Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
16 May 2021 10:02:56 0.15
|
Fukang Chen (loader)  |
textproc/p5-HTML-FormatText-WithLinks: Update to 0.15
- Update to 0.15
- Add TEST_DEPENDS
- Add NO_ARCH
- Remove leading comment section
Approved by: koobs (mentor, implicit)
MFH: No (catch up with upstream new release) |
06 Apr 2021 14:31:07 0.14_1
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
06 Oct 2018 13:06:45
0.14_1
|
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) |
27 May 2018 20:15:20
0.14_1
|
sunpoet  |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
15 Sep 2017 08:58:50
0.14_1
|
mat  |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
01 Apr 2016 14:25:18
0.14_1
|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
09 Sep 2015 14:14:41
0.14_1
|
loader  |
- use my full name in the "Created by:" field, suggested by danfe.
- update my email address to loader@FreeBSD.org.
Approved by: danfe
Differential Revision: https://reviews.freebsd.org/D3612 |
02 Mar 2015 23:51:50
0.14_1
|
bapt  |
Remove Author from pkg-descr and white space fixes |
26 Nov 2014 13:08:38
0.14_1
|
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 ) |
21 Jan 2014 14:04:00
0.14
|
mat  |
* Convert to staging
* Add license
* pet portlint
Sponsored by: Absolight |
20 Sep 2013 23:17:32
0.14
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc) |
11 Sep 2013 06:27:41
0.14
|
az  |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket) |
24 Aug 2012 08:08:32
0.14
|
swills  |
- Update to 0.14
PR: ports/170975
Approved by: loader@freebsdmall.com (maintainer) |
17 Mar 2012 18:37:51
0.11_1
|
swills  |
- Add missing DEPENDS
- Avoid use of SITE_PERL in DEPENDS
- Bump PORTREVISION
PR: ports/165664
Approved by: loader@freebsdmall.com (maintainer)
Feature safe: yes |
03 Jul 2011 14:40:25
0.11
|
ohauer  |
-remove MD5 |
12 Feb 2011 09:30:23
0.11
|
az  |
Fix WWW in pkg-descr to http://search.cpan.org/dist/<MODULE> for unification.
No functional changes.
Sponsored by: p5 namespace |
16 Dec 2009 19:04:03
0.11
|
pgollucci  |
- Update to 0.11
PR: ports/141553
Approved by: maintainer
Submitted by: myself (pgollucci@) |
17 Apr 2008 14:30:31
0.09
|
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) |
21 Aug 2007 08:36:04
0.09
|
miwi  |
HTML::FormatText::WithLinks takes HTML and turns it into plain text
but prints all the links in the HTML as footnotes. By default, it
attempts to mimic the format of the lynx text based web browser's
--dump option.
Author: Struan Donald. <struan@cpan.org>
WWW: http://search.cpan.org/~struan/HTML-FormatText-WithLinks-0.09/
PR: ports/115358
Submitted by: loader <loader at freebsdmall.com> |