summaryrefslogtreecommitdiff
path: root/www/blogsum
diff options
context:
space:
mode:
Diffstat (limited to 'www/blogsum')
-rw-r--r--www/blogsum/Makefile45
-rw-r--r--www/blogsum/distinfo2
-rw-r--r--www/blogsum/files/pkg-message.in54
-rw-r--r--www/blogsum/pkg-descr4
-rw-r--r--www/blogsum/pkg-plist25
5 files changed, 0 insertions, 130 deletions
diff --git a/www/blogsum/Makefile b/www/blogsum/Makefile
deleted file mode 100644
index 1b10f7423244..000000000000
--- a/www/blogsum/Makefile
+++ /dev/null
@@ -1,45 +0,0 @@
-# Created by: jhuldtgren
-# $FreeBSD$
-
-PORTNAME= blogsum
-PORTVERSION= 1.1
-PORTREVISION= 3
-CATEGORIES= www
-MASTER_SITES= http://www.dixongroup.net/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Simple weblog
-
-BROKEN= unfetchable
-DEPRECATED= Unfetchable, unmaintained
-EXPIRATION_DATE= 2019-10-16
-
-RUN_DEPENDS= p5-DBI>=0:databases/p5-DBI \
- p5-DBD-SQLite>=0:databases/p5-DBD-SQLite \
- p5-XML-RSS>=0:textproc/p5-XML-RSS \
- p5-XML-Simple>=0:textproc/p5-XML-Simple \
- p5-HTML-Template>=0:www/p5-HTML-Template \
- p5-HTTP-Lite>=0:www/p5-HTTP-Lite \
- ${APACHE_PKGNAMEPREFIX}mod_perl2>=0:www/mod_perl2
-
-USES= apache:run,2.2+ perl5
-NO_BUILD= yes
-USE_PERL5= run
-
-.include <bsd.port.pre.mk>
-
-SUB_FILES= pkg-message
-SUB_LIST+= APACHEETCDIR=${APACHEETCDIR} APACHEMODDIR=${APACHEMODDIR} WWWOWN=${WWWOWN}
-
-pre-everything::
- @${ECHO_MSG} ""
- @${ECHO_MSG} "You may set following options:"
- @${ECHO_MSG} ""
- @${ECHO_MSG} "WWWDIR=${WWWDIR} Where do you put httpd's document root?"
- @${ECHO_MSG} ""
-
-do-install:
- @${MKDIR} ${STAGEDIR}${WWWDIR}/
- @ cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}/
-
-.include <bsd.port.post.mk>
diff --git a/www/blogsum/distinfo b/www/blogsum/distinfo
deleted file mode 100644
index dcbeede782f2..000000000000
--- a/www/blogsum/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (blogsum-1.1.tar.gz) = 99bf35af599215ef22a85dc2d1903309953c9d6b58d000a75949bc1258991494
-SIZE (blogsum-1.1.tar.gz) = 21722
diff --git a/www/blogsum/files/pkg-message.in b/www/blogsum/files/pkg-message.in
deleted file mode 100644
index ad2bf5325e73..000000000000
--- a/www/blogsum/files/pkg-message.in
+++ /dev/null
@@ -1,54 +0,0 @@
-[
-{ type: install
- message: <<EOM
-# To finish installing Blogsum, the following steps must be completed.
-
-1) Setup the SQLite database:
-
- $ su -m %%WWWOWN%% -c 'sqlite3 %%WWWDIR%%/data/site.db < \
- %%WWWDIR%%/examples/create_sqlite.sql'
-
-2) Create your local configuration and modify as necessary:
-
- $ cp %%WWWDIR%%/Blogsum/Config.pm.dist \
- %%WWWDIR%%/Blogsum/Config.pm
-
-3) If comments will be enabled, visit the CAPTCHA (http://www.captcha.net/)
- project and register your account. Add your keys to Config.pm.
-
-4) Edit the example httpd-blogsum.conf (httpd2-blogsum.conf if you are using
- apache2+) and enable it for your site:
-
- $ cp %%WWWDIR%%/examples/httpd-blogsum.conf %%PREFIX%%/%%APACHEETCDIR%%/conf
- or
- $ cp %%WWWDIR%%/examples/httpd2-blogsum.conf %%PREFIX%%/%%APACHEETCDIR%%/conf
-
-5) Create your AuthUserFile file as defined in httpd-blogsum.conf:
-
- $ sudo htpasswd -c %%PREFIX%%/%%APACHEETCDIR%%/conf/blogsum.htpasswd
-
-6) Enable the following modules in %%APACHEETCDIR%%/httpd.conf:
-
- LoadModule rewrite_module %%APACHEMODDIR%%/mod_rewrite.so
- LoadModule proxy_module %%APACHEMODDIR%%/libproxy.so
- LoadModule perl_module %%APACHEMODDIR%%/mod_perl.so
-
-7) Stop and start your Apache service.
-
-The installation should now be complete. Your blogsum installation can be
-viewed at http://localhost/blogsum/index.cgi. Posts can be created and
-edited at http://localhost/blogsum/admin.cgi.
-
-Please refer to the online support resources if you have questions.
-
- http://blogsum.obfuscurity.com/
-EOM
-}
-{ type: upgrade, maximum_version: 1.0
- message: <<EOM
-NOTE: If you are updating from blogsum 0.9 you should merge the
-relevant changes from %%WWWDIR%%/Blogsum/Config.pm.dist
-into your current %%WWWDIR%%/Blogsum/Config.pm
-EOM
-}
-]
diff --git a/www/blogsum/pkg-descr b/www/blogsum/pkg-descr
deleted file mode 100644
index 3221f8ad8e69..000000000000
--- a/www/blogsum/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-Blogsum is a weblog application with a focus on simplicity and security.
-It was designed from scratch to be easy to use and easier to maintain.
-
-WWW: http://blogsum.obfuscurity.com/
diff --git a/www/blogsum/pkg-plist b/www/blogsum/pkg-plist
deleted file mode 100644
index c930e59d881c..000000000000
--- a/www/blogsum/pkg-plist
+++ /dev/null
@@ -1,25 +0,0 @@
-%%WWWDIR%%/Blogsum/Config.pm.dist
-%%WWWDIR%%/admin.cgi
-%%WWWDIR%%/docs/LICENSE
-%%WWWDIR%%/docs/LICENSE.images
-%%WWWDIR%%/docs/README
-%%WWWDIR%%/examples/create_sqlite.sql
-%%WWWDIR%%/examples/httpd-blogsum.conf
-%%WWWDIR%%/examples/httpd2-blogsum.conf
-%%WWWDIR%%/examples/wp2blogsum.pl
-%%WWWDIR%%/index.cgi
-%%WWWDIR%%/startup.pl
-%%WWWDIR%%/themes/default/admin.tmpl
-%%WWWDIR%%/themes/default/images/asterisk-green.gif
-%%WWWDIR%%/themes/default/images/asterisk-red.gif
-%%WWWDIR%%/themes/default/images/check.gif
-%%WWWDIR%%/themes/default/images/delete.gif
-%%WWWDIR%%/themes/default/images/draft-disabled.gif
-%%WWWDIR%%/themes/default/images/draft.gif
-%%WWWDIR%%/themes/default/images/play-disabled.gif
-%%WWWDIR%%/themes/default/images/play.gif
-%%WWWDIR%%/themes/default/images/plus.gif
-%%WWWDIR%%/themes/default/images/xml.gif
-%%WWWDIR%%/themes/default/index.tmpl
-%%WWWDIR%%/themes/default/style.css
-@dir %%WWWDIR%%/data