From owner-cvs-ports@FreeBSD.ORG Mon Mar 31 20:40:45 2008 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 45F6D106566C; Mon, 31 Mar 2008 20:40:45 +0000 (UTC) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 378578FC14; Mon, 31 Mar 2008 20:40:45 +0000 (UTC) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2VKejQJ064263; Mon, 31 Mar 2008 20:40:45 GMT (envelope-from fjoe@repoman.freebsd.org) Received: (from fjoe@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2VKeja0064262; Mon, 31 Mar 2008 20:40:45 GMT (envelope-from fjoe) Message-Id: <200803312040.m2VKeja0064262@repoman.freebsd.org> From: Max Khon Date: Mon, 31 Mar 2008 20:40:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel Makefile ports/devel/libiqxmlrpc Makefile distinfo pkg-descr pkg-plist ports/devel/libiqxmlrpc/files patch-libiqxmlrpc-utf_conv.cc X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Mar 2008 20:40:45 -0000 fjoe 2008-03-31 20:40:45 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/libiqxmlrpc Makefile distinfo pkg-descr pkg-plist devel/libiqxmlrpc/files patch-libiqxmlrpc-utf_conv.cc Log: New port: libiqxmlrpc Libiqxmlrpc is C++ object-oriented library that represents an XML-RPC solution for both client and server. It supports HTTP and HTTPS, both single-threaded and multi-threaded computation models on the server side, method interceptors, and other features. WWW: http://libiqxmlrpc.sourceforge.net/ Revision Changes Path 1.3027 +1 -0 ports/devel/Makefile 1.1 +26 -0 ports/devel/libiqxmlrpc/Makefile (new) 1.1 +3 -0 ports/devel/libiqxmlrpc/distinfo (new) 1.1 +11 -0 ports/devel/libiqxmlrpc/files/patch-libiqxmlrpc-utf_conv.cc (new) 1.1 +6 -0 ports/devel/libiqxmlrpc/pkg-descr (new) 1.1 +57 -0 ports/devel/libiqxmlrpc/pkg-plist (new)