new port textproc/sgrep

git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@14879 d073be05-634f-4543-b044-5fe20cf6d1d6
This commit is contained in:
Markus W. Weißmann
2005-10-29 19:56:00 +00:00
parent 2206cee5c0
commit 9d48cc0f62
2 changed files with 54 additions and 0 deletions
+33
View File
@@ -0,0 +1,33 @@
# $Id: Portfile,v 1.1 2005/10/29 19:55:35 mww Exp $
PortSystem 1.0
name sgrep
version 0.99
categories textproc
platforms darwin
maintainers mww@opendarwin.org
description structured grep is a tool for searching SGML, XML and HTML files
long_description sgrep (structured grep) is a tool for searching and \
indexing text, SGML, XML and HTML files and filtering text streams \
using structural criteria.
homepage http://www.cs.helsinki.fi/u/jjaakkol/sgrep.html
master_sites ftp://ftp.cs.helsinki.fi/pub/Software/Local/Sgrep/ freebsd
checksums md5 af09a90c4f1929bfae4818c8962a8907
use_configure no
build.args BINDIR=${prefix}/bin LIBDIR=${prefix}/lib \
MANFILE=${prefix}/share/man/man1/sgrep.1 \
RCFILE=${prefix}/etc/sgreprc
destroot.destdir BINDIR=${destroot}${prefix}/bin \
LIBDIR=${destroot}${prefix}/lib \
MANFILE=${destroot}${prefix}/share/man/man1/sgrep.1 \
RCFILE=${destroot}${prefix}/etc/sgreprc
post-destroot {
xinstall -m 644 ${worksrcpath}/sample.sgreprc \
${destroot}${prefix}/etc/sgreprc.sample
}
+21
View File
@@ -0,0 +1,21 @@
# $Id: Portfile,v 1.1 2005/10/29 19:56:00 mww Exp $
PortSystem 1.0
name sgrep2
version 1.92a
categories textproc
platforms darwin
maintainers mww@opendarwin.org
description structured grep is a tool for searching SGML, XML and HTML files
long_description sgrep (structured grep) is a tool for searching and \
indexing text, SGML, XML and HTML files and filtering text streams \
using structural criteria.
homepage http://www.cs.helsinki.fi/u/jjaakkol/sgrep.html
master_sites ftp://ftp.cs.helsinki.fi/pub/Software/Local/Sgrep/ freebsd
distname sgrep-${version}
checksums md5 99eb1ed515648f653fc7be45e0896378
configure.args --program-suffix=2 --mandir=${prefix}/share/man