diff options
author | joerg <joerg@pkgsrc.org> | 2007-03-07 15:03:46 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-03-07 15:03:46 +0000 |
commit | 1aa87a4d7ff63908e2e2ddc99440b44ed32cfd7c (patch) | |
tree | d60c8552a60f98be802fe70a5f01dd2cc2bb878d /x11 | |
parent | 08f25e7107c695dddc7d6317bbd653df54220c34 (diff) | |
download | pkgsrc-1aa87a4d7ff63908e2e2ddc99440b44ed32cfd7c.tar.gz |
Import beforelight-1.0.2.
The beforelight program is a sample implementation of a screen saver
for X servers supporting the MIT-SCREEN-SAVER extension.
This is from the modular X.org X11 project.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/beforelight/DESCR | 4 | ||||
-rw-r--r-- | x11/beforelight/Makefile | 20 | ||||
-rw-r--r-- | x11/beforelight/PLIST | 3 | ||||
-rw-r--r-- | x11/beforelight/distinfo | 5 |
4 files changed, 32 insertions, 0 deletions
diff --git a/x11/beforelight/DESCR b/x11/beforelight/DESCR new file mode 100644 index 00000000000..a438338a402 --- /dev/null +++ b/x11/beforelight/DESCR @@ -0,0 +1,4 @@ +The beforelight program is a sample implementation of a screen saver +for X servers supporting the MIT-SCREEN-SAVER extension. + +This is from the modular X.org X11 project. diff --git a/x11/beforelight/Makefile b/x11/beforelight/Makefile new file mode 100644 index 00000000000..0e93d7d1b5c --- /dev/null +++ b/x11/beforelight/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2007/03/07 15:03:46 joerg Exp $ +# + +DISTNAME= beforelight-1.0.2 +CATEGORIES= x11 +MASTER_SITES= http://xorg.freedesktop.org/releases/individual/app/ +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= joerg@NetBSD.org +HOMEPAGE= http://xorg.freedesktop.org/ +COMMENT= Simple screen saver + +PKG_DESTDIR_SUPPORT= user-destdir + +GNU_CONFIGURE= yes +USE_TOOLS+= pkg-config + +.include "../../x11/libXaw/buildlink3.mk" +.include "../../x11/libXScrnSaver/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/x11/beforelight/PLIST b/x11/beforelight/PLIST new file mode 100644 index 00000000000..984f65fc3ac --- /dev/null +++ b/x11/beforelight/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2007/03/07 15:03:46 joerg Exp $ +bin/beforelight +man/man1/beforelight.1 diff --git a/x11/beforelight/distinfo b/x11/beforelight/distinfo new file mode 100644 index 00000000000..c68aff86f01 --- /dev/null +++ b/x11/beforelight/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2007/03/07 15:03:46 joerg Exp $ + +SHA1 (beforelight-1.0.2.tar.bz2) = 25d3ef4ccf1d48bdc1f32add5440deb2b8c29cee +RMD160 (beforelight-1.0.2.tar.bz2) = 4511095923e7239bdfdd03742aa7eafd4331f138 +Size (beforelight-1.0.2.tar.bz2) = 85526 bytes |