View | Details | Raw Unified | Return to bug 140545 | Differences between
and this patch

Collapse All | Expand All

(-)blogsum.new/Makefile (-1 / +1 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	blogsum
8
PORTNAME=	blogsum
9
PORTVERSION=	0.9
9
PORTVERSION=	1.0
10
CATEGORIES=	www
10
CATEGORIES=	www
11
MASTER_SITES=	http://www.dixongroup.net/
11
MASTER_SITES=	http://www.dixongroup.net/
12
12
(-)blogsum.new/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (blogsum-0.9.tar.gz) = 0eaf8b13cd3a2720ee7a93e3e2c4bcd9
1
MD5 (blogsum-1.0.tar.gz) = 810728cedbd194518223fecc6d22419f
2
SHA256 (blogsum-0.9.tar.gz) = 2d5b5cdf7f9013df179b5df781a097c3d258d2794aa388ad69b1a0df1fcdda42
2
SHA256 (blogsum-1.0.tar.gz) = 33c080f967ab0d590d17b3aa7d9df09302179300dd6186e69f3010438f148ad1
3
SIZE (blogsum-0.9.tar.gz) = 19444
3
SIZE (blogsum-1.0.tar.gz) = 20107
(-)blogsum.new/files/pkg-message.in (-3 / +11 lines)
Lines 10-25 Link Here
10
	$ sudo cp %%WWWROOT%%/blogsum/Blogsum/Config.pm.dist \
10
	$ sudo cp %%WWWROOT%%/blogsum/Blogsum/Config.pm.dist \
11
		%%WWWROOT%%/blogsum/Blogsum/Config.pm
11
		%%WWWROOT%%/blogsum/Blogsum/Config.pm
12
12
13
################################################################
14
NOTE: If you are updating from blogsum 0.9 you should merge the
15
relevant changes from %%WWWROOT%%/blogsum/Blogsum/Config.pm.dist 
16
into your current %%WWWROOT%%/blogsum/Blogsum/Config.pm
17
###############################################################
18
13
3)  If comments will be enabled, visit the CAPTCHA (http://www.captcha.net/)
19
3)  If comments will be enabled, visit the CAPTCHA (http://www.captcha.net/)
14
    project and register your account.  Add your keys to Config.pm.
20
    project and register your account.  Add your keys to Config.pm.
15
21
16
4)  Edit the example httpd-blogsum.conf and enable it for your site:
22
4)  Edit the example httpd-blogsum.conf (httpd2-blogsum.conf if you are using
23
    apache2+) and enable it for your site:
17
24
18
	$ sudo cp %%WWWROOT%%/blogsum/examples/httpd-blogsum.conf %%PREFIX%%/%%APACHEETCDIR%%/conf
25
	$ sudo cp %%WWWROOT%%/blogsum/examples/httpd-blogsum.conf %%PREFIX%%/%%APACHEETCDIR%%/conf
26
	or
27
	$ sudo cp %%WWWROOT%%/blogsum/examples/httpd2-blogsum.conf %%PREFIX%%/%%APACHEETCDIR%%/conf
19
28
20
5)  Create your AuthUserFile file as defined in httpd-blogsum.conf:
29
5)  Create your AuthUserFile file as defined in httpd-blogsum.conf:
21
30
22
	$ sudo htpasswd -c %%APACHEETCDIR%%/conf/blogsum.htpasswd
31
	$ sudo htpasswd -c %%PREFIX%%/%%APACHEETCDIR%%/conf/blogsum.htpasswd
23
32
24
6)  Enable the following modules in %%APACHEETCDIR%%/httpd.conf:
33
6)  Enable the following modules in %%APACHEETCDIR%%/httpd.conf:
25
34
Lines 29-35 Link Here
29
38
30
7)  Stop and start your Apache service.
39
7)  Stop and start your Apache service.
31
40
32
33
The installation should now be complete.  Your blogsum installation can be
41
The installation should now be complete.  Your blogsum installation can be
34
viewed at http://localhost/blogsum/index.cgi.  Posts can be created and
42
viewed at http://localhost/blogsum/index.cgi.  Posts can be created and
35
edited at http://localhost/blogsum/admin.cgi.
43
edited at http://localhost/blogsum/admin.cgi.
(-)blogsum.new/pkg-plist (+1 lines)
Lines 5-10 Link Here
5
%%WWWROOT%%/blogsum/docs/README
5
%%WWWROOT%%/blogsum/docs/README
6
%%WWWROOT%%/blogsum/examples/create_sqlite.sql
6
%%WWWROOT%%/blogsum/examples/create_sqlite.sql
7
%%WWWROOT%%/blogsum/examples/httpd-blogsum.conf
7
%%WWWROOT%%/blogsum/examples/httpd-blogsum.conf
8
%%WWWROOT%%/blogsum/examples/httpd2-blogsum.conf
8
%%WWWROOT%%/blogsum/examples/wp2blogsum.pl
9
%%WWWROOT%%/blogsum/examples/wp2blogsum.pl
9
%%WWWROOT%%/blogsum/index.cgi
10
%%WWWROOT%%/blogsum/index.cgi
10
%%WWWROOT%%/blogsum/startup.pl
11
%%WWWROOT%%/blogsum/startup.pl

Return to bug 140545