pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/misc/cuetools Update to cuetools to 1.3.1.
details: https://anonhg.NetBSD.org/pkgsrc/rev/69067a9a5512
branches: trunk
changeset: 395931:69067a9a5512
user: jakllsch <jakllsch%pkgsrc.org@localhost>
date: Thu Jul 16 16:12:47 2009 +0000
description:
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:
misc/cuetools/Makefile | 30 +++++++++---------------------
misc/cuetools/distinfo | 8 ++++----
2 files changed, 13 insertions(+), 25 deletions(-)
diffs (63 lines):
diff -r 466b7d4c8343 -r 69067a9a5512 misc/cuetools/Makefile
--- a/misc/cuetools/Makefile Thu Jul 16 15:17:22 2009 +0000
+++ b/misc/cuetools/Makefile Thu Jul 16 16:12:47 2009 +0000
@@ -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@localhost
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
-
-INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
+USE_LANGUAGES= c
+GNU_CONFIGURE= yes
-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 \
+INSTALLATION_DIRS= share/doc/cuetools
+
+post-install:
+ ${INSTALL_DATA} ${WRKSRC}/extras/formats.txt \
${DESTDIR}${PREFIX}/share/doc/cuetools/
.include "../../mk/bsd.pkg.mk"
diff -r 466b7d4c8343 -r 69067a9a5512 misc/cuetools/distinfo
--- a/misc/cuetools/distinfo Thu Jul 16 15:17:22 2009 +0000
+++ b/misc/cuetools/distinfo Thu Jul 16 16:12:47 2009 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index