1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00

- Update to 2.3

PR:		108549
Submitted by:	Ewgenij Gawrilow<gawrilow@math.tu-berlin.de> (maintainer)
This commit is contained in:
Martin Wilke 2007-01-31 16:09:29 +00:00
parent 1566a91b01
commit a823cdd107
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=183788
3 changed files with 902 additions and 827 deletions

View File

@ -6,13 +6,12 @@
#
PORTNAME= polymake
PORTVERSION= 2.2
PORTREVISION= 2
PORTVERSION= 2.3
CATEGORIES= math
MASTER_SITES= ftp://ftp.math.tu-berlin.de/pub/combi/polymake/
PATCH_SITES= ${MASTER_SITES}
PATCHFILES= ${PORTNAME}-${PORTVERSION}-p1.diff
PATCHFILES= ${PORTNAME}-${PORTVERSION}-install.diff
MAINTAINER= gawrilow@math.tu-berlin.de
COMMENT= A framework for experimental discrete geometry
@ -32,8 +31,8 @@ PLIST= ${WRKDIR}/pkg-plist
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500800
BROKEN= requires perl 5.8.0 or newer
.if ${PERL_LEVEL} < 500801
BROKEN= requires perl 5.8.1 or newer
.endif
do-configure:
@ -51,26 +50,14 @@ do-configure:
${ECHO_CMD} InstallLinks='$${PREFIX}/bin'; \
${ECHO_CMD} PerlExe='${PERL}'; \
${ECHO_CMD} Arch=; \
${ECHO_CMD} ProcessDep=none; \
} | ${GMAKE} configure
pre-install:
${RM} -f `find ${WRKSRC} -name '*.orig'`
${CAT} ${.CURDIR}/pkg-plist > ${PLIST}
${ECHO_CMD} libexec/polymake/perlx/%%PERL_VERSION%%/`${PERL} -e 'use Config; print $$Config{archname}'`/auto/Poly/Ext/.packlist >> ${PLIST}
${ECHO_CMD} libexec/polymake/perlx/%%PERL_VERSION%%/`${PERL} -e 'use Config; print $$Config{archname}'`/auto/Poly/Ext/Ext.bs >> ${PLIST}
${ECHO_CMD} libexec/polymake/perlx/%%PERL_VERSION%%/`${PERL} -e 'use Config; print $$Config{archname}'`/auto/Poly/Ext/Ext.so >> ${PLIST}
${ECHO_CMD} @dirrm libexec/polymake/perlx/%%PERL_VERSION%%/`${PERL} -e 'use Config; print $$Config{archname}'`/auto/Poly/Ext >> ${PLIST}
${ECHO_CMD} @dirrm libexec/polymake/perlx/%%PERL_VERSION%%/`${PERL} -e 'use Config; print $$Config{archname}'`/auto/Poly >> ${PLIST}
${ECHO_CMD} @dirrm libexec/polymake/perlx/%%PERL_VERSION%%/`${PERL} -e 'use Config; print $$Config{archname}'`/auto >> ${PLIST}
${ECHO_CMD} @dirrm libexec/polymake/perlx/%%PERL_VERSION%%/`${PERL} -e 'use Config; print $$Config{archname}'` >> ${PLIST}
${ECHO_CMD} @dirrm libexec/polymake/perlx/%%PERL_VERSION%% >> ${PLIST}
${ECHO_CMD} @dirrm libexec/polymake/perlx >> ${PLIST}
${ECHO_CMD} @dirrm libexec/polymake >> ${PLIST}
${SED} -e s,%%PERL_REAL_ARCH%%,`${PERL} -e 'use Config; print $$Config{archname}'`, <${.CURDIR}/pkg-plist > ${PLIST}
post-install:
${CP} -p ${PREFIX}/libexec/polymake/Makefile ${PREFIX}/libexec/polymake/Makefile.devel
#PERL_REAL_ARCH!=${PERL} -e 'use Config; print $$Config{archname}'
#PLIST_SUB= PERL_REAL_ARCH=${PERL_REAL_ARCH}
.include <bsd.port.post.mk>

View File

@ -1,6 +1,6 @@
MD5 (polymake-2.2.tar.bz2) = a57baa722c654eed799047d1def4559e
SHA256 (polymake-2.2.tar.bz2) = 9c60285dd2de23c2c5f7629855d9ecfcc06b54f4abab4869853679e57dc2b0b5
SIZE (polymake-2.2.tar.bz2) = 4626898
MD5 (polymake-2.2-p1.diff) = 17466aabc080d8ccc3724bc79bfb87f0
SHA256 (polymake-2.2-p1.diff) = d1916cc6f6e5832bf5557f1efc929e14176c6668717d0d8ba4984aff17dda5af
SIZE (polymake-2.2-p1.diff) = 2852
MD5 (polymake-2.3.tar.bz2) = 84493d230d54ae551e7c10489d1c107e
SHA256 (polymake-2.3.tar.bz2) = 3d601cf439c9a07f83bc4253ac2e92cbaefe3f1c2698f9156b6e1683c6d9a5bf
SIZE (polymake-2.3.tar.bz2) = 2266143
MD5 (polymake-2.3-install.diff) = da05cf89e7ea75c5cf57da950163ea53
SHA256 (polymake-2.3-install.diff) = 5b548ab37a36d6cca5aa98b3562f31e7a51e08708388b94b81c6f7addfeefeae
SIZE (polymake-2.3-install.diff) = 975

File diff suppressed because it is too large Load Diff