Add p5-Net-HL7 0.73, net::HL7 - A simple yet flexible API for non-XML

HL7 applications.

PR:		ports/84182
Submitted by:	Brent B. Powers <bbp2006@columbia.edu>
This commit is contained in:
Renato Botelho 2005-07-28 13:36:53 +00:00
parent 21de145b88
commit 486fb5edb3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=140316
5 changed files with 67 additions and 0 deletions

View File

@ -506,6 +506,7 @@
SUBDIR += p5-Net-Gnats
SUBDIR += p5-Net-Google
SUBDIR += p5-Net-Gopher
SUBDIR += p5-Net-HL7
SUBDIR += p5-Net-ICQ2000
SUBDIR += p5-Net-Ident
SUBDIR += p5-Net-Jabber

44
net/p5-Net-HL7/Makefile Normal file
View File

@ -0,0 +1,44 @@
# New ports collection makefile for: net/p5-Net-HL7
# Date created: 26 Jul 2005
# Whom: Brent B. Powers <bbp2006@columbia.edu>
#
# $FreeBSD$
#
PORTNAME= Net-HL7
PORTVERSION= 0.73
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= hl7toolkit
PKGNAMEPREFIX= p5-
MAINTAINER= bbp2006@columbia.edu
COMMENT= Net::HL7 - A simple yet flexible API for non-XML HL7 applications
PORTDOCS= README
PERL_CONFIGURE= yes
MAN3= Net::HL7.3 \
Net::HL7::Request.3 \
Net::HL7::Connection.3 \
Net::HL7::Response.3 \
Net::HL7::Daemon.3 \
Net::HL7::Segment.3 \
Net::HL7::Message.3 \
Net::HL7::Segments::MSH.3 \
Net::HL7::Messages::ACK.3
.include <bsd.port.pre.mk>
.if (${OSVERSION} < 500000)
IGNORE= Doesn't build on 4.x
.endif
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
${INSTALL_MAN} ${WRKSRC}/README ${DOCSDIR}
.endif
.include <bsd.port.post.mk>

2
net/p5-Net-HL7/distinfo Normal file
View File

@ -0,0 +1,2 @@
MD5 (Net-HL7-0.73.tar.gz) = c1d4ac9a4e70baf68760da708862f8af
SIZE (Net-HL7-0.73.tar.gz) = 17558

5
net/p5-Net-HL7/pkg-descr Normal file
View File

@ -0,0 +1,5 @@
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

15
net/p5-Net-HL7/pkg-plist Normal file
View File

@ -0,0 +1,15 @@
%%SITE_PERL%%/Net/HL7.pm
%%SITE_PERL%%/Net/HL7/Segment.pm
%%SITE_PERL%%/Net/HL7/Message.pm
%%SITE_PERL%%/Net/HL7/Request.pm
%%SITE_PERL%%/Net/HL7/Response.pm
%%SITE_PERL%%/Net/HL7/Connection.pm
%%SITE_PERL%%/Net/HL7/Daemon.pm
%%SITE_PERL%%/Net/HL7/Messages/ACK.pm
%%SITE_PERL%%/Net/HL7/Segments/MSH.pm
%%SITE_PERL%%/mach/auto/Net-HL7/.packlist
@dirrm %%SITE_PERL%%/mach/auto/Net-HL7/
@dirrm %%SITE_PERL%%/Net/HL7/Segments
@dirrm %%SITE_PERL%%/Net/HL7/Messages
@unexec rmdir %D/%%SITE_PERL%%/Net/HL7 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/Net 2>/dev/null || true