diff options
author | tron <tron@pkgsrc.org> | 1998-05-15 21:30:13 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1998-05-15 21:30:13 +0000 |
commit | 51e1c2c184ec42e9fbe26abbb653eef182be797a (patch) | |
tree | 4670f64e7ed5276bd22c7221650370ec94046b2e | |
parent | ff753716beab35c5f6da3328628275e6d0878d0e (diff) | |
download | pkgsrc-51e1c2c184ec42e9fbe26abbb653eef182be797a.tar.gz |
Move package to directory for category "x11".
-rw-r--r-- | misc/py-Tk/Makefile | 38 | ||||
-rw-r--r-- | misc/py-Tk/files/Setup.in | 2 | ||||
-rw-r--r-- | misc/py-Tk/files/md5 | 1 | ||||
-rw-r--r-- | misc/py-Tk/pkg/COMMENT | 1 | ||||
-rw-r--r-- | misc/py-Tk/pkg/DESCR | 3 | ||||
-rw-r--r-- | misc/py-Tk/pkg/PLIST | 2 | ||||
-rw-r--r-- | x11/py-Tk/Makefile | 4 | ||||
-rw-r--r-- | x11/py-Tk/pkg/PLIST | 2 |
8 files changed, 3 insertions, 50 deletions
diff --git a/misc/py-Tk/Makefile b/misc/py-Tk/Makefile deleted file mode 100644 index e5d4be3459d..00000000000 --- a/misc/py-Tk/Makefile +++ /dev/null @@ -1,38 +0,0 @@ -# $NetBSD: Makefile,v 1.1 1998/05/14 22:12:37 tron Exp $ -# - -DISTNAME= pyth151 -PKGNAME= py-Tk-1.5.1 -CATEGORIES= misc -MASTER_SITES= ftp://ftp.python.org/pub/python/src/ -EXTRACT_SUFX= .tgz - -MAINTAINER= dolecek@ics.muni.cz - -DEPENDS+= python-1.5.1:../../lang/python -DEPENDS+= tk-8.0p2:../../x11/tk80 -DEPENDS+= tcl-8.0p2:../../lang/tcl80 - -WRKSRC= ${WRKDIR}/Python-1.5.1/Modules -ALL_TARGET= default -EXTRACT_AFTER_ARGS= Python-1.5.1/Modules/_tkinter.c \ - Python-1.5.1/Modules/tkappinit.c - -PYTHON_CONFIGDIR= ${LOCALBASE}/lib/python1.5/config/ - -.if ${MACHINE_ARCH} == "powerpc" || ${MACHINE_ARCH} == "mips" || ${MACHINE_ARCH} == "alpha" -IGNORE="Needs dynamic loading" -.endif - -do-configure: - ${SED} -e 's%@LOCALBASE@%${LOCALBASE}%g' \ - -e 's%@X11BASE@%${X11BASE}%g' ${FILESDIR}/Setup.in \ - >${WRKSRC}/Setup.in - ( cd ${WRKSRC} ;\ - ${LN} -s ${PYTHON_CONFIGDIR}/Makefile.pre.in ;\ - ${MAKE} -f Makefile.pre.in boot) - -do-install: - ${INSTALL_DATA} ${WRKSRC}/_tkinter.so ${LOCALBASE}/lib/python1.5/lib-dynload - -.include "../../mk/bsd.pkg.mk" diff --git a/misc/py-Tk/files/Setup.in b/misc/py-Tk/files/Setup.in deleted file mode 100644 index b7d0dc6237d..00000000000 --- a/misc/py-Tk/files/Setup.in +++ /dev/null @@ -1,2 +0,0 @@ -*shared* -_tkinter _tkinter.c tkappinit.c -DWITH_APPINIT -I@LOCALBASE@/include/tk8.0 -I@LOCALBASE@/include/tcl8.0 -I@X11BASE@/include -L@X11BASE@/lib -lX11 -L@LOCALBASE@/lib -ltk80 -ltcl80 diff --git a/misc/py-Tk/files/md5 b/misc/py-Tk/files/md5 deleted file mode 100644 index 63166bf98ac..00000000000 --- a/misc/py-Tk/files/md5 +++ /dev/null @@ -1 +0,0 @@ -MD5 (pyth151.tgz) = eb8ef6e37e543058a2d47996ecf62427 diff --git a/misc/py-Tk/pkg/COMMENT b/misc/py-Tk/pkg/COMMENT deleted file mode 100644 index e2a8b6647b0..00000000000 --- a/misc/py-Tk/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -Tkinter -- Python interface to Tcl/Tk diff --git a/misc/py-Tk/pkg/DESCR b/misc/py-Tk/pkg/DESCR deleted file mode 100644 index 2ad8d875b3f..00000000000 --- a/misc/py-Tk/pkg/DESCR +++ /dev/null @@ -1,3 +0,0 @@ -This package provides C binding to libtk and libtcl, necessary for -Tkinter to work. All other needed files (Tkinter.py and frineds) -are part of standard Python installation. diff --git a/misc/py-Tk/pkg/PLIST b/misc/py-Tk/pkg/PLIST deleted file mode 100644 index 68f5a61f2a0..00000000000 --- a/misc/py-Tk/pkg/PLIST +++ /dev/null @@ -1,2 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1 1998/05/14 22:12:37 tron Exp $ -lib/python1.5/lib-dynload/_tkinter.so diff --git a/x11/py-Tk/Makefile b/x11/py-Tk/Makefile index e5d4be3459d..ab4a8325443 100644 --- a/x11/py-Tk/Makefile +++ b/x11/py-Tk/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.1 1998/05/14 22:12:37 tron Exp $ +# $NetBSD: Makefile,v 1.2 1998/05/15 21:30:51 tron Exp $ # DISTNAME= pyth151 PKGNAME= py-Tk-1.5.1 -CATEGORIES= misc +CATEGORIES= x11 MASTER_SITES= ftp://ftp.python.org/pub/python/src/ EXTRACT_SUFX= .tgz diff --git a/x11/py-Tk/pkg/PLIST b/x11/py-Tk/pkg/PLIST index 68f5a61f2a0..0c4ddd42627 100644 --- a/x11/py-Tk/pkg/PLIST +++ b/x11/py-Tk/pkg/PLIST @@ -1,2 +1,2 @@ -@comment $NetBSD: PLIST,v 1.1 1998/05/14 22:12:37 tron Exp $ +@comment $NetBSD: PLIST,v 1.2 1998/05/15 21:33:45 tron Exp $ lib/python1.5/lib-dynload/_tkinter.so |