pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
py-kyra: Drop, no upstream and tarballs?
Module Name: pkgsrc-wip
Committed By: Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By: kamil
Date: Tue Oct 4 13:35:55 2016 +0200
Changeset: f78f2a80b0a3415eba34fb50d21c6ec6d80b316a
Removed Files:
py-kyra/DESCR
py-kyra/Makefile
py-kyra/PLIST
py-kyra/TODO
py-kyra/distinfo
py-kyra/patches/patch-aa
py-kyra/patches/patch-ab
Log Message:
py-kyra: Drop, no upstream and tarballs?
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=f78f2a80b0a3415eba34fb50d21c6ec6d80b316a
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
py-kyra/DESCR | 12 ------------
py-kyra/Makefile | 29 -----------------------------
py-kyra/PLIST | 29 -----------------------------
py-kyra/TODO | 7 -------
py-kyra/distinfo | 7 -------
py-kyra/patches/patch-aa | 13 -------------
py-kyra/patches/patch-ab | 15 ---------------
7 files changed, 112 deletions(-)
diffs:
diff --git a/py-kyra/DESCR b/py-kyra/DESCR
deleted file mode 100644
index 81d8d55..0000000
--- a/py-kyra/DESCR
+++ /dev/null
@@ -1,12 +0,0 @@
-py-Kyra: a fast game development framework for Python
-
-Features
- Base classes: Sprite, Canvas, Image, Tile, ...
- MPEG video support
- Render in an OpenGL surface support
- Compressed data files for package images, sprites, etc..
- PNG, JPEG, GIF, BMP, TIF, PCX, etc. images support (directly or from
- a .dat file)
- MP3, Ogg Vorbis, WAV and multichannel module files support
- Sound channels mixing
- many others: alpha channel, scaling, etc.
diff --git a/py-kyra/Makefile b/py-kyra/Makefile
deleted file mode 100644
index 2896a2a..0000000
--- a/py-kyra/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-# $NetBSD: Makefile,v 1.13 2013/01/01 00:57:33 othyro Exp $
-#
-
-DISTNAME= PyKyra-0.4.0
-PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/PyK/k/1}
-PKGREVISION= 4
-CATEGORIES= devel
-MASTER_SITES= http://www.alobbs.com/pykyra-stuff/
-
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= http://www.alobbs.com/pykyra/
-COMMENT= Game development framework for Python
-LICENSE= gnu-gpl-v2
-
-
-USE_PKGLOCALEDIR= yes
-USE_LIBTOOL= yes
-GNU_CONFIGURE= yes
-PY_PATCHPLIST= yes
-
-CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q}
-
-.include "../../devel/SDL/buildlink3.mk"
-.include "../../audio/SDL_mixer/buildlink3.mk"
-.include "../../wip/kyra2/buildlink3.mk"
-.include "../../lang/python/extension.mk"
-.include "../../multimedia/smpeg/buildlink3.mk"
-.include "../../mk/pthread.buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/py-kyra/PLIST b/py-kyra/PLIST
deleted file mode 100644
index a719d1c..0000000
--- a/py-kyra/PLIST
+++ /dev/null
@@ -1,29 +0,0 @@
-@comment $NetBSD: PLIST,v 1.3 2009/10/11 10:45:10 thomasklausner Exp $
-${PYSITELIB}/PyKyra/FPS.py
-${PYSITELIB}/PyKyra/GlIsoMath.py
-${PYSITELIB}/PyKyra/KrCanvas.py
-${PYSITELIB}/PyKyra/KrCanvasResource.py
-${PYSITELIB}/PyKyra/KrColorTransform.py
-${PYSITELIB}/PyKyra/KrEngine.py
-${PYSITELIB}/PyKyra/KrEvents.py
-${PYSITELIB}/PyKyra/KrImNode.py
-${PYSITELIB}/PyKyra/KrImage.py
-${PYSITELIB}/PyKyra/KrImageFile.py
-${PYSITELIB}/PyKyra/KrImageTree.py
-${PYSITELIB}/PyKyra/KrKeys.py
-${PYSITELIB}/PyKyra/KrMPEGBox.py
-${PYSITELIB}/PyKyra/KrPandora.py
-${PYSITELIB}/PyKyra/KrRGBA.py
-${PYSITELIB}/PyKyra/KrRect.py
-${PYSITELIB}/PyKyra/KrResource.py
-${PYSITELIB}/PyKyra/KrResourceVault.py
-${PYSITELIB}/PyKyra/KrSound.py
-${PYSITELIB}/PyKyra/KrSprite.py
-${PYSITELIB}/PyKyra/KrSpriteTimed.py
-${PYSITELIB}/PyKyra/KrTextBox.py
-${PYSITELIB}/PyKyra/KrTile.py
-${PYSITELIB}/PyKyra/KrTileResource.py
-${PYSITELIB}/PyKyra/KrVideo.py
-${PYSITELIB}/PyKyra/SMPEG.py
-${PYSITELIB}/PyKyra/__init__.py
-${PYSITELIB}/PyKyra/_pyKyra.so
diff --git a/py-kyra/TODO b/py-kyra/TODO
deleted file mode 100644
index c1d6979..0000000
--- a/py-kyra/TODO
+++ /dev/null
@@ -1,7 +0,0 @@
-$Id: TODO,v 1.2 2004/03/07 02:55:55 mpasternak Exp $
-
-check builds on nbsd-stable,current
-
-builds ok on fbsd4-stable
-
- -- dotz%irc.pl@localhost
diff --git a/py-kyra/distinfo b/py-kyra/distinfo
deleted file mode 100644
index 8bed353..0000000
--- a/py-kyra/distinfo
+++ /dev/null
@@ -1,7 +0,0 @@
-$NetBSD: distinfo,v 1.4 2013/01/01 00:56:47 othyro Exp $
-
-SHA1 (PyKyra-0.4.0.tar.gz) = 981e4b5c151d59a0d2f393875d3543cd295fc71a
-RMD160 (PyKyra-0.4.0.tar.gz) = 24611a1c5b075d1ee1ee1dcdf6d6d804a63b812a
-Size (PyKyra-0.4.0.tar.gz) = 304815 bytes
-SHA1 (patch-aa) = 7f0c3da4a7fdd0005ae25f466fbcd673b8400865
-SHA1 (patch-ab) = 167bd0c6ac90eda70562fbe453d9c1e062f97b03
diff --git a/py-kyra/patches/patch-aa b/py-kyra/patches/patch-aa
deleted file mode 100644
index d515612..0000000
--- a/py-kyra/patches/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 2004/01/04 06:32:15 mpasternak Exp $
-
---- configure~ Tue Sep 24 00:17:23 2002
-+++ configure Sun Jan 4 06:25:15 2004
-@@ -7915,7 +7915,7 @@
- prog="
- import sys, string
- minver = '2.2'
--pyver = string.split(sys.version)[0] # first word is version string
-+pyver = string.split(sys.version)[0].replace('p', '.') # first word is version string
- # split strings by '.' and convert to numeric
- minver = map(string.atoi, string.split(minver, '.'))
- pyver = map(string.atoi, string.split(pyver, '.'))
diff --git a/py-kyra/patches/patch-ab b/py-kyra/patches/patch-ab
deleted file mode 100644
index 96ed7dd..0000000
--- a/py-kyra/patches/patch-ab
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-ab,v 1.2 2013/01/01 00:56:47 othyro Exp $
-
-Fix python include.
-
---- src/pykyra.h.orig Sun Mar 7 03:59:06 2004
-+++ src/pykyra.h
-@@ -2,7 +2,7 @@
- #define __pyKyra_h__
-
- #include <SDL.h>
--#include <python2.2/Python.h>
-+#include <Python.h>
- #include <Kyra/engine/kyra.h>
-
-
Home |
Main Index |
Thread Index |
Old Index