From owner-freebsd-ports Tue Sep 18 10:30:11 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0211837B412 for ; Tue, 18 Sep 2001 10:30:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8IHU0N02944; Tue, 18 Sep 2001 10:30:00 -0700 (PDT) (envelope-from gnats) Received: from sankofa.setjmp.net (sankofa.setjmp.net [209.145.62.142]) by hub.freebsd.org (Postfix) with ESMTP id 3488D37B410 for ; Tue, 18 Sep 2001 10:29:29 -0700 (PDT) Received: (from root@localhost) by sankofa.setjmp.net (8.11.6/8.11.6) id f8IHTXp43460; Tue, 18 Sep 2001 10:29:33 -0700 (PDT) (envelope-from eric) Message-Id: <200109181729.f8IHTXp43460@sankofa.setjmp.net> Date: Tue, 18 Sep 2001 10:29:33 -0700 (PDT) From: Charlie & Reply-To: Charlie & To: FreeBSD-gnats-submit@freebsd.org Cc: noc@setjmp.net X-Send-Pr-Version: 3.113 Subject: ports/30651: New port: textproc/p5-WDDX Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 30651 >Category: ports >Synopsis: New port: textproc/p5-WDDX >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Sep 18 10:30:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Charlie & >Release: FreeBSD 4.4-RC i386 >Organization: >Environment: System: FreeBSD sankofa.setjmp.net 4.4-RC FreeBSD 4.4-RC #0: Wed Aug 29 20:55:37 PDT 2001 root@sankofa.setjmp.net:/usr/src/sys/compile/SANKOFA i386 >Description: p5-WDDX is a module that can serialize and deserialize WDDX packets. In JavaScript, and straight WDDX.. WDDX is a XML format that eases passing data structures between platforms. It's used Extensively in Allaire Coldfusion. >How-To-Repeat: >Fix: # 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: # # p5-WDDX # p5-WDDX/Makefile # p5-WDDX/pkg-comment # p5-WDDX/pkg-descr # p5-WDDX/distinfo # p5-WDDX/pkg-plist # echo c - p5-WDDX mkdir -p p5-WDDX > /dev/null 2>&1 echo x - p5-WDDX/Makefile sed 's/^X//' >p5-WDDX/Makefile << 'END-of-p5-WDDX/Makefile' X# New ports collection makefile for: p5-WDDX X# Date created: 18 September 2001 X# Whom: Eric A. Griff X# X# $FreeBSD$ X# X XPORTNAME= WDDX XPORTVERSION= 1.01 XCATEGORIES= textproc perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= ../../authors/id/G/GU/GUELICH XPKGNAMEPREFIX= p5- X XMAINTAINER= eric@talesfromthereal.com X XBUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \ X ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser X XPERL_CONFIGURE= yes XALL_TARGET= all test XMAN3= WDDX.3 XMANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} X Xpost-install: X.if !defined(NOPORTDOCS) X ${MKDIR} ${PREFIX}/share/doc/WDDX X ${INSTALL_MAN} ${WRKSRC}/Changes ${PREFIX}/share/doc/WDDX X.endif X X.include END-of-p5-WDDX/Makefile echo x - p5-WDDX/pkg-comment sed 's/^X//' >p5-WDDX/pkg-comment << 'END-of-p5-WDDX/pkg-comment' XPerl module to parse WDDX Packets END-of-p5-WDDX/pkg-comment echo x - p5-WDDX/pkg-descr sed 's/^X//' >p5-WDDX/pkg-descr << 'END-of-p5-WDDX/pkg-descr' XThis is a module that parses WDDX packets. Which are Xwell supported in Allaire Coldfusion, and pretty Xuseful. X XThis is from the WDDX.org web site: "The Web Distributed XData Exchange, or WDDX, is a free, open XML-based Xtechnology that allows Web applications created with any Xplatform to easily exchange data with one another over the XWeb." X XFor more information about WDDX, visit Xhttp://www.wddx.org/. For information about using Perl Xwith WDDX (including examples) you can also visit XWWW: http://www.scripted.com/wddx/. END-of-p5-WDDX/pkg-descr echo x - p5-WDDX/distinfo sed 's/^X//' >p5-WDDX/distinfo << 'END-of-p5-WDDX/distinfo' XMD5 (WDDX-1.01.tar.gz) = 67f147d9ce9855a98f1d5dd78f5335d2 END-of-p5-WDDX/distinfo echo x - p5-WDDX/pkg-plist sed 's/^X//' >p5-WDDX/pkg-plist << 'END-of-p5-WDDX/pkg-plist' Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/WDDX/.packlist Xlib/perl5/site_perl/%%PERL_VER%%/WDDX.pm Xlib/perl5/site_perl/%%PERL_VER%%/WDDX/Array.pm Xlib/perl5/site_perl/%%PERL_VER%%/WDDX/Binary.pm Xlib/perl5/site_perl/%%PERL_VER%%/WDDX/Boolean.pm Xlib/perl5/site_perl/%%PERL_VER%%/WDDX/Datetime.pm Xlib/perl5/site_perl/%%PERL_VER%%/WDDX/Null.pm Xlib/perl5/site_perl/%%PERL_VER%%/WDDX/Number.pm Xlib/perl5/site_perl/%%PERL_VER%%/WDDX/Parser.pm Xlib/perl5/site_perl/%%PERL_VER%%/WDDX/Recordset.pm Xlib/perl5/site_perl/%%PERL_VER%%/WDDX/String.pm Xlib/perl5/site_perl/%%PERL_VER%%/WDDX/Struct.pm X%%PORTDOCS%%share/doc/WDDX/Changes X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/WDDX X@dirrm lib/perl5/site_perl/%%PERL_VER%%/WDDX X%%PORTDOCS%%@dirrm share/doc/WDDX END-of-p5-WDDX/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message