Skip site navigation (1)Skip section navigation (2)
Date:      Sun,  5 Feb 2006 09:36:31 -0700 (MST)
From:      hideo <hideo@lastamericanempire.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/92848: [New Port] devel/p5-Date-Range: work with ranges of dates	
Message-ID:  <20060205163631.C4DF733C3C@darwin.lastamericanempire.com>
Resent-Message-ID: <200602051640.k15GeEei016629@freefall.freebsd.org>

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

>Number:         92848
>Category:       ports
>Synopsis:       [New Port] devel/p5-Date-Range: work with ranges of dates
>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:   Sun Feb 05 16:40:14 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     hideo
>Release:        FreeBSD 7.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD darwin.lastamericanempire.com 7.0-CURRENT FreeBSD 7.0-CURRENT #0: Mon Jan 30 18:59:36 MST 2006 hideo@darwin.lastamericanempire.com:/usr/obj/usr/src/sys/darwin amd64


	
>Description:
Date::Range calculates and allows manipulation of ranges of dates.
>How-To-Repeat:
	
>Fix:

	

--- p5-Date-Range 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-Date-Range
#	p5-Date-Range/pkg-descr
#	p5-Date-Range/pkg-plist
#	p5-Date-Range/Makefile
#	p5-Date-Range/distinfo
#
echo c - p5-Date-Range
mkdir -p p5-Date-Range > /dev/null 2>&1
echo x - p5-Date-Range/pkg-descr
sed 's/^X//' >p5-Date-Range/pkg-descr << 'END-of-p5-Date-Range/pkg-descr'
XQuite often, when dealing with dates, we don't just want to know
Xinformation about one particular date, but about a range of dates. For
Xexample, we may wish to know whether a given date is in a particular
Xrange, or what the overlap is between one range and another.  This module
Xlets you ask such questions.
X
XWWW: http://search.cpan.org/dist/Date-Range
END-of-p5-Date-Range/pkg-descr
echo x - p5-Date-Range/pkg-plist
sed 's/^X//' >p5-Date-Range/pkg-plist << 'END-of-p5-Date-Range/pkg-plist'
X%%SITE_PERL%%/Date/Range.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Date/Range/.packlist
X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Date/Range
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Date
X@dirrmtry %%SITE_PERL%%/Date
END-of-p5-Date-Range/pkg-plist
echo x - p5-Date-Range/Makefile
sed 's/^X//' >p5-Date-Range/Makefile << 'END-of-p5-Date-Range/Makefile'
X# New ports collection makefile for:	devel/p5-Date-Range
X# Date created:				05 February 2006
X# Whom:					Zach Thompson <hideo@lastamericanempire.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	Date-Range
XPORTVERSION=	1.40
XCATEGORIES=	devel perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	Date
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER= hideo@lastamericanempire.com	
XCOMMENT=	Date::Range - work with a range of dates
X
XBUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Date/Simple.pm:${PORTSDIR}/devel/p5-Date-Simple
XRUN_DEPENDS=	${BUILD_DEPENDS}
X
XPERL_CONFIGURE=	yes
X
XMAN3=	Date::Range.3
X
X.include <bsd.port.mk>
END-of-p5-Date-Range/Makefile
echo x - p5-Date-Range/distinfo
sed 's/^X//' >p5-Date-Range/distinfo << 'END-of-p5-Date-Range/distinfo'
XMD5 (Date-Range-1.40.tar.gz) = 129953865843a0ca5a41ba0620a8ce73
XSHA256 (Date-Range-1.40.tar.gz) = e0e84a2577ed2c3829b385705db5690c639b6da4e0910f2941df2cfd8c8d4934
XSIZE (Date-Range-1.40.tar.gz) = 4693
END-of-p5-Date-Range/distinfo
exit
--- p5-Date-Range ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060205163631.C4DF733C3C>