From ler@lerctr.org  Wed Apr 19 17:47:54 2006
Return-Path: <ler@lerctr.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 7956616A40E
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 19 Apr 2006 17:47:54 +0000 (UTC)
	(envelope-from ler@lerctr.org)
Received: from thebighonker.lerctr.org (thebighonker.lerctr.org [192.147.25.65])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 600C943D75
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 19 Apr 2006 17:47:51 +0000 (GMT)
	(envelope-from ler@lerctr.org)
Received: from ler by thebighonker.lerctr.org with local (Exim 4.61 (FreeBSD))
	(envelope-from <ler@lerctr.org>)
	id 1FWGmN-0004A6-59
	for FreeBSD-gnats-submit@freebsd.org; Wed, 19 Apr 2006 12:47:51 -0500
Message-Id: <E1FWGmN-0004A6-59@thebighonker.lerctr.org>
Date: Wed, 19 Apr 2006 12:47:51 -0500
From: Larry Rosenman <ler@lerctr.org>
Reply-To: Larry Rosenman <ler@lerctr.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [NEW PORT] textproc/pecl-xdiff
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         96065
>Category:       ports
>Synopsis:       [NEW PORT] textproc/pecl-xdiff
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Apr 19 17:50:14 GMT 2006
>Closed-Date:    Thu Apr 20 17:07:27 GMT 2006
>Last-Modified:  Thu Apr 20 17:07:27 GMT 2006
>Originator:     Larry Rosenman
>Release:        FreeBSD 6.1-RC amd64
>Organization:
LERCTR Consulting
>Environment:
System: FreeBSD thebighonker.lerctr.org 6.1-RC FreeBSD 6.1-RC #46: Sat Apr 15 23:20:33 CDT 2006 root@thebighonker.lerctr.org:/usr/obj/usr/src/sys/THEBIGHONKER amd64


>Description:
new port textproc/pecl-xdiff, that allows the xdiff PECL extension
to be run on FreeBSD.

Depends on ports/96062.
>How-To-Repeat:
>Fix:

# 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:
#
#	Makefile
#	distinfo
#	pkg-descr
#	work
#
echo x - Makefile
sed 's/^X//' >Makefile << 'END-of-Makefile'
X# New ports collection makefile for:	pecl-xdiff
X# Date created:			19 April 2006
X# Whom:				Larry Rosenman <ler@lerctr.org>
X#
X# $FreeBSD$ 
X#
X
XPORTNAME=	xdiff
XPORTVERSION=	1.4
XCATEGORIES=	textproc pear
XMASTER_SITES=	http://pecl.php.net/get/
XPKGNAMEPREFIX=	pecl-
XEXTRACT_SUFX=	.tgz
XDIST_SUBDIR=	PECL
XBUILD_DEPENDS=	libxdiff>=0.20:${PORTSDIR}/textproc/libxdiff
X
XMAINTAINER=	ler@lerctr.org
XCOMMENT=	A PECL extension to create/apply binary and text patches
X
XUSE_PHP=	yes
XUSE_PHPEXT=	yes
X
Xpost-configure:
X	echo "#define HAVE_XDL_ALLOCATOR_PRIV 1" >>${WRKSRC}/config.h
X.include <bsd.port.mk>
END-of-Makefile
echo x - distinfo
sed 's/^X//' >distinfo << 'END-of-distinfo'
XMD5 (PECL/xdiff-1.4.tgz) = fc24cb6725fdf2f518a0f2cd42343e7f
XSHA256 (PECL/xdiff-1.4.tgz) = 12b1ada362be8857266e5b051a5af58cc8bdeeb48b9eca405e4ba41f6231fcef
XSIZE (PECL/xdiff-1.4.tgz) = 8167
END-of-distinfo
echo x - pkg-descr
sed 's/^X//' >pkg-descr << 'END-of-pkg-descr'
Xxdiff is an extension to do binary and text differences
X
XWWW: http://pecl.php.net/package/xdiff/
X
X- Larry Rosenman
Xler@lerctr.org
END-of-pkg-descr
echo c - work
mkdir -p work > /dev/null 2>&1
exit

>Release-Note:
>Audit-Trail:

