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

(-)./Makefile (-3 / +3 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	mod_rivet
8
PORTNAME=	mod_rivet
9
PORTVERSION=	2.0.4
9
PORTVERSION=	2.0.5
10
CATEGORIES=	www tcl
10
CATEGORIES=	www tcl
11
MASTER_SITES=		${MASTER_SITE_APACHE}
11
MASTER_SITES=		${MASTER_SITE_APACHE}
12
MASTER_SITE_SUBDIR=	tcl/rivet
12
MASTER_SITE_SUBDIR=	tcl/rivet
Lines 15-27 Link Here
15
MAINTAINER=	cowbert@gmail.com
15
MAINTAINER=	cowbert@gmail.com
16
COMMENT=	Embeds a Tcl interpreter in the Apache server
16
COMMENT=	Embeds a Tcl interpreter in the Apache server
17
17
18
MAKE_JOBS_SAFE=	yes
19
LICENSE=		AL2
18
LICENSE=		AL2
20
19
21
USE_APACHE=	22+
20
USE_APACHE=	22+
22
USE_TCL=	84+
21
USE_TCL=	84+
23
USE_LDCONFIG=	${PREFIX}/lib/rivet
22
USE_LDCONFIG=	${PREFIX}/lib/rivet
24
23
24
MAKE_JOBS_SAFE=	yes
25
GMAKE=		yes
25
GMAKE=		yes
26
GNU_CONFIGURE=	yes
26
GNU_CONFIGURE=	yes
27
27
Lines 39-45 Link Here
39
post-install:
39
post-install:
40
	@${ECHO_MSG} ""
40
	@${ECHO_MSG} ""
41
	@${ECHO_MSG} "===================================================="
41
	@${ECHO_MSG} "===================================================="
42
	@${ECHO_MSG} "Remember to modify your apache configuration file
42
	@${ECHO_MSG} "Remember to modify your apache configuration file"
43
	@${ECHO_MSG} "to load mod_rivet and set the appropriate handlers:"
43
	@${ECHO_MSG} "to load mod_rivet and set the appropriate handlers:"
44
	@${ECHO_MSG} ""
44
	@${ECHO_MSG} ""
45
	@${ECHO_MSG} "LoadModule rivet_module ${APACHEMODDIR}/mod_rivet.so"
45
	@${ECHO_MSG} "LoadModule rivet_module ${APACHEMODDIR}/mod_rivet.so"
(-)./distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (rivet-2.0.4.tar.gz) = d1be9bd516fc2c7c4fd30576146545c769f7d5613b408853dcfdc083b03921d6
1
SHA256 (rivet-2.0.5.tar.gz) = 277e0c0af6fb9c0fd40e1650429a1e90034632f7f9c909702d271044a98bfc67
2
SIZE (rivet-2.0.4.tar.gz) = 1041800
2
SIZE (rivet-2.0.5.tar.gz) = 1349431
(-)./pkg-plist (+4 lines)
Lines 14-19 Link Here
14
lib/rivet/packages/dio/dio_Sqlite.tcl
14
lib/rivet/packages/dio/dio_Sqlite.tcl
15
lib/rivet/packages/dio/diodisplay.tcl
15
lib/rivet/packages/dio/diodisplay.tcl
16
lib/rivet/packages/dtcl/dtcl.tcl
16
lib/rivet/packages/dtcl/dtcl.tcl
17
lib/rivet/packages/entities/entities.tcl
17
lib/rivet/packages/form/form.tcl
18
lib/rivet/packages/form/form.tcl
18
lib/rivet/packages/rivet_ncgi/rivet_ncgi.tcl
19
lib/rivet/packages/rivet_ncgi/rivet_ncgi.tcl
19
lib/rivet/packages/session/README.txt
20
lib/rivet/packages/session/README.txt
Lines 36-41 Link Here
36
lib/rivet/rivet-tcl/cookie.tcl
37
lib/rivet/rivet-tcl/cookie.tcl
37
lib/rivet/rivet-tcl/debug.tcl
38
lib/rivet/rivet-tcl/debug.tcl
38
lib/rivet/rivet-tcl/html.tcl
39
lib/rivet/rivet-tcl/html.tcl
40
lib/rivet/rivet-tcl/http_accept.tcl
39
lib/rivet/rivet-tcl/import_keyvalue_pairs.tcl
41
lib/rivet/rivet-tcl/import_keyvalue_pairs.tcl
40
lib/rivet/rivet-tcl/import_switch_args.tcl
42
lib/rivet/rivet-tcl/import_switch_args.tcl
41
lib/rivet/rivet-tcl/incr0.tcl
43
lib/rivet/rivet-tcl/incr0.tcl
Lines 45-50 Link Here
45
lib/rivet/rivet-tcl/load_cookies.tcl
47
lib/rivet/rivet-tcl/load_cookies.tcl
46
lib/rivet/rivet-tcl/load_response.tcl
48
lib/rivet/rivet-tcl/load_response.tcl
47
lib/rivet/rivet-tcl/parray.tcl
49
lib/rivet/rivet-tcl/parray.tcl
50
lib/rivet/rivet-tcl/parray_table.tcl
48
lib/rivet/rivet-tcl/random.tcl
51
lib/rivet/rivet-tcl/random.tcl
49
lib/rivet/rivet-tcl/read_file.tcl
52
lib/rivet/rivet-tcl/read_file.tcl
50
lib/rivet/rivet-tcl/rivet_command_document.tcl
53
lib/rivet/rivet-tcl/rivet_command_document.tcl
Lines 55-60 Link Here
55
@dirrm lib/rivet/packages/session
58
@dirrm lib/rivet/packages/session
56
@dirrm lib/rivet/packages/rivet_ncgi
59
@dirrm lib/rivet/packages/rivet_ncgi
57
@dirrm lib/rivet/packages/form
60
@dirrm lib/rivet/packages/form
61
@dirrm lib/rivet/packages/entities
58
@dirrm lib/rivet/packages/dtcl
62
@dirrm lib/rivet/packages/dtcl
59
@dirrm lib/rivet/packages/dio
63
@dirrm lib/rivet/packages/dio
60
@dirrm lib/rivet/packages/commserver
64
@dirrm lib/rivet/packages/commserver

Return to bug 169468