From bbp2006@pathology.columbia.edu  Wed Jul 27 16:16:38 2005
Return-Path: <bbp2006@pathology.columbia.edu>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 5362F16A41F
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 27 Jul 2005 16:16:38 +0000 (GMT)
	(envelope-from bbp2006@pathology.columbia.edu)
Received: from mail.pathology.columbia.edu (service.pathology.columbia.edu [156.145.110.215])
	by mx1.FreeBSD.org (Postfix) with SMTP id E20CC43D49
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 27 Jul 2005 16:16:37 +0000 (GMT)
	(envelope-from bbp2006@pathology.columbia.edu)
Received: (qmail 36961 invoked by uid 1001); 27 Jul 2005 16:16:36 -0000
Message-Id: <20050727161636.36960.qmail@mail.pathology.columbia.edu>
Date: 27 Jul 2005 16:16:36 -0000
From: Brent B.Powers <bbp2006@columbia.edu>
Reply-To: Brent B.Powers <bbp2006@columbia.edu>
To: FreeBSD-gnats-submit@freebsd.org
Cc: Brent B.Powers <bbp2006@columbia.edu>
Subject: [NEW PORT] net/p5-Net-HL7: Lightweight HL7 API
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         84182
>Category:       ports
>Synopsis:       [NEW PORT] net/p5-Net-HL7: Lightweight HL7 API
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    garga
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 27 16:20:23 GMT 2005
>Closed-Date:    Thu Jul 28 13:42:54 GMT 2005
>Last-Modified:  Thu Jul 28 13:42:54 GMT 2005
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->garga 
Responsible-Changed-By: garga 
Responsible-Changed-When: Thu Jul 28 11:20:07 GMT 2005 
Responsible-Changed-Why:  
Grabbed. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=84182 
State-Changed-From-To: open->feedback 
State-Changed-By: garga 
State-Changed-When: Thu Jul 28 12:07:19 GMT 2005 
State-Changed-Why:  
Ask submitter about maintainership 

http://www.freebsd.org/cgi/query-pr.cgi?pr=84182 

From: Renato Botelho <garga@FreeBSD.org>
To: bug-followup@FreeBSD.org, bbp%32%30%30%36@columbia.edu
Cc:  
Subject: Re: ports/84182: [NEW PORT] net/p5-Net-HL7: Lightweight HL7 API
Date: Thu, 28 Jul 2005 09:07:45 -0300

 You are adding this port without a MAINTAINER. Don't you want to
 maintain it?
 
 Regards
 -- 
 Renato Botelho <garga @ FreeBSD.org>
                <freebsd @ galle.com.br>
 GnuPG Key: http://people.freebsd.org/~garga/pubkey.asc
 
 "If value corrupts then absolute value corrupts absolutely"
State-Changed-From-To: feedback->closed 
State-Changed-By: garga 
State-Changed-When: Thu Jul 28 13:42:46 GMT 2005 
State-Changed-Why:  
New port added. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=84182 
>Unformatted:
