Bug 20228

Summary: "Ports" of GNU project Common C++ class library to FreeBSD
Product: Ports & Packages Reporter: dyfet <dyfet>
Component: Individual Port(s)Assignee: freebsd-ports (Nobody) <ports>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description dyfet 2000-07-27 22:10:01 UTC
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#       commoncpp
#       commoncpp/Makefile
#       commoncpp/files
#       commoncpp/files/md5
#       commoncpp/pkg
#       commoncpp/pkg/COMMENT
#       commoncpp/pkg/DESCR
#       commoncpp/pkg/PLIST
#
echo c - commoncpp
mkdir -p commoncpp > /dev/null 2>&1
echo x - commoncpp/Makefile
sed 's/^X//' >commoncpp/Makefile << 'END-of-commoncpp/Makefile'
X# New ports collection makefile for:   Common C++
X# Version Required:                    1.1.0
X# Date created:                25 July 2000
X# Whom:                        David Sugar <dyfet@gnu.org>
X#
X# $FreeBSD$
X#
X
XDISTNAME=              CommonC++-1.1.0
XCATEGORIES=            devel
XMASTER_SITES=          ${MASTER_SITE_GNU}
XMASTER_SITE_SUBDIR=    commonc++
X
XMAINTAINER=            dyfet@gnu.org
X
XPORTNAME=              commoncpp
XPORTVERSION=           1.1.0
XUSE_GMAKE=             yes
X
Xdo-configure:
X       (cd ${WRKSRC} ; ./configure --prefix=${PREFIX})
X
Xpost-install:
X       ${LDCONFIG} -m ${PREFIX}/lib
X       strip ${PREFIX}/lib/libccxx.so
X       strip ${PREFIX}/lib/libccio.so
X       strip ${PREFIX}/lib/libccstd.so
X       ${MKDIR} ${PREFIX}/share/doc/commoncpp
X       ${INSTALL_MAN} ${WRKSRC}/doc/*.html ${PREFIX}/share/doc/commoncpp
X
X.include <bsd.port.mk>
END-of-commoncpp/Makefile
echo c - commoncpp/files
mkdir -p commoncpp/files > /dev/null 2>&1
echo x - commoncpp/files/md5
sed 's/^X//' >commoncpp/files/md5 << 'END-of-commoncpp/files/md5'
XMD5 (CommonC++-1.1.0.tar.gz) = 166cea73f578116ab0879e714fa2348b
END-of-commoncpp/files/md5
echo c - commoncpp/pkg
mkdir -p commoncpp/pkg > /dev/null 2>&1
echo x - commoncpp/pkg/COMMENT
sed 's/^X//' >commoncpp/pkg/COMMENT << 'END-of-commoncpp/pkg/COMMENT'
XGNU project portable class framework for C++
END-of-commoncpp/pkg/COMMENT
echo x - commoncpp/pkg/DESCR
sed 's/^X//' >commoncpp/pkg/DESCR << 'END-of-commoncpp/pkg/DESCR'
XCommon C++ offers a portable highly portable C++ application development
Xframework.  Common C++ provides        classes for threads, sockets, daemon 
Xmanagement, system logging, object synchronization, realtime network 
Xdevelopment, persistant object management, and file access.
X
XWWW: http://www.gnu.org/software/CommonC++
X
X- David Sugar
Xdyfet@gnu.org
END-of-commoncpp/pkg/DESCR
echo x - commoncpp/pkg/PLIST
sed 's/^X//' >commoncpp/pkg/PLIST << 'END-of-commoncpp/pkg/PLIST'
Xinclude/cc++/config.def
Xinclude/cc++/config.h
Xinclude/cc++/file.h
Xinclude/cc++/html.h
Xinclude/cc++/macros.h
Xinclude/cc++/misc.h
Xinclude/cc++/namespace.h
Xinclude/cc++/persist.h
Xinclude/cc++/serial.h
Xinclude/cc++/slog.h
Xinclude/cc++/socket.h
Xinclude/cc++/thread.h
Xlib/libccio-1.1.so.0
Xlib/libccio.a
Xlib/libccio.so
Xlib/libccstd-1.1.so.0
Xlib/libccstd.a
Xlib/libccstd.so
Xlib/libccxx-1.1.so.0
Xlib/libccxx.a
Xlib/libccxx.so
Xshare/doc/commoncpp/AtomicCounter.html
Xshare/doc/commoncpp/BaseObject.html
Xshare/doc/commoncpp/Body.html
Xshare/doc/commoncpp/BroadcastAddress.html
Xshare/doc/commoncpp/Buffer.html
Xshare/doc/commoncpp/DSO.html
Xshare/doc/commoncpp/Dir.html
Xshare/doc/commoncpp/Engine.html
Xshare/doc/commoncpp/Engine::Exception.html
Xshare/doc/commoncpp/Entity.html
Xshare/doc/commoncpp/Event.html
Xshare/doc/commoncpp/FIFOSession.html
Xshare/doc/commoncpp/FixedBuffer.html
Xshare/doc/commoncpp/Frameset.html
Xshare/doc/commoncpp/HTMLDocument.html
Xshare/doc/commoncpp/Head.html
Xshare/doc/commoncpp/InetAddress.html
Xshare/doc/commoncpp/InetHostAddress.html
Xshare/doc/commoncpp/InetMaskAddress.html
Xshare/doc/commoncpp/Keydata.html
Xshare/doc/commoncpp/MappedFile.html
Xshare/doc/commoncpp/MemPager.html
Xshare/doc/commoncpp/Mutex.html
Xshare/doc/commoncpp/MutexCounter.html
Xshare/doc/commoncpp/PersistException.html
Xshare/doc/commoncpp/Pipe.html
Xshare/doc/commoncpp/Poller.html
Xshare/doc/commoncpp/RandomFile.html
Xshare/doc/commoncpp/Semaphore.html
Xshare/doc/commoncpp/Serial.html
Xshare/doc/commoncpp/SerialPort.html
Xshare/doc/commoncpp/SerialService.html
Xshare/doc/commoncpp/SharedFile.html
Xshare/doc/commoncpp/SharedMemPager.html
Xshare/doc/commoncpp/Slog.html
Xshare/doc/commoncpp/Socket.html
Xshare/doc/commoncpp/SocketPort.html
Xshare/doc/commoncpp/SocketService.html
Xshare/doc/commoncpp/TCPSession.html
Xshare/doc/commoncpp/TCPSocket.html
Xshare/doc/commoncpp/TCPStream.html
Xshare/doc/commoncpp/TTYSession.html
Xshare/doc/commoncpp/TTYStream.html
Xshare/doc/commoncpp/Thread.html
Xshare/doc/commoncpp/ThreadFile.html
Xshare/doc/commoncpp/ThreadKey.html
Xshare/doc/commoncpp/ThreadLock.html
Xshare/doc/commoncpp/TimerPort.html
Xshare/doc/commoncpp/TypeManager.html
Xshare/doc/commoncpp/TypeManager::Registration.html
Xshare/doc/commoncpp/UDPBroadcast.html
Xshare/doc/commoncpp/UDPDuplex.html
Xshare/doc/commoncpp/UDPReceive.html
Xshare/doc/commoncpp/UDPSocket.html
Xshare/doc/commoncpp/UDPTransmit.html
Xshare/doc/commoncpp/fifostream.html
Xshare/doc/commoncpp/tcpstream.html
Xshare/doc/commoncpp/ttystream.html
Xshare/doc/commoncpp/full-list-AtomicCounter.html
Xshare/doc/commoncpp/full-list-BaseObject.html
Xshare/doc/commoncpp/full-list-Body.html
Xshare/doc/commoncpp/full-list-BroadcastAddress.html
Xshare/doc/commoncpp/full-list-Buffer.html
Xshare/doc/commoncpp/full-list-DSO.html
Xshare/doc/commoncpp/full-list-Dir.html
Xshare/doc/commoncpp/full-list-Engine.html
Xshare/doc/commoncpp/full-list-Engine::Exception.html
Xshare/doc/commoncpp/full-list-Entity.html
Xshare/doc/commoncpp/full-list-Event.html
Xshare/doc/commoncpp/full-list-FIFOSession.html
Xshare/doc/commoncpp/full-list-FixedBuffer.html
Xshare/doc/commoncpp/full-list-Frameset.html
Xshare/doc/commoncpp/full-list-HTMLDocument.html
Xshare/doc/commoncpp/full-list-Head.html
Xshare/doc/commoncpp/full-list-InetAddress.html
Xshare/doc/commoncpp/full-list-InetHostAddress.html
Xshare/doc/commoncpp/full-list-InetMaskAddress.html
Xshare/doc/commoncpp/full-list-Keydata.html
Xshare/doc/commoncpp/full-list-MappedFile.html
Xshare/doc/commoncpp/full-list-MemPager.html
Xshare/doc/commoncpp/full-list-Mutex.html
Xshare/doc/commoncpp/full-list-MutexCounter.html
Xshare/doc/commoncpp/full-list-PersistException.html
Xshare/doc/commoncpp/full-list-Pipe.html
Xshare/doc/commoncpp/full-list-Poller.html
Xshare/doc/commoncpp/full-list-RandomFile.html
Xshare/doc/commoncpp/full-list-Semaphore.html
Xshare/doc/commoncpp/full-list-Serial.html
Xshare/doc/commoncpp/full-list-SerialPort.html
Xshare/doc/commoncpp/full-list-SerialService.html
Xshare/doc/commoncpp/full-list-SharedFile.html
Xshare/doc/commoncpp/full-list-SharedMemPager.html
Xshare/doc/commoncpp/full-list-Slog.html
Xshare/doc/commoncpp/full-list-Socket.html
Xshare/doc/commoncpp/full-list-SocketPort.html
Xshare/doc/commoncpp/full-list-SocketService.html
Xshare/doc/commoncpp/full-list-TCPSession.html
Xshare/doc/commoncpp/full-list-TCPSocket.html
Xshare/doc/commoncpp/full-list-TCPStream.html
Xshare/doc/commoncpp/full-list-TTYSession.html
Xshare/doc/commoncpp/full-list-TTYStream.html
Xshare/doc/commoncpp/full-list-Thread.html
Xshare/doc/commoncpp/full-list-ThreadFile.html
Xshare/doc/commoncpp/full-list-ThreadKey.html
Xshare/doc/commoncpp/full-list-ThreadLock.html
Xshare/doc/commoncpp/full-list-TimerPort.html
Xshare/doc/commoncpp/full-list-TypeManager.html
Xshare/doc/commoncpp/full-list-TypeManager::Registration.html
Xshare/doc/commoncpp/full-list-UDPBroadcast.html
Xshare/doc/commoncpp/full-list-UDPDuplex.html
Xshare/doc/commoncpp/full-list-UDPReceive.html
Xshare/doc/commoncpp/full-list-UDPSocket.html
Xshare/doc/commoncpp/full-list-UDPTransmit.html
Xshare/doc/commoncpp/full-list-fifostream.html
Xshare/doc/commoncpp/full-list-tcpstream.html
Xshare/doc/commoncpp/full-list-ttystream.html
Xshare/doc/commoncpp/_____common___html_h.html
Xshare/doc/commoncpp/_____common___misc_h.html
Xshare/doc/commoncpp/_____common___persist_h.html
Xshare/doc/commoncpp/all-globals.html
Xshare/doc/commoncpp/file_h.html
Xshare/doc/commoncpp/header-list.html
Xshare/doc/commoncpp/hier.html
Xshare/doc/commoncpp/index-long.html
Xshare/doc/commoncpp/index.html
Xshare/doc/commoncpp/serial_h.html
Xshare/doc/commoncpp/slog_h.html
Xshare/doc/commoncpp/socket_h.html
Xshare/doc/commoncpp/thread_h.html
X@exec /sbin/ldconfig -m %D/lib
X@unexec /sbin/ldconfig -R
X@unexec rmdir %D/include/cc++ 2>/dev/null || true
X@unexec rm -rf %D/share/doc/commoncpp 2>/dev/null || true
X
X
END-of-commoncpp/pkg/PLIST
exit
Comment 1 Maxim Sobolev freebsd_committer freebsd_triage 2000-07-28 07:03:55 UTC
State Changed
From-To: open->closed

I already committed this port (obtained from your project page on sourceforge). 

Thanks!