diff options
author | Ade Lovett <ade@FreeBSD.org> | 2000-06-09 21:28:13 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2000-06-09 21:28:13 +0000 |
commit | e9bc283c154c14d63235ef6db277c1feba7ad76c (patch) | |
tree | e2cde3847436bfd6e3d5b3b91127a3a1cdfe7ae6 /editors/ghex2 | |
parent | Use MASTER_SITE_PORTS_JP instead of spelling out the URL. (diff) |
Bring back ghex (brand new version, new site, etc..) after
it was detached from gnomelibs in GNOME 1.2
Notes
Notes:
svn path=/head/; revision=29471
Diffstat (limited to 'editors/ghex2')
-rw-r--r-- | editors/ghex2/Makefile | 32 | ||||
-rw-r--r-- | editors/ghex2/distinfo | 1 | ||||
-rw-r--r-- | editors/ghex2/pkg-comment | 1 | ||||
-rw-r--r-- | editors/ghex2/pkg-descr | 9 | ||||
-rw-r--r-- | editors/ghex2/pkg-plist | 42 |
5 files changed, 85 insertions, 0 deletions
diff --git a/editors/ghex2/Makefile b/editors/ghex2/Makefile new file mode 100644 index 000000000000..faaf6a50149a --- /dev/null +++ b/editors/ghex2/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: ghex +# Date created: 9th June 2000 +# Whom: Ade Lovett <ade@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= ghex +PORTVERSION= 1.1.3 +CATEGORIES= editors gnome +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= stable/sources/ghex + +MAINTAINER= ade@FreeBSD.org + +LIB_DEPENDS= gnome.4:${PORTSDIR}/x11/gnomelibs \ + gnomeprint.9:${PORTSDIR}/print/gnomeprint +RUN_DEPENDS= panel:${PORTSDIR}/x11/gnomecore + +GTK_CONFIG?= ${X11BASE}/bin/gtk12-config + +USE_X_PREFIX= yes +USE_GMAKE= yes +USE_LIBTOOL= yes + +CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \ + --datadir=${PREFIX}/share/gnome +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + 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..76ed58e1bf3e --- /dev/null +++ b/editors/ghex2/distinfo @@ -0,0 +1 @@ +MD5 (ghex-1.1.3.tar.gz) = 08bb6742f180fea1b2fa13c31dcb8335 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..355aa25e0711 --- /dev/null +++ b/editors/ghex2/pkg-descr @@ -0,0 +1,9 @@ +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://www.gnome.org/ diff --git a/editors/ghex2/pkg-plist b/editors/ghex2/pkg-plist new file mode 100644 index 000000000000..cb8401158d11 --- /dev/null +++ b/editors/ghex2/pkg-plist @@ -0,0 +1,42 @@ +bin/ghex +share/gnome/apps/Applications/ghex.desktop +share/gnome/help/ghex/C/index.html +share/gnome/help/ghex/C/topic.dat +share/gnome/help/ghex/es/index.html +share/gnome/help/ghex/es/topic.dat +share/gnome/help/ghex/sv/index.html +share/gnome/help/ghex/sv/topic.dat +share/gnome/pixmaps/gnome-ghex.png +share/locale/ca/LC_MESSAGES/ghex.mo +share/locale/cs/LC_MESSAGES/ghex.mo +share/locale/da/LC_MESSAGES/ghex.mo +share/locale/de/LC_MESSAGES/ghex.mo +share/locale/el/LC_MESSAGES/ghex.mo +share/locale/en_GB/LC_MESSAGES/ghex.mo +share/locale/es/LC_MESSAGES/ghex.mo +share/locale/et/LC_MESSAGES/ghex.mo +share/locale/fi/LC_MESSAGES/ghex.mo +share/locale/fr/LC_MESSAGES/ghex.mo +share/locale/ga/LC_MESSAGES/ghex.mo +share/locale/gl/LC_MESSAGES/ghex.mo +share/locale/hu/LC_MESSAGES/ghex.mo +share/locale/it/LC_MESSAGES/ghex.mo +share/locale/ja/LC_MESSAGES/ghex.mo +share/locale/ko/LC_MESSAGES/ghex.mo +share/locale/nl/LC_MESSAGES/ghex.mo +share/locale/no/LC_MESSAGES/ghex.mo +share/locale/pl/LC_MESSAGES/ghex.mo +share/locale/pt/LC_MESSAGES/ghex.mo +share/locale/pt_BR/LC_MESSAGES/ghex.mo +share/locale/ro/LC_MESSAGES/ghex.mo +share/locale/ru/LC_MESSAGES/ghex.mo +share/locale/sl/LC_MESSAGES/ghex.mo +share/locale/sv/LC_MESSAGES/ghex.mo +share/locale/uk/LC_MESSAGES/ghex.mo +share/locale/wa/LC_MESSAGES/ghex.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/ghex.mo +share/locale/zh_TW.Big5/LC_MESSAGES/ghex.mo +@dirrm share/gnome/help/ghex/sv +@dirrm share/gnome/help/ghex/es +@dirrm share/gnome/help/ghex/C +@dirrm share/gnome/help/ghex |