Commit Graph

5 Commits

Author SHA1 Message Date
Sergey Matveychuk
067ca0c478 Change email address for my ports.
Approved by:	krion (mentor)
2004-07-07 19:20:02 +00:00
Kirill Ponomarev
d506c164b6 - Install missing *.inl files
- Bump PORTREVISION

PR:		ports/63034
Submitted by:	maintainer
2004-02-19 09:11:13 +00:00
Kirill Ponomarev
d0eea3a359 - Utilize OPTIONS
- Corract install all libraries user wants
- Auto generate library list
- SIZE in distinfo

PR:		ports/62316
Submitted by:	maintainer
2004-02-10 21:54:20 +00:00
Joe Marcus Clarke
053fdb6a6b Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
2004-02-04 05:21:48 +00:00
Kirill Ponomarev
94d0728d03 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>
2003-12-05 21:13:31 +00:00