From ishmael@babylon.merseine.nu  Thu Oct 19 04:42:45 2000
Return-Path: <ishmael@babylon.merseine.nu>
Received: from babylon.merseine.nu (c418236-a.clmba1.mo.home.com [24.12.203.134])
	by hub.freebsd.org (Postfix) with ESMTP id 0F6C137B4E5
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 19 Oct 2000 04:42:45 -0700 (PDT)
Received: (from ishmael@localhost)
	by babylon.merseine.nu (8.11.0/8.11.0) id e9JBhr270635;
	Thu, 19 Oct 2000 06:43:53 -0500 (CDT)
	(envelope-from ishmael)
Message-Id: <200010191143.e9JBhr270635@babylon.merseine.nu>
Date: Thu, 19 Oct 2000 06:43:53 -0500 (CDT)
From: ishmael27@home.com
Sender: ishmael@babylon.merseine.nu
Reply-To: ishmael27@home.com
To: FreeBSD-gnats-submit@freebsd.org
Subject: New port: e16keyedit-0.2
X-Send-Pr-Version: 3.2

>Number:         22110
>Category:       ports
>Synopsis:       New port: e16keyedit-0.2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    clive
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Oct 19 04:50:01 PDT 2000
>Closed-Date:    Mon Dec 11 14:46:29 PST 2000
>Last-Modified:  Mon Dec 11 14:46:43 PST 2000
>Originator:     Jeremy Norris
>Release:        FreeBSD 4.1.1-STABLE i386
>Organization:
>Environment:

FreeBSD babylon.merseine.nu 4.1.1-STABLE i386

>Description:

A new port for e16keyeidt, a key bindings editor for the window manager
enlightenment.

>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:
#
#	e16keyedit
#	e16keyedit/files
#	e16keyedit/files/patch-aa
#	e16keyedit/Makefile
#	e16keyedit/distinfo
#	e16keyedit/pkg-plist
#	e16keyedit/pkg-comment
#	e16keyedit/pkg-descr
#
echo c - e16keyedit
mkdir -p e16keyedit > /dev/null 2>&1
echo c - e16keyedit/files
mkdir -p e16keyedit/files > /dev/null 2>&1
echo x - e16keyedit/files/patch-aa
sed 's/^X//' >e16keyedit/files/patch-aa << 'END-of-e16keyedit/files/patch-aa'
X--- Makefile.orig	Thu Mar 23 13:04:16 2000
X+++ Makefile	Tue Oct 17 17:17:01 2000
X@@ -10,23 +10,23 @@
X BUILD    = \
X 
X LIB_DIRS = \
X-    -L/usr/local/lib -L/usr/X11R6/lib -L/usr/X11/lib -L/usr/dt/lib
X+    -L${LOCALBASE}/lib -L${X11BASE}/lib
X LIBS     = \
X-    `gtk-config --libs` -lgdbm -lgdk_imlib
X-CFLAGS   = \
X-    -O -g -D_GNU_SOURCE $(DEVFLAGS)
X+    `${GTK_CONFIG} --libs` -lgdbm -lgdk_imlib
X+CFLAGS   += \
X+    -D_GNU_SOURCE $(DEVFLAGS)
X #CFLAGS   = \
X #    -O -g -W -Wall -Wno-unused  -pedantic -pedantic-errors -ansi -D_GNU_SOURCE
X OPTFLAGS   = \
X     -O6 -mpentium -mcpu=pentium -march=pentium -ffast-math -D_GNU_SOURCE
X INCLUDES = \
X-    `gtk-config --cflags` -I..
X+    `${GTK_CONFIG} --cflags` -I..
X 
X BIN      = e16keyedit
X 
X # configurable stuff
X-BINARY_DESTINATION = /usr/local/enlightenment/bin
X-DATA_DESTINATION   = /usr/local/enlightenment/share
X+BINARY_DESTINATION = ${PREFIX}/bin
X+DATA_DESTINATION   = ${PREFIX}/share
X 
X # commands to do things
X INSTALL  = install
X@@ -39,7 +39,7 @@
X MAKE     = make
X STRIP    = strip
X SED      = sed
X-MAKEDEP  = gcc -MM $(CFLAGS) $(EXTRA_CFLAGS) $(INCLUDES) $(EXTRA_INCLUDES)
X+MAKEDEP  = ${CC} -MM $(CFLAGS) $(EXTRA_CFLAGS) $(INCLUDES) $(EXTRA_INCLUDES)
X #MAKEDEP = makedepend -f- -s'\# CUT' -- -Y $(CFLAGS) $(EXTRA_CFLAGS) $(INCLUDES) $(EXTRA_INCLUDES) --
X 
X # piece together variables
END-of-e16keyedit/files/patch-aa
echo x - e16keyedit/Makefile
sed 's/^X//' >e16keyedit/Makefile << 'END-of-e16keyedit/Makefile'
X# New ports collection makefile for:	e16keyedit
X# Date Created:				17 Oct 2000
X# Whom:					Jeremy Norris <ishmael27@home.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	e16keyedit
XPORTVERSION= 	0.2
XCATEGORIES=	x11-wm
XMASTER_SITES=	ftp://ftp.enlightenment.org/pub/enlightenment/e16utils/
X
XMAINTAINER=	ports@FreeBSD.ORG
X
XLIB_DEPENDS=	gdbm.2:${PORTSDIR}/databases/gdbm
X
XUSE_X_PREFIX=	yes
XUSE_IMLIB=	yes
X
Xdo-install:
X	${INSTALL_PROGRAM} ${WRKSRC}/e16keyedit ${PREFIX}/bin
X
X.include <bsd.port.mk>
END-of-e16keyedit/Makefile
echo x - e16keyedit/distinfo
sed 's/^X//' >e16keyedit/distinfo << 'END-of-e16keyedit/distinfo'
XMD5 (e16keyedit-0.2.tar.gz) = 0ebff2c6fb749113081b2212c777e19b
END-of-e16keyedit/distinfo
echo x - e16keyedit/pkg-plist
sed 's/^X//' >e16keyedit/pkg-plist << 'END-of-e16keyedit/pkg-plist'
Xbin/e16keyedit
END-of-e16keyedit/pkg-plist
echo x - e16keyedit/pkg-comment
sed 's/^X//' >e16keyedit/pkg-comment << 'END-of-e16keyedit/pkg-comment'
XA standalone keybindings editor for enlightenment version 0.16
END-of-e16keyedit/pkg-comment
echo x - e16keyedit/pkg-descr
sed 's/^X//' >e16keyedit/pkg-descr << 'END-of-e16keyedit/pkg-descr'
XA standalone keybindings editor for enlightenment version 0.16.
END-of-e16keyedit/pkg-descr
exit


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports->clive 
Responsible-Changed-By: clive 
Responsible-Changed-When: Mon Dec 11 11:05:54 PST 2000 
Responsible-Changed-Why:  
I'll handle this. Yet another one on my todo list but already done by E fans. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=22110 
State-Changed-From-To: open->closed 
State-Changed-By: clive 
State-Changed-When: Mon Dec 11 14:46:29 PST 2000 
State-Changed-Why:  
Committed, thanks. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=22110 
>Unformatted:
