Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Jul 2006 09:14:06 +0800 (CST)
From:      tjs <tjs@cdpa.nsysu.edu.tw>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/100188: New port: net/p5-Net-DHCP
Message-ID:  <200607130114.k6D1E6ZM086189@Pluto.CDPA.nsysu.edu.tw>
Resent-Message-ID: <200607130120.k6D1KG9c019853@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         100188
>Category:       ports
>Synopsis:       New port: net/p5-Net-DHCP
>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 Jul 13 01:20:16 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Jin-Shan Tseng
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
NCHC
>Environment:
System: FreeBSD Pluto.CDPA.nsysu.edu.tw 6.1-STABLE FreeBSD 6.1-STABLE #0: Tue Jul 11 22:29:47 CST 2006 tjs@Pluto.CDPA.nsysu.edu.tw:/usr/obj/usr/src/sys/Pluto i386


>Description:

	This module is a DHCP set of classes designed to handle basic DHCP
	handling. It can be used to develop either client, server or relays.
	It is composed of 100% pure Perl.

	WWW: http://search.cpan.org/dist/Net-DHCP/

>How-To-Repeat:
>Fix:


--- p5-Net-DHCP.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-DHCP
#	p5-Net-DHCP/Makefile
#	p5-Net-DHCP/distinfo
#	p5-Net-DHCP/pkg-descr
#	p5-Net-DHCP/pkg-plist
#
echo c - p5-Net-DHCP
mkdir -p p5-Net-DHCP > /dev/null 2>&1
echo x - p5-Net-DHCP/Makefile
sed 's/^X//' >p5-Net-DHCP/Makefile << 'END-of-p5-Net-DHCP/Makefile'
X# New ports collection makefile for:   p5-Net-DHCP
X# Date created:                2006-07-13
X# Whom:                        Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	Net-DHCP
XPORTVERSION=	0.66
XCATEGORIES=	net perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	Net
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	tjs@cdpa.nsysu.edu.tw
XCOMMENT=	A DHCP set of classes designed to handle basic DHCP handling
X
XPERL_CONFIGURE=	yes
X
XMAN3=		Net::DHCP::Packet.3 Net::DHCP::Constants.3
X
X.include <bsd.port.pre.mk>
X
X.if ${PERL_LEVEL} < 500800
XIGNORE=		requires perl 5.8.0 or later. Install lang/perl5.8 then try again
X.endif
X
X.include <bsd.port.post.mk>
END-of-p5-Net-DHCP/Makefile
echo x - p5-Net-DHCP/distinfo
sed 's/^X//' >p5-Net-DHCP/distinfo << 'END-of-p5-Net-DHCP/distinfo'
XMD5 (Net-DHCP-0.66.tar.gz) = 856b4c44714fd75a31f87929a0926752
XSHA256 (Net-DHCP-0.66.tar.gz) = 3431503497b575170ecda942e432093e2aa0cc934154cc403599b313a0d10dfa
XSIZE (Net-DHCP-0.66.tar.gz) = 21505
END-of-p5-Net-DHCP/distinfo
echo x - p5-Net-DHCP/pkg-descr
sed 's/^X//' >p5-Net-DHCP/pkg-descr << 'END-of-p5-Net-DHCP/pkg-descr'
XThis module is a DHCP set of classes designed to handle basic DHCP
Xhandling. It can be used to develop either client, server or relays.
XIt is composed of 100% pure Perl.
X
XWWW: http://search.cpan.org/dist/Net-DHCP/
END-of-p5-Net-DHCP/pkg-descr
echo x - p5-Net-DHCP/pkg-plist
sed 's/^X//' >p5-Net-DHCP/pkg-plist << 'END-of-p5-Net-DHCP/pkg-plist'
X%%SITE_PERL%%/Net/DHCP/Packet.pm
X%%SITE_PERL%%/Net/DHCP/Constants.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/DHCP/.packlist
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/DHCP
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net
X@dirrmtry %%SITE_PERL%%/Net/DHCP
X@dirrmtry %%SITE_PERL%%/Net
END-of-p5-Net-DHCP/pkg-plist
exit
--- p5-Net-DHCP.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?200607130114.k6D1E6ZM086189>