diff options
author | ben <ben@pkgsrc.org> | 2005-12-30 15:00:02 +0000 |
---|---|---|
committer | ben <ben@pkgsrc.org> | 2005-12-30 15:00:02 +0000 |
commit | 03f965e59a90048e6e4cebdbb1957202b444d41a (patch) | |
tree | 7fbd0a6f3f6d2efef70d7c249c8ec205af2323d7 /graphics/cdlabelgen/Makefile | |
parent | fc775895da4a4eca3e071b51f5adf55b43f2b71e (diff) | |
download | pkgsrc-03f965e59a90048e6e4cebdbb1957202b444d41a.tar.gz |
Update to cdlabelgen version 3.6.0, and update MASTER_SITES and HOMEPAGE.
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
Diffstat (limited to 'graphics/cdlabelgen/Makefile')
-rw-r--r-- | graphics/cdlabelgen/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/cdlabelgen/Makefile b/graphics/cdlabelgen/Makefile index 0f691e04f02..aa79f40a953 100644 --- a/graphics/cdlabelgen/Makefile +++ b/graphics/cdlabelgen/Makefile @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.19 2005/12/05 20:50:19 rillig Exp $ +# $NetBSD: Makefile,v 1.20 2005/12/30 15:00:02 ben Exp $ -DISTNAME= cdlabelgen-2.7.0 +DISTNAME= cdlabelgen-3.6.0 CATEGORIES= graphics -MASTER_SITES= http://www.aczone.com/pub/tools/ +MASTER_SITES= http://www.aczoom.com/pub/tools/ EXTRACT_SUFX= .tgz MAINTAINER= cube@NetBSD.org -HOMEPAGE= http://www.aczone.com/tools/cdinsert/ +HOMEPAGE= http://www.aczoom.com/tools/cdinsert/ COMMENT= Generate frontcards and traycards for CDs USE_TOOLS+= perl:run |