diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2010-09-13 09:41:06 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2010-09-13 09:41:06 +0800 |
commit | f94f488b9b7be539694949767a71ef7f1548f2b8 (patch) | |
tree | 30f7a2dab3de964e50d11288ab50bddd33446866 | |
parent | 0b21add5c73ee9fde41c3c8799b3083b9258d95d (diff) | |
download | freebsd-ports-gnome-f94f488b9b7be539694949767a71ef7f1548f2b8.tar.gz freebsd-ports-gnome-f94f488b9b7be539694949767a71ef7f1548f2b8.tar.zst freebsd-ports-gnome-f94f488b9b7be539694949767a71ef7f1548f2b8.zip |
2010-09-05 multimedia/playd2: Use multimedia/playd instead
PR: ports/147683
Submitted by: Aldis Berjoza <aldis@bsdroot.lv> (maintainer)
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | multimedia/Makefile | 1 | ||||
-rw-r--r-- | multimedia/playd2/Makefile | 36 | ||||
-rw-r--r-- | multimedia/playd2/distinfo | 3 | ||||
-rw-r--r-- | multimedia/playd2/pkg-descr | 10 |
5 files changed, 1 insertions, 50 deletions
@@ -4557,3 +4557,4 @@ print/cupsddk||2010-09-09|Now part of print/cups-base databases/mongodb-devel||2010-09-11|Older than databases/mongodb japanese/tdiary-devel||2010-09-12|Removed www/tdiary-devel||2010-09-12|Removed +multimedia/playd2|multimedia/playd|2010-09-13|Has expired: Use multimedia/playd instead diff --git a/multimedia/Makefile b/multimedia/Makefile index 36cbb10239af..ffb16efb53ce 100644 --- a/multimedia/Makefile +++ b/multimedia/Makefile @@ -243,7 +243,6 @@ SUBDIR += phonon-xine SUBDIR += pitivi SUBDIR += playd - SUBDIR += playd2 SUBDIR += podcatcher SUBDIR += poe SUBDIR += ppm2fli diff --git a/multimedia/playd2/Makefile b/multimedia/playd2/Makefile deleted file mode 100644 index ad911ad315af..000000000000 --- a/multimedia/playd2/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# New ports collection makefile for: playd -# Date created: Apr 29, 2009 -# Whom: Aldis Berjoza <killasmurf86@gmail.com> -# -# $FreeBSD$ -# - -PORTNAME= playd2 -PORTVERSION= 2.1.3 -CATEGORIES= multimedia -MASTER_SITES= http://files.bsdroot.lv/FreeBSD/playd/ - -MAINTAINER= aldis@BSDroot.lv -COMMENT= Very easy to use mplayer Perl wrapper script, with useful features - -DEPRECATED= Use multimedia/playd instead -EXPIRATION_DATE= 2010-09-05 - -RUN_DEPENDS= mplayer:${PORTSDIR}/multimedia/mplayer \ - ${LOCALBASE}/${SITE_PERL_REL}/File/Type.pm:${PORTSDIR}/devel/p5-File-Type - -CONFLICTS= playd-1.[0-9]* -PROJECTHOST= playd -PLIST_FILES= bin/playd -MAN1= playd.1 - -NO_BUILD= yes -USE_PERL5_RUN= 5.8.9+ - -WRKSRC= ${WRKDIR}/${PORTNAME} - -do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/bin/playd.pl ${PREFIX}/bin/playd - ${INSTALL_MAN} ${WRKSRC}/man/man1/playd.1 ${PREFIX}/man/man1/ - -.include <bsd.port.mk> diff --git a/multimedia/playd2/distinfo b/multimedia/playd2/distinfo deleted file mode 100644 index c8a0cbaf11d0..000000000000 --- a/multimedia/playd2/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (playd2-2.1.3.tar.gz) = 5a41604b4b537d1bc40ee923118f5a9c -SHA256 (playd2-2.1.3.tar.gz) = a8c5d66de1b08e60a72bdffe0630d6867675246a0ee4c6cf1800f9f01565f310 -SIZE (playd2-2.1.3.tar.gz) = 8755 diff --git a/multimedia/playd2/pkg-descr b/multimedia/playd2/pkg-descr deleted file mode 100644 index 45f6305db877..000000000000 --- a/multimedia/playd2/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -playd is an easy to use command line wrapper for mplayer. - -With playd you don't need the mplayer gui to use it as a audio/video -player because playd supports playlists. It is easy to integrate -playd into a window manager menu (e.g. FVWM). - -WWW: http://github.com/killasmurf86/playd - --- Aldis Berjoza -<aldis@BSDroot.lv> |