Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

2
security/sslproxy/DESCR Normal file
View File

@@ -0,0 +1,2 @@
The Symbion SSL Proxy listens on a TCP port, accepts SSL connections, and
forwards them to another (local or remote) TCP port, or UNIX domain socket.

View File

@@ -0,0 +1,24 @@
# $NetBSD: Makefile,v 1.4 2013/02/06 23:23:46 jperkin Exp $
DISTNAME= sslproxy-1.0.5
PKGREVISION= 2
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sslproxy/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://sourceforge.net/projects/sslproxy/
COMMENT= Small SSL proxy
EXTRACT_SUFX= .tgz
USE_TOOLS+= gmake
DOCDIR= ${PREFIX}/share/doc/ssl_proxy
INSTALLATION_DIRS= bin ${DOCDIR}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/ssl_proxy ${DESTDIR}${PREFIX}/bin/ssl_proxy
${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${DOCDIR}
.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

3
security/sslproxy/PLIST Normal file
View File

@@ -0,0 +1,3 @@
@comment $NetBSD: PLIST,v 1.2 2009/06/14 18:13:39 joerg Exp $
bin/ssl_proxy
share/doc/ssl_proxy/README

View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.1.1.1 2008/12/05 12:52:39 sborrill Exp $
SHA1 (sslproxy-1.0.5.tgz) = 539d9f8cffa4c65692523dd28688c5350c92b259
RMD160 (sslproxy-1.0.5.tgz) = 300f7449bc1d8fbb20b0eb9b4aa22233a3f4179b
Size (sslproxy-1.0.5.tgz) = 23756 bytes