diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2007-07-05 07:21:24 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2007-07-05 07:21:24 +0000 |
commit | ebc6758085d854949b6e03622d8f9af65dd27cf0 (patch) | |
tree | 2de11656efbfea6569034b17b3f2b8b310fe79ea /multimedia | |
parent | 02f304a9bc5bd38256035595e888aeaa3ac6a00b (diff) | |
download | ports-ebc6758085d854949b6e03622d8f9af65dd27cf0.tar.gz ports-ebc6758085d854949b6e03622d8f9af65dd27cf0.zip |
Notes
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/dvdauthorwizard/Makefile | 7 | ||||
-rw-r--r-- | multimedia/smplayer-qt4/Makefile | 2 | ||||
-rw-r--r-- | multimedia/smplayer-themes/Makefile | 6 | ||||
-rw-r--r-- | multimedia/smplayer/Makefile | 7 |
4 files changed, 10 insertions, 12 deletions
diff --git a/multimedia/dvdauthorwizard/Makefile b/multimedia/dvdauthorwizard/Makefile index c939de389de5..0d072e20ea87 100644 --- a/multimedia/dvdauthorwizard/Makefile +++ b/multimedia/dvdauthorwizard/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: dvdauthorwizard # Date created: 30 May 2007 -# Whom: liu_yinghong@yahoo.com.cn +# Whom: Yinghong Liu <relaxbsd@gmail.com> # # $FreeBSD$ # @@ -8,11 +8,10 @@ PORTNAME= dvdauthorwizard PORTVERSION= 1.4.6 CATEGORIES= multimedia kde -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= SF DISTNAME= DVDAuthorWizard-${PORTVERSION} -MAINTAINER= liu_yinghong@yahoo.com.cn +MAINTAINER= relaxbsd@gmail.com COMMENT= The tool for creating a DVD with fully animated menu from MPEG-2 files NO_BUILD= yes diff --git a/multimedia/smplayer-qt4/Makefile b/multimedia/smplayer-qt4/Makefile index d34d82bce44b..5719197dd260 100644 --- a/multimedia/smplayer-qt4/Makefile +++ b/multimedia/smplayer-qt4/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: smplayer-qt4 # Date created: 16 Jun, 2007 -# Whom: Diego Depaoli <trebestie@gmail.com> and Yinghong.Liu <liu_yinghong@yahoo.com.cn> +# Whom: Diego Depaoli <trebestie@gmail.com> and Yinghong Liu <relaxbsd@gmail.com> # # $FreeBSD$ # diff --git a/multimedia/smplayer-themes/Makefile b/multimedia/smplayer-themes/Makefile index c2a87361ccd9..854c92809deb 100644 --- a/multimedia/smplayer-themes/Makefile +++ b/multimedia/smplayer-themes/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: mplayer-themes # Date created: 18 Jun, 2007 -# Whom: Diego Depaoli <trebestie@gmail.com> and Yinghong.Liu <liu_yinghong@yahoo.com.cn> +# Whom: Diego Depaoli <trebestie@gmail.com> and Yinghong Liu <relaxbsd@gmail.com> # # $FreeBSD$ # @@ -8,10 +8,10 @@ PORTNAME= smplayer-themes PORTVERSION= 0.1.1 CATEGORIES= multimedia audio kde -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITES= SF MASTER_SITE_SUBDIR=smplayer -MAINTAINER= liu_yinghong@yahoo.com.cn +MAINTAINER= relaxbsd@gmail.com COMMENT= Themes for smplayer NO_BUILD= yes diff --git a/multimedia/smplayer/Makefile b/multimedia/smplayer/Makefile index 4e5b27dbdcd9..d72a9311fb8e 100644 --- a/multimedia/smplayer/Makefile +++ b/multimedia/smplayer/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: smplayer # Date created: 13 Jun, 2007 -# Whom: Diego Depaoli <trebestie@gmail.com> and Yinghong.Liu <liu_yinghong@yahoo.com.cn> +# Whom: Diego Depaoli <trebestie@gmail.com> and Yinghong Liu <relaxbsd@gmail.com> # # $FreeBSD$ # @@ -8,10 +8,9 @@ PORTNAME= smplayer DISTVERSION= 0.5.0 CATEGORIES= multimedia audio kde -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR=${PORTNAME} +MASTER_SITES= SF -MAINTAINER= liu_yinghong@yahoo.com.cn +MAINTAINER= relaxbsd@gmail.com COMMENT?= A complete front-end based on QT3 for mplayer RUN_DEPENDS= mplayer:${PORTSDIR}/multimedia/mplayer \ |