aboutsummaryrefslogtreecommitdiff
path: root/devel/libYGP/pkg-descr
diff options
context:
space:
mode:
authorAndrew Pantyukhin <sat@FreeBSD.org>2006-08-20 12:20:13 +0000
committerAndrew Pantyukhin <sat@FreeBSD.org>2006-08-20 12:20:13 +0000
commiteec6a546fcf507f16a8f189c7156f8a01df93b4f (patch)
treefa9b6fcc192bbd3b5f4c7dd68739863bec847d9b /devel/libYGP/pkg-descr
parentcf787a73ebc98dc6158e588e4b71c0d8d8e04fcf (diff)
Notes
Diffstat (limited to 'devel/libYGP/pkg-descr')
-rw-r--r--devel/libYGP/pkg-descr20
1 files changed, 20 insertions, 0 deletions
diff --git a/devel/libYGP/pkg-descr b/devel/libYGP/pkg-descr
new file mode 100644
index 000000000000..3e9c834ac23d
--- /dev/null
+++ b/devel/libYGP/pkg-descr
@@ -0,0 +1,20 @@
+A C++ library, separated in 2 parts:
+
+* A common one, designed to have no dependencies to the operating system
+ or any library, providing:
+ o A class for communication,
+ o Classes to handle regular expressions (both common and UNIX-file like),
+ o A general parser,
+ o Smart pointers
+ o A class to search directories
+ o A relation-class to relate objects
+
+* Some classes for the X-windows system (basing on gtkmm (previously
+ known as Gtk--)) like:
+ o An entry field to enter filenames (with completion, analogue to modern
+ browsers),
+ o Formatted entry fields (with validy check),
+ o A ListBox to display files (with an icon based on the type of the file),
+ o A base-class for Applications
+
+WWW: http://libymp.sourceforge.net/