aboutsummaryrefslogtreecommitdiff
path: root/audio/etcd
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2009-10-02 18:05:29 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2009-10-02 18:05:29 +0000
commitf94e70331e32f6056ebb05a82c1a3524db05b7ec (patch)
tree4124aa2b57446e4f447af87ff3ccf189032c7b38 /audio/etcd
parenta0821fd6816a676c8511d37460c3017adb124d07 (diff)
downloadports-f94e70331e32f6056ebb05a82c1a3524db05b7ec.tar.gz
ports-f94e70331e32f6056ebb05a82c1a3524db05b7ec.zip
Notes
Diffstat (limited to 'audio/etcd')
-rw-r--r--audio/etcd/Makefile32
-rw-r--r--audio/etcd/distinfo3
-rw-r--r--audio/etcd/pkg-descr11
3 files changed, 46 insertions, 0 deletions
diff --git a/audio/etcd/Makefile b/audio/etcd/Makefile
new file mode 100644
index 000000000000..f47d74d5e54f
--- /dev/null
+++ b/audio/etcd/Makefile
@@ -0,0 +1,32 @@
+# New ports collection Makefile for: etcd
+# Date created: 2 October 2009
+# Whom: gahr
+#
+# $FreeBSD$
+#
+
+PORTNAME= etcd
+PORTVERSION= 1.0.0
+CATEGORIES= audio
+MASTER_SITES= ${MASTER_SITE_LOCAL} \
+ http://people.freebsd.org/~gahr/distfiles/ \
+ http://www.gahr.ch/etcd/
+MASTER_SITE_SUBDIR= gahr
+
+MAINTAINER= gahr@FreeBSD.org
+COMMENT= Enhanced Tiny CD, a simple ncurses-based CD player
+
+LIB_DEPENDS= musicbrainz.4:${PORTSDIR}/audio/libmusicbrainz
+
+USE_SDL= sdl
+MANCOMPRESSED= no
+
+MAKE_ARGS= INCDIR=${LOCALBASE}/include LIBDIR=${LOCALBASE}/lib \
+ SDL_LIBS=-lSDL MB_LIBS=-lmusicbrainz NCURSES_LIBS=-lncursesw
+
+PLIST_FILES= bin/etcd
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/etcd ${PREFIX}/bin/
+
+.include <bsd.port.mk>
diff --git a/audio/etcd/distinfo b/audio/etcd/distinfo
new file mode 100644
index 000000000000..5ce9d7f1fbd7
--- /dev/null
+++ b/audio/etcd/distinfo
@@ -0,0 +1,3 @@
+MD5 (etcd-1.0.0.tar.gz) = 0213c4df9ad6e46176b12f0755a512ef
+SHA256 (etcd-1.0.0.tar.gz) = 19f3dc6254a673ce2dd2f70d6483a7e2489d1051d1c18bf578a2613b6803b4ec
+SIZE (etcd-1.0.0.tar.gz) = 10995
diff --git a/audio/etcd/pkg-descr b/audio/etcd/pkg-descr
new file mode 100644
index 000000000000..806b1c23dc3c
--- /dev/null
+++ b/audio/etcd/pkg-descr
@@ -0,0 +1,11 @@
+Enhanced Tiny CD is a fork of the original Tiny CD, a simple,
+user-friendly ncurses-based CD player, which is available at
+www.nongnu.org/tcd.
+
+Enhancements in etcd include:
+
+* bug fixes
+* support for MusicBrainz
+* general refactory
+
+WWW: http://www.gahr.ch/etcd