diff options
author | Will Andrews <will@FreeBSD.org> | 2001-03-12 21:53:37 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2001-03-12 21:53:37 +0000 |
commit | 972e133dfb3096f3f16f440f2af6007cb817b022 (patch) | |
tree | 8c7edb3fa0395add1df245edb013759ab65e7b92 /www/mod_csacek | |
parent | 9a9093b11b6cd7cd2d410e8cb1e11b72df4ca005 (diff) | |
download | ports-972e133dfb3096f3f16f440f2af6007cb817b022.tar.gz ports-972e133dfb3096f3f16f440f2af6007cb817b022.zip |
Notes
Diffstat (limited to 'www/mod_csacek')
-rw-r--r-- | www/mod_csacek/Makefile | 42 | ||||
-rw-r--r-- | www/mod_csacek/distinfo | 1 | ||||
-rw-r--r-- | www/mod_csacek/pkg-comment | 1 | ||||
-rw-r--r-- | www/mod_csacek/pkg-descr | 4 | ||||
-rw-r--r-- | www/mod_csacek/pkg-message | 13 | ||||
-rw-r--r-- | www/mod_csacek/pkg-plist | 20 |
6 files changed, 81 insertions, 0 deletions
diff --git a/www/mod_csacek/Makefile b/www/mod_csacek/Makefile new file mode 100644 index 000000000000..3e546b1b5444 --- /dev/null +++ b/www/mod_csacek/Makefile @@ -0,0 +1,42 @@ +# New ports collection makefile for: mod_csacek Apache module +# Date created: 22 Feb 2001 +# Whom: Milan Salajka <ms@vol.cz> +# +# $FreeBSD$ +# + +PORTNAME= mod_csacek +PORTVERSION= 2.1.5 +CATEGORIES= www +MASTER_SITES= http://www.csacek.cz/distrib/ +DISTNAME= ${PORTNAME:S/mod_//g}-${PORTVERSION} + +MAINTAINER= ms@vol.cz + +BUILD_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13 +RUN_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13 + +APXS?= ${LOCALBASE}/sbin/apxs + +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --prefix=${PREFIX} \ + --with-target=Apache \ + --disable-report \ + --with-templatedir=${PREFIX}/www/data \ + --disable-compression + +do-install: + ${APXS} -i -A -n csacek ${WRKSRC}/mod_csacek.so + +post-install: + + ${INSTALL_DATA} ${WRKSRC}/templates/whichcode_template.html ${PREFIX}/www/data + + ${MKDIR} ${PREFIX}/share/doc/mod_csacek + ${MKDIR} ${PREFIX}/share/doc/mod_csacek/img + ${INSTALL_DATA} ${WRKSRC}/doc/*.html ${PREFIX}/share/doc/${PORTNAME} + ${INSTALL_DATA} ${WRKSRC}/doc/img/*.gif ${PREFIX}/share/doc/${PORTNAME}/img + + ${CAT} ${PKGMESSAGE} + +.include <bsd.port.mk> diff --git a/www/mod_csacek/distinfo b/www/mod_csacek/distinfo new file mode 100644 index 000000000000..5ac4db8e57c4 --- /dev/null +++ b/www/mod_csacek/distinfo @@ -0,0 +1 @@ +MD5 (csacek-2.1.5.tar.gz) = 93e42a2c1146b48a31ab0d6cb07fcc38 diff --git a/www/mod_csacek/pkg-comment b/www/mod_csacek/pkg-comment new file mode 100644 index 000000000000..8c8efcac9bce --- /dev/null +++ b/www/mod_csacek/pkg-comment @@ -0,0 +1 @@ +Charset recoding module for Apache diff --git a/www/mod_csacek/pkg-descr b/www/mod_csacek/pkg-descr new file mode 100644 index 000000000000..92b5ab1ed197 --- /dev/null +++ b/www/mod_csacek/pkg-descr @@ -0,0 +1,4 @@ +The CSACEK package is an Apache module that recodes encoding of documents +between ISO-8859-2, ASCII, CP852, CP1250 and other. + +WWW: http://www.csacek.cz diff --git a/www/mod_csacek/pkg-message b/www/mod_csacek/pkg-message new file mode 100644 index 000000000000..252a67156b19 --- /dev/null +++ b/www/mod_csacek/pkg-message @@ -0,0 +1,13 @@ +************************************************************ +Please edit your httpd.conf to enable and setup this module. + +You can always refer to the useful documents held in +${PREFIX}/share/doc/mod_csacek/, where ${PREFIX} is +typically /usr/local. + +When it's done, do the following to take effect: + + apachectl configtest (and correct any errors reported) + apachectl restart + +************************************************************ diff --git a/www/mod_csacek/pkg-plist b/www/mod_csacek/pkg-plist new file mode 100644 index 000000000000..9f6c8a4e4517 --- /dev/null +++ b/www/mod_csacek/pkg-plist @@ -0,0 +1,20 @@ +libexec/apache/mod_csacek.so +@exec %D/sbin/apxs -e -A -n csacek %f +@unexec %D/sbin/apxs -e -A -n csacek %f +share/doc/mod_csacek/csacek.html +share/doc/mod_csacek/faq.html +share/doc/mod_csacek/index.html +share/doc/mod_csacek/instalace.html +share/doc/mod_csacek/licence.html +share/doc/mod_csacek/obj.html +share/doc/mod_csacek/priklady.html +share/doc/mod_csacek/testy.html +share/doc/mod_csacek/img/ball.gif +share/doc/mod_csacek/img/csacek_21.gif +share/doc/mod_csacek/img/csacek_logo.gif +share/doc/mod_csacek/img/hosted_by_4web.gif +share/doc/mod_csacek/img/new.gif +share/doc/mod_csacek/img/zpet.gif +@dirrm share/doc/mod_csacek/img +@dirrm share/doc/mod_csacek +www/data/whichcode_template.html |