mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
New port: irc/ptlink-ircd PTlink IRC daemon
Port of the PTLink IRCd This is the core service for an IRC network, it handles the client connections and keeps the channels/users information. WWW: http://www.ptlink.net PR: ports/73070 Submitted by: Dennis cabooter <dennis@rootxs.org>
This commit is contained in:
parent
91046d07ef
commit
e4b4e130b3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=120117
@ -66,6 +66,7 @@
|
||||
SUBDIR += pircbot
|
||||
SUBDIR += pisg
|
||||
SUBDIR += psybnc
|
||||
SUBDIR += ptlink-ircd
|
||||
SUBDIR += pure-emacs20
|
||||
SUBDIR += pure-emacs21
|
||||
SUBDIR += pure-xemacs21-mule
|
||||
|
27
irc/ptlink-ircd/Makefile
Normal file
27
irc/ptlink-ircd/Makefile
Normal file
@ -0,0 +1,27 @@
|
||||
# New ports collection makefile for: PTlink IRC daemon
|
||||
# Date created: 22 October 2004
|
||||
# Whom: Dennis Cabooter <dennis@rootxs.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= IRCd
|
||||
PORTVERSION= 6.18.2
|
||||
CATEGORIES= irc
|
||||
MASTER_SITES= ftp://ftp.sunsite.dk/projects/ptlink/ircd/
|
||||
PKGNAMEPREFIX= PTlink-
|
||||
DISTNAME= PTlink${PORTVERSION}
|
||||
|
||||
MAINTAINER= dennis@rootxs.org
|
||||
COMMENT= PTlink IRC daemon
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
|
||||
post-install:
|
||||
.for f in ircd.conf ircd.motd kline.conf main.dconf network.dconf opers.motd
|
||||
@${MV} ${PREFIX}/etc/${f} ${PREFIX}/etc/${f}.sample
|
||||
.endfor
|
||||
@${SED} 's,%%PREFIX%%,${PREFIX},g' < ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.mk>
|
2
irc/ptlink-ircd/distinfo
Normal file
2
irc/ptlink-ircd/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (PTlink6.18.2.tar.gz) = 58894fc9ffb1c56fac4c45ae342333bc
|
||||
SIZE (PTlink6.18.2.tar.gz) = 777072
|
8
irc/ptlink-ircd/pkg-descr
Normal file
8
irc/ptlink-ircd/pkg-descr
Normal file
@ -0,0 +1,8 @@
|
||||
Port of the PTLink IRCd
|
||||
|
||||
This is the core service for an IRC network, it handles the client
|
||||
connections and keeps the channels/users information.
|
||||
|
||||
WWW: http://www.ptlink.net
|
||||
- Dennis Cabooter
|
||||
dennis@rootxs.org
|
11
irc/ptlink-ircd/pkg-message
Normal file
11
irc/ptlink-ircd/pkg-message
Normal file
@ -0,0 +1,11 @@
|
||||
======================================================================
|
||||
|
||||
PTlink IRC daemon is now installed.
|
||||
|
||||
Please copy the sample files %%PREFIX%%/etc/*.conf.sample,*.dconf.sample
|
||||
to %%PREFIX%%/etc/*.conf,*.dconf.
|
||||
|
||||
Edit the configuration files %%PREFIX%%/etc/*.conf,*.dconf to suit your
|
||||
needs.
|
||||
|
||||
======================================================================
|
30
irc/ptlink-ircd/pkg-plist
Normal file
30
irc/ptlink-ircd/pkg-plist
Normal file
@ -0,0 +1,30 @@
|
||||
bin/ircd
|
||||
bin/mkpasswd
|
||||
bin/sendbug
|
||||
etc/codepage/cp1251.cp
|
||||
etc/codepage/cp1253.cp
|
||||
etc/codepage/cp850.cp
|
||||
etc/codepage/cp860.cp
|
||||
etc/codepage/cp866.cp
|
||||
etc/codepage/iso8859-1.cp
|
||||
etc/codepage/iso8859-5.cp
|
||||
etc/codepage/iso8859-9.cp
|
||||
etc/codepage/koi8r.cp
|
||||
etc/codepage/koi8u.cp
|
||||
etc/codepage/mac.cp
|
||||
etc/codepage/translit.cp
|
||||
etc/help.admin
|
||||
etc/help.oper
|
||||
etc/help.user
|
||||
etc/ircd.conf.sample
|
||||
etc/ircd.motd.sample
|
||||
etc/kline.conf.sample
|
||||
etc/main.dconf.sample
|
||||
etc/network.dconf.sample
|
||||
etc/opers.motd.sample
|
||||
etc/version.info
|
||||
share/nls/POSIX
|
||||
share/nls/en_US.US-ASCII
|
||||
@unexec rmdir %D/var/log 2>/dev/null || true
|
||||
@unexec rmdir %D/var 2>/dev/null || true
|
||||
@dirrm etc/codepage
|
Loading…
Reference in New Issue
Block a user