From kaeru@inigo-tech.com  Mon May 29 23:43:10 2006
Return-Path: <kaeru@inigo-tech.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 2D57516AB83
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 29 May 2006 23:43:10 +0000 (UTC)
	(envelope-from kaeru@inigo-tech.com)
Received: from mail.inigo-tech.com (gambit.inigo-tech.com [202.190.199.49])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 888F843D5C
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 29 May 2006 23:43:08 +0000 (GMT)
	(envelope-from kaeru@inigo-tech.com)
Received: from wolverine.inigo-tech.com (unknown [218.208.205.1])
	by mail.inigo-tech.com (Postfix) with ESMTP id EF230250439
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 30 May 2006 07:43:05 +0800 (MYT)
Message-Id: <1148949838.27812@wolverine.inigo-tech.com>
Date: Tue, 30 May 2006 07:43:58 +0700
From: "Khairil Yusof" <kaeru@inigo-tech.com>
To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@freebsd.org>
Subject: [new port] devel/libleaftag - Leaftag is a library for tagging files on the desktop
X-Send-Pr-Version: gtk-send-pr 0.4.7 
X-GNATS-Notify:

>Number:         98113
>Category:       ports
>Synopsis:       [new port] devel/libleaftag - Leaftag is a library for tagging files on the desktop
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    itetcu
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 29 23:50:19 GMT 2006
>Closed-Date:    Sun Jul 02 10:37:51 GMT 2006
>Last-Modified:  Sun Jul 02 10:37:51 GMT 2006
>Originator:     Khairil Yusof
>Release:        FreeBSD 6.1-RELEASE i386
>Organization:
>Environment:


System: FreeBSD 6.1-RELEASE #17: Sun May 14 11:28:23 ICT 2006
    kaeru@wolverine.inigo-tech.com:/tmp/obj/usr/src/sys/WOLVERINE



>Description:


Leaftag is a library and set of utilities for tagging files on the desktop.

libleaftag is the core tagging library. It's GObject-based and provides a
simple means for tagging and untagging files, retrieving lists of tags, and
generally manipulating the database.

Project homepage:
WWW: http://www.chipx86.com/wiki/Leaftag



>How-To-Repeat:





>Fix:


--- leaftag.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:
#
#	libleaftag
#	libleaftag/Makefile
#	libleaftag/pkg-plist
#	libleaftag/pkg-descr
#	libleaftag/distinfo
#
echo c - libleaftag
mkdir -p libleaftag > /dev/null 2>&1
echo x - libleaftag/Makefile
sed 's/^X//' >libleaftag/Makefile << 'END-of-libleaftag/Makefile'
X# New ports collection makefile for:    libleaftag
X# Date Created:             24 May 2006
X# Whom:                Khairil Yusof <kaeru@inigo-tech.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	libleaftag
XPORTVERSION=	0.3.0
XCATEGORIES=	devel deskutils
XMASTER_SITES=	http://releases.chipx86.com/leaftag/libleaftag/
X
XMAINTAINER=	kaeru@inigo-tech.com
XCOMMENT=	Leaftag is a library for tagging files on the desktop
X
XBUILD_DEPENDS=	${LOCALBASE}/bin/sqlite:${PORTSDIR}/databases/sqlite2
X
XUSE_GMAKE=	yes
XGNU_CONFIGURE=	yes
XUSE_GNOME=	gnomehack glib20 pkgconfig
XINSTALLS_SHLIB=	yes
XCONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
X		LDFLAGS="-L${LOCALBASE}/lib"
X
X.include <bsd.port.mk>
END-of-libleaftag/Makefile
echo x - libleaftag/pkg-plist
sed 's/^X//' >libleaftag/pkg-plist << 'END-of-libleaftag/pkg-plist'
Xinclude/libleaftag/db.h
Xinclude/libleaftag/leaftag.h
Xinclude/libleaftag/object.h
Xinclude/libleaftag/source.h
Xinclude/libleaftag/tag.h
Xlib/libleaftag.a
Xlib/libleaftag.la
Xlib/libleaftag.so
Xlib/libleaftag.so.0
Xlibdata/pkgconfig/libleaftag.pc
X@dirrm include/libleaftag
END-of-libleaftag/pkg-plist
echo x - libleaftag/pkg-descr
sed 's/^X//' >libleaftag/pkg-descr << 'END-of-libleaftag/pkg-descr'
XLeaftag is a library and set of utilities for tagging files on the desktop.
X
Xlibleaftag is the core tagging library. It's GObject-based and provides a 
Xsimple means for tagging and untagging files, retrieving lists of tags, and 
Xgenerally manipulating the database.
X
XProject homepage:
XWWW: http://www.chipx86.com/wiki/Leaftag
END-of-libleaftag/pkg-descr
echo x - libleaftag/distinfo
sed 's/^X//' >libleaftag/distinfo << 'END-of-libleaftag/distinfo'
XMD5 (libleaftag-0.3.0.tar.gz) = 5328f5ccb00c5a1902ce1697cd58573e
XSHA256 (libleaftag-0.3.0.tar.gz) = a4c918c02b1195eca898dd664c59ee060fda9b807c0a934e7889e616957440c0
XSIZE (libleaftag-0.3.0.tar.gz) = 320956
END-of-libleaftag/distinfo
exit

--- leaftag.shar ends here ---



>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->aaron 
Responsible-Changed-By: aaron 
Responsible-Changed-When: Tue May 30 06:22:46 UTC 2006 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=98113 
Responsible-Changed-From-To: aaron->freebsd-ports-bugs 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Sat Jul 1 06:48:37 UTC 2006 
Responsible-Changed-Why:  
Reassign to pool.  The assignee has had this PR for some time, and did not 
respond to email asking about its status. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=98113 
Responsible-Changed-From-To: freebsd-ports-bugs->itetcu 
Responsible-Changed-By: itetcu 
Responsible-Changed-When: Sun Jul 2 10:29:01 UTC 2006 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=98113 
State-Changed-From-To: open->closed 
State-Changed-By: itetcu 
State-Changed-When: Sun Jul 2 10:37:48 UTC 2006 
State-Changed-Why:  
Committed, with minor changes. Thanks! 

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