From jacula@gmail.com  Sun Jan 10 09:21:45 2010
Return-Path: <jacula@gmail.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id BEB711065670
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 10 Jan 2010 09:21:45 +0000 (UTC)
	(envelope-from jacula@gmail.com)
Received: from mail-fx0-f227.google.com (mail-fx0-f227.google.com [209.85.220.227])
	by mx1.freebsd.org (Postfix) with ESMTP id 4CE1E8FC0C
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 10 Jan 2010 09:21:44 +0000 (UTC)
Received: by fxm27 with SMTP id 27so5841042fxm.3
        for <FreeBSD-gnats-submit@freebsd.org>; Sun, 10 Jan 2010 01:21:35 -0800 (PST)
Received: by 10.223.164.77 with SMTP id d13mr7254372fay.93.1263115295229;
        Sun, 10 Jan 2010 01:21:35 -0800 (PST)
Received: from splork.wirewater.yow (host107-85-dynamic.46-79-r.retail.telecomitalia.it [79.46.85.107])
        by mx.google.com with ESMTPS id 22sm3715578fkr.57.2010.01.10.01.21.34
        (version=TLSv1/SSLv3 cipher=RC4-MD5);
        Sun, 10 Jan 2010 01:21:34 -0800 (PST)
Received: from localhost.wirewater.yow [127.0.0.1]
 	by splork.wirewater.yow (Sendmail: 8.14.3/8.14.3) with ESMTP id o0A9LXjA013807
 	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 10 Jan 2010 09:21:33 GMT
Received: by splork.wirewater.yow (Sendmail: 8.14.3/8.14.3/Submit) id o0A9LX2P013804
	;
 	Sun, 10 Jan 2010 09:21:33 GMT
Message-Id: <201001100921.o0A9LX2P013804@splork.wirewater.yow>
Date: Sun, 10 Jan 2010 01:21:34 -0800 (PST)
From: Jacula Modyun <jacula@gmail.com>
Reply-To: Jacula Modyun <jacula@gmail.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [new port]: haskell port textproc/hs-Diff
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         142564
>Category:       ports
>Synopsis:       [new port]: haskell port textproc/hs-Diff
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    haskell
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jan 10 09:30:02 UTC 2010
>Closed-Date:    Tue Jan 12 23:54:33 UTC 2010
>Last-Modified:  Tue Jan 12 23:54:33 UTC 2010
>Originator:     Jacula Modyun
>Release:        FreeBSD 7.1-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD splork.wirewater.yow 7.1-PRERELEASE FreeBSD 7.1-PRERELEASE #0: Sat Oct 18 11:22:07 UTC 2008 root@splork.wirewater.yow:/usr/obj/usr/src/sys/JACULA i386


	
>Description:

Basic implementation of the standard diff algorithm.

http://hackage.haskell.org/package/Diff

>How-To-Repeat:
	
>Fix:

	

