Update to 1.8.7

This commit is contained in:
Mario Sergio Fujikawa Ferreira 2005-09-25 06:32:55 +00:00
parent 309207fba2
commit c509d7c518
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=143511
14 changed files with 48 additions and 48 deletions

View file

@ -6,7 +6,7 @@
#
PORTNAME= Sockets
PORTVERSION= 1.8.1
PORTVERSION= 1.8.7
CATEGORIES= net ipv6
MASTER_SITES= http://www.alhem.net/Sockets/

View file

@ -1,2 +1,2 @@
MD5 (Sockets-1.8.1.tar.gz) = 2792d7b81f4fcb2888e6cd6f94bafd0e
SIZE (Sockets-1.8.1.tar.gz) = 55562
MD5 (Sockets-1.8.7.tar.gz) = 361cc81cb5eaf5aa77a476de827aee80
SIZE (Sockets-1.8.7.tar.gz) = 77760

View file

@ -1,10 +0,0 @@
--- ListenSocket.h.orig Sun Apr 3 18:43:45 2005
+++ ListenSocket.h Sun Apr 3 18:44:30 2005
@@ -31,6 +31,7 @@
#include "Socket.h"
+#include <StdLog.h>
template <class X>
class ListenSocket : public Socket

View file

@ -1,6 +1,6 @@
--- Makefile.orig Sun Apr 3 18:39:23 2005
+++ Makefile Sun Apr 3 18:41:20 2005
@@ -69,12 +69,11 @@
--- Makefile.orig Sun Sep 25 02:39:49 2005
+++ Makefile Sun Sep 25 02:40:28 2005
@@ -75,13 +75,11 @@
ranlib $@
install: all
@ -11,9 +11,10 @@
+ @${BSD_INSTALL_DATA} libSocketsEx.a $(PREFIX)/lib
@mkdir -p $(PREFIX)/include/Sockets
- cp -a *.h $(PREFIX)/include/Sockets
- @mkdir -p $(PREFIX)/bin
- install Sockets-config $(PREFIX)/bin
+ @${BSD_INSTALL_DATA} *.h $(PREFIX)/include/Sockets
+ @${BSD_INSTALL_PROGRAM} Sockets-config $(PREFIX)/bin
clean:
rm -f *.o *~ slask *.d $(PROGS) *.a
rm -f *.o *~ slask *.d $(PROGS) *.a */*~

View file

@ -1,5 +1,5 @@
--- MinderHandler.cpp.orig Sun Apr 3 18:42:07 2005
+++ MinderHandler.cpp Sun Apr 3 18:43:09 2005
--- MinderHandler.cpp.orig Sun Sep 25 02:40:57 2005
+++ MinderHandler.cpp Sun Sep 25 02:41:49 2005
@@ -20,6 +20,10 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
@ -16,7 +16,7 @@
#ifdef _WIN32
msg += ":Win32";
+#elif defined __FreeBSD__
+ msg += ":FreeBSD";
+ msg += ":FreeBSD";
#else
msg += ":Linux";
#endif

View file

@ -1,7 +1,10 @@
--- Sockets-config.cpp.orig Sun Jan 16 02:23:14 2005
+++ Sockets-config.cpp Sun Jan 16 02:26:07 2005
@@ -3,6 +3,10 @@
CFLAGS = -Wall -g -O2 $(INCLUDE) -MD -D_VERSION='"$(VERSION)"'
--- Sockets-config.cpp.orig Sun Sep 25 02:42:19 2005
+++ Sockets-config.cpp Sun Sep 25 02:44:08 2005
@@ -1,8 +1,12 @@
#include <stdio.h>
/*
-CFLAGS = -Wall -g -O2 $(INCLUDE) -MD -D_VERSION='"$(VERSION)"'
+CFLAGS = -Wall -g $(INCLUDE) -MD -D_VERSION='"$(VERSION)"'
# manual autoconf ....
+#if (defined(__unix__) || defined(unix)) && !defined(USG)

View file

@ -2,15 +2,21 @@ bin/Sockets-config
include/Sockets/Base64.h
include/Sockets/CTcpSocket.h
include/Sockets/CircularBuffer.h
include/Sockets/File.h
include/Sockets/HTTPSocket.h
include/Sockets/HttpDebugSocket.h
include/Sockets/HttpGetSocket.h
include/Sockets/HttpPostSocket.h
include/Sockets/HttpPutSocket.h
include/Sockets/HttpdCookies.h
include/Sockets/HttpdForm.h
include/Sockets/HttpdSocket.h
include/Sockets/HttpsGetSocket.h
include/Sockets/HttpsSocket.h
include/Sockets/ICrypt.h
include/Sockets/IFile.h
include/Sockets/ListenSocket.h
include/Sockets/MemFile.h
include/Sockets/MinderHandler.h
include/Sockets/MinderSocket.h
include/Sockets/MinionSocket.h

View file

@ -6,7 +6,7 @@
#
PORTNAME= Sockets
PORTVERSION= 1.8.1
PORTVERSION= 1.8.7
CATEGORIES= net ipv6
MASTER_SITES= http://www.alhem.net/Sockets/

View file

@ -1,2 +1,2 @@
MD5 (Sockets-1.8.1.tar.gz) = 2792d7b81f4fcb2888e6cd6f94bafd0e
SIZE (Sockets-1.8.1.tar.gz) = 55562
MD5 (Sockets-1.8.7.tar.gz) = 361cc81cb5eaf5aa77a476de827aee80
SIZE (Sockets-1.8.7.tar.gz) = 77760

View file

@ -1,10 +0,0 @@
--- ListenSocket.h.orig Sun Apr 3 18:43:45 2005
+++ ListenSocket.h Sun Apr 3 18:44:30 2005
@@ -31,6 +31,7 @@
#include "Socket.h"
+#include <StdLog.h>
template <class X>
class ListenSocket : public Socket

View file

@ -1,6 +1,6 @@
--- Makefile.orig Sun Apr 3 18:39:23 2005
+++ Makefile Sun Apr 3 18:41:20 2005
@@ -69,12 +69,11 @@
--- Makefile.orig Sun Sep 25 02:39:49 2005
+++ Makefile Sun Sep 25 02:40:28 2005
@@ -75,13 +75,11 @@
ranlib $@
install: all
@ -11,9 +11,10 @@
+ @${BSD_INSTALL_DATA} libSocketsEx.a $(PREFIX)/lib
@mkdir -p $(PREFIX)/include/Sockets
- cp -a *.h $(PREFIX)/include/Sockets
- @mkdir -p $(PREFIX)/bin
- install Sockets-config $(PREFIX)/bin
+ @${BSD_INSTALL_DATA} *.h $(PREFIX)/include/Sockets
+ @${BSD_INSTALL_PROGRAM} Sockets-config $(PREFIX)/bin
clean:
rm -f *.o *~ slask *.d $(PROGS) *.a
rm -f *.o *~ slask *.d $(PROGS) *.a */*~

