aboutsummaryrefslogtreecommitdiff
path: root/multimedia/playd
diff options
context:
space:
mode:
authorAlexander Logvinov <avl@FreeBSD.org>2009-06-09 16:04:31 +0000
committerAlexander Logvinov <avl@FreeBSD.org>2009-06-09 16:04:31 +0000
commitfdd4861559e9d961c5209f4bcd3cf7d528047a0f (patch)
treecd63559a54671baec6289e099439f9d7af4f4ac2 /multimedia/playd
parent33e3d901d4375c73d7a95b6894c0022d6be7eb95 (diff)
downloadports-fdd4861559e9d961c5209f4bcd3cf7d528047a0f.tar.gz
ports-fdd4861559e9d961c5209f4bcd3cf7d528047a0f.zip
Notes
Diffstat (limited to 'multimedia/playd')
-rw-r--r--multimedia/playd/Makefile25
-rw-r--r--multimedia/playd/distinfo3
-rw-r--r--multimedia/playd/pkg-descr8
3 files changed, 36 insertions, 0 deletions
diff --git a/multimedia/playd/Makefile b/multimedia/playd/Makefile
new file mode 100644
index 000000000000..5267b570833e
--- /dev/null
+++ b/multimedia/playd/Makefile
@@ -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>
diff --git a/multimedia/playd/distinfo b/multimedia/playd/distinfo
new file mode 100644
index 000000000000..c546ae39f24c
--- /dev/null
+++ b/multimedia/playd/distinfo
@@ -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
diff --git a/multimedia/playd/pkg-descr b/multimedia/playd/pkg-descr
new file mode 100644
index 000000000000..60a2bc1996b2
--- /dev/null
+++ b/multimedia/playd/pkg-descr
@@ -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>