diff options
author | kristerw <kristerw@pkgsrc.org> | 2004-12-31 12:36:44 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2004-12-31 12:36:44 +0000 |
commit | 6dd2834544e3e43c4a48aa0e0aa18ea62baa6338 (patch) | |
tree | ff18872569336d9e3441facc732d242f420b3b03 /math/eukleides | |
parent | cdae0e5b5c87a87b186fc0d00ea98c8a9701c277 (diff) | |
download | pkgsrc-6dd2834544e3e43c4a48aa0e0aa18ea62baa6338.tar.gz |
Update eukleides to 1.0.1 using patches provided by Torsten Sadowski
in PR pkg/28746.
Changes since 0.9.0 are unknown.
Diffstat (limited to 'math/eukleides')
-rw-r--r-- | math/eukleides/Makefile | 6 | ||||
-rw-r--r-- | math/eukleides/PLIST | 6 | ||||
-rw-r--r-- | math/eukleides/distinfo | 8 | ||||
-rw-r--r-- | math/eukleides/patches/patch-aa | 44 |
4 files changed, 20 insertions, 44 deletions
diff --git a/math/eukleides/Makefile b/math/eukleides/Makefile index 24c0e0d6807..29fe8409ed4 100644 --- a/math/eukleides/Makefile +++ b/math/eukleides/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2004/12/03 15:15:03 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2004/12/31 12:36:44 kristerw Exp $ # FreeBSD Id: ports/math/eukleides/Makefile,v 1.1 2002/06/04 18:40:20 ijliao Exp -DISTNAME= eukleides.0.9.0 -PKGNAME= eukleides-0.9.0 +DISTNAME= eukleides.1.0.1 +PKGNAME= eukleides-1.0.1 CATEGORIES= math MASTER_SITES= http://perso.wanadoo.fr/obrecht/download/ diff --git a/math/eukleides/PLIST b/math/eukleides/PLIST index 8cea829d236..9f9c8c4f453 100644 --- a/math/eukleides/PLIST +++ b/math/eukleides/PLIST @@ -1,7 +1,7 @@ -@comment $NetBSD: PLIST,v 1.4 2004/03/07 22:23:49 seb Exp $ -bin/eukleides -bin/euk2eps +@comment $NetBSD: PLIST,v 1.5 2004/12/31 12:36:44 kristerw Exp $ bin/euk2edit +bin/euk2eps +bin/eukleides man/man1/euk2edit.1 man/man1/euk2eps.1 man/man1/eukleides.1 diff --git a/math/eukleides/distinfo b/math/eukleides/distinfo index 93921d3c6d5..e0eaa59ac93 100644 --- a/math/eukleides/distinfo +++ b/math/eukleides/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2003/05/06 23:19:17 seb Exp $ +$NetBSD: distinfo,v 1.3 2004/12/31 12:36:44 kristerw Exp $ -SHA1 (eukleides.0.9.0.tar.gz) = e3fcd5972e29781a77c6dd9e6cefd60e0ec76c3c -Size (eukleides.0.9.0.tar.gz) = 42752 bytes -SHA1 (patch-aa) = 998df63136a4a040103f33306f6494f5c6333784 +SHA1 (eukleides.1.0.1.tar.gz) = 6ece226caec7bb452daa86b5bef08c00bd046c37 +Size (eukleides.1.0.1.tar.gz) = 50635 bytes +SHA1 (patch-aa) = 5bae9eb5d1411ffddf5ea0a438e412ff3d89aab6 diff --git a/math/eukleides/patches/patch-aa b/math/eukleides/patches/patch-aa index 6ec88c9b470..627f1ddad6b 100644 --- a/math/eukleides/patches/patch-aa +++ b/math/eukleides/patches/patch-aa @@ -1,42 +1,18 @@ -$NetBSD: patch-aa,v 1.2 2003/05/06 23:19:17 seb Exp $ +$NetBSD: patch-aa,v 1.3 2004/12/31 12:36:44 kristerw Exp $ ---- Makefile.orig 2002-03-11 13:41:32.000000000 +0000 +--- Makefile.orig 2004-09-20 12:28:49.000000000 +0000 +++ Makefile -@@ -1,14 +1,14 @@ - # Eukleides 0.9.0 makefile - # Copyright (c) Christian Obrecht 2000-2002 - --CC = gcc --CFLAGS = -c -O2 -+#CC = gcc -+CFLAGS += -c +@@ -6,10 +6,9 @@ CFLAGS = -c -O2 OBJECTS = lex.yy.o parser.tab.o main.o geometry.o drawing.o LEX = flex YACC = bison -d --BIN = /usr/local/bin/ --MAN = /usr/man/man1/ --INFO = /usr/info/ -+BIN = ${PREFIX}/bin/ -+MAN = ${PREFIX}/man/man1/ -+INFO = ${PREFIX}/info/ +-PREFIX = /usr/local/ +-BIN = $(PREFIX)bin/ +-MAN = $(PREFIX)man/man1/ +-INFO = $(PREFIX)info/ ++BIN = $(PREFIX)/bin/ ++MAN = $(PREFIX)/man/man1/ ++INFO = $(PREFIX)/info/ PAPER = --texinfo=@afourpaper DOC = eukleides.info eukleides.dvi eukleides.ps -@@ -30,7 +30,7 @@ man : eukleides.man - ln -fs $(MAN)eukleides.1 $(MAN)euk2edit.1 - - info : eukleides.texi -- makeinfo $< -+ ${MAKEINFO} $< - - dvi : eukleides.texi - cp $< tmp.texi ; \ -@@ -48,7 +48,7 @@ install : eukleides man info - cp -f euk2eps $(BIN)euk2eps ; \ - chmod +x euk2edit ; \ - cp -f euk2edit $(BIN)euk2edit ; \ -- install-info eukleides.info $(INFO)dir ; \ -+ ${INSTALL_INFO} eukleides.info $(INFO)dir ; \ - cp -f eukleides.info $(INFO)eukleides.info - - uninstall : |