Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Jun 2006 16:28:41 +0400 (MSD)
From:      Stanislav Sedov <ssedov@mbsd.msk.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/99360: [NEW PORT] x11/e17-module-calendar: Nice calendar module for e17
Message-ID:  <200606231228.k5NCSfHn034430@fonon.realnet>
Resent-Message-ID: <200606231230.k5NCUPZg055145@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         99360
>Category:       ports
>Synopsis:       [NEW PORT] x11/e17-module-calendar: Nice calendar module for e17
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jun 23 12:30:24 GMT 2006
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200606231228.k5NCSfHn034430>