diff options
author | kris <kris@FreeBSD.org> | 2005-09-07 09:55:46 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2005-09-07 09:55:46 +0800 |
commit | 758425ca45e0fbb516a1bae91e0654157331b1cf (patch) | |
tree | 729f6f013eb9bca733e642847f15180e828e7296 | |
parent | 0e1a9256e21b5f27ca14c31c1d4e33e54dd99b2a (diff) | |
download | freebsd-ports-gnome-758425ca45e0fbb516a1bae91e0654157331b1cf.tar.gz freebsd-ports-gnome-758425ca45e0fbb516a1bae91e0654157331b1cf.tar.zst freebsd-ports-gnome-758425ca45e0fbb516a1bae91e0654157331b1cf.zip |
The cs port was submitted and added without a maintainer. If one should
step forward later this port can be re-added.
-rw-r--r-- | misc/Makefile | 1 | ||||
-rw-r--r-- | misc/cs/Makefile | 34 | ||||
-rw-r--r-- | misc/cs/distinfo | 2 | ||||
-rw-r--r-- | misc/cs/pkg-descr | 3 |
4 files changed, 0 insertions, 40 deletions
diff --git a/misc/Makefile b/misc/Makefile index 64e4aa662e11..2993f6bfa7d7 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -48,7 +48,6 @@ SUBDIR += countrycodes SUBDIR += cpuid SUBDIR += crosspad - SUBDIR += cs SUBDIR += cstream SUBDIR += cuecat SUBDIR += cwish diff --git a/misc/cs/Makefile b/misc/cs/Makefile deleted file mode 100644 index 613ef2c5f2ae..000000000000 --- a/misc/cs/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# ex:ts=8 -# Ports collection makefile for: cs -# Date created: Jun 30, 2005 -# Whom: ijliao -# -# $FreeBSD$ -# - -PORTNAME= cs -PORTVERSION= 0.9.5 -CATEGORIES= misc -MASTER_SITES= http://njhurst.org/programming/cross-stitch/ \ - ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= pav -EXTRACT_SUFX= .tgz - -MAINTAINER= ports@FreeBSD.org -COMMENT= Cross Stitch software - -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/PIL/Image.py:${PORTSDIR}/graphics/py-imaging - -USE_REINPLACE= yes -USE_PYTHON= yes -NO_BUILD= yes - -PLIST_FILES= bin/xs - -post-patch: - @${REINPLACE_CMD} -e "s,/usr/bin/python,${SETENV} python," ${WRKSRC}/xs.py - -do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/xs.py ${PREFIX}/bin/xs - -.include <bsd.port.mk> diff --git a/misc/cs/distinfo b/misc/cs/distinfo deleted file mode 100644 index be5504fbc52b..000000000000 --- a/misc/cs/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (cs-0.9.5.tgz) = f21ab196fd1ba9b997a0b3ed42178793 -SIZE (cs-0.9.5.tgz) = 73206 diff --git a/misc/cs/pkg-descr b/misc/cs/pkg-descr deleted file mode 100644 index 788bcd6557d6..000000000000 --- a/misc/cs/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Cross Stitch software. - -WWW: http://njhurst.org/programming/cross-stitch/ |