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.