diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-08-07 04:43:19 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-08-07 04:43:19 +0800 |
commit | 0b084bcd09a6dda9e71db7da2b802e18c6bd55ab (patch) | |
tree | 0e16b8350c1e3a2c0ef149566a0bf336475af419 /textproc/sagasu | |
parent | 664243d83ec44a146d7cfa4b00f8426084630860 (diff) | |
download | marcuscom-ports-0b084bcd09a6dda9e71db7da2b802e18c6bd55ab.tar marcuscom-ports-0b084bcd09a6dda9e71db7da2b802e18c6bd55ab.tar.gz marcuscom-ports-0b084bcd09a6dda9e71db7da2b802e18c6bd55ab.tar.bz2 marcuscom-ports-0b084bcd09a6dda9e71db7da2b802e18c6bd55ab.tar.lz marcuscom-ports-0b084bcd09a6dda9e71db7da2b802e18c6bd55ab.tar.xz marcuscom-ports-0b084bcd09a6dda9e71db7da2b802e18c6bd55ab.tar.zst marcuscom-ports-0b084bcd09a6dda9e71db7da2b802e18c6bd55ab.zip |
share/gnome/ -> share/.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9363 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'textproc/sagasu')
-rw-r--r-- | textproc/sagasu/Makefile | 41 | ||||
-rw-r--r-- | textproc/sagasu/distinfo | 3 | ||||
-rw-r--r-- | textproc/sagasu/pkg-descr | 9 | ||||
-rw-r--r-- | textproc/sagasu/pkg-plist | 26 |
4 files changed, 79 insertions, 0 deletions
diff --git a/textproc/sagasu/Makefile b/textproc/sagasu/Makefile new file mode 100644 index 000000000..d453824e4 --- /dev/null +++ b/textproc/sagasu/Makefile @@ -0,0 +1,41 @@ +# New ports collection makefile for: textproc/sagasu +# Date created: 10 Jul 2003 +# Whom: Juan Salaverria <rael@vectorstar.net> +# +# $FreeBSD$ +# + +PORTNAME= sagasu +PORTVERSION= 2.0.8 +PORTREVISION= 2 +CATEGORIES= textproc gnome +MASTER_SITES= http://www3.sympatico.ca/sarrazip/dev/ + +MAINTAINER= ports@FreeBSD.org +COMMENT= A GNOME tool to find strings in a set of files + +USE_X_PREFIX= yes +USE_GNOME= gnomehack gnomeprefix libgnomeui +USE_GETTEXT= yes +USE_GMAKE= yes +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + +MAN1= sagasu.1 + +post-patch: + @${REINPLACE_CMD} -e \ + 's|: install-docDATA|:|g' ${WRKSRC}/Makefile.in + @${REINPLACE_CMD} -e \ + 's|-D.*_DISABLE_DEPRECATED||g' ${WRKSRC}/src/Makefile.in + +post-install: +.if !defined(NOPORTDOCS) + @${MKDIR} ${DOCSDIR} +.for file in AUTHORS INSTALL NEWS README THANKS TODO + ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} +.endfor +.endif + +.include <bsd.port.mk> diff --git a/textproc/sagasu/distinfo b/textproc/sagasu/distinfo new file mode 100644 index 000000000..de3608cc7 --- /dev/null +++ b/textproc/sagasu/distinfo @@ -0,0 +1,3 @@ +MD5 (sagasu-2.0.8.tar.gz) = cd3b451748102f5cc7dd1a1b3db865eb +SHA256 (sagasu-2.0.8.tar.gz) = c36b1e9f8a5ef21426e0ef9baee54b5cfce14a0a41d916885cbff01cd5ce25f0 +SIZE (sagasu-2.0.8.tar.gz) = 288667 diff --git a/textproc/sagasu/pkg-descr b/textproc/sagasu/pkg-descr new file mode 100644 index 000000000..9c2aca2f6 --- /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://www3.sympatico.ca/sarrazip/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 000000000..f50db64b7 --- /dev/null +++ b/textproc/sagasu/pkg-plist @@ -0,0 +1,26 @@ +bin/sagasu +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/INSTALL +%%PORTDOCS%%%%DOCSDIR%%/NEWS +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/THANKS +%%PORTDOCS%%%%DOCSDIR%%/TODO +share/applications/sagasu.desktop +share/gnome/help/sagasu/C/sagasu.html +share/gnome/help/sagasu/fr/sagasu.html +share/pixmaps/close.xpm +share/pixmaps/sagasu.png +share/sagasu/COPYING +share/sagasu/sagasu-helper.pl +share/sounds/sagasu/sagasu.wav +share/locale/de/LC_MESSAGES/sagasu.mo +share/locale/fr/LC_MESSAGES/sagasu.mo +share/locale/ja/LC_MESSAGES/sagasu.mo +share/locale/ru/LC_MESSAGES/sagasu.mo +share/locale/sr/LC_MESSAGES/sagasu.mo +@dirrm share/sounds/sagasu +@dirrm share/sagasu +@dirrm share/gnome/help/sagasu/fr +@dirrm share/gnome/help/sagasu/C +@dirrm share/gnome/help/sagasu +%%PORTDOCS%%@dirrm %%DOCSDIR%% |