changeset 186:f37c9c21308e

- Make package for x11-toolkits/pypy2-tkinter - FIX: Layout of x11-toolkits/pypy2-tkinter
author Franz Glasner <fzglas.hg@dom66.de>
date Tue, 16 Jan 2024 09:22:36 +0100
parents 665eb1118d35
children 89f5beae0a3f
files .hgignore x11-toolkits/pypy2-tkinter/Makefile x11-toolkits/pypy2-tkinter/pkg-descr x11-toolkits/pypy2-tkinter/x11-toolkits/pypy2-tkinter/Makefile x11-toolkits/pypy2-tkinter/x11-toolkits/pypy2-tkinter/pkg-descr
diffstat 5 files changed, 20 insertions(+), 16 deletions(-) [+]
line wrap: on
line diff
--- a/.hgignore	Tue Jan 16 09:11:41 2024 +0100
+++ b/.hgignore	Tue Jan 16 09:22:36 2024 +0100
@@ -3,4 +3,5 @@
 ^databases/pypy2-sqlite3/work[^/]*/
 ^databases/pypy2-gdbm/work[^/]*/
 ^databases/pypy3-sqlite3/work[^/]*/
+^x11-toolkits/pypy2-tkinter/work[^/]*/
 ^lang/pypy\d+/work[^/]*/
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/x11-toolkits/pypy2-tkinter/Makefile	Tue Jan 16 09:22:36 2024 +0100
@@ -0,0 +1,18 @@
+# Created by: Franz Glasner <fzglas.hg@dom66.de>
+# based on the port created by: David Naylor <dbn@FreeBSD.org>
+
+PORTNAME=	tkinter
+DISTVERSION=	${PYPY_DEFAULT_DISTVERSION}
+CATEGORIES=	x11-toolkits python
+
+MAINTAINER=	fzglas.hg@dom66.de
+COMMENT=	PyPy bindings to the Tk widget set
+WWW=		https://www.pypy.org
+
+USES=		tk
+
+CFFI_MODULE=	_tkinter/tklib
+FFI_MODULE_NAME=	tkffi
+
+.include "${.CURDIR}/../../lang/pypy2/Makefile.cffi.inc"
+.include <bsd.port.post.mk>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/x11-toolkits/pypy2-tkinter/pkg-descr	Tue Jan 16 09:22:36 2024 +0100
@@ -0,0 +1,1 @@
+PyPy bindings to the Tk widget set.
--- a/x11-toolkits/pypy2-tkinter/x11-toolkits/pypy2-tkinter/Makefile	Tue Jan 16 09:11:41 2024 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-# Created by: David Naylor <dbn@FreeBSD.org>
-
-PORTNAME=	tkinter
-CATEGORIES=	x11-toolkits python
-
-MAINTAINER=	python@FreeBSD.org
-COMMENT=	PyPy bindings to the Tk widget set
-
-USES=		tk
-
-CFFI_MODULE=	_tkinter/tklib
-CFFI_NAME=	tkffi
-
-.include "${.CURDIR}/../../lang/pypy/bsd.pypy.cffi.mk"
-.include <bsd.port.post.mk>
--- a/x11-toolkits/pypy2-tkinter/x11-toolkits/pypy2-tkinter/pkg-descr	Tue Jan 16 09:11:41 2024 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-PyPy bindings to the Tk widget set.