Bug 129683 - New port: devel/hs-pcre-light A lightweight Haskell regex library compatible with Perl 5
Summary: New port: devel/hs-pcre-light A lightweight Haskell regex library compatible ...
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: Gabor Pali
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-16 17:00 UTC by Gabor Pali
Modified: 2008-12-21 12:13 UTC (History)
0 users

See Also:


Attachments
file.shar (3.37 KB, text/plain)
2008-12-16 17:00 UTC, Gabor Pali
no flags Details
hs-pcre-light.txt (3.41 KB, text/plain)
2008-12-16 18:31 UTC, Gabor Pali
no flags Details
hs-pcre-light.txt (3.44 KB, text/plain)
2008-12-17 00:49 UTC, Gabor Pali
no flags Details
hs-pcre-light-ghc.txt (4.17 KB, text/plain)
2008-12-21 01:14 UTC, Gabor Pali
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Gabor Pali freebsd_committer freebsd_triage 2008-12-16 17:00:02 UTC
A small, efficient and portable Haskell regex library for Perl 5
compatible regular expressions.

The PCRE library is a set of functions that implement regular expression
pattern matching using the same syntax and semantics as Perl 5.

WWW: http://code.haskell.org/~dons/code/pcre-light

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-12-16 17:00:19 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pgj

Submitter has GNATS access (via the GNATS Auto Assign Tool)
Comment 2 Gabor Pali freebsd_committer freebsd_triage 2008-12-16 18:31:53 UTC
I found a small mistake in this port, so a fixed version is attached.
Comment 3 Gabor Pali freebsd_committer freebsd_triage 2008-12-17 00:49:37 UTC
I found a small bug in the submitted port, here is the fixed version.


Comment 4 Gabor Pali freebsd_committer freebsd_triage 2008-12-21 01:14:23 UTC
PORTDOCS added and tested (porttools, tinderbox), PKGNAMESUFFIX="-ghc",
as it is for the compiler.



Comment 5 dfilter service freebsd_committer freebsd_triage 2008-12-21 11:42:02 UTC
pgj         2008-12-21 11:41:49 UTC

  FreeBSD ports repository (doc committer)

  Modified files:
    devel                Makefile 
  Added files:
    devel/hs-pcre-light-ghc Makefile distinfo pkg-descr pkg-plist 
  Log:
  A small, efficient and portable Haskell regex library for Perl 5
  compatible regular expressions.
  
  The PCRE library is a set of functions that implement regular expression
  pattern matching using the same syntax and semantics as Perl 5.
  
  WWW: http://code.haskell.org/~dons/code/pcre-light
  
  PR:             ports/129683
  Submitted by:   pgj
  Approved by:    miwi
  
  Revision  Changes    Path
  1.3294    +1 -0      ports/devel/Makefile
  1.1       +52 -0     ports/devel/hs-pcre-light-ghc/Makefile (new)
  1.1       +3 -0      ports/devel/hs-pcre-light-ghc/distinfo (new)
  1.1       +7 -0      ports/devel/hs-pcre-light-ghc/pkg-descr (new)
  1.1       +28 -0     ports/devel/hs-pcre-light-ghc/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 6 Gabor Pali freebsd_committer freebsd_triage 2008-12-21 12:13:12 UTC
State Changed
From-To: open->closed

Committed.