FreshPorts -- The Place For Ports notbug Sat, 26 May 2012 9:00 AM BST
Port details
recode 3.6_8 converters on this many watch lists=62 search for ports that depend on this port
Converts files between character sets and usages
Maintained by: demon@FreeBSD.org search for ports maintained by this maintainer
Port Added: unknown
License: not specified in port


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.

WWW: http://www.gnu.org/software/recode/recode.html
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.
Required To Build: lang/perl5.8, devel/libtool
Required To Run: lang/perl5.8
Required Libraries: devel/gettext

Required by:
for Build

for Libraries

To install the port: cd /usr/ports/converters/recode/ && make install clean
To add the package: pkg_add -r recode


Configuration Options
     No options to configure

Master Sites:
http://ftp.gnu.org/gnu/recode/
ftp://ftp.gnu.org/gnu/recode/
http://www.gtlib.cc.gatech.edu/pub/gnu/gnu/recode/
http://mirrors.usc.edu/pub/gnu/recode/
ftp://ftp.kddlabs.co.jp/GNU/recode/
ftp://ftp.dti.ad.jp/pub/GNU/recode/
http://ring.nict.go.jp/archives/GNU/recode/
ftp://ftp.mirrorservice.org/sites/ftp.gnu.org/gnu/recode/
ftp://ftp.informatik.hu-berlin.de/pub/gnu/gnu/recode/
ftp://ftp.informatik.rwth-aachen.de/pub/mirror/ftp.gnu.org/pub/gnu/recode/
http://ftp.funet.fi/pub/gnu/prep/recode/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 43

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
23 Sep 2011 22:26:39
Original commit files touched by this commit  3.6_8
amdmi3 search for other commits by this committer
- 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
20 Mar 2011 12:54:45
Original commit files touched by this commit  3.6_8
miwi search for other commits by this committer
- Get Rid MD5 support
04 Dec 2010 07:34:27
Original commit files touched by this commit  3.6_8
ade search for other commits by this committer
Sync to new bsd.autotools.mk
31 May 2010 02:01:56
Original commit files touched by this commit  3.6_8
ade search for other commits by this committer
Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.
02 Aug 2009 19:36:34
Original commit files touched by this commit  3.6_7
mezz search for other commits by this committer
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:      marcus and kwm
Pointyhat-exp:  a few times by pav
Tested by:      pgollucci, "Romain Tartière" <romain@blogreen.org>, and
                a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:    marcus
Approved by:    portmgr
06 Jun 2008 13:15:29
Original commit files touched by this commit  3.6_7
edwin search for other commits by this committer
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)
19 Apr 2008 17:56:05
Original commit files touched by this commit  3.6_6
  Sanity Test Failure
miwi search for other commits by this committer
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
        Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
        ehaupt, nox, itetcu, flz, pav

PR:             116263
Tested on:      pointyhat
Approved by:    portmgr (pav)
23 Feb 2006 10:40:45
Original commit files touched by this commit  3.6_6
ade search for other commits by this committer
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
22 Jan 2006 08:22:34
Original commit files touched by this commit  3.6_5
edwin search for other commits by this committer
SHA256ify

Approved by:    krion@
08 Dec 2005 11:18:11
Original commit files touched by this commit  3.6_5
demon search for other commits by this committer
Plug memory leak in librecode.
Bump PORTREVISION.

PR:             89934
Submitted by:   Sergey Prikhodko <sergey@network-asp.biz>
15 Nov 2005 06:52:12
Original commit files touched by this commit  3.6_4
ade search for other commits by this committer
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.
09 Jul 2004 17:43:11
Original commit files touched by this commit  3.6_4
marcus search for other commits by this committer
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
18 Mar 2004 18:01:13
Original commit files touched by this commit  3.6_4
trevor search for other commits by this committer
Add size data, approved by maintainers.
14 Mar 2004 06:17:56
Original commit files touched by this commit  3.6_4
ade search for other commits by this committer
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.
08 Feb 2004 22:51:27
Original commit files touched by this commit  3.6_4
krion search for other commits by this committer
- Fix build on AMD64

Approved by:    maintainer informed
04 Feb 2004 04:36:30
Original commit files touched by this commit  3.6_4
marcus search for other commits by this committer
Add USE_GETTEXT and bump PORTREVISION.

Submitted by:   trevor
Tested by:      bento
23 Jan 2004 18:12:26
Original commit files touched by this commit  3.6_3
trevor search for other commits by this committer
Now gettext 0.12.1 is gettext-old.
17 Nov 2003 12:29:10
Original commit files touched by this commit  3.6_3
trevor search for other commits by this committer
USE_REINPLACE need be defined only when REINPLACE_CMD is used.
26 Aug 2003 20:25:58
Original commit files touched by this commit  3.6_3
marcus search for other commits by this committer
Bump the PORTREVISION for the ports directly affected by the gettext upgrade.

