Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 May 2009 11:46:01 GMT
From:      Maxim Ignatenko <gelraen.ua@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/134983: New port: irc/irc2dc IRC to DC++ gate
Message-ID:  <200905271146.n4RBk19B004033@www.freebsd.org>
Resent-Message-ID: <200905271150.n4RBo1Y9059996@freefall.freebsd.org>

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

>Number:         134983
>Category:       ports
>Synopsis:       New port: irc/irc2dc IRC to DC++ gate
>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:   Wed May 27 11:50:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Maxim Ignatenko
>Release:        
>Organization:
Kiev National Taras Shevchenko University
>Environment:
>Description:
irc2dc provides intercomunication between users of DC++ hub and IRC channel
For now it works just like simple bot, that transfers public messages from
one side to other.

WWW: http://sourceforge.net/projects/irc2dc/
>How-To-Repeat:

>Fix:
# 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:
#
#       irc/irc2dc
#       irc/irc2dc/Makefile
#       irc/irc2dc/files
#       irc/irc2dc/files/irc2dc.sh.in
#       irc/irc2dc/files/patch-src__irc2dc.conf.dist
#       irc/irc2dc/pkg-descr
#       irc/irc2dc/distinfo
#
echo c - irc/irc2dc
mkdir -p irc/irc2dc > /dev/null 2>&1
echo x - irc/irc2dc/Makefile
sed 's/^X//' >irc/irc2dc/Makefile << '2324e8e227798beb9b4dea486c557abe'
X# New ports collection makefile for:   irc2dc
X# Date created:        24 May 2009
X# Whom:            Maxim Ignatenko
X#
X# $FreeBSD$
X#
X
XPORTNAME=      irc2dc
XPORTVERSION=   0.1
XCATEGORIES=    irc net-p2p
XMASTER_SITES=  ${MASTER_SITE_SOURCEFORGE} \
X               ${MASTER_SITE_SOURCEFORGE_EXTENDED}
XMASTER_SITE_SUBDIR=    ${PORTNAME}
X
XMAINTAINER=    gelraen.ua@gmail.com
XCOMMENT=       Provides intercomunication between DC++ hub and IRC channel
X
XUSE_BZIP2=     yes
XHAS_CONFIGURE= yes
X
XUSE_RC_SUBR=   irc2dc.sh
X
XCONFIGURE_ARGS+=       "--prefix=${PREFIX}"
X
XPLIST_FILES=   bin/irc2dc \
X               etc/irc2dc.conf.dist
X
X.include <bsd.port.mk>
2324e8e227798beb9b4dea486c557abe
echo c - irc/irc2dc/files
mkdir -p irc/irc2dc/files > /dev/null 2>&1
echo x - irc/irc2dc/files/irc2dc.sh.in
sed 's/^X//' >irc/irc2dc/files/irc2dc.sh.in << '1a1bc33efd7764ab79e198110b911986'
X#!/bin/sh
X
X# PROVIDE: irc2dc
X# REQUIRE: DAEMON NETWORKING
X
X. /etc/rc.subr
X
Xname="irc2dc"
Xrcvar=`set_rcvar`
Xload_rc_config $name
Xcommand="%%PREFIX%%/bin/irc2dc"
Xpidfile="/var/run/irc2dc.pid"
X
Xrequired_files="%%PREFIX%%/etc/irc2dc.conf"
X
Xrun_rc_command $@
1a1bc33efd7764ab79e198110b911986
echo x - irc/irc2dc/files/patch-src__irc2dc.conf.dist
sed 's/^X//' >irc/irc2dc/files/patch-src__irc2dc.conf.dist << '4e60f17754d0784cba3da17633d344c2'
X--- src/irc2dc.conf.dist.orig  2009-05-27 13:19:31.000000000 +0300
X+++ src/irc2dc.conf.dist       2009-05-27 13:50:09.000000000 +0300
X@@ -39,3 +39,6 @@
X ; notices - 8
X ; state - 16
X ; commands - 32
X+pidfile=/var/run/irc2dc.pid ; don't forget to update rc-script after change
X+use_syslog=1
X+
4e60f17754d0784cba3da17633d344c2
echo x - irc/irc2dc/pkg-descr
sed 's/^X//' >irc/irc2dc/pkg-descr << '1a461b6a41485699600e9f37ad35bfe8'
Xirc2dc provides intercomunication between users of DC++ hub and IRC channel
XFor now it works just like simple bot, that transfers public messages from
Xone side to other.
X
XWWW: http://sourceforge.net/projects/irc2dc/
1a461b6a41485699600e9f37ad35bfe8
echo x - irc/irc2dc/distinfo
sed 's/^X//' >irc/irc2dc/distinfo << '2d3dfcc3f81bdc64367531675ef65937'
XMD5 (irc2dc-0.1.tar.bz2) = 20dd7da37b62a71e21bf8de93cf75b19
XSHA256 (irc2dc-0.1.tar.bz2) = 9c1cc03937ccdcbb0629ac2cc996ec0c673b151b6cbcb74b7b5315f6d09721f7
XSIZE (irc2dc-0.1.tar.bz2) = 223700
2d3dfcc3f81bdc64367531675ef65937
exit


>Release-Note:
>Audit-Trail:
>Unformatted:



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