| CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Fri, 09 Jan 2026 05:03:26 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100209072649
location: https://web.archive.org/web/20100209072649/https://libiconv.darwinports.com/
server-timing: captures_list;dur=0.492311, exclusion.robots;dur=0.036062, exclusion.robots.policy;dur=0.027285, esindex;dur=0.009646, cdx.remote;dur=53.919369, LoadShardBlock;dur=305.402080, PetaboxLoader3.datanode;dur=212.390301, PetaboxLoader3.resolve;dur=20.310189
x-app-server: wwwb-app212-dc8
x-ts: 302
x-tr: 386
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app212; path=/
x-location: All
x-as: 14061
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Fri, 09 Jan 2026 05:03:27 GMT
content-type: text/html
x-archive-orig-date: Tue, 09 Feb 2010 07:10:52 GMT
x-archive-orig-server: Apache
x-archive-orig-vary: Accept-Encoding
x-archive-orig-connection: close
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: iso-8859-1
memento-datetime: Tue, 09 Feb 2010 07:26:49 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 51_14_20100209043523_crawl101-c/51_14_20100209072559_crawl103.arc.gz
server-timing: captures_list;dur=0.496797, exclusion.robots;dur=0.017945, exclusion.robots.policy;dur=0.008592, esindex;dur=0.009730, cdx.remote;dur=4.600977, LoadShardBlock;dur=85.886808, PetaboxLoader3.datanode;dur=112.008055, PetaboxLoader3.resolve;dur=51.945839, load_resource;dur=83.890349
x-app-server: wwwb-app212-dc8
x-ts: 200
x-tr: 263
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-as: 14061
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
Libiconv version 1.13 - How to Download and Install on Mac OS X
|
|||||||||
Monday the 8th of February, 2010 |
|||||||||
libiconv most recent diffversion 1.13
Scroll down toward the bottom of the page to get installation instructions for libiconv. The raw portfile for libiconv 1.13 is located here: https://libiconv.darwinports.com/dports/textproc/libiconv/Portfile Find related portfiles with the unique DarwinPorts.com search feature. Check for any related Fink projects here: pdb.finkproject.org/pdb/package.php/libiconv The libiconv Portfile 57375 2009-09-10 08:16:41Z ryandesign PortSystem 1.0 PortGroup muniversal 1.0 Name: libiconv Version: 1.13 Category: textproc Maintainers: ryandesign Platform: darwin freebsd linux Homepage: https://www.gnu.org/software/libiconv/ distfiles ${distname}${extract.suffix}:gnu extract.only ${distname}${extract.suffix} use_parallel_build yes Master Sites: gnu::gnu https://www2d.biglobe.ne.jp/~msyk/software/libiconv/:cp932fix Description: Character set conversion library Long Description: A character-set conversion library which implements the iconv() API for dealing with unicode and other types of conversion. Checksums: ${distname}${extract.suffix} md5 048032a3032ebd182150bdee30a5d533 sha1 10e5f7d26a59430a9a88a3d0b557634e6f72c859 rmd160 695b90c0830ee457213a9b46ae7da70f2e962c43 ${distname}-cp932-devel.patch.gz md5 07610e708d664627b83f905832f671d4 sha1 8384da4114d62018b6bed2d8973237a423c1cbf1 rmd160 62852bd1cd22f0be0280c4f64bd6d256b4b00917 depends_build port:gperf Patch Files: patch-utf8mac.diff patch-src-Makefile.in-darwin.diff configure.cppflags configure.ldflags configure.args --enable-static --mandir=${prefix}/share/man --docdir=${prefix}/share/doc/${name}-${version} --without-libiconv-prefix --without-libintl-prefix --disable-nls --enable-extra-encodings if {![variant_isset disable_utf8mac] || [variant_isset enable_cp932fix]} { build.cmd ${build.cmd} CC=${configure.cc} -f Makefile.devel && ${build.cmd} } test.run yes test.target check platform freebsd { patchfiles-append patch-Makefile.devel pre-fetch { variant_set disable_utf8mac } } platform linux { pre-fetch { variant_set disable_utf8mac } } post-destroot { if {[file exists ${destroot}${prefix}/lib/charset.alias]} { delete ${destroot}${prefix}/lib/charset.alias } } # Do not support UTF-8-MAC encoding Variant: disable_utf8mac { patchfiles-delete patch-utf8mac.diff } # Apply a patch to fix the conversion problem between Shift-JIS and Unicode (See Microsoft KB Q170559) Variant: enable_cp932fix { distfiles-append ${distname}-cp932-devel.patch.gz:cp932fix post-patch { system "cd ${worksrcpath} && gzip -dc '${distpath}/${distname}-cp932-devel.patch.gz' | patch -p1" } } if { [variant_isset universal] } { # When cross-compiling, can guess wrong endian value. if { ${os.arch}=="i386" } { if { ${os.major} >= 10 } { lappend merger_configure_env(ppc) cl_cv_sys_endian='big endian' set cross_archs "ppc ppc64" } lappend merger_configure_env(ppc64) cl_cv_sys_endian='big endian' set cross_archs "ppc64" } else { lappend merger_configure_env(i386) cl_cv_sys_endian='little endian' lappend merger_configure_env(x86_64) cl_cv_sys_endian='little endian' set cross_archs "i386 x86_64" } foreach arch ${cross_archs} { lappend merger_configure_env(${arch}) ac_cv_func_malloc_0_nonnull='yes' gl_cv_func_malloc_0_nonnull='1' } # See https://trac.macports.org/ticket/18440. if { ${os.major}=="8" } { foreach arch "ppc64 x86_64" { lappend merger_configure_env(${arch}) am_cv_func_iconv='yes' am_cv_proto_iconv_arg1='const' } } } livecheck.type freshmeat If you haven't already installed Darwin Ports, you can find easy instructions for doing so at the main Darwin Ports page. Once Darwin Ports has been installed, in a terminal window and while online, type the following and hit return:
% cd /opt/local/bin/portslocation/dports/libiconvYou will then be prompted for your root password, which you should enter. You may have to wait for a few minutes while the software is retrieved from the network and installed for you. Y ou should see something that looks similar to: - Make sure that you do not close the terminal window while Darwin Ports is working. Once the software has been installed, you can find further information about using libiconv with these commands: % man libiconv Where to find more information:
This website is back-ended by DB5, the best database in the business,
|
![]() |
Order Snow Leopard MacOSX 10.6 for only $29!
Other Helpful SitesMacOSForgeDebian Packages MacPorts - SVN Freshports - FreeBSD Fink Package List RPM for MacOSX Port Categories
accounting
amusements aqua archivers audio benchmarks biology blinkenlights cad chat chinese comms compression cross crypto databases devel editors education electronics emacs emulators erlang finance fonts framework fuse games genealogy gis gnome gnustep graphics gtk haskell iphone irc japanese java kde kde4 lang macports math mercurial ml mono multimedia net network news ocaml office palm parallel perl php pim project python reporting rox ruby russian scheme science security shells spelling squeak sysutils tcl tex textproc tk unicode vnc win32 wsn www x11 x11-font x11-wm xfce zope
Current SVN DownloadsDarwin Ports Current :nightly SVN snapshot SSH Key Gen See also: GNU-Darwin Ports for GNU-only software |
|||||||
| |


