aboutsummaryrefslogtreecommitdiff
path: root/converters/libutf-8
Commit message (Collapse)AuthorAgeFilesLines
* - Remove dead master sitePav Lucistnik2004-06-061-2/+1
| | | | | | | | PR: ports/67634 Submitted by: Roman Neuhauser <neuhauser@chello.cz> Notes: svn path=/head/; revision=110976
* This port is actually libutf-8 version 1.0, not libutf version 8.1.0.Oliver Eikemeier2004-05-151-3/+3
| | | | | | | This fixes the LATEST_LINK conflict with misc/libutf. Notes: svn path=/head/; revision=109201
* Reset maintainership. Although Adam is the author of the port, illnessMark Linimon2004-05-151-1/+1
| | | | | | | | and a machine failure are keeping him from being able to look after it right now. Adam, here's hoping that things start looking up for you. Notes: svn path=/head/; revision=109178
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Changed at maintainer's request.Mark Linimon2003-10-202-6/+5
| | | | Notes: svn path=/head/; revision=91773
* Fix the URL's in pkg-descr and add HTTP master sites.Peter Pentchev2003-02-282-2/+2
| | | | | | | | PR: 48353 Submitted by: tadalunch@sources.redhat.com Notes: svn path=/head/; revision=76636
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76030
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theSatoshi Asami2000-06-161-1/+1
| | | | | | | | | | | | previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax Notes: svn path=/head/; revision=29651
* Fourth round of INSTALLS_SHLIBS conversion.Maxim Sobolev2000-06-162-5/+2
| | | | Notes: svn path=/head/; revision=29630
* portlintMichael Haro2000-04-202-5/+7
| | | | Notes: svn path=/head/; revision=27788
* update with the new PORTNAME/PORTVERSION variablesMichael Haro2000-04-081-3/+3
| | | | Notes: svn path=/head/; revision=27419
* ln -> ${LN}Michael Haro1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=21047
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20944
* Initial import of libutf-8 version 1.0.Steve Price1999-04-166-0/+56
A library of routines for the conversion between 31-bit Unicode values (UCS-4) and their 8-bit encoding (UTF-9) defined in RFC 2044. The routines can handle input and output from/to files and memory. Useful for i18n programmers. PR: 10919 Submitted by: G. Adam Stanislav <zen@buddhist.com> Notes: svn path=/head/; revision=17942