From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 14 08:10:03 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 A58481065670 for ; Fri, 14 Oct 2011 08:10:03 +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 7DFD28FC1B for ; Fri, 14 Oct 2011 08:10:03 +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 p9E8A3It048916 for ; Fri, 14 Oct 2011 08:10:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p9E8A3wH048915; Fri, 14 Oct 2011 08:10:03 GMT (envelope-from gnats) Resent-Date: Fri, 14 Oct 2011 08:10:03 GMT Resent-Message-Id: <201110140810.p9E8A3wH048915@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 02BF71065673 for ; Fri, 14 Oct 2011 08:02:52 +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 BAC9B8FC21 for ; Fri, 14 Oct 2011 08:02:51 +0000 (UTC) Received: from csmailer.cs.nctu.edu.tw (localhost [127.0.0.1]) by csmailer.cs.nctu.edu.tw (Postfix) with ESMTP id 24B17D6E for ; Fri, 14 Oct 2011 16:01:25 +0800 (CST) Received: from csduty.cs.nctu.edu.tw (csduty [140.113.235.102]) by csmailer.cs.nctu.edu.tw (Postfix) with ESMTP id 18CF3D6D for ; Fri, 14 Oct 2011 16:01:25 +0800 (CST) Received: (from jyyou@localhost) by csduty.cs.nctu.edu.tw (8.14.4/8.14.4/Submit) id p9E82oU0017967; Fri, 14 Oct 2011 16:02:50 +0800 (CST) (envelope-from jyyou) Message-Id: <201110140802.p9E82oU0017967@csduty.cs.nctu.edu.tw> Date: Fri, 14 Oct 2011 16:02:50 +0800 (CST) From: Jyun-Yan You To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/161576: [NEW PORT] devel/ats-contrib-testing: Facilitating construction of testing code for ATS language 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: Fri, 14 Oct 2011 08:10:03 -0000 >Number: 161576 >Category: ports >Synopsis: [NEW PORT] devel/ats-contrib-testing: Facilitating construction of testing code for ATS language >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: Fri Oct 14 08:10:03 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Jyun-Yan You >Release: FreeBSD 8.2-RELEASE-p3 amd64 >Organization: >Environment: System: FreeBSD csduty.cs.nctu.edu.tw 8.2-RELEASE-p3 FreeBSD 8.2-RELEASE-p3 #0: Tue Sep 27 18:45:57 UTC 2011 >Description: This PR depends on ports/161575. This ATS contributed library is for facilitating construction of testing code. WWW: http://www.ats-lang.org/ Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- ats-contrib-testing-0.2.5.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: # # ats-contrib-testing # ats-contrib-testing/pkg-descr # ats-contrib-testing/Makefile # echo c - ats-contrib-testing mkdir -p ats-contrib-testing > /dev/null 2>&1 echo x - ats-contrib-testing/pkg-descr sed 's/^X//' >ats-contrib-testing/pkg-descr << '39b478bf4e17b88bacc8a93ea5fa05c3' XThis ATS contributed library is for Xfacilitating construction of testing code. X XWWW: http://www.ats-lang.org/ 39b478bf4e17b88bacc8a93ea5fa05c3 echo x - ats-contrib-testing/Makefile sed 's/^X//' >ats-contrib-testing/Makefile << '99ebab0df60c291e4fed72993d4936be' X# New ports collection makefile for: ats-contrib-testing X# Date created: 2011-10-11 X# Whom: Jyun-Yan You X# X# $FreeBSD$ X# X XPORTNAME= testing XPORTVERSION= ${ATS_VER} XCATEGORIES= devel XMASTER_SITES= # empty XDISTFILES= # empty X XMAINTAINER= jyyou@cs.nctu.edu.tw XCOMMENT= Facilitating construction of testing code for ATS language X XNO_BUILD= yes XATS_CTRB= testing X X.include "${.CURDIR}/../../lang/ats/files/bsd.ats.mk" X.include 99ebab0df60c291e4fed72993d4936be exit --- ats-contrib-testing-0.2.5.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: