diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-07-27 10:03:58 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-07-27 10:03:58 +0000 |
commit | f156328e093589928e0926236cb2084709107c86 (patch) | |
tree | 127ee46537c96d8c21b5de5f0bbaebbe2b6e8618 /devel | |
parent | f3a203bae7d586b810aee1176c49fee819c0b966 (diff) | |
download | ports-f156328e093589928e0926236cb2084709107c86.tar.gz ports-f156328e093589928e0926236cb2084709107c86.zip |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/commoncpp/Makefile | 34 | ||||
-rw-r--r-- | devel/commoncpp/distinfo | 1 | ||||
-rw-r--r-- | devel/commoncpp/pkg-comment | 1 | ||||
-rw-r--r-- | devel/commoncpp/pkg-descr | 10 | ||||
-rw-r--r-- | devel/commoncpp/pkg-plist | 166 |
6 files changed, 213 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index f501b89a6c5d..627721d96043 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -31,6 +31,7 @@ SUBDIR += cflow SUBDIR += clig SUBDIR += codecrusader + SUBDIR += commoncpp SUBDIR += cons SUBDIR += cook SUBDIR += cproto diff --git a/devel/commoncpp/Makefile b/devel/commoncpp/Makefile new file mode 100644 index 000000000000..ec87d1c9396e --- /dev/null +++ b/devel/commoncpp/Makefile @@ -0,0 +1,34 @@ +# New ports collection makefile for: CommonC++ +# Date created: 25 July 2000 +# Whom: David Sugar <dyfet@gnu.org> +# +# $FreeBSD$ +# + +PORTNAME= CommonC++ +PORTVERSION= 1.1.0 +CATEGORIES= devel +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= cplusplus + +MAINTAINER= dyfet@gnu.org + +USE_GMAKE= yes +USE_LIBTOOL= yes +USE_AUTOCONF= yes +INSTALLS_SHLIB= yes +AUTOCONF= autoconf && ${PERL} -pi -e 's|-lpthread|-pthread|g ; \ + s|l\$$ost_cv_thread_library|\$$ost_cv_thread_library|g' \ + ${WRKSRC}/configure + +post-extract: + @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \ + 's|-release \$$\(LT_RELEASE\)||g' + +post-install: +.if !defined(NOPORTDOCS) + ${MKDIR} ${PREFIX}/share/doc/commoncpp + ${INSTALL_MAN} ${WRKSRC}/doc/*.html ${PREFIX}/share/doc/commoncpp +.endif + +.include <bsd.port.mk> diff --git a/devel/commoncpp/distinfo b/devel/commoncpp/distinfo new file mode 100644 index 000000000000..cf1c39adf5a3 --- /dev/null +++ b/devel/commoncpp/distinfo @@ -0,0 +1 @@ +MD5 (CommonC++-1.1.0.tar.gz) = 166cea73f578116ab0879e714fa2348b diff --git a/devel/commoncpp/pkg-comment b/devel/commoncpp/pkg-comment new file mode 100644 index 000000000000..7d7e5df349d9 --- /dev/null +++ b/devel/commoncpp/pkg-comment @@ -0,0 +1 @@ +GNU project portable class framework for C++ diff --git a/devel/commoncpp/pkg-descr b/devel/commoncpp/pkg-descr new file mode 100644 index 000000000000..e4b591b85c2f --- /dev/null +++ b/devel/commoncpp/pkg-descr @@ -0,0 +1,10 @@ +Common C++ offers a portable highly portable C++ application development +framework. Common C++ provides classes for threads, sockets, daemon +management, system logging, object synchronization, realtime network +development, persistant object management, and file access. + +WWW: http://cplusplus.sourceforge.net/ + http://www.gnu.org/software/CommonC++ + +- David Sugar +dyfet@gnu.org diff --git a/devel/commoncpp/pkg-plist b/devel/commoncpp/pkg-plist new file mode 100644 index 000000000000..b5ca75022850 --- /dev/null +++ b/devel/commoncpp/pkg-plist @@ -0,0 +1,166 @@ +include/cc++/config.def +include/cc++/config.h +include/cc++/file.h +include/cc++/html.h +include/cc++/macros.h +include/cc++/misc.h +include/cc++/namespace.h +include/cc++/persist.h +include/cc++/serial.h +include/cc++/slog.h +include/cc++/socket.h +include/cc++/thread.h +lib/libccio.a +lib/libccio.so +lib/libccio.so.0 +lib/libccstd.a +lib/libccstd.so +lib/libccstd.so.0 +lib/libccxx.a +lib/libccxx.so +lib/libccxx.so.0 +share/doc/commoncpp/AtomicCounter.html +share/doc/commoncpp/BaseObject.html +share/doc/commoncpp/Body.html +share/doc/commoncpp/BroadcastAddress.html +share/doc/commoncpp/Buffer.html +share/doc/commoncpp/DSO.html +share/doc/commoncpp/Dir.html +share/doc/commoncpp/Engine.html +share/doc/commoncpp/Engine::Exception.html +share/doc/commoncpp/Entity.html +share/doc/commoncpp/Event.html +share/doc/commoncpp/FIFOSession.html +share/doc/commoncpp/FixedBuffer.html +share/doc/commoncpp/Frameset.html +share/doc/commoncpp/HTMLDocument.html +share/doc/commoncpp/Head.html +share/doc/commoncpp/InetAddress.html +share/doc/commoncpp/InetHostAddress.html +share/doc/commoncpp/InetMaskAddress.html +share/doc/commoncpp/Keydata.html +share/doc/commoncpp/MappedFile.html +share/doc/commoncpp/MemPager.html +share/doc/commoncpp/Mutex.html +share/doc/commoncpp/MutexCounter.html +share/doc/commoncpp/PersistException.html +share/doc/commoncpp/Pipe.html +share/doc/commoncpp/Poller.html +share/doc/commoncpp/RandomFile.html +share/doc/commoncpp/ScriptCommand.html +share/doc/commoncpp/ScriptImage.html +share/doc/commoncpp/ScriptInterp.html +share/doc/commoncpp/ScriptSymbol.html +share/doc/commoncpp/Semaphore.html +share/doc/commoncpp/Serial.html +share/doc/commoncpp/SerialPort.html +share/doc/commoncpp/SerialService.html +share/doc/commoncpp/SharedFile.html +share/doc/commoncpp/SharedMemPager.html +share/doc/commoncpp/Slog.html +share/doc/commoncpp/Socket.html +share/doc/commoncpp/SocketPort.html +share/doc/commoncpp/SocketService.html +share/doc/commoncpp/TCPSession.html +share/doc/commoncpp/TCPSocket.html +share/doc/commoncpp/TCPStream.html +share/doc/commoncpp/TTYSession.html +share/doc/commoncpp/TTYStream.html +share/doc/commoncpp/Thread.html +share/doc/commoncpp/ThreadFile.html +share/doc/commoncpp/ThreadKey.html +share/doc/commoncpp/ThreadLock.html +share/doc/commoncpp/TimerPort.html +share/doc/commoncpp/TypeManager.html +share/doc/commoncpp/TypeManager::Registration.html +share/doc/commoncpp/UDPBroadcast.html +share/doc/commoncpp/UDPDuplex.html +share/doc/commoncpp/UDPReceive.html +share/doc/commoncpp/UDPSocket.html +share/doc/commoncpp/UDPTransmit.html +share/doc/commoncpp/Vector2D.html +share/doc/commoncpp/Writer.html +share/doc/commoncpp/__________extras___math___math_h.html +share/doc/commoncpp/__________extras___script___script_h.html +share/doc/commoncpp/_____common___html_h.html +share/doc/commoncpp/_____common___misc_h.html +share/doc/commoncpp/_____common___persist_h.html +share/doc/commoncpp/all-globals.html +share/doc/commoncpp/fifostream.html +share/doc/commoncpp/file_h.html +share/doc/commoncpp/full-list-AtomicCounter.html +share/doc/commoncpp/full-list-BaseObject.html +share/doc/commoncpp/full-list-Body.html +share/doc/commoncpp/full-list-BroadcastAddress.html +share/doc/commoncpp/full-list-Buffer.html +share/doc/commoncpp/full-list-DSO.html +share/doc/commoncpp/full-list-Dir.html +share/doc/commoncpp/full-list-Engine.html +share/doc/commoncpp/full-list-Engine::Exception.html +share/doc/commoncpp/full-list-Entity.html +share/doc/commoncpp/full-list-Event.html +share/doc/commoncpp/full-list-FIFOSession.html +share/doc/commoncpp/full-list-FixedBuffer.html +share/doc/commoncpp/full-list-Frameset.html +share/doc/commoncpp/full-list-HTMLDocument.html +share/doc/commoncpp/full-list-Head.html +share/doc/commoncpp/full-list-InetAddress.html +share/doc/commoncpp/full-list-InetHostAddress.html +share/doc/commoncpp/full-list-InetMaskAddress.html +share/doc/commoncpp/full-list-Keydata.html +share/doc/commoncpp/full-list-MappedFile.html +share/doc/commoncpp/full-list-MemPager.html +share/doc/commoncpp/full-list-Mutex.html +share/doc/commoncpp/full-list-MutexCounter.html +share/doc/commoncpp/full-list-PersistException.html +share/doc/commoncpp/full-list-Pipe.html +share/doc/commoncpp/full-list-Poller.html +share/doc/commoncpp/full-list-RandomFile.html +share/doc/commoncpp/full-list-ScriptCommand.html +share/doc/commoncpp/full-list-ScriptImage.html +share/doc/commoncpp/full-list-ScriptInterp.html +share/doc/commoncpp/full-list-ScriptSymbol.html +share/doc/commoncpp/full-list-Semaphore.html +share/doc/commoncpp/full-list-Serial.html +share/doc/commoncpp/full-list-SerialPort.html +share/doc/commoncpp/full-list-SerialService.html +share/doc/commoncpp/full-list-SharedFile.html +share/doc/commoncpp/full-list-SharedMemPager.html +share/doc/commoncpp/full-list-Slog.html +share/doc/commoncpp/full-list-Socket.html +share/doc/commoncpp/full-list-SocketPort.html +share/doc/commoncpp/full-list-SocketService.html +share/doc/commoncpp/full-list-TCPSession.html +share/doc/commoncpp/full-list-TCPSocket.html +share/doc/commoncpp/full-list-TCPStream.html +share/doc/commoncpp/full-list-TTYSession.html +share/doc/commoncpp/full-list-TTYStream.html +share/doc/commoncpp/full-list-Thread.html +share/doc/commoncpp/full-list-ThreadFile.html +share/doc/commoncpp/full-list-ThreadKey.html +share/doc/commoncpp/full-list-ThreadLock.html +share/doc/commoncpp/full-list-TimerPort.html +share/doc/commoncpp/full-list-TypeManager.html +share/doc/commoncpp/full-list-TypeManager::Registration.html +share/doc/commoncpp/full-list-UDPBroadcast.html +share/doc/commoncpp/full-list-UDPDuplex.html +share/doc/commoncpp/full-list-UDPReceive.html +share/doc/commoncpp/full-list-UDPSocket.html +share/doc/commoncpp/full-list-UDPTransmit.html +share/doc/commoncpp/full-list-Vector2D.html +share/doc/commoncpp/full-list-Writer.html +share/doc/commoncpp/full-list-fifostream.html +share/doc/commoncpp/full-list-tcpstream.html +share/doc/commoncpp/full-list-ttystream.html +share/doc/commoncpp/header-list.html +share/doc/commoncpp/hier.html +share/doc/commoncpp/index-long.html +share/doc/commoncpp/index.html +share/doc/commoncpp/serial_h.html +share/doc/commoncpp/slog_h.html +share/doc/commoncpp/socket_h.html +share/doc/commoncpp/tcpstream.html +share/doc/commoncpp/thread_h.html +share/doc/commoncpp/ttystream.html +@dirrm include/cc++ +@dirrm share/doc/commoncpp |