From ssedov@mbsd.msk.ru  Wed Jul 19 20:04:11 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 5E03916A4F8
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 19 Jul 2006 20:04:06 +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 C164543DA9
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 19 Jul 2006 20:03:54 +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 1G3IOZ-0001Bj-I7
	for FreeBSD-gnats-submit@freebsd.org; Thu, 20 Jul 2006 00:11:50 +0400
Received: by fonon.realnet (Postfix, from userid 1001)
	id 155FE12BB4; Thu, 20 Jul 2006 00:00:14 +0400 (MSD)
Message-Id: <20060719200014.155FE12BB4@fonon.realnet>
Date: Thu, 20 Jul 2006 00:00:14 +0400 (MSD)
From: Stanislav Sedov <ssedov@mbsd.msk.ru>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [NEW PORT] x11-wm/e17-utils: Various supplementary utilities for e17 window manager
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         100576
>Category:       ports
>Synopsis:       [NEW PORT] x11-wm/e17-utils: Various supplementary utilities for e17 window manager
>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:16 GMT 2006
>Closed-Date:    Sun Sep 10 15:18:06 GMT 2006
>Last-Modified:  Sun Sep 10 15:18:06 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:
e_util is a collection of utils for enlightenment 0.17:
 - e17genmenu - menu entries generator
 - e17setroot - cmdline util to set the background
 - eapp_edit - graphical eapp icons editor
 - entangle - simple menu editor
 - exige - program launcher

Author:	various e17 developers
WWW:	http://www.enlightenment.org

Note: this also depends on devel/engrave PR.
>How-To-Repeat:
>Fix:

--- e17-utils-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:
#
#	e17-utils
#	e17-utils/pkg-descr
#	e17-utils/Makefile
#	e17-utils/pkg-plist
#	e17-utils/distinfo
#
echo c - e17-utils
mkdir -p e17-utils > /dev/null 2>&1
echo x - e17-utils/pkg-descr
sed 's/^X//' >e17-utils/pkg-descr << 'END-of-e17-utils/pkg-descr'
Xe_util is a collection of utils for enlightenment 0.17:
X - e17genmenu - menu entries generator
X - e17setroot - cmdline util to set the background
X - eapp_edit - graphical eapp icons editor
X - entangle - simple menu editor
X - exige - program launcher
X
XAuthor:	various e17 developers
XWWW:	http://www.enlightenment.org
END-of-e17-utils/pkg-descr
echo x - e17-utils/Makefile
sed 's/^X//' >e17-utils/Makefile << 'END-of-e17-utils/Makefile'
X# New ports collection makefile for:	e17-utils
X# Date created:		2006-07-16
X# Whom:			Stanislav Sedov <ssedov@mbsd.msk.ru>
X#
X# $MBSDlabs$
X# $FreeBSD$
X#
X
XPORTNAME=	utils
XPORTVERSION=	20060719
XCATEGORIES=	x11-wm
XMASTER_SITES=	http://mbsd.msk.ru/dist/
XPKGNAMEPREFIX=	e17-
XDISTNAME=	e_${PORTNAME}-${PORTVERSION}
X
XMAINTAINER=	ssedov@mbsd.msk.ru
XCOMMENT=	Various supplementary utilities for e17 window manager
X
XBUILD_DEPENDS=	enlightenment:${PORTSDIR}/x11-wm/enlightenment-devel
XLIB_DEPENDS=	Imlib2.3:${PORTSDIR}/graphics/imlib2 \
X		evas.1:${PORTSDIR}/graphics/evas \
X		edje.5:${PORTSDIR}/graphics/edje \
X		ecore.1:${PORTSDIR}/x11/ecore \
X		embryo.9:${PORTSDIR}/lang/embryo \
X		eet.9:${PORTSDIR}/devel/eet \
X		ewl.0:${PORTSDIR}/x11-toolkits/ewl \
X		engrave.1:${PORTSDIR}/devel/engrave \
X		epsilon.0:${PORTSDIR}/graphics/epsilon \
X		esmart_trans_x11.0:${PORTSDIR}/graphics/esmart
XRUN_DEPENDS=	${BUILD_DEPENDS}
X
XDATADIR=	${PREFIX}/share/e_utils
X
XUSE_BZIP2=	yes
XUSE_X_PREFIX=	yes
XUSE_GMAKE=	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-e17-utils/Makefile
echo x - e17-utils/pkg-plist
sed 's/^X//' >e17-utils/pkg-plist << 'END-of-e17-utils/pkg-plist'
Xbin/e17genmenu
Xbin/e17setroot
Xbin/eap_edit
Xbin/entangle
Xbin/exige
X%%DATADIR%%/data/e17genmenu/icons/e.png
X%%DATADIR%%/data/e17genmenu/icons/package_applications.png
X%%DATADIR%%/data/e17genmenu/icons/package_development.png
X%%DATADIR%%/data/e17genmenu/icons/package_editors.png
X%%DATADIR%%/data/e17genmenu/icons/package_edutainment.png
X%%DATADIR%%/data/e17genmenu/icons/package_favourite.png
X%%DATADIR%%/data/e17genmenu/icons/package_games.png
X%%DATADIR%%/data/e17genmenu/icons/package_graphics.png
X%%DATADIR%%/data/e17genmenu/icons/package_multimedia.png
X%%DATADIR%%/data/e17genmenu/icons/package_network.png
X%%DATADIR%%/data/e17genmenu/icons/package_settings.png
X%%DATADIR%%/data/e17genmenu/icons/package_system.png
X%%DATADIR%%/data/e17genmenu/icons/package_toys.png
X%%DATADIR%%/data/e17genmenu/icons/package_utilities.png
X%%DATADIR%%/data/e17genmenu/icons/package_wordprocessing.png
X%%DATADIR%%/data/emblem/default.edj
X%%DATADIR%%/data/emblem/gant.edj
X%%DATADIR%%/data/entangle/default.edj
X%%DATADIR%%/data/exige/default.edj
X@dirrm %%DATADIR%%/data/exige
X@dirrm %%DATADIR%%/data/entangle
X@dirrm %%DATADIR%%/data/emblem
X@dirrm %%DATADIR%%/data/e17genmenu/icons
X@dirrm %%DATADIR%%/data/e17genmenu
X@dirrm %%DATADIR%%/data
X@dirrm %%DATADIR%%
END-of-e17-utils/pkg-plist
echo x - e17-utils/distinfo
sed 's/^X//' >e17-utils/distinfo << 'END-of-e17-utils/distinfo'
XMD5 (e_utils-20060719.tar.bz2) = 9cf076d5e120a46a02e96797fc24fcf5
XSHA256 (e_utils-20060719.tar.bz2) = 3e02b8399db3c8a6109eda80e48674933b010aa163604f27c7bf2cef277e8dfb
XSIZE (e_utils-20060719.tar.bz2) = 1003515
END-of-e17-utils/distinfo
exit
--- e17-utils-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:29:17 UTC 2006 
Responsible-Changed-Why:  
I will handle this one. 

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

