From stas@310.ru  Fri Jun 23 12:29:18 2006
Return-Path: <stas@310.ru>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id C6B6416A4A0
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 23 Jun 2006 12:29:18 +0000 (UTC)
	(envelope-from stas@310.ru)
Received: from com1.ht-systems.ru (com1.ht-systems.ru [83.97.104.204])
	by mx1.FreeBSD.org (Postfix) with ESMTP id F267743D58
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 23 Jun 2006 12:29:16 +0000 (GMT)
	(envelope-from stas@310.ru)
Received: from [80.250.160.136] (helo=fonon.realnet)
	by com1.ht-systems.ru with esmtpa (Exim 4.62)
	(envelope-from <stas@310.ru>)
	id 1FtklJ-0003RQ-5e
	for FreeBSD-gnats-submit@freebsd.org; Fri, 23 Jun 2006 16:27:49 +0400
Received: from fonon.realnet (localhost [127.0.0.1])
	by fonon.realnet (8.13.6/8.13.6) with ESMTP id k5NCSfus034431
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 23 Jun 2006 16:28:42 +0400 (MSD)
	(envelope-from stas@fonon.realnet)
Received: (from stas@localhost)
	by fonon.realnet (8.13.6/8.13.6/Submit) id k5NCSfHn034430;
	Fri, 23 Jun 2006 16:28:41 +0400 (MSD)
	(envelope-from stas)
Message-Id: <200606231228.k5NCSfHn034430@fonon.realnet>
Date: Fri, 23 Jun 2006 16:28:41 +0400 (MSD)
From: Stanislav Sedov <ssedov@mbsd.msk.ru>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [NEW PORT] x11/e17-module-calendar: Nice calendar module for e17
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         99360
>Category:       ports
>Synopsis:       [NEW PORT] x11/e17-module-calendar: Nice calendar module for e17
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    itetcu
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jun 23 12:30:24 GMT 2006
>Closed-Date:    Sat Jun 24 17:41:55 GMT 2006
>Last-Modified:  Sat Jun 24 17:41:55 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:
Calendar - a desktop calendar module for E17.

Author:	NASA (Nathan Smith) <nasa01@comcast.net>
WWW:	http://www.enlightenment.org

>How-To-Repeat:
>Fix:

