diff options
author | cjep <cjep@pkgsrc.org> | 2002-12-22 16:06:33 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2002-12-22 16:06:33 +0000 |
commit | 883c8d629a52f8d39dca703e2505051704cda532 (patch) | |
tree | 0cf4d139a7919b73597ec87ff9bcfc21704f1ddf /math | |
parent | ce67286f2ad6c72f7ed11471d836f74f946b140e (diff) | |
download | pkgsrc-883c8d629a52f8d39dca703e2505051704cda532.tar.gz |
Update of math/gap (GAP 4.3) to bug fix 4.
Changes since bug fix 3:
* Interface changes affecting the AutPGrp and ANUPQ packages (these
packages will need reinstallation).
* 24 computational problems (please see the description4 file supplied
with the GAP distribution and the NetBSD package).
Diffstat (limited to 'math')
-rw-r--r-- | math/gap/Makefile | 12 | ||||
-rw-r--r-- | math/gap/PLIST | 6 | ||||
-rw-r--r-- | math/gap/distinfo | 6 | ||||
-rw-r--r-- | math/gap/gap.package.mk | 7 |
4 files changed, 17 insertions, 14 deletions
diff --git a/math/gap/Makefile b/math/gap/Makefile index 11b9eaaad04..468708ab554 100644 --- a/math/gap/Makefile +++ b/math/gap/Makefile @@ -1,23 +1,23 @@ -# $NetBSD: Makefile,v 1.2 2002/10/08 04:49:41 cjep Exp $ +# $NetBSD: Makefile,v 1.3 2002/12/22 16:06:33 cjep Exp $ # DISTNAME= gap4r3 PKGNAME= gap-4.3 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= math MASTER_SITES= ftp://ftp-gap.dcs.st-and.ac.uk/pub/gap/gap4/ \ ftp://ftp.math.rwth-aachen.de/pub/gap4/ \ ftp://pell.anu.edu.au/pub/algebra/gap4/ \ ftp://ftp.ccs.neu.edu/pub/mirrors/ftp-gap.dcs.st-and.ac.uk/pub/gap/gap4/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ - fix4r3n3.tar.gz + fix4r3n4.tar.gz MAINTAINER= cjep@netbsd.org HOMEPAGE= http://www.gap-system.org/ COMMENT= Computational group theory and discrete algebra language EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} -SITES_fix4r3n3.tar.gz= ${MASTER_SITES:=bugfixes/} +SITES_fix4r3n4.tar.gz= ${MASTER_SITES:=bugfixes/} LICENSE= no-commercial-use @@ -29,7 +29,7 @@ GAP_DIRECTORY= ${PREFIX}/lib/gap4.3 GAP_PLATFORM= ${MACHINE_GNU_PLATFORM}-cc post-extract: - ( cd ${WRKSRC} && ${GTAR} zxf ${DISTDIR}/fix4r3n3.tar.gz ) + ( cd ${WRKSRC} && ${GTAR} zxf ${DISTDIR}/fix4r3n4.tar.gz ) do-install: ${INSTALL_PROGRAM_DIR} ${GAP_DIRECTORY} @@ -41,7 +41,7 @@ do-install: ${GAP_DIRECTORY}/bin/${GAP_PLATFORM} ${INSTALL_SCRIPT} ${WRKSRC}/bin/gap.sh \ ${PREFIX}/bin/gap${PKGVERSION} - ${INSTALL_DATA} ${WRKSRC}/description3 \ + ${INSTALL_DATA} ${WRKSRC}/description4 \ ${GAP_DIRECTORY} ${LN} -sf ${PREFIX}/bin/gap${PKGVERSION} ${PREFIX}/bin/gap ${INSTALL_DATA} ${WRKSRC}/sysinfo.gap \ diff --git a/math/gap/PLIST b/math/gap/PLIST index 339c7e241df..d8cad9a989b 100644 --- a/math/gap/PLIST +++ b/math/gap/PLIST @@ -1,9 +1,9 @@ -@comment $NetBSD: PLIST,v 1.2 2002/10/08 04:49:41 cjep Exp $ +@comment $NetBSD: PLIST,v 1.3 2002/12/22 16:06:33 cjep Exp $ bin/gap -bin/gap4.3nb1 +bin/gap4.3nb2 lib/gap4.3/bin/${MACHINE_GNU_PLATFORM}-cc/gac lib/gap4.3/bin/${MACHINE_GNU_PLATFORM}-cc/gap -lib/gap4.3/description3 +lib/gap4.3/description4 lib/gap4.3/doc/ext/about.tex lib/gap4.3/doc/ext/document.tex lib/gap4.3/doc/ext/foa.tex diff --git a/math/gap/distinfo b/math/gap/distinfo index 5ec91e8d588..76b1b7fd3db 100644 --- a/math/gap/distinfo +++ b/math/gap/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.2 2002/10/08 04:49:41 cjep Exp $ +$NetBSD: distinfo,v 1.3 2002/12/22 16:06:33 cjep Exp $ SHA1 (gap4r3.tar.gz) = 448d473fdba177aa4ba7d64542cec8bb770e3d61 Size (gap4r3.tar.gz) = 47025159 bytes -SHA1 (fix4r3n3.tar.gz) = 7e516737b7da2dd4685a2ebce6635badb5709fee -Size (fix4r3n3.tar.gz) = 792578 bytes +SHA1 (fix4r3n4.tar.gz) = 77f2e396b5f91504b3b9015b1317c2c25afcdfee +Size (fix4r3n4.tar.gz) = 1129165 bytes SHA1 (patch-aa) = 98d7749f06e4b3c5c6955fe5478b39289ff219c6 diff --git a/math/gap/gap.package.mk b/math/gap/gap.package.mk index b1c14159579..1d3ba5057bc 100644 --- a/math/gap/gap.package.mk +++ b/math/gap/gap.package.mk @@ -1,7 +1,10 @@ -# $NetBSD: gap.package.mk,v 1.2 2002/10/08 04:49:41 cjep Exp $ +# $NetBSD: gap.package.mk,v 1.3 2002/12/22 16:06:33 cjep Exp $ # # Set GAP_PKG_NAME in your Makefile. More may appear here later. -DEPENDS+= gap-4.3nb1:../../math/gap +# Note that between nb1 == bug fix 3 and nb2 == bug fix 4 there are +# some interface changes + +DEPENDS+= gap-4.3nb2:../../math/gap GAP_DIRECTORY= ${LOCALBASE}/lib/gap4.3 GAP_PKG_DIRECTORY= ${GAP_DIRECTORY}/pkg/${GAP_PKG_NAME} |