diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2004-05-04 05:48:58 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2004-05-04 05:48:58 +0000 |
commit | 72eb522d3313aaf582259f77317c27981fa63c2e (patch) | |
tree | 0bd3f51560464aa87cc479916dec14b5c68a62dc /misc/gregexp | |
parent | 57c9b6d3ed2f420e30b1d8a85345ba72708e53ea (diff) | |
download | ports-72eb522d3313aaf582259f77317c27981fa63c2e.tar.gz ports-72eb522d3313aaf582259f77317c27981fa63c2e.zip |
Notes
Diffstat (limited to 'misc/gregexp')
-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 |
5 files changed, 49 insertions, 0 deletions
diff --git a/misc/gregexp/Makefile b/misc/gregexp/Makefile new file mode 100644 index 000000000000..c35f88b3783b --- /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 000000000000..2395e88affe7 --- /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 000000000000..35eacbaf748c --- /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 000000000000..0821a879b568 --- /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 000000000000..6af56fd53fb3 --- /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 |