Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Oct 2000 06:43:53 -0500 (CDT)
From:      ishmael27@home.com
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/22110: New port: e16keyedit-0.2
Message-ID:  <200010191143.e9JBhr270635@babylon.merseine.nu>

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

>Number:         22110
>Category:       ports
>Synopsis:       New port: e16keyedit-0.2
>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:   Thu Oct 19 04:50:01 PDT 2000
>Closed-Date:
>Last-Modified:
>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:
>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?200010191143.e9JBhr270635>