From postmaster@christianserving.org  Mon Jun 27 13:17:29 2011
Return-Path: <postmaster@christianserving.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 368B81065673;
	Mon, 27 Jun 2011 13:17:23 +0000 (UTC)
	(envelope-from postmaster@christianserving.org)
Received: from zion.christianserving.org (zion.christianserving.org [66.128.242.154])
	by mx1.freebsd.org (Postfix) with ESMTP id 17ABB8FC13;
	Mon, 27 Jun 2011 13:17:22 +0000 (UTC)
Received: by zion.christianserving.org (Postfix, from userid 0)
	id 3A51527D7D9; Mon, 27 Jun 2011 07:59:11 -0500 (CDT)
Message-Id: <20110627125911.3A51527D7D9@zion.christianserving.org>
Date: Mon, 27 Jun 2011 07:59:11 -0500 (CDT)
From: Jim Riggs <ports@christianserving.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: <pgollucci@FreeBSD.org>
Subject: [NEW PORT] devel/libestr: A library for some string essentials
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         158345
>Category:       ports
>Synopsis:       [NEW PORT] devel/libestr: A library for some string essentials
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun 27 13:20:11 UTC 2011
>Closed-Date:    Mon Jun 27 14:35:17 UTC 2011
>Last-Modified:  Mon Jun 27 14:40:04 UTC 2011
>Originator:     Jim Riggs
>Release:        FreeBSD 8.2-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD syslog 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Thu Feb 17 02:41:51 UTC 2011
>Description:
This port is required for devel/libee (about to be submitted) and
sysutils/rsyslog6-devel (update to 6.1.9 about to be submitted).
Per offline conversations with pgolluci@, he will be maintainer.

A library for some string essentials.

WWW:	http://libestr.adiscon.com/

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- libestr-0.1.0.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:
#
#	libestr
#	libestr/files
#	libestr/files/patch-Makefile.in
#	libestr/pkg-plist
#	libestr/pkg-descr
#	libestr/distinfo
#	libestr/Makefile
#
echo c - libestr
mkdir -p libestr > /dev/null 2>&1
echo c - libestr/files
mkdir -p libestr/files > /dev/null 2>&1
echo x - libestr/files/patch-Makefile.in
sed 's/^X//' >libestr/files/patch-Makefile.in << 'b9d88e38e9f837b60668fd6423695f5d'
X--- Makefile.in..orig	2011-06-20 13:31:12.833335470 -0500
X+++ Makefile.in	2011-06-20 13:31:27.073909538 -0500
X@@ -251,7 +251,7 @@
X top_builddir = .
X top_srcdir = .
X SUBDIRS = include src
X-pkgconfigdir = $(libdir)/pkgconfig
X+pkgconfigdir = $(prefix)/libdata/pkgconfig
X pkgconfig_DATA = libestr.pc
X ACLOCAL_AMFLAGS = -I m4
X all: config.h
b9d88e38e9f837b60668fd6423695f5d
echo x - libestr/pkg-plist
sed 's/^X//' >libestr/pkg-plist << '35cae9d6382fb5966ec2484e2c8227c4'
X@comment $FreeBSD$
Xinclude/libestr.h
Xlib/libestr.a
Xlib/libestr.la
Xlib/libestr.so
Xlib/libestr.so.0
Xlibdata/pkgconfig/libestr.pc
35cae9d6382fb5966ec2484e2c8227c4
echo x - libestr/pkg-descr
sed 's/^X//' >libestr/pkg-descr << 'e3d07befbdb86ed827a129898ad1a208'
XA library for some string essentials.
X
XWWW:	http://libestr.adiscon.com/
e3d07befbdb86ed827a129898ad1a208
echo x - libestr/distinfo
sed 's/^X//' >libestr/distinfo << '6bd2faaa8fc2a4823631d3f186630e3f'
XSHA256 (libestr-0.1.0.tar.gz) = 9fcbe41323a4a62bce695776b80aee3512db99ebdd9b9ee0de4a8d8aeb187972
XSIZE (libestr-0.1.0.tar.gz) = 311934
6bd2faaa8fc2a4823631d3f186630e3f
echo x - libestr/Makefile
sed 's/^X//' >libestr/Makefile << '75fdc6065cfb668e124cc5a0e7c9dca8'
X# New ports collection makefile for:	libestr
X# Date created:		2011-06-20
X# Whom:			Jim Riggs <ports@christianserving.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	libestr
XPORTVERSION=	0.1.0
XCATEGORIES=	devel
XMASTER_SITES=	http://libestr.adiscon.com/files/download/
X
XMAINTAINER=	pgollucci@FreeBSD.org
XCOMMENT=	A library for some string essentials
X
XUSE_LDCONFIG=	yes
X
XGNU_CONFIGURE=	yes
XCONFIGURE_ARGS+=	--prefix="${PREFIX}" --disable-testbench
X
X.include <bsd.port.mk>
75fdc6065cfb668e124cc5a0e7c9dca8
exit
--- libestr-0.1.0.shar ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Mon Jun 27 13:57:34 UTC 2011 
Responsible-Changed-Why:  
I'll take it. 

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

From: Jim Riggs <ports@christianserving.org>
To: bug-followup@FreeBSD.org
Cc: pgollucci@FreeBSD.org
Subject: Re: ports/158345: [NEW PORT] devel/libestr: A library for some string essentials
Date: Mon, 27 Jun 2011 08:41:17 -0500

 devel/libee: ports/158344
 sysutils/rsyslog6-devel: ports/158346
 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Mon Jun 27 14:35:16 UTC 2011 
State-Changed-Why:  
New port added. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/158345: commit references a PR
Date: Mon, 27 Jun 2011 14:35:49 +0000 (UTC)

 miwi        2011-06-27 14:35:34 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel                Makefile 
   Added files:
     devel/libestr        Makefile distinfo pkg-descr pkg-plist 
     devel/libestr/files  patch-Makefile.in 
   Log:
   A library for some string essentials.
   
   WWW:    http://libestr.adiscon.com/
   
   PR:             ports/158345
   Submitted by:   Jim Riggs <ports at christianserving.org>
   
   Revision  Changes    Path
   1.4400    +1 -0      ports/devel/Makefile
   1.1       +21 -0     ports/devel/libestr/Makefile (new)
   1.1       +2 -0      ports/devel/libestr/distinfo (new)
   1.1       +11 -0     ports/devel/libestr/files/patch-Makefile.in (new)
   1.1       +3 -0      ports/devel/libestr/pkg-descr (new)
   1.1       +7 -0      ports/devel/libestr/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"
 
>Unformatted:
