pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
+convertall in wip
Module Name: pkgsrc-wip
Committed By: K.I.A.Derouiche <kamelderouiche%yahoo.com@localhost>
Pushed By: jihbed
Date: Sun Nov 20 21:46:02 2022 +0000
Changeset: e6553219821f26bdd4fb11a20e988ec4059d891a
Modified Files:
Makefile
Added Files:
convertall/DESCR
convertall/Makefile
convertall/PLIST
convertall/distinfo
Log Message:
+convertall in wip
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=e6553219821f26bdd4fb11a20e988ec4059d891a
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
convertall/DESCR | 4 +++
convertall/Makefile | 37 +++++++++++++++++++++++
convertall/PLIST | 86 +++++++++++++++++++++++++++++++++++++++++++++++++++++
convertall/distinfo | 5 ++++
5 files changed, 133 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index 2b1b162271..c539bb28b4 100644
--- a/Makefile
+++ b/Makefile
@@ -528,6 +528,7 @@ SUBDIR+= conkeror
SUBDIR+= conky
SUBDIR+= consul
SUBDIR+= contacts
+SUBDIR+= convertall
SUBDIR+= cool-retro-term-git
SUBDIR+= cops
SUBDIR+= copytape
diff --git a/convertall/DESCR b/convertall/DESCR
new file mode 100644
index 0000000000..d5e6c1dd98
--- /dev/null
+++ b/convertall/DESCR
@@ -0,0 +1,4 @@
+A unit converter that can combine the units any way you want. If
+you want to convert from inches per decade, that's fine. Or from
+meter-pounds. Or from cubic nautical miles. The units don't have to
+make sense to anyone else
diff --git a/convertall/Makefile b/convertall/Makefile
new file mode 100644
index 0000000000..10eb0e90a1
--- /dev/null
+++ b/convertall/Makefile
@@ -0,0 +1,37 @@
+# $NetBSD$
+
+GITHUB_PROJECT= ConvertAll
+DISTNAME= convertall-0.8.0
+CATEGORIES= math
+MASTER_SITES= ${MASTER_SITE_GITHUB:=doug-101/}
+GITHUB_RELEASE= v0.8.0
+DIST_SUBDIR= ${GITHUB_PROJECT}
+
+MAINTAINER= kamelderouiche%yahoo.com@localhost
+HOMEPAGE= http://convertall.bellz.org/
+COMMENT= Another unit converter
+LICENSE= gnu-gpl-v2
+
+WRKSRC= ${WRKDIR}/ConvertAll
+
+PYTHON_VERSIONS_INCOMPATIBLE= 27
+
+USE_TOOLS+= gettext msgfmt
+NO_BUILD= yes
+USE_PKGLOCALEDIR= yes
+
+REPLACE_PYTHON+= install.py uninstall.py source/convertall.py
+
+MAKE_FLAGS+= PREFIX=${PREFIX} DESTDIR=${DESTDIR}
+
+do-install:
+ cd ${WRKSRC} && ${PYTHONBIN} install.py -p ${DESTDIR}${PREFIX}
+
+
+.include "../../devel/gettext-tools/msgfmt-desktop.mk"
+.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
+.include "../../lang/python/application.mk"
+.include "../../sysutils/desktop-file-utils/desktopdb.mk"
+.include "../../x11/py-qt5/buildlink3.mk"
+.include "../../x11/qt5-qtbase/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/convertall/PLIST b/convertall/PLIST
new file mode 100644
index 0000000000..8d0b7ad1b8
--- /dev/null
+++ b/convertall/PLIST
@@ -0,0 +1,86 @@
+@comment $NetBSD$
+bin/convertall
+share/applications/convertall.desktop
+share/convertall/__pycache__/bases.cpython-310.pyc
+share/convertall/__pycache__/cmdline.cpython-310.pyc
+share/convertall/__pycache__/colorset.cpython-310.pyc
+share/convertall/__pycache__/convertall.cpython-310.pyc
+share/convertall/__pycache__/convertdlg.cpython-310.pyc
+share/convertall/__pycache__/fontset.cpython-310.pyc
+share/convertall/__pycache__/helpview.cpython-310.pyc
+share/convertall/__pycache__/icondict.cpython-310.pyc
+share/convertall/__pycache__/numedit.cpython-310.pyc
+share/convertall/__pycache__/option.cpython-310.pyc
+share/convertall/__pycache__/optiondefaults.cpython-310.pyc
+share/convertall/__pycache__/optiondlg.cpython-310.pyc
+share/convertall/__pycache__/recentunits.cpython-310.pyc
+share/convertall/__pycache__/setup.cpython-310.pyc
+share/convertall/__pycache__/unitatom.cpython-310.pyc
+share/convertall/__pycache__/unitdata.cpython-310.pyc
+share/convertall/__pycache__/unitedit.cpython-310.pyc
+share/convertall/__pycache__/unitgroup.cpython-310.pyc
+share/convertall/__pycache__/unitlistview.cpython-310.pyc
+share/convertall/bases.py
+share/convertall/cmdline.py
+share/convertall/colorset.py
+share/convertall/convertall.pro
+share/convertall/convertall.py
+share/convertall/convertall.spec
+share/convertall/convertdlg.py
+share/convertall/data/units.dat
+share/convertall/data/units_ca.dat
+share/convertall/data/units_de.dat
+share/convertall/data/units_es.dat
+share/convertall/data/units_fr.dat
+share/convertall/data/units_ru.dat
+share/convertall/data/units_sv.dat
+share/convertall/fontset.py
+share/convertall/helpview.py
+share/convertall/icondict.py
+share/convertall/numedit.py
+share/convertall/option.py
+share/convertall/optiondefaults.py
+share/convertall/optiondlg.py
+share/convertall/recentunits.py
+share/convertall/setup.py
+share/convertall/translations/convertall_ca.qm
+share/convertall/translations/convertall_ca.ts
+share/convertall/translations/convertall_de.qm
+share/convertall/translations/convertall_de.ts
+share/convertall/translations/convertall_es.qm
+share/convertall/translations/convertall_es.ts
+share/convertall/translations/convertall_fr.qm
+share/convertall/translations/convertall_fr.ts
+share/convertall/translations/convertall_ru.qm
+share/convertall/translations/convertall_ru.ts
+share/convertall/translations/convertall_sv.qm
+share/convertall/translations/convertall_sv.ts
+share/convertall/translations/qt_ca.qm
+share/convertall/translations/qt_de.qm
+share/convertall/translations/qt_es.qm
+share/convertall/translations/qt_fr.qm
+share/convertall/translations/qt_ru.qm
+share/convertall/translations/qt_sv.qm
+share/convertall/unitatom.py
+share/convertall/unitdata.py
+share/convertall/unitedit.py
+share/convertall/unitgroup.py
+share/convertall/unitlistview.py
+share/doc/convertall/INSTALL
+share/doc/convertall/LICENSE
+share/doc/convertall/README.html
+share/doc/convertall/README_de.html
+share/doc/convertall/README_es.html
+share/doc/convertall/README_fr.html
+share/doc/convertall/README_ru.html
+share/icons/convertall/convertall-icon.png
+share/icons/convertall/convertall-icon.svg
+share/icons/convertall/convertall_lg.png
+share/icons/convertall/convertall_med.png
+share/icons/convertall/convertall_sm.png
+share/icons/convertall/helpback.png
+share/icons/convertall/helpforward.png
+share/icons/convertall/helphome.png
+share/icons/convertall/helpnext.png
+share/icons/convertall/helpprevious.png
+share/icons/hicolor/scalable/apps/convertall-icon.svg
diff --git a/convertall/distinfo b/convertall/distinfo
new file mode 100644
index 0000000000..56ac36c0a9
--- /dev/null
+++ b/convertall/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (ConvertAll/convertall-0.8.0.tar.gz) = 601c38bb575055e2a84f347901852d3847ce299bc802d30773424fec875a25a5
+SHA512 (ConvertAll/convertall-0.8.0.tar.gz) = 7ddb323db4efc52288c2f077cb121a674da6db873e090488c117c68f0a2383936259017bf068d61ab8784c947f454b16e430fbf77b3d2d10b781bdaaa2b8d690
+Size (ConvertAll/convertall-0.8.0.tar.gz) = 281055 bytes
Home |
Main Index |
Thread Index |
Old Index