New port: horde-klutz

Horde-Klutz is a comic strip aggregator and viewer.
It lets you browse comic strips by date or by strip.
Features include automatic updating of comics, and
various methods for obtaining the strips.

Submitted by:	Beech Rintoul (<beech at Freebsd.org>) maintainer
Approved by:	miwi (implicit)
This commit is contained in:
Beech Rintoul 2010-11-12 08:23:49 +00:00
parent 0505f3bfcd
commit 268783c205
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=264439
6 changed files with 139 additions and 0 deletions

View file

@ -116,6 +116,7 @@
SUBDIR += hebcal
SUBDIR += helpviewer
SUBDIR += horde-hermes
SUBDIR += horde-klutz
SUBDIR += horde-kronolith
SUBDIR += horde-mnemo
SUBDIR += horde-nag

View file

@ -0,0 +1,21 @@
# Ports collection makefile for: klutz
# Date created: Thu Nov 4, 2010
# Whom: Beech Rintoul (<beech@Freebsd.org>)
#
# $FreeBSD$
#
PORTNAME= klutz
PORTVERSION= 1.0
DISTVERSIONSUFFIX=
CATEGORIES= deskutils www
MAINTAINER= beech@FreeBSD.org
COMMENT= Comic strip viewer for horde
USE_HORDE= base
USE_GETTEXT= yes
PORTDOCS= README CHANGES CREDITS INSTALL RELEASE_NOTES
.include "${.CURDIR}/../../www/horde-base/bsd.horde.mk"
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (klutz-h3-1.0.tar.gz) = b56d8c2f91ab551c350c67db248cd6eab164978302f1a6b78182c22053cb9fd9
SIZE (klutz-h3-1.0.tar.gz) = 415035

View file

