View | Details | Raw Unified | Return to bug 125868
Collapse All | Expand All

(-)ircd-ratbox-devel/Makefile (-2 / +2 lines)
Lines 8-14 Link Here
8
8
9
PORTNAME=	ircd-ratbox
9
PORTNAME=	ircd-ratbox
10
#PORTVERSION=	3.0.0
10
#PORTVERSION=	3.0.0
11
DISTVERSION=	3.0.0beta7
11
DISTVERSION=	3.0.0beta8
12
CATEGORIES=	irc ipv6
12
CATEGORIES=	irc ipv6
13
MASTER_SITES=	ftp://ftp.ircd-ratbox.org/pub/ircd-ratbox/testing/	\
13
MASTER_SITES=	ftp://ftp.ircd-ratbox.org/pub/ircd-ratbox/testing/	\
14
		ftp://ftp.demon.co.uk/pub/mirrors/ircd-ratbox/testing/	\
14
		ftp://ftp.demon.co.uk/pub/mirrors/ircd-ratbox/testing/	\
Lines 204-210 Link Here
204
		${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} install
204
		${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} install
205
	${INSTALL_DATA} ${WRKSRC}/doc/ircd.motd ${PREFIX}/etc/${PORTNAME}/ircd.motd.sample
205
	${INSTALL_DATA} ${WRKSRC}/doc/ircd.motd ${PREFIX}/etc/${PORTNAME}/ircd.motd.sample
206
	${INSTALL_DATA} ${WRKSRC}/doc/example.conf ${PREFIX}/etc/${PORTNAME}/ircd.conf.sample
206
	${INSTALL_DATA} ${WRKSRC}/doc/example.conf ${PREFIX}/etc/${PORTNAME}/ircd.conf.sample
207
#	${INSTALL_DATA} ${WRKSRC}/doc/example.efnet.conf ${PREFIX}/etc/${PORTNAME}/ircd-efnet.conf.sample
207
	${INSTALL_DATA} ${WRKSRC}/doc/example.efnet.conf ${PREFIX}/etc/${PORTNAME}/ircd-efnet.conf.sample
208
	${INSTALL_DATA} ${WRKSRC}/doc/genssl.sh ${PREFIX}/etc/${PORTNAME}/genssl.sh
208
	${INSTALL_DATA} ${WRKSRC}/doc/genssl.sh ${PREFIX}/etc/${PORTNAME}/genssl.sh
209
209
210
# ----- We need to install the shortcut.pl module ----
210
# ----- We need to install the shortcut.pl module ----
(-)ircd-ratbox-devel/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (ircd-ratbox-3.0.0beta7.tar.bz2) = 7fd345c89c17c078dcbc2258a3a78710
1
MD5 (ircd-ratbox-3.0.0beta8.tar.bz2) = e13346ee8d8fbce452f100c271d22bc4
2
SHA256 (ircd-ratbox-3.0.0beta7.tar.bz2) = 5791ea30da68c4401f1427888e112679b5a96ac21654e9f1649f4ba79f19c455
2
SHA256 (ircd-ratbox-3.0.0beta8.tar.bz2) = dbbfda934b67cc8ebd6a9e0c363567d3d3a512b88513ae2f277e6f99c4e263bf
3
SIZE (ircd-ratbox-3.0.0beta7.tar.bz2) = 1982786
3
SIZE (ircd-ratbox-3.0.0beta8.tar.bz2) = 1939368
(-)ircd-ratbox-devel/files/patch-doc_example.efnet.conf (+85 lines)
Line 0 Link Here
1
--- example.efnet.conf.orig	2008-07-22 13:32:47.000000000 +0100
2
+++ example.efnet.conf	2008-07-22 13:53:46.000000000 +0100
3
@@ -60,7 +60,7 @@
4
 	/* description: the description of our server.  '[' and ']' may not
5
 	 * be used here for compatibility with older servers.
6
 	 */
7
-	description = "ircd-ratbox EFNet server";
8
+	description = "ircd-ratbox EFNet testing server";
9
 
10
 	/* network info: the name and description of the network this server
11
 	 * is on.  Shown in the 005 reply and used with serverhiding.
12
@@ -91,13 +91,13 @@
13
 	default_max_clients = 10000;
14
 
15
 	/* ssl_private_key: our ssl private key */
16
-        ssl_private_key = "etc/test.key";
17
+        ssl_private_key = "%%PREFIX%%/etc/ssl/test.key";
18
 
19
 	/* ssl_cert: certificate for our ssl server */
20
-        ssl_cert = "etc/test.cert";
21
+        ssl_cert = "%%PREFIX%%/etc/ssl/test.cert";
22
 
23
 	/* ssl_dh_params: DH parameters, generate with openssl dhparam -out dh.pem 1024 */
