summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorSteven Kreuzer <skreuzer@FreeBSD.org>2009-08-07 16:08:50 +0000
committerSteven Kreuzer <skreuzer@FreeBSD.org>2009-08-07 16:08:50 +0000
commitad0dc0cc3d79510fd31ccb80f9fdb7db42fd9503 (patch)
tree92701e458a8390f6e850a28449345f4254319eec /multimedia
parentPerl extension for inclusive and exclusive canonicalization of XML using libxml2 (diff)
Xport Transport Stream Demuxer
PR: ports/137469 Submitted by: Steve Wills <steve@mouf.net>
Notes
Notes: svn path=/head/; revision=239084
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/Makefile1
-rw-r--r--multimedia/xporthdmv/Makefile29
-rw-r--r--multimedia/xporthdmv/distinfo3
-rw-r--r--multimedia/xporthdmv/pkg-descr3
4 files changed, 36 insertions, 0 deletions
diff --git a/multimedia/Makefile b/multimedia/Makefile
index ce248c5eee87..3d139ab15f54 100644
--- a/multimedia/Makefile
+++ b/multimedia/Makefile
@@ -302,6 +302,7 @@
SUBDIR += xmms-weasel
SUBDIR += xmps
SUBDIR += xmps-win32-plugin
+ SUBDIR += xporthdmv
SUBDIR += xtheater
SUBDIR += xvid
SUBDIR += xvid4conf
diff --git a/multimedia/xporthdmv/Makefile b/multimedia/xporthdmv/Makefile
new file mode 100644
index 000000000000..8e102e7b6cd1
--- /dev/null
+++ b/multimedia/xporthdmv/Makefile
@@ -0,0 +1,29 @@
+# New ports collection makefile for: xporthdmv
+# Date created: 2009-08-05
+# Whom: Steve Wills <steve@mouf.net>
+#
+# $FreeBSD$
+#
+
+PORTNAME= xporthdmv
+PORTVERSION= 1.01
+CATEGORIES= multimedia
+MASTER_SITES= http://www.w6rz.net/
+DISTNAME= xport
+
+MAINTAINER= steve@mouf.net
+COMMENT= The xport Transport Stream Demuxer
+
+USE_ZIP= yes
+NO_WRKSUBDIR= yes
+PLIST_FILES= bin/xporthdmv
+
+do-build:
+ cd ${WRKSRC} \
+ && ${CC} ${CFLAGS} xport.c -o xporthdmv
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/xporthdmv ${PREFIX}/bin
+
+.include <bsd.port.pre.mk>
+.include <bsd.port.post.mk>
diff --git a/multimedia/xporthdmv/distinfo b/multimedia/xporthdmv/distinfo
new file mode 100644
index 000000000000..b3185b67b153
--- /dev/null
+++ b/multimedia/xporthdmv/distinfo
@@ -0,0 +1,3 @@
+MD5 (xport.zip) = 4391519a2b170313e0d51d28629b0a22
+SHA256 (xport.zip) = 7b5f2bc5d729773f6c21f459c6fad63b3c844df5eb52863204521f83d50ae4ba
+SIZE (xport.zip) = 60471
diff --git a/multimedia/xporthdmv/pkg-descr b/multimedia/xporthdmv/pkg-descr
new file mode 100644
index 000000000000..8dfb1afba578
--- /dev/null
+++ b/multimedia/xporthdmv/pkg-descr
@@ -0,0 +1,3 @@
+xport Transport Stream Demuxer, sometimes called xporthdmv
+
+WWW: http://www.w6rz.net/