cvs commit: ports/devel Makefile ports/devel/libparserutils Makefile distinfo pkg-descr pkg-plist ports/devel/libparserutils/files patch-Makefile

Pawel Pekala pawel at FreeBSD.org
Mon Oct 3 19:35:24 UTC 2011


pawel       2011-10-03 19:35:24 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/libparserutils Makefile distinfo pkg-descr pkg-plist 
    devel/libparserutils/files patch-Makefile 
  Log:
  LibParserUtils provides various pieces of functionality that are useful when
  writing parsers. These are:
  
    + A number of character set convertors
    + Mapping of character set names to/from MIB enum values
    + UTF-8 and UTF-16 (host endian) support functions
    + Various simple data structures (resizeable buffer, stack, vector)
    + A UTF-8 input stream
  
  WWW: http://www.netsurf-browser.org/projects/libparserutils/
  
  PR:             ports/159935
  Submitted by:   David Romano <unobe at cpan.org>
  Approved by:    miwi, wen (mentors implicit)
  
  Revision  Changes    Path
  1.4576    +1 -0      ports/devel/Makefile
  1.1       +56 -0     ports/devel/libparserutils/Makefile (new)
  1.1       +2 -0      ports/devel/libparserutils/distinfo (new)
  1.1       +9 -0      ports/devel/libparserutils/files/patch-Makefile (new)
  1.1       +10 -0     ports/devel/libparserutils/pkg-descr (new)
  1.1       +21 -0     ports/devel/libparserutils/pkg-plist (new)


More information about the cvs-ports mailing list