From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 7 07:30:06 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A99ED16A420 for ; Tue, 7 Feb 2006 07:30:06 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6313343D4C for ; Tue, 7 Feb 2006 07:30:05 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k177U5aY066770 for ; Tue, 7 Feb 2006 07:30:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k177U5ox066769; Tue, 7 Feb 2006 07:30:05 GMT (envelope-from gnats) Resent-Date: Tue, 7 Feb 2006 07:30:05 GMT Resent-Message-Id: <200602070730.k177U5ox066769@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, Paul Chvostek Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 97FC516A422 for ; Tue, 7 Feb 2006 07:25:21 +0000 (GMT) (envelope-from paul@mail.it.ca) Received: from mail2.dm.egate.net (mail2.dm.egate.net [216.235.1.136]) by mx1.FreeBSD.org (Postfix) with ESMTP id E644943D60 for ; Tue, 7 Feb 2006 07:25:18 +0000 (GMT) (envelope-from paul@mail.it.ca) Received: from mail.it.ca (root@[216.235.7.67]) by mail2.dm.egate.net (8.12.11/8.12.10) with ESMTP id k177PHRo023710 for ; Tue, 7 Feb 2006 02:25:17 -0500 (EST) (envelope-from paul@mail.it.ca) Received: from mail.it.ca (paul@mail [216.235.7.67]) by mail.it.ca (8.13.3/8.13.3) with ESMTP id k174Mocx029653; Mon, 6 Feb 2006 23:22:50 -0500 (EST) (envelope-from paul@mail.it.ca) Received: (from paul@localhost) by mail.it.ca (8.13.3/8.13.3/Submit) id k174Mn69029652; Mon, 6 Feb 2006 23:22:49 -0500 (EST) (envelope-from paul) Message-Id: <200602070422.k174Mn69029652@mail.it.ca> Date: Mon, 6 Feb 2006 23:22:49 -0500 (EST) From: Paul Chvostek To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Paul Chvostek Subject: ports/92946: New port: print/xmlprpr - XML Pretty Printer X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Paul Chvostek List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Feb 2006 07:30:06 -0000 >Number: 92946 >Category: ports >Synopsis: New port: print/xmlprpr - XML Pretty Printer >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: Tue Feb 07 07:30:04 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Paul Chvostek >Release: FreeBSD 5.4-RELEASE-p6 i386 >Organization: >Environment: System: FreeBSD mail.it.ca 5.4-RELEASE-p6 FreeBSD 5.4-RELEASE-p6 #0: Sun Aug 21 18:50:49 EDT 2005 paul@kanar.int.it.ca:/usr/obj/usr/src/sys/kanar i386 >Description: An XML pretty printer created to format xml that doesn't make use of mixed content. In the default mode each element is put on a separate line with consistent indentation. It can also separate attributes onto individual lines, sort attributes in a specified or alphabetic order, expand self closing tags, and more. >How-To-Repeat: n/a >Fix: --- xmlprpr-1.32.shar begins here --- # 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: # # xmlprpr # xmlprpr/pkg-descr # xmlprpr/distinfo # xmlprpr/Makefile # echo c - xmlprpr mkdir -p xmlprpr > /dev/null 2>&1 echo x - xmlprpr/pkg-descr sed 's/^X//' >xmlprpr/pkg-descr << 'END-of-xmlprpr/pkg-descr' XAn XML pretty printer created to format xml that doesn't make use of Xmixed content. In the default mode each element is put on a separate Xline with consistent indentation. It can also separate attributes onto Xindividual lines, sort attributes in a specified or alphabetic order, Xexpand self closing tags, and more. X Xxmlprpr uses only perl core modules, and hence will run on most operating Xsystems that have perl installed including Linux and Windows. X XNote that the distribution calls this tool "xmlpp", but it has been Xrenamed so as not to conflict with an xmlpp already in the ports tree. X XCopyright (c) 2003, DecisionSoft Limited XAll rights reserved. X X- Paul Chvostek X XWWW: http://software.decisionsoft.com/tools.html END-of-xmlprpr/pkg-descr echo x - xmlprpr/distinfo sed 's/^X//' >xmlprpr/distinfo << 'END-of-xmlprpr/distinfo' XMD5 (xmlpp.pl) = ea353effc32e136ddd05b345fa0f757a XSIZE (xmlpp.pl) = 9466 END-of-xmlprpr/distinfo echo x - xmlprpr/Makefile sed 's/^X//' >xmlprpr/Makefile << 'END-of-xmlprpr/Makefile' X# New ports collection makefile for: xmlprpr X# Date created: Sun Oct 9 10:33:37 EDT 2005 X# Whom: Paul Chvostek X# X# $FreeBSD$ X# X XPORTNAME= xmlprpr XPORTVERSION= 1.32 XCATEGORIES= textproc XMASTER_SITES= http://software.decisionsoft.com/software/ XDISTNAME= xmlpp XEXTRACT_SUFX= .pl XEXTRACT_ONLY= # defined X XMAINTAINER= paul+ports@it.ca XCOMMENT= XML pretty printer X XUSE_PERL5= yes X XNO_WRKSUBDIR= yes X XPLIST_FILES= bin/xmlprpr X Xpre-patch: X @${SED} '1s:^#!/usr/bin/perl:#!${PERL}:' < ${_DISTDIR}${DISTFILES} > ${WRKSRC}/xmlprpr X Xdo-build: X Xdo-install: X @${INSTALL_SCRIPT} ${WRKSRC}/xmlprpr ${PREFIX}/bin/ X X.include END-of-xmlprpr/Makefile exit --- xmlprpr-1.32.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: