1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-17 08:01:36 +00:00

- Restore irc/ratbox-respond

- Update MASTER_SITES
This commit is contained in:
Ryan Steinmetz 2016-10-09 13:44:29 +00:00
parent 07b20f48b1
commit 330d0f6b76
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=423596
5 changed files with 51 additions and 0 deletions

View File

@ -100,6 +100,7 @@
SUBDIR += py-supybot-plugins
SUBDIR += quassel
SUBDIR += quirc
SUBDIR += ratbox-respond
SUBDIR += ratbox-services
SUBDIR += rbot
SUBDIR += riece

View File

@ -0,0 +1,32 @@
# Created by: Shaun Amott <shaun@inerd.com>
# $FreeBSD$
PORTNAME= ratbox-respond
PORTVERSION= 1.0
PORTREVISION= 2
CATEGORIES= irc sysutils
MASTER_SITES= http://www.ratbox.org/download/${PORTNAME}/ \
http://mirrors.gigenet.com/ratbox/${PORTNAME}/
MAINTAINER= zi@FreeBSD.org
COMMENT= Client-side implementation of the challenge oper system in ircd-ratbox
CONFIGURE_WRKSRC=${WRKSRC}/${PORTNAME}
BUILD_WRKSRC= ${WRKSRC}/${PORTNAME}
USES= tar:tgz
USE_OPENSSL= yes
GNU_CONFIGURE= yes
PORTDOCS= challenge.txt
PORTEXAMPLES= *
PLIST_FILES= bin/ratbox-respond bin/makekeypair
do-install:
${INSTALL_PROGRAM} ${BUILD_WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
${INSTALL_SCRIPT} ${WRKSRC}/makekeypair ${STAGEDIR}${PREFIX}/bin
@${MKDIR} ${STAGEDIR}${DOCSDIR} ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/challenge.txt ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/client-scripts/* ${STAGEDIR}${EXAMPLESDIR}
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1476020049
SHA256 (ratbox-respond-1.0.tgz) = e3641296fc9cc245c951c6daf24b51c295f21aacf8f25317744c718b791e9bdc
SIZE (ratbox-respond-1.0.tgz) = 41710

View File

@ -0,0 +1,9 @@
------------------------------------------------------------------------
ratbox-respond has been successfully installed.
Be sure to look in:
%%EXAMPLESDIR%%/client-scripts
for some example scripts for various popular IRC clients.
------------------------------------------------------------------------

View File

@ -0,0 +1,6 @@
ratbox-respond is a tool that provides a client side implementation of
the challenge opering system in ircd-ratbox. The challenge system
provides the ability to oper using private key authentication instead of
passwords to improve security.
WWW: http://respond.ratbox.org/