From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Aug 10 21:20:16 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 A891816A4DD for ; Thu, 10 Aug 2006 21:20:16 +0000 (UTC) (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 D9C8043D49 for ; Thu, 10 Aug 2006 21:20:15 +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 k7ALKFiR092063 for ; Thu, 10 Aug 2006 21:20:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k7ALKF5N092062; Thu, 10 Aug 2006 21:20:15 GMT (envelope-from gnats) Resent-Date: Thu, 10 Aug 2006 21:20:15 GMT Resent-Message-Id: <200608102120.k7ALKF5N092062@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, Gea-Suan Lin Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 578B916A4DD for ; Thu, 10 Aug 2006 21:18:32 +0000 (UTC) (envelope-from gslin@netnews.NCTU.edu.tw) Received: from netnews.NCTU.edu.tw (ccreader.nctu.edu.tw [140.113.54.119]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC51543D49 for ; Thu, 10 Aug 2006 21:18:31 +0000 (GMT) (envelope-from gslin@netnews.NCTU.edu.tw) Received: by netnews.NCTU.edu.tw (Postfix, from userid 1000) id D1CCD371; Fri, 11 Aug 2006 05:18:30 +0800 (CST) Message-Id: <20060810211830.D1CCD371@netnews.NCTU.edu.tw> Date: Fri, 11 Aug 2006 05:18:30 +0800 (CST) From: Gea-Suan Lin To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: gslin@gslin.org Subject: ports/101779: [NEW PORT] textproc/metaf2xml: Parses and decodes aviation routine and stores the components in XML 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: Thu, 10 Aug 2006 21:20:16 -0000 >Number: 101779 >Category: ports >Synopsis: [NEW PORT] textproc/metaf2xml: Parses and decodes aviation routine and stores the components in XML >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Aug 10 21:20:15 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Gea-Suan Lin >Release: FreeBSD 6.1-RELEASE i386 >Organization: >Environment: System: FreeBSD netnews.NCTU.edu.tw 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sat May 13 03:43:48 CST 2006 >Description: metaf2xml parses and decodes aviation routine weather reports and aerodrome forecasts (i.e. METAR and TAF messages) and stores the components in XML. They can then be converted to text, HTML, or other formats. WWW: http://metaf2xml.sourceforge.net/ Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- metaf2xml-1.8.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: # # metaf2xml # metaf2xml/pkg-descr # metaf2xml/Makefile # metaf2xml/pkg-plist # metaf2xml/distinfo # echo c - metaf2xml mkdir -p metaf2xml > /dev/null 2>&1 echo x - metaf2xml/pkg-descr sed 's/^X//' >metaf2xml/pkg-descr << 'END-of-metaf2xml/pkg-descr' Xmetaf2xml parses and decodes aviation routine weather reports and Xaerodrome forecasts (i.e. METAR and TAF messages) and stores the Xcomponents in XML. They can then be converted to text, HTML, or other Xformats. X XWWW: http://metaf2xml.sourceforge.net/ END-of-metaf2xml/pkg-descr echo x - metaf2xml/Makefile sed 's/^X//' >metaf2xml/Makefile << 'END-of-metaf2xml/Makefile' X# New ports collection makefile for: metaf2xml X# Date created: 2006-08-11 X# Whom: Gea-Suan Lin X# X# $FreeBSD$ X# X XPORTNAME= metaf2xml XPORTVERSION= 1.8 XCATEGORIES= textproc XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= ${PORTNAME} XEXTRACT_SUFX= .tgz X XMAINTAINER= gslin@gslin.org XCOMMENT= Parses and decodes aviation routine and stores the components in XML X XMAKE_ARGS= CGI_BIN_DIR=${TARGETDIR}/www/metaf2xml/cgi-bin \ X HTDOCS_DIR=${TARGETDIR}/www/metaf2xml/htdocs \ X METAF2XML=${TARGETDIR} \ X METAF2XML_LIB=${TARGETDIR}/${SITE_PERL_REL} \ X METAF2XML_XSL=${DATADIR} XNO_BUILD= yes XUSE_PERL5_RUN= yes X Xpre-install: X ${MKDIR} ${TARGETDIR}/www/metaf2xml/cgi-bin \ X ${TARGETDIR}/www/metaf2xml/htdocs X Xdo-install: X cd ${WRKSRC}; ${MAKE} ${MAKE_ARGS} install-all X X.include END-of-metaf2xml/Makefile echo x - metaf2xml/pkg-plist sed 's/^X//' >metaf2xml/pkg-plist << 'END-of-metaf2xml/pkg-plist' X@comment $FreeBSD$ X%%DATADIR%%/metaf-fullhtml.xsl X%%DATADIR%%/metaf-html.xsl X%%DATADIR%%/metaf-lang.xsl X%%DATADIR%%/metaf-text.xsl X%%DATADIR%%/metaf.xsl X%%SITE_PERL%%/metaf2xml/FGFS.pm X%%SITE_PERL%%/metaf2xml/XML.pm X%%SITE_PERL%%/metaf2xml/basic.pm X%%SITE_PERL%%/metaf2xml/parser.pm Xbin/metaf2xml.pl Xwww/metaf2xml/cgi-bin/metaf.pl Xwww/metaf2xml/htdocs/metaf-fullhtml.xsl Xwww/metaf2xml/htdocs/metaf-lang.xsl Xwww/metaf2xml/htdocs/metaf.xsl X@dirrmtry %%DATADIR%% X@dirrmtry %%SITE_PERL%% X@dirrmtry www/metaf2xml/cgi-bin X@dirrmtry www/metaf2xml/htdocs X@dirrmtry www/metaf2xml END-of-metaf2xml/pkg-plist echo x - metaf2xml/distinfo sed 's/^X//' >metaf2xml/distinfo << 'END-of-metaf2xml/distinfo' XMD5 (metaf2xml-1.8.tgz) = aebb34ef0840e1124075ff05cbca5db2 XSHA256 (metaf2xml-1.8.tgz) = eaad4d8cb0aa1949d64c933a3908e7b0783a2d3a4f92fa3498f34260e4bea93b XSIZE (metaf2xml-1.8.tgz) = 87187 END-of-metaf2xml/distinfo exit --- metaf2xml-1.8.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: