mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
New port: www/squid_radius_auth
New port: </usr/ports/www/squid_radius_auth> <RADIUS authenticator for Squid proxy 2.5 and later> Output of shar located in the fix section below. WWW: http://www.squid-cache.org/contrib/squid_radius_auth PR: ports/87858 Submitted by: "Michael Capp" <myntric@exeonline.com>
This commit is contained in:
parent
9c6e344b83
commit
9b23f5a5c4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=149348
@ -805,6 +805,7 @@
|
||||
SUBDIR += snownews
|
||||
SUBDIR += spreadlogd
|
||||
SUBDIR += squid
|
||||
SUBDIR += squid_radius_auth
|
||||
SUBDIR += squidclients
|
||||
SUBDIR += squidguard
|
||||
SUBDIR += squidpurge
|
||||
|
25
www/squid_radius_auth/Makefile
Normal file
25
www/squid_radius_auth/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# New ports collection makefile for: squid_radius_auth
|
||||
# Date created: 18 October 2005
|
||||
# Whom: Michael Capp <myntric@exeonline.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= squid_radius_auth
|
||||
PORTVERSION= 1.0.8
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://www.squid-cache.org/contrib/squid_radius_auth/ \
|
||||
http://www.exeonline.com/downloads/
|
||||
DISTNAME= squid_radius_auth-1.08
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
PATCH_SITES= http://www.exeonline.com/downloads/
|
||||
PATCHFILES= squid_radius_freebsd.diff
|
||||
PATCH_DIST_STRIP= -p1
|
||||
|
||||
MAINTAINER= myntric@exeonline.com
|
||||
COMMENT= RADIUS authenticator for squid proxy 2.5 and later
|
||||
|
||||
MAN8= squid_radius_auth.8
|
||||
|
||||
.include <bsd.port.mk>
|
4
www/squid_radius_auth/distinfo
Normal file
4
www/squid_radius_auth/distinfo
Normal file
@ -0,0 +1,4 @@
|
||||
MD5 (squid_radius_auth-1.08.tgz) = 1b365097c38e494933e294465e6a2b31
|
||||
SIZE (squid_radius_auth-1.08.tgz) = 13854
|
||||
MD5 (squid_radius_freebsd.diff) = 843cf3d5ac689b277ec9a3221c54f23f
|
||||
SIZE (squid_radius_freebsd.diff) = 574
|
3
www/squid_radius_auth/pkg-descr
Normal file
3
www/squid_radius_auth/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
RADIUS authenticator for Squid proxy 2.5 and later.
|
||||
|
||||
WWW: http://www.squid-cache.org/contrib/squid_radius_auth
|
5
www/squid_radius_auth/pkg-plist
Normal file
5
www/squid_radius_auth/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
||||
etc/squid/squid_radius_auth.conf
|
||||
etc/squid/squid_radius_auth.conf.default
|
||||
libexec/squid/squid_radius_auth
|
||||
@unexec rmdir %D/libexec/squid/ 2>/dev/null || true
|
||||
@unexec rmdir %D/etc/squid/ 2>/dev/null || true
|
63
www/squid_radius_auth/port.txt
Normal file
63
www/squid_radius_auth/port.txt
Normal file
@ -0,0 +1,63 @@
|
||||
# This is a shell archive. Save it in a file, remove anything before
|
||||
# this line, and then unpack it by entering "sh file". Note, it may
|
||||
# create directories; files and directories will be owned by you and
|
||||
# have default permissions.
|
||||
#
|
||||
# This archive contains:
|
||||
#
|
||||
# squid_radius_auth
|
||||
# squid_radius_auth/pkg-descr
|
||||
# squid_radius_auth/Makefile
|
||||
# squid_radius_auth/pkg-plist
|
||||
# squid_radius_auth/distinfo
|
||||
# squid_radius_auth/port.txt
|
||||
#
|
||||
echo c - squid_radius_auth
|
||||
mkdir -p squid_radius_auth > /dev/null 2>&1
|
||||
echo x - squid_radius_auth/pkg-descr
|
||||
sed 's/^X//' >squid_radius_auth/pkg-descr << 'END-of-squid_radius_auth/pkg-descr'
|
||||
XRADIUS authenticator for Squid proxy 2.5 and later.
|
||||
X
|
||||
XWWW: http://www.squid-cache.org/contrib/squid_radius_auth
|
||||
END-of-squid_radius_auth/pkg-descr
|
||||
echo x - squid_radius_auth/Makefile
|
||||
sed 's/^X//' >squid_radius_auth/Makefile << 'END-of-squid_radius_auth/Makefile'
|
||||
X# New ports collection makefile for: squid_radius_auth
|
||||
X# Date created: 18 October 2005
|
||||
X# Whom: Michael Capp <myntric@exeonline.com>
|
||||
X#
|
||||
X# $FreeBSD$
|
||||
X#
|
||||
X
|
||||
XPORTNAME= squid_radius_auth
|
||||
XPORTVERSION= 1.0.8
|
||||
XCATEGORIES= www
|
||||
XMASTER_SITES= http://www.squid-cache.org/contrib/squid_radius_auth/ \
|
||||
X http://www.exeonline.com/downloads/
|
||||
XDISTNAME= squid_radius_auth-1.08
|
||||
XEXTRACT_SUFX= .tgz
|
||||
X
|
||||
XPATCH_SITES= http://www.exeonline.com/downloads/
|
||||
XPATCHFILES= squid_radius_freebsd.diff
|
||||
XPATCH_DIST_STRIP= -p1
|
||||
X
|
||||
XMAINTAINER= myntric@exeonline.com
|
||||
XCOMMENT= RADIUS authenticator for squid proxy 2.5 and later
|
||||
X
|
||||
X.include <bsd.port.mk>
|
||||
END-of-squid_radius_auth/Makefile
|
||||
echo x - squid_radius_auth/pkg-plist
|
||||
sed 's/^X//' >squid_radius_auth/pkg-plist << 'END-of-squid_radius_auth/pkg-plist'
|
||||
Xetc/squid/squid_radius_auth.conf
|
||||
Xetc/squid/squid_radius_auth.conf.default
|
||||
Xlibexec/squid/squid_radius_auth
|
||||
END-of-squid_radius_auth/pkg-plist
|
||||
echo x - squid_radius_auth/distinfo
|
||||
sed 's/^X//' >squid_radius_auth/distinfo << 'END-of-squid_radius_auth/distinfo'
|
||||
XMD5 (squid_radius_auth-1.08.tgz) = 1b365097c38e494933e294465e6a2b31
|
||||
XSIZE (squid_radius_auth-1.08.tgz) = 13854
|
||||
XMD5 (squid_radius_freebsd.diff) = 843cf3d5ac689b277ec9a3221c54f23f
|
||||
XSIZE (squid_radius_freebsd.diff) = 574
|
||||
END-of-squid_radius_auth/distinfo
|
||||
echo x - squid_radius_auth/port.txt
|
||||
sed 's/^X//' >squid_radius_auth/port.txt << 'END-of-squid_radius_auth/port.txt'
|
Loading…
Reference in New Issue
Block a user