From d78ccc636b47d2ba19e12e408a3e4e590e73f0ae Mon Sep 17 00:00:00 2001 From: gahr Date: Thu, 1 Oct 2009 20:57:16 +0000 Subject: - New port: x11/thingylaunch Thingylaunch is a fork of thinglaunch (x11/thinglaunch), which supports navigation keys and tab-completion. WWW: http://www.gahr.ch/thingylaunch --- x11/Makefile | 1 + x11/thingylaunch/Makefile | 30 ++++++++++++++++++++++++++++++ x11/thingylaunch/distinfo | 3 +++ x11/thingylaunch/pkg-descr | 5 +++++ 4 files changed, 39 insertions(+) create mode 100644 x11/thingylaunch/Makefile create mode 100644 x11/thingylaunch/distinfo create mode 100644 x11/thingylaunch/pkg-descr diff --git a/x11/Makefile b/x11/Makefile index b58071a81465..023afc6e2ce1 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -290,6 +290,7 @@ SUBDIR += terminal.app SUBDIR += terminator SUBDIR += thinglaunch + SUBDIR += thingylaunch SUBDIR += tilda SUBDIR += tint SUBDIR += tkXwin diff --git a/x11/thingylaunch/Makefile b/x11/thingylaunch/Makefile new file mode 100644 index 000000000000..4097baa15d76 --- /dev/null +++ b/x11/thingylaunch/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: thingylaunch +# Date created: 1 October 2009 +# Whom: gahr +# +# $FreeBSD$ +# + +PORTNAME= thingylaunch +PORTVERSION= 1.0.0 +CATEGORIES= x11 +MASTER_SITES= ${MASTER_SITE_LOCAL}/gahr/ \ + http://people.freebsd.org/~gahr/distfiles/ \ + http://www.gahr.ch/${PORTNAME}/ + +MAINTAINER= gahr@FreeBSD.org +COMMENT= A lightweight tab-completing launcher for X + +USE_XORG= x11 xproto +MAKE_JOBS_SAFE= yes + +CFLAGS+= -I${LOCALBASE}/include +LDFLAGS= -L${LOCALBASE}/lib +MAKE_ENV+= LDFLAGS="${LDFLAGS}" + +PLIST_FILES= bin/${PORTNAME} + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin + +.include diff --git a/x11/thingylaunch/distinfo b/x11/thingylaunch/distinfo new file mode 100644 index 000000000000..1b722567693d --- /dev/null +++ b/x11/thingylaunch/distinfo @@ -0,0 +1,3 @@ +MD5 (thingylaunch-1.0.0.tar.gz) = c172a63c07310f26fd71f29f0453119d +SHA256 (thingylaunch-1.0.0.tar.gz) = eb3a8958603edb03ac54022363b0cea3925f394c959c60b54d2f55db10d82d49 +SIZE (thingylaunch-1.0.0.tar.gz) = 5834 diff --git a/x11/thingylaunch/pkg-descr b/x11/thingylaunch/pkg-descr new file mode 100644 index 000000000000..80754c3c9c94 --- /dev/null +++ b/x11/thingylaunch/pkg-descr @@ -0,0 +1,5 @@ +Thingylaunch is a lightweight and fast application launcher for X. +Based on the original thinglaunch by Matt Johnston, it is enhanced +with navigation keys and tab-completion. + +WWW: http://www.gahr.ch/thingylaunch -- cgit