diff options
-rw-r--r-- | editors/Makefile | 1 | ||||
-rw-r--r-- | editors/ghex/Makefile | 32 | ||||
-rw-r--r-- | editors/ghex/distinfo | 1 | ||||
-rw-r--r-- | editors/ghex/pkg-comment | 1 | ||||
-rw-r--r-- | editors/ghex/pkg-descr | 9 | ||||
-rw-r--r-- | editors/ghex/pkg-plist | 42 | ||||
-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 |
11 files changed, 171 insertions, 0 deletions
diff --git a/editors/Makefile b/editors/Makefile index 46434f186921..70f6bb9cf1b3 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -43,6 +43,7 @@ SUBDIR += flim-xemacs20-current SUBDIR += fte SUBDIR += gedit + SUBDIR += ghex SUBDIR += gnotepad+ SUBDIR += gxedit SUBDIR += hexedit diff --git a/editors/ghex/Makefile b/editors/ghex/Makefile new file mode 100644 index 000000000000..faaf6a50149a --- /dev/null +++ b/editors/ghex/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/ghex/distinfo b/editors/ghex/distinfo new file mode 100644 index 000000000000..76ed58e1bf3e --- /dev/null +++ b/editors/ghex/distinfo @@ -0,0 +1 @@ +MD5 (ghex-1.1.3.tar.gz) = 08bb6742f180fea1b2fa13c31dcb8335 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..355aa25e0711 --- /dev/null +++ b/editors/ghex/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/ghex/pkg-plist b/editors/ghex/pkg-plist new file mode 100644 index 000000000000..cb8401158d11 --- /dev/null +++ b/editors/ghex/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 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 |