Import e16keyedit 0.2.
Submitted by Nick Nauwelaerts <nick@wanadoo.be>. A graphical frontend which allows you to bind certain actions, be they enlightenment specific or the running of certain commands, to the keys of your choosing.
This commit is contained in:
parent
6d3681c1b0
commit
99573fa2ef
25
x11/e16keyedit/Makefile
Normal file
25
x11/e16keyedit/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2001/11/15 19:29:10 naddy Exp $
|
||||
|
||||
COMMENT= "edit enlightenment's keybindings"
|
||||
|
||||
DISTNAME= e16keyedit-0.2
|
||||
CATEGORIES= x11
|
||||
NEED_VERSION= 1.492
|
||||
|
||||
MAINTAINER= Nick Nauwelaerts <nick@wanadoo.be>
|
||||
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ftp://ftp.enlightenment.org/enlightenment/e16utils/
|
||||
|
||||
LIB_DEPENDS= gdk_imlib.19::graphics/imlib \
|
||||
gtk.1.2,gdk.1.2::x11/gtk+
|
||||
RUN_DEPENDS= :enlightenment-0.16*:x11/enlightenment
|
||||
|
||||
USE_X11= Yes
|
||||
NO_REGRESS= Yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
x11/e16keyedit/distinfo
Normal file
3
x11/e16keyedit/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (e16keyedit-0.2.tar.gz) = 0ebff2c6fb749113081b2212c777e19b
|
||||
RMD160 (e16keyedit-0.2.tar.gz) = 322ffdd74c534c6fb63722dc21a1d6e24c03e207
|
||||
SHA1 (e16keyedit-0.2.tar.gz) = 6ae901afaaf6d1095c58b7b9cbf7a6d0e1d0ccc8
|
53
x11/e16keyedit/patches/patch-Makefile
Normal file
53
x11/e16keyedit/patches/patch-Makefile
Normal file
@ -0,0 +1,53 @@
|
||||
$OpenBSD: patch-Makefile,v 1.1.1.1 2001/11/15 19:29:10 naddy Exp $
|
||||
--- Makefile.orig Thu Mar 23 20:04:16 2000
|
||||
+++ Makefile Tue Nov 13 19:28:20 2001
|
||||
@@ -9,25 +9,21 @@ DATA =
|
||||
EXTRAS =
|
||||
BUILD = \
|
||||
|
||||
-LIB_DIRS = \
|
||||
- -L/usr/local/lib -L/usr/X11R6/lib -L/usr/X11/lib -L/usr/dt/lib
|
||||
+#LIB_DIRS = \
|
||||
+# -L/usr/local/lib -L/usr/X11R6/lib -L/usr/X11/lib -L/usr/dt/lib
|
||||
LIBS = \
|
||||
- `gtk-config --libs` -lgdbm -lgdk_imlib
|
||||
-CFLAGS = \
|
||||
- -O -g -D_GNU_SOURCE $(DEVFLAGS)
|
||||
+ `gtk-config --libs` -lgdk_imlib
|
||||
+#CFLAGS = \
|
||||
+# -O -g -D_GNU_SOURCE $(DEVFLAGS)
|
||||
#CFLAGS = \
|
||||
# -O -g -W -Wall -Wno-unused -pedantic -pedantic-errors -ansi -D_GNU_SOURCE
|
||||
-OPTFLAGS = \
|
||||
- -O6 -mpentium -mcpu=pentium -march=pentium -ffast-math -D_GNU_SOURCE
|
||||
+#OPTFLAGS = \
|
||||
+# -O6 -mpentium -mcpu=pentium -march=pentium -ffast-math -D_GNU_SOURCE
|
||||
INCLUDES = \
|
||||
`gtk-config --cflags` -I..
|
||||
|
||||
BIN = e16keyedit
|
||||
|
||||
-# configurable stuff
|
||||
-BINARY_DESTINATION = /usr/local/enlightenment/bin
|
||||
-DATA_DESTINATION = /usr/local/enlightenment/share
|
||||
-
|
||||
# commands to do things
|
||||
INSTALL = install
|
||||
MKDIR = mkdir
|
||||
@@ -92,14 +88,8 @@ clean::
|
||||
$(RMRF) $(BIN) *.CKP *.ln *.BAK *.bak *.o core errs ,* *~ *.a .emacs_* tags TAGS make.log MakeOut $(DIST) $(DIST).tar $(DIST).tar.gz ./=build ./=install "#"*
|
||||
|
||||
# how to install
|
||||
-install:: e
|
||||
- @echo
|
||||
- @echo
|
||||
- @echo "You don't really want to do this. it doesn't work yet."
|
||||
- @echo
|
||||
- @echo
|
||||
-# for I in $(BIN); do $(INSTALL) -D -m 0775 $$I $(prefix)$(BINARY_DESTINATION)/$$I; done
|
||||
-# for I in $(DATA); do $(INSTALL) -D -m 0664 $$I $(prefix)$(DATA_DESTINATION)/$$I; done
|
||||
+install::
|
||||
+ $(BSD_INSTALL_PROGRAM) $(BIN) $(PREFIX)/bin
|
||||
|
||||
# how to make a dist tarball
|
||||
dist::
|
3
x11/e16keyedit/pkg/DESCR
Normal file
3
x11/e16keyedit/pkg/DESCR
Normal file
@ -0,0 +1,3 @@
|
||||
A graphical frontend which allows you to bind certain actions, be they
|
||||
enlightenment specific or the running of certain commands, to the keys of your
|
||||
choosing.
|
2
x11/e16keyedit/pkg/PLIST
Normal file
2
x11/e16keyedit/pkg/PLIST
Normal file
@ -0,0 +1,2 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2001/11/15 19:29:10 naddy Exp $
|
||||
bin/e16keyedit
|
Loading…
Reference in New Issue
Block a user