non port: japanese/p5-Jcode/Makefile |
Number of commits found: 43 |
Wednesday, 7 Sep 2022
|
21:10 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.
This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.
There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.
The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.
Approved by: portmgr (tcberner)
b7f0544 |
Monday, 25 Oct 2021
|
15:58 Po-Chuan Hsieh (sunpoet)
japanese/p5-Jcode: Add NO_ARCH
ec06031 |
Monday, 4 Oct 2021
|
19:58 Rene Ladan (rene)
*: re-assign kuriyama@s ports to the pool, commit bit safekept
With hat: portmgr-secretary
e56a7da |
Wednesday, 7 Apr 2021
|
08:09 Mathieu Arnold (mat)
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
cf118cc |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Thursday, 30 Nov 2017
|
11:01 wen
- Add LICENSE
PR: 222324
Submitted by: yasu@utahime.org
Approved by: maintainer(timeout, > 60 days)
|
Wednesday, 26 Nov 2014
|
13:08 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
Perl version, minimizing the upgrade when the major Perl version is changed.
It uses a version dependent directory for modules with compiled bits.
As PERL_ARCH is no longer needed in plists, it has been removed from
PLIST_SUB.
The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now
always removed, as is perllocal.pod.
The old site_perl and site_perl/arch directories have been kept in the
default Perl @INC for all Perl ports, and will be phased out as these old
Perl versions expire.
PR: 194969
Differential Revision: https://reviews.freebsd.org/D1019
Exp-run by: antoine
Reviewed by: perl@
Approved by: portmgr
|
Tuesday, 28 Jan 2014
|
15:58 miwi
- Stage support
|
Friday, 20 Sep 2013
|
18:47 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
japanese)
|
Monday, 16 Sep 2013
|
15:42 az
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket)
|
Wednesday, 22 Jul 2009
|
16:27 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)
|
Wednesday, 3 Sep 2008
|
11:06 kuriyama
Upgrade to 2.07.
PR: ports/127041
Submitted by: Takefu Kenji <takefu@airport.fm>
|
Thursday, 17 Apr 2008
|
14:30 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)
|
Saturday, 8 Sep 2007
|
16:39 linimon
Fix plist substitution in the new Perl order.
Pointy hat to: linimon
|
Thursday, 2 Nov 2006
|
07:42 nork
Update to 2.06.
Approved by: kuriyama by telephone
|
Saturday, 1 Jul 2006
|
16:06 aaron
- Update to 2.05
PR: ports/99056
Submitted by: aaron
Approved by: maintainer timeout, tobez (implicit)
|
Saturday, 6 May 2006
|
11:40 kuriyama
- Update to 2.04.
(Fix problem around autoload methods (like $j->MIME_Header))
|
Saturday, 23 Jul 2005
|
07:14 kuriyama
- Update to 2.03.
- Since 2.x, Jcode is the wrapper of Encode module with perl-5.8.1
and after.
|
Tuesday, 11 Jan 2005
|
03:36 kuriyama
Update to 0.88.
|
Tuesday, 10 Aug 2004
|
02:54 kuriyama
Unbreak about $PKGNAMEPREFIX recursion.
Found by: freshports
|
01:44 kuriyama
- Upgrade to 0.87.
- Move conditional dependency to the bottom of Makefile.
|
Thursday, 15 Jul 2004
|
12:52 ache
Only perl 5.8.4 have Base64 3.01, use 500804 as PERL_LEVEL
|
11:55 ache
Don't install p5-MIME-Base64 for newest perls
|
Monday, 29 Mar 2004
|
14:01 kuriyama
o Avoid warning about use of uninitialized value in jfold().
o Fix typo in jfold() manpage.
|
Friday, 24 Oct 2003
|
12:05 ijliao
utilize SITE_PERL
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
|
Wednesday, 2 Jul 2003
|
05:08 kuriyama
Upgrade to 0.83.
|
Saturday, 22 Feb 2003
|
07:48 kuriyama
de-pkg-comment.
|
Friday, 1 Nov 2002
|
09:13 kuriyama
Upgrade to 0.82.
|
Friday, 3 May 2002
|
23:19 kuriyama
Upgrade to 0.80.
|
Thursday, 17 Jan 2002
|
02:22 kuriyama
Update to 0.79. Add WWW.
|
Tuesday, 24 Jul 2001
|
03:10 kuriyama
Upgrade to 0.75.
|
02:57 kuriyama
Upgrade 0.74.
|
Sunday, 20 May 2001
|
14:00 kuriyama
Upgrade to 0.71.
|
Thursday, 17 May 2001
|
09:53 kuriyama
Upgrade to 0.70.
|
Friday, 2 Mar 2001
|
06:46 knu
Use PERL_CONFIGURE.
|
Saturday, 10 Feb 2001
|
02:10 kuriyama
Remove unzip from run_depends.
|
Sunday, 7 Jan 2001
|
17:49 will
Clean up inefficient perl invocations; use multiple REs in the same call.
|
Sunday, 27 Aug 2000
|
17:52 knu
Back out the previous commit. That one has a problem which occurs on
cross-language master-slave ports.
|
07:13 knu
PKGNAMEPREFIX cleanup. This should allow chained PKGNAMEPREFIX'es.
|
Thursday, 10 Aug 2000
|
21:51 will
Oops, fix a typo (WRSRC -> WRKSRC). Strange how this has gone unnoticed for
nearly two months! This allows p5-Jcode to respect CC again..
|
Saturday, 17 Jun 2000
|
03:37 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.
|
Tuesday, 13 Jun 2000
|
03:44 kuriyama
Revert previous commit. That cannot fix CFLAGS problem.
|
03:07 kuriyama
Honor $CFLAGS.
|
Number of commits found: 43 |