aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/btparse
Commit message (Collapse)AuthorAgeFilesLines
* - Remove libtool hacks and patches that are now handled by USES=libtooltijl2015-04-181-3/+0
| | | | - Remove CONFIG_SHELL from CONFIGURE_ENV because bsd.port.mk handles that
* - Switch to USES=libtool, drop .la filesamdmi32014-06-202-2/+3
| | | | Approved by: portmgr blanket
* - Convert to stagingmat2014-01-262-5/+9
| | | | | | | | - pet portlint - add license - convert patches to makepatch naming Sponsored by: Absolight
* Fix properties on pkg-plistbapt2014-01-221-1/+0
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | textproc)
* - Use single space after WWW:sunpoet2013-08-291-1/+1
|
* Convert to new perl framework.mat2013-08-031-1/+2
|
* - Convert to new perl frameworkmat2013-08-031-5/+1
| | | | | - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default.
* - Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.az2011-09-081-2/+2
| | | | | | | See http://wiki.freebsd.org/Perl for details. - Change maintainership from ports@ to perl@ for ports in this changeset. With perl@ hat
* -remove MD5ohauer2011-07-031-1/+0
|
* Reset kay_lehmann@web.de by request due to lack to time to maintain ports. Welinimon2008-06-031-1/+1
| | | | appreciate all the help in the past.
* - Take advantage of CPAN macro from bsd.sites.mk, change ↵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)
* - Fix after objformat removalpav2007-03-271-1/+4
| | | | Reported by: pointyhat
* btparse is a C library for parsing and processing BibTeX files.pav2006-03-215-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>