From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 23 09:10:14 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2C6D71065670 for ; Mon, 23 May 2011 09:10:14 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 070688FC12 for ; Mon, 23 May 2011 09:10:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4N9ADuV039626 for ; Mon, 23 May 2011 09:10:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4N9ADS2039625; Mon, 23 May 2011 09:10:13 GMT (envelope-from gnats) Resent-Date: Mon, 23 May 2011 09:10:13 GMT Resent-Message-Id: <201105230910.p4N9ADS2039625@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jyun-Yan You Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 28CC5106566B for ; Mon, 23 May 2011 09:06:28 +0000 (UTC) (envelope-from jyyou@cs.nctu.edu.tw) Received: from csmailer.cs.nctu.edu.tw (csmailer.cs.nctu.edu.tw [140.113.235.130]) by mx1.freebsd.org (Postfix) with ESMTP id DE8EE8FC16 for ; Mon, 23 May 2011 09:06:27 +0000 (UTC) Received: from csmailer.cs.nctu.edu.tw (localhost [127.0.0.1]) by csmailer.cs.nctu.edu.tw (Postfix) with ESMTP id 3E9ECC78 for ; Mon, 23 May 2011 17:07:11 +0800 (CST) Received: from csduty.cs.nctu.edu.tw (csduty [140.113.235.102]) by csmailer.cs.nctu.edu.tw (Postfix) with ESMTP id 381D8C77 for ; Mon, 23 May 2011 17:07:11 +0800 (CST) Received: (from jyyou@localhost) by csduty.cs.nctu.edu.tw (8.14.4/8.14.4/Submit) id p4N96QxT018828; Mon, 23 May 2011 17:06:26 +0800 (CST) (envelope-from jyyou) Message-Id: <201105230906.p4N96QxT018828@csduty.cs.nctu.edu.tw> Date: Mon, 23 May 2011 17:06:26 +0800 (CST) From: Jyun-Yan You To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/157264: [NEW PORT] databases/hs-mysql: A low-level client library for the MySQL database X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 May 2011 09:10:14 -0000 >Number: 157264 >Category: ports >Synopsis: [NEW PORT] databases/hs-mysql: A low-level client library for the MySQL database >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon May 23 09:10:13 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Jyun-Yan You >Release: FreeBSD 8.2-RELEASE amd64 >Organization: >Environment: System: FreeBSD csduty.cs.nctu.edu.tw 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Thu Feb 17 02:41:51 UTC 2011 >Description: 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 >How-To-Repeat: >Fix: --- .shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # hs-mysql # hs-mysql/Makefile # hs-mysql/pkg-descr # hs-mysql/distinfo # echo c - hs-mysql mkdir -p hs-mysql > /dev/null 2>&1 echo x - hs-mysql/Makefile sed 's/^X//' >hs-mysql/Makefile << 'c934706dd3d41704bf371c87455f7394' X# New ports collection makefile for: hs-mysql X# Date created: 2011-05-23 X# Whom: jyyou@cs.nctu.edu.tw X# X# $FreeBSD$ X# X XPORTNAME= mysql XPORTVERSION= 0.1.1.1 XCATEGORIES= databases haskell X XMAINTAINER= haskell@FreeBSD.org XCOMMENT= A low-level client library for the MySQL database X XLICENSE= BSD X XUSE_MYSQL= yes X X.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" X.include c934706dd3d41704bf371c87455f7394 echo x - hs-mysql/pkg-descr sed 's/^X//' >hs-mysql/pkg-descr << '7f78640fa5d93dda6002e14b093e7b77' XThis library is a Haskell binding to the MySQL mysqlclient client library. XIt is a fairly faithful, low level library that implements Xmost of the MySQL client API. X XWWW: https://github.com/mailrank/mysql 7f78640fa5d93dda6002e14b093e7b77 echo x - hs-mysql/distinfo sed 's/^X//' >hs-mysql/distinfo << 'e6c00744b414bb608f0905bfa7a0dd1a' XSHA256 (cabal/mysql-0.1.1.1.tar.gz) = bd8958f87bf3951ce9bf367cdbbd3a6d587b766ec206bb4ede40852f6156ea1f XSIZE (cabal/mysql-0.1.1.1.tar.gz) = 13562 e6c00744b414bb608f0905bfa7a0dd1a exit --- .shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: