diff options
author | hubertf <hubertf@pkgsrc.org> | 2000-01-05 05:03:24 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2000-01-05 05:03:24 +0000 |
commit | 5889c927b6bc0ba90805bbd2821e427f06502f84 (patch) | |
tree | 2fe8b5c67cf976fe77fcd0a41b5b41c268f4c260 /x11/xdaemon | |
parent | 93f3899eb9dd3725275f821e573fd80ffc2d9f38 (diff) | |
download | pkgsrc-5889c927b6bc0ba90805bbd2821e427f06502f84.tar.gz |
Image set for xteddy, consisting of a big and a smaller BSD daemon.
Derived from work of Marshall Kirk McKusick, see the docs for more
information.
Diffstat (limited to 'x11/xdaemon')
-rw-r--r-- | x11/xdaemon/Makefile | 34 | ||||
-rw-r--r-- | x11/xdaemon/files/md5 | 11 | ||||
-rw-r--r-- | x11/xdaemon/pkg/COMMENT | 1 | ||||
-rw-r--r-- | x11/xdaemon/pkg/DESCR | 3 | ||||
-rw-r--r-- | x11/xdaemon/pkg/PLIST | 12 |
5 files changed, 61 insertions, 0 deletions
diff --git a/x11/xdaemon/Makefile b/x11/xdaemon/Makefile new file mode 100644 index 00000000000..43fe9df4f0b --- /dev/null +++ b/x11/xdaemon/Makefile @@ -0,0 +1,34 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/01/05 05:03:24 hubertf Exp $ + +DISTNAME= xdaemon-1.0 +CATEGORIES= games x11 +MASTER_SITES= ${MASTER_SITE_LOCAL} +PIX= xdaemon_bw.xbm xdaemon2_bw.xbm \ + xdaemon_color.xpm xdaemon2_color.xpm \ + xdaemon_icon.xbm xdaemon2_icon.xbm \ + xdaemon_mask.xbm xdaemon2_mask.xbm +DISTFILES= ${PIX} Daemon.README + +MAINTAINER= hubertf@netbsd.org + +DEPENDS+= xteddy-1.*:../xteddy + +WRKSRC= ${WRKDIR} +NO_PATCH= yes +NO_CONFIGURE= yes +NO_BUILD= yes +NO_MTREE= yes + +do-extract: + @${MKDIR} ${WRKSRC} + @${ECHO} Bringing daemonic powers to you! + +do-install: +.for pic in ${PIX} + ${INSTALL_DATA} ${DISTDIR}/${pic} ${PREFIX}/share/xteddy/pixmaps/${pic} +.endfor + ${INSTALL_DATA} ${DISTDIR}/Daemon.README ${PREFIX}/share/doc/xdaemon.README + ${LN} ${PREFIX}/bin/xteddy ${PREFIX}/bin/xdaemon + ${LN} ${PREFIX}/bin/xteddy ${PREFIX}/bin/xdaemon2 + +.include "../../mk/bsd.pkg.mk" diff --git a/x11/xdaemon/files/md5 b/x11/xdaemon/files/md5 new file mode 100644 index 00000000000..3bd370242c0 --- /dev/null +++ b/x11/xdaemon/files/md5 @@ -0,0 +1,11 @@ +$NetBSD: md5,v 1.1.1.1 2000/01/05 05:03:25 hubertf Exp $ + +MD5 (xdaemon_bw.xbm) = b3ae29ba05c64c7329ea151360cada33 +MD5 (xdaemon2_bw.xbm) = 545e9eb1bc2b9569abc10b3bab561d10 +MD5 (xdaemon_color.xpm) = 8663e14014620c213229119fb5e8485b +MD5 (xdaemon2_color.xpm) = 4aa22bb512d612cdb50dcb4dbca4b703 +MD5 (xdaemon_icon.xbm) = f475b3d956e9a77e7c15454e8a378792 +MD5 (xdaemon2_icon.xbm) = cbed99d72167cdc61f1a6579cbb2bb12 +MD5 (xdaemon_mask.xbm) = 6ae22b35ea6e70b1861d2871aa20940c +MD5 (xdaemon2_mask.xbm) = d2c16a0146f4a19d36cdc7628d4bc9ef +MD5 (Daemon.README) = d9b6293606deccc7b7d4cfbe80b12291 diff --git a/x11/xdaemon/pkg/COMMENT b/x11/xdaemon/pkg/COMMENT new file mode 100644 index 00000000000..9b15aa3f02a --- /dev/null +++ b/x11/xdaemon/pkg/COMMENT @@ -0,0 +1 @@ +The BSD Daemon sticking on your desktop (like xteddy) diff --git a/x11/xdaemon/pkg/DESCR b/x11/xdaemon/pkg/DESCR new file mode 100644 index 00000000000..b0e49959674 --- /dev/null +++ b/x11/xdaemon/pkg/DESCR @@ -0,0 +1,3 @@ +Image set for xteddy, consisting of a big and a smaller BSD daemon. +Derived from work of Marshall Kirk McKusick, see the docs for more +information. diff --git a/x11/xdaemon/pkg/PLIST b/x11/xdaemon/pkg/PLIST new file mode 100644 index 00000000000..c84a31b7caf --- /dev/null +++ b/x11/xdaemon/pkg/PLIST @@ -0,0 +1,12 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2000/01/05 05:03:25 hubertf Exp $ +bin/xdaemon +bin/xdaemon2 +share/xteddy/pixmaps/xdaemon_bw.xbm +share/xteddy/pixmaps/xdaemon2_bw.xbm +share/xteddy/pixmaps/xdaemon_color.xpm +share/xteddy/pixmaps/xdaemon2_color.xpm +share/xteddy/pixmaps/xdaemon_icon.xbm +share/xteddy/pixmaps/xdaemon2_icon.xbm +share/xteddy/pixmaps/xdaemon_mask.xbm +share/xteddy/pixmaps/xdaemon2_mask.xbm +share/doc/xdaemon.README |