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) |
20160806_1 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 ) |
20160806_1 20 Jul 2022 14:23:14
    |
Tobias C. Berner (tcberner)  |
textproc: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* -
* <glewis@FreeBSD.org>
* <koshy@india.hp.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron Straup Cope
* Aaron Straup Cope <ascope@cpan.org>
* Ache
* Adam Herzog <adam@herzogdesigns.com>
* Adam Weinberger <adamw@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
20160806_1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
20160806_1 19 Dec 2020 20:21:37
  |
sunpoet  |
Add NO_ARCH |
20160806_1 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) |
20160806_1 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 |
20160806_1 15 Sep 2017 08:58:50
  |
mat  |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
20160806_1 31 Jan 2017 16:21:46
  |
mat  |
Bump PORTREVISION for ports affected by the fix the last commit.
Done with: Tools/scripts/bump-revision.sh
Sponsored by: Absolight |
20160806 14 Aug 2016 07:40:16
  |
wen  |
- Update to 20160806
Changes: http://search.cpan.org/src/MSCHWERN/URI-Find-20160806/Changes
- Add LICENSE |
20140709_1 01 Apr 2016 14:25:18
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
20140709_1 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 |
20140709_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 ) |
20140709 15 Jul 2014 07:39:47
  |
leeym  |
- update to 20140709 |
20140702 03 Jul 2014 21:29:37
  |
leeym  |
- update to 20140702
Changelog: http://cpansearch.perl.org/src/MSCHWERN/URI-Find-20140702/Changes |
20111103 07 Nov 2013 03:52:42
  |
vanilla  |
Support STAGEDIR. |
20111103 20 Sep 2013 23:17:32
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc) |
20111103 02 Aug 2013 18:52:11
  |
mat  |
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
20111103 17 Dec 2012 06:32:13
  |
az  |
Cleanup supporting perl version 5.8 and 5.10,
lang/perl5.8 and lang/5.10 will be removed from ports tree soon. |
20111103 13 Mar 2012 16:15:36
 |
pgollucci  |
- Revert ports/165605 as requested by portmgr@
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) |
20111103 08 Mar 2012 18:45:38
 |
pgollucci  |
- Remove ports that only work with < perl 5.12 (devel/p5-B-Size,
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 |
20111103 05 Nov 2011 16:09:05
 |
sunpoet  |
- Update to 20111103
Changes: http://search.cpan.org/dist/URI-Find/Changes |
20111020 24 Oct 2011 04:17:38
 |
dougb  |
Remove more tags from pkg-descr files fo the form:
- 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. |
20111020 21 Oct 2011 06:32:45
 |
sunpoet  |
- Update to 20111020
Changes: http://search.cpan.org/dist/URI-Find/Changes |
20100505 21 Jun 2011 06:58:21
 |
az  |
- 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
- Utilize CPAN macro |
20100505 17 May 2011 11:13:00
 |
jadawin  |
- Cleaning MD5 in perl@'s ports
Approved by: erwin@ (portmgr) |
20100505 29 May 2010 15:27:34
 |
leeym  |
- update to 20100505 |
20100504 05 May 2010 11:08:28
 |
wen  |
- Update to 20100504 |
20100211 11 Feb 2010 12:27:15
 |
tobez  |
Update to 20100211. Assign maintainer to perl@.
Changes: http://search.cpan.org/dist/URI-Find/Changes |
20090319 25 Dec 2009 15:54:39
 |
kuriyama  |
- Remove test-only and included-in-perl-5.8 dependencies. |
20090319 03 Apr 2009 14:57:10
 |
leeym  |
- update to 20090319 |
20090316 18 Mar 2009 02:29:04
 |
leeym  |
- update to 20090316 |
0.16 17 Apr 2008 14:30:31
 |
araujo  |
- Take advantage of CPAN macro from bsd.sites.mk, change
${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) |
0.16 06 Apr 2007 06:48:45
 |
gabor  |
- Remove old Perl support from unmaintained ports in categories starting
with letter o-z |
0.16 14 Apr 2006 20:45:44
 |
linimon  |
Reset petef due to no response to email. We hope to see him back sometime.
Hat: portmgr |
0.16 22 Jan 2006 02:55:05
 |
edwin  |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
0.16 15 Dec 2005 02:59:28
 |
aaron  |
- added the missing .if statement around the IGNORE |
0.16 13 Dec 2005 15:48:58
 |
aaron  |
- update from 0.13 to 0.16
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 |
0.13 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 |
0.13 31 Mar 2004 03:12:58
 |
trevor  |
SIZEify (maintainer timeout) |
0.13 26 Oct 2003 16:01:12
 |
petef  |
Update to 0.13.
PR: 58105, 56877
Submitted by: Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw>,
Lars Thegler <lars@thegler.dk> |
0.11 24 Oct 2003 12:05:09
 |
ijliao  |
utilize SITE_PERL
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net> |
0.11 07 Mar 2003 06:11:57
 |
ade  |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
23 Aug 2001 00:07:25
    |
petef  |
Change my email address to petef@FreeBSD.org for the ports I maintain. |
15 Aug 2001 12:33:32
    |
tobez  |
Add p5-URI-Find 0.11, perl module to find URIs in arbitrary text. |