Date: Fri, 11 Aug 2006 05:18:30 +0800 (CST) From: Gea-Suan Lin <gslin@gslin.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: gslin@gslin.org Subject: ports/101779: [NEW PORT] textproc/metaf2xml: Parses and decodes aviation routine and stores the components in XML Message-ID: <20060810211830.D1CCD371@netnews.NCTU.edu.tw> Resent-Message-ID: <200608102120.k7ALKF5N092062@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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 <gslin@gslin.org> 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 <bsd.port.mk> 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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060810211830.D1CCD371>