aboutsummaryrefslogtreecommitdiff
path: root/sysutils/searchmonkey
diff options
context:
space:
mode:
authorAndrew Pantyukhin <sat@FreeBSD.org>2006-08-26 13:20:28 +0000
committerAndrew Pantyukhin <sat@FreeBSD.org>2006-08-26 13:20:28 +0000
commit69308577d0684dcb79be71f891ef41a8191063c7 (patch)
tree348ec3d29065a85865b051a95385201589681839 /sysutils/searchmonkey
parent8cc71317477479ce9d2cdd1da9b9c068ad670988 (diff)
downloadports-69308577d0684dcb79be71f891ef41a8191063c7.tar.gz
ports-69308577d0684dcb79be71f891ef41a8191063c7.zip
Add port sysutils/xsearch:
Powerful text searches on Unix using regular expressions for both the file name, and the search text. Graphical equivalent of find + grep. Still alpha stage, but usable. WWW: http://xsearch.sourceforge.net/
Notes
Notes: svn path=/head/; revision=171428
Diffstat (limited to 'sysutils/searchmonkey')
-rw-r--r--sysutils/searchmonkey/Makefile23
-rw-r--r--sysutils/searchmonkey/distinfo3
-rw-r--r--sysutils/searchmonkey/files/patch-po__Makefile.in.in10
-rw-r--r--sysutils/searchmonkey/pkg-descr6
4 files changed, 42 insertions, 0 deletions
diff --git a/sysutils/searchmonkey/Makefile b/sysutils/searchmonkey/Makefile
new file mode 100644
index 000000000000..bd8bfa1fec01
--- /dev/null
+++ b/sysutils/searchmonkey/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: xsearch
+# Date created: 26 August 2006
+# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= xsearch
+PORTVERSION= 0.3
+CATEGORIES= sysutils
+MASTER_SITES= SF
+
+MAINTAINER= infofarmer@FreeBSD.org
+COMMENT= Search using regexes for file names and text
+
+USE_GNOME= gtk20
+USE_GCC= 3.3+
+USE_GETTEXT= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --with-libintl-prefix=${LOCALBASE}
+PLIST_FILES= bin/xsearch
+
+.include <bsd.port.mk>
diff --git a/sysutils/searchmonkey/distinfo b/sysutils/searchmonkey/distinfo
new file mode 100644
index 000000000000..3ed51aa5656c
--- /dev/null
+++ b/sysutils/searchmonkey/distinfo
@@ -0,0 +1,3 @@
+MD5 (xsearch-0.3.tar.gz) = 1eef05cac35a225b1c1e0fc1c4971f8d
+SHA256 (xsearch-0.3.tar.gz) = da2a7774ada9d39ac93f334e3140c63a35c7f8545b024cdde0de85e8ea5cdf1c
+SIZE (xsearch-0.3.tar.gz) = 131299
diff --git a/sysutils/searchmonkey/files/patch-po__Makefile.in.in b/sysutils/searchmonkey/files/patch-po__Makefile.in.in
new file mode 100644
index 000000000000..853569e59ef8
--- /dev/null
+++ b/sysutils/searchmonkey/files/patch-po__Makefile.in.in
@@ -0,0 +1,10 @@
+--- ./po/Makefile.in.in.orig Sat Aug 26 17:02:29 2006
++++ ./po/Makefile.in.in Sat Aug 26 17:02:41 2006
+@@ -31,6 +31,7 @@
+ gnulocaledir = $(datadir)/locale
+ gettextsrcdir = $(datadir)/glib-2.0/gettext/po
+ subdir = po
++mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+
+ INSTALL = @INSTALL@
+ INSTALL_DATA = @INSTALL_DATA@
diff --git a/sysutils/searchmonkey/pkg-descr b/sysutils/searchmonkey/pkg-descr
new file mode 100644
index 000000000000..e9ab99966aaf
--- /dev/null
+++ b/sysutils/searchmonkey/pkg-descr
@@ -0,0 +1,6 @@
+Powerful text searches on Unix using regular expressions for both the
+file name, and the search text. Graphical equivalent of find + grep.
+
+Still alpha stage, but usable.
+
+WWW: http://xsearch.sourceforge.net/