Bug 129679 - New port: archivers/hs-zip-archive Haskell library for creating and modifying zip archives
Summary: New port: archivers/hs-zip-archive Haskell library for creating and modifying...
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 14:50 UTC by Gabor Pali
Modified: 2008-12-21 12:12 UTC (History)
0 users

See Also:


Attachments
file.shar (3.38 KB, text/plain)
2008-12-16 14:50 UTC, Gabor Pali
no flags Details
hs-zip-archive.txt (3.41 KB, text/plain)
2008-12-17 00:47 UTC, Gabor Pali
no flags Details
hs-zip-archive-ghc.txt (4.02 KB, text/plain)
2008-12-21 01:13 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 14:50:01 UTC
The zip-archive library provides functions for creating, modifying, and
extracting files from zip archives.

WWW: http://johnmacfarlane.net/zip-archive/


NOTE: This port requires devel/hs-binary [1] to be committed first.

[1] http://www.freebsd.org/cgi/query-pr.cgi?pr=129678

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-12-16 14:50:18 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-17 00:47:30 UTC
I found a small bug in the submitted port, here is the fixed version.

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

Comment 4 dfilter service freebsd_committer freebsd_triage 2008-12-21 11:28:28 UTC
pgj         2008-12-21 11:28:15 UTC

  FreeBSD ports repository (doc committer)

  Modified files:
    archivers            Makefile 
  Added files:
    archivers/hs-zip-archive-ghc Makefile distinfo pkg-descr 
                                 pkg-plist 
  Log:
  The zip-archive library provides functions for creating, modifying, and
  extracting files from zip archives.
  
  WWW: http://johnmacfarlane.net/zip-archive/
  
  PR:             ports/129679
  Submitted by:   pgj
  Approved by:    miwi
  
  Revision  Changes    Path
  1.209     +1 -0      ports/archivers/Makefile
  1.1       +54 -0     ports/archivers/hs-zip-archive-ghc/Makefile (new)
  1.1       +3 -0      ports/archivers/hs-zip-archive-ghc/distinfo (new)
  1.1       +4 -0      ports/archivers/hs-zip-archive-ghc/pkg-descr (new)
  1.1       +26 -0     ports/archivers/hs-zip-archive-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 5 Gabor Pali freebsd_committer freebsd_triage 2008-12-21 12:12:35 UTC
State Changed
From-To: open->closed

Committed.