diff options
author | edwin <edwin@FreeBSD.org> | 2003-10-10 06:28:17 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-10-10 06:28:17 +0000 |
commit | 50a89da383f1cf7c8c61b7c9d3877af18dee14e0 (patch) | |
tree | e6d4888347cc8bd2c2ee9d4af28b25abe2669ee0 /textproc | |
parent | 8801d8ab62c07174ff05f5ce93de173071e6fa5c (diff) | |
download | FreeBSD-ports-50a89da383f1cf7c8c61b7c9d3877af18dee14e0.zip FreeBSD-ports-50a89da383f1cf7c8c61b7c9d3877af18dee14e0.tar.gz |
[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>
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/sagasu/Makefile | 28 | ||||
-rw-r--r-- | textproc/sagasu/distinfo | 1 | ||||
-rw-r--r-- | textproc/sagasu/files/patch-src::ResultPage.cpp | 10 | ||||
-rw-r--r-- | textproc/sagasu/pkg-descr | 9 | ||||
-rw-r--r-- | textproc/sagasu/pkg-plist | 26 |
6 files changed, 75 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index c59e468..6aa9449 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 0000000..0084d65 --- /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 0000000..af57fef --- /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 0000000..3aaeefe --- /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 0000000..1167d4d --- /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 0000000..39b2300 --- /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 |