--- hs-Diff.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-Diff
#	hs-Diff/Makefile
#	hs-Diff/distinfo
#	hs-Diff/pkg-descr
#	hs-Diff/pkg-plist
#
echo c - hs-Diff
mkdir -p hs-Diff > /dev/null 2>&1
echo x - hs-Diff/Makefile
sed 's/^X//' >hs-Diff/Makefile << '9b4be734c897f2794815b0e04a81720a'
X# New ports collection makefile for: hs-Diff
X# Date created:        January 10 2010
X# Whom:                Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com>
X#
X
XPORTNAME=	Diff
XPORTVERSION=	0.1.2
XCATEGORIES=	textproc haskell
XMASTER_SITES=	http://hackage.haskell.org/packages/archive/${PORTNAME}/${PORTVERSION}/
XPKGNAMEPREFIX=	hs-
X
XMAINTAINER=	jacula@gmail.com
XCOMMENT=	O(ND) diff algorithm in haskell
X
XBUILD_DEPENDS+=	ghc:${PORTSDIR}/lang/ghc
XRUN_DEPENDS+=	ghc:${PORTSDIR}/lang/ghc
X
XGHC_VERSION=	6.10.4
XDIFF_VERSION=	${PORTVERSION}
X
XGHC_CMD=	${LOCALBASE}/bin/ghc
XSETUP_CMD=	./setup
X
XDOCSDIR=		${PREFIX}/share/doc/${DISTNAME}
XDIFF_LIBDIR_REL=	lib/${DISTNAME}
X
XPLIST_SUB=	GHC_VERSION=${GHC_VERSION} \
X		DIFF_VERSION=${DIFF_VERSION} \
X		DIFF_LIBDIR_REL=${DIFF_LIBDIR_REL}
X
X.if defined(NOPORTDOCS)
XPLIST_SUB+=	NOPORTDOCS=""
X.else
XPLIST_SUB+=	NOPORTDOCS="@comment "
X.endif
X
X.if !defined(NOPORTDOCS)
X
XPORT_HADDOCK!=	(cd  ${.CURDIR}/../../lang/ghc && ${MAKE} -V PORT_HADDOCK)
X.if !empty(PORT_HADDOCK:M?0)
XBUILD_DEPENDS+=	haddock:${PORTSDIR}/devel/hs-haddock
X.endif
XBUILD_DEPENDS+=	HsColour:${PORTSDIR}/print/hs-hscolour
X
XHSCOLOUR_VERSION=	1.15
XHSCOLOUR_DATADIR=	${PREFIX}/share/hscolour-${HSCOLOUR_VERSION}
X
XPORTDOCS=	*
X.endif
X
X.SILENT:
X
Xdo-configure:
X	cd ${WRKSRC} && ${GHC_CMD} --make Setup.lhs -o setup -package Cabal \
X		     && ${SETUP_CMD} configure --haddock-options=-w --prefix=${PREFIX}
X
Xdo-build:
X	cd ${WRKSRC} && ${SETUP_CMD} build \
X		     && ${SETUP_CMD} register --gen-script
X
X.if !defined(NOPORTDOCS)
X	cd ${WRKSRC} && ${SETUP_CMD} haddock --hyperlink-source \
X					     --hscolour-css=${HSCOLOUR_DATADIR}/hscolour.css
X.endif
X
Xdo-install:
X	cd ${WRKSRC} && ${SETUP_CMD} install \
X		     && ${INSTALL_SCRIPT} register.sh ${PREFIX}/${DIFF_LIBDIR_REL}/register.sh
X
Xpost-install:
X	${RM} -f ${PREFIX}/lib/ghc-${GHC_VERSION}/package.conf.old
X
X.include <bsd.port.mk>
9b4be734c897f2794815b0e04a81720a
echo x - hs-Diff/distinfo
sed 's/^X//' >hs-Diff/distinfo << '6952ceb47e47ea771c9485ef5ef2f74e'
XMD5 (Diff-0.1.2.tar.gz) = d7efbd54c6c1dba78970deb579000b04
XSHA256 (Diff-0.1.2.tar.gz) = f831ce6029a75b54dd69801d865ed45284f7dacf723fe5fd81758ad03f8eef5e
XSIZE (Diff-0.1.2.tar.gz) = 2799
6952ceb47e47ea771c9485ef5ef2f74e
echo x - hs-Diff/pkg-descr
sed 's/^X//' >hs-Diff/pkg-descr << 'f55cd4dca4234b454c21547eb38fa426'
XBasic implementation of the standard diff algorithm.
X
XWWW: http://hackage.haskell.org/package/Diff
f55cd4dca4234b454c21547eb38fa426
echo x - hs-Diff/pkg-plist
sed 's/^X//' >hs-Diff/pkg-plist << '08c0596de46f38bbf7347147ff6fc1f5'
X%%DIFF_LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Data/Algorithm/Diff.hi
X%%DIFF_LIBDIR_REL%%/ghc-%%GHC_VERSION%%/HSDiff-%%DIFF_VERSION%%.o
X%%DIFF_LIBDIR_REL%%/ghc-%%GHC_VERSION%%/libHSDiff-%%DIFF_VERSION%%.a
X%%DIFF_LIBDIR_REL%%/register.sh
X%%NOPORTDOCS%%%%DOCSDIR%%/LICENSE
X%%NOPORTDOCS%%@dirrmtry %%DOCSDIR%%
X@dirrm %%DIFF_LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Data/Algorithm
X@dirrm %%DIFF_LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Data
X@dirrm %%DIFF_LIBDIR_REL%%/ghc-%%GHC_VERSION%%
X@dirrm %%DIFF_LIBDIR_REL%%
X@exec /bin/sh %D/%%DIFF_LIBDIR_REL%%/register.sh
X@exec /bin/rm -f %D/lib/ghc-%%GHC_VERSION%%/package.conf.old
X@unexec %D/bin/ghc-pkg unregister Diff
X@unexec /bin/rm -f %D/lib/ghc-%%GHC_VERSION%%/package.conf.old
08c0596de46f38bbf7347147ff6fc1f5
exit
--- hs-Diff.shar ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->haskell 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sun Jan 10 09:30:18 UTC 2010 
Responsible-Changed-Why:  
haskell@ wants this port PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=142564 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/142564: commit references a PR
Date: Tue, 12 Jan 2010 22:11:34 +0000 (UTC)

 pgj         2010-01-12 22:11:25 UTC
 
   FreeBSD ports repository
 
   Modified files:
     textproc             Makefile 
   Added files:
     textproc/hs-Diff     Makefile distinfo pkg-descr pkg-plist 
   Log:
   Basic implementation of the standard diff algorithm in Haskell.
   
   WWW: http://hackage.haskell.org/package/Diff
   
   PR:             ports/142564
   Submitted by:   Jacula Modyun <jacula(at)gmail.com>
   
   Revision  Changes    Path
   1.1403    +1 -0      ports/textproc/Makefile
   1.1       +75 -0     ports/textproc/hs-Diff/Makefile (new)
   1.1       +3 -0      ports/textproc/hs-Diff/distinfo (new)
   1.1       +3 -0      ports/textproc/hs-Diff/pkg-descr (new)
   1.1       +15 -0     ports/textproc/hs-Diff/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"
 
State-Changed-From-To: open->closed 
State-Changed-By: pgj 
State-Changed-When: Tue Jan 12 23:50:21 UTC 2010 
State-Changed-Why:  
Your port has been committed.  Thank you for this! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=142564 
>Unformatted:
