summaryrefslogtreecommitdiff
path: root/graphics/cdlabelgen
AgeCommit message (Collapse)AuthorFilesLines
2016-07-09Bump PKGREVISION for perl-5.24.0 for everything mentioning perl.wiz1-2/+2
2015-11-03Add SHA512 digests for distfiles for graphics categoryagc1-1/+2
Problems found with existing digests: Package fotoxx distfile fotoxx-14.03.1.tar.gz ac2033f87de2c23941261f7c50160cddf872c110 [recorded] 118e98a8cc0414676b3c4d37b8df407c28a1407c [calculated] Package ploticus-examples distfile ploticus-2.00/plnode200.tar.gz 34274a03d0c41fae5690633663e3d4114b9d7a6d [recorded] da39a3ee5e6b4b0d3255bfef95601890afd80709 [calculated] Problems found locating distfiles: Package AfterShotPro: missing distfile AfterShotPro-1.1.0.30/AfterShotPro_i386.deb Package pgraf: missing distfile pgraf-20010131.tar.gz Package qvplay: missing distfile qvplay-0.95.tar.gz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-06-12Recursive PKGREVISION bump for all packages mentioning 'perl',wiz1-1/+2
having a PKGNAME of p5-*, or depending such a package, for perl-5.22.0.
2015-02-05Update 4.2.0 to 4.3.0mef3-18/+16
--------------------- 2013-03-31 4.3.0 * New web script cdinsert-ps.pl and page cdlabelgen-form.html added. It now only generates .ps file, so can be hosted at any site that offers perl cgi support. No change to core cdlabelgen script and it remains at version# 4.2.0.
2014-05-29Bump for perl-5.20.0.wiz1-2/+2
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
2013-05-31Bump all packages for perl-5.18, thatwiz1-1/+2
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
2013-02-16Update to 4.2.0. Notable changes:shattered3-17/+16
* --tray-overlay option added - use this to overlay a EPS file onto the tray, for example, a barcode image. * cdinsert.pl now used to display initial form, as well as a filled-in form to allow for easy corrections/resubmits on the done page. * Create covers for double-sided DVD cases that hold 6 DVDs. * cdinsert.pl now supports "Omit title/subtitle from Cover" option. * Support for double-depth slim DVD cases. --slim-double-case option added.
2012-10-06Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz1-1/+2
are called p5-*. I hope that's all of them.
2011-11-29Fix perl usage.hans4-14/+9
2010-11-01Reset maintainer.wiz1-2/+2
2009-09-23honour PKGMANDIRtnn2-6/+8
2009-06-14Remove @dirrm entries from PLISTsjoerg1-2/+1
2008-06-20Add DESTDIR support.joerg3-8/+12
2005-12-30Update to cdlabelgen version 3.6.0, and update MASTER_SITES and HOMEPAGE.ben5-25/+27
Changes include: * --rows-columns=r,c will force all items to be fit in "c" columns, with each column having "r" lines (rows). * Makefile: use INSTALL_FILE to install man page * CD Label support - print directly on the CD or DVD * --page-offset now accepts an optional X-axis offset also --page-offset [xoffset,]yoffset * Fix cdinsert.pl CGI script to use PAPERSIZE option for A4 paper * Slim Case now applies to DVD outside also - creates outside inserts for half-height DVD cases - driven by these arguments: --create-dvd-outside --slim-case * --slim-case to be used instead of --create-slim-cover (deprecated) * End Cap text can now be rotated (flipped), --rotate-end-caps * {#M} and {#MB} support directives added {#M} {#MB} {#BI} {#B} {#I} can appear in input text, to make a line monospaced, monospaced-bold, bold-italic, bold, or italic respectively. Directives must appear in column 1 of line. * Added dvdlogo.eps * Changed aczone to aczoom * DVD outside cover inserts now supported, --create-dvd-outside option * Move down the DVD inside insert to fit better on letter and A4 paper * trayimage "fill2" now fills all - cover, tray, spine, as appropriate * Fixed bug in --outside-foldout and placement of tray image * Fixed BoundingBox in divx.eps * Date handling changed to use its own font size
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-3/+3
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-07-16Get rid of USE_PERL5. The new way to express needing the Perl executablejlam1-2/+2
around at either build-time or at run-time is: USE_TOOLS+= perl # build-time USE_TOOLS+= perl:run # run-time Also remove some places where perl5/buildlink3.mk was being included by a package Makefile, but all that the package wanted was the Perl executable.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 digestsagc1-1/+2
2004-04-24does not compile anything, define USE_LANGUAGES to an empty value (higrant1-1/+2
wiz!)
2004-04-23Does not compile anything -- set NO_BUILDLINK.wiz1-2/+2
2003-11-01Set myself as the maintainer.cube1-2/+2
2003-11-01Source tarball was changed (updates to the PostScript template,cube1-3/+3
apparently), so the checksum changed too. Fixes PR pkg/23333. Also, I sent a mail to the author asking him to version his tarballs, so we don't get that kind of trouble anymore.
2003-11-01Update to 2.7.0.cube3-7/+10
o chmod -> ${CHMOD} in Makefile o Actually, the PLIST update predates 2.7.0 release. Previous revision of PLIST was wrong for the distfile of version 2.6.1. Also, previous revision of distinfo had a wrong sum for the distfile since it was updated. Bleh. Change in 2.7.0: o DVD case inside inserts are now supported, --create-dvd-inside option
2003-08-04Fix checksum for "patch-ab".tron1-2/+2
2003-08-03Update cdlabelgen to latest version, 2.6.1jdolecek3-18/+19
Changes: * Word-wrap fix * Included two logos for DivX and Ogg Vorbis * Added option to output slim CD cover cases with page order switched * Added --no-cover-plaque and --number-in-set <string> * Updated spec file to match 2.6.1
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-2/+2
2003-03-23Update cdlabelgen to 2.5.0. Changes include:rh5-67/+71
cdlablegen: * added support for long options * added some options to choose different colors for plaque background, category, subcategory and text * added a man page * add /opt/lib/cdlabelgen/ to template search paths * added: -M option, to print out envelope for a CD * -v <very large number> is no longer an error, instead, all items are printed on cover, none on the tray card. * also added .spec file, from other sources on web, for RPM installs. Use: rpm -ta cdlabelgen-n.n.n.tgz to create RPM [not tested] * -v option to support splitting items array into items for cover, and items for tray * word wrap could result in 0 items, now ensures that #items >= 1 * fixed bug where -f <file> containing one item only was being skipped; also added code to handle all kinds of end-of-line delimiters in the items file - each line is considered to be one item, so need to handle all kinds of EOLN characters. * -w word wrap was not working, now should work better in all cases * added -p option, pass to template.ps option to clip items instead of auto_reducing them to fit to a column * allow skipping either -c or -s option (or both) * minor change to insert \n in @items - keeps PostScript DSC compliant (as far as possible!) - line length should be < 255 chars done to keep warning messages away when using GSview template.ps: * added support for plaque background color, category text color, subcategory text color and text color * increased normal cd case insert dimensions very slightly for better fit * removed the ISOLatin1 recoding of fonts; added %%BeginProlog DSC comment - this allows piping output through the ogonkify program which can recode in a number of encodings. see man page for more information. * fill2 background should fill two endcaps only, do not fill the extreme right-hand tongue-cap, since the tongue-cap does not exist in normal cd inserts * added optional image translate arguments for -S and -T to offset cover/tray image as required * added -y: move entire printout up or down; ex: -y 1.5, for A4 paper size * added -l: control width of cover/tray edge lines, 0 skips printing edge lines entirely * support printing of CD envelopes, merged in envelope template sent by Ronald Rael Harvest <number6@cox.net> * added variables to control left/right margins for both cover and tray * both cover and tray can print list of items, uses two different arrays containing the items * add "fill2" option to fill image in tray and end-caps too in addition to just filling the interior of the tray card * -s <subban_string> would not print along the spine even when it would fit, Rewrote make_endcap function. * added larger bottom page offset - hopefully, will work on most printers using A4 size (Europe) * -p option now actually clips text (instead of just clipping graphically - used to leave partial letters on the printout) now full characters at the end of the string are omitted if needed to fit the column * major change to the font size and number of columns computation for list of items Added option to clip text instead of auto_reducing text to fit to column * images can be scaled to completely fill cover and tray card - so they can be used as background images. * added support directives {#BI} {#B} {#I}, appearing in input text, make a line bold-italic, or bold, or italic respectively. Directives must appear in column 1 of line. * bug fix: in n columns output, if number of items was not a multiple
2003-01-19s/INSTALL_*/BSD_INSTALL_*/ in patches, remove unnecessary MAKE_ENV.salo3-12/+9
2002-06-04Update master site list and distribution file checksum.tron2-8/+5
2002-04-23regen: Distfile on MASTER_SITE changed, but only the Changelog inside.wiz1-3/+3
Go figure. Closes pkg/16432.
2001-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-06-08Don't shift graphics higher, which makes them drop off the page in letterwiz2-15/+1
style. pkg/13056 by Ben Wong.
2001-04-21Move to sha1 digests, and/or add distfile sizes.wiz1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-8/+6
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-09-01If superuser, then run perldoc with -U flag to allow execution.jlam2-7/+12
Fixes pkg/10931 by Matthias Scheler <tron@lyssa.zhadum.de>.
1999-08-08Duh. Minor correction in patch.mjl2-4/+4
1999-08-08Update cdlabelgen to 1.5.0.mjl7-47/+53
Changes: Hacked in some primitive word wrapping since a lot of people have been clamoring for it. Added new debian logo eps files (color and b/w) Numerous makefile fixes. Added in a routine to check that no files included are zero length. Hacked in the -b flag to suppress printing of the plaque on the traycard. Now goes from 1 to 4 columns (instead of 2-4) Documented new features and fixed old doco buglets. User can now specify standard .eps files without having to give the full path if the eps file resides in one of the standard cdlabelgen search paths. Now provides the extra 'tongue' needed for clear trays. Can now explicitly specify which templatefile to use (useful for customizations or just for hacking together different templates. Added in patch to print arbitrary ISO-Latin1 characters.
1999-07-09Add package patch-sum filesagc1-0/+4
1999-04-15Completely replace "MASTER_SITE_SUBDIR" and "PATCH_SITE_SUBDIR" withtron1-3/+2
variable substituition of "MASTER_SITES" and "PATCH_SITES".
1999-04-09s/DEPENDS/USE_PERL5/, pointed out by Christop Badurahubertf1-3/+2
1999-03-30Initial import of cdlabelgen, a tool to generate frontcards and traycardsrh7-0/+132
for CDs