aboutsummaryrefslogtreecommitdiff
path: root/sysutils/searchmonkey
diff options
context:
space:
mode:
authorAndrew Pantyukhin <sat@FreeBSD.org>2006-09-08 20:12:54 +0000
committerAndrew Pantyukhin <sat@FreeBSD.org>2006-09-08 20:12:54 +0000
commit91a6fb56a52afd414732620d935ada5ae1981d1d (patch)
treed379f12e3ff3ef6877e62670a671bc9c2d70df79 /sysutils/searchmonkey
parentbedbee8eaefd0ca04faea7a082ba2df3d5ddec11 (diff)
downloadports-91a6fb56a52afd414732620d935ada5ae1981d1d.tar.gz
ports-91a6fb56a52afd414732620d935ada5ae1981d1d.zip
Notes
Diffstat (limited to 'sysutils/searchmonkey')
-rw-r--r--sysutils/searchmonkey/Makefile7
-rw-r--r--sysutils/searchmonkey/distinfo6
-rw-r--r--sysutils/searchmonkey/pkg-descr5
3 files changed, 8 insertions, 10 deletions
diff --git a/sysutils/searchmonkey/Makefile b/sysutils/searchmonkey/Makefile
index 471a420a9f73..fb7243932196 100644
--- a/sysutils/searchmonkey/Makefile
+++ b/sysutils/searchmonkey/Makefile
@@ -5,8 +5,8 @@
# $FreeBSD$
#
-PORTNAME= xsearch
-PORTVERSION= 0.4.1
+PORTNAME= searchMonkey
+PORTVERSION= 0.6.0
CATEGORIES= sysutils
MASTER_SITES= SF
@@ -19,8 +19,7 @@ USE_GETTEXT= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-libintl-prefix=${LOCALBASE}
CONFIGURE_ENV= CPPFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
-PLIST_FILES= bin/xsearch %%DATADIR%%/pixmaps/${PORTNAME}-300x300.png \
- %%DATADIR%%/pixmaps/${PORTNAME}-32x32.png
+PLIST_FILES= bin/${PORTNAME:L} %%DATADIR%%/pixmaps/${PORTNAME:L}-32x32.png
PLIST_DIRS= %%DATADIR%%/pixmaps %%DATADIR%%
CFLAGS= -I${LOCALBASE}/include
LDFLAGS=-L${LOCALBASE}/lib
diff --git a/sysutils/searchmonkey/distinfo b/sysutils/searchmonkey/distinfo
index 2e0eae49a741..3678187ea6b8 100644
--- a/sysutils/searchmonkey/distinfo
+++ b/sysutils/searchmonkey/distinfo
@@ -1,3 +1,3 @@
-MD5 (xsearch-0.4.1.tar.gz) = beee28bf5c376e2e99fe5d1e9b38c728
-SHA256 (xsearch-0.4.1.tar.gz) = 98dd2df4826c3d5b72d840a7b9c71b6e95800ed9122e505d51908c32ce9d5f0e
-SIZE (xsearch-0.4.1.tar.gz) = 220962
+MD5 (searchMonkey-0.6.0.tar.gz) = d34aa5677c905601bcc50c57b5affc51
+SHA256 (searchMonkey-0.6.0.tar.gz) = c0e10d02883e3ca627a7495c471e7a09e0a64ca98d14f4f5ecf2f15c7ac7aa43
+SIZE (searchMonkey-0.6.0.tar.gz) = 165815
diff --git a/sysutils/searchmonkey/pkg-descr b/sysutils/searchmonkey/pkg-descr
index 56e23f65848e..dd3694f6ce46 100644
--- a/sysutils/searchmonkey/pkg-descr
+++ b/sysutils/searchmonkey/pkg-descr
@@ -1,6 +1,5 @@
Powerful text searches on Unix using regular expressions for both the
file name, and the search text. Graphical equivalent of find + grep.
-Still beta stage, but usable.
-
-WWW: http://xsearch.sourceforge.net/
+WWW: http://searchmonkey.sourceforge.net/
+Author: Adam Cottrell <cottrela@users.sourceforge.net>