Bug 145755 - [NEW PORT] textproc/libroxml: A minimum, easy-to-use, C implementation for xml file parsing
Summary: [NEW PORT] textproc/libroxml: A minimum, easy-to-use, C implementation for xm...
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-16 12:10 UTC by Hung-Yi Chen
Modified: 2010-04-17 08:12 UTC (History)
0 users

See Also:


Attachments
libroxml-2.0.1.shar (3.43 KB, text/plain)
2010-04-16 12:10 UTC, Hung-Yi Chen
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Hung-Yi Chen 2010-04-16 12:10:00 UTC
This library is minimum, easy-to-use, C implementation for xml file parsing.
Because XML parsing is always hard to reinvent.
Because very often, xml libraries are too big to fit with little application.

WWW: http://code.google.com/p/libroxml/

Generated with FreeBSD Port Tools 0.99
Comment 1 dfilter service freebsd_committer freebsd_triage 2010-04-17 06:27:49 UTC
miwi        2010-04-17 05:27:34 UTC

  FreeBSD ports repository

  Modified files:
    textproc             Makefile 
  Added files:
    textproc/libroxml    Makefile distinfo pkg-descr 
    textproc/libroxml/files patch-Makefile 
  Log:
  This library is minimum, easy-to-use, C implementation for xml file parsing.
  Because XML parsing is always hard to reinvent.
  Because very often, xml libraries are too big to fit with little application.
  
  WWW: http://code.google.com/p/libroxml/
  
  PR:             ports/145755
  Submitted by:   Hung-Yi Chen <gaod at hychen.org>
  
  Revision  Changes    Path
  1.1434    +1 -0      ports/textproc/Makefile
  1.1       +31 -0     ports/textproc/libroxml/Makefile (new)
  1.1       +3 -0      ports/textproc/libroxml/distinfo (new)
  1.1       +35 -0     ports/textproc/libroxml/files/patch-Makefile (new)
  1.1       +5 -0      ports/textproc/libroxml/pkg-descr (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 2 Martin Wilke freebsd_committer freebsd_triage 2010-04-17 08:12:32 UTC
State Changed
From-To: open->closed

New port added. Thanks!