From nobody@FreeBSD.org  Wed Oct  1 15:42:03 2008
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 760911065689
	for <freebsd-gnats-submit@FreeBSD.org>; Wed,  1 Oct 2008 15:42:03 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 642E28FC1B
	for <freebsd-gnats-submit@FreeBSD.org>; Wed,  1 Oct 2008 15:42:03 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id m91Fg3M3079753
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 1 Oct 2008 15:42:03 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id m91Fg2FW079750;
	Wed, 1 Oct 2008 15:42:02 GMT
	(envelope-from nobody)
Message-Id: <200810011542.m91Fg2FW079750@www.freebsd.org>
Date: Wed, 1 Oct 2008 15:42:02 GMT
From: Ashish Shukla <wahjava@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: New Port: devel/giggle GTK+ frontend for git version control system
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         127779
>Category:       ports
>Synopsis:       New Port: devel/giggle GTK+ frontend for git version control system
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Oct 01 15:50:01 UTC 2008
>Closed-Date:    Sun Oct 05 10:18:22 UTC 2008
>Last-Modified:  Sun Oct  5 10:20:33 UTC 2008
>Originator:     Ashish Shukla
>Release:        8.0-CURRENT
>Organization:
N/A
>Environment:
FreeBSD monte-cristo.france 8.0-CURRENT FreeBSD 8.0-CURRENT #9: Sun Sep 28 02:55:38 IST 2008     root@monte-cristo.france:/usr/obj/usr/src/sys/ULE  amd64
>Description:
Giggle is a graphical frontend for the git directory tracker (think of gitk on GTK+).
>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:
#
#	giggle
#	giggle/pkg-descr
#	giggle/Makefile
#	giggle/pkg-plist
#	giggle/distinfo
#
echo c - giggle
mkdir -p giggle > /dev/null 2>&1
echo x - giggle/pkg-descr
sed 's/^X//' >giggle/pkg-descr << 'ba71346945fc4bbde4b43b114142ab2d'
XGiggle is a graphical frontend for the git 
Xdirectory tracker (think of gitk on GTK+).
X
XWWW:	http://developer.imendio.com/projects/giggle
ba71346945fc4bbde4b43b114142ab2d
echo x - giggle/Makefile
sed 's/^X//' >giggle/Makefile << '47028e55932c41d8e8bd55ef912ebfc4'
X# New ports collection makefile for:	giggle
X# Date created:		2008-10-01
X# Whom:			Ashish Shukla <wahjava@gmail.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	giggle
XPORTVERSION=	0.4
XCATEGORIES=	devel
XMASTER_SITES=	http://ftp.imendio.com/${MASTER_SITE_SUBDIR}/
XMASTER_SITE_SUBDIR=	pub/imendio/giggle/src
X
XMAINTAINER=	wahjava@gmail.com
XCOMMENT=	GTK+ frontend for git version control system
X
XBUILD_DEPENDS=	git:${PORTSDIR}/devel/git
XRUN_DEPENDS=	git:${PORTSDIR}/devel/git
X
XGNU_CONFIGURE=	yes
XUSE_GMAKE=	yes
XUSE_GNOME=	glib20 gtk20 gtksourceview2 libglade2
XUSE_GETTEXT=	yes
XUSE_LDCONFIG=	yes
XINSTALLS_ICONS=	yes
XCONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
X		LDFLAGS="-L${LOCALBASE}/lib"
X
X.include <bsd.port.mk>
47028e55932c41d8e8bd55ef912ebfc4
echo x - giggle/pkg-plist
sed 's/^X//' >giggle/pkg-plist << 'f7260f64c1cc0ea39d30249ac526c5c2'
Xbin/giggle
Xlib/libgiggle-0.4.so
Xlib/libgiggle.la
Xlib/libgiggle.so
Xshare/applications/giggle.desktop
X%%DATADIR%%/glade/main-window.glade
Xshare/icons/hicolor/16x16/apps/giggle.png
Xshare/icons/hicolor/22x22/apps/giggle.png
Xshare/icons/hicolor/32x32/apps/giggle.png
Xshare/icons/hicolor/48x48/apps/giggle.png
Xshare/icons/hicolor/scalable/apps/giggle.svg
Xshare/locale/ca/LC_MESSAGES/giggle.mo
Xshare/locale/de/LC_MESSAGES/giggle.mo
Xshare/locale/es/LC_MESSAGES/giggle.mo
Xshare/locale/fr/LC_MESSAGES/giggle.mo
Xshare/locale/pl/LC_MESSAGES/giggle.mo
Xshare/locale/sv/LC_MESSAGES/giggle.mo
Xshare/locale/vi/LC_MESSAGES/giggle.mo
X@dirrm %%DATADIR%%/glade
X@dirrm %%DATADIR%%
f7260f64c1cc0ea39d30249ac526c5c2
echo x - giggle/distinfo
sed 's/^X//' >giggle/distinfo << 'c76eb8c59a685a18ed1d21fbe224284c'
XMD5 (giggle-0.4.tar.gz) = 695b381d42de8338626068dfa5341406
XSHA256 (giggle-0.4.tar.gz) = e46399530676a9a2473473471c0ee8a3c417923756867c83c1f70653c13409ad
XSIZE (giggle-0.4.tar.gz) = 539885
c76eb8c59a685a18ed1d21fbe224284c
exit


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Wed Oct 1 16:28:40 UTC 2008 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=127779 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Sun Oct 5 10:18:21 UTC 2008 
State-Changed-Why:  
New port added, with minor changes. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/127779: commit references a PR
Date: Sun,  5 Oct 2008 10:18:43 +0000 (UTC)

 miwi        2008-10-05 10:18:35 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel                Makefile 
   Added files:
     devel/giggle         Makefile distinfo pkg-descr pkg-plist 
   Log:
   Giggle is a graphical frontend for the git
   directory tracker (think of gitk on GTK+).
   
   WWW:    http://developer.imendio.com/projects/giggle
   
   PR:             ports/127779
   Submitted by:   Ashish Shukla <wahjava at gmail.com>
   
   Revision  Changes    Path
   1.3204    +1 -0      ports/devel/Makefile
   1.1       +29 -0     ports/devel/giggle/Makefile (new)
   1.1       +3 -0      ports/devel/giggle/distinfo (new)
   1.1       +4 -0      ports/devel/giggle/pkg-descr (new)
   1.1       +21 -0     ports/devel/giggle/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:
