aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/p5-URI-Find
Commit message (Collapse)AuthorAgeFilesLines
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | textproc)
* - Convert to new perl frameworkmat2013-08-031-6/+3
| | | | | - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default.
* 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.
* - 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 20111103sunpoet2011-11-062-4/+4
| | | | Changes: http://search.cpan.org/dist/URI-Find/Changes
* Remove more tags from pkg-descr files fo the form:dougb2011-10-241-3/+0
| | | | | | | | - Name em@i.l or variations thereof. While I'm here also fix some whitespace and other formatting errors, including moving WWW: to the last line in the file.
* - Update to 20111020sunpoet2011-10-212-11/+15
| | | | Changes: http://search.cpan.org/dist/URI-Find/Changes
* - Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.az2011-06-211-1/+2
| | | | | | | See http://wiki.freebsd.org/Perl for details. - Change maintainership from ports@ to perl@ for ports in this changeset. - Remove MD5 checksum - Utilize CPAN macro
* - Cleaning MD5 in perl@'s portsjadawin2011-05-171-1/+0
| | | | Approved by: erwin@ (portmgr)
* - update to 20100505leeym2010-05-292-4/+5
|
* - Update to 20100504wen2010-05-053-4/+6
|
* Update to 20100211. Assign maintainer to perl@.tobez2010-02-112-6/+6
| | | | Changes: http://search.cpan.org/dist/URI-Find/Changes
* - Remove test-only and included-in-perl-5.8 dependencies.kuriyama2009-12-251-1/+0
|
* - update to 20090319leeym2009-04-032-5/+5
|
* - update to 20090316leeym2009-03-183-10/+8
|
* - Take advantage of CPAN macro from bsd.sites.mk, change ↵araujo2008-04-171-2/+1
| | | | | | | | | ${MASTER_SITE_PERL_CPAN} to CPAN. PR: ports/122674 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: portmgr (pav)
* - Remove old Perl support from unmaintained ports in categories startinggabor2007-04-061-7/+1
| | | | with letter o-z
* Reset petef due to no response to email. We hope to see him back sometime.linimon2006-04-151-1/+1
| | | | Hat: portmgr
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-2/+2
| | | | | Approved by: krion@ PR: ports/88711 (related)
* - added the missing .if statement around the IGNOREaaron2005-12-151-0/+2
|
* - update from 0.13 to 0.16aaron2005-12-132-4/+9
| | | | | | | | | | | | | | | | | | | | | | | | 0.16 Fri Jul 22 06:00:24 EDT 2005 - Oops, make the URI::Find::Schemeless->top_level_domain_re case insensitive, as it should be and the docs claimed it was. Thanks to Todd Eigenschink. 0.15 Tue Mar 22 07:23:17 EST 2005 - Have all functions croak if invoked with the wrong number of arguments. Add URI::Find->badinvo. https://rt.cpan.org/NoAuth/Bug.html?id=1845 - Mention DARREN's urifind script in the man page. - Oops, URI::URL::strict was turned on and left on. Put it back the way you found it. Thanks to Chris Nandor. https://rt.cpan.org/NoAuth/Bug.html?id=11906 - Schemeless.pm: - Find '<x>intag.com</x>'. - Get $tldRe from a new class method, ->top_level_domain_re. - Update top level domain list. PR: 89348 Submitted by: aaron Approved by: maintainer timeout, tobez
* 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
* SIZEify (maintainer timeout)trevor2004-03-311-0/+1
|
* Update to 0.13.petef2003-10-272-3/+2
| | | | | | PR: 58105, 56877 Submitted by: Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw>, Lars Thegler <lars@thegler.dk>
* utilize SITE_PERLijliao2003-10-242-8/+8
| | | | | PR: 58166 Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
* Clear moonlight beckons.ade2003-03-072-1/+1
| | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
* Change my email address to petef@FreeBSD.org for the ports I maintain.petef2001-08-231-1/+1
| | | | Reviewed by: ade
* Add p5-URI-Find 0.11, perl module to find URIs in arbitrary text.tobez2001-08-155-0/+46
PR: 29678 Submitted by: Pete Fritchman <petef@databits.net>