From 1e3402ad51f0c928cd71f8808caec2611659957b Mon Sep 17 00:00:00 2001 From: Jean-Yves Lefort Date: Thu, 12 Jan 2006 02:19:40 +0000 Subject: Add gnome-launch-box. GNOME Launch Box is generally an application launcher. It's very influenced by Quicksilver (http://quicksilver.blacktree.com/) for Mac OS X. Currently supported modules are: * Application starting and launch * Evolution contacts lookup and mail to * Recent files lookup and open * Files in your desktop and open * Firefox bookmarks lookup and opening WWW: http://developer.imendio.com/wiki/GNOME_Launch_Box --- x11/Makefile | 1 + x11/gnome-launch-box/Makefile | 39 +++++++++++++++++++++++++++++++++++++++ x11/gnome-launch-box/distinfo | 3 +++ x11/gnome-launch-box/pkg-descr | 15 +++++++++++++++ x11/gnome-launch-box/pkg-plist | 10 ++++++++++ 5 files changed, 68 insertions(+) create mode 100644 x11/gnome-launch-box/Makefile create mode 100644 x11/gnome-launch-box/distinfo create mode 100644 x11/gnome-launch-box/pkg-descr create mode 100644 x11/gnome-launch-box/pkg-plist (limited to 'x11') diff --git a/x11/Makefile b/x11/Makefile index bccba91ed1a6..9c1cc8298708 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -60,6 +60,7 @@ SUBDIR += gmessage SUBDIR += gmrun SUBDIR += gnome-clipboard-daemon + SUBDIR += gnome-launch-box SUBDIR += gnome-menus SUBDIR += gnome-screensaver SUBDIR += gnome-swallow diff --git a/x11/gnome-launch-box/Makefile b/x11/gnome-launch-box/Makefile new file mode 100644 index 000000000000..ee3bdbf811ec --- /dev/null +++ b/x11/gnome-launch-box/Makefile @@ -0,0 +1,39 @@ +# New ports collection makefile for: gnome-launch-box +# Date created: 12 Jan 2006 +# Whom: Jean-Yves Lefort +# +# $FreeBSD$ +# + +PORTNAME= gnome-launch-box +PORTVERSION= 20060112 +CATEGORIES= x11 gnome +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= jylefort + +MAINTAINER= jylefort@FreeBSD.org +COMMENT= An application launcher for the GNOME desktop + +USE_BZIP2= yes +USE_X_PREFIX= yes +USE_GNOME= libgnomeui evolutiondataserver gnomemenus gnomedesktop + +USE_AUTOTOOLS= autoconf:259 autoheader:259 automake:19 aclocal:19 libtool:15 +ACLOCAL_ARGS= -I ${LOCALBASE}/share/aclocal +AUTOMAKE_ARGS= -a +LIBTOOLFILES= +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" + +PORTDOCS= AUTHORS README TODO + +pre-configure: + @${LN} -sf ${AUTOMAKE_DIR}/mkinstalldirs ${CONFIGURE_WRKSRC} + @cd ${CONFIGURE_WRKSRC} && \ + ${SETENV} ${AUTOTOOLS_ENV} ${LIBTOOLIZE} && \ + ${LOCALBASE}/bin/intltoolize + +post-install: + ${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} + +.include diff --git a/x11/gnome-launch-box/distinfo b/x11/gnome-launch-box/distinfo new file mode 100644 index 000000000000..4686f8e79ad4 --- /dev/null +++ b/x11/gnome-launch-box/distinfo @@ -0,0 +1,3 @@ +MD5 (gnome-launch-box-20060112.tar.bz2) = ecf3b50000a4ab4ec0e42ded6d0dbdbc +SHA256 (gnome-launch-box-20060112.tar.bz2) = 64d4fe921ade6575d6758fb603db8cf11ea04ef08d997907ae22c5285e80530c +SIZE (gnome-launch-box-20060112.tar.bz2) = 52892 diff --git a/x11/gnome-launch-box/pkg-descr b/x11/gnome-launch-box/pkg-descr new file mode 100644 index 000000000000..45a59dfd516c --- /dev/null +++ b/x11/gnome-launch-box/pkg-descr @@ -0,0 +1,15 @@ +GNOME Launch Box is generally an application launcher. It's very influenced by +Quicksilver (http://quicksilver.blacktree.com/) for Mac OS X. + +Currently supported modules are: + + * Application starting and launch + * Evolution contacts lookup and mail to + * Recent files lookup and open + * Files in your desktop and open + * Firefox bookmarks lookup and opening + +WWW: http://developer.imendio.com/wiki/GNOME_Launch_Box + +- Jean-Yves Lefort +jylefort@FreeBSD.org diff --git a/x11/gnome-launch-box/pkg-plist b/x11/gnome-launch-box/pkg-plist new file mode 100644 index 000000000000..ba80cfc10563 --- /dev/null +++ b/x11/gnome-launch-box/pkg-plist @@ -0,0 +1,10 @@ +bin/gnome-launch-box +share/lb/images/lb-bottom-left.png +share/lb/images/lb-bottom-right.png +share/lb/images/lb-middle.png +share/lb/images/lb-top-left.png +share/lb/images/lb-top-right.png +share/locale/fr/LC_MESSAGES/gnome-launch-box.mo +share/locale/sv/LC_MESSAGES/gnome-launch-box.mo +@dirrm share/lb/images +@dirrm share/lb -- cgit v1.2.3