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) |
1.46 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 ) |
1.46 13 Oct 2021 05:39:31
    |
Po-Chuan Hsieh (sunpoet)  |
textproc/p5-XML-DOM: Update to 1.46
Changes: https://metacpan.org/dist/XML-DOM/changes |
1.44_1 04 Oct 2021 19:58:01
    |
Rene Ladan (rene)  |
*: re-assign kuriyama@s ports to the pool, commit bit safekept
With hat: portmgr-secretary |
1.44_1 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.44_1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.44_1 06 Aug 2018 09:07:58
  |
amdmi3  |
- Add LICENSE
- Add NO_ARCH
Approved by: portmgr blanket |
1.44_1 09 Jul 2018 08:40:18
  |
mat  |
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 |
1.44_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 |
1.44_1 01 Apr 2016 14:25:18
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
1.44_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 ) |
1.44 29 Jan 2014 17:46:33
  |
az  |
- add stage support
Approved by: portmgr (blanket infrastructure) |
1.44 20 Sep 2013 23:17:32
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc) |
1.44 11 Sep 2013 07:41:00
  |
az  |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket) |
1.44 10 Jun 2012 18:42:48
 |
swills  |
- 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) |
1.44 03 Jun 2012 10:48:36
 |
az  |
- Remove SITE_PERL from *_DEPENDS
PR: ports/168626
Approved by: maintainer (kuriyama@ via email) |
1.44 15 Aug 2011 09:13:09
 |
sunpoet  |
- Use SITE_PERL directly
PR: ports/158988
Submitted by: sunpoet (myself)
Approved by: kuriyama (maintainer timeout, 4 weeks) |
1.44 03 Jul 2011 14:40:25
 |
ohauer  |
-remove MD5 |
1.44 06 Jan 2009 17:43:44
 |
wxs  |
- Remove conditional checks for FreeBSD 5.x and older
Approved by: pav |
1.44 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) |
1.44 24 Jan 2006 03:10:24
 |
edwin  |
SHA256ify
Approved by: krion@ |
1.44 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 |
1.44 30 Aug 2005 13:51:56
 |
kuriyama  |
Fix incorrect regexp substitution on 4.x.
Reported by: pav |
1.44 28 Aug 2005 12:38:56
 |
kuriyama  |
Update to 1.44. |
1.43 18 Mar 2004 00:48:53
 |
kuriyama  |
SIZEify.
Submitted by: trevor |
1.43 04 Nov 2003 13:53:09
 |
kuriyama  |
Upgrade to 1.43.
Submitted by: foxfair |
1.42 24 Oct 2003 12:05:09
 |
ijliao  |
utilize SITE_PERL
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net> |
1.42 17 Apr 2003 21:56:40
 |
kris  |
Remove lib/perllocal.pod-${PORTNAME} from the pkg-plist now that this file
is no longer installed. |
1.42 07 Apr 2003 22:39:13
 |
kuriyama  |
Upgrade to 1.42. |
1.39 22 Feb 2003 07:48:51
 |
kuriyama  |
de-pkg-comment. |
1.39 06 Jul 2002 06:24:15
 |
kuriyama  |
Upgrade to 1.39.
PR: ports/40178
Submitted by: Erwin Lansing <erwin@lansing.dk> |
01 Jan 2002 02:40:32
    |
kuriyama  |
Add WWW. |
30 Dec 2001 16:14:43
    |
kuriyama  |
o Add dependency on p5-XML-RegExp. o Add dependency on p5-libwww which is
optional but major function parsefile() requires it. o Patching XML/DOM.pm
if ${PERL} is older than 5.6.0. |
30 Dec 2001 15:41:58
    |
kuriyama  |
Upgrade to v1.35. |
05 Feb 2001 16:35:27
    |
olgeni  |
More style fixes for ports/textproc. |
08 Jan 2001 06:41:19
    |
kuriyama  |
Use $PERL_CONFIGURE. |
08 Oct 2000 07:29:51
    |
asami  |
Convert category textproc 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. |