- Update to 1.22.1 [1]

- COMMENT and pkg-descr cleanups [2]

PR:		ports/160325
Submitted by:	Aldis Berjoza <aldis@bsdroot.lv> (maintainer) [1]
Approved by:	Aldis Berjoza <aldis@bsdroot.lv> (maintainer) [2]
This commit is contained in:
Ganael LAPLANCHE 2011-09-12 06:21:03 +00:00
parent 0cc6561198
commit b48196be55
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=281650
3 changed files with 11 additions and 15 deletions

View File

@ -6,28 +6,27 @@
#
PORTNAME= playd
PORTVERSION= 1.22.0
PORTVERSION= 1.22.1
CATEGORIES= multimedia
MASTER_SITES= http://files.bsdroot.lv/my/FreeBSD/distfiles/
DISTNAME= playd.sh-${PORTVERSION}
MAINTAINER= aldis@bsdroot.lv
COMMENT= Very easy to use mplayer sh wrapper script (supports playlists)
RUN_DEPENDS= mplayer:${PORTSDIR}/multimedia/mplayer
COMMENT= Very easy-to-use mplayer sh wrapper script (supports playlists)
LICENSE= BSD
RUN_DEPENDS= mplayer:${PORTSDIR}/multimedia/mplayer
PLIST_FILES= bin/playd
MAN1= playd.1
NO_BUILD= yes
WRKSRC= ${WRKDIR}/playd-sh-${REV}
REV= 6eed8f88bb8a
REV= e2fef77c9592
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/bin/playd.sh ${PREFIX}/bin/playd
${INSTALL_MAN} ${WRKSRC}/man/man1/playd.1 ${PREFIX}/man/man1/
# vim: set ts=8 sw=8:
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
SHA256 (playd.sh-1.22.0.tar.gz) = 710eb8226daee1336be6c5d7536928219ba3adf3eadb7e124394549ddbf26227
SIZE (playd.sh-1.22.0.tar.gz) = 12326
SHA256 (playd.sh-1.22.1.tar.gz) = c279d70df32a0b53a8447a8bb59dfe3fe0ef94ac38762da54867034236fbbe05
SIZE (playd.sh-1.22.1.tar.gz) = 12829

View File

@ -1,10 +1,7 @@
playd is an easy to use command line wrapper for mplayer.
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).
With playd you don't need mplayer GUI to listen to music, watch videos, stream
video/audio. It is easy to integrate playd into a window manager menu (e.g.
FVWM).
WWW: http://hg.bsdroot.lv/aldis/playd.sh/
-- Aldis Berjoza
<aldis@bsdroot.lv>