diff options
author | danfe <danfe@FreeBSD.org> | 2010-02-25 01:14:58 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2010-02-25 01:14:58 +0800 |
commit | 5bd9dfdbda7ce6ac303a3c06221bfde889d9727e (patch) | |
tree | b18703bea75524e7531f81514d0dbf12a1d8cedd /multimedia/linux-tsmuxer | |
parent | 165392499dfadb16067d57bedecda01809971d0e (diff) | |
download | freebsd-ports-gnome-5bd9dfdbda7ce6ac303a3c06221bfde889d9727e.tar.gz freebsd-ports-gnome-5bd9dfdbda7ce6ac303a3c06221bfde889d9727e.tar.zst freebsd-ports-gnome-5bd9dfdbda7ce6ac303a3c06221bfde889d9727e.zip |
- Readd the port with better, all-lowercase name [1]
- While here, fix several minor issues with Makefile and pkg-descr (augment
COMMENT, utilize standard NO_BUILD and NO_WRKSUBDIR knobs, remove `x11'
as a secondary category, use correct installation commands and merge them
into one, give correct package name prefix (`linux-') for Linux binary-
only software, sort PLIST_FILES -- all these things that usually happen
when people are not reading PH well enough, do not look at other ports,
and not using common sense.) :-(
No objection from: pgollucci [1]
Feature safe: yes
Diffstat (limited to 'multimedia/linux-tsmuxer')
-rw-r--r-- | multimedia/linux-tsmuxer/Makefile | 27 | ||||
-rw-r--r-- | multimedia/linux-tsmuxer/distinfo | 3 | ||||
-rw-r--r-- | multimedia/linux-tsmuxer/pkg-descr | 5 |
3 files changed, 35 insertions, 0 deletions
diff --git a/multimedia/linux-tsmuxer/Makefile b/multimedia/linux-tsmuxer/Makefile new file mode 100644 index 000000000000..3d8a17b760b1 --- /dev/null +++ b/multimedia/linux-tsmuxer/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: tsMuxeR (Linux version) +# Date created: 2010-01-02 +# Whom: Steve Wills <steve@mouf.net> +# +# $FreeBSD$ +# + +PORTNAME= tsmuxer +PORTVERSION= 1.10.6 +CATEGORIES= multimedia linux +MASTER_SITES= http://www.smlabs.net/tsMuxer/ +PKGNAMEPREFIX= linux- +DISTNAME= tsMuxeR_${PORTVERSION} + +MAINTAINER= steve@mouf.net +COMMENT= Utility to create TS and M2TS files for IP broadcasting + +USE_LINUX= yes +NO_WRKSUBDIR= yes +NO_BUILD= yes +PLIST_FILES= bin/tsMuxeR bin/tsMuxerGUI + +do-install: + ${INSTALL_PROGRAM} ${WRKDIR}/tsMuxeR ${WRKDIR}/tsMuxerGUI \ + ${PREFIX}/bin + +.include <bsd.port.mk> diff --git a/multimedia/linux-tsmuxer/distinfo b/multimedia/linux-tsmuxer/distinfo new file mode 100644 index 000000000000..457252837dca --- /dev/null +++ b/multimedia/linux-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/linux-tsmuxer/pkg-descr b/multimedia/linux-tsmuxer/pkg-descr new file mode 100644 index 000000000000..35ab1fa708c2 --- /dev/null +++ b/multimedia/linux-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 |