summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>1998-06-24 06:18:56 +0000
committerThomas Gellekum <tg@FreeBSD.org>1998-06-24 06:18:56 +0000
commitdd403ee19d43c34d5b67029af43decb52e03314b (patch)
tree7fdb70422a669ee569f51a642087fc09f28e80d5 /math
parentUpgrade to 1.3. (diff)
Upgrade to 1.5.
Notes
Notes: svn path=/head/; revision=11499
Diffstat (limited to 'math')
-rw-r--r--math/pygist/Makefile11
-rw-r--r--math/pygist/distinfo2
-rw-r--r--math/pygist/files/patch-ab11
3 files changed, 9 insertions, 15 deletions
diff --git a/math/pygist/Makefile b/math/pygist/Makefile
index f0ec8b00cca6..d9d2ab3d4ddf 100644
--- a/math/pygist/Makefile
+++ b/math/pygist/Makefile
@@ -1,13 +1,13 @@
# New ports collection makefile for: pygist
-# Version required: 1.3
+# Version required: 1.5
# Date created: 30 May 1998
# Whom: Thomas Gellekum <tg@FreeBSD.ORG>
#
-# $Id: Makefile,v 1.1.1.1 1998/06/02 08:09:36 tg Exp $
+# $Id: Makefile,v 1.2 1998/06/03 06:43:41 tg Exp $
#
-DISTNAME= PyGist-13
-PKGNAME= pygist-1.3
+DISTNAME= LLNLPython4
+PKGNAME= pygist-1.5
CATEGORIES= math
MASTER_SITES= ftp://ftp-icf.llnl.gov/pub/python/
EXTRACT_SUFX= .tgz
@@ -20,7 +20,7 @@ BUILD_DEPENDS= python:${PORTSDIR}/lang/python \
RUN_DEPENDS= python:${PORTSDIR}/lang/python \
${SITEPYDIR}/Numeric.py:${PORTSDIR}/math/numpy
-WRKSRC= ${WRKDIR}/LLNLDistribution/Graphics
+WRKSRC= ${WRKDIR}/LLNLPython4/Graphics
CONFIGURE_ENV= PREFIX=${PREFIX}
ALL_TARGET= sharedmods
MAKE_FLAGS+= 'OPT=${CFLAGS}'
@@ -33,7 +33,6 @@ do-configure:
@(cd ${WRKSRC} && ${CONFIGURE_ENV} python makethis.py)
post-install:
- @${RM} ${WRKSRC}/*/Demo/*.orig ${WRKSRC}/*/Lib/*.orig
${INSTALL_DATA} ${WRKSRC}/*/Lib/* ${SITEPYDIR}
@${PREFIX}/bin/python -O ${PYTHONSCRIPTDIR}/compileall.py ${SITEPYDIR}
${MKDIR} ${EXAMPLEDIR}
diff --git a/math/pygist/distinfo b/math/pygist/distinfo
index 9da2a495b1b2..d4882c29c3c0 100644
--- a/math/pygist/distinfo
+++ b/math/pygist/distinfo
@@ -1 +1 @@
-MD5 (PyGist-13.tgz) = 830a92e30e86e04ad7074b684f7959a4
+MD5 (LLNLPython4.tgz) = 3fc0ebf2b7a12547de236adec2840100
diff --git a/math/pygist/files/patch-ab b/math/pygist/files/patch-ab
index 8d8c53bef5a7..7a21428165ab 100644
--- a/math/pygist/files/patch-ab
+++ b/math/pygist/files/patch-ab
@@ -1,11 +1,6 @@
---- Setup.orig Fri May 8 19:40:19 1998
-+++ Setup Sat May 30 13:24:50 1998
-@@ -1,15 +1,15 @@
--*shared*
-+*shared*
-
- #This file is designed for building a dynamic extension.
-
+--- Setup.orig Fri Jun 19 17:27:08 1998
++++ Setup Tue Jun 23 20:33:36 1998
+@@ -5,11 +5,11 @@
# Gist module
# Change XLIB to the directory where libX11.a is found on your system.
# Change YORHOME to the directory (--prefix) where Yorick was installed.