summaryrefslogtreecommitdiff
path: root/net/libunpipc
diff options
context:
space:
mode:
Diffstat (limited to 'net/libunpipc')
-rw-r--r--net/libunpipc/Makefile35
-rw-r--r--net/libunpipc/distinfo3
-rw-r--r--net/libunpipc/files/patch-aa18
-rw-r--r--net/libunpipc/files/patch-ab13
-rw-r--r--net/libunpipc/files/patch-ac11
-rw-r--r--net/libunpipc/files/patch-ad11
-rw-r--r--net/libunpipc/files/patch-ae38
-rw-r--r--net/libunpipc/pkg-descr12
-rw-r--r--net/libunpipc/pkg-plist3
9 files changed, 0 insertions, 144 deletions
diff --git a/net/libunpipc/Makefile b/net/libunpipc/Makefile
deleted file mode 100644
index 05a6e5de7bb7..000000000000
--- a/net/libunpipc/Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
-# Ports collection makefile for: libunpipc
-# Date created: Sept 28, 1999
-# Whom: james@targetnet.com
-#
-# $FreeBSD$
-#
-
-PORTNAME= libunpipc
-PORTVERSION= 1.0
-PORTREVISION= 1
-CATEGORIES= net
-MASTER_SITES= http://www.kohala.com/start/unpv22e/
-DISTNAME= unpv22e
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= The networking library used in UNIX Network Programming Volume 2 2e
-
-BROKEN= checksum mismatch
-DEPRECATED= has been broken for more than 6 months
-EXPIRATION_DATE=2009-01-19
-
-GNU_CONFIGURE= yes
-USE_GMAKE= yes
-
-.include <bsd.port.pre.mk>
-
-post-configure:
- ${LN} -s ${WRKSRC}/config.h ${WRKSRC}/unpipc_config.h
-
-do-install:
- ${INSTALL_DATA} ${WRKSRC}/libunpipc.a ${PREFIX}/lib
- ${INSTALL_DATA} ${WRKSRC}/lib/unpipc.h ${PREFIX}/include
- ${INSTALL_DATA} ${WRKSRC}/config.h ${PREFIX}/include/unpipc_config.h
-
-.include <bsd.port.post.mk>
diff --git a/net/libunpipc/distinfo b/net/libunpipc/distinfo
deleted file mode 100644
index 118314f1516e..000000000000
--- a/net/libunpipc/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (unpv22e.tar.gz) = 668fdb55452859c13b44a7049a40071a
-SHA256 (unpv22e.tar.gz) = 16d090f2aa4ab0e9c61f4b0998ec68a92b95978cfb3ef7fce2be5e5be21a4ee8
-SIZE (unpv22e.tar.gz) = 135807
diff --git a/net/libunpipc/files/patch-aa b/net/libunpipc/files/patch-aa
deleted file mode 100644
index e69a3263797c..000000000000
--- a/net/libunpipc/files/patch-aa
+++ /dev/null
@@ -1,18 +0,0 @@
---- Makefile.in.orig Fri Apr 11 18:42:26 1997
-+++ Makefile.in Thu Sep 30 10:24:12 1999
-@@ -1,8 +1,13 @@
- include ./Make.defines
-
-+SUBDIRS = lib
-+
- all:
-- @echo "Nothing to make in this directory"
-- @echo "Please read the README file"
-+ PWD=`pwd`; \
-+ for dir in $(SUBDIRS) ; \
-+ do \
-+ cd $$PWD/$$dir && $(MAKE) && cd .. ;\
-+ done
-
- clean:
- rm -f $(CLEANFILES)
diff --git a/net/libunpipc/files/patch-ab b/net/libunpipc/files/patch-ab
deleted file mode 100644
index f9dacef263a0..000000000000
--- a/net/libunpipc/files/patch-ab
+++ /dev/null
@@ -1,13 +0,0 @@
---- configure.orig Tue Sep 28 11:52:17 1999
-+++ configure Tue Sep 28 11:52:24 1999
-@@ -2894,10 +2894,6 @@
- LIB_OBJS="$LIB_OBJS signal.o"
- LIB_OBJS="$LIB_OBJS signal_intr.o"
- LIB_OBJS="$LIB_OBJS sleep_us.o"
--if test $ac_cv_have_siginfo_t_struct = yes ; then
-- LIB_OBJS="$LIB_OBJS signal_rt.o"
-- LIB_OBJS="$LIB_OBJS signal_rt_intr.o"
--fi
- if test "$ac_cv_func_snprintf" = no ; then
- LIB_OBJS="$LIB_OBJS snprintf.o"
- fi
diff --git a/net/libunpipc/files/patch-ac b/net/libunpipc/files/patch-ac
deleted file mode 100644
index 50453b6f7b72..000000000000
--- a/net/libunpipc/files/patch-ac
+++ /dev/null
@@ -1,11 +0,0 @@
---- lib/unpipc.h.orig Wed Aug 5 14:20:32 1998
-+++ lib/unpipc.h Thu Sep 30 10:23:56 1999
-@@ -4,7 +4,7 @@
- #ifndef __unpipc_h
- #define __unpipc_h
-
--#include "../config.h" /* configuration options for current OS */
-+#include <unpipc_config.h> /* configuration options for current OS */
- /* "../config.h" is generated by configure */
-
- /* If anything changes in the following list of #includes, must change
diff --git a/net/libunpipc/files/patch-ad b/net/libunpipc/files/patch-ad
deleted file mode 100644
index 9cbe815a923a..000000000000
--- a/net/libunpipc/files/patch-ad
+++ /dev/null
@@ -1,11 +0,0 @@
---- lib/Makefile.orig Thu Sep 30 10:33:02 1999
-+++ lib/Makefile Thu Sep 30 10:33:09 1999
-@@ -1,7 +1,7 @@
- include ../Make.defines
-
- # Following required by Solaris 2.x for Posix version of sigwait().
--CFLAGS += -D_POSIX_PTHREAD_SEMANTICS
-+CFLAGS += -D_POSIX_PTHREAD_SEMANTICS -I..
-
- all: ${LIB_OBJS}
- ar rv ${LIBUNPIPC_NAME} $?
diff --git a/net/libunpipc/files/patch-ae b/net/libunpipc/files/patch-ae
deleted file mode 100644
index 2368fc7b0665..000000000000
--- a/net/libunpipc/files/patch-ae
+++ /dev/null
@@ -1,38 +0,0 @@
---- lib/wrappthread.c.orig Thu Sep 30 11:03:00 1999
-+++ lib/wrappthread.c Thu Sep 30 11:04:50 1999
-@@ -83,17 +83,6 @@
- }
-
- void
--Pthread_kill(pthread_t tid, int signo)
--{
-- int n;
--
-- if ( (n = pthread_kill(tid, signo)) == 0)
-- return;
-- errno = n;
-- err_sys("pthread_kill error");
--}
--
--void
- Pthread_mutexattr_init(pthread_mutexattr_t *attr)
- {
- int n;
-@@ -274,17 +263,6 @@
- return;
- errno = n;
- err_sys("pthread_key_create error");
--}
--
--void
--Pthread_setcancelstate(int state, int *oldstate)
--{
-- int n;
--
-- if ( (n = pthread_setcancelstate(state, oldstate)) == 0)
-- return;
-- errno = n;
-- err_sys("pthread_setcancelstate error");
- }
-
- void
diff --git a/net/libunpipc/pkg-descr b/net/libunpipc/pkg-descr
deleted file mode 100644
index df59d9fa663d..000000000000
--- a/net/libunpipc/pkg-descr
+++ /dev/null
@@ -1,12 +0,0 @@
-libunp is the library used in W. Richard Steven's book "UNIX Network
-Programming Volume 2, 2nd Edition". It contains the library and headers
-used in the examples as well as all programs from the text that compile on
-FreeBSD systems.
-
-For more information on the book, see
-
-http://www.phptr.com/ptrbooks/ptr_013490012X.html
-
-For more info on W. Richard Stevens, see
-
-WWW: http://www.kohala.com/start/
diff --git a/net/libunpipc/pkg-plist b/net/libunpipc/pkg-plist
deleted file mode 100644
index 784055b4a02e..000000000000
--- a/net/libunpipc/pkg-plist
+++ /dev/null
@@ -1,3 +0,0 @@
-include/unpipc.h
-include/unpipc_config.h
-lib/libunpipc.a