- Revive misc/cs, assume maintainership
This commit is contained in:
parent
5e3557638e
commit
8eb611f997
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=142151
1
MOVED
1
MOVED
@ -1614,4 +1614,3 @@ net/gdesklets-sensor-psi_ping||2005-08-31|removed; broken with recent gdesklets
|
||||
mail/gdesklets-sensor-psi_popmail||2005-08-31|removed; broken with recent gdesklets
|
||||
deskutils/gdesklets-sensor-psi_variableborder||2005-08-31|removed; broken with recent gdesklets
|
||||
mail/py-mimelib|mail/py-email|2005-09-04|renamed
|
||||
misc/cs||2005-09-06|port was added without a maintainer
|
||||
|
@ -48,6 +48,7 @@
|
||||
SUBDIR += countrycodes
|
||||
SUBDIR += cpuid
|
||||
SUBDIR += crosspad
|
||||
SUBDIR += cs
|
||||
SUBDIR += cstream
|
||||
SUBDIR += cuecat
|
||||
SUBDIR += cwish
|
||||
|
34
misc/cs/Makefile
Normal file
34
misc/cs/Makefile
Normal file
@ -0,0 +1,34 @@
|
||||
# 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= pav@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>
|
2
misc/cs/distinfo
Normal file
2
misc/cs/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (cs-0.9.5.tgz) = f21ab196fd1ba9b997a0b3ed42178793
|
||||
SIZE (cs-0.9.5.tgz) = 73206
|
3
misc/cs/pkg-descr
Normal file
3
misc/cs/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Cross Stitch software.
|
||||
|
||||
WWW: http://njhurst.org/programming/cross-stitch/
|
Loading…
Reference in New Issue
Block a user