1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-03 11:12:13 +00:00

- Move dplay to playd

Noticed by:	Aldis Berjoza <killasmurf86 at gmail.com> (maintainer)
Approved by:	tabthorpe (mentor)
This commit is contained in:
Alexander Logvinov 2009-06-09 16:04:31 +00:00
parent 33e3d901d4
commit fdd4861559
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=235507
8 changed files with 38 additions and 1 deletions

1
MOVED
View File

@ -3979,3 +3979,4 @@ devel/powerpc-binutils||2009-06-06|Has expired: use cross-binutils instead
X11-wm/enlightenment|x11-wm/e16|2009-06-07|Renamed X11-wm/enlightenment|x11-wm/e16|2009-06-07|Renamed
www/apache-jserv|www/tomcat6|2009-06-08|Has expired: superceeded by tomcat www/apache-jserv|www/tomcat6|2009-06-08|Has expired: superceeded by tomcat
lang/perl5.6||2009-06-08|Has expired: no longer under development, use lang/perl5.10 or lang/perl5.8 lang/perl5.6||2009-06-08|Has expired: no longer under development, use lang/perl5.10 or lang/perl5.8
multimedia/dplay|multimedia/playd|2009-06-10|Port renamed

View File

@ -29,7 +29,6 @@
SUBDIR += devede SUBDIR += devede
SUBDIR += dirac SUBDIR += dirac
SUBDIR += dirac-reference SUBDIR += dirac-reference
SUBDIR += dplay
SUBDIR += dtv SUBDIR += dtv
SUBDIR += dumpmpeg SUBDIR += dumpmpeg
SUBDIR += dv2jpg SUBDIR += dv2jpg
@ -214,6 +213,7 @@
SUBDIR += phonon SUBDIR += phonon
SUBDIR += phonon-gstreamer SUBDIR += phonon-gstreamer
SUBDIR += phonon-xine SUBDIR += phonon-xine
SUBDIR += playd
SUBDIR += podcatcher SUBDIR += podcatcher
SUBDIR += poe SUBDIR += poe
SUBDIR += ppm2fli SUBDIR += ppm2fli

View File

@ -0,0 +1,25 @@
# New ports collection makefile for: playd
# Date created: Apr 29, 2009
# Whom: Aldis Berjoza <killasmurf86@gmail.com>
#
# $FreeBSD$
#
PORTNAME= playd
PORTVERSION= 1.1.5
CATEGORIES= multimedia
MASTER_SITES= http://www.logvinov.ru/files/dist/playd/
MAINTAINER= killasmurf86@gmail.com
COMMENT= Very easy to use mplayer sh wrapper script, with usefull features
RUN_DEPENDS= mplayer:${PORTSDIR}/multimedia/mplayer
PLIST_FILES= bin/playd
NO_BUILD= yes
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/playd ${PREFIX}/bin/playd
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (playd-1.1.5.tar.gz) = ead5ca18e9c815576b585f947ad1bc97
SHA256 (playd-1.1.5.tar.gz) = bd18225aa3418616f5d59f19ebd7cc85088b96d764a285c03c55ebe1e62739df
SIZE (playd-1.1.5.tar.gz) = 3866

View File

@ -0,0 +1,8 @@
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).
-- Aldis Berjoza
<killasmurf86@gmail.com>