diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-07-10 20:13:10 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-07-10 20:13:10 +0000 |
commit | 408ff2cd955c51fa32bd17b8aeac6a323b301f7e (patch) | |
tree | 20da0679498e68ee28f1499d727261777cb46432 /x11-wm | |
parent | This e17 module allows users to monitor current cpu load. It can draw (diff) |
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
PR: ports/100005
Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru>
Notes
Notes:
svn path=/head/; revision=167395
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/e17-module-snow/Makefile | 36 | ||||
-rw-r--r-- | x11-wm/e17-module-snow/distinfo | 3 | ||||
-rw-r--r-- | x11-wm/e17-module-snow/files/patch-configure | 11 | ||||
-rw-r--r-- | x11-wm/e17-module-snow/pkg-descr | 5 | ||||
-rw-r--r-- | x11-wm/e17-module-snow/pkg-plist | 16 |
5 files changed, 71 insertions, 0 deletions
diff --git a/x11-wm/e17-module-snow/Makefile b/x11-wm/e17-module-snow/Makefile new file mode 100644 index 000000000000..180cfe313c02 --- /dev/null +++ b/x11-wm/e17-module-snow/Makefile @@ -0,0 +1,36 @@ +# New ports collection makefile for: e17-module-snow +# Date created: 23 June 2006 +# Whom: Stanislav Sedov <ssedov@mbsd.msk.ru> +# +# $FreeBSD$ +# + +PORTNAME= snow +PORTVERSION= 20060707 +CATEGORIES= x11 +MASTER_SITES= http://mbsd.msk.ru/dist/ +PKGNAMEPREFIX= e17-module- +DISTNAME= ${PORTNAME}-${PORTVERSION} + +MAINTAINER= ssedov@mbsd.msk.ru +COMMENT= An e17 module which draws snowflakes on your screen + +BUILD_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment-devel +RUN_DEPENDS= ${BUILD_DEPENDS} + +USE_BZIP2= yes +USE_X_PREFIX= yes +USE_GMAKE= yes +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" + +.if !defined(WITHOUT_NLS) +USE_GETTEXT= yes +PLIST_SUB+= NLS="" +.else +CONFIGURE_ARGS= --disable-nls +PLIST_SUB+= NLS="@comment " +.endif + +.include <bsd.port.mk> diff --git a/x11-wm/e17-module-snow/distinfo b/x11-wm/e17-module-snow/distinfo new file mode 100644 index 000000000000..2226f0d968cb --- /dev/null +++ b/x11-wm/e17-module-snow/distinfo @@ -0,0 +1,3 @@ +MD5 (snow-20060707.tar.bz2) = 138b18e7afc538955d2409727ad3507e +SHA256 (snow-20060707.tar.bz2) = ff064eef0bee90ea7f40c5d10c27a6e0e6392657bc47f632a6568fac792e112b +SIZE (snow-20060707.tar.bz2) = 241756 diff --git a/x11-wm/e17-module-snow/files/patch-configure b/x11-wm/e17-module-snow/files/patch-configure new file mode 100644 index 000000000000..bc913371e95e --- /dev/null +++ b/x11-wm/e17-module-snow/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig Fri Jun 23 16:14:40 2006 ++++ configure Fri Jun 23 16:14:53 2006 +@@ -21497,7 +21497,7 @@ + + + +-MODULE_ARCH="$host_os-$host_cpu" ++MODULE_ARCH="" + + + cat >>confdefs.h <<_ACEOF diff --git a/x11-wm/e17-module-snow/pkg-descr b/x11-wm/e17-module-snow/pkg-descr new file mode 100644 index 000000000000..424ed4a938ff --- /dev/null +++ b/x11-wm/e17-module-snow/pkg-descr @@ -0,0 +1,5 @@ +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 diff --git a/x11-wm/e17-module-snow/pkg-plist b/x11-wm/e17-module-snow/pkg-plist new file mode 100644 index 000000000000..03a0813ce512 --- /dev/null +++ b/x11-wm/e17-module-snow/pkg-plist @@ -0,0 +1,16 @@ +lib/enlightenment/modules/snow/flake-l.png +lib/enlightenment/modules/snow/flake-m.png +lib/enlightenment/modules/snow/flake-s.png +lib/enlightenment/modules/snow/module.a +lib/enlightenment/modules/snow/module.eap +lib/enlightenment/modules/snow/module.la +lib/enlightenment/modules/snow/module.so +lib/enlightenment/modules/snow/module_icon.png +lib/enlightenment/modules/snow/tree.png +%%NLS%%share/locale/eo/LC_MESSAGES/snow.mo +%%NLS%%share/locale/fi/LC_MESSAGES/snow.mo +%%NLS%%share/locale/fr/LC_MESSAGES/snow.mo +%%NLS%%share/locale/it/LC_MESSAGES/snow.mo +%%NLS%%share/locale/ja/LC_MESSAGES/snow.mo +%%NLS%%share/locale/sv/LC_MESSAGES/snow.mo +@dirrm lib/enlightenment/modules/snow |