OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall Root: /v/openpkg/cvs Email: [EMAIL PROTECTED] Module: openpkg-src Date: 12-Oct-2007 08:46:35 Branch: HEAD Handle: 2007101207463400 Modified files: openpkg-src/asymptote asymptote.patch asymptote.spec Log: upgrading package: asymptote 1.33 -> 1.36 Summary: Revision Changes Path 1.9 +24 -24 openpkg-src/asymptote/asymptote.patch 1.34 +2 -2 openpkg-src/asymptote/asymptote.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/asymptote/asymptote.patch ============================================================================ $ cvs diff -u -r1.8 -r1.9 asymptote.patch --- openpkg-src/asymptote/asymptote.patch 31 Jul 2007 07:43:47 -0000 1.8 +++ openpkg-src/asymptote/asymptote.patch 12 Oct 2007 06:46:34 -0000 1.9 @@ -1,6 +1,6 @@ Index: Makefile.in ---- Makefile.in.orig 2007-07-29 18:27:31 +0200 -+++ Makefile.in 2007-07-31 09:36:34 +0200 +--- Makefile.in.orig 2007-10-11 19:39:28 +0200 ++++ Makefile.in 2007-10-12 08:42:01 +0200 @@ -34,8 +34,8 @@ OPTS = $(DEFS) $(CFLAGS) INCL = -I . @INCL@ @@ -12,7 +12,7 @@ MAKEDEPEND = $(OPTS) -O0 -M -DDEPEND BISON = bison LEX = @LEX@ -@@ -116,9 +116,9 @@ +@@ -117,16 +117,16 @@ install: install-asy install-man @@ -21,30 +21,30 @@ -install-asy: asy asy-keywords.el +install-asy: asy-keywords.el - ${INSTALL} -d $(bindir) $(asydir) $(exampledir) $(animationsdir) + ${INSTALL} -d $(bindir) $(asydir) $(GUIdir) $(exampledir) \ + $(animationsdir) -${INSTALL} -d $(latexdir) - ${INSTALL} -p -m 755 $(NAME) $(EXTRABIN) $(bindir) + ${INSTALL} -p -m 755 $(NAME) $(bindir) + ${INSTALL} -p -m 644 base/*.asy $(addprefix base/,$(EXTRA)) $(asydir) + ${INSTALL} -p -m 755 GUI/*.py $(GUIdir) +- ln -sf @datadir@/asymptote/GUI/xasy.py $(bindir)/$(XNAME) ++ ln $(datadir)/asymptote/GUI/xasy.py $(bindir)/$(XNAME) + ${INSTALL} -p -m 644 examples/*.asy examples/piicon.eps doc/*.asy \ + doc/extra/*.asy doc/*.csv doc/*.dat doc/latexusage.tex $(exampledir) + ${INSTALL} -p -m 644 examples/animations/*.asy $(animationsdir) Index: doc/Makefile ---- doc/Makefile.orig 2007-07-29 18:28:22 +0200 -+++ doc/Makefile 2007-07-31 09:39:20 +0200 -@@ -2,7 +2,7 @@ - ASYFILES = $(wildcard *.asy) latexusage.asy - SOURCE = asymptote.texi version.texi options +--- doc/Makefile.orig 2007-10-11 19:40:04 +0200 ++++ doc/Makefile 2007-10-12 08:36:21 +0200 +@@ -4,10 +4,10 @@ ASY = ../asy -dir ../base -config "" --DOCFILES = asymptote.pdf CAD.pdf -+DOCFILES = + DOCFILES = asymptote.pdf CAD.pdf - docdir = $(DESTDIR)/usr/local/share/doc/asymptote +-docdir = $(DESTDIR)/usr/local/share/doc/asymptote ++docdir = $(DESTDIR)/openpkg-dev/share/doc/asymptote infodir = $(DESTDIR)${datarootdir}/info -@@ -84,10 +84,9 @@ - rm -f CAD.{aux,dvi,log,pdf,toc} - rm -rf asymptote - --install: man faq -+install: faq - cd FAQ; $(MAKE) install - ${INSTALL} -d -m 755 $(docdir) $(mandir)/man1 -- ${INSTALL} -p -m 644 $(DOCFILES) $(docdir) - ${INSTALL} -p -m 644 $(MANFILES) $(mandir)/man1 + datarootdir = ${prefix}/share +-INSTALL = /usr/bin/ginstall -c ++INSTALL = /openpkg-dev/bin/ginstall -c + TEXI2DVI = texi2dvi - install-all: doc install + export docdir infodir INSTALL @@ . patch -p0 <<'@@ .' Index: openpkg-src/asymptote/asymptote.spec ============================================================================ $ cvs diff -u -r1.33 -r1.34 asymptote.spec --- openpkg-src/asymptote/asymptote.spec 31 Jul 2007 07:43:47 -0000 1.33 +++ openpkg-src/asymptote/asymptote.spec 12 Oct 2007 06:46:34 -0000 1.34 @@ -32,8 +32,8 @@ Class: EVAL Group: Diagram License: GPL -Version: 1.33 -Release: 20070731 +Version: 1.36 +Release: 20071012 # list of sources Source0: http://switch.dl.sourceforge.net/asymptote/asymptote-%{version}.src.tgz @@ . ______________________________________________________________________ OpenPKG http://openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org