View file

@ -1,5 +1,5 @@
--- MinderHandler.cpp.orig Sun Apr 3 18:42:07 2005
+++ MinderHandler.cpp Sun Apr 3 18:43:09 2005
--- MinderHandler.cpp.orig Sun Sep 25 02:40:57 2005
+++ MinderHandler.cpp Sun Sep 25 02:41:49 2005
@@ -20,6 +20,10 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
@ -16,7 +16,7 @@
#ifdef _WIN32
msg += ":Win32";
+#elif defined __FreeBSD__
+ msg += ":FreeBSD";
+ msg += ":FreeBSD";
#else
msg += ":Linux";
#endif

View file

@ -1,7 +1,10 @@
--- Sockets-config.cpp.orig Sun Jan 16 02:23:14 2005
+++ Sockets-config.cpp Sun Jan 16 02:26:07 2005
@@ -3,6 +3,10 @@
CFLAGS = -Wall -g -O2 $(INCLUDE) -MD -D_VERSION='"$(VERSION)"'
--- Sockets-config.cpp.orig Sun Sep 25 02:42:19 2005
+++ Sockets-config.cpp Sun Sep 25 02:44:08 2005
@@ -1,8 +1,12 @@
#include <stdio.h>
/*
-CFLAGS = -Wall -g -O2 $(INCLUDE) -MD -D_VERSION='"$(VERSION)"'
+CFLAGS = -Wall -g $(INCLUDE) -MD -D_VERSION='"$(VERSION)"'
# manual autoconf ....
+#if (defined(__unix__) || defined(unix)) && !defined(USG)

View file

@ -2,15 +2,21 @@ bin/Sockets-config
include/Sockets/Base64.h
include/Sockets/CTcpSocket.h
include/Sockets/CircularBuffer.h
include/Sockets/File.h
include/Sockets/HTTPSocket.h
include/Sockets/HttpDebugSocket.h
include/Sockets/HttpGetSocket.h
include/Sockets/HttpPostSocket.h
include/Sockets/HttpPutSocket.h
include/Sockets/HttpdCookies.h
include/Sockets/HttpdForm.h
include/Sockets/HttpdSocket.h
include/Sockets/HttpsGetSocket.h
include/Sockets/HttpsSocket.h
include/Sockets/ICrypt.h
include/Sockets/IFile.h
include/Sockets/ListenSocket.h
include/Sockets/MemFile.h
include/Sockets/MinderHandler.h
include/Sockets/MinderSocket.h
include/Sockets/MinionSocket.h