summaryrefslogtreecommitdiff
path: root/x11/numlockx
diff options
context:
space:
mode:
authorwiz <wiz>2004-11-29 20:58:34 +0000
committerwiz <wiz>2004-11-29 20:58:34 +0000
commite1da0f18452176399d6997a78a05c02fb40fad0d (patch)
treee7c1e13523862a3942f095481868133a93c6e601 /x11/numlockx
parentd0a39f62da1992425452c54e1af9b49cad8e534a (diff)
downloadpkgsrc-e1da0f18452176399d6997a78a05c02fb40fad0d.tar.gz
Initial import of numlockx-1.0 from Leonard Schmidt in PR 28460:
This little thingy allows you to start X with NumLock turned on (which is a feature that a lot of people seem to miss and nobody really knew how to achieve this).
Diffstat (limited to 'x11/numlockx')
-rw-r--r--x11/numlockx/DESCR3
-rw-r--r--x11/numlockx/Makefile20
-rw-r--r--x11/numlockx/PLIST4
-rw-r--r--x11/numlockx/distinfo5
-rw-r--r--x11/numlockx/patches/patch-aa13
5 files changed, 45 insertions, 0 deletions
diff --git a/x11/numlockx/DESCR b/x11/numlockx/DESCR
new file mode 100644
index 00000000000..12f1f35f706
--- /dev/null
+++ b/x11/numlockx/DESCR
@@ -0,0 +1,3 @@
+This little thingy allows you to start X with NumLock turned on (which is
+a feature that a lot of people seem to miss and nobody really knew how to
+achieve this).
diff --git a/x11/numlockx/Makefile b/x11/numlockx/Makefile
new file mode 100644
index 00000000000..1ea027d2b83
--- /dev/null
+++ b/x11/numlockx/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/11/29 20:58:34 wiz Exp $
+#
+
+DISTNAME= numlockx-1.0
+CATEGORIES= x11
+MASTER_SITES= http://ktown.kde.org/~seli/numlockx/
+
+MAINTAINER= lems@gmx.net
+HOMEPAGE= http://ktown.kde.org/~seli/numlockx/
+COMMENT= Allows you to start X with numlock turned on
+
+USE_BUILDLINK3= yes
+GNU_CONFIGURE= yes
+USE_X11= yes
+
+post-install:
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/numlockx
+ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/numlockx
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/x11/numlockx/PLIST b/x11/numlockx/PLIST
new file mode 100644
index 00000000000..7e76886bf26
--- /dev/null
+++ b/x11/numlockx/PLIST
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/11/29 20:58:35 wiz Exp $
+bin/numlockx
+share/doc/numlockx/README
+@dirrm share/doc/numlockx
diff --git a/x11/numlockx/distinfo b/x11/numlockx/distinfo
new file mode 100644
index 00000000000..008a3819431
--- /dev/null
+++ b/x11/numlockx/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/11/29 20:58:35 wiz Exp $
+
+SHA1 (numlockx-1.0.tar.gz) = e25870fd30c22503e2abfd4d387a2a2d0359ce3e
+Size (numlockx-1.0.tar.gz) = 34936 bytes
+SHA1 (patch-aa) = cf7a7402a7745f19dd87c124e3fcc7c5d77fc47b
diff --git a/x11/numlockx/patches/patch-aa b/x11/numlockx/patches/patch-aa
new file mode 100644
index 00000000000..87bb02c8cf8
--- /dev/null
+++ b/x11/numlockx/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1.1.1 2004/11/29 20:58:35 wiz Exp $
+
+--- Makefile.in.orig 2004-11-29 14:40:39.000000000 +0000
++++ Makefile.in 2004-11-29 14:40:44.000000000 +0000
+@@ -81,7 +81,7 @@
+ numlockx_LDFLAGS = @X_LDFLAGS@
+ INCLUDES = @X_INCLUDES@
+
+-CFLAGS = @CFLAGS@ -Wall -pedantic
++#CFLAGS = @CFLAGS@ -Wall -pedantic
+
+ EXTRA_DIST = AUTHORS LICENSE ChangeLog INSTALL README TODO
+