diff options
author | jdolecek <jdolecek> | 2000-02-25 17:17:51 +0000 |
---|---|---|
committer | jdolecek <jdolecek> | 2000-02-25 17:17:51 +0000 |
commit | af08706ff8113d1ce7d1ebf2e70b814a2447590b (patch) | |
tree | 7958c902950c61d12ca45de5640549703147874f | |
parent | e9aa5e44ce37a7985235088707bd435d319021eb (diff) | |
download | pkgsrc-af08706ff8113d1ce7d1ebf2e70b814a2447590b.tar.gz |
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.
-rw-r--r-- | www/ap-csacek/Makefile | 28 | ||||
-rw-r--r-- | www/ap-csacek/files/md5 | 3 | ||||
-rw-r--r-- | www/ap-csacek/pkg/COMMENT | 1 | ||||
-rw-r--r-- | www/ap-csacek/pkg/DESCR | 10 | ||||
-rw-r--r-- | www/ap-csacek/pkg/PLIST | 4 |
5 files changed, 46 insertions, 0 deletions
diff --git a/www/ap-csacek/Makefile b/www/ap-csacek/Makefile new file mode 100644 index 00000000000..98245ff39e7 --- /dev/null +++ b/www/ap-csacek/Makefile @@ -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" diff --git a/www/ap-csacek/files/md5 b/www/ap-csacek/files/md5 new file mode 100644 index 00000000000..c9feb5a67ae --- /dev/null +++ b/www/ap-csacek/files/md5 @@ -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 diff --git a/www/ap-csacek/pkg/COMMENT b/www/ap-csacek/pkg/COMMENT new file mode 100644 index 00000000000..6cde886083c --- /dev/null +++ b/www/ap-csacek/pkg/COMMENT @@ -0,0 +1 @@ +on-fly code set recoder diff --git a/www/ap-csacek/pkg/DESCR b/www/ap-csacek/pkg/DESCR new file mode 100644 index 00000000000..a792ff6974a --- /dev/null +++ b/www/ap-csacek/pkg/DESCR @@ -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. diff --git a/www/ap-csacek/pkg/PLIST b/www/ap-csacek/pkg/PLIST new file mode 100644 index 00000000000..1b25083aa56 --- /dev/null +++ b/www/ap-csacek/pkg/PLIST @@ -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 |