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 <[EMAIL PROTECTED]>
  
  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)
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to