From eec6a546fcf507f16a8f189c7156f8a01df93b4f Mon Sep 17 00:00:00 2001 From: Andrew Pantyukhin Date: Sun, 20 Aug 2006 12:20:13 +0000 Subject: 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/ --- devel/libXGP/Makefile | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 devel/libXGP/Makefile (limited to 'devel/libXGP') diff --git a/devel/libXGP/Makefile b/devel/libXGP/Makefile new file mode 100644 index 000000000000..b83ca23d9759 --- /dev/null +++ b/devel/libXGP/Makefile @@ -0,0 +1,11 @@ +# New ports collection makefile for: libXGP +# Date created: 20 August 2006 +# Whom: Andrew Pantyukhin +# +# $FreeBSD$ +# + +PORTNAME= libXGP +MASTERDIR= ${.CURDIR}/../libYGP + +.include "${MASTERDIR}/Makefile" -- cgit v1.2.3