Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.519 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2.519 20 Jul 2022 14:23:26
    |
Tobias C. Berner (tcberner)  |
www: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
*
* <hvo.pm@xs4all.nl>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron LI <aly@aaronly.me>
* Aaron Zauner <az_mail@gmx.at>
* Abel Chow <achow@transoft.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Adrian Steinmann <ast@marabu.ch>
* Akinori MUSHA aka knu <knu@idaemons.org> (Only the first 15 lines of the commit message are shown above ) |
2.519 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
2.519 07 Apr 2020 14:36:09
  |
sunpoet  |
Update to 2.519
Changes: https://metacpan.org/changes/distribution/WWW-Search |
2.518 25 Nov 2018 17:11:43
  |
sunpoet  |
Update to 2.518
Changes: https://metacpan.org/changes/distribution/WWW-Search |
2.517 06 Oct 2018 13:06:45
  |
des  |
Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except
for where it resulted in a change in output from build-depends-list or
run-depends-list.
Approved by: portmgr (adamw) |
2.517 27 May 2018 20:15:20
  |
sunpoet  |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
2.517 24 Feb 2018 21:01:47
  |
adamw  |
Remove p5-Test-Pod and p5-Pod-Coverage from TEST_DEPENDS
Test::Pod and Pod::Coverage are developer-only. They're not for end-user
testing. |
2.517 15 Sep 2017 08:58:50
  |
mat  |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
2.517 01 May 2017 12:47:20
  |
sunpoet  |
Update to 2.517
- Add removed Perl core module to *_DEPENDS
Changes: http://search.cpan.org/dist/WWW-Search/Changes |
2.516 21 Jun 2016 15:10:03
  |
mat  |
Update to 2.516.
Sponsored by: Absolight |
2.515 27 May 2016 09:04:20
  |
mat  |
Fix building with Perl 5.25.
Unescaped left brace in regex is illegal in regex.
Sponsored by: Absolight |
2.515 01 Apr 2016 14:33:58
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
2.515 12 Jan 2016 21:41:51
  |
sunpoet  |
- Update to 2.515
- Add NO_ARCH
- Remove unnecessary USES=dos2unix
- Sort PLIST
Changes: http://search.cpan.org/dist/WWW-Search/Changes |
2.514 14 Sep 2015 12:19:50
  |
mat  |
Make it so that the default Perl is always called perl5.
- Move Perl's man1 files along with its man3 files.
- Move where Perl installs its modules man1 pages.
- Convert the ports installing man1 pages.
- Make different Perl versions installable at the same time.
Though you should note that only the default version can be used to
install Perl modules, and the non default Perl versions cannot use the
modules installed via ports if they contain .so as they are installed
in a version specific directory.
Reviewed by: bapt (the Mk bits)
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3542 |
2.514 08 Jun 2015 09:07:52
  |
jadawin  |
- Update to 2.514 |
2.513_1 23 Feb 2015 10:08:47
  |
sunpoet  |
- Sort PLIST
- Reformat pkg-descr |
2.513_1 26 Nov 2014 13:08:38
  |
mat  |
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 ) |
2.513 18 Nov 2013 16:45:10
  |
mat  |
Use new USES=dos2unix |
2.513 08 Oct 2013 13:45:00
  |
culot  |
- Update to 2.513
- Support staging
Changes: http://search.cpan.org/dist/WWW-Search/Changes |
2.512 20 Sep 2013 23:36:54
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
2.512 16 Sep 2013 07:27:14
  |
culot  |
- Update to 2.512
- Add LICENSE (Artistic 1 & GPL 1)
- Add TEST_DEPENDS
Changes: http://search.cpan.org/dist/WWW-Search/Changes |
2.511 23 Aug 2013 13:52:54
  |
jadawin  |
- Update to 2.511 |
2.509 02 Aug 2013 18:52:11
  |
mat  |
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
2.509 29 Mar 2013 00:44:54
  |
eadler  |
For perl@ owned ports:
- Fix COMMENT
- Trim header |
2.509 26 Mar 2013 11:00:46
  |
tobez  |
Update to 2.509.
Changes: http://search.cpan.org/dist/WWW-Search/Changes
(Changes file not helpful in this revision). |
2.508 15 Mar 2013 09:56:17
  |
bapt  |
Do not remove directories not owned by the port |
2.508 19 Mar 2011 12:38:54
 |
miwi  |
- Get Rid MD5 support |
2.508 07 Dec 2010 19:35:25
 |
linimon  |
With portmgr hat, reassign some ports from clsung to perl, since clsung
is apparently having some trouble with email. |
2.508 23 Aug 2010 03:59:03
 |
