Bug 157264 - [NEW PORT] databases/hs-mysql: A low-level client library for the MySQL database
Summary: [NEW PORT] databases/hs-mysql: A low-level client library for the MySQL database
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-haskell (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-23 10:10 UTC by Jyun-Yan You
Modified: 2011-07-03 23:10 UTC (History)
0 users

See Also:


Attachments
.shar (1.51 KB, text/plain)
2011-05-23 10:10 UTC, Jyun-Yan You
no flags Details
bsd.hackage.mk.diff (375 bytes, patch)
2011-05-23 10:54 UTC, Jyun-Yan You
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jyun-Yan You 2011-05-23 10:10:13 UTC
This library is a Haskell binding to the MySQL mysqlclient client library.
It is a fairly faithful, low level library that implements 
most of the MySQL client API.

WWW: https://github.com/mailrank/mysql

Generated with FreeBSD Port Tools 0.99
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-05-23 10:10:28 UTC
Responsible Changed
From-To: freebsd-ports-bugs->haskell

haskell@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Jyun-Yan You 2011-05-23 10:54:08 UTC
Here is the diff file for bsd.hackage.mk.
Comment 3 dfilter service freebsd_committer freebsd_triage 2011-07-03 23:01:04 UTC
ashish      2011-07-03 22:00:49 UTC

  FreeBSD ports repository

  Modified files:
    databases            Makefile 
    lang/ghc             bsd.hackage.mk 
  Added files:
    databases/hs-mysql   Makefile distinfo pkg-descr 
  Log:
  This library is a Haskell binding to the MySQL mysqlclient client library.
  It is a fairly faithful, low level library that implements
  most of the MySQL client API.
  
  WWW: https://github.com/mailrank/mysql
  
  PR:             ports/157264
  Submitted by:   Jyun-Yan You <jyyou@cs.nctu.edu.tw>
  
  Revision  Changes    Path
  1.1000    +1 -0      ports/databases/Makefile
  1.1       +20 -0     ports/databases/hs-mysql/Makefile (new)
  1.1       +2 -0      ports/databases/hs-mysql/distinfo (new)
  1.1       +5 -0      ports/databases/hs-mysql/pkg-descr (new)
  1.32      +2 -1      ports/lang/ghc/bsd.hackage.mk
_______________________________________________
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 4 Ashish SHUKLA freebsd_committer freebsd_triage 2011-07-03 23:02:05 UTC
State Changed
From-To: open->closed

New port added. Thanks!