Date: 27 Jul 2005 16:16:36 -0000 From: "Brent B.Powers" <bbp2006@columbia.edu> To: FreeBSD-gnats-submit@FreeBSD.org Cc: "Brent B.Powers" <bbp2006@columbia.edu> Subject: ports/84182: [NEW PORT] net/p5-Net-HL7: Lightweight HL7 API Message-ID: <20050727161636.36960.qmail@mail.pathology.columbia.edu> Resent-Message-ID: <200507271620.j6RGKNcT057912@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 84182 >Category: ports >Synopsis: [NEW PORT] net/p5-Net-HL7: Lightweight HL7 API >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: Wed Jul 27 16:20:23 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Brent B. Powers >Release: FreeBSD 5.0-RELEASE i386 >Organization: Department of Pathology, Columbia University >Environment: System: FreeBSD service.pathology.columbia.edu 5.0-RELEASE FreeBSD 5.0-RELEASE #0: Thu Jan 16 22:16:53 GMT 2003 root@hollin.btc.adaptec.com:/usr/obj/usr/src/sys/GENERIC i386 >Description: The HL7 toolkit provides a lightweight Perl API for creating, manipulating, sending, and receiving HL7 messages. For more information about HL7, see http://www.hl7.org WWW: http://hl7toolkit.sourceforge.net >How-To-Repeat: >Fix: --- p5-Net-HL7.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: # # p5-Net-HL7 # p5-Net-HL7/Makefile # p5-Net-HL7/pkg-plist # p5-Net-HL7/pkg-descr # p5-Net-HL7/distinfo # echo c - p5-Net-HL7 mkdir -p p5-Net-HL7 > /dev/null 2>&1 echo x - p5-Net-HL7/Makefile sed 's/^X//' >p5-Net-HL7/Makefile << 'END-of-p5-Net-HL7/Makefile' X# New ports collection makefile for: net/p5-Net-HL7 X# Date created: 26 Jul 2005 X# Whom: Brent B. Powers X# X# $FreeBSD$ X# X XPORTNAME= Net-HL7 XPORTVERSION= 0.73 XCATEGORIES= net perl5 XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= hl7toolkit XPKGNAMEPREFIX= p5- X XMAINTAINER= ports@FreeBSD.org XCOMMENT= Net::HL7 - A simple yet flexible API for non-XML HL7 applications X XPERL_CONFIGURE= yes X XMAN3= Net::HL7.3 \ X Net::HL7::Request.3 \ X Net::HL7::Connection.3 \ X Net::HL7::Response.3 \ X Net::HL7::Daemon.3 \ X Net::HL7::Segment.3 \ X Net::HL7::Message.3 \ X Net::HL7::Segments::MSH.3 \ X Net::HL7::Messages::ACK.3 X Xpost-install: X.if !defined(NOPORTDOCS) X ${MKDIR} ${DOCSDIR} X ${INSTALL_MAN} ${WRKSRC}/README ${DOCSDIR} X.endif X X.include <bsd.port.mk> END-of-p5-Net-HL7/Makefile echo x - p5-Net-HL7/pkg-plist sed 's/^X//' >p5-Net-HL7/pkg-plist << 'END-of-p5-Net-HL7/pkg-plist' X%%SITE_PERL%%/Net/HL7.pm X%%SITE_PERL%%/Net/HL7/Segment.pm X%%SITE_PERL%%/Net/HL7/Message.pm X%%SITE_PERL%%/Net/HL7/Request.pm X%%SITE_PERL%%/Net/HL7/Response.pm X%%SITE_PERL%%/Net/HL7/Connection.pm X%%SITE_PERL%%/Net/HL7/Daemon.pm X%%SITE_PERL%%/Net/HL7/Messages/ACK.pm X%%SITE_PERL%%/Net/HL7/Segments/MSH.pm X%%PORTDOCS%%%%DOCSDIR%%/README X@dirrm %%SITE_PERL%%/Net/HL7/Segments X@dirrm %%SITE_PERL%%/Net/HL7/Messages X@dirrm %%PORTDOCS%%%%DOCSDIR%% X@unexec rmdir %D/%%SITE_PERL%%/Net/HL7 2>/dev/null || true X@unexec rmdir %D/%%SITE_PERL%%/Net 2>/dev/null || true END-of-p5-Net-HL7/pkg-plist echo x - p5-Net-HL7/pkg-descr sed 's/^X//' >p5-Net-HL7/pkg-descr << 'END-of-p5-Net-HL7/pkg-descr' XThe HL7 toolkit provides a lightweight Perl API for creating, Xmanipulating, sending, and receiving HL7 messages. For more Xinformation about HL7, see http://www.hl7.org X XWWW: http://hl7toolkit.sourceforge.net END-of-p5-Net-HL7/pkg-descr echo x - p5-Net-HL7/distinfo sed 's/^X//' >p5-Net-HL7/distinfo << 'END-of-p5-Net-HL7/distinfo' XMD5 (Net-HL7-0.73.tar.gz) = c1d4ac9a4e70baf68760da708862f8af XSIZE (Net-HL7-0.73.tar.gz) = 17558 END-of-p5-Net-HL7/distinfo exit --- p5-Net-HL7.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?20050727161636.36960.qmail>