From owner-cvs-all@FreeBSD.ORG Sun Sep 9 15:45:43 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6E1D316A419; Sun, 9 Sep 2007 15:45:43 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5911F13C48D; Sun, 9 Sep 2007 15:45:43 +0000 (UTC) (envelope-from bsam@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 l89Fjh5n041445; Sun, 9 Sep 2007 15:45:43 GMT (envelope-from bsam@repoman.freebsd.org) Received: (from bsam@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l89FjhnQ041444; Sun, 9 Sep 2007 15:45:43 GMT (envelope-from bsam) Message-Id: <200709091545.l89FjhnQ041444@repoman.freebsd.org> From: Boris Samorodov Date: Sun, 9 Sep 2007 15:45:42 +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/textproc/linux-libxml2 Makefile distinfo.i386 pkg-descr pkg-plist.i386 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Sep 2007 15:45:43 -0000 bsam 2007-09-09 15:45:42 UTC FreeBSD ports repository Modified files: textproc/linux-libxml2 Makefile distinfo.i386 pkg-descr pkg-plist.i386 Log: A new port for linux xml2 library. [1] While I'm here (changes againts shar archive at the PR#116033): . remove extra blank line at headers; . use INSTALLS_SHLIB instead of USE_LDCONFIG (yep, it is still used at linux ports); . BRANDELF_DIRS added (linux binaries should be branded); . fix pkg-plist (manuals added); . fix distinfo (sources added). PR: 116033 [1] Submitted by: Artem Naluzhnyy [1] Revision Changes Path 1.16 +9 -9 ports/textproc/linux-libxml2/Makefile 1.8 +6 -6 ports/textproc/linux-libxml2/distinfo.i386 1.3 +1 -1 ports/textproc/linux-libxml2/pkg-descr 1.6 +14 -10 ports/textproc/linux-libxml2/pkg-plist.i386