diff options
author | markd <markd> | 2012-03-20 06:35:25 +0000 |
---|---|---|
committer | markd <markd> | 2012-03-20 06:35:25 +0000 |
commit | cd05cc8632082739778e21fc7acce8cd55d5cf44 (patch) | |
tree | b8c6a551d385c277d6f18557f39843c585e77e40 /misc/kcharselect | |
parent | 87224b7bda292e46696e2aba2a0ec660297dfc54 (diff) | |
download | pkgsrc-cd05cc8632082739778e21fc7acce8cd55d5cf44.tar.gz |
Update to KDE SC 4.8.0
remove kdeutils4
add kcharselect, kremotecontrol, superkaramba, sweeper
Diffstat (limited to 'misc/kcharselect')
-rw-r--r-- | misc/kcharselect/DESCR | 11 | ||||
-rw-r--r-- | misc/kcharselect/Makefile | 14 | ||||
-rw-r--r-- | misc/kcharselect/PLIST | 9 | ||||
-rw-r--r-- | misc/kcharselect/distinfo | 5 |
4 files changed, 39 insertions, 0 deletions
diff --git a/misc/kcharselect/DESCR b/misc/kcharselect/DESCR new file mode 100644 index 00000000000..594269a8ffb --- /dev/null +++ b/misc/kcharselect/DESCR @@ -0,0 +1,11 @@ +KCharSelect is a tool to select special characters from all installed +fonts and copy them into the clipboard. + +You can browse characters by their category or quickly find a certain +character by searching for its name. KCharSelect displays various +information about the selected character. This includes not only the +Unicode character name, but also aliases, general notes and cross +references to similar characters. For technical use, different +representations of the character are shown. KCharSelect also contains +Unihan data for East Asian characters to display English definitions +and different pronunciations. diff --git a/misc/kcharselect/Makefile b/misc/kcharselect/Makefile new file mode 100644 index 00000000000..55b86583a50 --- /dev/null +++ b/misc/kcharselect/Makefile @@ -0,0 +1,14 @@ +# $NetBSD: Makefile,v 1.1 2012/03/20 06:35:27 markd Exp $ + +DISTNAME= kcharselect-${_KDE_VERSION} +CATEGORIES= misc +COMMENT= KDE character selector + +.include "../../meta-pkgs/kde4/Makefile.kde4" + +.include "../../meta-pkgs/kde4/kde4.mk" + +.include "../../sysutils/desktop-file-utils/desktopdb.mk" +.include "../../x11/kdelibs4/buildlink3.mk" + +.include "../../mk/bsd.pkg.mk" diff --git a/misc/kcharselect/PLIST b/misc/kcharselect/PLIST new file mode 100644 index 00000000000..1e20cec416b --- /dev/null +++ b/misc/kcharselect/PLIST @@ -0,0 +1,9 @@ +@comment $NetBSD: PLIST,v 1.1 2012/03/20 06:35:27 markd Exp $ +bin/kcharselect +share/applications/kde4/KCharSelect.desktop +share/doc/kde/HTML/en/kcharselect/common +share/doc/kde/HTML/en/kcharselect/index.cache.bz2 +share/doc/kde/HTML/en/kcharselect/index.docbook +share/doc/kde/HTML/en/kcharselect/kcharselect.png +share/kde/apps/kcharselect/kcharselectui.rc +share/kde/apps/kconf_update/kcharselect.upd diff --git a/misc/kcharselect/distinfo b/misc/kcharselect/distinfo new file mode 100644 index 00000000000..4eb1927d882 --- /dev/null +++ b/misc/kcharselect/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2012/03/20 06:35:27 markd Exp $ + +SHA1 (kcharselect-4.8.0.tar.bz2) = 0f4ffe3469c45317b7b76b66755e14df333835a3 +RMD160 (kcharselect-4.8.0.tar.bz2) = 79ae1a84c9fd351b1745513a692708cef7e77161 +Size (kcharselect-4.8.0.tar.bz2) = 91917 bytes |