From: Stanislav Sedov <ssedov@mbsd.msk.ru>
To: bug-followup@freebsd.org <bug-followup@freebsd.org>, vanilla@freebsd.org
Cc:  
Subject: Re: ports/100576: [NEW PORT] x11-wm/e17-utils: Various
 supplementary utilities for e17 window manager
Date: Thu, 7 Sep 2006 22:26:00 +0400

 --Sig__oB/OdEzltUVB1U84SIe6do
 Content-Type: text/plain; charset=KOI8-R
 Content-Transfer-Encoding: quoted-printable
 
 Hi!
 
 New tarball available here. It works fine with current e17.
 
 http://mbsd.msk.ru/dist/e17-utils.tar.bz2
 
 --=20
 Stanislav Sedov         MBSD labs, Inc.         <ssedov@mbsd.msk.ru>
 =F2=CF=D3=D3=C9=D1, =ED=CF=D3=CB=D7=C1         http://mbsd.msk.ru
 
 --------------------------------------------------------------------
 If the facts don't fit the theory, change the facts.  -- A. Einstein
 --------------------------------------------------------------------
 PGP fingerprint:  F21E D6CC 5626 9609 6CE2  A385 2BF5 5993 EB26 9581
 
 --Sig__oB/OdEzltUVB1U84SIe6do
 Content-Type: application/pgp-signature; name=signature.asc
 Content-Disposition: attachment; filename=signature.asc
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.4.3 (FreeBSD)
 
 iD8DBQFFAGQ/K/VZk+smlYERArH+AJ0X/sFEfoICZWjv218G1wjdRvhWyQCcD4pQ
 i7k4zqMNCMhmPmDF3Y+ABcA=
 =Tvr+
 -----END PGP SIGNATURE-----
 
 --Sig__oB/OdEzltUVB1U84SIe6do--

From: "Vanilla I. Shu" <vanilla@fatpipi.cirx.org>
To: Stanislav Sedov <ssedov@mbsd.msk.ru>
Cc: "bug-followup@freebsd.org" <bug-followup@freebsd.org>,
	vanilla@freebsd.org
Subject: Re: ports/100576: [NEW PORT] x11-wm/e17-utils: Various  supplementary utilities for e17 window manager
Date: Fri, 8 Sep 2006 10:19:11 +0800

 On Thu, Sep 07, 2006 at 10:26:00PM +0400, Stanislav Sedov wrote:
 > Hi!
 > 
 > New tarball available here. It works fine with current e17.
 > 
 > http://mbsd.msk.ru/dist/e17-utils.tar.bz2
 
 I got some error :(
 
 ===>  Vulnerability check disabled, database not found
 => e_utils-20060719.tar.bz2 doesn't seem to exist in
 /usr/ports/distfiles/.
 => Attempting to fetch from
 ftp://ftp3.tw.freebsd.org/pub/FreeBSD/distfiles/.
 fetch:
 ftp://ftp3.tw.freebsd.org/pub/FreeBSD/distfiles/e_utils-20060719.tar.bz2:
 File unavailable (e.g., file not found, no access)
 => Attempting to fetch from http://mbsd.msk.ru/dist/.
 fetch: http://mbsd.msk.ru/dist/e_utils-20060719.tar.bz2: size mismatch:
 expected 1000780, actual 1003515
 => Attempting to fetch from
 ftp://ftp3.tw.freebsd.org/pub/FreeBSD/distfiles/.
 fetch:
 ftp://ftp3.tw.freebsd.org/pub/FreeBSD/distfiles/e_utils-20060719.tar.bz2:
 File unavailable (e.g., file not found, no access)
 => Couldn't fetch it - please try to retrieve this
 => port manually into /usr/ports/distfiles/ and try again.
 *** Error code 1
 
 Stop in /home/e17-utils.
State-Changed-From-To: open->closed 
State-Changed-By: vanilla 
State-Changed-When: Sun Sep 10 15:18:04 UTC 2006 
State-Changed-Why:  
Committed, thanks. 

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