The NetBSD Project

CVS log for pkgsrc/graphics/cdlabelgen/Makefile

[BACK] Up to [cvs.netbsd.org] / pkgsrc / graphics / cdlabelgen

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.23 / (download) - annotate - [select for diffs], Tue Nov 29 17:47:41 2011 UTC (5 months, 3 weeks ago) by hans
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, HEAD
Changes since 1.22: +3 -2 lines
Diff to previous 1.22 (colored)

Fix perl usage.

Revision 1.22 / (download) - annotate - [select for diffs], Mon Nov 1 00:08:11 2010 UTC (18 months, 3 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4
Changes since 1.21: +2 -2 lines
Diff to previous 1.21 (colored)

Reset maintainer.

Revision 1.21 / (download) - annotate - [select for diffs], Fri Jun 20 01:09:21 2008 UTC (3 years, 11 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, cwrapper, cube-native-xorg-base, cube-native-xorg
Changes since 1.20: +5 -1 lines
Diff to previous 1.20 (colored)

Add DESTDIR support.

Revision 1.20 / (download) - annotate - [select for diffs], Fri Dec 30 15:00:02 2005 UTC (6 years, 4 months ago) by ben
Branch: MAIN
CVS Tags: pkgsrc-2008Q1-base, pkgsrc-2008Q1, pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1, pkgsrc-2006Q4-base, pkgsrc-2006Q4, pkgsrc-2006Q3-base, pkgsrc-2006Q3, pkgsrc-2006Q2-base, pkgsrc-2006Q2, pkgsrc-2006Q1-base, pkgsrc-2006Q1
Changes since 1.19: +4 -4 lines
Diff to previous 1.19 (colored)

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

Revision 1.19 / (download) - annotate - [select for diffs], Mon Dec 5 20:50:19 2005 UTC (6 years, 5 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4
Changes since 1.18: +3 -3 lines
Diff to previous 1.18 (colored)

Fixed pkglint warnings. The warnings are mostly quoting issues, for
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

Revision 1.18 / (download) - annotate - [select for diffs], Sat Jul 16 01:19:10 2005 UTC (6 years, 10 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base, pkgsrc-2005Q3
Changes since 1.17: +2 -2 lines
Diff to previous 1.17 (colored)

Get rid of USE_PERL5.  The new way to express needing the Perl executable
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.

Revision 1.17 / (download) - annotate - [select for diffs], Mon Apr 11 21:46:01 2005 UTC (7 years, 1 month ago) by tv
Branch: MAIN
CVS Tags: pkgsrc-2005Q2-base, pkgsrc-2005Q2
Changes since 1.16: +1 -2 lines
Diff to previous 1.16 (colored)

Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.

Revision 1.16 / (download) - annotate - [select for diffs], Sat Apr 24 23:43:27 2004 UTC (8 years, 1 month ago) by grant
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1, pkgsrc-2004Q4-base, pkgsrc-2004Q4, pkgsrc-2004Q3-base, pkgsrc-2004Q3, pkgsrc-2004Q2-base, pkgsrc-2004Q2
Changes since 1.15: +2 -1 lines
Diff to previous 1.15 (colored)

does not compile anything, define USE_LANGUAGES to an empty value (hi
wiz!)

Revision 1.15 / (download) - annotate - [select for diffs], Fri Apr 23 23:47:12 2004 UTC (8 years, 1 month ago) by wiz
Branch: MAIN
Changes since 1.14: +2 -2 lines
Diff to previous 1.14 (colored)

Does not compile anything -- set NO_BUILDLINK.

Revision 1.14 / (download) - annotate - [select for diffs], Sat Nov 1 21:36:54 2003 UTC (8 years, 6 months ago) by cube
Branch: MAIN
CVS Tags: pkgsrc-2004Q1-base, pkgsrc-2004Q1, pkgsrc-2003Q4-base, pkgsrc-2003Q4
Changes since 1.13: +2 -2 lines
Diff to previous 1.13 (colored)

Set myself as the maintainer.

Revision 1.13 / (download) - annotate - [select for diffs], Sat Nov 1 13:18:44 2003 UTC (8 years, 6 months ago) by cube
Branch: MAIN
Changes since 1.12: +3 -3 lines
Diff to previous 1.12 (colored)

Update to 2.7.0.

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

Revision 1.12 / (download) - annotate - [select for diffs], Sun Aug 3 20:44:28 2003 UTC (8 years, 9 months ago) by jdolecek
Branch: MAIN
Changes since 1.11: +5 -2 lines
Diff to previous 1.11 (colored)

Update cdlabelgen to latest version, 2.6.1

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

Revision 1.11 / (download) - annotate - [select for diffs], Mon Jul 21 16:51:38 2003 UTC (8 years, 10 months ago) by martti
Branch: MAIN
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored)

COMMENT should start with a capital letter.

Revision 1.10 / (download) - annotate - [select for diffs], Thu Jul 17 21:40:16 2003 UTC (8 years, 10 months ago) by grant
Branch: MAIN
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored)

s/netbsd.org/NetBSD.org/

Revision 1.9 / (download) - annotate - [select for diffs], Mon Jun 2 01:19:31 2003 UTC (8 years, 11 months ago) by jschauma
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored)

Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.

Revision 1.8 / (download) - annotate - [select for diffs], Sun Mar 23 02:02:33 2003 UTC (9 years, 2 months ago) by rh
Branch: MAIN
Changes since 1.7: +13 -9 lines
Diff to previous 1.7 (colored)

Update cdlabelgen to 2.5.0.  Changes include:

  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

Revision 1.7 / (download) - annotate - [select for diffs], Sun Jan 19 06:59:51 2003 UTC (9 years, 4 months ago) by salo
Branch: MAIN
CVS Tags: netbsd-1-6-1-base, netbsd-1-6-1
Changes since 1.6: +1 -4 lines
Diff to previous 1.6 (colored)

s/INSTALL_*/BSD_INSTALL_*/ in patches, remove unnecessary MAKE_ENV.

Revision 1.5.2.1 / (download) - annotate - [select for diffs], Sun Jun 23 18:46:15 2002 UTC (9 years, 11 months ago) by jlam
Branch: buildlink2
Changes since 1.5: +2 -5 lines
Diff to previous 1.5 (colored) next main 1.6 (colored)

Merge from pkgsrc-current to buildlink2 branch.

Revision 1.6 / (download) - annotate - [select for diffs], Tue Jun 4 06:50:44 2002 UTC (9 years, 11 months ago) by tron
Branch: MAIN
CVS Tags: pkgviews-base, pkgviews, netbsd-1-6-RELEASE-base, netbsd-1-6, buildlink2-base
Changes since 1.5: +2 -5 lines
Diff to previous 1.5 (colored)

Update master site list and distribution file checksum.

Revision 1.5 / (download) - annotate - [select for diffs], Fri Feb 16 15:22:16 2001 UTC (11 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: netbsd-1-5-PATCH003, netbsd-1-5-PATCH001
Branch point for: buildlink2
Changes since 1.4: +2 -1 lines
Diff to previous 1.4 (colored)

Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.

Revision 1.4 / (download) - annotate - [select for diffs], Sun Aug 8 01:09:49 1999 UTC (12 years, 9 months ago) by mjl
Branch: MAIN
CVS Tags: netbsd-1-5-RELEASE, netbsd-1-4-PATCH003, netbsd-1-4-PATCH002, comdex-fall-1999
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored)

Update cdlabelgen to 1.5.0.

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.

Revision 1.3 / (download) - annotate - [select for diffs], Thu Apr 15 20:39:43 1999 UTC (13 years, 1 month ago) by tron
Branch: MAIN
CVS Tags: netbsd-1-4-RELEASE, netbsd-1-4-PATCH001
Changes since 1.2: +2 -3 lines
Diff to previous 1.2 (colored)

Completely replace "MASTER_SITE_SUBDIR" and "PATCH_SITE_SUBDIR" with
variable substituition of "MASTER_SITES" and "PATCH_SITES".

Revision 1.2 / (download) - annotate - [select for diffs], Fri Apr 9 21:11:13 1999 UTC (13 years, 1 month ago) by hubertf
Branch: MAIN
Changes since 1.1: +2 -3 lines
Diff to previous 1.1 (colored)

s/DEPENDS/USE_PERL5/, pointed out by Christop Badura

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Tue Mar 30 09:13:11 1999 UTC (13 years, 1 month ago) by rh
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

Initial import of cdlabelgen, a tool to generate frontcards and traycards
for CDs

Revision 1.1 / (download) - annotate - [select for diffs], Tue Mar 30 09:13:11 1999 UTC (13 years, 1 month ago) by rh
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>