Prodded by:     kris
25 Aug 2003 05:41:38
Original commit files touched by this commit  3.6_2
marcus search for other commits by this committer
Chase the libintl.so shared lib version.
13 Aug 2003 07:23:29
Original commit files touched by this commit  3.6_2
demon search for other commits by this committer
Utilize INFO variable.
16 Apr 2003 22:32:47
Original commit files touched by this commit  3.6_2
mbr search for other commits by this committer
Fix compilation on alpha.

Submitted by:   Christian Weisgerber <naddy@freebsd.org>
PR:             51066
23 Mar 2003 09:49:38
Original commit files touched by this commit  3.6_2
mbr search for other commits by this committer
Bump the port revision.

Pointed out by:         kris
23 Mar 2003 08:17:26
Original commit files touched by this commit  3.6_1
mbr search for other commits by this committer
Fix unresolved symbols in the recode port. Without this
fix the libs cannot be used with php.
07 Mar 2003 05:58:00
Original commit files touched by this commit  3.6_1
ade search for other commits by this committer
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
05 Nov 2002 00:53:43
Original commit files touched by this commit  3.6_1
edwin search for other commits by this committer
USE_PERL is needed for the post-po-file target.

Submitted by:   marius@alchemy.franken.de
04 Nov 2002 22:57:37
Original commit files touched by this commit  3.6_1
edwin search for other commits by this committer
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 :-)
01 Aug 2002 16:22:41
Original commit files touched by this commit  3.6_1
ade search for other commits by this committer
Chase shlib rev of devel/gettext

Submitted by:   lots and lots
Pointy hat to:  ade
29 Apr 2002 07:08:02
Original commit files touched by this commit  3.6_1
demon search for other commits by this committer
Put back ru.po, it was deleted by mistake.

Spotted by:     olgeni
17 Apr 2002 07:16:40
Original commit files touched by this commit  3.6_1
demon search for other commits by this committer
Use devel/gettext port;
Correct pkg-plist;
General cleanup;

Submitted by:   naddy

Remove files/ru.po file since it is the same file included into recode
distribution.
12 Apr 2002 17:10:20
Original commit files touched by this commit  3.6_1
ade search for other commits by this committer
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
02 Apr 2002 22:32:16
Original commit files touched by this commit  3.6
naddy search for other commits by this committer
Replace characters illegal in the specified encoding of the Greek
message catalog so it will work with new gettext.

Assistance from Costas Christoyannis <dij@hack.gr>.

Approved by:    demon
15 Mar 2002 19:44:29
Original commit files touched by this commit  3.6
ade search for other commits by this committer
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
04 Oct 2001 22:42:06
files touched by this commit
demon search for other commits by this committer
Fix iconv issue.    
09 Sep 2001 10:17:09
files touched by this commit
demon search for other commits by this committer
Upgrade to 3.6.    
05 Jul 2001 12:40:52
files touched by this commit
demon search for other commits by this committer
Add one missing file.    
21 May 2001 12:05:18
files touched by this commit
demon search for other commits by this committer
Add Russian messages.    
24 Feb 2001 17:41:37
files touched by this commit
wosch search for other commits by this committer
Update URL for bibliographic character sets.    
07 Dec 2000 12:19:22
files touched by this commit
sobomax search for other commits by this committer
Use libintl from xgettext port.    
08 Oct 2000 00:48:42
files touched by this commit
asami search for other commits by this committer
Convert category converters to new layout.  
16 Jun 2000 22:52:41
files touched by this commit
asami search for other commits by this committer
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB.  (There was a typo in the   previous
commit message to bsd.port.mk, which said INSTALL_SHLIBS.  Boo.)    
16 Jun 2000 09:19:52
files touched by this commit
sobomax search for other commits by this committer
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. 
  
15 Jun 2000 18:59:45
files touched by this commit
sobomax search for other commits by this committer
Third round of INSTALL_SHLIBS=yes fixes.    

Number of commits found: 43

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
haproxyMay 24
foswikiMay 21
inspircd*May 21
inspircd12*May 21
sympaMay 21
sympa5May 21
libxml2May 18
pidgin-otrMay 16
sudoMay 16
chromiumMay 15
chromiumMay 15
pivotx*May 14
socatMay 14
libpurpleMay 12
php5May 12

12 vulnerabilities affecting 17 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 23670
Broken 193
Deprecated 147
Ignore 735
Forbidden 3
Restricted 328
No CDROM 110
Vulnerable 0
Expired 41
Set to expire 188
Interactive 54
new 24 hours 14
new 48 hours32
new 7 days60
new fortnight181
new month254

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2012 DVL Software Limited. All rights reserved.
This page created in 0.344 seconds.