svn commit: r335079 - in head/devel/libbobcat: . files
Gabor Pali
pgj at FreeBSD.org
Thu Nov 28 07:17:08 UTC 2013
Author: pgj
Date: Thu Nov 28 07:17:03 2013
New Revision: 335079
URL: http://svnweb.freebsd.org/changeset/ports/335079
Log:
- Update to 3.18.01
- Add support for staging, use shebangfix, switch to GCC 4.7
- Give up maintainership
Added:
head/devel/libbobcat/files/patch-arg-arg (contents, props changed)
head/devel/libbobcat/files/patch-datetime-datetime (contents, props changed)
head/devel/libbobcat/files/patch-diffiehellman-diffiehellman (contents, props changed)
head/devel/libbobcat/files/patch-exception-errnodescr.cc (contents, props changed)
head/devel/libbobcat/files/patch-hostname-hostname (contents, props changed)
head/devel/libbobcat/files/patch-ifilterstreambuf-ifilterstreambuf (contents, props changed)
head/devel/libbobcat/files/patch-inetaddress-inetaddress (contents, props changed)
head/devel/libbobcat/files/patch-localsocketbase-localsocketbase (contents, props changed)
head/devel/libbobcat/files/patch-ofdstreambuf-ofdstreambuf (contents, props changed)
head/devel/libbobcat/files/patch-process-process (contents, props changed)
head/devel/libbobcat/files/patch-sharedmemory-sharedmemory (contents, props changed)
head/devel/libbobcat/files/patch-sharedstreambuf-sharedstreambuf (contents, props changed)
head/devel/libbobcat/files/patch-signal-signal (contents, props changed)
head/devel/libbobcat/files/patch-socketbase-socketbase (contents, props changed)
head/devel/libbobcat/files/patch-stat-stat (contents, props changed)
head/devel/libbobcat/files/patch-syslogbuf-syslogbuf (contents, props changed)
head/devel/libbobcat/files/patch-syslogstream-syslogstream (contents, props changed)
Deleted:
head/devel/libbobcat/files/patch-glob-glob1.cc
head/devel/libbobcat/files/patch-hostname-hostname.ih
head/devel/libbobcat/files/patch-inetaddress-inetaddress.ih
head/devel/libbobcat/files/patch-localsocketbase-localsocketbase.ih
head/devel/libbobcat/files/patch-process-process.ih
Modified:
head/devel/libbobcat/Makefile
head/devel/libbobcat/distinfo
head/devel/libbobcat/files/patch-icmake-man
head/devel/libbobcat/pkg-plist
Modified: head/devel/libbobcat/Makefile
==============================================================================
--- head/devel/libbobcat/Makefile Thu Nov 28 07:15:22 2013 (r335078)
+++ head/devel/libbobcat/Makefile Thu Nov 28 07:17:03 2013 (r335079)
@@ -1,14 +1,13 @@
# $FreeBSD$
PORTNAME= libbobcat
-PORTVERSION= 3.11.01
-PORTREVISION= 1
+PORTVERSION= 3.18.01
CATEGORIES= devel
MASTER_SITES= SF/bobcat/bobcat/${PORTVERSION}
DISTNAME= bobcat_${PORTVERSION}
EXTRACT_SUFX= .orig.tar.gz
-MAINTAINER= pgj at FreeBSD.org
+MAINTAINER= ports at FreeBSD.org
COMMENT= Brokken's Own Base Classes And Templates
LICENSE= GPLv3
@@ -18,46 +17,28 @@ BUILD_DEPENDS= icmake:${PORTSDIR}/devel/
USE_XORG= x11
-MANCOMPRESSED= yes
-MAN3= a2x.3bobcat align.3bobcat arg.3bobcat argconfig.3bobcat \
- bigint.3bobcat binarysearch.3bobcat \
- binops.3bobcat cgi.3bobcat cidr.3bobcat clientsocket.3bobcat \
- cmdfinder.3bobcat cmdfinderbase.3bobcat configfile.3bobcat \
- datetime.3bobcat decryptbuf.3bobcat digestbuf.3bobcat \
- encryptbuf.3bobcat errno.3bobcat fork.3bobcat fswap.3bobcat \
- gethostent.3bobcat glob.3bobcat hash.3bobcat hmacbuf.3bobcat \
- hostent.3bobcat hostname.3bobcat ifdstream.3bobcat \
- ifdstreambuf.3bobcat indent.3bobcat inetaddress.3bobcat \
- iostream.3bobcat iostreambuf.3bobcat irandstream.3bobcat \
- level.3bobcat lm.3bobcat localclientsocket.3bobcat \
- localserversocket.3bobcat localsocketbase.3bobcat log.3bobcat \
- logbuffer.3bobcat mailheaders.3bobcat manipulators.3bobcat \
- mbuf.3bobcat milter.3bobcat mlm.3bobcat \
- mstream.3bobcat multistreambuf.3bobcat ofdstream.3bobcat \
- ofdstreambuf.3bobcat ofilterstreambuf.3bobcat \
- ofoldstream.3bobcat ofoldstreambuf.3bobcat \
- ohexstreambuf.3bobcat onekey.3bobcat pattern.3bobcat \
- pipe.3bobcat process.3bobcat ptriter.3bobcat randbuffer.3bobcat \
- ranger.3bobcat readlinebuf.3bobcat readlinehistory.3bobcat \
- readlinestream.3bobcat redirector.3bobcat \
- repeat.3bobcat selector.3bobcat serversocket.3bobcat \
- signal.3bobcat socketbase.3bobcat stat.3bobcat string.3bobcat \
- stringline.3bobcat syslogbuf.3bobcat syslogstream.3bobcat \
- table.3bobcat tablebuf.3bobcat tablelines.3bobcat \
- tablesupport.3bobcat tempstream.3bobcat typetrait.3bobcat \
- user.3bobcat x2a.3bobcat xpointer.3bobcat
-MAN7= bobcat.7
-
DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}-${PORTVERSION}
PORTDOCS= *
PLIST_SUB+= PORTVERSION="${PORTVERSION}"
-USE_GCC= 4.6
+USE_GCC= 4.7
USE_LDCONFIG= yes
WRKSRC= ${WRKDIR}/bobcat-${PORTVERSION}
-NO_STAGE= yes
+USES= shebangfix
+
+SHEBANG_LANG= icmake
+icmake_OLD_CMD= /usr/bin/icmake
+icmake_CMD= ${LOCALBASE}/bin/icmake
+
+SHEBANG_FILES= build \
+ documentation/examples/sockets/client/build \
+ documentation/examples/sockets/client2/build \
+ documentation/examples/sockets/forkserver/build \
+ documentation/examples/sockets/forkserver2/build \
+ documentation/examples/sockets/server/build
+
.include <bsd.port.options.mk>
post-patch:
@@ -67,11 +48,10 @@ post-patch:
s|"/share/man"|"/man"| ; \
s|"-d"|"-Pp"| ; \
s|#define MANHTML|| ; \
- s|g++|g++46| ; \
- s|gcc|gcc46|' \
+ s|g++|g++47| ; \
+ s|gcc|gcc47|' \
${WRKSRC}/INSTALL.im
- @${REINPLACE_CMD} -e 's|#!/usr/bin/icmake|#!${LOCALBASE}/bin/icmake| ; \
- s|"-isystem tmp -Wall -O3"|"-isystem tmp ${LOCALBASE}/include -Wall ${CXXFLAGS}"|' \
+ @${REINPLACE_CMD} -e 's|"-isystem tmp -Wall -O3"|"-isystem tmp ${LOCALBASE}/include -Wall ${CXXFLAGS}"|' \
${WRKSRC}/build
@${REINPLACE_CMD} -e 's|"cp -r |"cp -R |' \
${WRKSRC}/icmake/install
@@ -88,6 +68,6 @@ do-build:
@cd ${WRKSRC} && ./build libraries all strip && ./build man
do-install:
- @cd ${WRKSRC} && ./build install
+ @cd ${WRKSRC} && ./build install ${STAGEDIR} ${STAGEDIR}
.include <bsd.port.mk>
Modified: head/devel/libbobcat/distinfo
==============================================================================
--- head/devel/libbobcat/distinfo Thu Nov 28 07:15:22 2013 (r335078)
+++ head/devel/libbobcat/distinfo Thu Nov 28 07:17:03 2013 (r335079)
@@ -1,2 +1,2 @@
-SHA256 (bobcat_3.11.01.orig.tar.gz) = aba495ff6837761d0a6c8a602a07fcad9782ff627117a0a0f1d0d1d0e5889947
-SIZE (bobcat_3.11.01.orig.tar.gz) = 875674
+SHA256 (bobcat_3.18.01.orig.tar.gz) = c4986aa865937c496de66186652ed37d474ab23407913e09884dae450fea2ffb
+SIZE (bobcat_3.18.01.orig.tar.gz) = 995892
Added: head/devel/libbobcat/files/patch-arg-arg
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/libbobcat/files/patch-arg-arg Thu Nov 28 07:17:03 2013 (r335079)
@@ -0,0 +1,12 @@
+--- arg/arg.orig 2013-11-13 11:44:52.000000000 +0100
++++ arg/arg 2013-11-27 16:37:01.000000000 +0100
+@@ -5,6 +5,9 @@
+ Singleton Class built around getopt() and getopt_long() (3)
+ */
+
++#ifdef __FreeBSD__
++#include <errno.h>
++#endif
+
+ #include <string>
+ #include <vector>
Added: head/devel/libbobcat/files/patch-datetime-datetime
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/libbobcat/files/patch-datetime-datetime Thu Nov 28 07:17:03 2013 (r335079)
@@ -0,0 +1,13 @@
+--- datetime/datetime.orig 2013-11-13 11:44:52.000000000 +0100
++++ datetime/datetime 2013-11-27 16:22:41.000000000 +0100
+@@ -1,6 +1,10 @@
+ #ifndef INCLUDED_BOBCAT_DATETIME_
+ #define INCLUDED_BOBCAT_DATETIME_
+
++#ifdef __FreeBSD__
++#include <errno.h>
++#endif
++
+ #include <ctime>
+ #include <iosfwd>
+
Added: head/devel/libbobcat/files/patch-diffiehellman-diffiehellman
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/libbobcat/files/patch-diffiehellman-diffiehellman Thu Nov 28 07:17:03 2013 (r335079)
@@ -0,0 +1,13 @@
+--- diffiehellman/diffiehellman.orig 2013-10-02 12:36:00.000000000 +0200
++++ diffiehellman/diffiehellman 2013-11-27 14:08:18.000000000 +0100
+@@ -1,6 +1,10 @@
+ #ifndef INCLUDED_BOBCAT_DIFFIEHELLMAN_
+ #define INCLUDED_BOBCAT_DIFFIEHELLMAN_
+
++#ifdef __FreeBSD__
++#include <sys/types.h>
++#endif
++
+ #include <memory>
+ #include <iosfwd>
+
Added: head/devel/libbobcat/files/patch-exception-errnodescr.cc
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/libbobcat/files/patch-exception-errnodescr.cc Thu Nov 28 07:17:03 2013 (r335079)
@@ -0,0 +1,20 @@
+--- exception/errnodescr.cc.orig 2013-10-02 12:36:00.000000000 +0200
++++ exception/errnodescr.cc 2013-11-27 15:02:26.000000000 +0100
+@@ -7,16 +7,12 @@
+ {
+ if (errno != 0)
+ {
+- char *buffer = new char[Exception::STRERROR_BUFSIZE];
+-
+- if (char *cp = strerror_r(errno, buffer, Exception::STRERROR_BUFSIZE))
++ if (char *cp = strerror(errno))
+ out << cp;
+ else
+ {
+ out << "internal error: strerror_r failed with errno = " << errno;
+ }
+-
+- delete[] buffer;
+ }
+
+ return out;
Added: head/devel/libbobcat/files/patch-hostname-hostname
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/libbobcat/files/patch-hostname-hostname Thu Nov 28 07:17:03 2013 (r335079)
@@ -0,0 +1,13 @@
+--- hostname/hostname.orig 2013-11-13 11:45:02.000000000 +0100
++++ hostname/hostname 2013-11-27 16:50:05.000000000 +0100
+@@ -1,6 +1,10 @@
+ #ifndef INCLUDED_BOBCAT_HOSTNAME_
+ #define INCLUDED_BOBCAT_HOSTNAME_
+
++#ifdef __FreeBSD__
++#include <sys/socket.h>
++#endif
++
+ #include <bobcat/hostent>
+
+ namespace FBB
Modified: head/devel/libbobcat/files/patch-icmake-man
==============================================================================
--- head/devel/libbobcat/files/patch-icmake-man Thu Nov 28 07:15:22 2013 (r335078)
+++ head/devel/libbobcat/files/patch-icmake-man Thu Nov 28 07:17:03 2013 (r335079)
@@ -1,5 +1,5 @@
---- icmake/man.orig 2011-05-25 13:00:10.000000000 +0200
-+++ icmake/man 2011-11-14 20:36:27.000000000 +0100
+--- icmake/man.orig 2013-11-13 11:44:52.000000000 +0100
++++ icmake/man 2013-11-27 12:47:25.000000000 +0100
@@ -9,7 +9,10 @@
special(0, 0);
@@ -14,22 +14,23 @@
@@ -35,8 +38,10 @@
- run("yodl2man --no-warnings -r 15000 -o ../../tmp/man/man3/" +
- base + ".3bobcat " + yodl);
+ run("yodl2man --no-warnings -r 3 -o ../../tmp/man/man3/" +
+ base + ".3" LIBRARY " " + yodl);
+#ifdef MANHTML
- run("yodl2html --no-warnings -r 15000 -o ../../tmp/manhtml/" +
- base + ".3.html " + yodl);
+ run("yodl2html --no-warnings -r 3 -o ../../tmp/manhtml/" +
+ base + ".3.html " + yodl);
+#endif
}
}
-@@ -44,8 +49,10 @@
+@@ -44,9 +49,11 @@
{
- run("yodl2man --no-warnings -r 15000 -o ../../tmp/man/man7/bobcat.7 "
- "bobcat.yo");
+ run("yodl2man --no-warnings -r 3 -o ../../tmp/man/man7/"
+ LIBRARY ".7 " LIBRARY ".yo");
+#ifdef MANHTML
- run("yodl2html --no-warnings -r 15000 "
- "-o ../../tmp/manhtml/bobcat.7.html bobcat.yo");
+ run("yodl2html --no-warnings -r 3 "
+ "-o ../../tmp/manhtml/" LIBRARY ".7.html "
+ LIBRARY ".yo");
+#endif
}
Added: head/devel/libbobcat/files/patch-ifilterstreambuf-ifilterstreambuf
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/libbobcat/files/patch-ifilterstreambuf-ifilterstreambuf Thu Nov 28 07:17:03 2013 (r335079)
@@ -0,0 +1,13 @@
+--- ifilterstreambuf/ifilterstreambuf.orig 2013-11-13 11:44:52.000000000 +0100
++++ ifilterstreambuf/ifilterstreambuf 2013-11-27 14:52:22.000000000 +0100
+@@ -1,6 +1,10 @@
+ #ifndef INCLUDED_BOBCAT_IFILTERSTREAMBUF_
+ #define INCLUDED_BOBCAT_IFILTERSTREAMBUF_
+
++#ifdef __FreeBSD__
++#include <stdio.h>
++#endif
++
+ #include <streambuf>
+ #include <memory>
+
Added: head/devel/libbobcat/files/patch-inetaddress-inetaddress
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/libbobcat/files/patch-inetaddress-inetaddress Thu Nov 28 07:17:03 2013 (r335079)
@@ -0,0 +1,14 @@
+--- inetaddress/inetaddress.orig 2013-11-13 11:44:52.000000000 +0100
++++ inetaddress/inetaddress 2013-11-27 16:51:01.000000000 +0100
+@@ -1,6 +1,11 @@
+ #ifndef INCLUDED_BOBCAT_INETADDRESS_
+ #define INCLUDED_BOBCAT_INETADDRESS_
+
++#ifdef __FreeBSD__
++#include <sys/types.h>
++#include <sys/socket.h>
++#endif
++
+ #include <netinet/in.h>
+ #include <string>
+
Added: head/devel/libbobcat/files/patch-localsocketbase-localsocketbase
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/libbobcat/files/patch-localsocketbase-localsocketbase Thu Nov 28 07:17:03 2013 (r335079)
@@ -0,0 +1,13 @@
+--- localsocketbase/localsocketbase.orig 2013-11-13 11:44:52.000000000 +0100
++++ localsocketbase/localsocketbase 2013-11-27 16:51:46.000000000 +0100
+@@ -5,6 +5,10 @@
+ #include <string>
+ #include <sys/socket.h>
+
++#ifdef __FreeBSD__
++#include <string.h>
++#endif
++
+ namespace FBB
+ {
+
Added: head/devel/libbobcat/files/patch-ofdstreambuf-ofdstreambuf
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/libbobcat/files/patch-ofdstreambuf-ofdstreambuf Thu Nov 28 07:17:03 2013 (r335079)
@@ -0,0 +1,13 @@
+--- ofdstreambuf/ofdstreambuf.orig 2013-11-13 11:44:53.000000000 +0100
++++ ofdstreambuf/ofdstreambuf 2013-11-27 14:45:13.000000000 +0100
+@@ -1,6 +1,10 @@
+ #ifndef INCLUDED_BOBCAT_OFDSTREAMBUF_
+ #define INCLUDED_BOBCAT_OFDSTREAMBUF_
+
++#ifdef __FreeBSD__
++#include <stdio.h>
++#endif
++
+ #include <streambuf>
+
+ namespace FBB
Added: head/devel/libbobcat/files/patch-process-process
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/libbobcat/files/patch-process-process Thu Nov 28 07:17:03 2013 (r335079)
@@ -0,0 +1,13 @@
+--- process/process.orig 2013-11-13 11:45:02.000000000 +0100
++++ process/process 2013-11-27 16:52:35.000000000 +0100
+@@ -5,6 +5,10 @@
+ #include <ostream>
+ #include <istream>
+
++#ifdef __FreeBSD__
++#include <signal.h>
++#endif
++
+ #include <bobcat/fork>
+ #include <bobcat/string>
+ #include <bobcat/pipe>
Added: head/devel/libbobcat/files/patch-sharedmemory-sharedmemory
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/libbobcat/files/patch-sharedmemory-sharedmemory Thu Nov 28 07:17:03 2013 (r335079)
@@ -0,0 +1,13 @@
+--- sharedmemory/sharedmemory.orig 2013-11-22 08:50:45.000000000 +0100
++++ sharedmemory/sharedmemory 2013-11-27 14:38:27.000000000 +0100
+@@ -1,6 +1,10 @@
+ #ifndef INCLUDED_BOBCAT_SHAREDMEMORY_
+ #define INCLUDED_BOBCAT_SHAREDMEMORY_
+
++#ifdef __FreeBSD__
++#include <stdio.h>
++#endif
++
+ #include <ios>
+
+ #include <bobcat/fswap>
Added: head/devel/libbobcat/files/patch-sharedstreambuf-sharedstreambuf
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/libbobcat/files/patch-sharedstreambuf-sharedstreambuf Thu Nov 28 07:17:03 2013 (r335079)
@@ -0,0 +1,13 @@
+--- sharedstreambuf/sharedstreambuf.orig 2013-11-22 08:53:40.000000000 +0100
++++ sharedstreambuf/sharedstreambuf 2013-11-27 14:30:47.000000000 +0100
+@@ -1,6 +1,10 @@
+ #ifndef INCLUDED_BOBCAT_SHAREDSTREAMBUF_
+ #define INCLUDED_BOBCAT_SHAREDSTREAMBUF_
+
++#ifdef __FreeBSD__
++#include <stdio.h>
++#endif
++
+ #include <ios>
+ #include <streambuf>
+
Added: head/devel/libbobcat/files/patch-signal-signal
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/libbobcat/files/patch-signal-signal Thu Nov 28 07:17:03 2013 (r335079)
@@ -0,0 +1,13 @@
+--- signal/signal.orig 2013-10-02 12:35:59.000000000 +0200
++++ signal/signal 2013-11-27 14:28:38.000000000 +0100
+@@ -1,6 +1,10 @@
+ #ifndef INCLUDED_SIGNAL_
+ #define INCLUDED_SIGNAL_
+
++#ifdef __FreeBSD__
++#include <stdlib.h>
++#endif
++
+ #include <vector>
+ #include <signal.h>
+
Added: head/devel/libbobcat/files/patch-socketbase-socketbase
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/libbobcat/files/patch-socketbase-socketbase Thu Nov 28 07:17:03 2013 (r335079)
@@ -0,0 +1,13 @@
+--- socketbase/socketbase.orig 2013-11-13 11:44:53.000000000 +0100
++++ socketbase/socketbase 2013-11-27 14:27:08.000000000 +0100
+@@ -1,6 +1,10 @@
+ #ifndef INCLUDED_BOBCAT_SOCKETBASE_
+ #define INCLUDED_BOBCAT_SOCKETBASE_
+
++#ifdef __FreeBSD__
++#include <sys/types.h>
++#endif
++
+ #include <string>
+ #include <sys/socket.h>
+
Added: head/devel/libbobcat/files/patch-stat-stat
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/libbobcat/files/patch-stat-stat Thu Nov 28 07:17:03 2013 (r335079)
@@ -0,0 +1,13 @@
+--- stat/stat.orig 2013-11-13 11:44:53.000000000 +0100
++++ stat/stat 2013-11-27 14:25:52.000000000 +0100
+@@ -6,6 +6,10 @@
+ #include <unistd.h>
+ #include <string>
+
++#ifdef __FreeBSD__
++#include <errno.h>
++#endif
++
+ #include <bobcat/datetime>
+ #include <bobcat/gs>
+
Added: head/devel/libbobcat/files/patch-syslogbuf-syslogbuf
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/libbobcat/files/patch-syslogbuf-syslogbuf Thu Nov 28 07:17:03 2013 (r335079)
@@ -0,0 +1,14 @@
+--- syslogbuf/syslogbuf.orig 2013-11-13 11:45:02.000000000 +0100
++++ syslogbuf/syslogbuf 2013-11-27 14:19:23.000000000 +0100
+@@ -90,6 +90,11 @@
+ #include <syslog.h>
+ #include <streambuf>
+ #include <string>
++
++#ifdef __FreeBSD__
++#include <stdio.h>
++#endif
++
+
+ namespace FBB
+ {
Added: head/devel/libbobcat/files/patch-syslogstream-syslogstream
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/libbobcat/files/patch-syslogstream-syslogstream Thu Nov 28 07:17:03 2013 (r335079)
@@ -0,0 +1,14 @@
+--- syslogstream/syslogstream.orig 2013-11-13 11:44:53.000000000 +0100
++++ syslogstream/syslogstream 2013-11-27 14:17:49.000000000 +0100
+@@ -88,6 +88,11 @@
+
+ #include <ostream>
+ #include <syslog.h>
++
++#ifdef __FreeBSD__
++#include <errno.h>
++#endif
++
+
+ namespace FBB
+ {
Modified: head/devel/libbobcat/pkg-plist
==============================================================================
--- head/devel/libbobcat/pkg-plist Thu Nov 28 07:15:22 2013 (r335078)
+++ head/devel/libbobcat/pkg-plist Thu Nov 28 07:17:03 2013 (r335079)
@@ -4,6 +4,7 @@ include/bobcat/align
include/bobcat/arg
include/bobcat/argconfig
include/bobcat/autoptr
+include/bobcat/base64streambufbase
include/bobcat/bigint
include/bobcat/binarysearch
include/bobcat/binops
@@ -15,9 +16,12 @@ include/bobcat/cmdfinderbase
include/bobcat/configfile
include/bobcat/datetime
include/bobcat/decryptbuf
+include/bobcat/diffiehellman
include/bobcat/digestbuf
include/bobcat/encryptbuf
include/bobcat/errno
+include/bobcat/exception
+include/bobcat/fbb
include/bobcat/fnwrap
include/bobcat/foreach
include/bobcat/fork
@@ -29,13 +33,19 @@ include/bobcat/hash
include/bobcat/hmacbuf
include/bobcat/hostent
include/bobcat/hostname
+include/bobcat/ibase64stream
+include/bobcat/ibase64streambuf
include/bobcat/ifdstream
include/bobcat/ifdstreambuf
+include/bobcat/ifilterstreambuf
include/bobcat/indent
include/bobcat/inetaddress
include/bobcat/iostream
include/bobcat/iostreambuf
include/bobcat/irandstream
+include/bobcat/isharedstream
+include/bobcat/isymcryptstream
+include/bobcat/isymcryptstreambuf
include/bobcat/iuo
include/bobcat/lc
include/bobcat/level
@@ -57,8 +67,10 @@ include/bobcat/ofoldstream
include/bobcat/ofoldstreambuf
include/bobcat/ohexstreambuf
include/bobcat/onekey
+include/bobcat/osharedstream
include/bobcat/pattern
include/bobcat/pipe
+include/bobcat/primefactors
include/bobcat/process
include/bobcat/ptriter
include/bobcat/randbuffer
@@ -71,11 +83,19 @@ include/bobcat/refcount
include/bobcat/repeat
include/bobcat/selector
include/bobcat/serversocket
+include/bobcat/sharedblock
+include/bobcat/sharedmemory
+include/bobcat/sharedmutex
+include/bobcat/sharedpos
+include/bobcat/sharedsegment
+include/bobcat/sharedstream
+include/bobcat/sharedstreambuf
include/bobcat/signal
include/bobcat/socketbase
include/bobcat/stat
include/bobcat/string
include/bobcat/stringline
+include/bobcat/symcryptstreambufbase
include/bobcat/syslogbuf
include/bobcat/syslogstream
include/bobcat/table
@@ -92,4 +112,104 @@ lib/libbobcat.a
lib/libbobcat.so
lib/libbobcat.so.%%PORTVERSION%%
lib/libbobcat.so.3
+man/man3/a2x.3bobcat.gz
+man/man3/align.3bobcat.gz
+man/man3/arg.3bobcat.gz
+man/man3/argconfig.3bobcat.gz
+man/man3/bigint.3bobcat.gz
+man/man3/binarysearch.3bobcat.gz
+man/man3/binops.3bobcat.gz
+man/man3/cgi.3bobcat.gz
+man/man3/cidr.3bobcat.gz
+man/man3/clientsocket.3bobcat.gz
+man/man3/cmdfinder.3bobcat.gz
+man/man3/cmdfinderbase.3bobcat.gz
+man/man3/configfile.3bobcat.gz
+man/man3/datetime.3bobcat.gz
+man/man3/decryptbuf.3bobcat.gz
+man/man3/diffiehellman.3bobcat.gz
+man/man3/digestbuf.3bobcat.gz
+man/man3/encryptbuf.3bobcat.gz
+man/man3/exception.3bobcat.gz
+man/man3/fork.3bobcat.gz
+man/man3/fswap.3bobcat.gz
+man/man3/gethostent.3bobcat.gz
+man/man3/glob.3bobcat.gz
+man/man3/hash.3bobcat.gz
+man/man3/hmacbuf.3bobcat.gz
+man/man3/hostent.3bobcat.gz
+man/man3/hostname.3bobcat.gz
+man/man3/ibase64stream.3bobcat.gz
+man/man3/ibase64streambuf.3bobcat.gz
+man/man3/ifdstream.3bobcat.gz
+man/man3/ifdstreambuf.3bobcat.gz
+man/man3/ifilterstreambuf.3bobcat.gz
+man/man3/indent.3bobcat.gz
+man/man3/inetaddress.3bobcat.gz
+man/man3/iostream.3bobcat.gz
+man/man3/iostreambuf.3bobcat.gz
+man/man3/irandstream.3bobcat.gz
+man/man3/isharedstream.3bobcat.gz
+man/man3/isymcryptstream.3bobcat.gz
+man/man3/isymcryptstreambuf.3bobcat.gz
+man/man3/level.3bobcat.gz
+man/man3/lm.3bobcat.gz
+man/man3/localclientsocket.3bobcat.gz
+man/man3/localserversocket.3bobcat.gz
+man/man3/localsocketbase.3bobcat.gz
+man/man3/log.3bobcat.gz
+man/man3/logbuffer.3bobcat.gz
+man/man3/mailheaders.3bobcat.gz
+man/man3/manipulators.3bobcat.gz
+man/man3/mbuf.3bobcat.gz
+man/man3/milter.3bobcat.gz
+man/man3/mlm.3bobcat.gz
+man/man3/mstream.3bobcat.gz
+man/man3/multistreambuf.3bobcat.gz
+man/man3/ofdstream.3bobcat.gz
+man/man3/ofdstreambuf.3bobcat.gz
+man/man3/ofilterstreambuf.3bobcat.gz
+man/man3/ofoldstream.3bobcat.gz
+man/man3/ofoldstreambuf.3bobcat.gz
+man/man3/ohexstreambuf.3bobcat.gz
+man/man3/onekey.3bobcat.gz
+man/man3/osharedstream.3bobcat.gz
+man/man3/pattern.3bobcat.gz
+man/man3/pipe.3bobcat.gz
+man/man3/primefactors.3bobcat.gz
+man/man3/process.3bobcat.gz
+man/man3/ptriter.3bobcat.gz
+man/man3/randbuffer.3bobcat.gz
+man/man3/ranger.3bobcat.gz
+man/man3/readlinebuf.3bobcat.gz
+man/man3/readlinehistory.3bobcat.gz
+man/man3/readlinestream.3bobcat.gz
+man/man3/redirector.3bobcat.gz
+man/man3/repeat.3bobcat.gz
+man/man3/selector.3bobcat.gz
+man/man3/serversocket.3bobcat.gz
+man/man3/sharedblock.3bobcat.gz
+man/man3/sharedmemory.3bobcat.gz
+man/man3/sharedmutex.3bobcat.gz
+man/man3/sharedpos.3bobcat.gz
+man/man3/sharedsegment.3bobcat.gz
+man/man3/sharedstream.3bobcat.gz
+man/man3/sharedstreambuf.3bobcat.gz
+man/man3/signal.3bobcat.gz
+man/man3/socketbase.3bobcat.gz
+man/man3/stat.3bobcat.gz
+man/man3/string.3bobcat.gz
+man/man3/stringline.3bobcat.gz
+man/man3/syslogbuf.3bobcat.gz
+man/man3/syslogstream.3bobcat.gz
+man/man3/table.3bobcat.gz
+man/man3/tablebuf.3bobcat.gz
+man/man3/tablelines.3bobcat.gz
+man/man3/tablesupport.3bobcat.gz
+man/man3/tempstream.3bobcat.gz
+man/man3/typetrait.3bobcat.gz
+man/man3/user.3bobcat.gz
+man/man3/x2a.3bobcat.gz
+man/man3/xpointer.3bobcat.gz
+man/man7/bobcat.7.gz
@dirrm include/bobcat
More information about the svn-ports-all
mailing list