aboutsummaryrefslogtreecommitdiffstats
path: root/dns/p5-Net-Domain-ExpireDate
Commit message (Collapse)AuthorAgeFilesLines
* Update to 1.10.tobez2013-01-152-3/+3
| | | | Changes: http://search.cpan.org/dist/Net-Domain-ExpireDate/Changes
* - Update to 1.09jadawin2012-12-193-34/+4
| | | | - Changelog: http://cpansearch.perl.org/src/DESPAIR/Net-Domain-ExpireDate-1.09/Changes
* Cleanup supporting perl version 5.8 and 5.10,az2012-12-171-7/+1
| | | | lang/perl5.8 and lang/5.10 will be removed from ports tree soon.
* - Remove SITE_PERL from *_DEPENDSaz2012-06-041-3/+3
|
* - Revert ports/165605 as requested by portmgr@pgollucci2012-03-141-1/+7
| | | | | | | | | 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)
* - Remove ports that only work with < perl 5.12 (devel/p5-B-Size, ↵pgollucci2012-03-091-7/+1
| | | | | | | | | | | | | | | 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
* - Update to 1.02clsung2011-11-062-3/+3
|
* The vast majority of pkg-descr files had the following format when theydougb2011-10-241-1/+1
| | | | | | | | | | | | | | | | 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
* - Update to 1.01swills2011-06-052-3/+4
| | | | | | - Add build depend to silence build warning Changes: http://search.cpan.org/dist/Net-Domain-ExpireDate/Changes
* With portmgr hat, reassign some ports from clsung to perl, since clsunglinimon2010-12-081-1/+1
| | | | is apparently having some trouble with email.
* - Update to 1.00pgollucci2010-11-272-9/+11
| | | | | | | 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
* - Update to 0.98pgollucci2010-08-232-4/+4
| | | | | | | 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)
* - Update to 0.97clsung2009-11-162-5/+5
| | | | | | | | | ! 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
* - Update to 0.96clsung2009-11-162-0/+26
| | | | Changes: http://search.cpan.org/dist/Net-Domain-ExpireDate/Changes
* updated to 0.96 versionclsung2009-08-122-5/+6
| | | | | | | added dependency on Getopt::Long PR: ports/137595 Submitted by: Edmondas Girkantas <eg_AT_fbsd dot lt>
* - Update to 0.95clsung2009-06-032-4/+4
| | | | | PR: ports/134827 Submitted by: pgollucci
* - Update to 0.94clsung2009-01-252-4/+4
| | | | Changes: http://search.cpan.org/dist/Net-Domain-ExpireDate/Changes
* - Update to 0.93clsung2008-11-202-4/+4
|
* - Update to 0.92clsung2008-08-142-4/+4
| | | | Changes: http://search.cpan.org/dist/Net-Domain-ExpireDate/Changes
* - Update to 0.90clsung2008-04-302-4/+4
| | | | Changes: http://search.cpan.org/dist/Net-Domain-ExpireDate/Changes
* - Update to 0.80clsung2007-10-052-4/+4
|
* - Update to 0.42clsung2007-08-212-6/+5
|
* - Update to 0.41clsung2007-06-092-4/+4
|
* - Update to 0.40clsung2006-12-092-4/+4
|
* - Update to 0.39clsung2006-10-102-4/+4
| | | | | PR: ports/104220 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
* - update to 0.38clsung2006-07-312-4/+4
|
* - update to 0.37clsung2006-03-302-4/+4
| | | | | - from Changes - modify patterns for whois.cira.ca
* SHA256ifyedwin2006-01-221-0/+1
| | | | Approved by: krion@
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-4/+4
| | | | | Approved by: krion@ PR: ports/88711 (related)
* - update dns/p5-Net-Domain-ExpireDate to version 0.36clsung2005-10-032-3/+3
| | | | | PR: 86812 Submitted by: Emanuel Haupt <ehaupt AT critical dot ch>
* search.cpan.org redirect reduction canonicalization project, pass 1:fenner2005-09-221-1/+1
| | | | | | | | 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
* - update to 0.34clsung2005-04-232-3/+3
| | | | - improved obtaining expiration date of .ru domains
* - obtain expiration date of domain namesclsung2005-03-044-0/+47
e.g. use Net::Domain::ExpireDate; $expiration_obj = expire_date( 'microsoft.com' );