mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-17 08:01:36 +00:00
Rename port 'svrx' to 'srvx'.
So I remove svrx. There's only one update in history, so I think I need to asj for a repocopy. PR: 61232 Submitted by: Walter Venable (maintainer) Pointy hat to: me Approved by: erwin (mentor)
This commit is contained in:
parent
b7e9312075
commit
b1d3818c6f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=97979
@ -71,7 +71,6 @@
|
||||
SUBDIR += sirc
|
||||
SUBDIR += sircd
|
||||
SUBDIR += slirc
|
||||
SUBDIR += svrx
|
||||
SUBDIR += tirc
|
||||
SUBDIR += tircproxy
|
||||
SUBDIR += tkirc
|
||||
|
@ -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>
|
@ -1 +0,0 @@
|
||||
MD5 (srvx-1.2.1.tar.gz) = 4c1c4982fbc23156dbeb6d5c33850c3b
|
@ -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
|
@ -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;
|
@ -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
|
||||
|
@ -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
|
Loading…
Reference in New Issue
Block a user