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

(-)delegate/Makefile (-4 / +5 lines)
Lines 6-23 Link Here
6
#
6
#
7
7
8
PORTNAME=	delegate
8
PORTNAME=	delegate
9
PORTVERSION=	9.8.3
9
PORTVERSION=	9.9.1
10
CATEGORIES=	net www
10
CATEGORIES=	net www
11
MASTER_SITES=	ftp://www.delegate.org/pub/DeleGate/ \
11
MASTER_SITES=	http://www.chifeng.name/dist/delegate/
12
		ftp://ftp.delegate.org/pub/DeleGate/
13
DISTNAME=	${PORTNAME}${PORTVERSION}
12
DISTNAME=	${PORTNAME}${PORTVERSION}
14
13
15
MAINTAINER=	ports@FreeBSD.org
14
MAINTAINER=	ports@FreeBSD.org
16
COMMENT=	General purpose TCP/IP proxy system
15
COMMENT=	General purpose TCP/IP proxy system
17
16
18
IS_INTERACTIVE=	YES
17
IS_INTERACTIVE=	YES
19
PORTDOCS=	Manual.htm tutor-jp.htm tutor-en.htm
18
PORTDOCS=	HowToDG.html Manual.htm tutor-jp.htm tutor-en.htm
20
PLIST_FILES=	sbin/delegated etc/rc.d/delegated.sh-dist
19
PLIST_FILES=	sbin/delegated etc/rc.d/delegated.sh-dist
20
SUB_FILES=	pkg-message
21
SUB_LIST=       DOCSDIR=${DOCSDIR}
21
22
22
# Strip breaks binary checksumming
23
# Strip breaks binary checksumming
23
STRIP=
24
STRIP=
(-)delegate/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (delegate9.8.3.tar.gz) = 6aa9cec8f30bb0ce3b05b5d6b488cf86
1
MD5 (delegate9.9.1.tar.gz) = b483d93a89831711ebd9b3ced991f33f
2
SHA256 (delegate9.8.3.tar.gz) = 5ffa49c9c5632c14a3388683b3de68b6d34b3e32fcd9d6fdfe21578ede25fae5
2
SHA256 (delegate9.9.1.tar.gz) = eb589f33768681486a8e80860d8d0cdc3df753fc6cab7dde9c4dbd2455543181
3
SIZE (delegate9.8.3.tar.gz) = 1881119
3
SIZE (delegate9.9.1.tar.gz) = 1944670
(-)delegate/files/pkg-message.in (+12 lines)
Line 0 Link Here
1
2
----------------------------------------------------------------------
3
Now, edit the sample script in %%PREFIX%%/etc/rc.d/delegate.sh-dist
4
directory and copy it into /usr/local/etc/rc.d.
5
Especially, don't forget to specify correct value for the MANAGER.
6
7
You can also run an interactive configuration session by executing 
8
delegated with no argument.
9
10
Consult %%DOCSDIR%%/Manual.htm for configuration 
11
information.
12
----------------------------------------------------------------------
(-)delegate/pkg-message (-12 lines)
Lines 1-12 Link Here
1
2
----------------------------------------------------------------------
3
Now, edit the sample script in /usr/local/share/examples/delegate directory
4
and copy it into /usr/local/etc/rc.d.
5
Especially, don't forget to specify correct value for the MANAGER.
6
7
You can also run an interactive configuration session by executing 
8
delegated with no argument.
9
10
Consult /usr/local/share/doc/delegate/Manual.htm for configuration 
11
information.
12
----------------------------------------------------------------------

Return to bug 131808