pgollucci  |
- Update to 2.508
Changes:
bythe:Searchlibrary.Thislibraryimplementsahttp://search.cpan.org/dist/WWW-Search/Changes
PR: ports/147626
Submitted by: pgollucci (myself)
Approved by: maintainer timeout (clsung; > 2.5 months) |
2.507 22 Jul 2009 16:27:08
 |
pgollucci  |
- lang/perl5.6 is dead, remove PERL_LEVEL/PERL_VERSION < 500801 checks
PR: ports/135398
Tested by: 2 -exp runs by pav
Approved by: portmgr (pav) |
2.507 29 Dec 2008 05:35:13
 |
clsung  |
- Update to 2.507
PR: ports/129383
Submitted by: leeym |
2.504 26 Jul 2008 01:39:57
 |
clsung  |
- Update to 2.504
Changes: http://search.cpan.org/dist/WWW-Search/Changes |
2.501 09 Apr 2008 09:03:30
 |
clsung  |
- Update to 2.501
Changes: http://search.cpan.org/dist/WWW-Search/Changes |
2.499 07 Apr 2008 05:57:32
 |
clsung  |
- Update to 2.499
Changes: http://search.cpan.org/dist/WWW-Search/Changes |
2.498_1 31 Mar 2008 05:12:53
 |
clsung  |
- Forgot to remove the patch we don't need
- bump PORTREVISION
Noted by: pav
Changes: |
2.498 28 Mar 2008 02:36:59
 |
clsung  |
- Update to 2.498
Changes: http://search.cpan.org/dist/WWW-Search/Changes |
2.497 24 Jan 2008 04:13:32
 |
clsung  |
- Update to 2.497
Changes: http://search.cpan.org/dist/WWW-Search/Changes |
2.496 12 Dec 2007 03:15:54
 |
clsung  |
- Update to 2.496 |
2.495 29 Jul 2007 10:10:06
 |
miwi  |
- Update to 2.495 |
2.494 14 Jun 2007 05:10:02
 |
clsung  |
- Update to 2.494 |
2.493 29 May 2007 02:58:16
 |
clsung  |
- Update to 2.493 |
2.491 25 Mar 2007 03:56:19
 |
clsung  |
- Update to 2.491 |
2.489 31 Jul 2006 04:48:09
 |
clsung  |
- update to 2.489 |
2.488 25 Apr 2006 05:16:27
 |
leeym  |
- update to 2.488 |
2.487 27 Mar 2006 11:35:13
 |
tobez  |
Update to 2.487. |
2.486 30 Jan 2006 07:27:26
 |
tobez  |
Update to 2.486. |
2.485 22 Jan 2006 02:58:25
 |
edwin  |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
2.485 17 Jan 2006 09:11:48
 |
tobez  |
Update to 2.485. Assign maintainer to perl@. |
2.479 25 Nov 2005 19:02:21
 |
pav  |
- Add SHA256 |
2.479 21 Sep 2005 19:31:43
 |
fenner  |
search.cpan.org redirect reduction canonicalization project, pass 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 |
2.479 16 Sep 2005 01:55:22
 |
leeym  |
- update to 2.479 |
2.46_1 11 Jun 2005 16:13:12
 |
skv  |
* reflect renaming on CPAN File-Spec to PathTools
+ add devel/p5-PathTools, remove devel/p5-File-Spec
+ update dependencies for all affected ports (make them unconditional),
bump PORTREVISION for these ports
module was renamed
* reflect renaming on CPAN PodParser to Pod-Parser
+ add textproc/p5-Pod-Parser, remove textproc/p5-PodParser
+ update dependencies for all affected ports (make them unconditional),
bump PORTREVISION for these ports
* for all changed ports make dependencies on File::Temp, Digest::MD5,
Storable unconditional
* remove 'CONFIGURE_ARGS= INSTALLDIRS=site' from Makefile's
(this variable is forced by bsd.port.mk now)
* update Class-Autouse to 1.17
* update POE-API-Hooks to 1.05
* make portlint happy (clean IGNORE, convert spaces to tabs and so on) |
2.46 13 Oct 2004 18:10:00
 |
erwin  |
Drop maintainership |
2.46 18 Mar 2004 18:01:13
 |
trevor  |
Add size data, approved by maintainers. |
2.46 30 Dec 2003 17:29:13
 |
erwin  |
Vendor update to 2.46
- lib/WWW/Search.pm (user_agent): fix for undef warnings in
LWP::UserAgent::proxy
PR: 60721
Submitted by: Cheng-Lung Sung <clsung@dragon2.net> |
2.45 09 Dec 2003 11:46:54
 |
