non port: chinese/p5-Encode-HanExtra/Makefile |
Number of commits found: 17 |
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, 20 Jul 2022
|
14:21 Tobias C. Berner (tcberner)
chinese: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <intron@intron.ac>
* Bo-Yi Wu <appleboy.tw@gmail.com>
* Chih-Hsin Chang <chihhsin@cs.nctu.edu.tw>
* Ching-Hong Wu <woju@freebsd.ntu.edu.tw>
* David O'Brien (obrien@FreeBSD.org)
* David O'Brien (obrien@cs.ucdavis.edu)
* Eric L. Camachat <eric@camachat.org>
* Foxfair Hu <foxfair@FreeBSD.org>
* G. Adam Stanislav <adam@whizkidtech.net>
* Gasol Wu <gasol.wu@gmail.com>
* Gea-Suan Lin <gslin@gslin.org>
* Henry Hu <henry.hu.sh@gmail.com>
* Jie Gao <gaoj@cpsc.ucalgary.ca>
* Jing-Tang Keith Jang <keith@FreeBSD.org>
* Joe Horn <joehorn@gmail.com>
* Ka Ho Ng <khng300@gmail.com>
* Kuang-che Wu <kcwu@csie.org>
* Michael C . Wu <keichii@iteration.net>
* Michael C. Wu
* Ming-I Hseh <PA@FreeBSD.Ntu.edu.TW>
* Rong-En Fan <rafan@FreeBSD.org>
* Satoshi TAOKA <taoka@FreeBSD.org>
* Shell Hung <shell@shellhung.org>
* Shen Chuan-Hsing
* Shen Chuan-Hsing <statue@freebsd.sinica.edu.tw>
* Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
* Yen-Ming Lee <leeym@FreeBSD.org>
* Yen-Shuo Su <yssu@CCCA.NCTU.edu.tw>
* Yin-Jieh Chen <yinjieh@csie.nctu.edu.tw>
* Yinghong Liu <relaxbsd@gmail.com>
* Zhang Shu
* Zhihao Yuan <lichray@gmail.com>
* blubee <hello@blubee.me>
* buganini@gmail.com
* chinsan
* chinsan <chinsan.tw@gmail.com>
* clive
* clsung
* clsung@dragon2.net
* gugod@gugod.org
* hrs
* ijliao
* vanilla@
With hat: portmgr
25fe59a |
Friday, 3 Jun 2022
|
09:00 Po-Chuan Hsieh (sunpoet)
chinese/p5-Encode-HanExtra: Strip shared library
- Bump PORTREVISION for package change
dcff605 |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Monday, 2 Jan 2017
|
20:13 adamw
Reassign to the perl collective
 |
20:04 rene
leeym handed in his commit bit.
 |
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
 |
Thursday, 10 Jul 2014
|
00:30 leeym
- add LICENSE
 |
Thursday, 26 Sep 2013
|
14:35 vanilla
Support stage.
 |
Friday, 20 Sep 2013
|
16:01 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
chinese)
 |
Thursday, 5 Sep 2013
|
07:29 az
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket)
 |
Saturday, 17 Sep 2011
|
06:49 sunpoet
- Change PERL_CONFIGURE to "yes" for all values less than or equal to 5.8.0+
With hat: perl
 |
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)
 |
Thursday, 13 Dec 2007
|
11:26 leeym
- update to 0.23
 |
Monday, 1 Oct 2007
|
11:46 leeym
- update to 0.21
 |
Saturday, 8 Sep 2007
|
00:53 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
 |
Thursday, 1 Sep 2005
|
12:35 leeym
- add p5-Encode-HanExtra
Encode::HanExtra - Extra sets of Chinese encodings
This version includes the following encoding tables:
Canonical Alias Description
-----------------------------------------------------------------------------
big5-1984 /\b(tca-)?big5-?(19)?84$/i TCA's original Big5-1984
big5ext /\b(cmex-)?big5-?e(xt)?$/i CMEX's Big5e Extension
big5plus /\b(cmex-)?big5-?p(lus)?$/i CMEX's Big5+ Extension
/\b(cmex-)?big5\+$/i
cccii /\b(ccag-)?cccii$/i Chinese Character Code for
Information Interchange
cns11643-1 /\bCNS[-_ ]?11643[-_]1$/i Taiwan's CNS map, plane 1
cns11643-2 /\bCNS[-_ ]?11643[-_]2$/i Taiwan's CNS map, plane 2
cns11643-3 /\bCNS[-_ ]?11643[-_]3$/i Taiwan's CNS map, plane 3
cns11643-4 /\bCNS[-_ ]?11643[-_]4$/i Taiwan's CNS map, plane 4
cns11643-5 /\bCNS[-_ ]?11643[-_]5$/i Taiwan's CNS map, plane 5
cns11643-6 /\bCNS[-_ ]?11643[-_]6$/i Taiwan's CNS map, plane 6
cns11643-7 /\bCNS[-_ ]?11643[-_]7$/i Taiwan's CNS map, plane 7
cns11643-f /\bCNS[-_ ]?11643[-_]f$/i Taiwan's CNS map, plane F
euc-tw /\beuc.*tw$/i EUC (Extended Unix Character)
/\btw.*euc$/i
gb18030 /\bGB[-_ ]?18030$/i GBK with Traditional Characters
unisys /\bunisys$/i Unisys Traditional Chinese
unisys-sosi1 Unisys SOSI1 transport encoding
unisys-sosi2 Unisys SOSI2 transport encoding
WWW: http://search.cpan.org/dist/Encode-HanExtra/
 |
Number of commits found: 17 |