summaryrefslogtreecommitdiff
path: root/net-p2p
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-12-20 12:35:49 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-12-20 12:35:49 +0000
commit640fff83fe3524262e48a9808f7d0cb0715ee003 (patch)
tree286b01d192da4ab5c067235ba5d7511f91c3a437 /net-p2p
parentUpdate to 1.14.0. (diff)
- Unbreak
- Update to 0.1218 - Pass maintainership to submitter PR: 118882 Submitted by: Philippe Audeoud <jadawin@tuxaco.net> Approved by: http://www.vuxml.org/freebsd/31435fbc-ae73-11dc-a5f9-001a4d49522b.html
Notes
Notes: svn path=/head/; revision=204208
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/peercast/Makefile13
-rw-r--r--net-p2p/peercast/distinfo6
-rw-r--r--net-p2p/peercast/pkg-message6
3 files changed, 16 insertions, 9 deletions
diff --git a/net-p2p/peercast/Makefile b/net-p2p/peercast/Makefile
index ee7abb9130e3..f613b5e85cf8 100644
--- a/net-p2p/peercast/Makefile
+++ b/net-p2p/peercast/Makefile
@@ -6,18 +6,15 @@
#
PORTNAME= peercast
-PORTVERSION= 0.1217
+PORTVERSION= 0.1218
CATEGORIES= net-p2p multimedia
MASTER_SITES= http://www.peercast.org/
DISTNAME= peercast-linux
EXTRACT_SUFX= .tgz
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= jadawin@tuxaco.net
COMMENT= A peer-to-peer network for broadcasting and listening to streams
-FORBIDDEN= http://vuxml.FreeBSD.org/31435fbc-ae73-11dc-a5f9-001a4d49522b.html
-EXPIRATION_DATE=2008-02-19
-
USE_LINUX= yes
NO_WRKSUBDIR= yes
NO_BUILD= yes
@@ -31,7 +28,11 @@ do-install:
${MKDIR} ${DATADIR}/html/${lang}
${INSTALL_DATA} ${WRKSRC}/html/${lang}/*.* ${DATADIR}/html/${lang}
${MKDIR} ${DATADIR}/html/${lang}/images
- ${INSTALL_DATA} ${WRKSRC}/html/${lang}/images/*.* ${DATADIR}/html/${lang}/images
+ ${INSTALL_DATA} ${WRKSRC}/html/${lang}/images/*.* \
+ ${DATADIR}/html/${lang}/images
.endfor
+post-install:
+ @${CAT} ${PKGMESSAGE}
+
.include <bsd.port.mk>
diff --git a/net-p2p/peercast/distinfo b/net-p2p/peercast/distinfo
index 285ef074486d..b51438038c4b 100644
--- a/net-p2p/peercast/distinfo
+++ b/net-p2p/peercast/distinfo
@@ -1,3 +1,3 @@
-MD5 (peercast-linux.tgz) = a9dc34941e3be293ba4d1bd7e85ef63c
-SHA256 (peercast-linux.tgz) = 7970421a5cd61146f6cf8168e4150f3a17965a856dd3241d7d4337648d901b7d
-SIZE (peercast-linux.tgz) = 209658
+MD5 (peercast-linux.tgz) = d156986de33632aa0bb186729b1dacf3
+SHA256 (peercast-linux.tgz) = a1b10bc7340a3d121a52831a11f7ed3c5b1afba4499a70e7d4d97d6512142bbc
+SIZE (peercast-linux.tgz) = 210329
diff --git a/net-p2p/peercast/pkg-message b/net-p2p/peercast/pkg-message
new file mode 100644
index 000000000000..963d65434550
--- /dev/null
+++ b/net-p2p/peercast/pkg-message
@@ -0,0 +1,6 @@
+---------------------------------------------------------------------------
+
+$ peercast &
+and then browse http://localhost:7144/
+
+---------------------------------------------------------------------------