Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

7
textproc/btparse/DESCR Normal file
View File

@@ -0,0 +1,7 @@
Btparse is the C component of btOOL, a pair of libraries for parsing and
processing BibTeX files. Its primary use is as the back-end to the
Text::BibTeX library for Perl (the other half of btOOL), but there's
nothing to prevent you from writing C programs using btparse -- or from
writing extensions to other high-level languages using btparse as a
back-end. There's even copious documentation on using the library in
the "doc" directory.

21
textproc/btparse/Makefile Normal file
View File

@@ -0,0 +1,21 @@
# $NetBSD: Makefile,v 1.18 2013/05/31 12:42:06 wiz Exp $
#
DISTNAME= btparse-0.35
PKGREVISION= 2
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../by-authors/id/A/AM/AMBS/btparse/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.gerg.ca/software/btOOL/
COMMENT= BibTeX parsing library
PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_TOOLS+= perl pod2man
USE_LIBTOOL=YES
GNU_CONFIGURE= YES
PKGCONFIG_OVERRIDE+= btparse.pc.in
.include "../../mk/bsd.pkg.mk"

14
textproc/btparse/PLIST Normal file
View File

@@ -0,0 +1,14 @@
@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
man/man3/bt_macros.3
man/man3/bt_misc.3
man/man3/bt_postprocess.3
man/man3/bt_split_names.3
man/man3/bt_traversal.3
man/man3/btparse.3

View File

@@ -0,0 +1,12 @@
# $NetBSD: buildlink3.mk,v 1.7 2009/03/20 19:25:28 joerg Exp $
BUILDLINK_TREE+= btparse
.if !defined(BTPARSE_BUILDLINK3_MK)
BTPARSE_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.btparse+= btparse>=0.34
BUILDLINK_PKGSRCDIR.btparse?= ../../textproc/btparse
.endif # BTPARSE_BUILDLINK3_MK
BUILDLINK_TREE+= -btparse

View File

@@ -0,0 +1,6 @@
$NetBSD: distinfo,v 1.5 2008/04/24 21:17:51 markd Exp $
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

View File

@@ -0,0 +1,13 @@
$NetBSD: patch-aa,v 1.1 2006/02/07 15:39:48 joerg Exp $
--- src/Makefile.in.orig 2006-02-07 15:36:03.000000000 +0000
+++ src/Makefile.in
@@ -129,7 +129,7 @@ libbtparse_la_SOURCES = init.c input.c $
postprocess.c macros.c traversal.c modify.c names.c tex_tree.c \
string_util.c format_name.c
-libbtparse_la_LIBADD = @LIBADD_DMALLOC@
+libbtparse_la_LIBADD =
# $(patsubst %.c,%.lo,$(PARSER) $(ANTLR_FE) $(SCANNER))