| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Changes: http://search.cpan.org/dist/Net-Domain-ExpireDate/Changes
|
|
|
|
| |
- Changelog: http://cpansearch.perl.org/src/DESPAIR/Net-Domain-ExpireDate-1.09/Changes
|
|
|
|
| |
lang/perl5.8 and lang/5.10 will be removed from ports tree soon.
|
| |
|
|
|
|
|
|
|
|
|
| |
Note: devel/p5-B-Size and devel/p5-Devel-Arena
where intentionally not restored.
PR: ports/165605
Approved by: portmgr (bapt)
Feature safe: yes (I sure hope so)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
devel/p5-Devel-Arena)
- Remove conditionals for PERL_LEVEL < 501200
- Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk
- Other minor cleanups
RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS}
PR: ports/165605
Submitted by: pgollucci (myself)
Approved by: portmgr (linimon)
Exp Run by: linimon
Tested by: make index
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
had both lines:
Author: ...
WWW: ....
So standardize on that, and move them to the end of the file when necessary.
Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.
s/AUTHOR/Author/
A few other various formatting issues
|
|
|
|
|
|
| |
- Add build depend to silence build warning
Changes: http://search.cpan.org/dist/Net-Domain-ExpireDate/Changes
|
|
|
|
| |
is apparently having some trouble with email.
|
|
|
|
|
|
|
| |
PR: ports/152138
Submitted by: Gea-Suan Lin <gslin@gslin.org>
Approved by: maintainer timeout (clsung ; 15 days)
Changes: http://search.cpan.org/dist/Net-Domain-ExpireDate/Changes
|
|
|
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Net-Domain-ExpireDate/Changes
PR: ports/147614
Submitted by: pgollucci (myself)
Approved by: maintainer timeout (clsung; > 2.5 months)
|
|
|
|
|
|
|
|
|
| |
! my very last commit was about a patch from
http://rt.cpan.org/Public/Bug/Display.html?id=46644
for fix handler for .jp domains
- but my commit msg was wrong
Changes: http://search.cpan.org/dist/Net-Domain-ExpireDate/Changes
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Net-Domain-ExpireDate/Changes
|
|
|
|
|
|
|
| |
added dependency on Getopt::Long
PR: ports/137595
Submitted by: Edmondas Girkantas <eg_AT_fbsd dot lt>
|
|
|
|
|
| |
PR: ports/134827
Submitted by: pgollucci
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Net-Domain-ExpireDate/Changes
|
| |
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Net-Domain-ExpireDate/Changes
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Net-Domain-ExpireDate/Changes
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/104220
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
|
| |
|
|
|
|
|
| |
- from Changes
- modify patterns for whois.cira.ca
|
|
|
|
| |
Approved by: krion@
|
|
|
|
|
| |
Approved by: krion@
PR: ports/88711 (related)
|
|
|
|
|
| |
PR: 86812
Submitted by: Emanuel Haupt <ehaupt AT critical dot ch>
|
|
|
|
|
|
|
|
| |
URLs automatically rewritten from /search?dist=Foo or /dist/Foo
to /dist/Foo/ (note trailing slash). After a 2002(!) reorganization,
this is the preferred way to refer to modules on search.cpan.org.
This pass brought to you by http://people.freebsd.org/~fenner/fix-search
|
|
|
|
| |
- improved obtaining expiration date of .ru domains
|
|
e.g.
use Net::Domain::ExpireDate;
$expiration_obj = expire_date( 'microsoft.com' );
|