Add mod_csacek 2.1.5, a charset recoding module for Apache.
PR: 25285 Submitted by: Milan Salajka <ms@vol.cz>
This commit is contained in:
parent
9a9093b11b
commit
972e133dfb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=39696
7 changed files with 82 additions and 0 deletions
|
@ -106,6 +106,7 @@
|
|||
SUBDIR += mod_access_referer
|
||||
SUBDIR += mod_auth_mysql
|
||||
SUBDIR += mod_auth_pgsql
|
||||
SUBDIR += mod_csacek
|
||||
SUBDIR += mod_dav
|
||||
SUBDIR += mod_dtcl
|
||||
SUBDIR += mod_fastcgi
|
||||
|
|
42
www/mod_csacek/Makefile
Normal file
42
www/mod_csacek/Makefile
Normal file
|
@ -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>
|
1
www/mod_csacek/distinfo
Normal file
1
www/mod_csacek/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (csacek-2.1.5.tar.gz) = 93e42a2c1146b48a31ab0d6cb07fcc38
|
1
www/mod_csacek/pkg-comment
Normal file
1
www/mod_csacek/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
Charset recoding module for Apache
|
4
www/mod_csacek/pkg-descr
Normal file
4
www/mod_csacek/pkg-descr
Normal file
|
@ -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
|
13
www/mod_csacek/pkg-message
Normal file
13
www/mod_csacek/pkg-message
Normal file
|
@ -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
|
||||
|
||||
************************************************************
|
20
www/mod_csacek/pkg-plist
Normal file
20
www/mod_csacek/pkg-plist
Normal file
|
@ -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
|
Loading…
Reference in a new issue