From owner-cvs-all@FreeBSD.ORG Sun Aug 20 12:20:14 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B763816A4DA; Sun, 20 Aug 2006 12:20:14 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C17043D45; Sun, 20 Aug 2006 12:20:14 +0000 (GMT) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7KCKErb008721; Sun, 20 Aug 2006 12:20:14 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7KCKEAV008720; Sun, 20 Aug 2006 12:20:14 GMT (envelope-from sat) Message-Id: <200608201220.k7KCKEAV008720@repoman.freebsd.org> From: Andrew Pantyukhin Date: Sun, 20 Aug 2006 12:20:14 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel Makefile ports/devel/libXGP Makefile ports/devel/libYGP Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Aug 2006 12:20:14 -0000 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)