Bug 142497

Summary: [new port]: haskell port devel/hs-utility-ht
Product: Ports & Packages Reporter: Jacula Modyun <jacula>
Component: Individual Port(s)Assignee: freebsd-haskell (Nobody) <haskell>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
hs-utility-ht.shar none

Description Jacula Modyun 2010-01-08 22:20:01 UTC
Various small helper functions for Lists, Maybes, Tuples, Functions.
Some of these functions are improved implementations of standard
functions. They have the same name as their standard counterparts.
The package only contains functions that do not require packages
other than the base package. Thus you do not risk a dependency
avalanche by importing it.

http://hackage.haskell.org/package/utility-ht
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-01-08 22:20:17 UTC
Responsible Changed
From-To: freebsd-ports-bugs->haskell

haskell@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-01-12 21:58:45 UTC
pgj         2010-01-12 21:58:36 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/hs-utility-ht  Makefile distinfo pkg-descr pkg-plist 
  Log:
  Various small Haskell helper functions for Lists, Maybes, Tuples,
  Functions. Some of these functions are improved implementations of
  standard functions. They have the same name as their standard
  counterparts.
  
  WWW: http://www.haskell.org/haskellwiki/Utility-HT
  
  PR:             ports/142497
  Submitted by:   Jacula Modyun <jacula(at)gmail.com>
  
  Revision  Changes    Path
  1.3769    +1 -0      ports/devel/Makefile
  1.1       +75 -0     ports/devel/hs-utility-ht/Makefile (new)
  1.1       +3 -0      ports/devel/hs-utility-ht/distinfo (new)
  1.1       +9 -0      ports/devel/hs-utility-ht/pkg-descr (new)
  1.1       +55 -0     ports/devel/hs-utility-ht/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 Gabor Pali freebsd_committer freebsd_triage 2010-01-12 23:48:14 UTC
State Changed
From-To: open->closed

Port added.  Thank you!