Date: Mon, 20 Mar 2006 18:36:06 +0000 (UTC) From: Pav Lucistnik <pav@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc Makefile ports/textproc/btparse Makefile distinfo pkg-descr pkg-plist ports/textproc/btparse/files patch-Makefile.in Message-ID: <200603201836.k2KIa6m2029678@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
pav 2006-03-20 18:36:06 UTC FreeBSD ports repository Modified files: textproc Makefile Added files: textproc/btparse Makefile distinfo pkg-descr pkg-plist textproc/btparse/files patch-Makefile.in Log: 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> Revision Changes Path 1.938 +1 -0 ports/textproc/Makefile 1.1 +25 -0 ports/textproc/btparse/Makefile (new) 1.1 +3 -0 ports/textproc/btparse/distinfo (new) 1.1 +11 -0 ports/textproc/btparse/files/patch-Makefile.in (new) 1.1 +8 -0 ports/textproc/btparse/pkg-descr (new) 1.1 +8 -0 ports/textproc/btparse/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200603201836.k2KIa6m2029678>