pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/btparse Update to version 0.35



details:   https://anonhg.NetBSD.org/pkgsrc/rev/17cccfcf4e62
branches:  trunk
changeset: 541697:17cccfcf4e62
user:      markd <markd%pkgsrc.org@localhost>
date:      Thu Apr 24 21:17:51 2008 +0000

description:
Update to version 0.35

Changes:
  Adds a package-config configuration file and minor bugfix.

diffstat:

 textproc/btparse/Makefile |  9 ++++++---
 textproc/btparse/PLIST    |  3 ++-
 textproc/btparse/distinfo |  8 ++++----
 3 files changed, 12 insertions(+), 8 deletions(-)

diffs (55 lines):

diff -r 667b2d9e53e0 -r 17cccfcf4e62 textproc/btparse/Makefile
--- a/textproc/btparse/Makefile Thu Apr 24 20:56:46 2008 +0000
+++ b/textproc/btparse/Makefile Thu Apr 24 21:17:51 2008 +0000
@@ -1,18 +1,21 @@
-# $NetBSD: Makefile,v 1.13 2006/10/04 22:00:59 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2008/04/24 21:17:51 markd Exp $
 #
 
-DISTNAME=      btparse-0.34
+DISTNAME=      btparse-0.35
 CATEGORIES=    textproc
-MASTER_SITES=  http://www.gerg.ca/software/btOOL/
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../by-authors/id/A/AM/AMBS/btparse/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://www.gerg.ca/software/btOOL/
 COMMENT=       BibTeX parsing library
 
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
+PKG_DESTDIR_SUPPORT=   user-destdir
 
 USE_TOOLS+=    perl
 USE_LIBTOOL=YES
 GNU_CONFIGURE= YES
 
+PKGCONFIG_OVERRIDE+=   btparse.pc.in
+
 .include "../../mk/bsd.pkg.mk"
diff -r 667b2d9e53e0 -r 17cccfcf4e62 textproc/btparse/PLIST
--- a/textproc/btparse/PLIST    Thu Apr 24 20:56:46 2008 +0000
+++ b/textproc/btparse/PLIST    Thu Apr 24 21:17:51 2008 +0000
@@ -1,7 +1,8 @@
-@comment $NetBSD: PLIST,v 1.2 2005/09/27 12:24:06 tonio Exp $
+@comment $NetBSD: PLIST,v 1.3 2008/04/24 21:17:51 markd Exp $
 bin/bibparse
 include/btparse.h
 lib/libbtparse.la
+lib/pkgconfig/btparse.pc
 man/man3/bt_format_names.3
 man/man3/bt_input.3
 man/man3/bt_language.3
diff -r 667b2d9e53e0 -r 17cccfcf4e62 textproc/btparse/distinfo
--- a/textproc/btparse/distinfo Thu Apr 24 20:56:46 2008 +0000
+++ b/textproc/btparse/distinfo Thu Apr 24 21:17:51 2008 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2006/02/07 15:39:48 joerg Exp $
+$NetBSD: distinfo,v 1.5 2008/04/24 21:17:51 markd Exp $
 
-SHA1 (btparse-0.34.tar.gz) = cfc2a5364b99121843dae4fd4ce1b01326a7a0bb
-RMD160 (btparse-0.34.tar.gz) = 9c8374f38e0f4816512d8fb743b3461d175ea89c
-Size (btparse-0.34.tar.gz) = 471885 bytes
+SHA1 (btparse-0.35.tar.gz) = bb52c5fc02c1326008bed31a3c8932dd832b8ea8
+RMD160 (btparse-0.35.tar.gz) = afdf8cc2abd0beaa53b142d7277758a32e26d256
+Size (btparse-0.35.tar.gz) = 470546 bytes
 SHA1 (patch-aa) = 1c8bddd7d26551bfe83dc8a85ea57539aa7b84bf



Home | Main Index | Thread Index | Old Index