non port: www/p5-LWP-UserAgent-Determined/Makefile |
SVNWeb
|
Number of commits found XX: 17 |
Sun, 14 Apr 2019
|
[ 17:53 sunpoet ] 
498934 www/p5-LWP-UserAgent-Determined/Makefile
Add LICENSE
- Add NO_ARCH
|
Mon, 9 Jul 2018
|
[ 08:40 mat ] 
474242 audio/p5-Filesys-Virtual-DAAP/Makefile
474242 audio/p5-Net-DAAP-Client/Makefile
474242 benchmarks/p5-Benchmark-Stopwatch/Makefile
474242 cad/pcb/Makefile
474242 chinese/p5-Text-Greeking-zh_TW/Makefile
474242 chinese/scim-fcitx/Makefile
474242 comms/p5-SMS-Send-TW-PChome/Makefile
474242 comms/p5-SMS-Send-TW-Qma/Makefile
474242 comms/p5-SMS-Send-TW-Socket2Air/Makefile
474242 comms/p5-SMS-Send-TW-chtsns/Makefile
(Only the first 10 of 429 ports in this commit are shown above. )
Remove all := from BUILD_DEPENDS, here are never needed.
While there, cleanup, and sort depends.
When build and run dependencies are the same, there are three ways to
avoid duplicating the list while not adding the framework added
BUILD_DEPENDS to the RUN_DEPENDS. In order of preference, they are:
1) use RUN_DEPENDS to set BUILD_DEPENDS:
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= foo:bar/baz
2) create another variable and use it:
MY_DEPENDS= foo:bar/baz
BUILD_DEPENDS= ${MY_DEPENDS}
RUN_DEPENDS= ${MY_DEPENDS}
3) use BUILD_DEPENDS to set RUN_DEPENDS and force evaluation:
BUILD_DEPENDS= foo:bar/baz
RUN_DEPENDS:= ${BUILD_DEPENDS}
Sponsored by: Absolight
|
Mon, 2 Jan 2017
|
[ 20:13 adamw ] 
430405 chinese/p5-Encode-HanExtra/Makefile
430405 devel/p5-File-Temp/Makefile
430405 devel/p5-IPC-Shareable/Makefile
430405 devel/p5-Module-Depends/Makefile
430405 devel/p5-Test-Debugger/Makefile
430405 devel/p5-Tie-Restore/Makefile
430405 devel/p5-accessors/Makefile
430405 finance/p5-Finance-YahooQuote/Makefile
430405 misc/p5-Business-ISBN-Data/Makefile
430405 news/p5-News-Article-NoCeM/Makefile
(Only the first 10 of 15 ports in this commit are shown above. )
Reassign to the perl collective
|
[ 20:04 rene ] 
430404 chinese/p5-Encode-HanExtra/Makefile
430404 chinese/telnet/Makefile
430404 databases/gqlplus/Makefile
430404 devel/beautifyphp/Makefile
430404 devel/google-styleguide/Makefile
430404 devel/p5-File-Temp/Makefile
430404 devel/p5-IPC-Shareable/Makefile
430404 devel/p5-Module-Depends/Makefile
430404 devel/p5-Test-Debugger/Makefile
430404 devel/p5-Tie-Restore/Makefile
(Only the first 10 of 34 ports in this commit are shown above. )
leeym handed in his commit bit.
|
Fri, 1 Apr 2016
|
[ 14:33 mat ] 
412351 vietnamese/vn7to8/Makefile
412351 www/R-cran-RgoogleMaps/Makefile
412351 www/R-cran-htmlwidgets/Makefile
412351 www/R-cran-httpuv/Makefile
412351 www/R-cran-httr/Makefile
412351 www/R-cran-rvest/Makefile
412351 www/R-cran-scrapeR/Makefile
412351 www/R-cran-selectr/Makefile
412351 www/R-cran-shiny/Makefile
412351 www/WebMagick/Makefile
(Only the first 10 of 2136 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight
|
Wed, 26 Nov 2014
|
[ 13:08 mat ] 
373448 CHANGES
373448 Mk/Uses/perl5.mk
373448 Mk/bsd.default-versions.mk
373448 Mk/bsd.port.mk
373448 UPDATING
373448 archivers/dpkg/Makefile
373448 archivers/p5-Archive-Any-Lite/Makefile
373448 archivers/p5-Archive-Any-Lite/pkg-plist
373448 archivers/p5-Archive-Any-Plugin-Rar/Makefile
373448 archivers/p5-Archive-Any-Plugin-Rar/pkg-plist
(Only the first 10 of 10077 ports in this commit are shown above. )
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the (Only the first 15 lines of the commit message are shown above )
|
Wed, 6 Aug 2014
|
[ 09:11 olgeni ] 
364158 www/anyremote2html/Makefile
364158 www/aswedit/Makefile
364158 www/bblog/Makefile
364158 www/cakephp12/Makefile
364158 www/cakephp22/Makefile
364158 www/cakephp23/Makefile
364158 www/calamaris/Makefile
364158 www/checkbot/Makefile
364158 www/clearsilver/Makefile
364158 www/cmsmadesimple/Makefile
(Only the first 10 of 191 ports in this commit are shown above. )
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles
where not included as they contain Latin-1 characters that break
the Phabricator workflow. Category W.
CR: D510
Approved by: portmgr (bapt)
|
Sat, 28 Jun 2014
|
[ 16:02 leeym ] 
359705 www/p5-LWP-UserAgent-Determined/Makefile
359705 www/p5-LWP-UserAgent-Determined/distinfo
- update to 1.07
Changelog: http://cpansearch.perl.org/src/ALEXMV/LWP-UserAgent-Determined-1.07/ChangeLog
|
Sun, 5 Jan 2014
|
[ 13:05 az ] 
338763 www/p5-Any-URI-Escape/Makefile
338763 www/p5-Any-URI-Escape/pkg-plist
338763 www/p5-AnyEvent-HTTP-LWP-UserAgent/Makefile
338763 www/p5-AnyEvent-HTTP-LWP-UserAgent/pkg-plist
338763 www/p5-AnyEvent-HTTPD/Makefile
338763 www/p5-AnyEvent-HTTPD/pkg-descr
338763 www/p5-AnyEvent-HTTPD/pkg-plist
338763 www/p5-AnyEvent-Mojo/Makefile
338763 www/p5-AnyEvent-Mojo/pkg-plist
338763 www/p5-Apache-Htgroup/Makefile
(Only the first 10 of 197 ports in this commit are shown above. )
- stage support
Approved by: portmgr (blanket infrastructure)
|
Fri, 20 Sep 2013
|
[ 23:36 bapt ] 
327776 www/MT/Makefile
327776 www/R-cran-RgoogleMaps/Makefile
327776 www/R-cran-Rpad/Makefile
327776 www/R-cran-httpuv/Makefile
327776 www/R-cran-scrapeR/Makefile
327776 www/R-cran-shiny/Makefile
327776 www/WebMagick/Makefile
327776 www/abyssws/Makefile
327776 www/ach/Makefile
327776 www/admuser/Makefile
(Only the first 10 of 2206 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
www)
|
Mon, 2 Sep 2013
|
[ 10:00 az ] 
325965 www/p5-CGI-FCKeditor/Makefile
325965 www/p5-Catalyst-Controller-RequestToken/Makefile
325965 www/p5-Google-Search/Makefile
325965 www/p5-HTML-Chunks/Makefile
325965 www/p5-HTML-Display/Makefile
325965 www/p5-HTML-GoogleMaps/Makefile
325965 www/p5-HTML-TableContentParser/Makefile
325965 www/p5-HTML-Toc/Makefile
325965 www/p5-HTTP-Parser/Makefile
325965 www/p5-LWP-UserAgent-Determined/Makefile
(Only the first 10 of 19 ports in this commit are shown above. )
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket)
|
Sat, 25 Aug 2012
|
[ 23:55 leeym ]
303166 www/p5-LWP-UserAgent-Determined/Makefile
303166 www/p5-LWP-UserAgent-Determined/distinfo
- Update to 1.06
PR: 171031
Submitted by: Steve Wills <swills@freebsd.org>
|
Sun, 10 Jun 2012
|
[ 18:42 swills ]
1.8 arabic/arabtex/Makefile
1.5 archivers/p5-Archive-SimpleExtractor/Makefile
1.20 archivers/p5-POE-Filter-Zlib/Makefile
1.7 archivers/p5-PerlIO-via-Bzip2/Makefile
1.12 audio/gigedit/Makefile
1.8 audio/p5-Filesys-Virtual-DAAP/Makefile
1.9 audio/p5-Net-DAAP-Client/Makefile
1.6 benchmarks/p5-Benchmark-Stopwatch/Makefile
1.28 biology/p5-AcePerl/Makefile
1.28 biology/p5-Bio-Das/Makefile
(Only the first 10 of 639 ports in this commit are shown above. )
- Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
about for a while.
PR: ports/168208
Approved by: portmgr (miwi)
|
Mon, 20 Jun 2011
|
[ 09:22 az ]
1.10 www/p5-AMF-Perl/Makefile
1.5 www/p5-AnyEvent-HTTPD/Makefile
1.22 www/p5-Apache-AuthenCache/Makefile
1.2 www/p5-Blog-Spam/Makefile
1.4 www/p5-CGI-Builder-TT2/Makefile
1.4 www/p5-CGI-Compile/Makefile
1.5 www/p5-CGI-Cookie-XS/Makefile
1.5 www/p5-CGI-Emulate-PSGI/Makefile
1.3 www/p5-CGI-EncryptForm/Makefile
1.27 www/p5-CGI-Session/Makefile
(Only the first 10 of 61 ports in this commit are shown above. )
- Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.
See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@ to perl@ for ports in this changeset.
- Remove MD5 checksum
|
Sun, 20 Feb 2011
|
[ 19:25 leeym ]
1.3 www/p5-LWP-UserAgent-Determined/Makefile
1.3 www/p5-LWP-UserAgent-Determined/distinfo
- update to 1.05
|
Wed, 8 Apr 2009
|
[ 05:27 leeym ]
1.2 www/p5-LWP-UserAgent-Determined/Makefile
1.2 www/p5-LWP-UserAgent-Determined/distinfo
- update to 1.04
|
Mon, 17 Mar 2008
|
[ 03:07 leeym ]
1.1999 www/Makefile
1.1 www/p5-LWP-UserAgent-Determined/Makefile
1.1 www/p5-LWP-UserAgent-Determined/distinfo
1.1 www/p5-LWP-UserAgent-Determined/pkg-descr
1.1 www/p5-LWP-UserAgent-Determined/pkg-plist
- add p5-LWP-UserAgent-Determined-1.03
This class works just like LWP::UserAgent (and is based on it, by being a
subclass of it), except that when you use it to get a web page but run into a
possibly-temporary error (like a DNS lookup timeout), it'll wait a few seconds
and retry a few times.
It also adds some methods for controlling exactly what errors are considered
retry-worthy and how many times to wait and for how many seconds, but normally
you needn't bother about these, as the default settings are relatively sane.
WWW: http://search.cpan.org/dist/LWP-UserAgent-Determined/
|
Number of commits found XX: 17 |