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

(-)Makefile (-9 / +8 lines)
Lines 9-29 Link Here
9
PORTVERSION=	1.0.35
9
PORTVERSION=	1.0.35
10
PORTREVISION=	1
10
PORTREVISION=	1
11
CATEGORIES=	irc
11
CATEGORIES=	irc
12
#CATEGORIES=	irc ipv6
12
MASTER_SITES=	#
13
MASTER_SITES=	http://source.freenode.net/~asuffield/dancer/%SUBDIR%/ \
13
14
		http://source.freenode.net/~asuffield/dancer/%SUBDIR%/:doc1 \
15
		http://source.freenode.net/~asuffield/dancer/%SUBDIR%/:doc2
16
MASTER_SITE_SUBDIR=	${PORTNAME}/stable/releases \
17
			dancer-oper-guide:doc1 \
18
			dancer-user-guide:doc2
19
DISTFILES=	${DISTNAME}${EXTRACT_SUFX} \
14
DISTFILES=	${DISTNAME}${EXTRACT_SUFX} \
20
		dancer-oper-guide.txt:doc1 \
15
		dancer-oper-guide.txt \
21
		dancer-user-guide.txt:doc2
16
		dancer-user-guide.txt
22
EXTRACT_ONLY=	${DISTNAME}${EXTRACT_SUFX}
17
EXTRACT_ONLY=	${DISTNAME}${EXTRACT_SUFX}
23
18
24
MAINTAINER=	ports@FreeBSD.org
19
MAINTAINER=	ports@FreeBSD.org
25
COMMENT=	An irc daemon based on hybrid ircd
20
COMMENT=	An irc daemon based on hybrid ircd
26
21
22
DEPRECATED=	mastersite disappeared, no longer maintained by author
23
EXPIRATION_DATE=	2006-03-23
24
25
27
IGNOREFILES=	dancer-oper-guide.txt \
26
IGNOREFILES=	dancer-oper-guide.txt \
28
		dancer-user-guide.txt
27
		dancer-user-guide.txt
29
28
(-)pkg-descr (-2 lines)
Lines 5-9 Link Here
5
standalone, and the escape code filter is disabled.  To use it on a
5
standalone, and the escape code filter is disabled.  To use it on a
6
large and/or Western language only network, please re-configure
6
large and/or Western language only network, please re-configure
7
config.h and rebuild.
7
config.h and rebuild.
8
9
WWW:	http://freenode.net/dancer_ircd.shtml

Return to bug 92213