diff options
Diffstat (limited to 'security/distcache-devel')
-rw-r--r-- | security/distcache-devel/Makefile | 46 | ||||
-rw-r--r-- | security/distcache-devel/distinfo | 2 | ||||
-rw-r--r-- | security/distcache-devel/files/dc_server.in | 32 | ||||
-rw-r--r-- | security/distcache-devel/files/patch-proto_fd.c | 18 | ||||
-rw-r--r-- | security/distcache-devel/pkg-descr | 6 | ||||
-rw-r--r-- | security/distcache-devel/pkg-plist | 39 |
6 files changed, 0 insertions, 143 deletions
diff --git a/security/distcache-devel/Makefile b/security/distcache-devel/Makefile deleted file mode 100644 index f6e6a95c42d0..000000000000 --- a/security/distcache-devel/Makefile +++ /dev/null @@ -1,46 +0,0 @@ -# Created by: Marcel Prisi <marcel.prisi@virtua.ch> -# $FreeBSD$ - -PORTNAME= distcache -PORTVERSION= 1.5.1 -PORTREVISION= 1 -CATEGORIES= security www -MASTER_SITES= SF/${PORTNAME}/1.%20${PORTNAME}-devel/${PORTVERSION} \ - http://osdn.dl.sourceforge.net/sourceforge/${PORTNAME}/ - -PKGNAMESUFFIX= -devel - -MAINTAINER= ports@FreeBSD.org -COMMENT= Distributed OpenSSL session caching tools - development version - -CONFLICTS= distcache-1.4* - -USES= tar:bzip2 -USE_RC_SUBR= dc_server -USE_AUTOTOOLS= libtool -USE_OPENSSL= yes -LIBTOOLFILES= configure ssl/configure -USE_LDCONFIG= yes - -SUB_LIST+= NAME=dc_server - -.if !defined(NOPORTDOCS) -PORTDOCS= ANNOUNCE BUGS CHANGES FAQ INSTALL LICENSE README -.endif - -MAN1= dc_client.1 dc_server.1 dc_snoop.1 dc_test.1 sslswamp.1 -MAN2= DC_CTX_new.2 DC_PLUG_new.2 DC_PLUG_read.2 DC_SERVER_new.2 \ - NAL_ADDRESS_new.2 NAL_BUFFER_new.2 NAL_CONNECTION_new.2 \ - NAL_LISTENER_new.2 NAL_SELECTOR_new.2 NAL_decode_uint32.2 -MAN8= distcache.8 - -NO_STAGE= yes -post-install: -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} -.for f in ${PORTDOCS} - ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} -.endfor -.endif - -.include <bsd.port.mk> diff --git a/security/distcache-devel/distinfo b/security/distcache-devel/distinfo deleted file mode 100644 index 8edba554e699..000000000000 --- a/security/distcache-devel/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (distcache-1.5.1.tar.bz2) = d20def77b8f1215f0672fdc0eb5a390aa96593399a3a23b99abda7e2f69b0203 -SIZE (distcache-1.5.1.tar.bz2) = 491139 diff --git a/security/distcache-devel/files/dc_server.in b/security/distcache-devel/files/dc_server.in deleted file mode 100644 index 6f2d02c72b6b..000000000000 --- a/security/distcache-devel/files/dc_server.in +++ /dev/null @@ -1,32 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# - -# PROVIDE: %%NAME%% -# REQUIRE: LOGIN -# BEFORE: securelevel -# KEYWORD: shutdown - -# Add the following line to /etc/rc.conf to enable `%%NAME%%': -# -# %%NAME%%_enable="YES" -# %%NAME%%_flags="<set as needed>" -# -# See %%NAME%%(1) -# - -. /etc/rc.subr - -name="%%NAME%%" -rcvar=%%NAME%%_enable - -command="%%PREFIX%%/bin/dc_server" -command_args="-daemon -listen IP:9001 -user nobody -pidfile /var/run/$name.pid" -pidfile="/var/run/$name.pid" - -# read configuration and set defaults -load_rc_config "$name" -: ${%%NAME%%_enable="NO"} - -run_rc_command "$1" diff --git a/security/distcache-devel/files/patch-proto_fd.c b/security/distcache-devel/files/patch-proto_fd.c deleted file mode 100644 index 4f37e7a29e1b..000000000000 --- a/security/distcache-devel/files/patch-proto_fd.c +++ /dev/null @@ -1,18 +0,0 @@ -*** libnal/proto_fd.c.ori Wed Apr 13 21:07:10 2005 ---- libnal/proto_fd.c Wed Apr 13 21:55:12 2005 -*************** -*** 26,31 **** ---- 26,38 ---- - #include "nal_internal.h" - #include "ctrl_fd.h" - #include <libsys/post.h> -+ #ifdef __FreeBSD__ -+ #if __FreeBSD_version >= 502010 -+ #include <sys/limits.h> -+ #else -+ #include <machine/limits.h> -+ #endif -+ #endif /* __FreeBSD__ */ - - /**************************/ - /* predeclare our vtables */ diff --git a/security/distcache-devel/pkg-descr b/security/distcache-devel/pkg-descr deleted file mode 100644 index 1c0c178f6777..000000000000 --- a/security/distcache-devel/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Distributed session caching tools and APIs, primarily for SSL/TLS servers -though perhaps useful for other (non-SSL/TLS) circumstances. -Also includes a self-contained network abstraction library (libnal), and the -sslswamp SSL/TLS benchmark/test utility. - -WWW: http://distcache.sourceforge.net/ diff --git a/security/distcache-devel/pkg-plist b/security/distcache-devel/pkg-plist deleted file mode 100644 index d8e7b20005f5..000000000000 --- a/security/distcache-devel/pkg-plist +++ /dev/null @@ -1,39 +0,0 @@ -bin/dc_client -bin/dc_server -bin/dc_snoop -bin/dc_test -bin/nal_echo -bin/nal_hose -bin/nal_ping -bin/nal_pong -bin/nal_proxy -bin/nal_test -bin/piper -bin/sslswamp -include/distcache/dc_client.h -include/distcache/dc_plug.h -include/distcache/dc_server.h -include/libnal/nal.h -include/libnal/nal_devel.h -include/libnal/nal_ssl.h -lib/libdistcache.a -lib/libdistcache.la -lib/libdistcache.so -lib/libdistcache.so.1 -lib/libdistcacheserver.a -lib/libdistcacheserver.la -lib/libdistcacheserver.so -lib/libdistcacheserver.so.1 -lib/libnal.a -lib/libnal.la -lib/libnal.so -lib/libnal.so.1 -lib/libnalssl.a -lib/libnalssl.la -lib/libnalssl.so -lib/libnalssl.so.1 -share/swamp/A-client.pem -share/swamp/CA.pem -@dirrm share/swamp -@dirrm include/libnal -@dirrm include/distcache |