diff options
author | markd <markd@pkgsrc.org> | 2012-03-20 05:25:38 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2012-03-20 05:25:38 +0000 |
commit | a9599daa331888efddc2de8709f6742b4b8bf173 (patch) | |
tree | 9ef9bf214edf5eae36327b532fc95db16f7c47f6 /math | |
parent | 510c1e1bd6c524bb942073746dfbeaa1959d6f46 (diff) | |
download | pkgsrc-a9599daa331888efddc2de8709f6742b4b8bf173.tar.gz |
Import kcalc. Part of KDE SC 4.8.0
KDE scientific calculator
Diffstat (limited to 'math')
-rw-r--r-- | math/kcalc/DESCR | 4 | ||||
-rw-r--r-- | math/kcalc/Makefile | 15 | ||||
-rw-r--r-- | math/kcalc/PLIST | 12 | ||||
-rw-r--r-- | math/kcalc/distinfo | 5 |
4 files changed, 36 insertions, 0 deletions
diff --git a/math/kcalc/DESCR b/math/kcalc/DESCR new file mode 100644 index 00000000000..f3eed6b01d0 --- /dev/null +++ b/math/kcalc/DESCR @@ -0,0 +1,4 @@ +KCalc is a calculator which offers many more mathematical functions than +meet the eye on a first glance. Please study the section on keyboard +accelerators and modes in the handbook to learn more about the many +functions available. diff --git a/math/kcalc/Makefile b/math/kcalc/Makefile new file mode 100644 index 00000000000..9e54d3b8e92 --- /dev/null +++ b/math/kcalc/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1.1.1 2012/03/20 05:25:38 markd Exp $ + +DISTNAME= kcalc-${_KDE_VERSION} +CATEGORIES= math +COMMENT= KDE scientific calculator + +.include "../../meta-pkgs/kde4/Makefile.kde4" + +.include "../../meta-pkgs/kde4/kde4.mk" + +.include "../../devel/gmp/buildlink3.mk" +.include "../../sysutils/desktop-file-utils/desktopdb.mk" +.include "../../x11/kdelibs4/buildlink3.mk" + +.include "../../mk/bsd.pkg.mk" diff --git a/math/kcalc/PLIST b/math/kcalc/PLIST new file mode 100644 index 00000000000..8f6090967b5 --- /dev/null +++ b/math/kcalc/PLIST @@ -0,0 +1,12 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2012/03/20 05:25:38 markd Exp $ +bin/kcalc +lib/libkdeinit4_kcalc.so +share/applications/kde4/kcalc.desktop +share/doc/kde/HTML/en/kcalc/commands.docbook +share/doc/kde/HTML/en/kcalc/common +share/doc/kde/HTML/en/kcalc/index.cache.bz2 +share/doc/kde/HTML/en/kcalc/index.docbook +share/kde/apps/kcalc/kcalcui.rc +share/kde/apps/kcalc/scienceconstants.xml +share/kde/apps/kconf_update/kcalcrc.upd +share/kde/config.kcfg/kcalc.kcfg diff --git a/math/kcalc/distinfo b/math/kcalc/distinfo new file mode 100644 index 00000000000..24d51dac685 --- /dev/null +++ b/math/kcalc/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2012/03/20 05:25:38 markd Exp $ + +SHA1 (kcalc-4.8.0.tar.bz2) = b832aadd21906a7bdad323b8f1cbfb59bf1b7c63 +RMD160 (kcalc-4.8.0.tar.bz2) = f9f0b2034f8fde73de0739c325f7bbe4607790d5 +Size (kcalc-4.8.0.tar.bz2) = 91894 bytes |