diff options
author | edwin <edwin@FreeBSD.org> | 2004-10-25 17:41:25 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2004-10-25 17:41:25 +0800 |
commit | 95accdb8bdc4a0f3d1f570064176ef8b316c3da8 (patch) | |
tree | 9061f35d0e9f407e503c0437ae9e82d7a4c0d280 /irc | |
parent | 1861eea030a432774eeaa4a2f3c03afd302f857a (diff) | |
download | freebsd-ports-gnome-95accdb8bdc4a0f3d1f570064176ef8b316c3da8.tar.gz freebsd-ports-gnome-95accdb8bdc4a0f3d1f570064176ef8b316c3da8.tar.zst freebsd-ports-gnome-95accdb8bdc4a0f3d1f570064176ef8b316c3da8.zip |
New port: irc/ptlink-services PTlink IRC services\
Port of the PTLink IRCd
This software main purpose is to provide nick/channel registration
services. It also provides a memo and a news service.
PR: ports/73071
Submitted by: Dennis Cabooter <dennis@rootxs.org>
Diffstat (limited to 'irc')
-rw-r--r-- | irc/Makefile | 1 | ||||
-rw-r--r-- | irc/ptlink-services/Makefile | 25 | ||||
-rw-r--r-- | irc/ptlink-services/distinfo | 2 | ||||
-rw-r--r-- | irc/ptlink-services/pkg-descr | 8 | ||||
-rw-r--r-- | irc/ptlink-services/pkg-message | 11 | ||||
-rw-r--r-- | irc/ptlink-services/pkg-plist | 18 |
6 files changed, 65 insertions, 0 deletions
diff --git a/irc/Makefile b/irc/Makefile index 51325c7e9751..4ccdb22beab8 100644 --- a/irc/Makefile +++ b/irc/Makefile @@ -67,6 +67,7 @@ SUBDIR += pisg SUBDIR += psybnc SUBDIR += ptlink-ircd + SUBDIR += ptlink-services SUBDIR += pure-emacs20 SUBDIR += pure-emacs21 SUBDIR += pure-xemacs21-mule diff --git a/irc/ptlink-services/Makefile b/irc/ptlink-services/Makefile new file mode 100644 index 000000000000..f30e1459fcfb --- /dev/null +++ b/irc/ptlink-services/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: PTlink IRC services +# Date created: 22 October 2004 +# Whom: Dennis Cabooter <dennis@rootxs.org> +# +# $FreeBSD$ +# + +PORTNAME= Services +PORTVERSION= 2.25.1 +CATEGORIES= irc +MASTER_SITES= ftp://ftp.sunsite.dk/projects/ptlink/services2/ +PKGNAMEPREFIX= PTlink- +DISTNAME= PTlink.${PORTNAME}${PORTVERSION} + +MAINTAINER= dennis@rootxs.org +COMMENT= PTlink IRC services + +GNU_CONFIGURE= yes +USE_GMAKE= yes + +post-install: + @${MV} ${PREFIX}/etc/example.conf ${PREFIX}/etc/services.conf.sample + @${SED} 's,%%PREFIX%%,${PREFIX},g' < ${PKGMESSAGE} + +.include <bsd.port.mk> diff --git a/irc/ptlink-services/distinfo b/irc/ptlink-services/distinfo new file mode 100644 index 000000000000..7f80fd0d4820 --- /dev/null +++ b/irc/ptlink-services/distinfo @@ -0,0 +1,2 @@ +MD5 (PTlink.Services2.25.1.tar.gz) = 59df68440f40c7ef0e40090048fc7775 +SIZE (PTlink.Services2.25.1.tar.gz) = 519725 diff --git a/irc/ptlink-services/pkg-descr b/irc/ptlink-services/pkg-descr new file mode 100644 index 000000000000..d9c2aeb3273a --- /dev/null +++ b/irc/ptlink-services/pkg-descr @@ -0,0 +1,8 @@ +Port of the PTLink IRCd + +This software main purpose is to provide nick/channel registration +services. It also provides a memo and a news service. + +WWW: http://www.ptlink.net +- Dennis cabooter +dennis@rootxs.org diff --git a/irc/ptlink-services/pkg-message b/irc/ptlink-services/pkg-message new file mode 100644 index 000000000000..64c3a32dc7f8 --- /dev/null +++ b/irc/ptlink-services/pkg-message @@ -0,0 +1,11 @@ +====================================================================== + +PTlink IRC services is now installed. + +Please copy the sample file %%PREFIX%%/etc/services.conf.sample to +%%PREFIX%%/etc/services.conf. + +Edit the configuration file %%PREFIX%%/etc/services.conf to suit your +needs. + +====================================================================== diff --git a/irc/ptlink-services/pkg-plist b/irc/ptlink-services/pkg-plist new file mode 100644 index 000000000000..142d710db87c --- /dev/null +++ b/irc/ptlink-services/pkg-plist @@ -0,0 +1,18 @@ +bin/listchans +bin/listnicks +bin/services +data/languages/de +data/languages/en_us +data/languages/it +data/languages/nl +data/languages/pt +data/languages/pt_br +data/languages/tr +etc/create_tables.sql +etc/domain.def +etc/services.conf.sample +share/nls/POSIX +share/nls/en_US.US-ASCII +@dirrm data/logs +@dirrm data/languages +@unexec rmdir %D/data 2>/dev/null || true |