summaryrefslogtreecommitdiff
path: root/print/cdlabelgen
diff options
context:
space:
mode:
authorChris Piazza <cpiazza@FreeBSD.org>1999-06-28 19:50:00 +0000
committerChris Piazza <cpiazza@FreeBSD.org>1999-06-28 19:50:00 +0000
commit83e542e12448e0cee616e748cc563ddea0ee2cc1 (patch)
tree9c9a90afa150f0471df2b30661a0d49ada093e4b /print/cdlabelgen
parentnew ports/{java,irc,x11-server}, dependency sweep #2 (diff)
cdlabelgen: generates postscript for labels for CDs.
PR: 12355 Submitted by: Juergen Lock <nox@jelal.kn-bremen.de>
Notes
Notes: svn path=/head/; revision=19879
Diffstat (limited to 'print/cdlabelgen')
-rw-r--r--print/cdlabelgen/Makefile21
-rw-r--r--print/cdlabelgen/distinfo1
-rw-r--r--print/cdlabelgen/files/patch-aa10
-rw-r--r--print/cdlabelgen/pkg-comment1
-rw-r--r--print/cdlabelgen/pkg-descr23
-rw-r--r--print/cdlabelgen/pkg-plist9
6 files changed, 65 insertions, 0 deletions
diff --git a/print/cdlabelgen/Makefile b/print/cdlabelgen/Makefile
new file mode 100644
index 000000000000..ab50c0c0a2b2
--- /dev/null
+++ b/print/cdlabelgen/Makefile
@@ -0,0 +1,21 @@
+# New ports collection makefile for: cdlabelgen
+# Version required: 1.1.3
+# Date created: Tue Jun 23 00:19:55 MET DST 1999
+# Whom: Juergen Lock <nox@jelal.kn-bremen.de>
+#
+# $Id: $
+#
+
+DISTNAME= cdlabelgen-1.1.3
+CATEGORIES= print
+MASTER_SITES= http://www.red-bean.com/~bwf/software/cdlabelgen/
+
+MAINTAINER= nox@jelal.kn-bremen.de
+
+USE_PERL5= yes
+MAKE_ENV= BASE_DIR=${PREFIX}
+
+do-build:
+ ${PERL5} -i.bak -p -e "if (1 .. 1) {s-^#!/usr/bin/perl-#!${PERL}-;}" ${WRKSRC}/cdlabelgen
+
+.include <bsd.port.mk>
diff --git a/print/cdlabelgen/distinfo b/print/cdlabelgen/distinfo
new file mode 100644
index 000000000000..4bfb28b8c1cd
--- /dev/null
+++ b/print/cdlabelgen/distinfo
@@ -0,0 +1 @@
+MD5 (cdlabelgen-1.1.3.tar.gz) = 2bf1e03d95d0c80ac86c4752289cac3c
diff --git a/print/cdlabelgen/files/patch-aa b/print/cdlabelgen/files/patch-aa
new file mode 100644
index 000000000000..1df27f6768ec
--- /dev/null
+++ b/print/cdlabelgen/files/patch-aa
@@ -0,0 +1,10 @@
+Index: Makefile
+@@ -4,7 +4,7 @@
+
+ # Where you want cdlabelgen and related files to be
+
+-BASE_DIR = /usr/local
++#BASE_DIR = /usr/local
+ TEMPLATE = ./postscript/template.ps
+ SOURCES = cdlabelgen ChangeLog COPYING INSTALL README Makefile
+ POSTSCRIPT = template.ps recycle.ps recycle.epsi mp3.eps cdda.eps cd.eps penguin.eps
diff --git a/print/cdlabelgen/pkg-comment b/print/cdlabelgen/pkg-comment
new file mode 100644
index 000000000000..5c3b13d32f21
--- /dev/null
+++ b/print/cdlabelgen/pkg-comment
@@ -0,0 +1 @@
+Generate postscript for frontcards and traycards for CDs
diff --git a/print/cdlabelgen/pkg-descr b/print/cdlabelgen/pkg-descr
new file mode 100644
index 000000000000..cfdaca8ab008
--- /dev/null
+++ b/print/cdlabelgen/pkg-descr
@@ -0,0 +1,23 @@
+cdlabelgen's purpose in life is twofold:
+
+ o To be run automatically and swiftly from a shell script
+ and automatically generate a frontcard and a traycard
+ for a cd--usually data archive cd's. The traycard
+ (which goes behind the CD itself) is U-shaped and the
+ ends of the CD case bear the label of what the CD is.
+
+ o To have a minimum of dependencies--cdlabelgen only
+ requires perl.
+
+ cdlabelgen was designed to simplify the process of
+ generating labels for CD's. It originated as a program to
+ allow auto generation of frontcards and traycards for CD's
+ burned via an automated mechanism (specifically for
+ archiving data), but has now become popular for labelling
+ CD compilations of mp3's, and copies of CDs. Note that
+ cdlabelgen does not actually print anything--it just spits
+ out postscript, which you can then do with as you please.
+
+(from the manual, type `perldoc cdlabelgen' to get the full one)
+
+WWW: http://www.red-bean.com/~bwf/software/cdlabelgen/
diff --git a/print/cdlabelgen/pkg-plist b/print/cdlabelgen/pkg-plist
new file mode 100644
index 000000000000..6b3b8fed76f0
--- /dev/null
+++ b/print/cdlabelgen/pkg-plist
@@ -0,0 +1,9 @@
+bin/cdlabelgen
+share/cdlabelgen/template.ps
+share/cdlabelgen/recycle.ps
+share/cdlabelgen/recycle.epsi
+share/cdlabelgen/mp3.eps
+share/cdlabelgen/cdda.eps
+share/cdlabelgen/cd.eps
+share/cdlabelgen/penguin.eps
+@dirrm share/cdlabelgen