The FreeBSD Ports Archive
FreeBSD converters : recode4>
Converts files between character sets and usages
GNU `recode' has the purpose of converting files between various
character sets and usages. When exact transliterations are not
possible, as it is often the case, the program may get rid of the
offending characters or fall back on approximations.
This program recognizes or produces around 150 different character
sets and is able to transliterate files between almost any pair.
Most RFC 1345 character sets are supported.
http://www.gnu.org/software/recode/recode.html
|
recode history
v. 1.36
date: 2006/02/23 10:35:00; author: ade; state: Exp; lines: +2 -2
Conversion to a single libtool environment.
Approved by: portmgr (kris)
v. 1.35
date: 2005/12/08 11:18:11; author: demon; state: Exp; lines: +1 -1
Plug memory leak in librecode.
Bump PORTREVISION.
PR: 89934
Submitted by: Sergey Prikhodko
v. 1.34
date: 2005/11/15 06:48:16; author: ade; state: Exp; lines: +1 -1
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
v. 1.33
date: 2004/07/09 17:42:00; author: marcus; state: Exp; lines: +1 -1
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
v. 1.32
date: 2004/03/14 06:16:06; author: ade; state: Exp; lines: +1 -1
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.
v. 1.31
date: 2004/02/08 22:51:27; author: krion; state: Exp; lines: +1 -0
- Fix build on AMD64
Approved by: maintainer informed
v. 1.30
date: 2004/02/04 04:35:47; author: marcus; state: Exp; lines: +2 -3
Add USE_GETTEXT and bump PORTREVISION.
Submitted by: trevor
Tested by: bento
v. 1.29
date: 2004/01/23 18:11:45; author: trevor; state: Exp; lines: +1 -1
Now gettext 0.12.1 is gettext-old.
v. 1.28
date: 2003/11/17 12:28:52; author: trevor; state: Exp; lines: +0 -1
USE_REINPLACE need be defined only when REINPLACE_CMD is used.
v. 1.27
date: 2003/08/26 20:25:38; author: marcus; state: Exp; lines: +1 -1
Bump the PORTREVISION for the ports directly affected by the gettext upgrade.
Prodded by: kris
v. 1.26
date: 2003/08/25 05:41:20; author: marcus; state: Exp; lines: +1 -1
Chase the libintl.so shared lib version.
v. 1.25
date: 2003/08/13 07:23:29; author: demon; state: Exp; lines: +2 -7
Utilize INFO variable.
v. 1.24
date: 2003/03/23 09:49:38; author: mbr; state: Exp; lines: +1 -1
Bump the port revision.
Pointed out by: kris
v. 1.23
date: 2003/03/07 05:57:59; author: ade; state: Exp; lines: +1 -0
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
v. 1.22
date: 2002/11/05 00:53:43; author: edwin; state: Exp; lines: +2 -1
USE_PERL is needed for the post-po-file target.
Submitted by: marius@alchemy.franken.de
v. 1.21
date: 2002/11/04 22:57:34; author: edwin; state: Exp; lines: +3 -2
Half of these ones missed yesterday while converting to USE_REINPLACE.
The other half needs perl to build.
Noticed on bento and others (full mailbox :-)
v. 1.20
date: 2002/08/01 16:22:05; author: ade; state: Exp; lines: +1 -1
Chase shlib rev of devel/gettext
Submitted by: lots and lots
Pointy hat to: ade
v. 1.19
date: 2002/04/29 07:08:02; author: demon; state: Exp; lines: +4 -1
Put back ru.po, it was deleted by mistake.
Spotted by: olgeni
v. 1.18
date: 2002/04/17 07:16:33; author: demon; state: Exp; lines: +4 -14
Use devel/gettext port;
Correct pkg-plist;
General cleanup;
PR:
Submitted by: naddy
Remove files/ru.po file since it is the same file included into recode
distribution.
v. 1.17
date: 2002/04/12 17:09:28; author: ade; state: Exp; lines: +8 -4
gettext upgrade uber-patch (stage 3)
- switch devel/gettext (0.11.1) on, installing full package
- flip devel/gettext-old (0.10.35) to installing only static binaries
with a "-old" suffix -- gettext-old will have its deorbit burn
sequence initiated just after 4.6-RELEASE
- fix up ports for the new world order
Reviewed by: portmgr
v. 1.16
date: 2002/03/15 19:43:45; author: ade; state: Exp; lines: +2 -2
Stage 1 of gettext update.
Move gettext (0.10.35) with gettext-old
Update gettext from gettext-devel (0.10.40)
Remove gettext-devel
Fix dependencies
Stage 2 will involve upgraded gettext to 0.11 and fixing issues
Stage 3 involves a de-orbit burn sequence for gettext-old
Reviewed by: portmgr
v. 1.15
date: 2001/09/09 09:17:09; author: demon; state: Exp; lines: +31 -9
Upgrade to 3.6.
PR: 30375
Submitted by: Cyrille Lefevre
MAINTAINER timeout.
Assign maintainership to myself.
v. 1.14
date: 2001/05/21 11:05:17; author: demon; state: Exp; lines: +3 -1
Add Russian messages.
MAINTAINER timeout.
v. 1.13
date: 2000/12/07 12:19:21; author: sobomax; state: Exp; lines: +8 -1
Use libintl from xgettext port.
v. 1.12
date: 2000/06/16 21:50:26; author: asami; state: Exp; lines: +2 -2
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the
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
v. 1.11
date: 2000/06/16 08:18:40; author: sobomax; state: Exp; lines: +2 -2
Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because I
just cun'n'pasted the name from Satoshi's commit message without checking
it.
Hall of shame entry: sobomax
v. 1.10
date: 2000/06/15 17:59:11; author: sobomax; state: Exp; lines: +2 -1
Third round of INSTALL_SHLIBS=yes fixes.
v. 1.9
date: 2000/04/08 23:24:36; author: mharo; state: Exp; lines: +3 -3
update with the new PORTNAME/PORTVERSION variables
v. 1.8
date: 1999/12/29 08:12:57; author: steve; state: Exp; lines: +5 -3
Update to version 3.5.
PR: 12891
Submitted by: Dmitry S. Sivachenko
v. 1.7
date: 1999/08/31 06:41:04; author: mharo; state: Exp; lines: +3 -3
FreeBSD.ORG -> FreeBSD.org
Prompted by PR: 13476, 13477
Submitted by: KATO Tsuguru
v. 1.6
date: 1999/08/25 05:16:28; author: obrien; state: Exp; lines: +1 -1
Change Id->FreeBSD.
v. 1.5
date: 1999/01/27 07:41:05; author: fenner; state: Exp; lines: +2 -1
${MASTER_SITE_GNU} got rearranged in December; let's catch up.
v. 1.4
date: 1997/04/26 23:55:23; author: asami; state: Exp; lines: +2 -2
This is a new category for non-archival, non-encryption character code
converters.
v. 1.3
date: 1996/11/18 10:25:19; author: asami; state: Exp; lines: +2 -2
Use MASTER_SITE_GNU Use MAN? macros. CATEGORIES+= -> CATEGORIES.
v. 1.2
date: 1995/11/26 10:48:13; author: asami; state: Exp; lines: +2 -2
Change "utilities" category to "misc" in preparation for move to misc.
v. 1.1
date: 1995/07/17 01:04:43; author: torstenb; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1995/07/17 01:04:43; author: torstenb; state: Exp; lines: +0 -0
recode converts files between character sets and usages
=============================================================================
|
| |

|