Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Oct 1999 23:17:49 -0400 (EDT)
From:      jedgar@fxp.org
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/14570: New port: editors/ghex
Message-ID:  <19991028031749.7AD059B22@pawn.primelocation.net>

next in thread | raw e-mail | index | archive | help

>Number:         14570
>Category:       ports
>Synopsis:       New port: editors/ghex
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Oct 27 20:20:01 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Chris D. Faulhaber
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
BUGO - BSD Users Group of Orlando
>Environment:

FreeBSD 4.0-CURRENT i386

>Description:

New port: editors/ghex

GNOME hex editor

>How-To-Repeat:
>Fix:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	ghex
#	ghex/Makefile
#	ghex/files
#	ghex/files/md5
#	ghex/pkg
#	ghex/pkg/PLIST
#	ghex/pkg/COMMENT
#	ghex/pkg/DESCR
#
echo c - ghex
mkdir -p ghex > /dev/null 2>&1
echo x - ghex/Makefile
sed 's/^X//' >ghex/Makefile << 'END-of-ghex/Makefile'
X# New ports collection makefile for:	ghex
X# Version required:			1.0.1.3
X# Date created:				07 August 1999
X# Whom:					Chris D. Faulhaber <jedgar@fxp.org>
X#
X# $FreeBSD$
X#
X
XDISTNAME=	ghex-1.0.1.3
XCATEGORIES=	editors gnome
XMASTER_SITES=	http://pluton.ijs.si/~jaka/
X
XMAINTAINER=	jedgar@fxp.org
X
XLIB_DEPENDS=	gnome.3:${PORTSDIR}/x11/gnomelibs
X
XGLIB_CONFIG?=	${LOCALBASE}/bin/glib12-config
XGTK_CONFIG?=	${X11BASE}/bin/gtk12-config
X
XUSE_X_PREFIX=	yes
XUSE_GMAKE=	yes
XGNU_CONFIGURE=	yes
XCONFIGURE_ARGS=	--with-x
XCONFIGURE_ENV+=	CFLAGS="-I${LOCALBASE}/include ${CFLAGS}" \
X		GLIB_CONFIG="${GLIB_CONFIG}" \
X		GTK_CONFIG="${GTK_CONFIG}" \
X		LIBS="-L${LOCALBASE}/lib"
X
X.include <bsd.port.mk>
END-of-ghex/Makefile
echo c - ghex/files
mkdir -p ghex/files > /dev/null 2>&1
echo x - ghex/files/md5
sed 's/^X//' >ghex/files/md5 << 'END-of-ghex/files/md5'
XMD5 (ghex-1.0.1.3.tar.gz) = 3843c14161e314abe65a54e4fec2a683
END-of-ghex/files/md5
echo c - ghex/pkg
mkdir -p ghex/pkg > /dev/null 2>&1
echo x - ghex/pkg/PLIST
sed 's/^X//' >ghex/pkg/PLIST << 'END-of-ghex/pkg/PLIST'
Xbin/ghex
Xshare/pixmaps/gnome-ghex.png
Xshare/apps/Applications/ghex.desktop
Xshare/gnome/help/ghex/C/index.html
Xshare/gnome/help/ghex/C/topic.dat
X@dirrm share/gnome/help/ghex/C
X@dirrm share/gnome/help/ghex
END-of-ghex/pkg/PLIST
echo x - ghex/pkg/COMMENT
sed 's/^X//' >ghex/pkg/COMMENT << 'END-of-ghex/pkg/COMMENT'
XGNOME hex editor
END-of-ghex/pkg/COMMENT
echo x - ghex/pkg/DESCR
sed 's/^X//' >ghex/pkg/DESCR << 'END-of-ghex/pkg/DESCR'
XGHex is a simple binary editor, allowing the user to view
Xand edit a binary file in both hex and ascii with multiple
Xlevel undo/redo mechanism. It features find and replace
Xfunctions and conversion between binary, octal, decimal
Xand hexadecimal values, making use of an alternative,
Xuser-configurable MDI concept to allow the user to edit
Xmultiple documents with multiple views of each.
X
XWWW: http://pluton.ijs.si/~jaka/gnome.html
X
X- Chris D. Faulhaber
Xjedgar@fxp.org
END-of-ghex/pkg/DESCR
exit


>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19991028031749.7AD059B22>