summaryrefslogtreecommitdiff
path: root/net-p2p/peercast
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/peercast')
-rw-r--r--net-p2p/peercast/Makefile10
-rw-r--r--net-p2p/peercast/distinfo6
-rw-r--r--net-p2p/peercast/pkg-message6
3 files changed, 16 insertions, 6 deletions
diff --git a/net-p2p/peercast/Makefile b/net-p2p/peercast/Makefile
index 63904d219231..f613b5e85cf8 100644
--- a/net-p2p/peercast/Makefile
+++ b/net-p2p/peercast/Makefile
@@ -6,13 +6,13 @@
#
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
USE_LINUX= yes
@@ -28,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/
+
+---------------------------------------------------------------------------