erwin  |
Update to 2.45 |
2.43 07 Oct 2003 19:56:24
 |
erwin  |
Update to 2.43 |
2.42 07 Aug 2003 14:24:14
 |
erwin  |
Update to 2.42
* lib/WWW/Search.pm (preprocess_results_page): BUGFIX bad return value
* lib/WWW/Search/Test.pm (count_results): printResults output is more verbose
* lib/WWW/Search.pm (parse_tree): new NOP stub function
* lib/WWW/Search.pm (login): now returns flag for success/failure
* lib/WWW/Search/Test.pm (find_websearch): new function
* lib/WWW/Search/Test.pm (count_results): call login() before getting results
* lib/WWW/Search.pm (cookie_jar): allow any flavor of HTTP::Cookies
PR: 55342
Submitted by: Mathieu Arnold <m@absolight.net> |
2.41 12 Jun 2003 16:41:16
 |
erwin  |
Change to my FreeBSD.org address |
2.41 07 Jun 2003 10:16:43
 |
erwin  |
Update to 2.41
Approved by: edwin (mentor) |
2.38 29 Apr 2003 07:14:36
 |
edwin  |
maintainer-update www/p5-WWW-Search-AltaVista to 2.09
vendor update to 2.09:
* lib/WWW/Search/AltaVista/News.pm (native_setup_search):
new search URL
* lib/WWW/Search/AltaVista.pm (native_retrieve_some): fix
parsing of NEXT link; ignore image links
PR: ports/51212
Submitted by: Erwin Lansing <erwin@lansing.dk> |
2.38 13 Apr 2003 12:28:23
 |
edwin  |
Conditionalize dependencies for moudules included in perl 5.8
Make dependencies on modules included in the perl 5.8
distribution conditional on the perl version installed.
While I'm here, remove SITE_PERL and MAN(3)PREFIX.
17 + 29 + 234 = 280 PRs. It's about time he starts doing the work himself!
PR: ports/50588
Submitted by: Erwin Lansing <erwin@lansing.dk> |
2.38 13 Apr 2003 11:37:25
 |
edwin  |
maintainer-update WWW for cpan from /search?dist=module to /dist/module
portsurvey seems to time out on the old style
http://search.cpan.org/search?dist=module, so this is a
good time to convert all my ports to the new
http://search.cpan.org/dist/module format.
PR: ports/50686
Submitted by: Erwin Lansing <erwin@lansing.dk> |
2.38 21 Feb 2003 14:01:38
 |
knu  |
De-pkg-comment. |
2.38 04 Feb 2003 12:01:07
 |
edwin  |
maintainer-update www/p5-WWW-Search to 2.38
PR: ports/47258
Submitted by: Erwin Lansing <erwin@lansing.dk> |
2.37 30 Oct 2002 02:01:48
 |
alane  |
Use File::Spec port only for perl < 5.8.
Approved by: maintainer |
2.37 12 Sep 2002 11:48:38
 |
tobez  |
Update to 2.37.
Submitted by: maintainer
PR: 42688 |
2.36 23 Jul 2002 02:43:46
 |
kevlo  |
Update to version 2.36
PR: 40806
Submitted by: MAINTAINER |
2.34 07 Jun 2002 19:41:31
 |
tobez  |
Update to 2.34.
Submitted by: maintainer
PR: 38980 |
2.33 28 May 2002 21:24:40
 |
tobez  |
Update to 2.33, assign the submitter to be the maintainer.
PR: 38511
Submitted by: Erwin Lansing <erwin@lansing.dk> |
31 Jan 2002 20:06:21
    |
tom  |
Upgrade to 2.26 |
07 Jul 2001 17:41:21
    |
tom  |
Upgrade to version 2.22 |
10 May 2001 02:20:55
    |
vanilla  |
Upgrade |
01 Mar 2001 06:39:18
    |
vanilla  |
Remove do-configure section, use PERL_CONFIGURE now. |
05 Feb 2001 15:33:58
    |
olgeni  |
Some spaces -> tabs for ports/www. |
23 Oct 2000 22:03:12
    |
will  |
Remove jfitz@ as MAINTAINER - mail is bouncing / mailservers don't answer. |
08 Oct 2000 08:11:25
    |
asami  |
Convert category www to new layout. |
17 Jun 2000 03:37:15
    |
will  |
Lots and lots of cleanups. Teach p5-* in general about PKGNAMEPREFIX. Add
some missing/wrong dependencies. Show how to respect CC/CFLAGS. Many
miscellaneous modifications. I used more excessive hacks to force p5-Jcode
and p5-WWW-Search to respect CC/CFLAGS. |