summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-10-10 06:28:17 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-10-10 06:28:17 +0000
commitee6006cb9341cd57f54b23cb84ddad08dca74f6e (patch)
tree3aabf9f3857bcbb632cc1fa37c00868b8f01c5a1 /textproc
parent- Update to version 1.6.0.r4 (diff)
[new port] textproc/sagasu
Sagasu is a GNOME tool to find strings in a set of files. PR: ports/54356 Submitted by: Juan Salaverria <rael@vectorstar.net>
Notes
Notes: svn path=/head/; revision=90758
Diffstat (limited to 'textproc')
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/sagasu/Makefile28
-rw-r--r--textproc/sagasu/distinfo1
-rw-r--r--textproc/sagasu/files/patch-src::ResultPage.cpp10
-rw-r--r--textproc/sagasu/pkg-descr9
-rw-r--r--textproc/sagasu/pkg-plist26
6 files changed, 75 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index c59e468b4349..6aa944907474 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -406,6 +406,7 @@
SUBDIR += ruby-xtemplate
SUBDIR += rxp
SUBDIR += sablotron
+ SUBDIR += sagasu
SUBDIR += sarep
SUBDIR += sary
SUBDIR += saxon
diff --git a/textproc/sagasu/Makefile b/textproc/sagasu/Makefile
new file mode 100644
index 000000000000..0084d65573b8
--- /dev/null
+++ b/textproc/sagasu/Makefile
@@ -0,0 +1,28 @@
+# New ports collection makefile for: textproc/sagasu
+# Date created: 10 Jul 2003
+# Whom: Juan Salaverria <rael@vectorstar.net>
+#
+# $FreeBSD$
+
+PORTNAME= sagasu
+PORTVERSION= 2.0.3
+CATEGORIES= textproc gnome
+MASTER_SITES= http://www3.sympatico.ca/sarrazip/dev/
+
+MAINTAINER= rael@vectorstar.net
+COMMENT= Sagasu is a GNOME tool to find strings in a set of files
+
+USE_X_PREFIX= yes
+USE_REINPLACE= yes
+USE_GMAKE= yes
+USE_LIBTOOL= yes
+USE_GNOME= gnomehack gnomeprefix libgnomeui
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+
+MAN1= sagasu.1
+
+post-patch:
+ @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ;' ${WRKSRC}/configure
+
+.include <bsd.port.mk>
diff --git a/textproc/sagasu/distinfo b/textproc/sagasu/distinfo
new file mode 100644
index 000000000000..af57fefc2ef0
--- /dev/null
+++ b/textproc/sagasu/distinfo
@@ -0,0 +1 @@
+MD5 (sagasu-2.0.3.tar.gz) = 1216b32b85bf390fd1cebea52ae8c062
diff --git a/textproc/sagasu/files/patch-src::ResultPage.cpp b/textproc/sagasu/files/patch-src::ResultPage.cpp
new file mode 100644
index 000000000000..3aaeefe7a09a
--- /dev/null
+++ b/textproc/sagasu/files/patch-src::ResultPage.cpp
@@ -0,0 +1,10 @@
+--- src/ResultPage.cpp.orig Thu Oct 9 23:20:10 2003
++++ src/ResultPage.cpp Thu Oct 9 23:21:01 2003
+@@ -22,6 +22,7 @@
+
+ #include "ResultPage.h"
+
++#include <assert.h>
+ #include <libintl.h>
+ #define _(String) gettext (String)
+ #define gettext_noop(String) String
diff --git a/textproc/sagasu/pkg-descr b/textproc/sagasu/pkg-descr
new file mode 100644
index 000000000000..1167d4dd6422
--- /dev/null
+++ b/textproc/sagasu/pkg-descr
@@ -0,0 +1,9 @@
+Sagasu is a GNOME tool to find strings in a set of files. The user specifies
+the search directory and the set of files to be searched. Double-clicking on
+a search result launches a user command that can for example load the file in
+an editor at the appropriate line. The search can optionally ignore CVS
+directories.
+
+WWW: http://sarrazip.com/dev/sagasu.html
+
+Juan Salaverria -- <rael@vectorstar.net>
diff --git a/textproc/sagasu/pkg-plist b/textproc/sagasu/pkg-plist
new file mode 100644
index 000000000000..39b2300b2949
--- /dev/null
+++ b/textproc/sagasu/pkg-plist
@@ -0,0 +1,26 @@
+bin/sagasu
+share/gnome/applications/sagasu.desktop
+share/gnome/doc/sagasu-2.0.3/AUTHORS
+share/gnome/doc/sagasu-2.0.3/COPYING
+share/gnome/doc/sagasu-2.0.3/INSTALL
+share/gnome/doc/sagasu-2.0.3/NEWS
+share/gnome/doc/sagasu-2.0.3/README
+share/gnome/doc/sagasu-2.0.3/THANKS
+share/gnome/doc/sagasu-2.0.3/TODO
+share/gnome/help/sagasu/C/sagasu.html
+share/gnome/help/sagasu/fr/sagasu.html
+share/gnome/pixmaps/close.xpm
+share/gnome/pixmaps/sagasu.png
+share/gnome/sagasu/COPYING
+share/gnome/sagasu/sagasu-helper.pl
+share/gnome/sounds/sagasu/sagasu.wav
+share/locale/fr/LC_MESSAGES/sagasu.mo
+share/locale/ja/LC_MESSAGES/sagasu.mo
+share/locale/sr/LC_MESSAGES/sagasu.mo
+share/locale/ru/LC_MESSAGES/sagasu.mo
+@dirrm share/gnome/sounds/sagasu
+@dirrm share/gnome/sagasu
+@dirrm share/gnome/help/sagasu/fr
+@dirrm share/gnome/help/sagasu/C
+@dirrm share/gnome/help/sagasu
+@dirrm share/gnome/doc/sagasu-2.0.3