non port: japanese/jacode.pl/Makefile |
Number of commits found: 19 |
Monday, 16 Oct 2023
|
06:31 Fernando Apesteguía (fernape)
japanese/jacode.pl: Fix use of package separator
Use of ' as a package name separator is deprecated in lang/perl5.38
PR: 274445
Reported by: takefu@airport.fm
a3fbfba |
Wednesday, 10 May 2023
|
10:02 Nuno Teixeira (eduardo) Author: Takefu
japanese/jacode.pl: Update to 2.13.4.31
- Switch to DISTVERSION
- Update WWW (redirection)
- Update license GPLv1+ to GPLv2
- Update pkg-descr
- Include perl module Jacode.pm
- Pet portclippy
ChangeLog: https://metacpan.org/dist/Jacode/changes
PR: 261461
7c8c904 |
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 |
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 |
Tuesday, 16 Mar 2021
|
10:53 lwhsu
japanese/jacode.pl: Update to 2.13.4.24 (edit)
PR: 254325
Submitted by: takefu@airport.fm (maintainer)
|
Monday, 4 Jun 2018
|
18:09 sunpoet
Fix and sort LICENSE
- Add LICENSE_FILE
- Update WWW
Approved by: portmgr (blanket)
|
Friday, 9 Mar 2018
|
17:39 arved
Update to 2.13.4.18
PR: 226025
Submitted by: maintainer
|
Saturday, 25 Feb 2017
|
16:25 robak
japanese/jacode.pl: update 2.13.4.15 -> 2.13.4.16
PR: 216743
Submitted by: takefu@airport.fm (maintainer)
|
Saturday, 16 Jul 2016
|
19:02 pawel
Update to version 2.13.4.15
PR: 211132
Submitted by: maintainer
|
Saturday, 28 May 2016
|
14:24 amdmi3
- Update 2.13.4.12
- While here, add NO_ARCH
PR: 209782
Submitted by: takefu@airport.fm (maintainer)
|
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
|
Monday, 8 Sep 2014
|
14:30 culot
- Update to 2.13.4.11
PR: ports/193242
Submitted by: takefu@airport.fm (maintainer)
|
Sunday, 1 Dec 2013
|
19:50 antoine
- Stage support
- remove tab in pkg-descr
PR: ports/183516
Submitted by: Takefu (maintainer)
|
Friday, 20 Sep 2013
|
18:47 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
japanese)
|
Tuesday, 10 Sep 2013
|
09:39 az
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
|
Saturday, 31 Dec 2011
|
09:42 culot
- Update to 2.13.4.10
- Pet portlint(1) by moving LICENSE section earlier
Changes: http://search.cpan.org/dist/jacode/Changes
PR: ports/163622
Submitted by: Takefu <takefu@airport.fm> (maintainer)
|
Monday, 20 Jun 2011
|
08:37 az
- Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.
See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@ to perl@ for ports in this changeset.
- Remove MD5 checksum
|
Monday, 30 May 2011
|
15:12 tota
- Add a new port: japanese/jacode.pl
jacode.pl - Perl library for Japanese character code conversion
This software has upper compatibility to jcode.pl.
* jcode.pl upper compatible
* Perl4 script
* Acts as a wrapper to Encode::from_to
* Support HALFWIDTH KATAKANA
* Support UTF-8 by cp932 to Unicode table
http://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/WINDOWS/CP932.TXT
http://support.microsoft.com/kb/170559/ja
(JIS X 0221:2007 BASIC JAPANESE and COMMON JAPANESE)
* Hidden UTF8 flag
* No Object oriented
* Possible to re-use past code and how to
WWW: http://search.cpan.org/dist/jacode/
PR: ports/156972
Submitted by: Takefu <takefu_AT_airport_DOT_fm>
|
Number of commits found: 19 |