| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Sponsored by: Absolight
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
|
|
|
|
|
|
|
|
|
| |
- Strip shared library
Changes: https://github.com/buganini/perl-bsdconv/releases
PR: 201012
Submitted by: sunpoet (myself)
Approved by: Kuan-Chung Chiu <buganini@gmail.com> (maintainer)
|
|
|
|
|
|
|
| |
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Starting with perl 5.20, they're not installed any more if empty,
and on FreeBSD, they're (always ?) empty.
PR: 190681
Submitted by: mat
Exp-Run by: antoine
Sponsored by: Absolight
|
|
|
|
| |
Approved by: portmgr (blanket infrastructure)
|
|
|
|
|
|
|
|
| |
- While I'm here, convert to new LIB_DEPENDS format
Changes: https://github.com/buganini/perl-bsdconv/commits/master
PR: ports/182257
Submitted by: Kuan-Chung Chiu <buganini@gmail.com> (maintainer)
|
|
|
|
| |
converters)
|
|
|
|
|
|
| |
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
|
|
|
|
|
| |
PR: ports/178134
Submitted by: Kuan-Chung Chiu <buganini@gmail.com> (maintainer)
|
|
|
|
|
| |
Suggested by: sunpoet
Approved by: Kuan-Chung Chiu <buganini@gmail.com> (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Switch to USE_GITHUB for fetching
- Update to new header format
- Mark converters/bsdconv as MAKE_JOBS_UNSAFE
- Add prefix into DISTNAMEs to avoid conflicts
Changelog for converters/bsdconv:
9.0:
fix for MinGW
export bsdconv_malloc/bsdconv_free
add {from,to}/CCCII
add inter/ZH-STRINGS
internal API changes for use of bsdconv_ctl in wrappers
bugfixes
8.0:
add flush function into callback interface
for supporting inter/OPENCC* ( http://github.com/buganini/bsdconv-opencc )
sync data from project chvar
update inter/KANA_PHONETIC
use double data type for score value
add inter/TRIM-WIDTH
Changelog for converters/{p5,php5,py,ruby}-bsdconv:
update/add ctl function
add mktemp/fopen function
PR: ports/172263 [1]
Submitted by: Kuan-Chung Chiu <buganini@gmail.com> [1]
|
|
|
|
|
|
|
|
|
| |
- While I'm here, pet portlint by removing ABI version number from LIB_DEPENDS
Changes:
- info(): add width information
Submitted by: Kuan-Chung Chiu <buganini@gmail.com> (maintainer, via IRC)
|
|
|
|
|
|
|
|
|
|
|
|
| |
- While I'm here, pet portlint
Changes:
- OO-style wrapping
- Chase changes in bsdconv
PR: portsr/162655
Submitted by: Kuan-Chung Chiu <buganini@gmail.com> (maintainer)
Feature safe: yes
|
|
|
|
| |
- Bump PORTREVISION
|
|
|
|
|
|
|
|
| |
- While I'm here, update WWW of converters/*-bsdconv
Changes: https://github.com/buganini/bsdconv/blob/6a43b56713fe84c0a198c4f712b2b9d13ce3f3cf/Changelog
PR: ports/157306
Submitted by: Kuan-Chung Chiu <buganini@gmail.com> (maintainer)
|
|
|
|
| |
Submitted by: Kuan-Chung Chiu <buganini@gmail.com> (maintainer, via IRC)
|
|
|
|
|
| |
PR: ports/156439
Submitted by: Kuan-Chung Chiu <buganini@gmail.com> (maintainer)
|
|
|
|
|
|
| |
PR: ports/153741
Submitted by: Kuan-Chung Chiu <buganini@gmail.com> (maintainer)
Feature safe: yes
|
|
|
|
|
|
|
|
|
| |
* More inter-mapping conversion
* Add transliteration table for CP950/CP936
* No known bug, valgrind clean now
PR: ports/147866
Submitted by: Kuan-Chung Chiu <buganini@gmail.com> (maintainer)
|
|
|
|
|
| |
PR: 139513 139525 139525
Submitted by: Kuan-Chung Chiu <buganini@gmail.com> (maintainer)
|
|
|
|
|
|
|
|
| |
- Fix installation with custom PREFIX
PR: ports/138750
Submitted by: Kuan-Chung Chiu <buganini AT gmail.com> (maintainer)
Feature safe: yes
|
|
|
|
|
| |
PR: 136755
Submitted by: Kuan-Chung Chiu <buganini@gmail.com> (maintainer)
|
|
WWW: http://github.com/buganini/bsdconv/
PR: ports/135052
Submitted by: buganini at gmail.com
|