diff options
author | ijliao <ijliao@FreeBSD.org> | 2004-05-04 05:48:58 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2004-05-04 05:48:58 +0000 |
commit | 3c45961ce67509722bd45e8098c5aafe3bf6bb2d (patch) | |
tree | 58fff9d24af82be34c80d23bad3ae81cf195300b /misc | |
parent | 42496544da58325ace3f21f6626fff55029c39e9 (diff) | |
download | FreeBSD-ports-3c45961ce67509722bd45e8098c5aafe3bf6bb2d.zip FreeBSD-ports-3c45961ce67509722bd45e8098c5aafe3bf6bb2d.tar.gz |
add gregexp 0.3
A graphical regular expression explorer
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile | 1 | ||||
-rw-r--r-- | misc/gregexp/Makefile | 27 | ||||
-rw-r--r-- | misc/gregexp/distinfo | 2 | ||||
-rw-r--r-- | misc/gregexp/files/patch-configure | 11 | ||||
-rw-r--r-- | misc/gregexp/pkg-descr | 3 | ||||
-rw-r--r-- | misc/gregexp/pkg-plist | 6 |
6 files changed, 50 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile index 3be58a8..4d58705 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -129,6 +129,7 @@ SUBDIR += granulate SUBDIR += grc SUBDIR += grdb + SUBDIR += gregexp SUBDIR += gretl SUBDIR += grun SUBDIR += gtkfind diff --git a/misc/gregexp/Makefile b/misc/gregexp/Makefile new file mode 100644 index 0000000..c35f88b --- /dev/null +++ b/misc/gregexp/Makefile @@ -0,0 +1,27 @@ +# ex:ts=8 +# Ports collection makefile for: gregexp +# Date created: May 4, 2004 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= gregexp +PORTVERSION= 0.3 +CATEGORIES= misc +MASTER_SITES= http://dentrassi.de/download/gregexp/${PORTVERSION}/ + +MAINTAINER= ports@FreeBSD.org +COMMENT= A graphical regular expression explorer + +LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre + +USE_X_PREFIX= yes +USE_ICONV= yes +USE_GETTEXT= yes +USE_GNOME= gtk20 gnomeprefix +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + +.include <bsd.port.mk> diff --git a/misc/gregexp/distinfo b/misc/gregexp/distinfo new file mode 100644 index 0000000..2395e88 --- /dev/null +++ b/misc/gregexp/distinfo @@ -0,0 +1,2 @@ +MD5 (gregexp-0.3.tar.gz) = 67310625715c4f13ec65e2ebb90a3654 +SIZE (gregexp-0.3.tar.gz) = 96034 diff --git a/misc/gregexp/files/patch-configure b/misc/gregexp/files/patch-configure new file mode 100644 index 0000000..35eacba --- /dev/null +++ b/misc/gregexp/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig Tue May 4 11:55:27 2004 ++++ configure Tue May 4 11:55:45 2004 +@@ -5665,7 +5665,7 @@ + + + cat >>confdefs.h <<_ACEOF +-#define DATADIR "${prefix}/share/" ++#define DATADIR "${datadir}/" + _ACEOF + + diff --git a/misc/gregexp/pkg-descr b/misc/gregexp/pkg-descr new file mode 100644 index 0000000..0821a87 --- /dev/null +++ b/misc/gregexp/pkg-descr @@ -0,0 +1,3 @@ +GRegExp Explorer is a graphical regular expression explorer based on the PCRE +regular expression library. It is possible to test regular expressions on the +fly and check the result in detail. diff --git a/misc/gregexp/pkg-plist b/misc/gregexp/pkg-plist new file mode 100644 index 0000000..6af56fd --- /dev/null +++ b/misc/gregexp/pkg-plist @@ -0,0 +1,6 @@ +bin/gregexp +share/gnome/applications/gregexp.desktop +share/gnome/pixmaps/gregexp.png +share/gnome/gregexp/glade/gregexp.glade +@dirrm share/gnome/gregexp/glade +@dirrm share/gnome/gregexp |