diff options
author | pav <pav@FreeBSD.org> | 2005-07-01 22:11:59 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-07-01 22:11:59 +0800 |
commit | 2986d959054817395d52bf087defca6168f60d3b (patch) | |
tree | b1adc7b5fee3b0e35949facdb5f3f7d0a1b0160a /misc | |
parent | c46e9f96ff3848b1ca9e03a5cb2cc6693bd1b0e1 (diff) | |
download | freebsd-ports-gnome-2986d959054817395d52bf087defca6168f60d3b.tar.gz freebsd-ports-gnome-2986d959054817395d52bf087defca6168f60d3b.tar.zst freebsd-ports-gnome-2986d959054817395d52bf087defca6168f60d3b.zip |
New port: cross stitching patterns generator
PR: ports/82807
Submitted by: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile | 1 | ||||
-rw-r--r-- | misc/cs/Makefile | 32 | ||||
-rw-r--r-- | misc/cs/distinfo | 2 | ||||
-rw-r--r-- | misc/cs/pkg-descr | 3 |
4 files changed, 38 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile index 0413f9c59cdd..4a3660993cb6 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -47,6 +47,7 @@ SUBDIR += compat4x SUBDIR += cpuid SUBDIR += crosspad + SUBDIR += cs SUBDIR += cstream SUBDIR += cuecat SUBDIR += cwish diff --git a/misc/cs/Makefile b/misc/cs/Makefile new file mode 100644 index 000000000000..f7eaa74bb7f6 --- /dev/null +++ b/misc/cs/Makefile @@ -0,0 +1,32 @@ +# 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/ +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 new file mode 100644 index 000000000000..be5504fbc52b --- /dev/null +++ b/misc/cs/distinfo @@ -0,0 +1,2 @@ +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 new file mode 100644 index 000000000000..788bcd6557d6 --- /dev/null +++ b/misc/cs/pkg-descr @@ -0,0 +1,3 @@ +Cross Stitch software. + +WWW: http://njhurst.org/programming/cross-stitch/ |