Port details |
- i18ntools Tools for the conversion to and from UTF-8 Unicode encoding
- 1.0_1 converters
=8 1.0_1Version of this port present on the latest quarterly branch. - There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
 - Port Added: unknown
- Last Update: 2021-04-06 14:31:07
- Commit Hash: 305f148
- People watching this port, also watch:: gdbm, zip, gmake, curl
- License: BSD2CLAUSE
- Description:
- Tools for the conversion to and from UTF-8 Unicode encoding. Note that
RFC-2277 mandates that all "protocols" MUST handle UTF-8 properly.
- utrans converts text files created using any 8-bit character
map into UTF-8;
- uhtrans converts UTF-8 files into 7-bit ASCII with anything
else formatted as an HTML-style tags, e.g. Ӓ (decimal);
- hutrans converts 7-bit ASCII files with HTML-style tags, to UTF-8,
thus complementing the functionality of hutrans;
- ptrans converts UTF-8 files into 8-bit text using any
8-bit character map, thus complementing utrans.
Additionally, tuc is installed if not found. Tuc converts text files
between the DOS/Windows and the Unix formats.
This port depends on ports/converters/libutf-8.
Further details: RFC 2277, and RFC 2279.
WWW: http://www.whizkidtech.redprince.net/i18n/
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- i18ntools>0:converters/i18ntools
- To install the port:
- cd /usr/ports/converters/i18ntools/ && make install clean
- To add the package, run one of these commands:
- pkg install converters/i18ntools
- pkg install i18ntools
- PKGNAME: i18ntools
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (i18ntools-1.0.tar.gz) = 46781ac7557daaee5325581b55cc4dc1dd3b107ad15ee7e5a34cc5a4d6293964
SIZE (i18ntools-1.0.tar.gz) = 56939
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- tuc : converters/tuc
- Library dependencies:
-
- libutf-8.so : converters/libutf-8
- There are no ports dependent upon this port
- Configuration Options:
- ===> The following configuration options are available for i18ntools-1.0_1:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- converters_i18ntools
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
06 Apr 2021 14:31:07 1.0_1
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
01 Apr 2016 13:29:17
1.0_1
|
mat  |
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight |
06 Dec 2015 20:35:32
1.0_1
|
amdmi3  |
- Add LICENSE
- Simplify installation
- Switch to options helpers |
20 Oct 2014 09:37:01
1.0_1
|
bapt  |
Cleanup plist |
28 Jul 2014 15:03:50
1.0_1
|
adamw  |
Rename converters/ patch-xy patches to reflect the files they modify. |
24 Dec 2013 15:34:38
1.0_1
|
pawel  |
- Respect CC/CFLAGS
- Add option for docs
- Support staging
PR: ports/184908
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
11 Dec 2013 15:15:49
1.0
|
bapt  |
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in converters |
20 Sep 2013 16:05:25
1.0
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
converters) |
20 Mar 2011 12:54:45
1.0
|
miwi  |
- Get Rid MD5 support |
24 Nov 2005 00:51:58
1.0
|
pav  |
- Add SHA256 |
15 May 2004 02:07:35
1.0
|
linimon  |
Reset maintainership. Adam has experienced a machine failure and is
currently unable to look after any of the ports that he has written. |
31 Mar 2004 03:12:58
1.0
|
trevor  |
SIZEify (maintainer timeout) |
20 Oct 2003 23:28:03
1.0
|
linimon  |
Changed per maintainer request. Shortened pkg-descr to pacify portlint. |
21 Feb 2003 11:08:38
1.0
|
knu  |
De-pkg-comment. |
20 Oct 2002 21:32:23
1.0
|
kris  |
Fix build on -current (move FILE * initializers from declaration to main()) |
21 Aug 2001 14:42:28 
|
sada  |
- NOPORTDOCS support for pkg-plist |
08 Oct 2000 00:48:42 
|
asami  |
Convert category converters to new layout. |