pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/xdesktopwaves Initial import of xdesktopwaves, ver...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1e2ed74d8087
branches:  trunk
changeset: 483872:1e2ed74d8087
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Sat Nov 20 22:14:59 2004 +0000

description:
Initial import of xdesktopwaves, version 1.0:

xdesktopwaves is a cellular automata setting the background of your X
Windows desktop under water.  Windows and mouse are like ships on the
sea.  Each movement of these ends up in moving water waves.  You can
even have rain and/or storm stirring up the water.

diffstat:

 x11/xdesktopwaves/DESCR    |   4 ++++
 x11/xdesktopwaves/Makefile |  27 +++++++++++++++++++++++++++
 x11/xdesktopwaves/PLIST    |   7 +++++++
 x11/xdesktopwaves/distinfo |   4 ++++
 4 files changed, 42 insertions(+), 0 deletions(-)

diffs (58 lines):

diff -r 614a47da85f4 -r 1e2ed74d8087 x11/xdesktopwaves/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/xdesktopwaves/DESCR   Sat Nov 20 22:14:59 2004 +0000
@@ -0,0 +1,4 @@
+xdesktopwaves is a cellular automata setting the background of your X
+Windows desktop under water.  Windows and mouse are like ships on the
+sea.  Each movement of these ends up in moving water waves.  You can
+even have rain and/or storm stirring up the water.
diff -r 614a47da85f4 -r 1e2ed74d8087 x11/xdesktopwaves/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/xdesktopwaves/Makefile        Sat Nov 20 22:14:59 2004 +0000
@@ -0,0 +1,27 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/11/20 22:14:59 jmmv Exp $
+#
+
+DISTNAME=      xdesktopwaves-1.0
+CATEGORIES=    x11
+MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=xdesktopwaves/}
+
+MAINTAINER=    jmmv%NetBSD.org@localhost
+HOMEPAGE=      http://xdesktopwaves.sourceforge.net/
+COMMENT=       Simulates water waves on the X Windows desktop
+
+USE_BUILDLINK3=                YES
+USE_DIRS+=             xdg-1.1
+USE_X11=               YES
+
+MAKE_FLAGS+=           CFLAGS="${CFLAGS}"
+MAKE_FLAGS+=           LFLAGS="${LDFLAGS}"
+
+INSTALLATION_DIRS=     bin man/man1 share/doc/xdesktopwaves
+
+do-install:
+       ${INSTALL_PROGRAM} ${WRKSRC}/xdesktopwaves ${PREFIX}/bin/
+       ${INSTALL_MAN} ${WRKSRC}/xdesktopwaves.1 ${PREFIX}/man/man1/
+       ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/xdesktopwaves/
+       ${INSTALL_DATA} ${WRKSRC}/xdesktopwaves.xpm ${PREFIX}/share/pixmaps/
+
+.include "../../mk/bsd.pkg.mk"
diff -r 614a47da85f4 -r 1e2ed74d8087 x11/xdesktopwaves/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/xdesktopwaves/PLIST   Sat Nov 20 22:14:59 2004 +0000
@@ -0,0 +1,7 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/11/20 22:14:59 jmmv Exp $
+bin/xdesktopwaves
+man/man1/xdesktopwaves.1
+share/doc/xdesktopwaves/README
+share/pixmaps/xdesktopwaves.xpm
+@comment in xdg-dirs: @dirrm share/pixmaps
+@dirrm share/doc/xdesktopwaves
diff -r 614a47da85f4 -r 1e2ed74d8087 x11/xdesktopwaves/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/xdesktopwaves/distinfo        Sat Nov 20 22:14:59 2004 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/11/20 22:14:59 jmmv Exp $
+
+SHA1 (xdesktopwaves-1.0.tar.gz) = 46b68534994737a52483186d39820260cde638eb
+Size (xdesktopwaves-1.0.tar.gz) = 37622 bytes



Home | Main Index | Thread Index | Old Index