aboutsummaryrefslogtreecommitdiff
path: root/sysutils/searchmonkey
diff options
context:
space:
mode:
authorAndrew Pantyukhin <sat@FreeBSD.org>2006-08-30 14:00:40 +0000
committerAndrew Pantyukhin <sat@FreeBSD.org>2006-08-30 14:00:40 +0000
commit167158e5570778c72a081002e3e2832c08bc166b (patch)
tree1c263409961483c11768183c167943d7611fb4ec /sysutils/searchmonkey
parenteb1e3d95a0a5b672c72a3aa1073cfa1bdab883a0 (diff)
downloadports-167158e5570778c72a081002e3e2832c08bc166b.tar.gz
ports-167158e5570778c72a081002e3e2832c08bc166b.zip
Notes
Diffstat (limited to 'sysutils/searchmonkey')
-rw-r--r--sysutils/searchmonkey/Makefile9
-rw-r--r--sysutils/searchmonkey/distinfo6
-rw-r--r--sysutils/searchmonkey/files/patch-po__Makefile.in.in10
-rw-r--r--sysutils/searchmonkey/files/patch-src__search.h7
-rw-r--r--sysutils/searchmonkey/pkg-descr2
5 files changed, 18 insertions, 16 deletions
diff --git a/sysutils/searchmonkey/Makefile b/sysutils/searchmonkey/Makefile
index bd8bfa1fec01..e91d5432d521 100644
--- a/sysutils/searchmonkey/Makefile
+++ b/sysutils/searchmonkey/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= xsearch
-PORTVERSION= 0.3
+PORTVERSION= 0.4.1
CATEGORIES= sysutils
MASTER_SITES= SF
@@ -18,6 +18,11 @@ USE_GCC= 3.3+
USE_GETTEXT= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-libintl-prefix=${LOCALBASE}
-PLIST_FILES= bin/xsearch
+CONFIGURE_ENV= CPPFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
+PLIST_FILES= bin/xsearch %%DATADIR%%/pixmaps/${PORTNAME}-300x300.png \
+ %%DATADIR%%/pixmaps/${PORTNAME}-32x32.png
+PLIST_DIRS= %%DATADIR%%/pixmaps %%DATADIR%%
+CFLAGS= -I${LOCALBASE}/include
+LDFLAGS=-L${LOCALBASE}/lib
.include <bsd.port.mk>
diff --git a/sysutils/searchmonkey/distinfo b/sysutils/searchmonkey/distinfo
index 3ed51aa5656c..2e0eae49a741 100644
--- a/sysutils/searchmonkey/distinfo
+++ b/sysutils/searchmonkey/distinfo
@@ -1,3 +1,3 @@
-MD5 (xsearch-0.3.tar.gz) = 1eef05cac35a225b1c1e0fc1c4971f8d
-SHA256 (xsearch-0.3.tar.gz) = da2a7774ada9d39ac93f334e3140c63a35c7f8545b024cdde0de85e8ea5cdf1c
-SIZE (xsearch-0.3.tar.gz) = 131299
+MD5 (xsearch-0.4.1.tar.gz) = beee28bf5c376e2e99fe5d1e9b38c728
+SHA256 (xsearch-0.4.1.tar.gz) = 98dd2df4826c3d5b72d840a7b9c71b6e95800ed9122e505d51908c32ce9d5f0e
+SIZE (xsearch-0.4.1.tar.gz) = 220962
diff --git a/sysutils/searchmonkey/files/patch-po__Makefile.in.in b/sysutils/searchmonkey/files/patch-po__Makefile.in.in
deleted file mode 100644
index 853569e59ef8..000000000000
--- a/sysutils/searchmonkey/files/patch-po__Makefile.in.in
+++ /dev/null
@@ -1,10 +0,0 @@
---- ./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/files/patch-src__search.h b/sysutils/searchmonkey/files/patch-src__search.h
new file mode 100644
index 000000000000..e5a6baf9063a
--- /dev/null
+++ b/sysutils/searchmonkey/files/patch-src__search.h
@@ -0,0 +1,7 @@
+--- ./src/search.h.orig Wed Aug 30 17:40:29 2006
++++ ./src/search.h Wed Aug 30 17:40:40 2006
+@@ -1,3 +1,4 @@
++#include <sys/types.h>
+ #include <gtk/gtk.h>
+ #include <regex.h>
+
diff --git a/sysutils/searchmonkey/pkg-descr b/sysutils/searchmonkey/pkg-descr
index e9ab99966aaf..56e23f65848e 100644
--- a/sysutils/searchmonkey/pkg-descr
+++ b/sysutils/searchmonkey/pkg-descr
@@ -1,6 +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.
+Still beta stage, but usable.
WWW: http://xsearch.sourceforge.net/