diff options
author | rh <rh@pkgsrc.org> | 2002-11-01 02:20:03 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2002-11-01 02:20:03 +0000 |
commit | 94439b14c440e8840f1a25ecaff602148dbdacb2 (patch) | |
tree | bd022ebd236d4aab03c311ced88996c827048eda /textproc | |
parent | 33990c55aa21afb99964a7978fb776a70817d0ab (diff) | |
download | pkgsrc-94439b14c440e8840f1a25ecaff602148dbdacb2.tar.gz |
Initial import of btparse-0.33, a BibTeX parsing library.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/btparse/DESCR | 7 | ||||
-rw-r--r-- | textproc/btparse/Makefile | 22 | ||||
-rw-r--r-- | textproc/btparse/PLIST | 12 | ||||
-rw-r--r-- | textproc/btparse/distinfo | 4 |
4 files changed, 45 insertions, 0 deletions
diff --git a/textproc/btparse/DESCR b/textproc/btparse/DESCR new file mode 100644 index 00000000000..131e6737fde --- /dev/null +++ b/textproc/btparse/DESCR @@ -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. diff --git a/textproc/btparse/Makefile b/textproc/btparse/Makefile new file mode 100644 index 00000000000..ace0705bceb --- /dev/null +++ b/textproc/btparse/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/11/01 02:20:03 rh Exp $ +# + +DISTNAME= btparse-0.33 +CATEGORIES= textproc +MASTER_SITES= http://starship.python.net/~gward/btOOL/ + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://starship.python.net/~gward/btOOL/ +COMMENT= BibTeX parsing library + +USE_PERL5= build +USE_LIBTOOL= YES +USE_BUILDLINK2= YES +GNU_CONFIGURE= YES +ALL_TARGET= lib + +test: build + @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} test | \ + tee ${WRKDIR}/test.log + +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/btparse/PLIST b/textproc/btparse/PLIST new file mode 100644 index 00000000000..585e64db94a --- /dev/null +++ b/textproc/btparse/PLIST @@ -0,0 +1,12 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2002/11/01 02:20:03 rh Exp $ +include/btparse.h +lib/libbtparse.a +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 diff --git a/textproc/btparse/distinfo b/textproc/btparse/distinfo new file mode 100644 index 00000000000..5697da01f92 --- /dev/null +++ b/textproc/btparse/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2002/11/01 02:20:03 rh Exp $ + +SHA1 (btparse-0.33.tar.gz) = 4c9c1def544ad381e1bfa89489dba90ca87a6e3f +Size (btparse-0.33.tar.gz) = 205792 bytes |