aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorsat <sat@FreeBSD.org>2006-08-26 21:20:28 +0800
committersat <sat@FreeBSD.org>2006-08-26 21:20:28 +0800
commit8e2e66e058235b09ab46c6c174f5fc3646d2752b (patch)
treeeca66a4be56dcfdeeb4eb9e2bba8c42c988b11ea /sysutils
parentd1d6a76d58dd0572cf2c0017b1c431ce45070ffd (diff)
downloadfreebsd-ports-gnome-8e2e66e058235b09ab46c6c174f5fc3646d2752b.tar.gz
freebsd-ports-gnome-8e2e66e058235b09ab46c6c174f5fc3646d2752b.tar.zst
freebsd-ports-gnome-8e2e66e058235b09ab46c6c174f5fc3646d2752b.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/
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/Makefile1
-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
-rw-r--r--sysutils/xsearch/Makefile23
-rw-r--r--sysutils/xsearch/distinfo3
-rw-r--r--sysutils/xsearch/files/patch-po__Makefile.in.in10
-rw-r--r--sysutils/xsearch/pkg-descr6
9 files changed, 85 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile
index d0b72f974953..4e732819d072 100644
--- a/sysutils/Makefile
+++ b/sysutils/Makefile
@@ -691,6 +691,7 @@
SUBDIR += xosview
SUBDIR += xperfmon
SUBDIR += xperfmon3
+ SUBDIR += xsearch
SUBDIR += xstow
SUBDIR += xsu
SUBDIR += xsysinfo
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/
diff --git a/sysutils/xsearch/Makefile b/sysutils/xsearch/Makefile
new file mode 100644
index 000000000000..bd8bfa1fec01
--- /dev/null
+++ b/sysutils/xsearch/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/xsearch/distinfo b/sysutils/xsearch/distinfo
new file mode 100644
index 000000000000..3ed51aa5656c
--- /dev/null
+++ b/sysutils/xsearch/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/xsearch/files/patch-po__Makefile.in.in b/sysutils/xsearch/files/patch-po__Makefile.in.in
new file mode 100644
index 000000000000..853569e59ef8
--- /dev/null
+++ b/sysutils/xsearch/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/xsearch/pkg-descr b/sysutils/xsearch/pkg-descr
new file mode 100644
index 000000000000..e9ab99966aaf
--- /dev/null
+++ b/sysutils/xsearch/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/