1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

Upgrade to 1.4.

This commit is contained in:
Thomas Gellekum 1998-09-01 07:03:47 +00:00
parent 32e81dd7b4
commit 5dec685afb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=12977
9 changed files with 27 additions and 21 deletions

View File

@ -1,13 +1,13 @@
# New ports collection makefile for: numpy # New ports collection makefile for: numpy
# Version required: 1.3 # Version required: 1.4
# Date created: 20 April 1997 # Date created: 20 April 1997
# Whom: Thomas Gellekum <tg@FreeBSD.ORG> # Whom: Thomas Gellekum <tg@FreeBSD.ORG>
# #
# $Id: Makefile,v 1.9 1998/06/25 06:43:27 tg Exp $ # $Id: Makefile,v 1.10 1998/06/30 07:43:01 tg Exp $
# #
DISTNAME= LLNLPython4 DISTNAME= LLNLPython5
PKGNAME= py-numeric-1.3 PKGNAME= py-numeric-1.4
CATEGORIES= math python CATEGORIES= math python
MASTER_SITES= ftp://ftp-icf.llnl.gov/pub/python/ MASTER_SITES= ftp://ftp-icf.llnl.gov/pub/python/
EXTRACT_SUFX= .tgz EXTRACT_SUFX= .tgz
@ -17,7 +17,7 @@ MAINTAINER= tg@FreeBSD.ORG
BUILD_DEPENDS= python:${PORTSDIR}/lang/python BUILD_DEPENDS= python:${PORTSDIR}/lang/python
RUN_DEPENDS= python:${PORTSDIR}/lang/python RUN_DEPENDS= python:${PORTSDIR}/lang/python
WRKSRC= ${WRKDIR}/LLNLPython4/Numerical WRKSRC= ${WRKDIR}/LLNLPython5/Numerical
CONFIGURE_ENV= PREFIX=${PREFIX} CONFIGURE_ENV= PREFIX=${PREFIX}
ALL_TARGET= sharedmods ALL_TARGET= sharedmods
MAKE_FLAGS+= 'OPT=${CFLAGS}' MAKE_FLAGS+= 'OPT=${CFLAGS}'

View File

@ -1 +1 @@
MD5 (LLNLPython4.tgz) = 3fc0ebf2b7a12547de236adec2840100 MD5 (LLNLPython5.tgz) = 8f20cceac423124ea2007c925f2210d6

View File

@ -34,10 +34,12 @@ lib/python1.5/site-packages/RandomArray.pyo
lib/python1.5/site-packages/UserArray.py lib/python1.5/site-packages/UserArray.py
lib/python1.5/site-packages/UserArray.pyc lib/python1.5/site-packages/UserArray.pyc
lib/python1.5/site-packages/UserArray.pyo lib/python1.5/site-packages/UserArray.pyo
@dirrm lib/python1.5/site-packages @unexec rmdir %B 2>/dev/null || true
share/doc/NumPy/doc.html share/doc/NumPy/doc.html
share/doc/NumPy/home.html share/doc/NumPy/home.html
@dirrm share/doc/NumPy @dirrm share/doc/NumPy
share/examples/NumPy/life.py
share/examples/NumPy/life.pyc
share/examples/NumPy/mandelbrot.py share/examples/NumPy/mandelbrot.py
share/examples/NumPy/mandelbrot.pyc share/examples/NumPy/mandelbrot.pyc
share/examples/NumPy/sieve.py share/examples/NumPy/sieve.py

View File

@ -1,13 +1,13 @@
# New ports collection makefile for: numpy # New ports collection makefile for: numpy
# Version required: 1.3 # Version required: 1.4
# Date created: 20 April 1997 # Date created: 20 April 1997
# Whom: Thomas Gellekum <tg@FreeBSD.ORG> # Whom: Thomas Gellekum <tg@FreeBSD.ORG>
# #
# $Id: Makefile,v 1.9 1998/06/25 06:43:27 tg Exp $ # $Id: Makefile,v 1.10 1998/06/30 07:43:01 tg Exp $
# #
DISTNAME= LLNLPython4 DISTNAME= LLNLPython5
PKGNAME= py-numeric-1.3 PKGNAME= py-numeric-1.4
CATEGORIES= math python CATEGORIES= math python
MASTER_SITES= ftp://ftp-icf.llnl.gov/pub/python/ MASTER_SITES= ftp://ftp-icf.llnl.gov/pub/python/
EXTRACT_SUFX= .tgz EXTRACT_SUFX= .tgz
@ -17,7 +17,7 @@ MAINTAINER= tg@FreeBSD.ORG
BUILD_DEPENDS= python:${PORTSDIR}/lang/python BUILD_DEPENDS= python:${PORTSDIR}/lang/python
RUN_DEPENDS= python:${PORTSDIR}/lang/python RUN_DEPENDS= python:${PORTSDIR}/lang/python
WRKSRC= ${WRKDIR}/LLNLPython4/Numerical WRKSRC= ${WRKDIR}/LLNLPython5/Numerical
CONFIGURE_ENV= PREFIX=${PREFIX} CONFIGURE_ENV= PREFIX=${PREFIX}
ALL_TARGET= sharedmods ALL_TARGET= sharedmods
MAKE_FLAGS+= 'OPT=${CFLAGS}' MAKE_FLAGS+= 'OPT=${CFLAGS}'

