diff options
author | eadler <eadler@FreeBSD.org> | 2013-04-17 03:42:47 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2013-04-17 03:42:47 +0800 |
commit | ca1062eaafd703922f1260f9b4ff9cd119d7fc44 (patch) | |
tree | c0172d5750bd5d6d76dc8f997fcd26fdb87022ab /x11 | |
parent | b2e5528ccffb090695566d0955fcb0b11abbd4f0 (diff) | |
download | freebsd-ports-gnome-ca1062eaafd703922f1260f9b4ff9cd119d7fc44.tar.gz freebsd-ports-gnome-ca1062eaafd703922f1260f9b4ff9cd119d7fc44.tar.zst freebsd-ports-gnome-ca1062eaafd703922f1260f9b4ff9cd119d7fc44.zip |
Update to 1.8.5
- Change master sites
- Add license
- Trim pkg-descr
- Update WWW
Submitted by: nemysis <nemysis@gmx.ch>
Feature safe: yes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xbindkeys/Makefile | 10 | ||||
-rw-r--r-- | x11/xbindkeys/distinfo | 4 | ||||
-rw-r--r-- | x11/xbindkeys/pkg-descr | 7 |
3 files changed, 12 insertions, 9 deletions
diff --git a/x11/xbindkeys/Makefile b/x11/xbindkeys/Makefile index 0f597d0361ef..ddb46c2f17c0 100644 --- a/x11/xbindkeys/Makefile +++ b/x11/xbindkeys/Makefile @@ -2,13 +2,15 @@ # $FreeBSD$ PORTNAME= xbindkeys -PORTVERSION= 1.8.3 +PORTVERSION= 1.8.5 CATEGORIES= x11 -MASTER_SITES= http://hocwp.free.fr/xbindkeys/ +MASTER_SITES= http://www.nongnu.org/xbindkeys/ MAINTAINER= eadler@FreeBSD.org COMMENT= Allows you to launch shell commands under X with your keyboard +LICENSE= GPLv2 + OPTIONS_DEFINE= GUILE TCLTK TCLTK_DESC= Tcl Scripting Support @@ -25,7 +27,7 @@ WISH= ${LOCALBASE}/bin/wish8.4 MAKE_JOBS_SAFE= yes -.include <bsd.port.pre.mk> +.include <bsd.port.options.mk> .if ${PORT_OPTIONS:MGUILE} LIB_DEPENDS+= guile:${PORTSDIR}/lang/guile @@ -48,4 +50,4 @@ post-install: @${MKDIR} ${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/xbindkeysrc ${EXAMPLESDIR} -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/x11/xbindkeys/distinfo b/x11/xbindkeys/distinfo index 6dee6aaecfa6..7fa24682e67a 100644 --- a/x11/xbindkeys/distinfo +++ b/x11/xbindkeys/distinfo @@ -1,2 +1,2 @@ -SHA256 (xbindkeys-1.8.3.tar.gz) = ca8033ffdc19f382ec35796318dd6a9e17f04aac1d54d75fb972db6d964f56b4 -SIZE (xbindkeys-1.8.3.tar.gz) = 130150 +SHA256 (xbindkeys-1.8.5.tar.gz) = d62f78709406971e9630bf8a94df7572b0d1df1934afdec37cd8fb64e4f6fc81 +SIZE (xbindkeys-1.8.5.tar.gz) = 138179 diff --git a/x11/xbindkeys/pkg-descr b/x11/xbindkeys/pkg-descr index f9c3afbda097..95b615d08453 100644 --- a/x11/xbindkeys/pkg-descr +++ b/x11/xbindkeys/pkg-descr @@ -1,4 +1,5 @@ -xbindkeys is a program that allows you to launch shell commands under X -with your keyboard. It links commands to keys, using a configuration file. +xbindkeys is a program that allows you to launch shell commands with your +keyboard or your mouse under X Window. It links commands to keys or +mouse buttons, using a configuration file. -WWW: http://hocwp.free.fr/xbindkeys/xbindkeys.html +WWW: http://www.nongnu.org/xbindkeys/xbindkeys.html |