1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

- Update to 2.5

PR:		ports/145963
Submitted by:	James Bailie <jimmy mammothcheese.ca> (maintainer)
This commit is contained in:
Thomas Abthorpe 2010-04-26 16:06:41 +00:00
parent dd68d9348a
commit 41f11fe8d1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=253292
4 changed files with 21 additions and 20 deletions

View File

@ -1,12 +1,12 @@
# New ports collection makefile for: blogd
# Date created: Fri, 12 Jun 2000 10:53:06 EDT
# New ports collection makefile for: ephemera
# Date created: Sat, 17 Apr 2010 18:17:00 EDT
# Whom: James Bailie <jimmy@mammothcheese.ca>
#
# $FreeBSD$
#
PORTNAME= blogd
PORTVERSION= 2.4
PORTNAME= ephemera
PORTVERSION= 2.5
CATEGORIES= www
MASTER_SITES= http://www.mammothcheese.ca/
@ -15,7 +15,7 @@ COMMENT= Blog server
RUN_DEPENDS= munger:${PORTSDIR}/lang/munger
MAN8= blogd.8
MAN8= ephemera.8
MANCOMPRESSED= yes
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
MD5 (blogd-2.4.tar.gz) = 8cc17967e284b2b846f46d53b774439a
SHA256 (blogd-2.4.tar.gz) = 3263e02f4715499f5ee5a2f341454ffcf97cba842388b63593c242c220ba7a28
SIZE (blogd-2.4.tar.gz) = 24278
MD5 (ephemera-2.5.tar.gz) = 53c4935ac5c4dcf1955a904bef7713e4
SHA256 (ephemera-2.5.tar.gz) = b68f356d807d592cd6f8e6cfacdda91c93f79c1dd8e417e3e1a9bcdcc70e7b10
SIZE (ephemera-2.5.tar.gz) = 25296

View File

@ -1,5 +1,5 @@
Blogd is an SCGI application server dedicated to serving-up a single blog,
implemented in 1000 lines of Munger(1). Blogd creates the simplest blog
that is still useful, in its author's estimation.
Ephemrea is an SCGI application server dedicated to serving-up a
single blog, implemented in 1000 lines of Munger(1). Blogd creates
the simplest blog that is still useful, in its author's estimation.
WWW: http://www.mammothcheese.ca/

View File

@ -1,9 +1,10 @@
bin/blogd
bin/blogd-add
bin/blogd-delete
bin/blogd-extract
bin/blogd-replace
etc/blogd.css.sample
etc/rc.d/blogd
@unexec if cmp -s %D/etc/blogd.config %D/etc/blogd.config.dist; then rm -f %D/etc/blogd.config; fi
etc/blogd.config.dist
bin/ephemera
bin/ephemera-add
bin/ephemera-delete
bin/ephemera-extract
bin/ephemera-replace
bin/ephemera-generate
etc/ephemera.css.sample
etc/rc.d/ephemera
@unexec if cmp -s %D/etc/ephemera.config %D/etc/ephemera.config.dist; then rm -f %D/etc/ephemera.config; fi
etc/ephemera.config.dist