summaryrefslogtreecommitdiff
path: root/misc/cuetools
diff options
context:
space:
mode:
authorjakllsch <jakllsch>2009-07-16 16:12:47 +0000
committerjakllsch <jakllsch>2009-07-16 16:12:47 +0000
commit6e4cd3b137e2c85a01f03c9aa70923daffa9ea4b (patch)
treeea4edab286047b1ac0b6aa106c2178f2cb8fd388 /misc/cuetools
parent1172e1ee0a360f7f19922e6a9d31b3334e0f2317 (diff)
downloadpkgsrc-6e4cd3b137e2c85a01f03c9aa70923daffa9ea4b.tar.gz
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.
Diffstat (limited to 'misc/cuetools')
-rw-r--r--misc/cuetools/Makefile28
-rw-r--r--misc/cuetools/distinfo8
2 files changed, 12 insertions, 24 deletions
diff --git a/misc/cuetools/Makefile b/misc/cuetools/Makefile
index ae52e5a037a..4763e5c85a4 100644
--- a/misc/cuetools/Makefile
+++ b/misc/cuetools/Makefile
@@ -1,37 +1,25 @@
-# $NetBSD: Makefile,v 1.12 2008/03/04 19:21:11 jlam Exp $
+# $NetBSD: Makefile,v 1.13 2009/07/16 16:12:47 jakllsch Exp $
#
-DISTNAME= cuetools-1.2
-PKGREVISION= 1
+DISTNAME= cuetools-1.3.1
CATEGORIES= misc
MASTER_SITES= http://download.berlios.de/cuetools/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://cuetools.berlios.de/
COMMENT= Set of utilities to manipulate cue and toc files
+LICENSE= gnu-gpl-v2
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir
-USE_TOOLS+= flex gmake yacc
+USE_LANGUAGES= c
+GNU_CONFIGURE= yes
-INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
+INSTALLATION_DIRS= share/doc/cuetools
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/tools/cuebreakpoints \
- ${DESTDIR}${PREFIX}/bin/
- ${INSTALL_PROGRAM} ${WRKSRC}/tools/cueconvert \
- ${DESTDIR}${PREFIX}/bin/
- ${INSTALL_PROGRAM} ${WRKSRC}/tools/cueprint \
- ${DESTDIR}${PREFIX}/bin/
- ${INSTALL_DATA} ${WRKSRC}/man/cuebreakpoints.man \
- ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/cuebreakpoints.1
- ${INSTALL_DATA} ${WRKSRC}/man/cueconvert.man \
- ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/cueconvert.1
- ${INSTALL_DATA} ${WRKSRC}/man/cueprint.man \
- ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/cueprint.1
- ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/doc/cuetools/
- ${INSTALL_DATA} ${WRKSRC}/formats.txt \
+post-install:
+ ${INSTALL_DATA} ${WRKSRC}/extras/formats.txt \
${DESTDIR}${PREFIX}/share/doc/cuetools/
.include "../../mk/bsd.pkg.mk"
diff --git a/misc/cuetools/distinfo b/misc/cuetools/distinfo
index a8c361dd97a..d4a9d6f71f6 100644
--- a/misc/cuetools/distinfo
+++ b/misc/cuetools/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2005/02/24 11:02:51 agc Exp $
+$NetBSD: distinfo,v 1.5 2009/07/16 16:12:47 jakllsch Exp $
-SHA1 (cuetools-1.2.tar.gz) = e007fb1373776d26ea79b17dcf556b938fd460be
-RMD160 (cuetools-1.2.tar.gz) = 92a3a21b559fa9b475688f142913712c9b792bf9
-Size (cuetools-1.2.tar.gz) = 28337 bytes
+SHA1 (cuetools-1.3.1.tar.gz) = ad760cdf76d6548471144302f88bf0a66f1d5ea2
+RMD160 (cuetools-1.3.1.tar.gz) = 8bad93c40b7d0ba8b1f8ffdc84b9d460113ca2cd
+Size (cuetools-1.3.1.tar.gz) = 161483 bytes