ports/100005: [NEW PORT] x11/e17-module-snow: An e17 module which draws snowflakes on your screen

Stanislav Sedov ssedov at mbsd.msk.ru
Mon Jul 10 06:50:40 UTC 2006


>Number:         100005
>Category:       ports
>Synopsis:       [NEW PORT] x11/e17-module-snow: An e17 module which draws snowflakes on your screen
>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:   Mon Jul 10 06:50:35 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:
This e17 module draws falling snowflakes and trees on your desktop window.
The snow density is fully configurable.

Author:	Andrew 'HandyAndE' Williams <http://handyande.co.uk/>
WWW:	http://www.enlightenment.org

>How-To-Repeat:
>Fix:

--- e17-module-snow-20060707.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-snow
#	e17-module-snow/files
#	e17-module-snow/files/patch-configure
#	e17-module-snow/pkg-descr
#	e17-module-snow/Makefile
#	e17-module-snow/pkg-plist
#	e17-module-snow/distinfo
#
echo c - e17-module-snow
mkdir -p e17-module-snow > /dev/null 2>&1
echo c - e17-module-snow/files
mkdir -p e17-module-snow/files > /dev/null 2>&1
echo x - e17-module-snow/files/patch-configure
sed 's/^X//' >e17-module-snow/files/patch-configure << 'END-of-e17-module-snow/files/patch-configure'
X--- configure.orig	Fri Jun 23 16:14:40 2006
X+++ configure	Fri Jun 23 16:14:53 2006
X@@ -21497,7 +21497,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-snow/files/patch-configure
echo x - e17-module-snow/pkg-descr
sed 's/^X//' >e17-module-snow/pkg-descr << 'END-of-e17-module-snow/pkg-descr'
XThis e17 module draws falling snowflakes and trees on your desktop window.
XThe snow density is fully configurable.
X
XAuthor:	Andrew 'HandyAndE' Williams <http://handyande.co.uk/>
XWWW:	http://www.enlightenment.org
END-of-e17-module-snow/pkg-descr
echo x - e17-module-snow/Makefile
sed 's/^X//' >e17-module-snow/Makefile << 'END-of-e17-module-snow/Makefile'
X# New ports collection makefile for:	e17-module-snow
X# Date created:		23 June 2006
X# Whom:			Stanislav Sedov <ssedov at mbsd.msk.ru>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	snow
XPORTVERSION=	20060707
XCATEGORIES=	x11
XMASTER_SITES=	http://mbsd.msk.ru/dist/
XPKGNAMEPREFIX=	e17-module-
XDISTNAME=	${PORTNAME}-${PORTVERSION}
X
XMAINTAINER=	ssedov at mbsd.msk.ru
XCOMMENT=	An e17 module which draws snowflakes on your screen
X
XBUILD_DEPENDS=	enlightenment:${PORTSDIR}/x11-wm/enlightenment-devel
XRUN_DEPENDS=	${BUILD_DEPENDS}
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-snow/Makefile
echo x - e17-module-snow/pkg-plist
sed 's/^X//' >e17-module-snow/pkg-plist << 'END-of-e17-module-snow/pkg-plist'
Xlib/enlightenment/modules/snow/flake-l.png
Xlib/enlightenment/modules/snow/flake-m.png
Xlib/enlightenment/modules/snow/flake-s.png
Xlib/enlightenment/modules/snow/module.a
Xlib/enlightenment/modules/snow/module.eap
Xlib/enlightenment/modules/snow/module.la
Xlib/enlightenment/modules/snow/module.so
Xlib/enlightenment/modules/snow/module_icon.png
Xlib/enlightenment/modules/snow/tree.png
X%%NLS%%share/locale/eo/LC_MESSAGES/snow.mo
X%%NLS%%share/locale/fi/LC_MESSAGES/snow.mo
X%%NLS%%share/locale/fr/LC_MESSAGES/snow.mo
X%%NLS%%share/locale/it/LC_MESSAGES/snow.mo
X%%NLS%%share/locale/ja/LC_MESSAGES/snow.mo
X%%NLS%%share/locale/sv/LC_MESSAGES/snow.mo
X at dirrm lib/enlightenment/modules/snow
END-of-e17-module-snow/pkg-plist
echo x - e17-module-snow/distinfo
sed 's/^X//' >e17-module-snow/distinfo << 'END-of-e17-module-snow/distinfo'
XMD5 (snow-20060707.tar.bz2) = 138b18e7afc538955d2409727ad3507e
XSHA256 (snow-20060707.tar.bz2) = ff064eef0bee90ea7f40c5d10c27a6e0e6392657bc47f632a6568fac792e112b
XSIZE (snow-20060707.tar.bz2) = 241756
END-of-e17-module-snow/distinfo
exit
--- e17-module-snow-20060707.shar ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list