diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-03-20 18:36:06 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-03-20 18:36:06 +0000 |
commit | 30e54bba97b4963a082ac761d643df8579f7cc43 (patch) | |
tree | 4c86a4dcfa4f9604967b928ee7ee11a3d4ef32aa /textproc/btparse/files | |
parent | - Chase gchemutils update (diff) |
btparse is a C library for parsing and processing BibTeX files.
It provides a lexical scanner and LR parser (constructed by PCCTS),
both of which are efficient and offer good error detection and
recovery; a set of functions for traversing the AST (abstract
syntax tree) generated by the parser; and utility functions for
manipulating strings according to BibTeX conventions.
WWW: http://www.gerg.ca/software/btOOL
PR: ports/94686
Submitted by: Kay Lehmann <kay_lehmann@web.de>
Notes
Notes:
svn path=/head/; revision=157765
Diffstat (limited to 'textproc/btparse/files')
-rw-r--r-- | textproc/btparse/files/patch-Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/textproc/btparse/files/patch-Makefile.in b/textproc/btparse/files/patch-Makefile.in new file mode 100644 index 000000000000..c160ea838b43 --- /dev/null +++ b/textproc/btparse/files/patch-Makefile.in @@ -0,0 +1,11 @@ +--- Makefile.in.orig Sun Mar 19 11:21:45 2006 ++++ Makefile.in Sun Mar 19 11:22:15 2006 +@@ -139,7 +139,7 @@ + SUBDIRS = src tests progs doc + EXTRA_DIST = $(wildcard pccts/*.[ch]) btparse.pc.in + +-pkgconfigdir = $(libdir)/pkgconfig ++pkgconfigdir = $(libdir)/../libdata/pkgconfig + pkgconfig_DATA = btparse.pc + subdir = . + ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |