summaryrefslogtreecommitdiffstats
path: root/misc/py-osd/files
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2003-10-03 12:42:23 +0000
committerkrion <krion@FreeBSD.org>2003-10-03 12:42:23 +0000
commit058167eb3a857b64c1ea05b2fba149b905af0d9a (patch)
tree8d9fa6efa425c06fbe00f71a408e4ddb4d486294 /misc/py-osd/files
parent769f8f636921a604e496d335ea85a24e9e909148 (diff)
downloadFreeBSD-ports-058167eb3a857b64c1ea05b2fba149b905af0d9a.zip
FreeBSD-ports-058167eb3a857b64c1ea05b2fba149b905af0d9a.tar.gz
Add py-osd 0.2.6, a python wrapper for osd, for displaying text
on your X display. PR: 55426 Submitted by: larse@isi.edu
Diffstat (limited to 'misc/py-osd/files')
-rw-r--r--misc/py-osd/files/patch-aa23
1 files changed, 23 insertions, 0 deletions
diff --git a/misc/py-osd/files/patch-aa b/misc/py-osd/files/patch-aa
new file mode 100644
index 0000000..4cfcd88
--- /dev/null
+++ b/misc/py-osd/files/patch-aa
@@ -0,0 +1,23 @@
+--- setup.py.orig Sat Nov 23 22:17:59 2002
++++ setup.py Sat Aug 9 10:11:17 2003
+@@ -2,15 +2,16 @@
+
+ from distutils.core import setup, Extension
+
+-setup (name = "pyosd",
++setup (name = "osd",
+ version = "0.2.6",
+ description = "Python wrapper for libosd",
+ url = "http://repose.cx/pyosd/",
+ author = "Damien Elmes",
+ author_email = "pyosd@repose.cx",
+- packages = ['pyosd'],
++ include_dirs = ['/usr/X11R6/include'],
++ packages = ['osd'],
+ ext_modules = \
+- [Extension("_pyosd", ["_pyosd.c"],
+- libraries=["xosd"])]
++ [Extension("_osd", ["_pyosd.c"],
++ library_dirs = ['/usr/X11R6/lib'], libraries=["xosd"])]
+ )
+
OpenPOWER on IntegriCloud