Generates frontcards and traycards for CDs.

This commit is contained in:
hubertf 1999-05-15 07:54:27 +00:00
parent afbc572614
commit 6b91ab75f8
6 changed files with 73 additions and 0 deletions

27
print/cdlabelgen/Makefile Normal file
View file

@ -0,0 +1,27 @@
# $NetBSD: Makefile,v 1.1.1.1 1999/05/15 07:54:27 hubertf Exp $
#
DISTNAME= cdlabelgen-1.1.3
CATEGORIES= print
MASTER_SITES= http://www.red-bean.com/~bwf/software/cdlabelgen/
MAINTAINER= hubertf@netbsd.org
HOMEPAGE= http://www.red-bean.com/~bwf/software/cdlabelgen/
USE_PERL5= YES
NO_CONFIGURE= YES
NO_BUILD= YES
post-extract:
cd ${WRKSRC}; \
${MV} cdlabelgen cdlabelgen.BAK; \
${SED} \
-e 's|/usr/bin/perl|${LOCALBASE}/bin/perl|g' \
-e 's|/usr/local|${PREFIX}|g' \
<cdlabelgen.BAK >cdlabelgen
post-install:
${LOCALBASE}/bin/pod2man ${PREFIX}/bin/cdlabelgen \
>${PREFIX}/man/man1/cdlabelgen.1
.include "../../mk/bsd.pkg.mk"

View file

@ -0,0 +1,3 @@
$NetBSD: md5,v 1.1.1.1 1999/05/15 07:54:28 hubertf Exp $
MD5 (cdlabelgen-1.1.3.tar.gz) = 2bf1e03d95d0c80ac86c4752289cac3c

View file

@ -0,0 +1,23 @@
$NetBSD: patch-aa,v 1.1.1.1 1999/05/15 07:54:28 hubertf Exp $
--- Makefile.orig Sat May 15 09:36:55 1999
+++ Makefile Sat May 15 09:38:15 1999
@@ -4,15 +4,15 @@
# Where you want cdlabelgen and related files to be
-BASE_DIR = /usr/local
+BASE_DIR = ${PREFIX}
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
DISTFILES = ${SOURCES} ${POSTSCRIPT}
# just use 'cp -a' if you don't have install...
-INSTALL := install -m 0755 -p
-INSTALL_FILE := install -m 0644 -p
+INSTALL := ${BSD_INSTALL_SCRIPT}
+INSTALL_FILE := ${BSD_INSTALL_DATA}
all: cdlabelgen

View file

@ -0,0 +1 @@
Generates frontcards and traycards for CDs.

View file

@ -0,0 +1,9 @@
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.

View file

@ -0,0 +1,10 @@
@comment $NetBSD: PLIST,v 1.1.1.1 1999/05/15 07:54:27 hubertf Exp $
bin/cdlabelgen
man/man1/cdlabelgen.1
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