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) |
0.81_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 ) |
0.81_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 ) |
0.81_1 03 Jun 2022 09:01:00 |
Po-Chuan Hsieh (sunpoet) |
textproc/p5-Text-WikiFormat: Add NO_ARCH |
0.81_1 06 Sep 2021 21:13:27 |
Rene Ladan (rene) |
*: Return culot@'s ports to the pool (and perl@) after safekeeping his bit. |
0.81_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.81_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) |
0.81_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 |
0.81_1 15 Sep 2017 08:58:50 |
mat |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
0.81_1 01 Apr 2016 14:25:18 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
0.81_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 ) |
0.81 26 Nov 2013 08:13:11 |
culot |
- Update to 0.81
- Support staging
Changes: http://search.cpan.org/dist/Text-WikiFormat/Changes |
0.80 20 Sep 2013 23:17:32 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc) |
0.80 11 Sep 2013 06:27:41 |
az |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket) |
0.80 13 Mar 2013 10:46:08 |
bapt |
Do not removed directories not owned by the port
Reported by: pkg DEVELOPER_MODE |
0.80 06 Aug 2012 17:32:03 |
culot |
- Update to 0.80
- Remove dependencies already in core
- Add LICENSE (Artistic 1 & GPL 1)
- Take maintainership
Changes: http://search.cpan.org/dist/Text-WikiFormat/Changes |
0.79 04 Jun 2012 16:53:46 |
az |
- Remove SITE_PERL from *_DEPENDS |
0.79 03 Jul 2011 14:40:25 |
ohauer |
-remove MD5 |
0.79 10 Jan 2010 06:43:01 |
linimon |
Reset zaa@zaa.pp.ru: mail can not be delivered (mail loop). |
0.79 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.79 08 Sep 2007 01:08:35 |
linimon |
Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.
Work done by: gabor
Sponsored by: Google Summer of Code 2007
Hat: portmgr |
0.79 26 Aug 2007 08:15:24 |
rafan |
- Update to 0.79
PR: ports/115812
Submitted by: Alexander Zhuravlev <zaa at zaa.pp.ru> (maintainer) |
0.78 25 May 2006 15:27:00 |
clsung |
- update to 0.78
PR: ports/97909
Submitted by: maintainer (Alexander Zhuravlev) |
0.77 24 Jan 2006 03:10:24 |
edwin |
SHA256ify
Approved by: krion@ |
0.77 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.77 29 Nov 2005 23:08:18 |
flz |
- Update to 0.77.
PR: ports/89736
Submitted by: maintainer |
0.76 04 Aug 2005 13:34:05 |
novel |
IGNORE with old Perl.
Reported by: pointyhat via kris
Approved by: portmgr (kris) |
0.76 26 Jul 2005 08:11:49 |
novel |
Update to 0.76.
PR: 84100
Submitted by: Alexander Zhuravlev (maintainer) |
0.72 05 Dec 2004 10:36:18 |
erwin |
- Fix for incorrect pkg-plist.
- Update of maintainer's email address.
PR: 74712
Submitted by: maintainer |
0.72 18 Jul 2004 19:59:02 |
lth |
Update of p5-Text-WikiFormat up to 0.72
PR: ports/69242
Submitted by: maintainer |
0.71 18 Mar 2004 18:01:13 |
trevor |
Add size data, approved by maintainers. |
0.71 10 Feb 2004 19:09:44 |
mat |
Fixup my bad things
Submitted by: freshport bad committers mail reminder |
0.71 10 Feb 2004 18:59:43 |
mat |
Switch to PERL_MODBUILD (so that I don't break INDEX more) |
0.71 06 Feb 2004 13:12:53 |
trevor |
Use PLIST_FILES (bento-tested, marcus-reviewed). |
0.71 19 Jan 2004 23:57:03 |
vanilla |
Add p5-Text-WikiFormat 0.71, module for translating Wiki formatted text
into other formats.
PR: 61488
Submitted by: Alexander Zhuravlev <zaa@zaa.pp.ru> |