From ssedov@mbsd.msk.ru  Wed Jul 19 20:04:03 2006
Return-Path: <ssedov@mbsd.msk.ru>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 24E5A16A4EA
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 19 Jul 2006 20:04:03 +0000 (UTC)
	(envelope-from ssedov@mbsd.msk.ru)
Received: from com1.ht-systems.ru (com1.ht-systems.ru [83.97.104.204])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 5C0EF43D49
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 19 Jul 2006 20:03:35 +0000 (GMT)
	(envelope-from ssedov@mbsd.msk.ru)
Received: from [213.87.72.70] (helo=fonon.realnet)
	by com1.ht-systems.ru with esmtpa (Exim 4.62)
	(envelope-from <ssedov@mbsd.msk.ru>)
	id 1G3IOE-00016a-RS
	for FreeBSD-gnats-submit@freebsd.org; Thu, 20 Jul 2006 00:11:28 +0400
Received: by fonon.realnet (Postfix, from userid 1001)
	id 215B012BBA; Thu, 20 Jul 2006 00:02:25 +0400 (MSD)
Message-Id: <20060719200225.215B012BBA@fonon.realnet>
Date: Thu, 20 Jul 2006 00:02:25 +0400 (MSD)
From: Stanislav Sedov <ssedov@mbsd.msk.ru>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [NEW PORT] x11/elicit: Screen zoomer/color picker for e17
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         100572
>Category:       ports
>Synopsis:       [NEW PORT] x11/elicit: Screen zoomer/color picker for e17
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    vanilla
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 19 20:10:13 GMT 2006
>Closed-Date:    Mon Jul 24 17:57:43 GMT 2006
>Last-Modified:  Mon Jul 24 17:57:43 GMT 2006
>Originator:     Stanislav Sedov
>Release:        FreeBSD 7.0-CURRENT i386
>Organization:
MBSD labs, Inc.
>Environment:
System: FreeBSD fonon.realnet 7.0-CURRENT FreeBSD 7.0-CURRENT #7: Sun Jun 18 20:51:36 MSD 2006
>Description:
Elicit is a screen zoomer / color picker written with the Enlightenment
Foundation Libraries.

Author:	Brian Mattern (rephorm@rephorm.com)
WWW:	http://www.enlightenment.org/

>How-To-Repeat:
>Fix:

--- elicit-20060719.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:
#
#	elicit
#	elicit/pkg-descr
#	elicit/Makefile
#	elicit/pkg-plist
#	elicit/distinfo
#
echo c - elicit
mkdir -p elicit > /dev/null 2>&1
echo x - elicit/pkg-descr
sed 's/^X//' >elicit/pkg-descr << 'END-of-elicit/pkg-descr'
XElicit is a screen zoomer / color picker written with the Enlightenment
XFoundation Libraries.
X
XAuthor:	Brian Mattern (rephorm@rephorm.com)
XWWW:	http://www.enlightenment.org/
END-of-elicit/pkg-descr
echo x - elicit/Makefile
sed 's/^X//' >elicit/Makefile << 'END-of-elicit/Makefile'
X# New ports collection makefile for:	elicit
X# Date created:		2006-07-18
X# Whom:			Stanislav Sedov <ssedov@mbsd.msk.ru>
X#
X# $MBSDlabs$
X# $FreeBSD$
X#
X
XPORTNAME=	elicit
XPORTVERSION=	20060719
XCATEGORIES=	x11
XMASTER_SITES=	http://mbsd.msk.ru/dist/
X
XMAINTAINER=	ssedov@mbsd.msk.ru
XCOMMENT=	Screen zoomer/color picker for e17
X
XLIB_DEPENDS=	ecore.1:${PORTSDIR}/x11/ecore \
X		edb.1:${PORTSDIR}/databases/edb \
X		edje.5:${PORTSDIR}/graphics/edje \
X		eet.9:${PORTSDIR}/devel/eet \
X		esmart_trans_x11.0:${PORTSDIR}/graphics/esmart \
X		evas.1:${PORTSDIR}/graphics/evas \
X		Imlib2.3:${PORTSDIR}/graphics/imlib2
X
XUSE_BZIP2=	yes
XUSE_GMAKE=	yes
XUSE_X_PREFIX=	yes
XGNU_CONFIGURE=	yes
XCONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
X		LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
X
X.include <bsd.port.mk>
END-of-elicit/Makefile
echo x - elicit/pkg-plist
sed 's/^X//' >elicit/pkg-plist << 'END-of-elicit/pkg-plist'
Xbin/elicit
X%%DATADIR%%/images/grid_cell.png
X%%DATADIR%%/themes/summer.edj
X%%DATADIR%%/themes/winter.edj
X@dirrmtry %%DATADIR%%/themes
X@dirrmtry %%DATADIR%%/images
X@dirrmtry %%DATADIR%%
END-of-elicit/pkg-plist
echo x - elicit/distinfo
sed 's/^X//' >elicit/distinfo << 'END-of-elicit/distinfo'
XMD5 (elicit-20060719.tar.bz2) = 23280f261a1f0942ea3cc9aefa1abf10
XSHA256 (elicit-20060719.tar.bz2) = 3a48898c4ae83ab7557eda3926ffb2276439480e012bedc2c4037fa3e654ebb0
XSIZE (elicit-20060719.tar.bz2) = 452336
END-of-elicit/distinfo
exit
--- elicit-20060719.shar ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->vanilla 
Responsible-Changed-By: vanilla 
Responsible-Changed-When: Thu Jul 20 03:28:00 UTC 2006 
Responsible-Changed-Why:  
I will handle this one. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=100572 
State-Changed-From-To: open->closed 
State-Changed-By: vanilla 
State-Changed-When: Mon Jul 24 17:57:42 UTC 2006 
State-Changed-Why:  
Committed, thanks. 

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