summaryrefslogtreecommitdiff
path: root/inputmethod
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2022-01-10 23:46:48 +0000
committerwiz <wiz@pkgsrc.org>2022-01-10 23:46:48 +0000
commit4dbe70f79b821e00cfd571c63ad2d515ce6ddfaf (patch)
treeb2459d12abea880acbe44b27e416ae215bf21ca3 /inputmethod
parent0726b834af308abbc869792710d4229a9d008fb2 (diff)
downloadpkgsrc-4dbe70f79b821e00cfd571c63ad2d515ce6ddfaf.tar.gz
*: convert to egg.mk
Diffstat (limited to 'inputmethod')
-rw-r--r--inputmethod/tegaki-pygtk/Makefile6
-rw-r--r--inputmethod/tegaki-pygtk/PLIST3
-rw-r--r--inputmethod/tegaki-recognize/Makefile6
-rw-r--r--inputmethod/tegaki-recognize/PLIST3
-rw-r--r--inputmethod/tegaki-tools/Makefile6
-rw-r--r--inputmethod/tegaki-tools/PLIST3
-rw-r--r--inputmethod/tegaki-train/Makefile6
-rw-r--r--inputmethod/tegaki-train/PLIST3
-rw-r--r--inputmethod/tegaki-wagomu/Makefile6
-rw-r--r--inputmethod/tegaki-wagomu/PLIST3
10 files changed, 20 insertions, 25 deletions
diff --git a/inputmethod/tegaki-pygtk/Makefile b/inputmethod/tegaki-pygtk/Makefile
index b7b6a8812e1..f6044f27798 100644
--- a/inputmethod/tegaki-pygtk/Makefile
+++ b/inputmethod/tegaki-pygtk/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.16 2020/12/04 20:45:25 nia Exp $
+# $NetBSD: Makefile,v 1.17 2022/01/10 23:46:48 wiz Exp $
DISTNAME= tegaki-pygtk-0.3.1
-PKGREVISION= 4
+PKGREVISION= 5
CATEGORIES= inputmethod
MASTER_SITES= http://www.tegaki.org/releases/${PKGVERSION_NOREV}/
@@ -17,5 +17,5 @@ USE_LANGUAGES= # none
PYTHON_VERSIONS_ACCEPTED= 27 # py-gtk2
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/inputmethod/tegaki-pygtk/PLIST b/inputmethod/tegaki-pygtk/PLIST
index bcc3f3c787f..102f7ca591a 100644
--- a/inputmethod/tegaki-pygtk/PLIST
+++ b/inputmethod/tegaki-pygtk/PLIST
@@ -1,5 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2012/04/08 20:21:49 wiz Exp $
-${PYSITELIB}/${EGG_FILE}
+@comment $NetBSD: PLIST,v 1.3 2022/01/10 23:46:48 wiz Exp $
${PYSITELIB}/tegakigtk/__init__.py
${PYSITELIB}/tegakigtk/__init__.pyc
${PYSITELIB}/tegakigtk/__init__.pyo
diff --git a/inputmethod/tegaki-recognize/Makefile b/inputmethod/tegaki-recognize/Makefile
index 9a91ebe5ed7..369dd816d6e 100644
--- a/inputmethod/tegaki-recognize/Makefile
+++ b/inputmethod/tegaki-recognize/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.17 2020/12/04 20:45:25 nia Exp $
+# $NetBSD: Makefile,v 1.18 2022/01/10 23:46:48 wiz Exp $
DISTNAME= tegaki-recognize-0.3.1.2
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= inputmethod
MASTER_SITES= http://www.tegaki.org/releases/0.3.1/
@@ -17,7 +17,7 @@ USE_LANGUAGES= # none
REPLACE_PYTHON= bin/tegaki-recognize
PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 0.3.1.2
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
.include "../../lang/python/application.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/inputmethod/tegaki-recognize/PLIST b/inputmethod/tegaki-recognize/PLIST
index 57a336d195e..3c40d253fc7 100644
--- a/inputmethod/tegaki-recognize/PLIST
+++ b/inputmethod/tegaki-recognize/PLIST
@@ -1,6 +1,5 @@
-@comment $NetBSD: PLIST,v 1.2 2012/04/08 20:21:50 wiz Exp $
+@comment $NetBSD: PLIST,v 1.3 2022/01/10 23:46:48 wiz Exp $
bin/tegaki-recognize
-${PYSITELIB}/${EGG_FILE}
share/applications/tegaki-recognize.desktop
share/menu/tegaki-recognize
share/pixmaps/tegaki-recognize.svg
diff --git a/inputmethod/tegaki-tools/Makefile b/inputmethod/tegaki-tools/Makefile
index a5ab3f20571..1c0f3b6981c 100644
--- a/inputmethod/tegaki-tools/Makefile
+++ b/inputmethod/tegaki-tools/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.16 2020/12/04 20:45:25 nia Exp $
+# $NetBSD: Makefile,v 1.17 2022/01/10 23:46:48 wiz Exp $
DISTNAME= tegaki-tools-0.3.1
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= inputmethod
MASTER_SITES= http://www.tegaki.org/releases/${PKGVERSION_NOREV}/
@@ -18,5 +18,5 @@ USE_LANGUAGES= c c++
PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 0.3.1
.include "../../lang/python/application.mk"
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/inputmethod/tegaki-tools/PLIST b/inputmethod/tegaki-tools/PLIST
index 635d8402eaa..e53f18b8f3e 100644
--- a/inputmethod/tegaki-tools/PLIST
+++ b/inputmethod/tegaki-tools/PLIST
@@ -1,11 +1,10 @@
-@comment $NetBSD: PLIST,v 1.2 2012/04/08 20:21:50 wiz Exp $
+@comment $NetBSD: PLIST,v 1.3 2022/01/10 23:46:48 wiz Exp $
bin/tegaki-bootstrap
bin/tegaki-build
bin/tegaki-convert
bin/tegaki-eval
bin/tegaki-render
bin/tegaki-stats
-${PYSITELIB}/${EGG_FILE}
${PYSITELIB}/tegakitools/__init__.py
${PYSITELIB}/tegakitools/__init__.pyc
${PYSITELIB}/tegakitools/__init__.pyo
diff --git a/inputmethod/tegaki-train/Makefile b/inputmethod/tegaki-train/Makefile
index 837fc6be5ed..19b348a5020 100644
--- a/inputmethod/tegaki-train/Makefile
+++ b/inputmethod/tegaki-train/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.16 2020/12/04 20:45:25 nia Exp $
+# $NetBSD: Makefile,v 1.17 2022/01/10 23:46:48 wiz Exp $
DISTNAME= tegaki-train-0.3.1
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= inputmethod
MASTER_SITES= http://www.tegaki.org/releases/${PKGVERSION_NOREV}/
@@ -17,5 +17,5 @@ USE_LANGUAGES= # none
PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 0.3.1
.include "../../lang/python/application.mk"
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/inputmethod/tegaki-train/PLIST b/inputmethod/tegaki-train/PLIST
index 86be2fa0ae0..7e406d6b511 100644
--- a/inputmethod/tegaki-train/PLIST
+++ b/inputmethod/tegaki-train/PLIST
@@ -1,3 +1,2 @@
-@comment $NetBSD: PLIST,v 1.2 2012/04/08 20:21:50 wiz Exp $
+@comment $NetBSD: PLIST,v 1.3 2022/01/10 23:46:48 wiz Exp $
bin/tegaki-train
-${PYSITELIB}/${EGG_FILE}
diff --git a/inputmethod/tegaki-wagomu/Makefile b/inputmethod/tegaki-wagomu/Makefile
index 438e34014bd..30a31d34cef 100644
--- a/inputmethod/tegaki-wagomu/Makefile
+++ b/inputmethod/tegaki-wagomu/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.28 2021/12/08 16:05:19 adam Exp $
+# $NetBSD: Makefile,v 1.29 2022/01/10 23:46:49 wiz Exp $
DISTNAME= tegaki-wagomu-0.3.1
-PKGREVISION= 10
+PKGREVISION= 11
CATEGORIES= inputmethod
MASTER_SITES= http://www.tegaki.org/releases/${PKGVERSION_NOREV}/
MASTER_SITES+= http://www.tegaki.org/releases/0.3/
@@ -32,5 +32,5 @@ SUBST_SED.fixver= -e 's|0\.3|${PKGVERSION_NOREV}|'
PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 0.3.1
.include "../../devel/glib2/buildlink3.mk"
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/inputmethod/tegaki-wagomu/PLIST b/inputmethod/tegaki-wagomu/PLIST
index 0c62efa4ee8..bcbf8f5ff4c 100644
--- a/inputmethod/tegaki-wagomu/PLIST
+++ b/inputmethod/tegaki-wagomu/PLIST
@@ -1,6 +1,5 @@
-@comment $NetBSD: PLIST,v 1.2 2012/04/08 20:21:50 wiz Exp $
+@comment $NetBSD: PLIST,v 1.3 2022/01/10 23:46:49 wiz Exp $
${PYSITELIB}/_wagomu.so
-${PYSITELIB}/${EGG_FILE}
${PYSITELIB}/wagomu.py
${PYSITELIB}/wagomu.pyc
${PYSITELIB}/wagomu.pyo