aboutsummaryrefslogtreecommitdiff
path: root/converters/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* libb64 is a library of ANSI C routines for fast encoding/decoding dataPawel Pekala2012-04-151-0/+1
| | | | | | | | | | | | | | | | | | into and from a base64-encoded format. C++ wrappers are included, as well as the source code for standalone encoding and decoding executables. Base64 uses a subset of displayable ASCII characters, and is therefore a useful encoding for storing binary data in a text file, such as XML, or sending binary data over text-only email. WWW: http://libb64.sourceforge.net PR: ports/166670 Submitted by: Ismail Yenigul <ismail.yenigul@surgate.com> Notes: svn path=/head/; revision=294879
* 2012-04-05 audio/p5-MusicBrainz-Queries: MusicBrainz RDF webservice no ↵Baptiste Daroussin2012-04-091-1/+0
| | | | | | | | | | | | | | longer functions 2012-04-05 audio/ruby-musicbrainz: MusicBrainz RDF webservice no longer functions 2012-03-14 converters/ruby-lv: upstream no longer has this 2012-04-04 devel/p5-Getopt-Popt: "Gone from CPAN" 2012-04-07 net/p5-Net-Rendezvous: Superceeded by dns/p5-Net-Bonjour Feature safe: yes Notes: svn path=/head/; revision=294446
* Initial import of zfec-1.4.22Kevin Lo2012-03-021-0/+1
| | | | | | | | Zfec is a fast erasure codec which can be used with the command-line, C, Python, or Haskell. Notes: svn path=/head/; revision=292516
* - Add a new port: converters/R-cran-rjsonTAKATSU Tomonari2012-02-211-0/+1
| | | | | | | | | Converts R object into JSON objects and vice-versa WWW: http://cran.r-project.org/web/packages/rjson/ Notes: svn path=/head/; revision=291995
* Add gbsdconv 0.2, GUI for bsdconv.Li-Wen Hsu2011-12-271-0/+1
| | | | | | | | PR: ports/163642 Submitted by: buganini@gmail.com Notes: svn path=/head/; revision=288114
* Log:Ruslan Makhmatkhanov2011-12-121-1/+0
| | | | | | | | | | - Remove expired port: Included into python itself since version 2.4. Approved by: novel (mentor) Feature safe: yes Notes: svn path=/head/; revision=287241
* Remove ports@ ports that have been DEPRECATED for at least 1 monthDoug Barton2011-11-021-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | audio/shoutcast Unfetchable; website rearranged audio/linux-shoutcast Unfetchable; website rearranged chinese/scim-chewing Does not configure converters/py-cjkcodecs Integrated into every python version in the tree databases/kpogre Does not compile deskutils/mhc Does not fetch deskutils/org-mode.el6 Does not fetch deskutils/gemcal Does not fetch devel/erlang-thrift Does not build dns/domtools Does not fetch editors/richtext Does not compile games/vultures-claw Does not fetch games/bomb Does not fetch games/lgeneral-data Bad plist games/linux-enemyterritory-jaymod Does not fetch games/xphotohunter Does not fetch graphics/gimpshop Fails to patch graphics/lightspark-devel Does not compile graphics/xmms-plazma Does not fetch graphics/py-cgkit Does not fetch, does not compile on ia64, powerpc, or sparc64 japanese/rxvt Does not fetch, fails to build with new utmpx japanese/epic4 Some distfiles do not fetch java/jde Does not fetch java/kaffe Does not fetch korean/gdick HTMLs from the Yahoo! Korea Dictionary cannot be parsed, other runtime problems korean/hanterm-xf86 Does not compile korean/stardict2-dict-kr Does not fetch lang/p5-JavaScript Does not fetch lang/TenDRA Website disappeared; last release 2006, Does not compile on recent FreeBSD-9 mail/freepops Does not build mail/itraxp Does not build misc/tellico Leaves file behind on deinstall net/gsambad Does not fetch net/nocatauth-gateway Uses a UID registered to another port net/nocatauth-server Uses a UID registered to another port net/libosip2 Does not fetch net/kmuddy Does not fetch net/netboot Does not build net-mgmt/jffnms Does not fetch net-p2p/frostwire Does not fetch net-p2p/azureus Does not fetch news/cleanscore Does not fetch news/nntpswitch Does not fetch news/p5-NewsLib Does not fetch russian/cyrproxy Does not fetch science/gerris Does not fetch security/opensaml Does not fetch sysutils/wmbattery Does not fetch sysutils/cpuburn No more public distfiles textproc/tei-guidelines-p4 Does not fetch textproc/tei-p4 Does not fetch textproc/py-hyperestraier Does not fetch textproc/tdtd.el Does not fetch textproc/tei-lite Does not fetch www/phpwiki13 Does not fetch www/p5-Apache-Scoreboard Depends on mod_perl www/p5-B-LexInfo Broken due the new mod_perl2 API www/phpwiki Does not fetch www/smb2www Apache13 is deprecated, migrate to 2.2.x+ now www/spip Checksum is changing daily www/monkey Does not fetch x11-toolkits/jdic Does not fetch x11-toolkits/py-kde Does not compile Notes: svn path=/head/; revision=284893
* BSD licensed charset/encoding converter library with more function thanSteve Wills2011-10-281-0/+1
| | | | | | | | | | | | | libiconv. (Currently, only a few codecs are supported) This port is a ruby wrapper for bsdconv. WWW: https://github.com/buganini/ruby-bsdconv PR: ports/162022 Submitted by: buganini@gmail.com Notes: svn path=/head/; revision=284493
* - Add p5-Convert-NLS_DATE_FORMAT 0.03Sunpoet Po-Chuan Hsieh2011-10-191-0/+1
| | | | | | | | | | Convert::NLS_DATE_FORMAT is a Perl module to convert Oracle's NLS_DATE_FORMAT string into a strptime format string, or the reverse. WWW: http://search.cpan.org/dist/Convert-NLS_DATE_FORMAT/ Notes: svn path=/head/; revision=283903
* - Add a new port: converters/R-cran-RJSONIOTAKATSU Tomonari2011-09-041-0/+1
| | | | | | | | | | | | | | | | | | | | | This is a package that allows conversion to and from data in Javascript object notation (JSON) format. This allows R objects to be inserted into Javascript/ECMAScript/ActionScript code and allows R programmers to read and convert JSON content to R objects. This is an alternative to rjson package. That version was too slow for converting large R objects to JSON and is not extensible, but a very useful prototype. It is fast for parsing. This package uses methods, vectorized operations and C code and callbacks to R functions for deserializing JSON objects to R. Verison 0.4 of this package uses a new native parser, implements the transformation code in C and allocates memory efficiently (rather than concatenating because of event driven parsing). The result is a significantly faster parsing of large JSON documents. WWW: http://cran.r-project.org/web/packages/RJSONIO/ Notes: svn path=/head/; revision=281149
* A JSON parsing and encoding library optimized for ease of use and highGabor Pali2011-08-141-0/+1
| | | | | | | | | | | | performance. (A note on naming: in Greek mythology, Aeson was the father of Jason.) WWW: http://github.com/mailrank/aeson Obtained from: FreeBSD Haskell Notes: svn path=/head/; revision=279716
* Bye bye abandonwares (part 2)Baptiste Daroussin2011-08-011-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2011-08-01 benchmarks/rawio: Looks like an abandonware, no more public distfiles 2011-08-01 benchmarks/tmetric: Looks like abandonware, no more public distfiles 2011-08-01 biology/L-Breeder: Looks like an abandonware, no more public distfile 2011-08-01 biology/crimap: Looks like an abandonware, no more public distfile 2011-08-01 biology/distribfold: No more upstream, looks like an abandonware 2011-08-01 biology/kinemage: Looks like an abandonware, no more public distfile 2011-08-01 biology/lsysexp: Looks like an abandonware, no more public distfile 2011-08-01 chinese/chm2html: Looks like an abandonware, no more public distfile 2011-08-01 chinese/ntuttf: No more public distfiles available 2011-08-01 chinese/reciteword: Looks like an abandonware, no more public distfile 2011-08-01 chinese/tocps: No more pulic distfiles 2011-08-01 chinese/xttmgr: Looks like an abandonware, no more public distfile 2011-08-01 comms/mserver: Looks like an abandonware, no more public distfiles 2011-08-01 comms/qicosi: Looks like an abandonware, no more public distfile 2011-08-01 comms/sms_client: Looks like an abandonware, no more public distfile 2011-08-01 comms/smstools: Looks like an abandonware, no more public distfile 2011-08-01 converters/siconv: Looks like an abandonware, no more public distfiles 2011-08-01 converters/utf8conv: Looks like an abandonware, no more public distfile 2011-08-01 databases/pgcluster: Looks like an abandonware, no more public distfile 2011-08-01 databases/py-MySQL: Please use databases/py-MySQLdb instead 2011-08-01 databases/py-SQLDict: Looks like an abandonware, no more public distfile 2011-08-01 databases/py-rrdpipe: Looks like an abandonware, no more public distfile 2011-08-01 databases/sybase_ase: no more public distfiles available Notes: svn path=/head/; revision=278678
* Converts OSM planet.osm data to a PostgreSQL database suitableDmitry Marakasov2011-06-291-0/+1
| | | | | | | | | | | | | for rendering into map tiles by Mapnik. The format of the database is optimised for ease of rendering by mapnik. It may be less suitable for other general purpose processing. WWW: http://wiki.openstreetmap.org/wiki/Osm2pgsql Notes: svn path=/head/; revision=276669
* OpenStreetMap data into Polish map format (MP) convertorDmitry Marakasov2011-06-221-0/+1
| | | | | | | WWW: http://code.google.com/p/osm2mp/ Notes: svn path=/head/; revision=276067
* Simple shell utility to convert html to pdf using a custom static buildMartin Matuska2011-03-211-0/+1
| | | | | | | | | | | | | | | | of qt and the webkit rendering engine. Features of the static version: * Convert web pages into PDF documents using webkit * Adding headers and footers * TOC generation * Batch mode conversions * XServer is not required (however the X11 client libs must be installed) WWW: http://code.google.com/p/wkhtmltopdf/ Notes: svn path=/head/; revision=271420
* PerlIO::via::Unidecode implements a PerlIO::via layer that appliesDmitry Marakasov2011-03-121-0/+1
| | | | | | | | | Unidecode (Text::Unidecode) to data passed through it. WWW: http://search.cpan.org/dist/PerlIO-via-Unidecode/ Notes: svn path=/head/; revision=270726
* Encode::Locale - Determine the locale encodingDmitry Marakasov2011-03-111-0/+1
| | | | | | | WWW: http://search.cpan.org/dist/Encode-Locale/ Notes: svn path=/head/; revision=270715
* - Add p5-JSON-PP 2.27104Sunpoet Po-Chuan Hsieh2011-03-041-0/+1
| | | | | | | | | JSON::PP is a JSON::XS compatible pure-Perl module. WWW: http://search.cpan.org/dist/JSON-PP/ Notes: svn path=/head/; revision=270242
* Remove expired ports:Renato Botelho2011-01-031-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2011-01-01 audio/emphasis: abandoned upstream 2011-01-01 converters/ecore-txt: abandoned upstream 2011-01-01 deskutils/estickies: abandoned upstream 2011-01-01 devel/ecore-job: abandoned upstream 2011-01-01 devel/engrave: abandoned upstream 2011-01-01 devel/evfs: abandoned upstream 2011-01-01 devel/ruby-ecore: abandoned upstream 2011-01-01 graphics/exhibit: abandoned upstream 2011-01-01 graphics/epsilon: abandoned upstream 2011-01-01 graphics/esmart: abandoned upstream 2011-01-01 graphics/ruby-edje: abandoned upstream 2011-01-01 graphics/ruby-esmart: abandoned upstream 2011-01-01 graphics/ruby-evas: abandoned upstream 2011-01-01 graphics/ruby-redact: abandoned upstream 2011-01-01 multimedia/eclair: abandoned upstream 2011-01-01 security/phpmyid: Development has ceased. 2011-01-01 sysutils/ecore-config: abandoned upstream 2011-01-01 sysutils/extrackt: abandoned upstream 2011-01-01 textproc/exml: abandoned upstream 2011-01-02 www/mod_accesscookie: upstream is gone 2011-01-02 www/mod_vdbh: upstream is gone 2011-01-02 www/mod_auth_any: upstream is gone 2011-01-02 www/mod_log_data: upstream is gone and will be unsupported by ASF when 2.4.0 is release, migrate to 2.2.x+ now 2011-01-01 x11-fm/entropyfm: abandoned upstream 2011-01-01 x11-themes/e17-splash-fortune: abandoned upstream 2011-01-01 x11-themes/e17-splash-shiny: abandoned upstream 2011-01-01 x11-themes/e17-splash-takara: abandoned upstream 2011-01-01 x11-themes/e17-theme-blue_eyed: abandoned upstream 2011-01-01 x11-themes/e17-theme-dali: abandoned upstream 2011-01-01 x11-themes/e17-theme-gant: abandoned upstream 2011-01-01 x11-themes/e17-theme-japan2007: abandoned upstream 2011-01-01 x11-themes/e17-theme-kor: abandoned upstream 2011-01-01 x11-themes/e17-theme-milky: abandoned upstream 2011-01-01 x11-themes/e17-theme-night_bling: abandoned upstream 2011-01-01 x11-themes/e17-theme-simply_white: abandoned upstream 2011-01-01 x11-themes/e17-splash-azul: abandoned upstream 2011-01-01 x11-themes/e17-splash-blue: abandoned upstream 2011-01-01 x11-themes/e17-splash-clean: abandoned upstream 2011-01-01 x11-themes/e17-splash-logo: abandoned upstream 2011-01-01 x11-toolkits/etk: abandoned upstream 2011-01-01 x11-toolkits/ewl: abandoned upstream 2011-01-01 x11-toolkits/enhance: abandoned upstream 2011-01-01 x11-wm/e17-module-bling: abandoned upstream 2011-01-01 x11-wm/e17-module-mixer: abandoned upstream 2011-01-01 x11-wm/e17-utils: abandoned upstream 2011-01-01 x11/elicit: abandoned upstream 2011-01-01 x11/enity: abandoned upstream 2011-01-01 x11/examine: abandoned upstream 2011-01-01 x11/ecore-desktop: abandoned upstream Notes: svn path=/head/; revision=267323
* Punycode conversion of UTF-8 string.Timur I. Bakeyev2010-12-101-0/+1
| | | | Notes: svn path=/head/; revision=265958
* Encode::Punycode -- Encode plugin for PunycodeTimur I. Bakeyev2010-12-101-0/+1
| | | | Notes: svn path=/head/; revision=265957
* This module implements the nameprep specification, which describes howTimur I. Bakeyev2010-12-101-0/+1
| | | | | | | | | | | | to prepare internationalized domain name (IDN) labels in order to increase the likelihood that name input and name comparison work in ways that make sense for typical users throughout the world. Nameprep is a profile of the stringprep protocol and is used as part of a suite of on-the-wire protocols for internationalizing the Domain Name System (DNS). Notes: svn path=/head/; revision=265955
* A new port p5-Unicode-Stringprep is added:Timur I. Bakeyev2010-12-101-0/+1
| | | | | | | Unicode::Normalize - Unicode Normalization Forms Notes: svn path=/head/; revision=265952
* Add drg2sbg 1.2.11, convert propiatary .drg file format into SBaGenEmanuel Haupt2010-07-171-0/+1
| | | | | | | format. Notes: svn path=/head/; revision=257889
* Data encoding library currently providing Base16, Base32, Base32Hex,Gabor Pali2010-05-151-0/+1
| | | | | | | | | | Base64, Base64Url, Base85, Python string escaping, Quoted-Printable, URL encoding, uuencode, xxencode, and yEncoding. WWW: http://www.haskell.org/haskellwiki/Library/Data_encoding Notes: svn path=/head/; revision=254362
* - PHP 5.2 slave portDirk Meyer2010-04-231-0/+1
| | | | | | | | PR: 145772 Submitted by: Alex Keda Notes: svn path=/head/; revision=253124
* - PHP 5.2 slave portDirk Meyer2010-04-231-0/+1
| | | | | | | | PR: 145772 Submitted by: Alex Keda Notes: svn path=/head/; revision=253101
* - PHP 5.2 slave portDirk Meyer2010-04-231-0/+1
| | | | | | | | PR: 145772 Submitted by: Alex Keda Notes: svn path=/head/; revision=253100
* A set of programs to interconvert between mac font formats and pfb, ttf, otfMartin Wilke2010-02-121-0/+1
| | | | | | | | | | | | and bdf files on unix WWW: http://fondu.sourceforge.net/ PR: ports/142945 Submitted by: Gvozdikov Veniamin <g.veniamin at googlemail.com> Notes: svn path=/head/; revision=249707
* Add cl-babel, a charset encoding/decoding library, not unlike GNUJimmy Olgeni2010-01-201-0/+3
| | | | | | | libiconv, but completely written in Common Lisp. Notes: svn path=/head/; revision=248220
* - Fix sorting and minor cleanups in category MakefilesDmitry Marakasov2010-01-201-2/+2
| | | | Notes: svn path=/head/; revision=248188
* Ever showed 12345678 bytes to the user instead of just saying 11MB?Wen Heping2010-01-081-0/+1
| | | | | | | | | | | | | This module returns you a printable string which is more readable by humans than a simple bytecount. WWW: http://search.cpan.org/dist/Format-Human-Bytes/ PR: ports/141108 Submitted by: Cezary Morga <cm@therek.net> Notes: svn path=/head/; revision=247373
* JSON (JavaScript Object Notation) is a lightweight data-interchangeGabor Pali2010-01-021-0/+1
| | | | | | | | | | | | | | | | | | format. It is easy for humans to read and write. It is easy for machines to parse and generate. It is based on a subset of the JavaScript Programming Language, Standard ECMA-262 3rd Edition - December 1999. This library provides a parser and pretty printer for converting between Haskell values and JSON. WWW: http://hackage.haskell.org/package/json PR: ports/142184 Submitted by: Jacula Modyun <jacula(at)gmail.com> Notes: svn path=/head/; revision=247032
* Serialize / deserialize AMF data.Jun Kuriyama2009-12-251-0/+1
| | | | | | | WWW: http://search.cpan.org/dist/Data-AMF/ Notes: svn path=/head/; revision=246573
* Encode::IMAPUTF7 is a perl module for modification of UTF-7 encodingWen Heping2009-12-181-0/+1
| | | | | | | | | | | | | for IMAP. IMAP mailbox names are encoded in a modified UTF7 when names contains international characters outside of the printable ASCII range. The modified UTF-7 encoding is defined in RFC2060 (section 5.1.3). WWW: http://search.cpan.org/dist/Encode-IMAPUTF7/ Notes: svn path=/head/; revision=246100
* Add lua-iconv, is a lua binding to iconv(3).Vanilla I. Shu2009-12-051-0/+1
| | | | Notes: svn path=/head/; revision=245237
* What Unidecode provides is a function, 'unidecode(...)' thatMartin Wilke2009-11-041-0/+1
| | | | | | | | | | | | | | | | takes Unicode data and tries to represent it in ASCII characters (i.e., the universally displayable characters between 0x00 and 0x7F). The representation is almost always an attempt at *transliteration* -- i.e., conveying, in Roman letters, the pronunciation expressed by the text in some other writing system. (See the example above) WWW: http://code.zemanta.com/tsolc/unidecode/ PR: ports/139858 Submitted by: Douglas Thrift Notes: svn path=/head/; revision=243771
* BSD licensed charset/encoding converter library with more function thanMartin Wilke2009-10-141-0/+1
| | | | | | | | | | | | | libiconv. (Currently, only a few codecs are supported) This port is a python wrapper for bsdconv. WWW: http://github.com/buganini/bsdconv/ PR: ports/139524 Submitted by: buganini at gmail.com Notes: svn path=/head/; revision=242844
* Add converters/p5-Encode-DoubleEncodedUTF8 0.04, a Perl module to fixAnton Berezin2009-10-011-0/+1
| | | | | | | double encoded UTF-8 strings. Notes: svn path=/head/; revision=242355
* Add rcctoolsMax Brazhnikov2009-08-231-0/+1
| | | | Notes: svn path=/head/; revision=240175
* Perl version of Python's URL-safe base64 codecMartin Wilke2009-08-221-0/+1
| | | | | | | | | | WWW: http://search.cpan.org/dist/MIME-Base64-URLSafe/ PR: ports/138057 Submitted by: Dan Rench <citric at cubicone.tmetic.com> Notes: svn path=/head/; revision=240153
* pisa is a html2pdf converter using the ReportLab Toolkit, theMartin Wilke2009-08-171-0/+1
| | | | | | | | | | | | | | | | | | HTML5lib and pyPdf. It supports HTML 5 and CSS 2.1 (and some of CSS 3). It is completely written in pure Python so it is platform independent. The main benefit of this tool that a user with Web skills like HTML and CSS is able to generate PDF templates very quickly without learning new technologies. Easy integration into Python frameworks like CherryPy, KID Templating, TurboGears, Django, Zope, Plone, Google AppEngine (GAE) etc. WWW: http://www.xhtml2pdf.com/ PR: ports/137790 Submitted by: Wen Heping <wenheping at wenheping.com> Notes: svn path=/head/; revision=239808
* Igbinary is a drop in replacement for the standard PHP serializer.Martin Wilke2009-08-141-0/+1
| | | | | | | | | | | | | | | Instead of time and space consuming textual representation, igbinary stores PHP data structures in a compact binary form. Savings are significant when using memcached or similar memory based storages for serialized data. WWW: http://opensource.dynamoid.com/ PR: ports/137308 Submitted by: Gea-Suan Lin <gslin at gslin.org> Notes: svn path=/head/; revision=239508
* Add converters/p5-Encoding-FixLatin, a Perl module and a command-lineAnton Berezin2009-07-291-0/+1
| | | | | | | | utility to convert input which may contain characters in more than one encoding to UTF-8 output. Notes: svn path=/head/; revision=238610
* This port is a perl wrapper for bsdconv.Martin Wilke2009-06-051-0/+1
| | | | | | | | | | WWW: http://github.com/buganini/bsdconv/ PR: ports/135052 Submitted by: buganini at gmail.com Notes: svn path=/head/; revision=235252
* This port is a php wrapper for bsdconv.Martin Wilke2009-06-051-0/+1
| | | | | | | | | | WWW: http://github.com/buganini/bsdconv/ PR: ports/134872 Submitted by: buganini at gmail.com Notes: svn path=/head/; revision=235250
* BSD licensed charset/encoding converter library withMartin Wilke2009-06-051-0/+1
| | | | | | | | | | | | | more function than libiconv. (Currently only support few codecs) WWW: http://github.com/buganini/bsdconv/ PR: ports/134871 Submitted by: buganini at gmail.com Notes: svn path=/head/; revision=235249
* String::SetUTF8 lets you directly set or unset the UTF-8 flagDennis Herrmann2009-05-261-0/+1
| | | | | | | | | | | | | | | | for your strings. Sometimes you get binary data that Perl doesn't treat as UTF-8, so instead of doing a trick with pack and unpack you can just use this module. WWW: http://search.cpan.org/dist/String-SetUTF8/ Andrei V. Shetuhin <reki@reki.ru> PR: ports/134932 Submitted by: Andrei V. Shetuhin <reki@reki.ru> Notes: svn path=/head/; revision=234583
* JSON (JavaScript Object Notation, http://json.org) is a lightweightMartin Wilke2009-05-231-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | data-interchange format. It is easy for humans to read and write. It is easy for machines to parse and generate. It is based on a subset of the JavaScript Programming Language, Standard ECMA-262 3rd Edition - December 1999.JSON is a text format that is completely language independent but uses conventions that are familiar to programmers of the C-family of languages, including C, C++, C#, Java, JavaScript, Perl, TCL, and many others. These properties make JSON an ideal data-interchange language. This package provides a simple encoder and decoder for JSON notation. It is intended for use with client-side Javascript applications that make use of HTTPRequest to perform server communication functions - data can be encoded into JSON notation for use in a client-side javascript, or decoded from incoming Javascript requests. JSON format is native to Javascript,and can be directly eval()'ed with no further parsing overhead. WWW: http://pear.php.net/package/Services_JSON/ PR: ports/134870 Submitted by: Wen Heping <wenheping at gmail.com> Notes: svn path=/head/; revision=234453
* - New port: convertors/fpc-iconvencJose Alonso Cardenas Marquez2009-05-041-0/+1
| | | | | | | Free Pascal unit to iconv library Notes: svn path=/head/; revision=233206