From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Mar 2 17:00:24 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 023C0106566C for ; Wed, 2 Mar 2011 17:00:24 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B8B638FC1A for ; Wed, 2 Mar 2011 17:00:23 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p22H0N72081406 for ; Wed, 2 Mar 2011 17:00:23 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p22H0N7M081389; Wed, 2 Mar 2011 17:00:23 GMT (envelope-from gnats) Resent-Date: Wed, 2 Mar 2011 17:00:23 GMT Resent-Message-Id: <201103021700.p22H0N7M081389@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Marin Atanasov Nikolov Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 81270106564A for ; Wed, 2 Mar 2011 16:57:32 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 65D978FC0A for ; Wed, 2 Mar 2011 16:57:32 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p22GvWQv043063 for ; Wed, 2 Mar 2011 16:57:32 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p22GvWbC043062; Wed, 2 Mar 2011 16:57:32 GMT (envelope-from nobody) Message-Id: <201103021657.p22GvWbC043062@red.freebsd.org> Date: Wed, 2 Mar 2011 16:57:32 GMT From: Marin Atanasov Nikolov To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/155203: New port: www/mod_xml2enc X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Mar 2011 17:00:24 -0000 >Number: 155203 >Category: ports >Synopsis: New port: www/mod_xml2enc >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Mar 02 17:00:22 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Marin Atanasov Nikolov >Release: FreeBSD 8.2-PRERELEASE >Organization: www.unix-heaven.org >Environment: FreeBSD xxx.unix-heaven.org 8.2-PRERELEASE FreeBSD 8.2-PRERELEASE #1: Sat Nov 27 14:54:29 EET 2010 root@xxx.unix-heaven.org:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Please add the www/mod_xml2enc Apache module to the Ports Tree, which is used for converting encoding before and/or after a filter has run. This module is required by the www/mod_proxy_html module as of version 3.1. For more information on the module, please visit the following web page: - http://apache.webthing.com/mod_xml2enc/ >How-To-Repeat: >Fix: Patch attached with submission follows: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # mod_xml2enc # mod_xml2enc/Makefile # mod_xml2enc/distinfo # mod_xml2enc/pkg-descr # echo c - mod_xml2enc mkdir -p mod_xml2enc > /dev/null 2>&1 echo x - mod_xml2enc/Makefile sed 's/^X//' >mod_xml2enc/Makefile << '64a11fa89d723fc6a46a612451cb5569' X# New ports collection makefile for: mod_xml2enc X# Date created: 02 March 2011 X# Whom: Marin Atanasov Nikolov X# X# $FreeBSD$ X# X XPORTNAME= mod_xml2enc XPORTVERSION= 1.0.3 XCATEGORIES= www XMASTER_SITES= http://apache.webthing.com/mod_proxy_html/ XDISTNAME= mod_proxy_html XDIST_SUBDIR= mod_proxy_html X XMAINTAINER= dnaeon@gmail.com XCOMMENT= Apache module for converting encoding before and/or after a filter run X XMAKE_JOBS_SAFE= yes X XUSE_APACHE= 2.2+ XAP_FAST_BUILD= YES XAP_GENPLIST= YES XSHORTMODNAME= xml2enc XUSE_BZIP2= YES XUSE_GNOME= libxml2 X XAP_INC+= ${LOCALBASE}/include/libxml2 -I${WRKSRC} XAP_LIB+= ${LOCALBASE}/lib XAP_EXTRAS+= -lxml2 X XPLIST_FILES= %%DOCSDIR%%/COPYING XPLIST_DIRS= %%DOCSDIR%% X Xpost-install: X ${MKDIR} ${DOCSDIR} X ${INSTALL_MAN} ${WRKSRC}/COPYING ${DOCSDIR} X X.include 64a11fa89d723fc6a46a612451cb5569 echo x - mod_xml2enc/distinfo sed 's/^X//' >mod_xml2enc/distinfo << '12268331af7bce8bd02f509ecb7b8cdf' XSHA256 (mod_proxy_html/mod_proxy_html.tar.bz2) = a1aee758bda605e153868b91188ebf2c527b8eeb0f115d11af152078e65895bf XSIZE (mod_proxy_html/mod_proxy_html.tar.bz2) = 23019 12268331af7bce8bd02f509ecb7b8cdf echo x - mod_xml2enc/pkg-descr sed 's/^X//' >mod_xml2enc/pkg-descr << '73b226554e981d5b3c76c7e20b2be43b' Xmod_xml2enc is a transcoding module that can be used to extend the Xinternationalisation support of libxml2-based filter modules by Xconverting encoding before and/or after the filter has run. XThus an unsupported input charset can be converted to UTF-8, Xand output can also be converted to another charset if required. X XWWW: http://apache.webthing.com/mod_xml2enc/ 73b226554e981d5b3c76c7e20b2be43b exit >Release-Note: >Audit-Trail: >Unformatted: