Date: Sun, 20 Aug 2006 12:20:14 +0000 (UTC) From: Andrew Pantyukhin <sat@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/libXGP Makefile ports/devel/libYGP Makefile distinfo pkg-descr pkg-plist Message-ID: <200608201220.k7KCKEAV008720@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
sat 2006-08-20 12:20:14 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/libXGP Makefile devel/libYGP Makefile distinfo pkg-descr pkg-plist Log: Add ports devel/libYGP and devel/libXGP: 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/ Revision Changes Path 1.2424 +2 -0 ports/devel/Makefile 1.1 +11 -0 ports/devel/libXGP/Makefile (new) 1.1 +56 -0 ports/devel/libYGP/Makefile (new) 1.1 +3 -0 ports/devel/libYGP/distinfo (new) 1.1 +20 -0 ports/devel/libYGP/pkg-descr (new) 1.1 +219 -0 ports/devel/libYGP/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200608201220.k7KCKEAV008720>