mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
New port p5-TimeDate
Required for some MRTG (MultiRouterTrafficGrapher) variant supporting monitoring of a squid proxy cache.
This commit is contained in:
parent
73844a5731
commit
5a7fcdc216
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=7748
26
devel/p5-TimeDate/Makefile
Normal file
26
devel/p5-TimeDate/Makefile
Normal file
@ -0,0 +1,26 @@
|
||||
# New ports collection makefile for: p5-TimeDate
|
||||
# Version required: 1.07
|
||||
# Date created: Mon Sep 1 17:03:41 CEST 1997
|
||||
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
DISTNAME= TimeDate-1.07
|
||||
PKGNAME= p5-TimeDate-1.07
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Date
|
||||
|
||||
MAINTAINER= andreas@FreeBSD.ORG
|
||||
|
||||
USE_PERL5= YES
|
||||
|
||||
MAN3= Date::Format.3 Date::Parse.3 Time::Zone.3
|
||||
|
||||
MANPREFIX= ${PREFIX}/lib/perl5
|
||||
|
||||
do-configure:
|
||||
@ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL
|
||||
|
||||
.include <bsd.port.mk>
|
1
devel/p5-TimeDate/distinfo
Normal file
1
devel/p5-TimeDate/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (TimeDate-1.07.tar.gz) = f0e1347f8e117f32799ac2a375b6263e
|
1
devel/p5-TimeDate/pkg-comment
Normal file
1
devel/p5-TimeDate/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
perl5 module containing a better/faster date parser for absolute dates
|
19
devel/p5-TimeDate/pkg-descr
Normal file
19
devel/p5-TimeDate/pkg-descr
Normal file
@ -0,0 +1,19 @@
|
||||
This is the perl5 TimeDate distribution. It requires perl version 5.003
|
||||
or later
|
||||
|
||||
This distribution replaces my earlier GetDate distribution, which was
|
||||
only a date parser. The date parser contained in this distribution
|
||||
is far superior to the yacc based parser, and a *lot* fatser.
|
||||
|
||||
The parser contained here will only parse absolute dates, if you want a date
|
||||
parser that can parse relative dates then take a look at the
|
||||
Time modules by David Muir on CPAN.
|
||||
|
||||
The file Local.pm.new which is included in this distribution is a patched
|
||||
version of Time::Local which comes with perl. It fixes two problems
|
||||
|
||||
- It determines the zone offset based on now rather than epoch
|
||||
- It fixes a problem with looping forever when a year > 1900 is passed in
|
||||
|
||||
Please report any bugs/suggestions to <Graham.Barr@tiuk.ti.com>
|
||||
Copyright 1996 Graham Barr. All rights reserved.
|
9
devel/p5-TimeDate/pkg-plist
Normal file
9
devel/p5-TimeDate/pkg-plist
Normal file
@ -0,0 +1,9 @@
|
||||
lib/perl5/man/man3/./Date::Format.3.gz
|
||||
lib/perl5/man/man3/./Date::Parse.3.gz
|
||||
lib/perl5/man/man3/./Time::Zone.3.gz
|
||||
lib/perl5/site_perl/Date/Format.pm
|
||||
lib/perl5/site_perl/Date/Language.pm
|
||||
lib/perl5/site_perl/Date/Parse.pm
|
||||
lib/perl5/site_perl/Time/Zone.pm
|
||||
lib/perl5/site_perl/i386-freebsd/auto/TimeDate/.packlist
|
||||
@dirrm lib/perl5/site_perl/i386-freebsd/auto/TimeDate
|
Loading…
Reference in New Issue
Block a user