diff options
author | mef <mef@pkgsrc.org> | 2014-12-10 14:05:40 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2014-12-10 14:05:40 +0000 |
commit | d4a44e3d14a74b53f8ba8a7453477839a6f46038 (patch) | |
tree | 2acd35233ae83837275010f8958f74fc38b6f3ef /x11 | |
parent | 5ddc89caaeb23af46c569a75b1ec50075e08c75e (diff) | |
download | pkgsrc-d4a44e3d14a74b53f8ba8a7453477839a6f46038.tar.gz |
(pkgsrc)
- Add LICENSE= gnu-gpl-v2
- Add MASTER_SITES
(upstream)
- Update 1.3.3 to 1.3.9
from debian/changelog
keylaunch (1.3.9) unstable; urgency=low
* Distclean should clean too. (Closes: #570044)
* Add missing script. Not automatically done, because of not using automake.
keylaunch (1.3.8) unstable; urgency=low
* Fix several lintian errors and cleanup aclocal/autoconf stuff.
keylaunch (1.3.7) unstable; urgency=low
* The keylaunch is not dead release!
* Keylaunch is using dh_strip. (Closes: #498310)
keylaunch (1.3.6) unstable; urgency=low
* At first remove all events from the X11 filedescriptor.
This lead to a broken 1.3.5 version.
keylaunch (1.3.5) unstable; urgency=low
* Use select instead of using a while loop with usleep.
keylaunch (1.3.4) unstable; urgency=low
* Since keylaunch uses dh_strip, the install option -s is not needed.
(Closes: #437252)
(Above all are by:)
-- Stefan Pfetzing <dreamind@dreamind.de>
Diffstat (limited to 'x11')
-rw-r--r-- | x11/keylaunch/Makefile | 8 | ||||
-rw-r--r-- | x11/keylaunch/distinfo | 8 |
2 files changed, 9 insertions, 7 deletions
diff --git a/x11/keylaunch/Makefile b/x11/keylaunch/Makefile index 24f7972abc8..ad0ad29bc8e 100644 --- a/x11/keylaunch/Makefile +++ b/x11/keylaunch/Makefile @@ -1,14 +1,16 @@ -# $NetBSD: Makefile,v 1.18 2012/10/29 05:06:31 asau Exp $ +# $NetBSD: Makefile,v 1.19 2014/12/10 14:05:40 mef Exp $ # -DISTNAME= keylaunch_1.3.3 -PKGNAME= keylaunch-1.3.3 +DISTNAME= keylaunch_1.3.9 +PKGNAME= ${DISTNAME:S/_/-/} CATEGORIES= x11 MASTER_SITES= http://www.oroborus.org/debian/dists/sid/main/source/x11/ +MASTER_SITES+= ${MASTER_SITE_DEBIAN:=pool/main/k/keylaunch/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.oroborus.org/?node=Download COMMENT= X utility for binding commands to a hot key +LICENSE= gnu-gpl-v2 WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} USE_TOOLS+= gmake diff --git a/x11/keylaunch/distinfo b/x11/keylaunch/distinfo index e96f4a72859..5816ab2ebc7 100644 --- a/x11/keylaunch/distinfo +++ b/x11/keylaunch/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2007/03/08 19:49:16 wiz Exp $ +$NetBSD: distinfo,v 1.4 2014/12/10 14:05:40 mef Exp $ -SHA1 (keylaunch_1.3.3.tar.gz) = 925decf486482442a39eba50809a35023755ef00 -RMD160 (keylaunch_1.3.3.tar.gz) = bfa9c526b2b0e217266bd7bd438921208ca3a498 -Size (keylaunch_1.3.3.tar.gz) = 69854 bytes +SHA1 (keylaunch_1.3.9.tar.gz) = 1dc0b679aba8f08577e8280f6d5ed836a86c4e22 +RMD160 (keylaunch_1.3.9.tar.gz) = 4660c6d90db28373134ab0cbf8d9c8d2888f0225 +Size (keylaunch_1.3.9.tar.gz) = 80286 bytes |