aboutsummaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
authorClement Laforet <clement@FreeBSD.org>2004-01-12 10:38:08 +0000
committerClement Laforet <clement@FreeBSD.org>2004-01-12 10:38:08 +0000
commitb1d3818c6f840e9e3ba92f7f891b2d68a27ef32f (patch)
tree94ab30b6cc3fa08fbeb573f8ad250a969d52564f /irc
parentb7e9312075fbb4fa04e4f6f1c8ab3950aaa12050 (diff)
downloadports-b1d3818c6f840e9e3ba92f7f891b2d68a27ef32f.tar.gz
ports-b1d3818c6f840e9e3ba92f7f891b2d68a27ef32f.zip
Notes
Diffstat (limited to 'irc')
-rw-r--r--irc/Makefile1
-rw-r--r--irc/svrx/Makefile51
-rw-r--r--irc/svrx/distinfo1
-rw-r--r--irc/svrx/files/patch-aa25
-rw-r--r--irc/svrx/files/patch-ab11
-rw-r--r--irc/svrx/pkg-descr17
-rw-r--r--irc/svrx/pkg-plist12
7 files changed, 0 insertions, 118 deletions
diff --git a/irc/Makefile b/irc/Makefile
index 8f8f474e1b1b..046051d97767 100644
--- a/irc/Makefile
+++ b/irc/Makefile
@@ -71,7 +71,6 @@
SUBDIR += sirc
SUBDIR += sircd
SUBDIR += slirc
- SUBDIR += svrx
SUBDIR += tirc
SUBDIR += tircproxy
SUBDIR += tkirc
diff --git a/irc/svrx/Makefile b/irc/svrx/Makefile
deleted file mode 100644
index eeb4bb5481ea..000000000000
--- a/irc/svrx/Makefile
+++ /dev/null
@@ -1,51 +0,0 @@
-# New ports collection makefile for: srvx
-# Date created: 2003-11-28
-# Whom: Walter Venable <weaseal@hotmail.com>
-#
-# $FreeBSD$
-#
-
-PORTNAME= srvx
-PORTVERSION= 1.2.1
-CATEGORIES= irc net
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= srvx
-
-MAINTAINER= weaseal@hotmail.com
-COMMENT= Srvx IRC services
-
-GNU_CONFIGURE= yes
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
-
-.if defined(WITH_DEBUG)
-CONFIGURE_ARGS+= --enable-debug
-.endif
-
-.if defined(WITH_PROTOCOL_BAHAMUT)
-CONFIGURE_ARGS+= --with-protocol=bahamut
-.endif
-
-pre-fetch:
- @ ${ECHO} ""
- @ ${ECHO} "--------------------------------------------------------------------------------"
- @ ${ECHO} ""
- @ ${ECHO} "The following build options are availabe:"
- @ ${ECHO} ""
- @ ${ECHO} " WITH_PROTOCOL_BAHAMUT=yes Enables Bahamut protocol"
- @ ${ECHO} " (P10 is default)."
- @ ${ECHO} ""
- @ ${ECHO} " WITH_DEBUG=yes Enables debug mode."
- @ ${ECHO} ""
- @ ${ECHO} "--------------------------------------------------------------------------------"
- @ ${ECHO} ""
-
-post-install:
- @ ${ECHO} ""
- @ ${ECHO} " When you 'make deinstall', any files generated by ${PORTNAME} (logs, etc)"
- @ ${ECHO} " will remain in ${PREFIX}/etc/. These files must be removed"
- @ ${ECHO} " manually."
- @ ${ECHO} ""
- @ ${ECHO} " ${PORTNAME} .help files are located in ${DOCSDIR}."
- @ ${ECHO} ""
-
-.include <bsd.port.mk>
diff --git a/irc/svrx/distinfo b/irc/svrx/distinfo
deleted file mode 100644
index a293aa21664e..000000000000
--- a/irc/svrx/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (srvx-1.2.1.tar.gz) = 4c1c4982fbc23156dbeb6d5c33850c3b
diff --git a/irc/svrx/files/patch-aa b/irc/svrx/files/patch-aa
deleted file mode 100644
index b1c049dc0b7b..000000000000
--- a/irc/svrx/files/patch-aa
+++ /dev/null
@@ -1,25 +0,0 @@
---- Makefile.in Sun Oct 12 22:37:15 2003
-+++ Makefile.in Sun Nov 30 04:31:56 2003
-@@ -519,12 +519,17 @@
-
- install-exec-local:
- $(INSTALL) -d -m 755 $(prefix)
-- $(INSTALL) -m 744 ./src/srvx $(prefix)
-- $(INSTALL) -m 644 $(srcdir)/src/*.help $(prefix)
-- $(INSTALL) -m 600 $(srcdir)/srvx.conf.example $(prefix)
-- $(INSTALL) -m 644 $(srcdir)/sockcheck.conf.example $(prefix)
-+ $(INSTALL) -d -m 755 $(prefix)/etc
-+ $(INSTALL) -d -m 755 $(prefix)/share
-+ $(INSTALL) -d -m 755 $(prefix)/share/doc
-+ $(INSTALL) -d -m 755 $(prefix)/share/doc/srvx
-+ $(INSTALL) -d -m 755 $(prefix)/bin
-+ $(INSTALL) -m 744 ./src/srvx $(prefix)/bin/srvx
-+ $(INSTALL) -m 644 $(srcdir)/src/*.help $(prefix)/share/doc/srvx/
-+ $(INSTALL) -m 600 $(srcdir)/srvx.conf.example $(prefix)/etc/
-+ $(INSTALL) -m 644 $(srcdir)/sockcheck.conf.example $(prefix)/etc/
- @echo
-- @echo srvx-$(VERSION) has been installed to $(prefix)
-+ @echo srvx-$(VERSION) has been installed to $(prefix)/bin
- @echo Remember to edit srvx.conf.example and sockcheck.conf.example
- @echo And of course, ./srvx --help before starting.
- @echo
diff --git a/irc/svrx/files/patch-ab b/irc/svrx/files/patch-ab
deleted file mode 100644
index 4a52ec7280f6..000000000000
--- a/irc/svrx/files/patch-ab
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/main.c Mon Sep 1 10:50:28 2003
-+++ src/main.c Sun Nov 30 03:17:29 2003
-@@ -65,7 +65,7 @@
-
- int quit_services, max_cycles;
-
--char *services_config = "srvx.conf";
-+char *services_config = "../etc/srvx.conf";
-
- char **services_argv;
- int services_argc;
diff --git a/irc/svrx/pkg-descr b/irc/svrx/pkg-descr
deleted file mode 100644
index b8a4304972bf..000000000000
--- a/irc/svrx/pkg-descr
+++ /dev/null
@@ -1,17 +0,0 @@
-srvx is a set of IRC services for ircu P10 protocol networks; it
-is developed by a team of programmers affiliated with the GamesNET
-IRC Network. srvx is designed to be a fast, extensible, scalable
-and reliable provider of NickServ, ChanServ, HelpServ, OperServ,
-and Global services as well as advanced proxy detection.
-
-srvx is open source software; the source is available for download under
-the terms and conditions of the GNU General Public License, commonly known
-as the GNU GPL.
-
-The authors can be contacted via irc on irc.gamesnet.net in channel #srvx.
-Note that only one of the many authors is listed below, see website for a
-full list.
-
-Author: "Entrope" <entrope@users.sourceforge.net>
-WWW: http://www.srvx.net
-
diff --git a/irc/svrx/pkg-plist b/irc/svrx/pkg-plist
deleted file mode 100644
index 71da6b738780..000000000000
--- a/irc/svrx/pkg-plist
+++ /dev/null
@@ -1,12 +0,0 @@
-bin/srvx
-etc/srvx.conf.example
-etc/sockcheck.conf.example
-%%DOCSDIR%%/chanserv.help
-%%DOCSDIR%%/global.help
-%%DOCSDIR%%/helpserv.help
-%%DOCSDIR%%/modcmd.help
-%%DOCSDIR%%/nickserv.help
-%%DOCSDIR%%/opserv.help
-%%DOCSDIR%%/saxdb.help
-%%DOCSDIR%%/sendmail.help
-%%DOCSDIR%%/sockcheck.help