summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-09-13 01:41:06 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-09-13 01:41:06 +0000
commitaf45c6705e4bae97bdd7961acd996cd0436672c0 (patch)
tree6c24d22680c05e78e65be2bcf163fe34e4aa98d5 /multimedia
parent- Update to 1.7 (diff)
2010-09-05 multimedia/playd2: Use multimedia/playd instead
PR: ports/147683 Submitted by: Aldis Berjoza <aldis@bsdroot.lv> (maintainer)
Notes
Notes: svn path=/head/; revision=261049
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/Makefile1
-rw-r--r--multimedia/playd2/Makefile36
-rw-r--r--multimedia/playd2/distinfo3
-rw-r--r--multimedia/playd2/pkg-descr10
4 files changed, 0 insertions, 50 deletions
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>