summaryrefslogtreecommitdiff
path: root/irc/ptlink-services
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2004-10-25 09:41:25 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2004-10-25 09:41:25 +0000
commitcd660481d8dfe8b7b4443087f1097e36d9f083cc (patch)
tree2b9754e90095b9859fbb11453f919472b4c961ba /irc/ptlink-services
parentNew port: irc/ptlink-ircd PTlink IRC daemon (diff)
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>
Notes
Notes: svn path=/head/; revision=120119
Diffstat (limited to 'irc/ptlink-services')
-rw-r--r--irc/ptlink-services/Makefile25
-rw-r--r--irc/ptlink-services/distinfo2
-rw-r--r--irc/ptlink-services/pkg-descr8
-rw-r--r--irc/ptlink-services/pkg-message11
-rw-r--r--irc/ptlink-services/pkg-plist18
5 files changed, 64 insertions, 0 deletions
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