pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/py-urwid Import urwid-0.8.4.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1105d805aedd
branches:  trunk
changeset: 486406:1105d805aedd
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Tue Dec 28 00:00:51 2004 +0000

description:
Import urwid-0.8.4.

Urwid is a curses-based user interface library.  It includes many
features useful for text console application developers including,
fluid interface resizing (xterm window resizing / fbset on Linux
console), support for 8-bit and CJK encodings, multiple text alignment
and wrapping modes built-in, ability to register user-defined text
alignment and wrapping modes, simple markup for setting text
attributes, powerful list box that handles scrolling between different
widget types, list box contents may be managed with a user-defined
class, flexible edit box for editing many different types of text, and
easy interface for creating HTML screen shots.

diffstat:

 devel/py-urwid/DESCR    |  10 ++++++++++
 devel/py-urwid/Makefile |  20 ++++++++++++++++++++
 devel/py-urwid/PLIST    |  23 +++++++++++++++++++++++
 devel/py-urwid/distinfo |   4 ++++
 4 files changed, 57 insertions(+), 0 deletions(-)

diffs (73 lines):

diff -r 13d11eeccc42 -r 1105d805aedd devel/py-urwid/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-urwid/DESCR      Tue Dec 28 00:00:51 2004 +0000
@@ -0,0 +1,10 @@
+Urwid is a curses-based user interface library.  It includes many
+features useful for text console application developers including,
+fluid interface resizing (xterm window resizing / fbset on Linux
+console), support for 8-bit and CJK encodings, multiple text alignment
+and wrapping modes built-in, ability to register user-defined text
+alignment and wrapping modes, simple markup for setting text
+attributes, powerful list box that handles scrolling between different
+widget types, list box contents may be managed with a user-defined
+class, flexible edit box for editing many different types of text, and
+easy interface for creating HTML screen shots.
diff -r 13d11eeccc42 -r 1105d805aedd devel/py-urwid/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-urwid/Makefile   Tue Dec 28 00:00:51 2004 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/12/28 00:00:51 minskim Exp $
+
+DISTNAME=      urwid-0.8.4
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    devel
+MASTER_SITES=  http://excess.org/urwid/
+
+MAINTAINER=    minskim%NetBSD.org@localhost
+HOMEPAGE=      http://excess.org/urwid/
+COMMENT=       Curses-based Python user interface library
+
+DEPENDS+=      ${PYPKGPREFIX}-curses-[0-9]*:../../devel/py-curses
+
+PYDISTUTILSPKG=        yes
+USE_BUILDLINK3=        yes
+
+PYTHON_VERSIONS_INCOMPATIBLE=  20 15
+
+.include "../../lang/python/extension.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 13d11eeccc42 -r 1105d805aedd devel/py-urwid/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-urwid/PLIST      Tue Dec 28 00:00:51 2004 +0000
@@ -0,0 +1,23 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/12/28 00:00:51 minskim Exp $
+${PYSITELIB}/urwid/__init__.py
+${PYSITELIB}/urwid/__init__.pyc
+${PYSITELIB}/urwid/__init__.pyo
+${PYSITELIB}/urwid/canvas.py
+${PYSITELIB}/urwid/canvas.pyc
+${PYSITELIB}/urwid/canvas.pyo
+${PYSITELIB}/urwid/curses_display.py
+${PYSITELIB}/urwid/curses_display.pyc
+${PYSITELIB}/urwid/curses_display.pyo
+${PYSITELIB}/urwid/html_fragment.py
+${PYSITELIB}/urwid/html_fragment.pyc
+${PYSITELIB}/urwid/html_fragment.pyo
+${PYSITELIB}/urwid/listbox.py
+${PYSITELIB}/urwid/listbox.pyc
+${PYSITELIB}/urwid/listbox.pyo
+${PYSITELIB}/urwid/util.py
+${PYSITELIB}/urwid/util.pyc
+${PYSITELIB}/urwid/util.pyo
+${PYSITELIB}/urwid/widget.py
+${PYSITELIB}/urwid/widget.pyc
+${PYSITELIB}/urwid/widget.pyo
+@dirrm ${PYSITELIB}/urwid
diff -r 13d11eeccc42 -r 1105d805aedd devel/py-urwid/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-urwid/distinfo   Tue Dec 28 00:00:51 2004 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/12/28 00:00:51 minskim Exp $
+
+SHA1 (urwid-0.8.4.tar.gz) = 48cdd41342da4eb2d94f0dcdaca1e6d42cd307c5
+Size (urwid-0.8.4.tar.gz) = 53140 bytes



Home | Main Index | Thread Index | Old Index