1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Add CommonC++ - a portable class framework for C++

Obtained from:	http://download.sourceforge.net/cplusplus/CommonC++-1.1.0.ports
This commit is contained in:
Maxim Sobolev 2000-07-27 10:03:58 +00:00
parent f3a203bae7
commit f156328e09
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=31059
6 changed files with 213 additions and 0 deletions

View File

@ -31,6 +31,7 @@
SUBDIR += cflow
SUBDIR += clig
SUBDIR += codecrusader
SUBDIR += commoncpp
SUBDIR += cons
SUBDIR += cook
SUBDIR += cproto

34
devel/commoncpp/Makefile Normal file
View File

@ -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>

1
devel/commoncpp/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (CommonC++-1.1.0.tar.gz) = 166cea73f578116ab0879e714fa2348b

View File

@ -0,0 +1 @@
GNU project portable class framework for C++

10
devel/commoncpp/pkg-descr Normal file
View File

@ -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

166
devel/commoncpp/pkg-plist Normal file
View File

@ -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