diff options
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/Makefile | 1 | ||||
-rw-r--r-- | multimedia/tsMuxeR/Makefile | 29 | ||||
-rw-r--r-- | multimedia/tsMuxeR/distinfo | 3 | ||||
-rw-r--r-- | multimedia/tsMuxeR/pkg-descr | 5 |
4 files changed, 38 insertions, 0 deletions
diff --git a/multimedia/Makefile b/multimedia/Makefile index 7f18e8cbe82b..f1f6387caeb0 100644 --- a/multimedia/Makefile +++ b/multimedia/Makefile @@ -288,6 +288,7 @@ SUBDIR += tovid SUBDIR += transcode SUBDIR += transkode + SUBDIR += tsMuxeR SUBDIR += tstools SUBDIR += tunapie SUBDIR += tv_grab_au diff --git a/multimedia/tsMuxeR/Makefile b/multimedia/tsMuxeR/Makefile new file mode 100644 index 000000000000..753e6d5b533f --- /dev/null +++ b/multimedia/tsMuxeR/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: tsMuxeR +# Date created: 2010-01-02 +# Whom: Steve Wills <steve@mouf.net> +# +# $FreeBSD$ +# + +PORTNAME= tsMuxeR +PORTVERSION= 1.10.6 +CATEGORIES= multimedia linux x11 +MASTER_SITES= http://www.smlabs.net/tsMuxer/ +DISTNAME= ${PORTNAME}_${PORTVERSION} + +MAINTAINER= steve@mouf.net +COMMENT= Utility to create TS and M2TS files + +WRKSRC= ${WRKDIR} +USE_LINUX= yes +PLIST_FILES= bin/tsMuxerGUI bin/tsMuxeR + +do-build: + @${DO_NADA} + +do-install: + ${INSTALL_SCRIPT} ${WRKDIR}/tsMuxerGUI ${PREFIX}/bin/tsMuxerGUI + ${INSTALL_SCRIPT} ${WRKDIR}/tsMuxeR ${PREFIX}/bin/tsMuxeR + +.include <bsd.port.pre.mk> +.include <bsd.port.post.mk> diff --git a/multimedia/tsMuxeR/distinfo b/multimedia/tsMuxeR/distinfo new file mode 100644 index 000000000000..457252837dca --- /dev/null +++ b/multimedia/tsMuxeR/distinfo @@ -0,0 +1,3 @@ +MD5 (tsMuxeR_1.10.6.tar.gz) = b8210a33ed55cfcac8a159e35469e1e1 +SHA256 (tsMuxeR_1.10.6.tar.gz) = a12ee4c5289afba25ce0998c04c752026a73afce45c700624b8efc0bc090ab78 +SIZE (tsMuxeR_1.10.6.tar.gz) = 5489146 diff --git a/multimedia/tsMuxeR/pkg-descr b/multimedia/tsMuxeR/pkg-descr new file mode 100644 index 000000000000..8b74984a8e81 --- /dev/null +++ b/multimedia/tsMuxeR/pkg-descr @@ -0,0 +1,5 @@ +tsMuxeR a software utility to create TS and M2TS files for IP broadcasting +as well as for viewing at hardware video players (i.e., Dune HD Ultra, Sony +Playstation3 and others). + +WWW: http://www.smlabs.net/tsmuxer_en.html |