aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortg <tg@FreeBSD.org>1998-06-30 15:43:02 +0800
committertg <tg@FreeBSD.org>1998-06-30 15:43:02 +0800
commita1bdc2299d7a7b3eb3337148a5a500c99c8372ff (patch)
treef392a28c830df083f3df91d1cbecb850e088a617
parent554bf2731fa0da63ce0d1da54190cb3696cc15a3 (diff)
downloadfreebsd-ports-gnome-a1bdc2299d7a7b3eb3337148a5a500c99c8372ff.tar.gz
freebsd-ports-gnome-a1bdc2299d7a7b3eb3337148a5a500c99c8372ff.tar.zst
freebsd-ports-gnome-a1bdc2299d7a7b3eb3337148a5a500c99c8372ff.zip
Use py- as prefix for the package names.
-rw-r--r--math/numpy/Makefile4
-rw-r--r--math/py-numeric/Makefile4
-rw-r--r--math/py-numeric17/Makefile4
-rw-r--r--math/pygist/Makefile4
-rw-r--r--x11-toolkits/py-gnome/Makefile3
-rw-r--r--x11-toolkits/py-gnome2/Makefile3
-rw-r--r--x11-toolkits/py-gtk/Makefile3
-rw-r--r--x11-toolkits/py-gtk2/Makefile3
8 files changed, 16 insertions, 12 deletions
diff --git a/math/numpy/Makefile b/math/numpy/Makefile
index 044a393288fe..35288074047f 100644
--- a/math/numpy/Makefile
+++ b/math/numpy/Makefile
@@ -3,11 +3,11 @@
# Date created: 20 April 1997
# Whom: Thomas Gellekum <tg@FreeBSD.ORG>
#
-# $Id: Makefile,v 1.8 1998/06/24 06:09:13 tg Exp $
+# $Id: Makefile,v 1.9 1998/06/25 06:43:27 tg Exp $
#
DISTNAME= LLNLPython4
-PKGNAME= numpy-1.3
+PKGNAME= py-numeric-1.3
CATEGORIES= math python
MASTER_SITES= ftp://ftp-icf.llnl.gov/pub/python/
EXTRACT_SUFX= .tgz
diff --git a/math/py-numeric/Makefile b/math/py-numeric/Makefile
index 044a393288fe..35288074047f 100644
--- a/math/py-numeric/Makefile
+++ b/math/py-numeric/Makefile
@@ -3,11 +3,11 @@
# Date created: 20 April 1997
# Whom: Thomas Gellekum <tg@FreeBSD.ORG>
#
-# $Id: Makefile,v 1.8 1998/06/24 06:09:13 tg Exp $
+# $Id: Makefile,v 1.9 1998/06/25 06:43:27 tg Exp $
#
DISTNAME= LLNLPython4
-PKGNAME= numpy-1.3
+PKGNAME= py-numeric-1.3
CATEGORIES= math python
MASTER_SITES= ftp://ftp-icf.llnl.gov/pub/python/
EXTRACT_SUFX= .tgz
diff --git a/math/py-numeric17/Makefile b/math/py-numeric17/Makefile
index 044a393288fe..35288074047f 100644
--- a/math/py-numeric17/Makefile
+++ b/math/py-numeric17/Makefile
@@ -3,11 +3,11 @@
# Date created: 20 April 1997
# Whom: Thomas Gellekum <tg@FreeBSD.ORG>
#
-# $Id: Makefile,v 1.8 1998/06/24 06:09:13 tg Exp $
+# $Id: Makefile,v 1.9 1998/06/25 06:43:27 tg Exp $
#
DISTNAME= LLNLPython4
-PKGNAME= numpy-1.3
+PKGNAME= py-numeric-1.3
CATEGORIES= math python
MASTER_SITES= ftp://ftp-icf.llnl.gov/pub/python/
EXTRACT_SUFX= .tgz
diff --git a/math/pygist/Makefile b/math/pygist/Makefile
index c88006b86494..8ad627c679fe 100644
--- a/math/pygist/Makefile
+++ b/math/pygist/Makefile
@@ -3,11 +3,11 @@
# Date created: 30 May 1998
# Whom: Thomas Gellekum <tg@FreeBSD.ORG>
#
-# $Id: Makefile,v 1.3 1998/06/24 06:18:55 tg Exp $
+# $Id: Makefile,v 1.4 1998/06/25 06:43:28 tg Exp $
#
DISTNAME= LLNLPython4
-PKGNAME= pygist-1.5
+PKGNAME= py-gist-1.5
CATEGORIES= math python
MASTER_SITES= ftp://ftp-icf.llnl.gov/pub/python/
EXTRACT_SUFX= .tgz
diff --git a/x11-toolkits/py-gnome/Makefile b/x11-toolkits/py-gnome/Makefile
index b499c6c9b163..54456e368b75 100644
--- a/x11-toolkits/py-gnome/Makefile
+++ b/x11-toolkits/py-gnome/Makefile
@@ -3,10 +3,11 @@
# Date created: 30 May 1998
# Whom: Thomas Gellekum <tg@FreeBSD.ORG>
#
-# $Id: Makefile,v 1.2 1998/06/03 07:19:51 tg Exp $
+# $Id: Makefile,v 1.3 1998/06/25 06:43:28 tg Exp $
#
DISTNAME= pygtk-0.4.3
+PKGNAME= py-gtk-0.4.3
CATEGORIES= x11 python
MASTER_SITES= ftp://ftp.gimp.org/pub/gtk/python/ \
ftp://infosoc.uni-koeln.de/pub/ftp.gimp.org/pub/gtk/python/ \
diff --git a/x11-toolkits/py-gnome2/Makefile b/x11-toolkits/py-gnome2/Makefile
index b499c6c9b163..54456e368b75 100644
--- a/x11-toolkits/py-gnome2/Makefile
+++ b/x11-toolkits/py-gnome2/Makefile
@@ -3,10 +3,11 @@
# Date created: 30 May 1998
# Whom: Thomas Gellekum <tg@FreeBSD.ORG>
#
-# $Id: Makefile,v 1.2 1998/06/03 07:19:51 tg Exp $
+# $Id: Makefile,v 1.3 1998/06/25 06:43:28 tg Exp $
#
DISTNAME= pygtk-0.4.3
+PKGNAME= py-gtk-0.4.3
CATEGORIES= x11 python
MASTER_SITES= ftp://ftp.gimp.org/pub/gtk/python/ \
ftp://infosoc.uni-koeln.de/pub/ftp.gimp.org/pub/gtk/python/ \
diff --git a/x11-toolkits/py-gtk/Makefile b/x11-toolkits/py-gtk/Makefile
index b499c6c9b163..54456e368b75 100644
--- a/x11-toolkits/py-gtk/Makefile
+++ b/x11-toolkits/py-gtk/Makefile
@@ -3,10 +3,11 @@
# Date created: 30 May 1998
# Whom: Thomas Gellekum <tg@FreeBSD.ORG>
#
-# $Id: Makefile,v 1.2 1998/06/03 07:19:51 tg Exp $
+# $Id: Makefile,v 1.3 1998/06/25 06:43:28 tg Exp $
#
DISTNAME= pygtk-0.4.3
+PKGNAME= py-gtk-0.4.3
CATEGORIES= x11 python
MASTER_SITES= ftp://ftp.gimp.org/pub/gtk/python/ \
ftp://infosoc.uni-koeln.de/pub/ftp.gimp.org/pub/gtk/python/ \
diff --git a/x11-toolkits/py-gtk2/Makefile b/x11-toolkits/py-gtk2/Makefile
index b499c6c9b163..54456e368b75 100644
--- a/x11-toolkits/py-gtk2/Makefile
+++ b/x11-toolkits/py-gtk2/Makefile
@@ -3,10 +3,11 @@
# Date created: 30 May 1998
# Whom: Thomas Gellekum <tg@FreeBSD.ORG>
#
-# $Id: Makefile,v 1.2 1998/06/03 07:19:51 tg Exp $
+# $Id: Makefile,v 1.3 1998/06/25 06:43:28 tg Exp $
#
DISTNAME= pygtk-0.4.3
+PKGNAME= py-gtk-0.4.3
CATEGORIES= x11 python
MASTER_SITES= ftp://ftp.gimp.org/pub/gtk/python/ \
ftp://infosoc.uni-koeln.de/pub/ftp.gimp.org/pub/gtk/python/ \