From ea7a961b1e5ea557b372ab4046dee65b4ad21b8a Mon Sep 17 00:00:00 2001 From: zuntum Date: Wed, 22 May 2002 12:58:57 +0000 Subject: Initial import of acidlaunch-0.5 [pkgsrc/x11/acidlaunch] acidlaunch is a small, light-weight app launcher with a simple XML-based configuration syntax. It's written in C++ using gtk, gdk-pixbuf and libxml2. It's great as a small, simple app launcher, and it can optionally run in a withdrawn mode for embedding in the blackbox slit. Provided by ptiJo@noos.fr in pkg/16862, imported with minor modifications. --- x11/acidlaunch/DESCR | 6 ++++++ x11/acidlaunch/Makefile | 18 ++++++++++++++++++ x11/acidlaunch/PLIST | 6 ++++++ x11/acidlaunch/distinfo | 3 +++ 4 files changed, 33 insertions(+) create mode 100644 x11/acidlaunch/DESCR create mode 100644 x11/acidlaunch/Makefile create mode 100644 x11/acidlaunch/PLIST create mode 100644 x11/acidlaunch/distinfo (limited to 'x11/acidlaunch') diff --git a/x11/acidlaunch/DESCR b/x11/acidlaunch/DESCR new file mode 100644 index 00000000000..27ba3ad4bd5 --- /dev/null +++ b/x11/acidlaunch/DESCR @@ -0,0 +1,6 @@ +acidlaunch is a small, light-weight app launcher with a simple XML-based +configuration syntax. + +It's written in C++ using gtk, gdk-pixbuf and libxml2. +It's great as a small, simple app launcher, and it can optionally run in a +withdrawn mode for embedding in the blackbox slit. diff --git a/x11/acidlaunch/Makefile b/x11/acidlaunch/Makefile new file mode 100644 index 00000000000..1f75b3fd12f --- /dev/null +++ b/x11/acidlaunch/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/05/22 12:58:57 zuntum Exp $ +# + +DISTNAME= acidlaunch-0.5 +CATEGORIES= x11 +MASTER_SITES= http://linuxgamers.net/download/ + +MAINTAINER= ptiJo@noos.fr +HOMEPAGE= http://linuxgamers.net/infoPage.php?page=acidlaunch +COMMENT= small, light-weight app launcher + +GNU_CONFIGURE= YES +CONFIGURE_ARGS+= --disable-xmltest +CONFIGURE_ARGS+= --disable-gdk_pixbuftest + +.include "../../graphics/gdk-pixbuf/buildlink.mk" +.include "../../textproc/libxml2/buildlink.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/x11/acidlaunch/PLIST b/x11/acidlaunch/PLIST new file mode 100644 index 00000000000..4c1e945e826 --- /dev/null +++ b/x11/acidlaunch/PLIST @@ -0,0 +1,6 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2002/05/22 12:58:57 zuntum Exp $ +bin/acidlaunch +man/man1/acidlaunch.1 +share/acidlaunch/config.xml +share/acidlaunch/default.png +@dirrm share/acidlaunch diff --git a/x11/acidlaunch/distinfo b/x11/acidlaunch/distinfo new file mode 100644 index 00000000000..370296de2d6 --- /dev/null +++ b/x11/acidlaunch/distinfo @@ -0,0 +1,3 @@ + +SHA1 (acidlaunch-0.5.tar.gz) = fe8892709eec6956e4dcbd088b89efa99c6a6e78 +Size (acidlaunch-0.5.tar.gz) = 61076 bytes -- cgit v1.2.3