summaryrefslogtreecommitdiff
path: root/audio/autocd
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-04-01 00:24:53 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-04-01 00:24:53 +0000
commit58c051addd21e323409989a2e40a8fba760567a9 (patch)
treed5d5b01fb1ca3ed237b46310e9062ef13f5d3e75 /audio/autocd
parentNew Port: irc/pork (diff)
New port: Compact disc control utility
Another compact disc control utility PR: ports/49104 Submitted by: Dmitry Afanasiev <KOT@KOT.SPb.Ru>
Notes
Notes: svn path=/head/; revision=77872
Diffstat (limited to 'audio/autocd')
-rw-r--r--audio/autocd/Makefile23
-rw-r--r--audio/autocd/distinfo1
-rw-r--r--audio/autocd/files/patch-Makefile11
-rw-r--r--audio/autocd/pkg-descr5
-rw-r--r--audio/autocd/pkg-plist5
5 files changed, 45 insertions, 0 deletions
diff --git a/audio/autocd/Makefile b/audio/autocd/Makefile
new file mode 100644
index 000000000000..b8dee1779048
--- /dev/null
+++ b/audio/autocd/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: autocd
+# Date created: 11 Marth 2003
+# Whom: Dmitry Afanasiev <KOT@MATPOCKuH.Ru>
+#
+# $FreeBSD$
+#
+
+PORTNAME= autocd
+PORTVERSION= 3.00.02a
+CATEGORIES= audio sysutils
+MASTER_SITES= ftp://kot.spb.ru/pub/src/projects/autocd/
+
+MAINTAINER= KOT@MATPOCKuH.Ru
+COMMENT= Compact disc control utility
+
+USE_REINPLACE= yes
+
+post-patch:
+ @${REINPLACE_CMD} -e "s|%%LOCALBASE%%|${LOCALBASE}|g" ${WRKSRC}/Makefile
+
+MAN1= autocd.1 cdctl.1
+
+.include <bsd.port.mk>
diff --git a/audio/autocd/distinfo b/audio/autocd/distinfo
new file mode 100644
index 000000000000..4a54c8f77aab
--- /dev/null
+++ b/audio/autocd/distinfo
@@ -0,0 +1 @@
+MD5 (autocd-3.00.02a.tar.gz) = ef165796ae5e56123d974277ba879616
diff --git a/audio/autocd/files/patch-Makefile b/audio/autocd/files/patch-Makefile
new file mode 100644
index 000000000000..71d927ca94c7
--- /dev/null
+++ b/audio/autocd/files/patch-Makefile
@@ -0,0 +1,11 @@
+--- Makefile.orig Tue Mar 11 13:32:37 2003
++++ Makefile Tue Mar 11 13:33:27 2003
+@@ -1,7 +1,7 @@
+ # Makefile for autocd
+
+ # Install prefix
+-PREFIX=/usr/local
++PREFIX=%%LOCALBASE%%
+ # Prefix for rc script. This is default for FreeBSD only!
+ RCPREFIX=$(PREFIX)/etc/rc.d
+ # Compiler flags
diff --git a/audio/autocd/pkg-descr b/audio/autocd/pkg-descr
new file mode 100644
index 000000000000..a221349854cd
--- /dev/null
+++ b/audio/autocd/pkg-descr
@@ -0,0 +1,5 @@
+Compact disc control utility
+
+WWW: http://kot.spb.ru/projects/autocd/ (in russian)
+
+KOT@MATPOCKuH.Ru
diff --git a/audio/autocd/pkg-plist b/audio/autocd/pkg-plist
new file mode 100644
index 000000000000..aa5f11c6c8aa
--- /dev/null
+++ b/audio/autocd/pkg-plist
@@ -0,0 +1,5 @@
+bin/autocd
+bin/cdctl
+bin/pause
+bin/eject
+etc/rc.d/autocd.sh