Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
06 Feb 2022 18:36:07 0.6.3
|
Stefan Eßer (se)  |
Update CONFLICTS definitions in categories a* to c*
Update the CONFLICTS definitions of ports in the following categories:
- accessibility
- archivers
- audio
- benchmarks
- biology
- cad
- chinese
- comms
- converters
An attempt has been made to use generic conflicts patterns that do not
have to be updated whenever a new version of a conflicting port is
added to the ports system.
There is a misunderstanding that the port being built/installed has to
be omitted from the conflicts pattern. This is not true - the port
being built is implicitly non-conflicting due to logic in bsd.port.mk.
Approved by: portmgr (implicit) |
06 Apr 2021 14:31:07 0.6.3
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
03 Mar 2021 18:06:49
0.6.3
|
sunpoet  |
Convert REINPLACE_CMD to patch file |
21 Nov 2020 09:17:43
0.6.3
|
sunpoet  |
Cosmetic change |
25 May 2019 10:00:22
0.6.3
|
tobik  |
chinese/cconv: Spell LICENSE_FILE correctly |
06 Mar 2016 18:10:39
0.6.3
|
sunpoet  |
- Update WWW |
06 Mar 2016 06:19:19
0.6.3
|
sunpoet  |
- Update to 0.6.3
- Update LICENSE
- Update WWW
Changes: https://github.com/xiaoyjy/cconv/releases |
15 Apr 2015 08:20:28
0.6.2_4
|
tijl  |
converters/libiconv:
- Remove const qualifier from iconv(3) to match POSIX:
http://pubs.opengroup.org/onlinepubs/9699919799/functions/iconv.html
- Patch iconv.h to expose more GNU extensions when LIBICONV_PLUG is
defined because the base system iconv supports these extensions too.
Add/remove patches to/from ports to call iconv with non-const arguments.
This breaks some ports on FreeBSD 10 because base system iconv.h still has
the const qualifier. Fix this by letting USES=iconv add a build dependency
on converters/libiconv so ports can use its iconv.h (with LIBICONV_PLUG
defined) instead of the base system iconv.h.
This exposed some ports that link with libiconv when it is available instead
of using libc iconv. In these cases one of the following changes has been (Only the first 15 lines of the commit message are shown above ) |
19 Jan 2015 19:50:56
0.6.2_3
|
sunpoet  |
- Strip shared library |
01 Jul 2014 13:10:35
0.6.2_3
|
amdmi3  |
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket |
03 Oct 2013 06:42:41
0.6.2_2
|
sunpoet  |
- Add LICENSE |
25 Sep 2013 00:54:09
0.6.2_2
|
bdrewery  |
- Remove NO_STAGE as these have been tested to be safe
With hat: portmgr |
20 Sep 2013 16:01:22
0.6.2_2
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
chinese) |
21 Aug 2013 17:42:58
0.6.2_2
|
sunpoet  |
- Cleanup Makefile header |
27 Apr 2013 18:31:48
0.6.2_2
|
mva  |
- Fix USE_ICONV leftovers missed in the previous update |
25 Apr 2012 03:30:37
0.6.2_2
|
sunpoet  |
- Fix iconv linking in libcconv.so
- Bump PORTREVISION for package change |
09 Nov 2011 15:26:04
0.6.2_1
|
miwi  |
- Remove WITH_FBSD10_FIX, is no longer needed |
29 Oct 2011 19:01:59
0.6.2_1
|
kwm  |
Fix build with FreeBSD 10
Approved by: portmgr (miwi) |
26 Oct 2011 17:11:54
0.6.2_1
|
sunpoet  |
- Do not install PREFIX/include/unicode.h to avoid conflicts with
devel/libunicode
- Bump PORTREVISION for PLIST change
Notified by: kevlo |
09 May 2011 07:19:12
0.6.2
|
sunpoet  |
- Fix spelling and grammer |
03 May 2011 13:09:40
0.6.2
|
sunpoet  |
- Add cconv 0.6.2
cconv (pronunciation: see-conv.) is iconv based simplified-traditional chinese
conversion tool. It is NOT only transcoding programm, but also TRANSLATE tools
between the Simplified Chinese and Traditional Chinese.
We stand on the shoulders of giants, cconv source code is based on iconv a
excellent program converts text from one encoding to another encoding.
Features:
- iconv liked usage.
- language level simplified-traditional chinese.
- idioms can be translated.
WWW: http://code.google.com/p/cconv/ |