Bug 159935 - New port: devel/libparserutils A library useful when writing parsers
Summary: New port: devel/libparserutils A library useful when writing parsers
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Pawel Pekala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-20 11:20 UTC by David Romano
Modified: 2011-10-03 20:50 UTC (History)
0 users

See Also:


Attachments
file.shar (4.48 KB, text/plain)
2011-08-20 11:20 UTC, David Romano
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description David Romano 2011-08-20 11:20:07 UTC
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://source.netsurf-browser.org/tags/libparserutils/
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2011-09-05 06:09:08 UTC
Responsible Changed
From-To: freebsd-ports-bug->freebsd-ports-bugs

Fix synopsis and assignment.
Comment 2 Pawel Pekala freebsd_committer freebsd_triage 2011-10-02 20:03:12 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pawel

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2011-10-03 20:35:33 UTC
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@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)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 4 dfilter service freebsd_committer freebsd_triage 2011-10-03 20:41:05 UTC
pawel       2011-10-03 19:40:57 UTC

  FreeBSD doc repository (ports committer)

  Modified files:
    en_US.ISO8859-1/articles/contributors contrib.additional.sgml 
  Log:
  For devel/libparserutils
  
  PR:             ports/159935
  Approved by:    miwi, wen (mentors implicit)
  
  Revision  Changes    Path
  1.1025    +5 -0      doc/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 5 Pawel Pekala freebsd_committer freebsd_triage 2011-10-03 20:41:32 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!