diff options
author | reed <reed> | 2007-02-28 03:21:51 +0000 |
---|---|---|
committer | reed <reed> | 2007-02-28 03:21:51 +0000 |
commit | 36672546eeb6bc7660b0bc2225a267ea9e34858f (patch) | |
tree | 075f63da505da4f82b4e0a25173b3d8f29a425af /x11 | |
parent | 5ec28641c90c3a665c69033b716269c269d35894 (diff) | |
download | pkgsrc-36672546eeb6bc7660b0bc2225a267ea9e34858f.tar.gz |
Import xconsole.
The xconsole X11 program displays messages which are usually sent
to /dev/console. This client uses the Athena (Xaw) toolkit. This
is from the modular X.org project.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xconsole/DESCR | 3 | ||||
-rw-r--r-- | x11/xconsole/Makefile | 19 | ||||
-rw-r--r-- | x11/xconsole/PLIST | 4 | ||||
-rw-r--r-- | x11/xconsole/distinfo | 5 |
4 files changed, 31 insertions, 0 deletions
diff --git a/x11/xconsole/DESCR b/x11/xconsole/DESCR new file mode 100644 index 00000000000..3a83d73f023 --- /dev/null +++ b/x11/xconsole/DESCR @@ -0,0 +1,3 @@ +The xconsole X11 program displays messages which are usually sent +to /dev/console. This client uses the Athena (Xaw) toolkit. This +is from the modular X.org project. diff --git a/x11/xconsole/Makefile b/x11/xconsole/Makefile new file mode 100644 index 00000000000..7fdf249f3d0 --- /dev/null +++ b/x11/xconsole/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2007/02/28 03:21:51 reed Exp $ +# + +DISTNAME= xconsole-1.0.2 +CATEGORIES= x11 +MASTER_SITES= http://xorg.freedesktop.org/releases/individual/app/ +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= reed@reedmedia.net +HOMEPAGE= http://xorg.freedesktop.org/ +COMMENT= X11 client to display console messages + +GNU_CONFIGURE= yes +USE_TOOLS+= pkg-config + +.include "../../x11/libXaw/buildlink3.mk" +.include "../../x11/libXt/buildlink3.mk" + +.include "../../mk/bsd.pkg.mk" diff --git a/x11/xconsole/PLIST b/x11/xconsole/PLIST new file mode 100644 index 00000000000..d203a6cd0a3 --- /dev/null +++ b/x11/xconsole/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2007/02/28 03:21:51 reed Exp $ +bin/xconsole +lib/X11/app-defaults/XConsole +man/man1/xconsole.1 diff --git a/x11/xconsole/distinfo b/x11/xconsole/distinfo new file mode 100644 index 00000000000..e5d1285dd86 --- /dev/null +++ b/x11/xconsole/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2007/02/28 03:21:51 reed Exp $ + +SHA1 (xconsole-1.0.2.tar.bz2) = 49ad2a07af1f2d996c7e0721b0264538caaee8c4 +RMD160 (xconsole-1.0.2.tar.bz2) = 724bbcb99b7190d66a70bfe19e33cd36529dee2c +Size (xconsole-1.0.2.tar.bz2) = 86486 bytes |