pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
kunitconversion: Add kunitconversion 5.19.0
Module Name: pkgsrc-wip
Committed By: Mark Davies <mark%ecs.vuw.ac.nz@localhost>
Pushed By: markd
Date: Tue Mar 1 23:03:26 2016 +1300
Changeset: 19697c78aa41f6c1644cd5b4bc50468a4920e7ba
Modified Files:
Makefile
Added Files:
kunitconversion/DESCR
kunitconversion/Makefile
kunitconversion/PLIST
kunitconversion/buildlink3.mk
kunitconversion/distinfo
Log Message:
kunitconversion: Add kunitconversion 5.19.0
KUnitConversion provides functions to convert values in different physical
units. It supports converting different prefixes (e.g. kilo, mega, giga) as
well as converting between different unit systems (e.g. liters, gallons). The
following areas are supported:
* Acceleration
* Angle
* Area
* Currency
* Density
* Energy
* Force
* Frequency
* Fuel efficiency
* Length
* Mass
* Power
* Pressure
* Temperature
* Time
* Velocity
* Volume
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=19697c78aa41f6c1644cd5b4bc50468a4920e7ba
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
kunitconversion/DESCR | 22 +++++++++++++
kunitconversion/Makefile | 17 ++++++++++
kunitconversion/PLIST | 76 +++++++++++++++++++++++++++++++++++++++++++
kunitconversion/buildlink3.mk | 15 +++++++++
kunitconversion/distinfo | 6 ++++
6 files changed, 137 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index 06ed0aa..59e4b6f 100644
--- a/Makefile
+++ b/Makefile
@@ -1469,6 +1469,7 @@ SUBDIR+= kstest
SUBDIR+= ktextwidgets
SUBDIR+= ktjet
SUBDIR+= kuickshow
+SUBDIR+= kunitconversion
SUBDIR+= kup
SUBDIR+= kvirc
SUBDIR+= kwallet
diff --git a/kunitconversion/DESCR b/kunitconversion/DESCR
new file mode 100644
index 0000000..e79118e
--- /dev/null
+++ b/kunitconversion/DESCR
@@ -0,0 +1,22 @@
+KUnitConversion provides functions to convert values in different physical
+units. It supports converting different prefixes (e.g. kilo, mega, giga) as
+well as converting between different unit systems (e.g. liters, gallons). The
+following areas are supported:
+
+* Acceleration
+* Angle
+* Area
+* Currency
+* Density
+* Energy
+* Force
+* Frequency
+* Fuel efficiency
+* Length
+* Mass
+* Power
+* Pressure
+* Temperature
+* Time
+* Velocity
+* Volume
diff --git a/kunitconversion/Makefile b/kunitconversion/Makefile
new file mode 100644
index 0000000..da4f229
--- /dev/null
+++ b/kunitconversion/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.25 2016/01/10 20:01:05 markd Exp $
+
+DISTNAME= kunitconversion-${KF5VER}
+CATEGORIES= misc
+
+HOMEPAGE= https://projects.kde.org/projects/frameworks/kunitconversion
+COMMENT= Support for unit conversion
+LICENSE= gnu-lgpl-v2.1
+
+.include "../../wip/kf5/Makefile.common"
+
+USE_TOOLS+= msgmerge
+
+.include "../../lang/python/tool.mk"
+.include "../../wip/ki18n/buildlink3.mk"
+.include "../../x11/qt5-qtbase/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/kunitconversion/PLIST b/kunitconversion/PLIST
new file mode 100644
index 0000000..26e9889
--- /dev/null
+++ b/kunitconversion/PLIST
@@ -0,0 +1,76 @@
+@comment $NetBSD$
+include/KF5/KUnitConversion/KUnitConversion/Converter
+include/KF5/KUnitConversion/KUnitConversion/Unit
+include/KF5/KUnitConversion/KUnitConversion/UnitCategory
+include/KF5/KUnitConversion/KUnitConversion/Value
+include/KF5/KUnitConversion/kunitconversion/converter.h
+include/KF5/KUnitConversion/kunitconversion/kunitconversion_export.h
+include/KF5/KUnitConversion/kunitconversion/unit.h
+include/KF5/KUnitConversion/kunitconversion/unitcategory.h
+include/KF5/KUnitConversion/kunitconversion/value.h
+include/KF5/kunitconversion_version.h
+lib/cmake/KF5UnitConversion/KF5UnitConversionConfig.cmake
+lib/cmake/KF5UnitConversion/KF5UnitConversionConfigVersion.cmake
+lib/cmake/KF5UnitConversion/KF5UnitConversionTargets-noconfig.cmake
+lib/cmake/KF5UnitConversion/KF5UnitConversionTargets.cmake
+lib/libKF5UnitConversion.so
+lib/libKF5UnitConversion.so.5
+lib/libKF5UnitConversion.so.${PKGVERSION}
+qt5/mkspecs/modules/qt_KUnitConversion.pri
+share/locale/ar/LC_MESSAGES/kunitconversion5.mo
+share/locale/ast/LC_MESSAGES/kunitconversion5.mo
+share/locale/bg/LC_MESSAGES/kunitconversion5.mo
+share/locale/bs/LC_MESSAGES/kunitconversion5.mo
+share/locale/ca/LC_MESSAGES/kunitconversion5.mo
+share/locale/ca@valencia/LC_MESSAGES/kunitconversion5.mo
+share/locale/cs/LC_MESSAGES/kunitconversion5.mo
+share/locale/da/LC_MESSAGES/kunitconversion5.mo
+share/locale/de/LC_MESSAGES/kunitconversion5.mo
+share/locale/el/LC_MESSAGES/kunitconversion5.mo
+share/locale/en_GB/LC_MESSAGES/kunitconversion5.mo
+share/locale/eo/LC_MESSAGES/kunitconversion5.mo
+share/locale/es/LC_MESSAGES/kunitconversion5.mo
+share/locale/et/LC_MESSAGES/kunitconversion5.mo
+share/locale/eu/LC_MESSAGES/kunitconversion5.mo
+share/locale/fi/LC_MESSAGES/kunitconversion5.mo
+share/locale/fr/LC_MESSAGES/kunitconversion5.mo
+share/locale/ga/LC_MESSAGES/kunitconversion5.mo
+share/locale/gd/LC_MESSAGES/kunitconversion5.mo
+share/locale/gl/LC_MESSAGES/kunitconversion5.mo
+share/locale/hr/LC_MESSAGES/kunitconversion5.mo
+share/locale/hu/LC_MESSAGES/kunitconversion5.mo
+share/locale/ia/LC_MESSAGES/kunitconversion5.mo
+share/locale/is/LC_MESSAGES/kunitconversion5.mo
+share/locale/it/LC_MESSAGES/kunitconversion5.mo
+share/locale/ja/LC_MESSAGES/kunitconversion5.mo
+share/locale/kk/LC_MESSAGES/kunitconversion5.mo
+share/locale/ko/LC_MESSAGES/kunitconversion5.mo
+share/locale/lt/LC_MESSAGES/kunitconversion5.mo
+share/locale/lv/LC_MESSAGES/kunitconversion5.mo
+share/locale/mr/LC_MESSAGES/kunitconversion5.mo
+share/locale/ms/LC_MESSAGES/kunitconversion5.mo
+share/locale/nb/LC_MESSAGES/kunitconversion5.mo
+share/locale/nds/LC_MESSAGES/kunitconversion5.mo
+share/locale/nl/LC_MESSAGES/kunitconversion5.mo
+share/locale/nn/LC_MESSAGES/kunitconversion5.mo
+share/locale/pa/LC_MESSAGES/kunitconversion5.mo
+share/locale/pl/LC_MESSAGES/kunitconversion5.mo
+share/locale/pt/LC_MESSAGES/kunitconversion5.mo
+share/locale/pt_BR/LC_MESSAGES/kunitconversion5.mo
+share/locale/ro/LC_MESSAGES/kunitconversion5.mo
+share/locale/ru/LC_MESSAGES/kunitconversion5.mo
+share/locale/se/LC_MESSAGES/kunitconversion5.mo
+share/locale/sk/LC_MESSAGES/kunitconversion5.mo
+share/locale/sl/LC_MESSAGES/kunitconversion5.mo
+share/locale/sr/LC_MESSAGES/kunitconversion5.mo
+share/locale/sr@ijekavian/LC_MESSAGES/kunitconversion5.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/kunitconversion5.mo
+share/locale/sr@latin/LC_MESSAGES/kunitconversion5.mo
+share/locale/sv/LC_MESSAGES/kunitconversion5.mo
+share/locale/ta/LC_MESSAGES/kunitconversion5.mo
+share/locale/th/LC_MESSAGES/kunitconversion5.mo
+share/locale/tr/LC_MESSAGES/kunitconversion5.mo
+share/locale/ug/LC_MESSAGES/kunitconversion5.mo
+share/locale/uk/LC_MESSAGES/kunitconversion5.mo
+share/locale/zh_CN/LC_MESSAGES/kunitconversion5.mo
+share/locale/zh_TW/LC_MESSAGES/kunitconversion5.mo
diff --git a/kunitconversion/buildlink3.mk b/kunitconversion/buildlink3.mk
new file mode 100644
index 0000000..c051a3d
--- /dev/null
+++ b/kunitconversion/buildlink3.mk
@@ -0,0 +1,15 @@
+# $NetBSD$
+
+BUILDLINK_TREE+= kunitconversion
+
+.if !defined(KUNITCONVERSION_BUILDLINK3_MK)
+KUNITCONVERSION_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.kunitconversion+= kunitconversion>=5.19.0
+BUILDLINK_PKGSRCDIR.kunitconversion?= ../../wip/kunitconversion
+
+.include "../../wip/ki18n/buildlink3.mk"
+.include "../../x11/qt5-qtbase/buildlink3.mk"
+.endif # KUNITCONVERSION_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -kunitconversion
diff --git a/kunitconversion/distinfo b/kunitconversion/distinfo
new file mode 100644
index 0000000..a93e14d
--- /dev/null
+++ b/kunitconversion/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (kunitconversion-5.19.0.tar.xz) = 7e864ab671a65d0249d296db5a459ca52f63265c
+RMD160 (kunitconversion-5.19.0.tar.xz) = a6338674a76e3a856266e4e55d671a22720d6914
+SHA512 (kunitconversion-5.19.0.tar.xz) = f2839c0601cd8f41b0fc1946f2b50baf9a5b31d9fea50152b02b155ebe2afbbde9ecca93360472410f4e718e1fffa367dc25af4d48704c2981488407b1798a76
+Size (kunitconversion-5.19.0.tar.xz) = 620080 bytes
Home |
Main Index |
Thread Index |
Old Index