aboutsummaryrefslogtreecommitdiff
path: root/textproc/btparse
Commit message (Collapse)AuthorAgeFilesLines
* - Take advantage of CPAN macro from bsd.sites.mk, change ↵Marcelo Araujo2008-04-171-1/+1
| | | | | | | | | | | | ${MASTER_SITE_PERL_CPAN} to CPAN. PR: ports/122674 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: portmgr (pav) Notes: svn path=/head/; revision=211450
* - Fix after objformat removalPav Lucistnik2007-03-271-1/+4
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=188536
* btparse is a C library for parsing and processing BibTeX files.Pav Lucistnik2006-03-205-0/+55
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: svn path=/head/; revision=157765