From karma@ez.pereslavl.ru  Sun Aug 20 22:30:09 2006
Return-Path: <karma@ez.pereslavl.ru>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id CFA5616A4E9
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 20 Aug 2006 22:30:09 +0000 (UTC)
	(envelope-from karma@ez.pereslavl.ru)
Received: from pier.botik.ru (pier.botik.ru [193.232.174.1])
	by mx1.FreeBSD.org (Postfix) with ESMTP id EC57243D82
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 20 Aug 2006 22:30:00 +0000 (GMT)
	(envelope-from karma@ez.pereslavl.ru)
Received: from ez.pereslavl.ru ([192.168.56.29]:54481)
	by pier.botik.ru with esmtp (Exim 4.50)
	id 1GEvnf-0003VD-Lz
	for FreeBSD-gnats-submit@freebsd.org; Mon, 21 Aug 2006 02:29:54 +0400
Received: from ez.pereslavl.ru (localhost [127.0.0.1])
	by ez.pereslavl.ru (8.13.4/8.13.4) with ESMTP id k7KMUhFq006665;
	Mon, 21 Aug 2006 02:30:43 +0400 (MSD)
	(envelope-from karma@ez.pereslavl.ru)
Received: (from karma@localhost)
	by ez.pereslavl.ru (8.13.4/8.13.4/Submit) id k7KMUgeu006664;
	Mon, 21 Aug 2006 02:30:42 +0400 (MSD)
	(envelope-from karma)
Message-Id: <200608202230.k7KMUgeu006664@ez.pereslavl.ru>
Date: Mon, 21 Aug 2006 02:30:42 +0400 (MSD)
From: Alexey Mikhailov <karma@ez.pereslavl.ru>
Reply-To: Alexey Mikhailov <karma@ez.pereslavl.ru>
To: FreeBSD-gnats-submit@freebsd.org
Cc: Alexey Mikhailov <karma@ez.pereslavl.ru>
Subject: New port: x11-toolkits/gob2
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         102332
>Category:       ports
>Synopsis:       New port: x11-toolkits/gob2, a preprocessor for making GObjects with inline C code
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Aug 20 22:30:24 GMT 2006
>Closed-Date:    Fri Aug 25 21:01:50 GMT 2006
>Last-Modified:  Fri Aug 25 21:01:50 GMT 2006
>Originator:     Alexey Mikhailov
>Release:        FreeBSD 6.0-RELEASE i386
>Organization:
>Environment:
System: FreeBSD ez.pereslavl.ru 6.0-RELEASE FreeBSD 6.0-RELEASE #1: Thu Mar 2 16:13:25 MSK 2006 root@ez.pereslavl.ru:/usr/obj/usr/src/sys/ez i386


	
>Description:
	
>How-To-Repeat:
	
>Fix:

	

--- gob2.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:
#
#	gob2
#	gob2/pkg-plist
#	gob2/Makefile
#	gob2/pkg-descr
#	gob2/distinfo
#
echo c - gob2
mkdir -p gob2 > /dev/null 2>&1
echo x - gob2/pkg-plist
sed 's/^X//' >gob2/pkg-plist << 'END-of-gob2/pkg-plist'
Xbin/gob2
Xshare/aclocal/gob2.m4
END-of-gob2/pkg-plist
echo x - gob2/Makefile
sed 's/^X//' >gob2/Makefile << 'END-of-gob2/Makefile'
X# New ports collection makefile for: gob2
X# Date created: Aug 21, 2006
X# Whom:         Alexey Mikhailov <karma@ez.pereslavl.ru>
X#
X# $FreeBSD$
X
XPORTNAME=      gob2
XPORTVERSION=   2.0.14
XPORTREVISION=  1
XCATEGORIES=    x11-toolkits
XMASTER_SITES=  ${MASTER_SITE_GNOME}
XMASTER_SITE_SUBDIR= sources/gob2/2.0
X
XMAINTAINER=    karma@ez.pereslavl.ru
XCOMMENT=       A preprocessor for making GObjects with inline C code
X
XUSE_BZIP2=     yes
XUSE_GMAKE=     yes
XGNU_CONFIGURE= yes
XUSE_GNOME=     glib20
XUSE_X_PREFIX=  yes
XUSE_ICONV=     yes
X
XMAN1=          gob2.1
X
X.include <bsd.port.mk>
END-of-gob2/Makefile
echo x - gob2/pkg-descr
sed 's/^X//' >gob2/pkg-descr << 'END-of-gob2/pkg-descr'
XGOB2 is a preprocessor for making GObjects with inline C code so that 
Xgenerated files are not edited. Syntax is inspired by Java and Yacc or 
XLex. The implementation is intentionally kept simple, and no C actual 
Xcode parsing is done.
X
XWWW: http://www.5z.com/jirka/gob.html
END-of-gob2/pkg-descr
echo x - gob2/distinfo
sed 's/^X//' >gob2/distinfo << 'END-of-gob2/distinfo'
XSIZE (gob2-2.0.14.tar.bz2) = 208430
XMD5 (gob2-2.0.14.tar.bz2) = be788fa5cf70483255e2099188a9dc33
XSHA256 (gob2-2.0.14.tar.bz2) = 3768482d11262de3caa7f252b017ff03d0d04a02988e2c6c6efa58c09efe081f
END-of-gob2/distinfo
exit
--- gob2.shar ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Tue Aug 22 14:23:35 UTC 2006 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=102332 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Fri Aug 25 21:01:47 UTC 2006 
State-Changed-Why:  
duplicate, devel/gob2 

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