From nobody@FreeBSD.org  Thu Aug  2 16:45:45 2012
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 3A3A6106566C
	for <freebsd-gnats-submit@FreeBSD.org>; Thu,  2 Aug 2012 16:45:45 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 1BD018FC16
	for <freebsd-gnats-submit@FreeBSD.org>; Thu,  2 Aug 2012 16:45:45 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q72GjioS036755
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 2 Aug 2012 16:45:44 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id q72GjiY0036749;
	Thu, 2 Aug 2012 16:45:44 GMT
	(envelope-from nobody)
Message-Id: <201208021645.q72GjiY0036749@red.freebsd.org>
Date: Thu, 2 Aug 2012 16:45:44 GMT
From: Veniamin Gvozdikov <g.veniamin@googlemail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: New port: textproc/confetti Configuration file parser generator
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         170336
>Category:       ports
>Synopsis:       New port: textproc/confetti Configuration file parser generator
>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:   Thu Aug 02 16:50:07 UTC 2012
>Closed-Date:    Thu Nov 01 10:35:27 UTC 2012
>Last-Modified:  Thu Nov 01 10:35:27 UTC 2012
>Originator:     Veniamin Gvozdikov
>Release:        FreeBSD 8.2-RELEASE
>Organization:
>Environment:
FreeBSD ololo 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Thu Aug 18 11:19:07 MSD 2011     root@ololo:/usr/obj/usr/src/sys/OLOLO  amd64
>Description:
Configuration file parser generator
>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:
#
#	confetti
#	confetti/Makefile
#	confetti/pkg-descr
#	confetti/distinfo
#	confetti/pkg-plist
#
echo c - confetti
mkdir -p confetti > /dev/null 2>&1
echo x - confetti/Makefile
sed 's/^X//' >confetti/Makefile << 'e879ea72dbc916ec2d9b55754d5a172a'
X# New ports collection makefile for:	confetti
X# Date created:		2012-08-01
X# Whom:			Gvozdikov Veniamin <g.veniamin@googlemail.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	confetti
XPORTVERSION=	0.0.${DATE}
XCATEGORIES=	textproc
XMASTER_SITES=	http://fbsd.zlonet.ru/distfiles/
X
XMAINTAINER=	g.veniamin@googlemail.com
XCOMMENT=	Configuration file parser generator
X
XBUILD_DEPENDS=	flex:${PORTSDIR}/textproc/flex \
X		bison:${PORTSDIR}/devel/bison
X
XUSE_BZIP2=	yes
XUSE_GMAKE=	yes
XUSE_PERL5=	yes
XDATE=		20120801
XMAKE_ARGS+=	FLEX=${LOCALBASE}/bin/flex
X
XOPTIONS_DEFINE=	EXAMPLES
XEXAMPLES_DESC=	Install examples
X
XOPTIONS_DEFAULT=EXAMPLES
X
X.include <bsd.port.options.mk>
X
X.if ${PORT_OPTIONS:MEXAMPLES}
XPLIST_SUB+=	EXAMPLES=""
X.else
XPLIST_SUB+=	EXAMPLES="@comment "
X.endif
X
Xdo-install:
X	${INSTALL} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME}
Xpost-install:
X.if ${PORT_OPTIONS:MEXAMPLES}
X	${MKDIR} ${EXAMPLESDIR}
X	cd ${WRKSRC} && ${COPYTREE_SHARE} example ${EXAMPLESDIR}
X.endif
X
X.include <bsd.port.mk>
e879ea72dbc916ec2d9b55754d5a172a
echo x - confetti/pkg-descr
sed 's/^X//' >confetti/pkg-descr << 'e39912c2b70d01a1e9fcc594e5b5aa13'
Xconfetti -- configuration file parser generator
X
XWWW:	https://github.com/mailru/confetti
e39912c2b70d01a1e9fcc594e5b5aa13
echo x - confetti/distinfo
sed 's/^X//' >confetti/distinfo << 'cac22f282c0cab5aaaf3f9811a877bfe'
XSHA256 (confetti-0.0.20120801.tar.bz2) = 7bc6a4bbfb7465adf0a9af80f03dd1bd21d96244a7b6887b2e7cfb2a9dadfd3b
XSIZE (confetti-0.0.20120801.tar.bz2) = 120800
cac22f282c0cab5aaaf3f9811a877bfe
echo x - confetti/pkg-plist
sed 's/^X//' >confetti/pkg-plist << 'de4e5a90cb7a23ffd26b5245af1f0745'
Xbin/confetti
X%%EXAMPLES%%%%EXAMPLESDIR%%/example/example.c
X%%EXAMPLES%%%%EXAMPLESDIR%%/example/Makefile
X%%EXAMPLES%%%%EXAMPLESDIR%%/example/my_my_product.cfg
X%%EXAMPLES%%%%EXAMPLESDIR%%/example/example_buffer.c
X%%EXAMPLES%%%%EXAMPLESDIR%%/example/example.cfgtmpl
X%%EXAMPLES%%@dirrm %%EXAMPLESDIR%%/example
X%%EXAMPLES%%@dirrm %%EXAMPLESDIR%%
de4e5a90cb7a23ffd26b5245af1f0745
exit


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: pawel 
State-Changed-When: Wed Oct 31 18:18:34 UTC 2012 
State-Changed-Why:  
Does not fetch: 

=> confetti-0.0.20120801.tar.bz2 doesn't seem to exist in 
/usr/ports/distfiles/.  => Attempting to fetch 
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/confetti-0.0.20120801.tar.bz2 
fetch: 
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/confetti-0.0.20120801.tar.bz2: 
File unavailable (e.g., file not found, no access) => Attempting to 
fetch http://fbsd.zlonet.ru/distfiles/confetti-0.0.20120801.tar.bz2 
fetch: http://fbsd.zlonet.ru/distfiles/confetti-0.0.20120801.tar.bz2: 
Not Found => Couldn't fetch it - please try to retrieve this => port 
manually into /usr/ports/distfiles/ and try again.  *** [do-fetch] Error 
code 1 

Stop in /usr/local/tinderbox/portstrees/FreeBSD/ports/textproc/confetti. 


http://www.freebsd.org/cgi/query-pr.cgi?pr=170336 
State-Changed-From-To: feedback->closed 
State-Changed-By: pawel 
State-Changed-When: Thu Nov 1 10:35:26 UTC 2012 
State-Changed-Why:  
New port added, with minor changes. Thanks! 

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