Commit graph

16 commits

Author SHA1 Message Date
asau
9912a3809d Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
jakllsch
f7afd8926b Update to cuetools to 1.3.1.
Changes since 1.3.0
-------------------

* Fixed duplicate/missing breakpoints (bug #5965).

* Fixed swapped flags in TOC parsing code (bug #4831).

* Fixed option handling code (bug #4180).

Changes since 1.2
-----------------

* Build system has been rewritten using automake/autoconf.

* Added append, prepend, and split pregap modes to cuebreakpoints.

* Fixed possible compilation error with Bison.

* All tools accept long options.

* Programs exit if --input-format or --output-format is an illegal value.
2009-07-16 16:12:47 +00:00
joerg
62d1ba2bac Remove @dirrm entries from PLISTs 2009-06-14 18:03:28 +00:00
jlam
39843c2c61 Mechanical changes to add DESTDIR support to packages that install
their files via a custom do-install target.
2008-03-04 19:21:10 +00:00
rillig
2829e658f2 Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with
${PREFIX}/${PKGMANDIR}.

Fixes PR 35265, although I did not use the patch provided therein.
2007-01-07 09:13:46 +00:00
minskim
10c7578fa1 USE_TOOLS+=flex 2006-07-22 00:45:10 +00:00
minskim
b8441d3116 USE_TOOLS+=yacc 2006-06-26 16:25:58 +00:00
jlam
9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
2006-03-04 21:28:51 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
jmmv
d971a332da Drop maintainership. I can't seriously be the maintainer of so many
packages - specially of packages that I haven't touched for a long
while or those that other people can handle better than me.
2006-01-20 16:15:52 +00:00
jlam
585534220c Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison
2005-05-22 20:07:36 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
agc
07b46baa43 Add RMD160 digests 2005-02-24 11:02:49 +00:00
jmmv
095464f74f Update to 1.2 and adjust homepage and master sites (project moved):
Changes since 1.1
-----------------

* cuebreakpoints was not printing the last track breakpoint.  This has been
  fixed.

* cueprint now prints a zero-length string for undefined values.  Flags, width,
  and precision are applied to conversion characters which have no conversion.

* Added a tagging script, cuetag.sh, which uses cueprint, vorbiscomment, and
  mp3info to tag Ogg Vorbis and MP3 files.  This needs more testing and
  documentation.

* Added a track selection flag to cueprint.

Changes since 1.0
-----------------

* File formats documentation has been readded and updated (docs/formats.txt).

* ``CDTEXTFILE`` is now a recognized (but ignored) keyword.

* If only a disc or track template is specified on the command line, then only
  the disc or track information is printed, respectively.

* cueprint now supports flags and width and precision values for template
  expansion (like the printf command).

Changes since 0.6
-----------------

* cuetools-1.x is a significant code rewrite of 0.x.  The cue/toc parsing code
  has been reimplemented in lex/yacc.

* cuerename has been replaced by the more general utility cueprint.

* Usage syntax of the utilities has changed.  See the respective man pages.
2005-01-03 22:48:40 +00:00
jmmv
2296c0c7ec Update to 0.6:
- cuerename - fixed bug that was causing original filenames to be modified
- cuerename - added "replace=FROM/TO" option
- cuerename - improved file prefix/suffix code
- cuerename - neither %f or %F contain a '.' now (strict was getting rid of
  this in some cases).  added a %. which expands to a '.' if the filename had
  one.  '%f%.%F' will expand to original filename, with formatting applied to
  prefix and suffix.
- cuerename - allow for comments (lines beginning with '#') in option file
- cuerename - added an escape character '\' to replace, so replacing a '/' is
  possible
released cuetools-0.5

- CATALOG field should not be quoted for cue files.  Updated cue.c and formats.
released cuetools-0.5.1

- modified source package directory structure
- CATALOG was still being quoted when writing a cue file.
- index/pregap handling improved, however it may still contain bugs.
- ~/.cuerenamerc is now ~/.cuerename
released cuetools-0.5.2

- renamed ChangeLog to CHANGES
- added man pages
- removed cuebreakpoints (obsoleted by shntool-2.0.0)
released cuetools-0.6
2004-05-07 11:27:16 +00:00
jmmv
e61b9441eb Initial import of cuetools, version 0.4:
cuetools is a set of utilities for working with cue and toc files.
It includes the following programs:

* cueconvert
  Convert between cue and toc formats.
* cuebreakpoints
  Output track break points from a cue/toc file, in a format usable by
  shnsplit (part of the shntool package).
* cuerename
  Rename files based on a template.
2004-01-10 09:47:56 +00:00