Port details |
- uniutils Unicode Description Utilities
- 2.28_1 sysutils =4 2.28_1Version of this port present on the latest quarterly branch.
- Maintainer: thierry@FreeBSD.org
- Port Added: 2007-02-04 22:54:32
- Last Update: 2024-01-30 18:33:43
- Commit Hash: 43d865a
- People watching this port, also watch:: vuxml, TestU01, aspell, procmail, sowing
- Also Listed In: textproc
- License: GPLv3
- WWW:
- https://billposer.org/Software/unidesc.html
- Description:
- Uniutils consists of six 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).
Unisurrogate takes a codepoint on the command line and, if it falls outside the
BMP, reports its surrogate decomposition.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- 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
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: uniutils
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1699218799
SHA256 (uniutils-2.28.tar.bz2) = d67bbc814e7ae8ccb1afc1e9081c6cbcd52510748c20ba1322caff2f9a5d917c
SIZE (uniutils-2.28.tar.bz2) = 262845
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:
-
- gettext-runtime>=0.22_1 : devel/gettext-runtime
- 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.28_1:
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 tar:bz2
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.28_1 30 Jan 2024 18:33:43 |
Thierry Thomas (thierry) |
sysutils/uniutils: move manpages |
2.28 05 Nov 2023 21:31:28 |
Thierry Thomas (thierry) |
sysutils/uniutils: upgrade to 2.28
This release adds Unisurrogate, a utility that computes the UTF-16 surrogate
decomposition of characters outside the BMP. |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.27_2 07 Sep 2022 21:10:59 |
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.
(Only the first 15 lines of the commit message are shown above ) |
2.27_2 20 Jul 2022 14:23:05 |
Tobias C. Berner (tcberner) |
sysutils: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <jsmith@resonatingmedia.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Landwehr <aaron@snaphat.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Adrian Chadd
* Adrian Chadd <adrian@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Eldridge <alane@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Deiter <alex.deiter@gmail.com> (Only the first 15 lines of the commit message are shown above ) |
2.27_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.27_2 09 Feb 2018 09:02:49 |
amdmi3 |
- Add LICENSE_FILE
- Switch to USES=localbase
- Switch to new test framework
- Switch to options helpers
- Cosmetic fixes
Approved by: portmgr blanket |
2.27_2 01 Apr 2016 14:25:18 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
2.27_2 24 Oct 2015 16:48:49 |
thierry |
- Fix hard-coded endian assumption;
- Change /usr/local replacement from LOCALBASE -> PREFIX.
PR: ports/203706
Submitted by: John Hein <z7dr6ut7gs (at) snkmail.com> |
2.27_1 22 Nov 2014 09:13:36 |
antoine |
Cleanup plist |
2.27_1 04 Jul 2014 22:25:48 |
adamw |
Remove NOPORTDOCS and NOPORTEXAMPLES. |
2.27_1 11 Jun 2014 14:50:00 |
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 ) |
2.27_1 29 Apr 2014 20:32:11 |
thierry |
Stagify. |
2.27_1 20 Sep 2013 23:06:00 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils) |
2.27_1 05 Sep 2013 08:06:33 |
thierry |
Fix with clang.
Since I'm there, define the license.
Reported by: pkg-fallout |
2.27_1 24 Apr 2013 18:10:32 |
ak |
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt) |
2.27_1 23 Sep 2011 22:26:39 |
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 |
2.27_1 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
2.27_1 31 May 2010 02:01:56 |
ade |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
2.27 21 Feb 2009 10:55:07 |
thierry |
- Upgrade to 2.27
Changelog at <http://billposer.org/Software/uniutils.html#changelog>
- Use PORTEXAMPLES;
- Add some regression-tests. |
2.26_1 21 Aug 2008 06:18:49 |
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 ) |
2.26_1 06 Jun 2008 14:03:26 |
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) |
2.26 05 Apr 2008 09:22:49 |
thierry |
Upgrade to 2.26.
Changelog at <http://billposer.org/Software/UnidescChangeLog.html>. |
2.25 30 Jun 2007 23:40:56 |
thierry |
Upgrade to 2.25.
Changelog at <http://billposer.org/Software/unidesc.html#changelog>. |
2.24 04 Feb 2007 22:54:18 |
thierry |
Rename ports/sysutils/unidesc to ports/sysutils/uniutils.
PR: ports/108574
Repocopied by: marcus |