Port details |
- uniutils Unicode Description Utilities
- 2.27_2 sysutils
=2 2.27_2Version of this port present on the latest quarterly branch. - Maintainer: thierry@FreeBSD.org
 - Port Added: 2007-02-04 22:54:32
- Last Update: 2021-04-06 14:31:07
- Commit Hash: 305f148
- People watching this port, also watch:: xvidcap, postfix, sage-math, aspell
- Also Listed In: textproc
- License: GPLv3
- Description:
- Uniutils consists of five programs for finding out what is in a Unicode file.
They are useful when working with Unicode files when one doesn't know the
writing system, doesn't have the necessary font, needs to inspect invisible
characters, needs to find out whether characters have been combined or in what
order they occur, or needs statistics on which characters occur.
uniname defaults to printing the character offset of each character, its byte
offset, its hex code value, its encoding, the glyph itself, and its name.
unidesc reports the character ranges to which different portions of the text
belong. It can also be used to identify Unicode encodings (e.g. UTF-16be)
flagged by magic numbers.
unihist generates a histogram of the characters in its input, which must be
encoded in UTF-8 Unicode.
ExplicateUTF8 is intended for debugging or for learning about Unicode. It
determines and explains the validity of a sequence of bytes as a UTF8 encoding.
Unirev is a filter that reverses UTF-8 strings character-by-character (as
opposed to byte-by-byte).
WWW: http://billposer.org/Software/unidesc.html
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- uniutils>0:sysutils/uniutils
- To install the port:
- cd /usr/ports/sysutils/uniutils/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/uniutils
- pkg install uniutils
- PKGNAME: uniutils
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (uniutils-2.27.tar.gz) = c662a9215a3a67aae60510f679135d479dbddaf90f5c85a3c5bab1c89da61596
SIZE (uniutils-2.27.tar.gz) = 274303
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- msgfmt : devel/gettext-tools
- Runtime dependencies:
-
- ascii2binary : converters/ascii2binary
- Library dependencies:
-
- libintl.so : devel/gettext-runtime
- There are no ports dependent upon this port
- Configuration Options:
- ===> The following configuration options are available for uniutils-2.27_2:
DOCS=on: Build and/or install documentation
EXAMPLES=on: Build and/or install examples
===> Use 'make config' to modify these settings
- Options name:
- sysutils_uniutils
- USES:
- gettext localbase
- 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 2.27_2
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
09 Feb 2018 09:02:49
2.27_2
|
amdmi3  |
- Add LICENSE_FILE
- Switch to USES=localbase
- Switch to new test framework
- Switch to options helpers
- Cosmetic fixes
Approved by: portmgr blanket |
01 Apr 2016 14:25:18
2.27_2
|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
24 Oct 2015 16:48:49
2.27_2
|
thierry  |
- Fix hard-coded endian assumption;
- Change /usr/local replacement from LOCALBASE -> PREFIX.
PR: ports/203706
Submitted by: John Hein <z7dr6ut7gs (at) snkmail.com> |
22 Nov 2014 09:13:36
2.27_1
|
antoine  |
Cleanup plist |
04 Jul 2014 22:25:48
2.27_1
|
adamw  |
Remove NOPORTDOCS and NOPORTEXAMPLES. |
11 Jun 2014 14:50:00
2.27_1
|
tijl  |
Support LIBS like LDFLAGS.
- Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV.
- Add an option helper for LIBS.
- Adjust all ports that already use LIBS. Also remove references to
PTHREAD_CFLAGS and PTHREAD_LIBS while here.
- Some ports did not support having a LIBS environment variable and
required additional patches.
Somewhat simplified a linker command line looks like:
${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS}
where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and
LIBS can be controlled by us. If possible -L and -l flags need to be (Only the first 15 lines of the commit message are shown above ) |
29 Apr 2014 20:32:11
2.27_1
|
thierry  |
Stagify. |
20 Sep 2013 23:06:00
2.27_1
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils) |
05 Sep 2013 08:06:33
2.27_1
|
thierry  |
Fix with clang.
Since I'm there, define the license.
Reported by: pkg-fallout |
24 Apr 2013 18:10:32
2.27_1
|
ak  |
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt) |
23 Sep 2011 22:26:39
2.27_1
|
amdmi3  |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
19 Mar 2011 12:38:54
2.27_1
|
miwi  |
- Get Rid MD5 support |
31 May 2010 02:01:56
2.27_1
|
ade  |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
21 Feb 2009 10:55:07
2.27
|
thierry  |
- Upgrade to 2.27
Changelog at <http://billposer.org/Software/uniutils.html#changelog>
- Use PORTEXAMPLES;
- Add some regression-tests. |
21 Aug 2008 06:18:49
2.26_1
|
rafan  |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above ) |
06 Jun 2008 14:03:26
2.26_1
|
edwin  |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
05 Apr 2008 09:22:49
2.26
|
thierry  |
Upgrade to 2.26.
Changelog at <http://billposer.org/Software/UnidescChangeLog.html>. |
30 Jun 2007 23:40:56
2.25
|
thierry  |
Upgrade to 2.25.
Changelog at <http://billposer.org/Software/unidesc.html#changelog>. |
04 Feb 2007 22:54:18
2.24 
|
thierry  |
Rename ports/sysutils/unidesc to ports/sysutils/uniutils.
PR: ports/108574
Repocopied by: marcus |