Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Apr 2006 02:09:18 +0100
From:      Shaun Amott <shaun@inerd.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/96534: [NEW PORT] irc/ratbox-respond: client-side challenge oper implementation
Message-ID:  <1146359358.6589@charon.picobyte.net>
Resent-Message-ID: <200604300110.k3U1AIL5083997@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         96534
>Category:       ports
>Synopsis:       [NEW PORT] irc/ratbox-respond: client-side challenge oper implementation
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Apr 30 01:10:17 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Shaun Amott
>Release:        FreeBSD 6.1-PRERELEASE i386
>Organization:
>Environment:

>Description:

This is a port of ratbox-respond, another excellent tool by the
ircd-ratbox team. It provides a client-side implementation of the
challenge opering system.

>How-To-Repeat:

>Fix:

--- ratbox-respond.shar begins here ---
# 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:
#
#	ratbox-respond/
#	ratbox-respond/files
#	ratbox-respond/files/pkg-message.in
#	ratbox-respond/pkg-plist
#	ratbox-respond/pkg-descr
#	ratbox-respond/Makefile
#	ratbox-respond/distinfo
#
echo c - ratbox-respond/
mkdir -p ratbox-respond/ > /dev/null 2>&1
echo c - ratbox-respond/files
mkdir -p ratbox-respond/files > /dev/null 2>&1
echo x - ratbox-respond/files/pkg-message.in
sed 's/^X//' >ratbox-respond/files/pkg-message.in << 'END-of-ratbox-respond/files/pkg-message.in'
X------------------------------------------------------------------------
Xratbox-respond has been successfully installed.
X
XBe sure to look in:
X
X  %%EXAMPLESDIR%%/client-scripts
X
Xfor some example scripts for various popular IRC clients.
X------------------------------------------------------------------------
END-of-ratbox-respond/files/pkg-message.in
echo x - ratbox-respond/pkg-plist
sed 's/^X//' >ratbox-respond/pkg-plist << 'END-of-ratbox-respond/pkg-plist'
Xbin/ratbox-respond
Xbin/makekeypair
X%%EXAMPLESDIR%%/client-scripts/challenge-epic.irc
X%%EXAMPLESDIR%%/client-scripts/challenge-irssi.pl
X%%EXAMPLESDIR%%/client-scripts/challenge-xchat.pl
X%%EXAMPLESDIR%%/client-scripts/README
X@dirrm %%EXAMPLESDIR%%/client-scripts
X@dirrm %%EXAMPLESDIR%%
END-of-ratbox-respond/pkg-plist
echo x - ratbox-respond/pkg-descr
sed 's/^X//' >ratbox-respond/pkg-descr << 'END-of-ratbox-respond/pkg-descr'
XThis is a port of the ratbox-respond.
X
Xratbox-respond is a tool that provides a client side implementation of
Xthe challenge opering system in ircd-ratbox. The challenge system
Xprovides the ability to oper using private key authentication instead of
Xpasswords to improve security.
X
XWWW: http://respond.ircd-ratbox.org/
END-of-ratbox-respond/pkg-descr
echo x - ratbox-respond/Makefile
sed 's/^X//' >ratbox-respond/Makefile << 'END-of-ratbox-respond/Makefile'
X# New ports collection makefile for:	ratbox-respond
X# Date Created:				2006-04-29
X# Whom:					Shaun Amott <shaun@inerd.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	ratbox-respond
XPORTVERSION=	1.0
XCATEGORIES=	irc sysutils
XMASTER_SITES=	ftp://ftp.ircd-ratbox.org/pub/ircd-ratbox/${PORTNAME}/		\
X		ftp://ftp.demon.co.uk/pub/mirrors/ircd-ratbox/${PORTNAME}/	\
X		http://respond.ircd-ratbox.org/download/			\
X		ftp://ftp.parodius.com/pub/ircd-ratbox/${PORTNAME}/
XEXTRACT_SUFX=	.tgz
X
XMAINTAINER=	shaun@inerd.com
XCOMMENT=	Client-side implementation of the challenge oper system in ircd-ratbox
X
XGNU_CONFIGURE=	yes
XUSE_OPENSSL=	yes
X
XEXTDIR=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
XWRKSRC=		${EXTDIR}/${PORTNAME}
X
XSUB_FILES=	pkg-message
X
XPORTDOCS=	challenge.txt
X
X.include <bsd.port.pre.mk>
X
Xdo-install:
X	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
X	${INSTALL_SCRIPT} ${EXTDIR}/makekeypair ${PREFIX}/bin
X
X	@${MKDIR} ${EXAMPLESDIR}/client-scripts
X	${INSTALL_DATA} ${EXTDIR}/client-scripts/* ${EXAMPLESDIR}/client-scripts
X
Xpost-install:
X.if !defined(NOPORTDOCS)
X	@${MKDIR} ${DOCSDIR}
X	cd ${EXTDIR} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
X.endif
X	@${CAT} ${PKGMESSAGE}
X
X.include <bsd.port.post.mk>
END-of-ratbox-respond/Makefile
echo x - ratbox-respond/distinfo
sed 's/^X//' >ratbox-respond/distinfo << 'END-of-ratbox-respond/distinfo'
XMD5 (ratbox-respond-1.0.tgz) = 5af3619e8985b697180907109185231f
XSHA256 (ratbox-respond-1.0.tgz) = e3641296fc9cc245c951c6daf24b51c295f21aacf8f25317744c718b791e9bdc
XSIZE (ratbox-respond-1.0.tgz) = 41710
END-of-ratbox-respond/distinfo
exit
--- ratbox-respond.shar ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1146359358.6589>