Port details |
- libidn Internationalized Domain Names command line tool
- 0.5.20 devel
=67 0.5.20Version of this port present on the latest quarterly branch.
- Maintainer: [email protected]
- Port Added: 2003-07-02 12:25:22
- Last Update: 2005-11-12 18:52:22
- SVN Revision: UNKNOWN
- People watching this port, also watch:: pcre, gettext, popt, libiconv, png
- License: not specified in port
- WWW:
- http://www.gnu.org/software/libidn
- Description:
- GNU Libidn is an implementation of the Stringprep, Punycode,
and IDNA specifications defined by the IETF Internationalized
Domain Names (IDN) working group. It is used to prepare
internationalized strings (such as domain name labels,
usernames, and passwords) in order to increase the likelihood
that string input and string comparison work in ways that make
sense for typical users throughout the world. The library
contains a generic Stringprep implementation that does Unicode
3.2 NFKC normalization, mapping and prohibition of characters,
and bidirectional character handling. Profiles for iSCSI,
Kerberos 5, Nameprep, SASL, and XMPP are included. Punycode and
ASCII Compatible Encoding (ACE) via IDNA are supported.
WWW: http://www.gnu.org/software/libidn
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- No installation instructions:
- This port has been deleted.
- PKGNAME: libidn
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- perl5.8.6 : lang/perl5.8
- libtool15 : devel/libtool15
- pkg-config : devel/pkgconfig
- Runtime dependencies:
-
- pkg-config : devel/pkgconfig
- Library dependencies:
-
- gnugetopt.1 : devel/libgnugetopt
- iconv.3 : converters/libiconv
- intl : devel/gettext
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- 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 |
12 Nov 2005 18:52:22 |
pav |
Move IDN related ports from devel to dns category:
devel/libidn -> dns/libidn
devel/p5-Net-LibIDN -> dns/p5-Net-LibIDN
Approved by: both maintainers
Repocopy by: marcus |
0.5.20 24 Oct 2005 08:22:28 |
krion |
Update to 0.5.20 |
0.5.19 19 Sep 2005 13:57:57 |
krion |
Update to 0.5.19 |
0.5.18 17 Jul 2005 22:14:22 |
krion |
Update to 0.5.18 |
0.5.17 27 May 2005 07:58:36 |
krion |
Remove superfluous dependency. |
0.5.17 26 May 2005 17:24:54 |
krion |
Update to 0.5.17 |
0.5.16 11 May 2005 17:45:31 |
krion |
Update to 0.5.16 |
0.5.15 20 Mar 2005 14:55:35 |
krion |
Update to 0.5.15 |
0.5.13 29 Jan 2005 09:08:07 |
krion |
Update to 0.5.13 |
0.5.12 25 Jan 2005 21:10:41 |
krion |
Add pkgconfig dependency. |
0.5.12 04 Dec 2004 08:00:05 |
krion |
Update to 0.5.12 |
0.5.11 22 Nov 2004 10:54:31 |
krion |
Update to 0.5.11 |
0.5.10 08 Nov 2004 20:32:13 |
krion |
Update to 0.5.10 |
0.5.9 08 Nov 2004 08:23:41 |
krion |
Update to 0.5.9 |
0.5.8 26 Oct 2004 17:37:51 |
krion |
Oh, I'm insane...
Update distinfo for the last update.
Submitted by: Michael C. Shultz <[email protected]> |
0.5.8 26 Oct 2004 15:19:44 |
krion |
Update to 0.5.8 |
0.5.6 12 Oct 2004 14:26:53 |
krion |
Update to 0.5.6 |
0.5.4 13 Aug 2004 22:51:14 |
krion |
Update to 0.5.4 |
0.5.3 07 Aug 2004 07:14:15 |
krion |
Update to 0.5.3 |
0.5.2 14 Jul 2004 12:39:43 |
krion |
Update to 0.5.2 |
0.5.1 09 Jul 2004 20:56:06 |
krion |
Update to 0.5.1 |
0.5.0 09 Jul 2004 17:43:11 |
marcus |
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to
your Makefile:
USE_LIBTOOL_VER= 15
To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:
USE_INC_LIBTOOL_VER= 15
With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).
PR: 63944
Based on work by:eik and marcus
Approved by: ade (autotools maintainer)
Tested by: kris on pointyhat
Bound to be hidden problems: You bet |
0.5.0 28 Jun 2004 06:33:06 |
krion |
Update to version 0.5.0 |
0.4.6 24 May 2004 15:11:16 |
krion |
- Update to version 0.4.6 |
0.4.5 22 May 2004 08:07:20 |
krion |
- Update to version 0.4.5 |
0.4.4 29 Apr 2004 20:44:42 |
krion |
- Update to version 0.4.4 |
0.4.3 28 Apr 2004 19:37:59 |
krion |
- Update to version 0.4.3 |
0.4.2 17 Apr 2004 14:23:16 |
krion |
- Correct plist |
0.4.2 28 Mar 2004 14:46:18 |
krion |
- Support WITHOUT_NLS |
0.4.2 23 Mar 2004 20:10:57 |
krion |
- ad hoc fix for reported build errors which I was unable to
trace
Reported by: many |
0.4.2 23 Mar 2004 15:08:51 |
krion |
- Update to version 0.4.2 |
0.4.1 18 Mar 2004 23:03:09 |
krion |
- Cosmetic changes |
0.4.1 14 Mar 2004 06:17:56 |
ade |
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed. |
0.4.1 11 Mar 2004 12:01:00 |
krion |
- Fix build on 4.x
Noticed by: bento via kris |
0.4.1 09 Mar 2004 09:46:58 |
krion |
- Update to version 0.4.1 |
0.4.0 29 Feb 2004 14:29:31 |
krion |
- Update to version 0.4.0 |
0.3.7 30 Jan 2004 14:05:15 |
krion |
- SIZEify |
0.3.7 22 Jan 2004 20:02:43 |
krion |
- Update to version 0.3.7 |
0.3.6 06 Jan 2004 22:04:34 |
krion |
- Update to version 0.3.6 |
0.3.5 15 Dec 2003 10:32:47 |
krion |
- Update to version 0.3.5 |
0.3.4 13 Nov 2003 21:03:31 |
krion |
- Fix build on -current
Reported by: bento via kris |
0.3.4 09 Nov 2003 19:26:31 |
krion |
- Update to 0.3.4 |
0.3.3_1 31 Oct 2003 02:45:00 |
ijliao |
add a missing \\ in last commit |
0.3.3_1 31 Oct 2003 02:39:30 |
ijliao |
introduce MASTER_SITE_GNU_ALPHA |
0.3.3_1 30 Oct 2003 09:25:01 |
krion |
- Use "gnomehack" knob
- Bump PORTREVISION
Submitted by: ijliao |
0.3.3 18 Oct 2003 12:41:52 |
krion |
- Update to version 0.3.3 |
0.3.2 08 Oct 2003 11:25:45 |
krion |
- Update to 0.3.2 |
0.3.1 02 Oct 2003 09:48:32 |
krion |
- Update to version 0.3.1 |
0.2.2 13 Aug 2003 22:55:17 |
krion |
- Update to 0.2.2 |
0.2.1 04 Aug 2003 20:17:54 |
krion |
Add INFO macro
Approved by: fjoe (mentor) (implicit) |
0.2.1 25 Jul 2003 15:36:30 |
krion |
Remove useless *.la file
Approved by: fjoe (mentor) (implicit) |
0.2.1 22 Jul 2003 10:34:12 |
krion |
Change my mail to @FreeBSD.org
Approved by: fjoe (mentor) |
0.2.1 21 Jul 2003 13:37:28 |
krion |
Update to 0.2.1
PR: 54645
Approved by: fjoe (mentor> |
0.2.0 02 Jul 2003 12:24:42 |
daichi |
Add libidn 0.2.0, internationalized Domain Names command line tool.
PR: 53519
Submitted by: Kirill Ponomarew <[email protected]> |