Index: databases/Makefile =================================================================== --- databases/Makefile (revision 401707) +++ databases/Makefile (working copy) @@ -726,6 +726,10 @@ SUBDIR += py-flask-sqlalchemy SUBDIR += py-forgetsql SUBDIR += py-gdbm + SUBDIR += py32-gdbm + SUBDIR += py33-gdbm + SUBDIR += py34-gdbm + SUBDIR += py35-gdbm SUBDIR += py-geoalchemy SUBDIR += py-geoalchemy2 SUBDIR += py-hiredis @@ -769,6 +773,10 @@ SUBDIR += py-sqlalchemy-migrate SUBDIR += py-sqlalchemy06 SUBDIR += py-sqlite3 + SUBDIR += py32-sqlite3 + SUBDIR += py33-sqlite3 + SUBDIR += py34-sqlite3 + SUBDIR += py35-sqlite3 SUBDIR += py-sqlite3dbm SUBDIR += py-sqlkit SUBDIR += py-sqlobject Index: databases/py32-gdbm/Makefile =================================================================== --- databases/py32-gdbm/Makefile (nonexistent) +++ databases/py32-gdbm/Makefile (working copy) @@ -0,0 +1,7 @@ +# $FreeBSD$ + +MASTERDIR= ${.CURDIR}/../py-gdbm + +PYTHON_VERSION= python3.2 + +.include "${MASTERDIR}/Makefile" Property changes on: databases/py32-gdbm/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: databases/py33-gdbm/Makefile =================================================================== --- databases/py33-gdbm/Makefile (nonexistent) +++ databases/py33-gdbm/Makefile (working copy) @@ -0,0 +1,7 @@ +# $FreeBSD$ + +MASTERDIR= ${.CURDIR}/../py-gdbm + +PYTHON_VERSION= python3.3 + +.include "${MASTERDIR}/Makefile" Property changes on: databases/py33-gdbm/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: databases/py34-gdbm/Makefile =================================================================== --- databases/py34-gdbm/Makefile (nonexistent) +++ databases/py34-gdbm/Makefile (working copy) @@ -0,0 +1,7 @@ +# $FreeBSD$ + +MASTERDIR= ${.CURDIR}/../py-gdbm + +PYTHON_VERSION= python3.4 + +.include "${MASTERDIR}/Makefile" Property changes on: databases/py34-gdbm/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: databases/py35-gdbm/Makefile =================================================================== --- databases/py35-gdbm/Makefile (nonexistent) +++ databases/py35-gdbm/Makefile (working copy) @@ -0,0 +1,7 @@ +# $FreeBSD$ + +MASTERDIR= ${.CURDIR}/../py-gdbm + +PYTHON_VERSION= python3.5 + +.include "${MASTERDIR}/Makefile" Property changes on: databases/py35-gdbm/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: databases/py32-sqlite3/Makefile =================================================================== --- databases/py32-sqlite3/Makefile (nonexistent) +++ databases/py32-sqlite3/Makefile (working copy) @@ -0,0 +1,7 @@ +# $FreeBSD$ + +MASTERDIR= ${.CURDIR}/../py-sqlite3 + +PYTHON_VERSION= python3.2 + +.include "${MASTERDIR}/Makefile" Property changes on: databases/py32-sqlite3/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: databases/py33-sqlite3/Makefile =================================================================== --- databases/py33-sqlite3/Makefile (nonexistent) +++ databases/py33-sqlite3/Makefile (working copy) @@ -0,0 +1,7 @@ +# $FreeBSD$ + +MASTERDIR= ${.CURDIR}/../py-sqlite3 + +PYTHON_VERSION= python3.3 + +.include "${MASTERDIR}/Makefile" Property changes on: databases/py33-sqlite3/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: databases/py34-sqlite3/Makefile =================================================================== --- databases/py34-sqlite3/Makefile (nonexistent) +++ databases/py34-sqlite3/Makefile (working copy) @@ -0,0 +1,7 @@ +# $FreeBSD$ + +MASTERDIR= ${.CURDIR}/../py-sqlite3 + +PYTHON_VERSION= python3.4 + +.include "${MASTERDIR}/Makefile" Property changes on: databases/py34-sqlite3/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: databases/py35-sqlite3/Makefile =================================================================== --- databases/py35-sqlite3/Makefile (nonexistent) +++ databases/py35-sqlite3/Makefile (working copy) @@ -0,0 +1,7 @@ +# $FreeBSD$ + +MASTERDIR= ${.CURDIR}/../py-sqlite3 + +PYTHON_VERSION= python3.5 + +.include "${MASTERDIR}/Makefile" Property changes on: databases/py35-sqlite3/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: x11-toolkits/Makefile =================================================================== --- x11-toolkits/Makefile (revision 401707) +++ x11-toolkits/Makefile (working copy) @@ -193,6 +193,10 @@ SUBDIR += py-qt4-gui SUBDIR += py-sexy SUBDIR += py-tkinter + SUBDIR += py32-tkinter + SUBDIR += py33-tkinter + SUBDIR += py34-tkinter + SUBDIR += py35-tkinter SUBDIR += py-tktreectrl SUBDIR += py-traitsbackendwx SUBDIR += py-traitsgui Index: x11-toolkits/py32-tkinter/Makefile =================================================================== --- x11-toolkits/py32-tkinter/Makefile (nonexistent) +++ x11-toolkits/py32-tkinter/Makefile (working copy) @@ -0,0 +1,7 @@ +# $FreeBSD$ + +MASTERDIR= ${.CURDIR}/../py-tkinter + +PYTHON_VERSION= python3.2 + +.include "${MASTERDIR}/Makefile" Property changes on: x11-toolkits/py32-tkinter/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: x11-toolkits/py33-tkinter/Makefile =================================================================== --- x11-toolkits/py33-tkinter/Makefile (nonexistent) +++ x11-toolkits/py33-tkinter/Makefile (working copy) @@ -0,0 +1,7 @@ +# $FreeBSD$ + +MASTERDIR= ${.CURDIR}/../py-tkinter + +PYTHON_VERSION= python3.3 + +.include "${MASTERDIR}/Makefile" Property changes on: x11-toolkits/py33-tkinter/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: x11-toolkits/py34-tkinter/Makefile =================================================================== --- x11-toolkits/py34-tkinter/Makefile (nonexistent) +++ x11-toolkits/py34-tkinter/Makefile (working copy) @@ -0,0 +1,7 @@ +# $FreeBSD$ + +MASTERDIR= ${.CURDIR}/../py-tkinter + +PYTHON_VERSION= python3.4 + +.include "${MASTERDIR}/Makefile" Property changes on: x11-toolkits/py34-tkinter/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: x11-toolkits/py35-tkinter/Makefile =================================================================== --- x11-toolkits/py35-tkinter/Makefile (nonexistent) +++ x11-toolkits/py35-tkinter/Makefile (working copy) @@ -0,0 +1,7 @@ +# $FreeBSD$ + +MASTERDIR= ${.CURDIR}/../py-tkinter + +PYTHON_VERSION= python3.5 + +.include "${MASTERDIR}/Makefile" Property changes on: x11-toolkits/py35-tkinter/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property