notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
non port: japanese/p5-Jcode/Makefile

Number of commits found: 43

Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
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)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Monday, 25 Oct 2021
15:58 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
japanese/p5-Jcode: Add NO_ARCH
commit hash: ec06031c4ff7c828ec86f7e4100872b0a4e2b490 commit hash: ec06031c4ff7c828ec86f7e4100872b0a4e2b490 commit hash: ec06031c4ff7c828ec86f7e4100872b0a4e2b490 commit hash: ec06031c4ff7c828ec86f7e4100872b0a4e2b490 ec06031
Monday, 4 Oct 2021
19:58 Rene Ladan (rene) search for other commits by this committer
*: re-assign kuriyama@s ports to the pool, commit bit safekept

With hat:	portmgr-secretary
commit hash: e56a7da8946973ad5233bf881538298e30f472eb commit hash: e56a7da8946973ad5233bf881538298e30f472eb commit hash: e56a7da8946973ad5233bf881538298e30f472eb commit hash: e56a7da8946973ad5233bf881538298e30f472eb e56a7da
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Thursday, 30 Nov 2017
11:01 wen search for other commits by this committer
- Add LICENSE

PR:		222324
Submitted by:	yasu@utahime.org
Approved by:	maintainer(timeout, > 60 days)
Original commitRevision:455195 
Wednesday, 26 Nov 2014
13:08 mat search for other commits by this committer
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
Original commitRevision:373448 
Tuesday, 28 Jan 2014
15:58 miwi search for other commits by this committer
- Stage support
Original commitRevision:341610 
Friday, 20 Sep 2013
18:47 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
japanese)
Original commitRevision:327737 
Monday, 16 Sep 2013
15:42 az search for other commits by this committer
- convert to the new perl5 framework
- convert USE_GMAKE to Uses

Approved by:	portmgr (bapt@, blanket)
Original commitRevision:327410 
Wednesday, 22 Jul 2009
16:27 pgollucci search for other commits by this committer
- 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)
Original commit
Wednesday, 3 Sep 2008
11:06 kuriyama search for other commits by this committer
Upgrade to 2.07.

PR:             ports/127041
Submitted by:   Takefu Kenji <takefu@airport.fm>
Original commit
Thursday, 17 Apr 2008
14:30 araujo search for other commits by this committer
- 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)
Original commit
Saturday, 8 Sep 2007
16:39 linimon search for other commits by this committer
Fix plist substitution in the new Perl order.

Pointy hat to:  linimon
Original commit
Thursday, 2 Nov 2006
07:42 nork search for other commits by this committer
Update to 2.06.

Approved by:    kuriyama by telephone
Original commit
Saturday, 1 Jul 2006
16:06 aaron search for other commits by this committer
- Update to 2.05

PR:             ports/99056
Submitted by:   aaron
Approved by:    maintainer timeout, tobez (implicit)
Original commit
Saturday, 6 May 2006
11:40 kuriyama search for other commits by this committer
- Update to 2.04.
  (Fix problem around autoload methods (like $j->MIME_Header))
Original commit
Saturday, 23 Jul 2005
07:14 kuriyama search for other commits by this committer
- Update to 2.03.
- Since 2.x, Jcode is the wrapper of Encode module with perl-5.8.1
  and after.
Original commit
Tuesday, 11 Jan 2005
03:36 kuriyama search for other commits by this committer
Update to 0.88.
Original commit
Tuesday, 10 Aug 2004
02:54 kuriyama search for other commits by this committer
Unbreak about $PKGNAMEPREFIX recursion.

Found by:       freshports
Original commit
01:44 kuriyama search for other commits by this committer
- Upgrade to 0.87.
- Move conditional dependency to the bottom of Makefile.
Original commit
Thursday, 15 Jul 2004
12:52 ache search for other commits by this committer
Only perl 5.8.4 have Base64 3.01, use 500804 as PERL_LEVEL
Original commit
11:55 ache search for other commits by this committer
Don't install p5-MIME-Base64 for newest perls
Original commit
Monday, 29 Mar 2004
14:01 kuriyama search for other commits by this committer
o Avoid warning about use of uninitialized value in jfold().
o Fix typo in jfold() manpage.
Original commit
Friday, 24 Oct 2003
12:05 ijliao search for other commits by this committer
utilize SITE_PERL

PR:             58166
Submitted by:   Cheng-Lung Sung <clsung@dragon2.net>
Original commit
Wednesday, 2 Jul 2003
05:08 kuriyama search for other commits by this committer
Upgrade to 0.83.
Original commit
Saturday, 22 Feb 2003
07:48 kuriyama search for other commits by this committer
de-pkg-comment.
Original commit
Friday, 1 Nov 2002
09:13 kuriyama search for other commits by this committer
Upgrade to 0.82.
Original commit
Friday, 3 May 2002
23:19 kuriyama search for other commits by this committer
Upgrade to 0.80.
Original commit
Thursday, 17 Jan 2002
02:22 kuriyama search for other commits by this committer
Update to 0.79.   Add WWW.    
Original commit
Tuesday, 24 Jul 2001
03:10 kuriyama search for other commits by this committer
Upgrade to 0.75.    
Original commit
02:57 kuriyama search for other commits by this committer
Upgrade 0.74.    
Original commit
Sunday, 20 May 2001
14:00 kuriyama search for other commits by this committer
Upgrade to 0.71.    
Original commit
Thursday, 17 May 2001
09:53 kuriyama search for other commits by this committer
Upgrade to 0.70.    
Original commit
Friday, 2 Mar 2001
06:46 knu search for other commits by this committer
Use PERL_CONFIGURE.    
Original commit
Saturday, 10 Feb 2001
02:10 kuriyama search for other commits by this committer
Remove unzip from run_depends.    
Original commit
Sunday, 7 Jan 2001
17:49 will search for other commits by this committer
Clean up inefficient perl invocations; use multiple REs in the same call.    
Original commit
Sunday, 27 Aug 2000
17:52 knu search for other commits by this committer
Back out the previous commit.  That one has a problem which occurs on  
cross-language master-slave ports.    
Original commit
07:13 knu search for other commits by this committer
PKGNAMEPREFIX cleanup.  This should allow chained PKGNAMEPREFIX'es.    
Original commit
Thursday, 10 Aug 2000
21:51 will search for other commits by this committer
Oops, fix a typo (WRSRC -> WRKSRC).  Strange how this has gone unnoticed   for
nearly two months!  This allows p5-Jcode to respect CC again..    
Original commit
Saturday, 17 Jun 2000
03:37 will search for other commits by this committer
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.    
Original commit
Tuesday, 13 Jun 2000
03:44 kuriyama search for other commits by this committer
Revert previous commit.  That cannot fix CFLAGS problem.    
Original commit
03:07 kuriyama search for other commits by this committer
Honor $CFLAGS.    
Original commit

Number of commits found: 43