Add a package for CSacek 2.1.3, module for on-fly recoding of the documents

to client code set.

Currently supported code sets are the center-europian ones (iso-8859-2,
windows-1250, macce, cp852 & bunch of already obsoleted code sets). There
is also limited support for cyrillic (koi8-r, iso-8859-5, cp866).

Documentation is currently in czech language only, sorry.
This commit is contained in:
jdolecek 2000-02-25 17:17:51 +00:00
parent 5a0ab57446
commit ba1ecbe0e5
5 changed files with 46 additions and 0 deletions

28
www/ap-csacek/Makefile Normal file
View file

@ -0,0 +1,28 @@
# $NetBSD: Makefile,v 1.1 2000/02/25 17:17:51 jdolecek Exp $
#
DISTNAME= csacek-2.1.3
PKGNAME= ap-csacek-2.1.3
CATEGORIES= www
MASTER_SITES= http://www.csacek.cz/distrib/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= jdolecek@netbsd.org
# Note the homepage is in czech language only
HOMEPAGE= http://www.csacek.cz/
DEPENDS+= apache*-1.3*:../../www/apache
HAS_CONFIGURE= yes
CONFIGURE_ARGS+= --with-templatedir=${PREFIX}/share/csacek \
--with-target=Apache
do-install:
@${INSTALL_DATA} ${WRKSRC}/mod_csacek.so ${PREFIX}/lib/httpd/
@${INSTALL_DATA_DIR} ${PREFIX}/share/csacek
@${INSTALL_DATA} ${WRKSRC}/templates/whichcode_template.html \
${PREFIX}/share/csacek/
.include "../../mk/bsd.pkg.mk"

3
www/ap-csacek/files/md5 Normal file
View file

@ -0,0 +1,3 @@
$NetBSD: md5,v 1.1 2000/02/25 17:17:52 jdolecek Exp $
MD5 (csacek-2.1.3.tar.bz2) = 53d0ee9d956f01eade21ac9c97638028

View file

@ -0,0 +1 @@
on-fly code set recoder

10
www/ap-csacek/pkg/DESCR Normal file
View file

@ -0,0 +1,10 @@
CSacek recodes the documents on-fly from server code set to the client code
set. It can also recode client data to the server code set, so that other
server modules or CGI programs get the data in one consistent code set.
CSacek can compress the data as sent to client, if client supports it.
Currently supported code sets are the center-europian ones (iso-8859-2,
windows-1250, macce, cp852 & bunch of already obsoleted code sets). There
is also limited support for cyrillic (koi8-r, iso-8859-5, cp866).
Documentation is currently in czech language only.

4
www/ap-csacek/pkg/PLIST Normal file
View file

@ -0,0 +1,4 @@
@comment $NetBSD: PLIST,v 1.1 2000/02/25 17:17:52 jdolecek Exp $
lib/httpd/mod_csacek.so
share/csacek/whichcode_template.html
@dirrm share/csacek