diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2004-12-22 06:32:18 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2004-12-22 06:32:18 +0000 |
commit | 769bea8f3b31562ce1ae41017b0cd06cb5448c28 (patch) | |
tree | c5591763997249529b652650ae378ed812961e40 | |
parent | 25a5db5b2fc58d7f2dab8c1fa8d149bea69181b6 (diff) | |
download | ports-769bea8f3b31562ce1ae41017b0cd06cb5448c28.tar.gz ports-769bea8f3b31562ce1ae41017b0cd06cb5448c28.zip |
Notes
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/py-mp-random/Makefile | 34 | ||||
-rw-r--r-- | net/py-mp-random/distinfo | 2 | ||||
-rw-r--r-- | net/py-mp-random/pkg-descr | 3 | ||||
-rw-r--r-- | net/py-mp-random/pkg-plist | 1 |
5 files changed, 41 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 95744126ffc0..369b00297482 100644 --- a/net/Makefile +++ b/net/Makefile @@ -592,6 +592,7 @@ SUBDIR += py-ldap2 SUBDIR += py-libnet SUBDIR += py-medusa + SUBDIR += py-mp-random SUBDIR += py-msnp SUBDIR += py-pcap SUBDIR += py-rrdpipe diff --git a/net/py-mp-random/Makefile b/net/py-mp-random/Makefile new file mode 100644 index 000000000000..a4bffd70ccd9 --- /dev/null +++ b/net/py-mp-random/Makefile @@ -0,0 +1,34 @@ +# New ports collection makefile for: py-MirrorProjectRandomImageWidget +# Date created: August 03, 2004 +# Whom: Aaron Straup Cope ascope@cpan.org +# +# $FreeBSD$ +# + +PORTNAME=mp-random +PORTVERSION= 1.0 +CATEGORIES= net python +MASTER_SITES= http://mirrorproject.com/widget/ +PKGNAMEPREFIX= py- +DISTNAME= MirrorProjectRandomImageWidget-src-${PORTVERSION} + +MAINTAINER= randomimage-widget@mirrorproject.com +COMMENT= Display random Mirror Project images on your desktop + +RUN_DEPENDS= ${PYTHON_SITELIBDIR}/wxPython/wxc.so:${PORTSDIR}/x11-toolkits/py-wxPython + +USE_PYTHON= yes +USE_X_PREFIX= yes +NO_BUILD= yes + +pre-install: + ${PRINTF} "#!${PYTHON_CMD}\n" > ${WRKSRC}/mp-random + ${CAT} ${WRKSRC}/MirrorProjectRandomImageWidget.py >> \ + ${WRKSRC}/mp-random + ${CHMOD} 0755 ${WRKSRC}/mp-random + +do-install: + ${ECHO} "Installing ${PREFIX}/bin/mp-random" + ${CP} ${WRKSRC}/mp-random ${PREFIX}/bin/ + +.include <bsd.port.mk> diff --git a/net/py-mp-random/distinfo b/net/py-mp-random/distinfo new file mode 100644 index 000000000000..57677fb9496c --- /dev/null +++ b/net/py-mp-random/distinfo @@ -0,0 +1,2 @@ +MD5 (MirrorProjectRandomImageWidget-src-1.0.tar.gz) = 127a6f7f736bd742f568a5d283405bbe +SIZE (MirrorProjectRandomImageWidget-src-1.0.tar.gz) = 4891 diff --git a/net/py-mp-random/pkg-descr b/net/py-mp-random/pkg-descr new file mode 100644 index 000000000000..66469037fbaa --- /dev/null +++ b/net/py-mp-random/pkg-descr @@ -0,0 +1,3 @@ +Display random Mirror Project images on your desktop. + +WWW: http://www.mirrorproject.com/widget diff --git a/net/py-mp-random/pkg-plist b/net/py-mp-random/pkg-plist new file mode 100644 index 000000000000..3a3a480ac37c --- /dev/null +++ b/net/py-mp-random/pkg-plist @@ -0,0 +1 @@ +bin/mp-random |