aboutsummaryrefslogtreecommitdiff
path: root/audio/ezstream
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2008-08-27 15:20:08 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2008-08-27 15:20:08 +0000
commit43d401a4fbdeb959ef86658aa0d790df389d45f3 (patch)
treea6543e60a98218f12b4d97c1e2fd1367371a8269 /audio/ezstream
parent4bfca187219302d76315a5192c93e5c54419a165 (diff)
downloadports-43d401a4fbdeb959ef86658aa0d790df389d45f3.tar.gz
ports-43d401a4fbdeb959ef86658aa0d790df389d45f3.zip
Notes
Diffstat (limited to 'audio/ezstream')
-rw-r--r--audio/ezstream/Makefile25
-rw-r--r--audio/ezstream/distinfo6
2 files changed, 18 insertions, 13 deletions
diff --git a/audio/ezstream/Makefile b/audio/ezstream/Makefile
index 27a36a2856c4..bad86d73fd80 100644
--- a/audio/ezstream/Makefile
+++ b/audio/ezstream/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= ezstream
-PORTVERSION= 0.2.1
-PORTREVISION= 2
+PORTVERSION= 0.5.3
CATEGORIES= audio
MASTER_SITES= http://svn.xiph.org/releases/ezstream/
@@ -18,7 +17,7 @@ LIB_DEPENDS= shout.5:${PORTSDIR}/audio/libshout2 \
vorbis.4:${PORTSDIR}/audio/libvorbis \
xml2.5:${PORTSDIR}/textproc/libxml2
-GNU_CONFIGURE= yes
+GNU_CONFIGURE= yes
CFLAGS+= ${PTHREAD_CFLAGS} -I${LOCALBASE}/include
LDFLAGS+= ${PTHREAD_LIBS} -L${LOCALBASE}/lib
@@ -26,15 +25,21 @@ LDFLAGS+= ${PTHREAD_LIBS} -L${LOCALBASE}/lib
CONFIGURE_ENV+= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
PLIST_FILES= bin/ezstream
-PORTDOCS= ezstream_mp3.xml ezstream_reencoding_example_vorbis.xml \
- ezstream_reencoding_example_mp3.xml ezstream_vorbis.xml \
- ezstream_reencoding_example_theora.xml
+PORTEXAMPLES= ezstream_metadata.xml ezstream_mp3.xml ezstream_reencode_mp3.xml \
+ ezstream_reencode_theora.xml ezstream_reencode_vorbis.xml \
+ ezstream_stdin_vorbis.xml ezstream_vorbis.xml meta.sh play.sh
-.if !defined(NOPORTDOCS)
+MAN1= ezstream.1
+
+post-patch:
+ ${REINPLACE_CMD} -e 's|COPYING NEWS README||g; s|examples||g; \
+ s|install-dist_docDATA||g' ${WRKSRC}/Makefile.am ${WRKSRC}/Makefile.in
+
+.if !defined(NOPORTEXAMPLES)
post-install:
- ${MKDIR} ${DOCSDIR}
-.for f in ${PORTDOCS}
- ${INSTALL_DATA} ${WRKSRC}/conf/${f} ${DOCSDIR}
+ ${INSTALL} -d ${EXAMPLESDIR}
+.for ex in ${PORTEXAMPLES}
+ ${INSTALL_DATA} ${WRKSRC}/examples/${ex} ${EXAMPLESDIR}
.endfor
.endif
diff --git a/audio/ezstream/distinfo b/audio/ezstream/distinfo
index 30010f059e8f..7d105ab28527 100644
--- a/audio/ezstream/distinfo
+++ b/audio/ezstream/distinfo
@@ -1,3 +1,3 @@
-MD5 (ezstream-0.2.1.tar.gz) = 5c0b6fc2abeef572a2acc1f8e32ec3e2
-SHA256 (ezstream-0.2.1.tar.gz) = 53ffec4e618e5862354d3ab4e94a7cc515412cfd060bdc179ba935e08243a5e1
-SIZE (ezstream-0.2.1.tar.gz) = 320260
+MD5 (ezstream-0.5.3.tar.gz) = a07941d52a4705f8d02c9c9ee6e05750
+SHA256 (ezstream-0.5.3.tar.gz) = 5f279eab49b6d71441358ef046fdbd3749396cf43818e436239fdb3e004e4ecb
+SIZE (ezstream-0.5.3.tar.gz) = 230928