mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-01 10:59:55 +00:00
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/ PR: ports/134983 Submitted by: Maxim Ignatenko
This commit is contained in:
parent
49e7dbeea6
commit
6c14855e8f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=234769
@ -38,6 +38,7 @@
|
||||
SUBDIR += inspircd
|
||||
SUBDIR += insub
|
||||
SUBDIR += irc
|
||||
SUBDIR += irc2dc
|
||||
SUBDIR += ircII
|
||||
SUBDIR += ircd-hybrid
|
||||
SUBDIR += ircd-hybrid-ru
|
||||
|
24
irc/irc2dc/Makefile
Normal file
24
irc/irc2dc/Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
# New ports collection makefile for: irc2dc
|
||||
# Date created: 24 May 2009
|
||||
# Whom: Maxim Ignatenko
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= irc2dc
|
||||
PORTVERSION= 0.1
|
||||
CATEGORIES= irc net-p2p
|
||||
MASTER_SITES= SF
|
||||
|
||||
MAINTAINER= gelraen.ua@gmail.com
|
||||
COMMENT= Provides intercomunication between DC++ hub and IRC channel
|
||||
|
||||
USE_BZIP2= yes
|
||||
HAS_CONFIGURE= yes
|
||||
|
||||
USE_RC_SUBR= irc2dc
|
||||
|
||||
PLIST_FILES= bin/irc2dc \
|
||||
etc/irc2dc.conf.dist
|
||||
|
||||
.include <bsd.port.mk>
|
3
irc/irc2dc/distinfo
Normal file
3
irc/irc2dc/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (irc2dc-0.1.tar.bz2) = 20dd7da37b62a71e21bf8de93cf75b19
|
||||
SHA256 (irc2dc-0.1.tar.bz2) = 9c1cc03937ccdcbb0629ac2cc996ec0c673b151b6cbcb74b7b5315f6d09721f7
|
||||
SIZE (irc2dc-0.1.tar.bz2) = 223700
|
16
irc/irc2dc/files/irc2dc.in
Normal file
16
irc/irc2dc/files/irc2dc.in
Normal file
@ -0,0 +1,16 @@
|
||||
#!/bin/sh
|
||||
|
||||
# PROVIDE: irc2dc
|
||||
# REQUIRE: DAEMON NETWORKING
|
||||
|
||||
. /etc/rc.subr
|
||||
|
||||
name="irc2dc"
|
||||
rcvar=`set_rcvar`
|
||||
load_rc_config $name
|
||||
command="%%PREFIX%%/bin/irc2dc"
|
||||
pidfile="/var/run/irc2dc.pid"
|
||||
|
||||
required_files="%%PREFIX%%/etc/irc2dc.conf"
|
||||
|
||||
run_rc_command $@
|
9
irc/irc2dc/files/patch-src__irc2dc.conf.dist
Normal file
9
irc/irc2dc/files/patch-src__irc2dc.conf.dist
Normal file
@ -0,0 +1,9 @@
|
||||
--- src/irc2dc.conf.dist.orig 2009-05-27 13:19:31.000000000 +0300
|
||||
+++ src/irc2dc.conf.dist 2009-05-27 13:50:09.000000000 +0300
|
||||
@@ -39,3 +39,6 @@
|
||||
; notices - 8
|
||||
; state - 16
|
||||
; commands - 32
|
||||
+pidfile=/var/run/irc2dc.pid ; don't forget to update rc-script after change
|
||||
+use_syslog=1
|
||||
+
|
5
irc/irc2dc/pkg-descr
Normal file
5
irc/irc2dc/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
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/
|
Loading…
Reference in New Issue
Block a user