mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 21:24:31 +04:00
cmdpad, pcsc-lite, slide-switch, stoken: shorten title
Longest package titles are not shown in the menuconfig, which decreases manuconfig usability. Shorten some of the longest titles. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
This commit is contained in:
@@ -24,7 +24,7 @@ include $(INCLUDE_DIR)/package.mk
|
|||||||
define Package/cmdpad
|
define Package/cmdpad
|
||||||
SECTION:=utils
|
SECTION:=utils
|
||||||
CATEGORY:=Utilities
|
CATEGORY:=Utilities
|
||||||
TITLE:=execute commands when a key is pressed, released or hold down
|
TITLE:=execute commands when key is pressed/released/held down
|
||||||
URL:=http://cmdpad.sourceforge.net/index.php
|
URL:=http://cmdpad.sourceforge.net/index.php
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|||||||
@@ -24,7 +24,7 @@ PKG_INSTALL:=1
|
|||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
define Package/pcsc-lite/Default
|
define Package/pcsc-lite/Default
|
||||||
TITLE:=Middleware to access a smart card using SCard API (PC/SC).
|
TITLE:=Access a smart card using SCard API (PC/SC)
|
||||||
URL:=http://pcsclite.alioth.debian.org/
|
URL:=http://pcsclite.alioth.debian.org/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|||||||
@@ -31,7 +31,7 @@ define Package/slide-switch
|
|||||||
SECTION:=utils
|
SECTION:=utils
|
||||||
CATEGORY:=Utilities
|
CATEGORY:=Utilities
|
||||||
DEPENDS:=+jshn +jsonfilter
|
DEPENDS:=+jshn +jsonfilter
|
||||||
TITLE:=Translate switch position changes into normal button presses
|
TITLE:=Translate switch position change to button press
|
||||||
URL:=https://github.com/jefferyto/openwrt-slide-switch
|
URL:=https://github.com/jefferyto/openwrt-slide-switch
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|||||||
@@ -29,7 +29,7 @@ PKG_FIXUP:=autoreconf
|
|||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
define Package/stoken/Default
|
define Package/stoken/Default
|
||||||
TITLE:=stoken is a tokencode generator compatible with RSA SecurID 128-bit (AES)
|
TITLE:=tokencode generator compatible with RSA SecurID 128-bit (AES)
|
||||||
URL:=http://sourceforge.net/p/stoken/
|
URL:=http://sourceforge.net/p/stoken/
|
||||||
DEPENDS:= +libxml2 +libnettle
|
DEPENDS:= +libxml2 +libnettle
|
||||||
endef
|
endef
|
||||||
|
|||||||
Reference in New Issue
Block a user