diff options
Diffstat (limited to 'misc/py-osd')
-rw-r--r-- | misc/py-osd/Makefile | 39 | ||||
-rw-r--r-- | misc/py-osd/distinfo | 2 | ||||
-rw-r--r-- | misc/py-osd/files/patch-pyosd-__init__.py | 11 | ||||
-rw-r--r-- | misc/py-osd/files/patch-setup.py | 15 | ||||
-rw-r--r-- | misc/py-osd/pkg-descr | 4 |
5 files changed, 0 insertions, 71 deletions
diff --git a/misc/py-osd/Makefile b/misc/py-osd/Makefile deleted file mode 100644 index 0cb97b8ee426..000000000000 --- a/misc/py-osd/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -# Created by: larse@isi.edu -# $FreeBSD$ - -PORTNAME= osd -PORTVERSION= 0.2.14 -PORTREVISION= 11 -CATEGORIES= misc python -MASTER_SITES= http://ichi2.net/pyosd/ -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= pyosd-${PORTVERSION} - -MAINTAINER= novel@FreeBSD.org -COMMENT= Python wrapper for osd, for displaying text on your X display - -BROKEN= unfetchable -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2020-05-05 - -LIB_DEPENDS= libxosd.so:misc/xosd -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twisted>=0:devel/py-twisted@${PY_FLAVOR} - -USES= python -USE_PYTHON= distutils autoplist - -PORTDOCS= AUTHORS ChangeLog ChangeLog.old README README.daemon pyosd.html -DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} - -OPTIONS_DEFINE= DOCS - -post-patch: - @${REINPLACE_CMD} -e 's|/usr/X11R6|${LOCALBASE}|g' ${WRKSRC}/setup.py - -post-install: - @${MKDIR} ${STAGEDIR}${DOCSDIR} -.for i in ${PORTDOCS} - @${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR} -.endfor - -.include <bsd.port.mk> diff --git a/misc/py-osd/distinfo b/misc/py-osd/distinfo deleted file mode 100644 index b56ca21443c3..000000000000 --- a/misc/py-osd/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (pyosd-0.2.14.tar.gz) = a8a52357845f9c84faeab2983f4042b91bbcbb3355d4e70783de7a97aeb3564c -SIZE (pyosd-0.2.14.tar.gz) = 20845 diff --git a/misc/py-osd/files/patch-pyosd-__init__.py b/misc/py-osd/files/patch-pyosd-__init__.py deleted file mode 100644 index a500ff131512..000000000000 --- a/misc/py-osd/files/patch-pyosd-__init__.py +++ /dev/null @@ -1,11 +0,0 @@ ---- pyosd/__init__.py.orig Wed Mar 7 16:02:22 2007 -+++ pyosd/__init__.py Wed Mar 7 16:03:00 2007 -@@ -44,7 +44,7 @@ - - error = _pyosd.error - --default_font="-*-helvetica-medium-r-normal-*-*-360-*-*-p-*-*-*" -+default_font="-misc-fixed-medium-r-semicondensed--*-*-*-*-c-*-*-*" - - class osd: - """ osd is a class used to create an object which can display messages on diff --git a/misc/py-osd/files/patch-setup.py b/misc/py-osd/files/patch-setup.py deleted file mode 100644 index 72f3812256bb..000000000000 --- a/misc/py-osd/files/patch-setup.py +++ /dev/null @@ -1,15 +0,0 @@ ---- setup.py.orig Thu Jan 27 15:46:22 2005 -+++ setup.py Sat Feb 26 18:43:15 2005 -@@ -8,9 +8,11 @@ - url = "http://repose.cx/pyosd/", - author = "Damien Elmes", - author_email = "pyosd@repose.cx", -+ include_dirs = ['/usr/X11R6/include'], - packages = ['pyosd'], - ext_modules = \ - [Extension("_pyosd", ["_pyosd.c"], -- libraries=["xosd"])] -+ libraries=["xosd"], -+ library_dirs = ['/usr/X11R6/lib'])] - ) - diff --git a/misc/py-osd/pkg-descr b/misc/py-osd/pkg-descr deleted file mode 100644 index 378dd7f13d4a..000000000000 --- a/misc/py-osd/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -PyOSD is a python module for displaying text on your X display, -much like the "On Screen Displays" used on TVs and some monitors. - -WWW: http://ichi2.net/pyosd/ |