diff options
author | Steve Price <steve@FreeBSD.org> | 1999-11-26 19:43:35 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-11-26 19:43:35 +0000 |
commit | b65310d3f7e77bd49f6572e9c5bdb222e8a332ec (patch) | |
tree | b598f0431005754489b0c6fec86f840de9f44042 /editors | |
parent | 249af055c2862a4d9a578cd16c303aa419507606 (diff) | |
download | ports-b65310d3f7e77bd49f6572e9c5bdb222e8a332ec.tar.gz ports-b65310d3f7e77bd49f6572e9c5bdb222e8a332ec.zip |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/ghex/Makefile | 29 | ||||
-rw-r--r-- | editors/ghex/distinfo | 1 | ||||
-rw-r--r-- | editors/ghex/pkg-comment | 1 | ||||
-rw-r--r-- | editors/ghex/pkg-descr | 12 | ||||
-rw-r--r-- | editors/ghex/pkg-plist | 7 | ||||
-rw-r--r-- | editors/ghex2/Makefile | 29 | ||||
-rw-r--r-- | editors/ghex2/distinfo | 1 | ||||
-rw-r--r-- | editors/ghex2/pkg-comment | 1 | ||||
-rw-r--r-- | editors/ghex2/pkg-descr | 12 | ||||
-rw-r--r-- | editors/ghex2/pkg-plist | 7 |
10 files changed, 100 insertions, 0 deletions
diff --git a/editors/ghex/Makefile b/editors/ghex/Makefile new file mode 100644 index 000000000000..9f151bdc1ecf --- /dev/null +++ b/editors/ghex/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: ghex +# Version required: 1.0.1.3 +# Date created: 07 August 1999 +# Whom: Chris D. Faulhaber <jedgar@fxp.org> +# +# $FreeBSD$ +# + +DISTNAME= ghex-1.0.1.3 +CATEGORIES= editors gnome +MASTER_SITES= http://pluton.ijs.si/~jaka/ + +MAINTAINER= jedgar@fxp.org + +LIB_DEPENDS= gnome.3:${PORTSDIR}/x11/gnomelibs + +GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config +GTK_CONFIG?= ${X11BASE}/bin/gtk12-config + +USE_X_PREFIX= yes +USE_GMAKE= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-x +CONFIGURE_ENV+= CFLAGS="-I${LOCALBASE}/include ${CFLAGS}" \ + GLIB_CONFIG="${GLIB_CONFIG}" \ + GTK_CONFIG="${GTK_CONFIG}" \ + LIBS="-L${LOCALBASE}/lib" + +.include <bsd.port.mk> diff --git a/editors/ghex/distinfo b/editors/ghex/distinfo new file mode 100644 index 000000000000..8b2b9d0f50a6 --- /dev/null +++ b/editors/ghex/distinfo @@ -0,0 +1 @@ +MD5 (ghex-1.0.1.3.tar.gz) = 3843c14161e314abe65a54e4fec2a683 diff --git a/editors/ghex/pkg-comment b/editors/ghex/pkg-comment new file mode 100644 index 000000000000..f55f49eb31e1 --- /dev/null +++ b/editors/ghex/pkg-comment @@ -0,0 +1 @@ +GNOME hex editor diff --git a/editors/ghex/pkg-descr b/editors/ghex/pkg-descr new file mode 100644 index 000000000000..3e08e1969eff --- /dev/null +++ b/editors/ghex/pkg-descr @@ -0,0 +1,12 @@ +GHex is a simple binary editor, allowing the user to view +and edit a binary file in both hex and ascii with multiple +level undo/redo mechanism. It features find and replace +functions and conversion between binary, octal, decimal +and hexadecimal values, making use of an alternative, +user-configurable MDI concept to allow the user to edit +multiple documents with multiple views of each. + +WWW: http://pluton.ijs.si/~jaka/gnome.html + +- Chris D. Faulhaber +jedgar@fxp.org diff --git a/editors/ghex/pkg-plist b/editors/ghex/pkg-plist new file mode 100644 index 000000000000..b95b0306d263 --- /dev/null +++ b/editors/ghex/pkg-plist @@ -0,0 +1,7 @@ +bin/ghex +share/apps/Applications/ghex.desktop +share/gnome/help/ghex/C/index.html +share/gnome/help/ghex/C/topic.dat +share/pixmaps/gnome-ghex.png +@dirrm share/gnome/help/ghex/C +@dirrm share/gnome/help/ghex diff --git a/editors/ghex2/Makefile b/editors/ghex2/Makefile new file mode 100644 index 000000000000..9f151bdc1ecf --- /dev/null +++ b/editors/ghex2/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: ghex +# Version required: 1.0.1.3 +# Date created: 07 August 1999 +# Whom: Chris D. Faulhaber <jedgar@fxp.org> +# +# $FreeBSD$ +# + +DISTNAME= ghex-1.0.1.3 +CATEGORIES= editors gnome +MASTER_SITES= http://pluton.ijs.si/~jaka/ + +MAINTAINER= jedgar@fxp.org + +LIB_DEPENDS= gnome.3:${PORTSDIR}/x11/gnomelibs + +GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config +GTK_CONFIG?= ${X11BASE}/bin/gtk12-config + +USE_X_PREFIX= yes +USE_GMAKE= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-x +CONFIGURE_ENV+= CFLAGS="-I${LOCALBASE}/include ${CFLAGS}" \ + GLIB_CONFIG="${GLIB_CONFIG}" \ + GTK_CONFIG="${GTK_CONFIG}" \ + LIBS="-L${LOCALBASE}/lib" + +.include <bsd.port.mk> diff --git a/editors/ghex2/distinfo b/editors/ghex2/distinfo new file mode 100644 index 000000000000..8b2b9d0f50a6 --- /dev/null +++ b/editors/ghex2/distinfo @@ -0,0 +1 @@ +MD5 (ghex-1.0.1.3.tar.gz) = 3843c14161e314abe65a54e4fec2a683 diff --git a/editors/ghex2/pkg-comment b/editors/ghex2/pkg-comment new file mode 100644 index 000000000000..f55f49eb31e1 --- /dev/null +++ b/editors/ghex2/pkg-comment @@ -0,0 +1 @@ +GNOME hex editor diff --git a/editors/ghex2/pkg-descr b/editors/ghex2/pkg-descr new file mode 100644 index 000000000000..3e08e1969eff --- /dev/null +++ b/editors/ghex2/pkg-descr @@ -0,0 +1,12 @@ +GHex is a simple binary editor, allowing the user to view +and edit a binary file in both hex and ascii with multiple +level undo/redo mechanism. It features find and replace +functions and conversion between binary, octal, decimal +and hexadecimal values, making use of an alternative, +user-configurable MDI concept to allow the user to edit +multiple documents with multiple views of each. + +WWW: http://pluton.ijs.si/~jaka/gnome.html + +- Chris D. Faulhaber +jedgar@fxp.org diff --git a/editors/ghex2/pkg-plist b/editors/ghex2/pkg-plist new file mode 100644 index 000000000000..b95b0306d263 --- /dev/null +++ b/editors/ghex2/pkg-plist @@ -0,0 +1,7 @@ +bin/ghex +share/apps/Applications/ghex.desktop +share/gnome/help/ghex/C/index.html +share/gnome/help/ghex/C/topic.dat +share/pixmaps/gnome-ghex.png +@dirrm share/gnome/help/ghex/C +@dirrm share/gnome/help/ghex |