[Midnightbsd-cvs] mports [21642] trunk/x11/numlockx: add numlockx

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Aug 13 21:31:08 EDT 2016


Revision: 21642
          http://svnweb.midnightbsd.org/mports/?rev=21642
Author:   laffer1
Date:     2016-08-13 21:31:07 -0400 (Sat, 13 Aug 2016)
Log Message:
-----------
add numlockx

Added Paths:
-----------
    trunk/x11/numlockx/
    trunk/x11/numlockx/Makefile
    trunk/x11/numlockx/distinfo
    trunk/x11/numlockx/pkg-descr

Added: trunk/x11/numlockx/Makefile
===================================================================
--- trunk/x11/numlockx/Makefile	                        (rev 0)
+++ trunk/x11/numlockx/Makefile	2016-08-14 01:31:07 UTC (rev 21642)
@@ -0,0 +1,25 @@
+# Created by: Jean-Baptiste Quenot <jb.quenot at caraldi.com>
+# $FreeBSD: head/x11/numlockx/Makefile 415057 2016-05-12 10:57:28Z amdmi3 $
+# $MidnightBSD$
+
+PORTNAME=	numlockx
+PORTVERSION=	1.2
+CATEGORIES=	x11
+MASTER_SITES=	http://mirror.amdmi3.ru/distfiles/ \
+		LOCAL/ehaupt
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Turns on numlock in X
+
+LICENSE=	mit
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+USES=		localbase
+USE_XORG=	x11 xext xtst
+GNU_CONFIGURE=	yes
+MAKE_ARGS=	ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \
+		AUTOHEADER="${TRUE}"
+
+PLIST_FILES=	bin/numlockx
+
+.include <bsd.port.mk>


Property changes on: trunk/x11/numlockx/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/x11/numlockx/distinfo
===================================================================
--- trunk/x11/numlockx/distinfo	                        (rev 0)
+++ trunk/x11/numlockx/distinfo	2016-08-14 01:31:07 UTC (rev 21642)
@@ -0,0 +1,2 @@
+SHA256 (numlockx-1.2.tar.gz) = e468eb9121c94c9089dc6a287eeb347e900ce04a14be37da29d7696cbce772e4
+SIZE (numlockx-1.2.tar.gz) = 82703


Property changes on: trunk/x11/numlockx/distinfo
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/x11/numlockx/pkg-descr
===================================================================
--- trunk/x11/numlockx/pkg-descr	                        (rev 0)
+++ trunk/x11/numlockx/pkg-descr	2016-08-14 01:31:07 UTC (rev 21642)
@@ -0,0 +1,5 @@
+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).
+
+WWW: http://home.kde.org/~seli/numlockx/


Property changes on: trunk/x11/numlockx/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list