Browse Source

asymptote: Updated (1.70 -> 1.88)

user/chris/old/ruby
Alejandro Mery 15 years ago
parent
commit
c18766f05b
  1. 4
      graphic/asymptote/asymptote.desc
  2. 23
      graphic/asymptote/dont_rebuild_ls-R.patch

4
graphic/asymptote/asymptote.desc

@ -33,8 +33,8 @@
[L] GPL
[S] Stable
[V] 1.70
[V] 1.88
[P] X -----5---9 195.600
[D] 2570528227 asymptote-1.70.src.tgz http://dl.sourceforge.net/sourceforge/asymptote/
[D] 4275342549 asymptote-1.88.src.tgz http://dl.sourceforge.net/sourceforge/asymptote/

23
graphic/asymptote/dont_rebuild_ls-R.patch

@ -2,7 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../asymptote/dont_rebuild_ls-R.patch
# Copyright (C) 2006 The OpenSDE Project
# Copyright (C) 2006 - 2009 The OpenSDE Project
# Copyright (C) 2006 The T2 SDE Project
#
# More information can be found in the files COPYING and README.
@ -15,15 +15,14 @@
# version.
# --- SDE-COPYRIGHT-NOTE-END ---
--- ./Makefile.in.orig 2006-12-12 23:06:26.000000000 -0300
+++ ./Makefile.in 2006-12-13 10:26:24.000000000 -0300
@@ -116,9 +116,6 @@
doc/*.asy doc/*.csv doc/*.dat doc/latexusage.tex $(exampledir)
${INSTALL} -p -m 644 examples/animations/*.asy $(animationsdir)
-${INSTALL} -p -m 644 $(addprefix doc/,$(LATEXFILES)) $(latexdir)
- -if test -z "$(DESTDIR)"; then \
- texhash; \
- fi
--- ./Makefile.in.orig 2009-08-20 08:26:46.000000000 +0200
+++ ./Makefile.in 2009-11-20 19:04:00.000000000 +0100
@@ -156,7 +156,7 @@
grep -v three_\* | grep -v featpost3D | xargs $(ASY) -l >> asy.list
./asy-list.pl asy.list @VERSION@
-install: asy-keywords.el install-texhash install-man
+install: asy-keywords.el install-man
install-all: asy-keywords.el install-texhash install-html
install-doc: doc
cd doc; $(MAKE) install-all

Loading…
Cancel
Save