24
-        ssl_dh_params = "etc/dh.pem";
25
+        ssl_dh_params = "%%PREFIX%%/etc/ssl/dh.pem";
26
 
27
 	/* ssld_count: number of ssld processes you want to start, if you have a really busy 
28
 	 * server, using N-1 where N is the number of cpu/cpu cores you have might be useful
29
@@ -130,16 +130,16 @@
30
 	 * - operspylog: operspy usage
31
 	 * - ioerrorlog: IO errors
32
 	 */
33
-	fname_userlog = "logs/userlog";
34
-	#fname_fuserlog = "logs/fuserlog";
35
-	fname_operlog = "logs/operlog";
36
-	#fname_foperlog = "logs/foperlog";
37
-	fname_serverlog = "logs/serverlog";
38
-	fname_glinelog = "logs/glinelog";
39
-	#fname_klinelog = "logs/klinelog";
40
-	fname_killlog = "logs/killlog";
41
-	fname_operspylog = "logs/operspylog";
42
-	#fname_ioerrorlog = "logs/ioerror";
43
+	fname_userlog = "%%LOGDIR%%/userlog";
44
+	#fname_fuserlog = "%%LOGDIR%%/fuserlog";
45
+	fname_operlog = "%%LOGDIR%%/operlog";
46
+	#fname_foperlog = "%%LOGDIR%%/foperlog";
47
+	fname_serverlog = "%%LOGDIR%%/serverlog";
48
+	fname_glinelog = "%%LOGDIR%%/glinelog";
49
+	#fname_klinelog = "%%LOGDIR%%/klinelog";
50
+	fname_killlog = "%%LOGDIR%%/killlog";
51
+	fname_operspylog = "%%LOGDIR%%/operspylog";
52
+	#fname_ioerrorlog = "%%LOGDIR%%/ioerror";
53
 };
54
 
55
 /* class {}: contain information about classes for users (OLD Y:) */
56
@@ -335,7 +335,7 @@
57
 	 * A password should not be defined when this is used, see 
58
 	 * doc/challenge.txt for more information.
59
 	 */
60
-	#rsa_public_key_file = "/usr/local/ircd/etc/oper.pub";
61
+	#rsa_public_key_file = "%%PREFIX%%/etc/ircd-ratbox/oper.pub";
62
 
63
 	/* umodes: the specific umodes this oper gets when they oper.
64
 	 * If this is specified an oper will not be given oper_umodes
65
@@ -956,7 +956,7 @@
66
 	 *
67
 	 * only define if servlink is not in same directory as ircd itself.
68
 	 */
69
-	#servlink_path = "/usr/local/ircd/bin/servlink";
70
+	#servlink_path = "%%PREFIX%%/bin/servlink";
71
 
72
 	/* use egd: if your system does not have *random devices yet you
73
 	 * want to use OpenSSL and encrypted links, enable this.  Beware -
74
@@ -1009,8 +1009,9 @@
75
 	/* module path: paths to search for modules specified below and 
76
 	 * in /modload.
77
 	 */
78
-	path = "/usr/local/ircd/modules";
79
-	path = "/usr/local/ircd/modules/autoload";
80
+	path = "%%PREFIX%%/lib/ircd-ratbox/modules";
81
+	path = "%%PREFIX%%/lib/ircd-ratbox/modules/autoload";
82
+	path = "%%PREFIX%%/lib/ircd-ratbox/modules/contrib";
83
 
84
 	/* module: the name of a module to load on startup/rehash */
85
 	#module = "some_module.so";
(-)ircd-ratbox-devel/pkg-plist (+1 lines)
Lines 237-242 Link Here
237
@dirrm %%DATADIR%%/help
237
@dirrm %%DATADIR%%/help
238
@dirrm %%DATADIR%%
238
@dirrm %%DATADIR%%
239
etc/ircd-ratbox/genssl.sh
239
etc/ircd-ratbox/genssl.sh
240
etc/ircd-ratbox/ircd-efnet.conf.sample
240
@unexec if cmp -s %D/etc/ircd-ratbox/ircd.conf.sample %D/etc/ircd-ratbox/ircd.conf; then rm -f %D/etc/ircd-ratbox/ircd.conf; fi
241
@unexec if cmp -s %D/etc/ircd-ratbox/ircd.conf.sample %D/etc/ircd-ratbox/ircd.conf; then rm -f %D/etc/ircd-ratbox/ircd.conf; fi
241
etc/ircd-ratbox/ircd.conf.sample
242
etc/ircd-ratbox/ircd.conf.sample
242
@exec if [ ! -f %D/etc/ircd-ratbox/ircd.conf ] ; then cp -p %D/%F %B/ircd.conf; fi
243
@exec if [ ! -f %D/etc/ircd-ratbox/ircd.conf ] ; then cp -p %D/%F %B/ircd.conf; fi

Return to bug 125868