View File

@ -1 +1 @@
MD5 (LLNLPython4.tgz) = 3fc0ebf2b7a12547de236adec2840100 MD5 (LLNLPython5.tgz) = 8f20cceac423124ea2007c925f2210d6

View File

@ -34,10 +34,12 @@ lib/python1.5/site-packages/RandomArray.pyo
lib/python1.5/site-packages/UserArray.py lib/python1.5/site-packages/UserArray.py
lib/python1.5/site-packages/UserArray.pyc lib/python1.5/site-packages/UserArray.pyc
lib/python1.5/site-packages/UserArray.pyo lib/python1.5/site-packages/UserArray.pyo
@dirrm lib/python1.5/site-packages @unexec rmdir %B 2>/dev/null || true
share/doc/NumPy/doc.html share/doc/NumPy/doc.html
share/doc/NumPy/home.html share/doc/NumPy/home.html
@dirrm share/doc/NumPy @dirrm share/doc/NumPy
share/examples/NumPy/life.py
share/examples/NumPy/life.pyc
share/examples/NumPy/mandelbrot.py share/examples/NumPy/mandelbrot.py
share/examples/NumPy/mandelbrot.pyc share/examples/NumPy/mandelbrot.pyc
share/examples/NumPy/sieve.py share/examples/NumPy/sieve.py

View File

@ -1,13 +1,13 @@
# New ports collection makefile for: numpy # New ports collection makefile for: numpy
# Version required: 1.3 # Version required: 1.4
# Date created: 20 April 1997 # Date created: 20 April 1997
# Whom: Thomas Gellekum <tg@FreeBSD.ORG> # Whom: Thomas Gellekum <tg@FreeBSD.ORG>
# #
# $Id: Makefile,v 1.9 1998/06/25 06:43:27 tg Exp $ # $Id: Makefile,v 1.10 1998/06/30 07:43:01 tg Exp $
# #
DISTNAME= LLNLPython4 DISTNAME= LLNLPython5
PKGNAME= py-numeric-1.3 PKGNAME= py-numeric-1.4
CATEGORIES= math python CATEGORIES= math python
MASTER_SITES= ftp://ftp-icf.llnl.gov/pub/python/ MASTER_SITES= ftp://ftp-icf.llnl.gov/pub/python/
EXTRACT_SUFX= .tgz EXTRACT_SUFX= .tgz
@ -17,7 +17,7 @@ MAINTAINER= tg@FreeBSD.ORG
BUILD_DEPENDS= python:${PORTSDIR}/lang/python BUILD_DEPENDS= python:${PORTSDIR}/lang/python
RUN_DEPENDS= python:${PORTSDIR}/lang/python RUN_DEPENDS= python:${PORTSDIR}/lang/python
WRKSRC= ${WRKDIR}/LLNLPython4/Numerical WRKSRC= ${WRKDIR}/LLNLPython5/Numerical
CONFIGURE_ENV= PREFIX=${PREFIX} CONFIGURE_ENV= PREFIX=${PREFIX}
ALL_TARGET= sharedmods ALL_TARGET= sharedmods
MAKE_FLAGS+= 'OPT=${CFLAGS}' MAKE_FLAGS+= 'OPT=${CFLAGS}'

View File

@ -1 +1 @@
MD5 (LLNLPython4.tgz) = 3fc0ebf2b7a12547de236adec2840100 MD5 (LLNLPython5.tgz) = 8f20cceac423124ea2007c925f2210d6

View File

@ -34,10 +34,12 @@ lib/python1.5/site-packages/RandomArray.pyo
lib/python1.5/site-packages/UserArray.py lib/python1.5/site-packages/UserArray.py
lib/python1.5/site-packages/UserArray.pyc lib/python1.5/site-packages/UserArray.pyc
lib/python1.5/site-packages/UserArray.pyo lib/python1.5/site-packages/UserArray.pyo
@dirrm lib/python1.5/site-packages @unexec rmdir %B 2>/dev/null || true
share/doc/NumPy/doc.html share/doc/NumPy/doc.html
share/doc/NumPy/home.html share/doc/NumPy/home.html
@dirrm share/doc/NumPy @dirrm share/doc/NumPy
share/examples/NumPy/life.py
share/examples/NumPy/life.pyc
share/examples/NumPy/mandelbrot.py share/examples/NumPy/mandelbrot.py
share/examples/NumPy/mandelbrot.pyc share/examples/NumPy/mandelbrot.pyc
share/examples/NumPy/sieve.py share/examples/NumPy/sieve.py