From: Larry Rosenman <ler@lerctr.org>
To: bug-followup@freebsd.org
Cc:  
Subject: Re: ports/96065
Date: Wed, 19 Apr 2006 13:48:45 -0500 (CDT)

 Updated shar, to use the shared lib version of libxdiff (just submitted
 the updated on 96062), and portlint(1).
 
 
 # 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:
 #
 #	Makefile
 #	distinfo
 #	pkg-descr
 #
 echo x - Makefile
 sed 's/^X//' >Makefile << 'END-of-Makefile'
 X# New ports collection makefile for:	pecl-xdiff
 X# Date created:			19 April 2006
 X# Whom:				Larry Rosenman <ler@lerctr.org>
 X#
 X# $FreeBSD$
 X#
 X
 XPORTNAME=	xdiff
 XPORTVERSION=	1.4
 XCATEGORIES=	textproc pear
 XMASTER_SITES=	http://pecl.php.net/get/
 XPKGNAMEPREFIX=	pecl-
 XEXTRACT_SUFX=	.tgz
 XDIST_SUBDIR=	PECL
 X
 XMAINTAINER=	ler@lerctr.org
 XCOMMENT=	A PECL extension to create/apply binary and text patches
 X
 XBUILD_DEPENDS=	libxdiff>=0.20:${PORTSDIR}/textproc/libxdiff
 X
 XUSE_PHP=	yes
 XUSE_PHPEXT=	yes
 X
 Xpost-configure:
 X	echo "#define HAVE_XDL_ALLOCATOR_PRIV 1" >>${WRKSRC}/config.h
 X.include <bsd.port.mk>
 END-of-Makefile
 echo x - distinfo
 sed 's/^X//' >distinfo << 'END-of-distinfo'
 XMD5 (PECL/xdiff-1.4.tgz) = fc24cb6725fdf2f518a0f2cd42343e7f
 XSHA256 (PECL/xdiff-1.4.tgz) = 12b1ada362be8857266e5b051a5af58cc8bdeeb48b9eca405e4ba41f6231fcef
 XSIZE (PECL/xdiff-1.4.tgz) = 8167
 END-of-distinfo
 echo x - pkg-descr
 sed 's/^X//' >pkg-descr << 'END-of-pkg-descr'
 Xxdiff is an extension to do binary and text differences
 X
 XWWW: http://pecl.php.net/package/xdiff/
 X
 X- Larry Rosenman
 Xler@lerctr.org
 END-of-pkg-descr
 exit
 
 
 -- 
 Larry Rosenman                     http://www.lerctr.org/~ler
 Phone: +1 512-248-2683                 E-Mail: ler@lerctr.org
 US Mail: 430 Valona Loop, Round Rock, TX 78681-3893

From: Larry Rosenman <ler@lerctr.org>
To: bug-followup@freebsd.org
Cc:  
Subject: Re: ports/96065
Date: Wed, 19 Apr 2006 14:16:04 -0500 (CDT)

 Err, lets actually include the right shar.
 
 
 # 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:
 #
 #	Makefile
 #	distinfo
 #	pkg-descr
 #
 echo x - Makefile
 sed 's/^X//' >Makefile << 'END-of-Makefile'
 X# New ports collection makefile for:	pecl-xdiff
 X# Date created:			19 April 2006
 X# Whom:				Larry Rosenman <ler@lerctr.org>
 X#
 X# $FreeBSD$
 X#
 X
 XPORTNAME=	xdiff
 XPORTVERSION=	1.4
 XCATEGORIES=	textproc pear
 XMASTER_SITES=	http://pecl.php.net/get/
 XPKGNAMEPREFIX=	pecl-
 XEXTRACT_SUFX=	.tgz
 XDIST_SUBDIR=	PECL
 X
 XMAINTAINER=	ler@lerctr.org
 XCOMMENT=	A PECL extension to create/apply binary and text patches
 X
 XLIB_DEPENDS=	xdiff.0:${PORTSDIR}/textproc/libxdiff
 X
 XUSE_PHP=	yes
 XUSE_PHPEXT=	yes
 X
 Xpost-configure:
 X	echo "#define HAVE_XDL_ALLOCATOR_PRIV 1" >>${WRKSRC}/config.h
 X.include <bsd.port.mk>
 END-of-Makefile
 echo x - distinfo
 sed 's/^X//' >distinfo << 'END-of-distinfo'
 XMD5 (PECL/xdiff-1.4.tgz) = fc24cb6725fdf2f518a0f2cd42343e7f
 XSHA256 (PECL/xdiff-1.4.tgz) = 12b1ada362be8857266e5b051a5af58cc8bdeeb48b9eca405e4ba41f6231fcef
 XSIZE (PECL/xdiff-1.4.tgz) = 8167
 END-of-distinfo
 echo x - pkg-descr
 sed 's/^X//' >pkg-descr << 'END-of-pkg-descr'
 Xxdiff is an extension to do binary and text differences
 X
 XWWW: http://pecl.php.net/package/xdiff/
 X
 X- Larry Rosenman
 Xler@lerctr.org
 END-of-pkg-descr
 exit
 
 
 -- 
 Larry Rosenman                     http://www.lerctr.org/~ler
 Phone: +1 512-248-2683                 E-Mail: ler@lerctr.org
 US Mail: 430 Valona Loop, Round Rock, TX 78681-3893
State-Changed-From-To: open->closed 
State-Changed-By: scrappy 
State-Changed-When: Thu Apr 20 17:07:16 UTC 2006 
State-Changed-Why:  

new port added 


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