--- e17-module-calendar-23062006.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-module-calendar
#	e17-module-calendar/files
#	e17-module-calendar/files/patch-configure
#	e17-module-calendar/pkg-descr
#	e17-module-calendar/Makefile
#	e17-module-calendar/pkg-plist
#	e17-module-calendar/distinfo
#
echo c - e17-module-calendar
mkdir -p e17-module-calendar > /dev/null 2>&1
echo c - e17-module-calendar/files
mkdir -p e17-module-calendar/files > /dev/null 2>&1
echo x - e17-module-calendar/files/patch-configure
sed 's/^X//' >e17-module-calendar/files/patch-configure << 'END-of-e17-module-calendar/files/patch-configure'
X--- configure.orig	Fri Jun 23 16:03:16 2006
X+++ configure	Fri Jun 23 16:03:40 2006
X@@ -23394,7 +23394,7 @@
X 
X 
X 
X-MODULE_ARCH="$host_os-$host_cpu"
X+MODULE_ARCH=""
X 
X 
X cat >>confdefs.h <<_ACEOF
END-of-e17-module-calendar/files/patch-configure
echo x - e17-module-calendar/pkg-descr
sed 's/^X//' >e17-module-calendar/pkg-descr << 'END-of-e17-module-calendar/pkg-descr'
XCalendar - a desktop calendar module for E17.
X
XAuthor:	NASA (Nathan Smith) <nasa01@comcast.net>
XWWW:	http://www.enlightenment.org
END-of-e17-module-calendar/pkg-descr
echo x - e17-module-calendar/Makefile
sed 's/^X//' >e17-module-calendar/Makefile << 'END-of-e17-module-calendar/Makefile'
X# New ports collection makefile for:	e17-module-calendar
X# Date created:		23 June 2006
X# Whom:			Stanislav Sedov <ssedov@mbsd.msk.ru>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	calendar
XPORTVERSION=	23062006
XCATEGORIES=	x11
XMASTER_SITES=	http://mbsd.msk.ru/dist/
XPKGNAMEPREFIX=	e17-module-
XDISTNAME=	${PORTNAME}-${PORTVERSION}
X
XMAINTAINER=	ssedov@mbsd.msk.ru
XCOMMENT=	Nice calendar module for e17
X
XRUN_DEPENDS=	enlightenment:${PORTSDIR}/x11-wm/enlightenment-devel
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.if !defined(WITHOUT_NLS)
XUSE_GETTEXT=	yes
XPLIST_SUB+=	NLS=""
X.else
XCONFIGURE_ARGS=	--disable-nls
XPLIST_SUB+=	NLS="@comment "
X.endif
X
X.include <bsd.port.mk>
END-of-e17-module-calendar/Makefile
echo x - e17-module-calendar/pkg-plist
sed 's/^X//' >e17-module-calendar/pkg-plist << 'END-of-e17-module-calendar/pkg-plist'
Xlib/enlightenment/modules/calendar/NoImage_icon.png
Xlib/enlightenment/modules/calendar/arrow.edj
Xlib/enlightenment/modules/calendar/backimage.edj
Xlib/enlightenment/modules/calendar/calendar.edj
Xlib/enlightenment/modules/calendar/label.edj
Xlib/enlightenment/modules/calendar/module.a
Xlib/enlightenment/modules/calendar/module.eap
Xlib/enlightenment/modules/calendar/module.la
Xlib/enlightenment/modules/calendar/module.so
Xlib/enlightenment/modules/calendar/module_icon.png
Xlib/enlightenment/modules/calendar/today.edj
Xlib/enlightenment/modules/calendar/topimage.edj
Xlib/enlightenment/modules/calendar/weekday.edj
Xlib/enlightenment/modules/calendar/weekend.edj
X%%NLS%%share/locale/bg/LC_MESSAGES/calendar.mo
X%%NLS%%share/locale/eo/LC_MESSAGES/calendar.mo
X%%NLS%%share/locale/fi/LC_MESSAGES/calendar.mo
X%%NLS%%share/locale/it/LC_MESSAGES/calendar.mo
X%%NLS%%share/locale/ja/LC_MESSAGES/calendar.mo
X%%NLS%%share/locale/ru/LC_MESSAGES/calendar.mo
X%%NLS%%share/locale/sv/LC_MESSAGES/calendar.mo
X@dirrm lib/enlightenment/modules/calendar
END-of-e17-module-calendar/pkg-plist
echo x - e17-module-calendar/distinfo
sed 's/^X//' >e17-module-calendar/distinfo << 'END-of-e17-module-calendar/distinfo'
XMD5 (calendar-23062006.tar.bz2) = 161a388d25c7abd9a73142aad0792f4b
XSHA256 (calendar-23062006.tar.bz2) = 3c96faa84c4776c9a1d970962ade1b36113d2226ed657ee0290fc98328f90e4d
XSIZE (calendar-23062006.tar.bz2) = 554819
END-of-e17-module-calendar/distinfo
exit
--- e17-module-calendar-23062006.shar ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->itetcu 
Responsible-Changed-By: itetcu 
Responsible-Changed-When: Fri Jun 23 21:23:50 UTC 2006 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=99360 
State-Changed-From-To: open->feedback 
State-Changed-By: itetcu 
State-Changed-When: Fri Jun 23 22:11:34 UTC 2006 
State-Changed-Why:  
gmake[3]: /bin/edje_cc: Command not found, See 
http://sce-tindy.tecnik93.com/tb-exp/index.php?action=describe_port&id=911 

http://www.freebsd.org/cgi/query-pr.cgi?pr=99360 
State-Changed-From-To: feedback->closed 
State-Changed-By: itetcu 
State-Changed-When: Sat Jun 24 17:41:54 UTC 2006 
State-Changed-Why:  
New port added, with minor changes. Thanks! 

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