@ -0,0 +1,9 @@
************************************************************************
Klutz has been installed in %%HORDIR%% with your blank
configuration files.
Horde must be configured; if not, see `pkg_info -Dx horde-base'.
Finally, you must login to Horde as a Horde Administrator to finish the
configuration.
************************************************************************

View file

@ -0,0 +1,6 @@
Horde-Klutz is a comic strip aggregator and viewer.
It lets you browse comic strips by date or by strip.
Features include automatic updating of comics, and
various methods for obtaining the strips.
WWW: http://horde.org/

View file

@ -0,0 +1,100 @@
%%HORDIR%%/backend.php
%%HORDIR%%/comics.php
%%HORDIR%%/config/.htaccess
%%HORDIR%%/config/comics.php.dist
%%HORDIR%%/config/conf.xml
%%HORDIR%%/config/prefs.php.dist
%%HORDIR%%/index.php
%%HORDIR%%/lib/.htaccess
%%HORDIR%%/lib/Block/summary.php
%%HORDIR%%/lib/Comic.php
%%HORDIR%%/lib/Comic/bysize.php
%%HORDIR%%/lib/Comic/direct.php
%%HORDIR%%/lib/Comic/search.php
%%HORDIR%%/lib/Driver.php
%%HORDIR%%/lib/Driver/file.php
%%HORDIR%%/lib/Driver/sql.php
%%HORDIR%%/lib/Image.php
%%HORDIR%%/lib/Klutz.php
%%HORDIR%%/lib/api.php
%%HORDIR%%/lib/base.php
%%HORDIR%%/lib/prefs.php
%%HORDIR%%/lib/version.php
%%HORDIR%%/locale/.htaccess
%%HORDIR%%/locale/cs_CZ/LC_MESSAGES/klutz.mo
%%HORDIR%%/locale/cs_CZ/help.xml
%%HORDIR%%/locale/da_DK/LC_MESSAGES/klutz.mo
%%HORDIR%%/locale/de_DE/LC_MESSAGES/klutz.mo
%%HORDIR%%/locale/en_US/help.xml
%%HORDIR%%/locale/es_ES/LC_MESSAGES/klutz.mo
%%HORDIR%%/locale/es_ES/help.xml
%%HORDIR%%/locale/fi_FI/LC_MESSAGES/klutz.mo
%%HORDIR%%/locale/fi_FI/help.xml
%%HORDIR%%/locale/ro_RO/LC_MESSAGES/klutz.mo
%%HORDIR%%/locale/sv_SE/LC_MESSAGES/klutz.mo
%%HORDIR%%/po/.htaccess
%%HORDIR%%/po/README
%%HORDIR%%/po/cs_CZ.po
%%HORDIR%%/po/da_DK.po
%%HORDIR%%/po/de_DE.po
%%HORDIR%%/po/es_ES.po
%%HORDIR%%/po/fi_FI.po
%%HORDIR%%/po/klutz.pot
%%HORDIR%%/po/ro_RO.po
%%HORDIR%%/po/sv_SE.po
%%HORDIR%%/savecomic.php
%%HORDIR%%/scripts/.htaccess
%%HORDIR%%/scripts/cli-backend.php
%%HORDIR%%/scripts/sql/klutz.sql
%%HORDIR%%/templates/.htaccess
%%HORDIR%%/templates/backend/backend.inc
%%HORDIR%%/templates/comics/comic.inc
%%HORDIR%%/templates/comics/main.inc
%%HORDIR%%/templates/comics/missing.inc
%%HORDIR%%/templates/comics/nav_bar.inc
%%HORDIR%%/templates/common-header.inc
%%HORDIR%%/templates/javascript/goto.inc
%%HORDIR%%/templates/menu.inc
%%HORDIR%%/templates/prefs/comic_select.inc
%%HORDIR%%/templates/savecomic/savecomic.inc
%%HORDIR%%/test.php
%%HORDIR%%/themes/graphics/favicon.ico
%%HORDIR%%/themes/graphics/goto.png
%%HORDIR%%/themes/graphics/klutz.png
%%HORDIR%%/themes/graphics/klutz_butter.png
%%HORDIR%%/themes/graphics/today.png
%%HORDIR%%/themes/screen.css
@dirrm %%HORDIR%%/lib/Block
@dirrm %%HORDIR%%/lib/Comic
@dirrm %%HORDIR%%/lib/Driver
@dirrm %%HORDIR%%/locale/cs_CZ/LC_MESSAGES
@dirrm %%HORDIR%%/locale/da_DK/LC_MESSAGES
@dirrm %%HORDIR%%/locale/de_DE/LC_MESSAGES
@dirrm %%HORDIR%%/locale/es_ES/LC_MESSAGES
@dirrm %%HORDIR%%/locale/fi_FI/LC_MESSAGES
@dirrm %%HORDIR%%/locale/ro_RO/LC_MESSAGES
@dirrm %%HORDIR%%/locale/sv_SE/LC_MESSAGES
@dirrm %%HORDIR%%/locale/cs_CZ
@dirrm %%HORDIR%%/locale/da_DK
@dirrm %%HORDIR%%/locale/de_DE
@dirrm %%HORDIR%%/locale/en_US
@dirrm %%HORDIR%%/locale/es_ES
@dirrm %%HORDIR%%/locale/fi_FI
@dirrm %%HORDIR%%/locale/ro_RO
@dirrm %%HORDIR%%/locale/sv_SE
@dirrm %%HORDIR%%/scripts/sql
@dirrm %%HORDIR%%/templates/backend
@dirrm %%HORDIR%%/templates/comics
@dirrm %%HORDIR%%/templates/javascript
@dirrm %%HORDIR%%/templates/prefs
@dirrm %%HORDIR%%/templates/savecomic
@dirrm %%HORDIR%%/themes/graphics
@dirrm %%HORDIR%%/config
@dirrm %%HORDIR%%/lib
@dirrm %%HORDIR%%/locale
@dirrm %%HORDIR%%/po
@dirrm %%HORDIR%%/scripts
@dirrm %%HORDIR%%/templates
@dirrm %%HORDIR%%/themes
@dirrmtry %%HORBAS%%
@dirrmtry %%HORDIR%%