From owner-cvs-all@FreeBSD.ORG Fri Dec 5 13:13:32 2003 Return-Path: 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 D993E16A4CE; Fri, 5 Dec 2003 13:13:32 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0638443FA3; Fri, 5 Dec 2003 13:13:32 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB5LDVXJ057527; Fri, 5 Dec 2003 13:13:31 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB5LDVvS057523; Fri, 5 Dec 2003 13:13:31 -0800 (PST) (envelope-from krion) Message-Id: <200312052113.hB5LDVvS057523@repoman.freebsd.org> From: Kirill Ponomarew Date: Fri, 5 Dec 2003 13:13:31 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel Makefile ports/devel/opentop Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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: Fri, 05 Dec 2003 21:13:33 -0000 krion 2003/12/05 13:13:31 PST FreeBSD ports repository Modified files: devel Makefile Added files: devel/opentop Makefile distinfo pkg-descr pkg-plist Log: OpenTop contains framework classes that provide the features you need to write network-centric, web-enabled and internationalized applications in C++. It enables you to: * create network clients and servers using either raw socket facilities or higher-level protocols such as HTTP and FTP. * create multi-threaded applications and manage synchronization between threads using simple but effective threading abstractions which are common to all platforms. * use the full Unicode character range, using built-in character types and standard string classes. * use byte and character streams and manipulate files using an API inspired by the excellent java.io package. * take advantage of its open architecture by registering your own (or third-party) classes to perform custom processing. * write portable applications and extension libraries. OpenTop is an ideal base on which to deliver cross-platform solutions, benefitting independent software vendors and corporate IT departments. * integrate XML into your C++ applications with the C++ XML Toolkit extension library. PR: 59887 Submitted by: Sergey Matveychuk Revision Changes Path 1.1367 +1 -0 ports/devel/Makefile 1.1 +64 -0 ports/devel/opentop/Makefile (new) 1.1 +2 -0 ports/devel/opentop/distinfo (new) 1.1 +22 -0 ports/devel/opentop/pkg-descr (new) 1.1 +564 -0 ports/devel/opentop/pkg-plist (new)