Bug 114975 - [NEW PORT] www/p5-SGML-Parser-OpenSP: Perl 5 module to interface to the OpenSP parser
Summary: [NEW PORT] www/p5-SGML-Parser-OpenSP: Perl 5 module to interface to the OpenS...
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: chinsan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-28 02:20 UTC by Naram Qashat
Modified: 2007-07-28 20:40 UTC (History)
0 users

See Also:


Attachments
p5-SGML-Parser-OpenSP-0.100r1.shar (13.55 KB, text/plain)
2007-07-28 02:20 UTC, Naram Qashat
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Naram Qashat 2007-07-28 02:20:01 UTC
SGML::Parser::OpenSP is an interface to the OpenSP parser.  It allows for
Perl scripts to parse an SGML document (including HTML) using the OpenSP
parser.

WWW: http://search.cpan.org/dist/SGML-Parser-OpenSP/

- Naram Qashat
cyberbotx@cyberbotx.com

Generated with FreeBSD Port Tools 0.77

(Just an added note, I have never created a Perl module port before, so
I am not 100% sure I did everything the correct way.  If I did anything
wrong or if something could've been done differently, let me know.)

I'm not sure if www is the correct choice for the primary category, if
not, feel free to change it.  Also, the reason I made the PORTVERSION
be 0.100r1 is because it's really version 0.99 of SGML::Parser::OpenSP
with diffs to make it equivilent to the 0.100 version on the Sourceforge
CVS of this module.
Comment 1 chinsan freebsd_committer freebsd_triage 2007-07-28 19:00:48 UTC
Responsible Changed
From-To: freebsd-ports-bugs->chinsan

I will handle this.
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-07-28 20:31:57 UTC
chinsan     2007-07-28 19:31:51 UTC

  FreeBSD ports repository

  Modified files:
    textproc             Makefile 
  Added files:
    textproc/p5-SGML-Parser-OpenSP Makefile distinfo pkg-descr 
                                   pkg-plist 
    textproc/p5-SGML-Parser-OpenSP/files patch-MANIFEST 
                                         patch-Makefile.PL 
                                         patch-OpenSP.xs 
                                         patch-t-20passfd.t 
                                         patch-t-21parsestring.t 
                                         patch-t-22mwarnings.t 
  Log:
  Add p5-SGML-Parser-OpenSP 0.100r1, parse SGML documents using OpenSP.
  
  PR:             ports/114975
  Submitted by:   Naram Qashat <cyberbotx at cyberbotx.com>
  Approved by:    rafan (mentor, implicit)
  
  Revision  Changes    Path
  1.1162    +1 -0      ports/textproc/Makefile
  1.1       +31 -0     ports/textproc/p5-SGML-Parser-OpenSP/Makefile (new)
  1.1       +3 -0      ports/textproc/p5-SGML-Parser-OpenSP/distinfo (new)
  1.1       +12 -0     ports/textproc/p5-SGML-Parser-OpenSP/files/patch-MANIFEST (new)
  1.1       +13 -0     ports/textproc/p5-SGML-Parser-OpenSP/files/patch-Makefile.PL (new)
  1.1       +11 -0     ports/textproc/p5-SGML-Parser-OpenSP/files/patch-OpenSP.xs (new)
  1.1       +50 -0     ports/textproc/p5-SGML-Parser-OpenSP/files/patch-t-20passfd.t (new)
  1.1       +69 -0     ports/textproc/p5-SGML-Parser-OpenSP/files/patch-t-21parsestring.t (new)
  1.1       +71 -0     ports/textproc/p5-SGML-Parser-OpenSP/files/patch-t-22mwarnings.t (new)
  1.1       +5 -0      ports/textproc/p5-SGML-Parser-OpenSP/pkg-descr (new)
  1.1       +11 -0     ports/textproc/p5-SGML-Parser-OpenSP/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 3 chinsan freebsd_committer freebsd_triage 2007-07-28 20:33:46 UTC
State Changed
From-To: open->closed

Committed with minor modification.  Thanks.