Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Dec 2003 13:13:31 -0800 (PST)
From:      Kirill Ponomarew <krion@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/devel Makefile ports/devel/opentop Makefile distinfo pkg-descr pkg-plist
Message-ID:  <200312052113.hB5LDVvS057523@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <sem@ciam.ru>
  
  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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200312052113.hB5LDVvS057523>