summaryrefslogtreecommitdiff
path: root/x11/py-qt4-qscintilla/DESCR
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2010-05-08 15:34:02 +0000
committerdrochner <drochner@pkgsrc.org>2010-05-08 15:34:02 +0000
commite542d5a31819f569e0e0a93ce974bd230992b12d (patch)
tree523f0de0b5df1de4791282912c20273aeb7e0b6a /x11/py-qt4-qscintilla/DESCR
parent17a4127b0c2ccb42578e7ddf52d2b5bb930f359a (diff)
downloadpkgsrc-e542d5a31819f569e0e0a93ce974bd230992b12d.tar.gz
add py-qt4-qscintilla-2.4.3 - Python bindings for the qscintilla
editor, from Helge Muehlmeier per pkgsrc-wip
Diffstat (limited to 'x11/py-qt4-qscintilla/DESCR')
-rw-r--r--x11/py-qt4-qscintilla/DESCR15
1 files changed, 15 insertions, 0 deletions
diff --git a/x11/py-qt4-qscintilla/DESCR b/x11/py-qt4-qscintilla/DESCR
new file mode 100644
index 00000000000..9eceb462081
--- /dev/null
+++ b/x11/py-qt4-qscintilla/DESCR
@@ -0,0 +1,15 @@
+These are the python-bindings for QScintilla2.
+
+Qt(TM) is a GUI software toolkit. Qt simplifies the task of writing and
+maintaining GUI (graphical user interface) applications.
+
+Qt is written in C++ and is fully object-oriented. It has everything you need
+to create professional GUI applications. And it enables you to create them
+quickly.
+
+Qt is a multi-platform toolkit. When developing software with Qt, you can run
+it on the X Window System (Unix/X11) or Microsoft Windows NT and Windows 95/98.
+Simply recompile your source code on the platform you want.
+
+Qt cuts down the complexity in implementing large and complex systems. Its
+ingenious signal-slot technology enables true component programming.