aboutsummaryrefslogtreecommitdiff
path: root/converters/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Perl extension for serialize/deserialize AMF0/AMF3 dataPhilippe Audeoud2009-02-051-0/+1
| | | | | | | | | | WWW: http://search.cpan.org/dist/Storable-AMF/ PR: ports/131361 Submitted by: Vladimir Timofeev <vovkasm at gmail.com> Notes: svn path=/head/; revision=227654
* Add p5-JSON-XS-VersionOneAndTwo 0.31, support versions 1 and 2 ofSergey Skvortsov2008-11-211-0/+1
| | | | | | | JSON::XS. Notes: svn path=/head/; revision=223133
* Svglib is an experimental library for reading SVG files and convertingMartin Wilke2008-11-131-0/+1
| | | | | | | | | | | | | | | | | them(to a reasonable degree) to other formats using the Open Source ReportLab Toolkit. As a package it reads existing SVG files and returns them converted to ReportLab Drawing objects that can be used in a variety of ReportLab-related contexts, e.g. as Platypus Flowable objects or in RML2PDF. As a command-line tool it converts SVG files into PDF ones. WWW: http://pypi.python.org/pypi/svglib/ PR: ports/128752 Submitted by: Wen Heping <wenheping at wenheping.com> Notes: svn path=/head/; revision=222815
* zbase32 is a base32 encoder/decoder.It is an alternateMartin Wilke2008-10-051-0/+1
| | | | | | | | | | | | base32 encoder but not RFC 3548 compliant. WWW: http://pypi.python.org/pypi/zbase32/ PR: ports/127771 Submitted by: Wen Heping <wenheping at gmail.com> Notes: svn path=/head/; revision=221221
* This is a standalone converter for the OpenOffice.org swriter (*.sxw,*.odt)Dmitry Marakasov2008-08-211-0/+1
| | | | | | | | | | | | | | | | | | and scalc (*.sxc) formats. It doesn't depend on Open Office or any other external tools or libraries. There are three output modules: * o3read displays a dump of the parse tree * o3totxt creates plain text * o3tohtml creates html code Example: unzip -p document.odt content.xml | o3totxt WWW: http://siag.nu/o3read/ PR: ports/126320 Submitted by: Alex Samorukov <samm at os2 dot kiev dot ua> Notes: svn path=/head/; revision=218965
* - Remove converters/compface, we already have this port on ports tree, see ↵Felippe de Meirelles Motta2008-06-171-1/+0
| | | | | | | | | | mail/faces. Reported by: Gabor Zahemszky <Gabor@Zahemszky.HU> Approved by: gabor (mentor, implicit) Notes: svn path=/head/; revision=215014
* Compface provides utilities and a library for converting toFelippe de Meirelles Motta2008-06-171-0/+1
| | | | | | | | | | | | | | | and from the X-Face format, a 48x48 bitmap format used to carry thumbnails of email authors in a mail header. WWW: http://ftp.xemacs.org/pub/xemacs/aux/ PR: ports/124430 Submitted by: Ashish Shukla <wahjava@gmail.com> Reviewed by: lippe Approved by: gabor (mentor, implicit) Notes: svn path=/head/; revision=214989
* - Repository copy from p5-JSON to p5-JSON1.Jun Kuriyama2008-03-251-0/+1
| | | | | | | | | | | | - Mark p5-JSON1 as conflicting with p5-JSON-2.x. - Upgrade p5-JSON to 2.07 and mark as conflicting with p5-JSON-1.x. - Use CPAN macro, add Test-Simple dependency and improve pkg-plist. PR: ports/120596 Submitted by: Felippe de Meirelles Motta <lippemail@gmail.com> Notes: svn path=/head/; revision=209739
* Add p5-Text-BidiMichael Johnson2008-03-241-0/+1
| | | | | | | | | | | Perl interface to the libfribidi library that implements the Unicode bidi algorithm. The bidi algorithm is a specification for displaying text that consists of both left-to-right and right-to-left written languages. WWW: http://search.cpan.org/~kamensky/Text-Bidi/ Notes: svn path=/head/; revision=209684
* pdf2djvu creates DjVu files from PDF files. It's able to extract:Philippe Audeoud2008-03-121-0/+1
| | | | | | | | | | | | | | graphics, text layer, hyperlinks, document outline (bookmarks), and metadata. WWW: http://code.google.com/p/pdf2djvu/ PR: ports/121463 Submitted by: Denise H. G. <darcsis at gmail.com> Approved by: thierry@ (mentor) Notes: svn path=/head/; revision=208872
* - Update enlightenment-devel and EFL libraries to the latest snapshotStanislav Sedov2008-03-111-0/+1
| | | | | | | | | | | | | - Deprecate old unsupported apps and modules (entice, devian, eveil, engage) - Split evas and ecore to separate modules to handle dependencies properly - Disable PAM in enlightenment-devel as it don't work anyway (requires root privilegies) - Add DBUS support. Thanks to: az Notes: svn path=/head/; revision=208836
* Remove expired Emacs ports and the surrounding expired ports:Vasil Dimov2007-10-141-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2007-08-19 chinese/mule-freewnn: emacs19 and related ports are obsolete; please use a more recent version 2007-08-19 chinese/xemacs: emacs20 and related ports are obsolete; please use a more recent version 2007-08-19 converters/mule-ucs-emacs20: emacs20 and related ports are obsolete; please use a more recent version 2007-08-19 devel/eieio-emacs20: emacs20 and related ports are obsolete; please use a more recent version 2007-08-19 editors/apel-emacs20: emacs20 and related ports are obsolete; please use a more recent version 2007-08-19 editors/bitmap-emacs20: emacs20 and related ports are obsolete; please use a more recent version 2007-08-19 editors/emacs19: emacs19 is obsolete; please use a more recent version 2007-08-19 editors/emacs20: "editors/emacs is recommended instead for new installations" 2007-08-19 editors/flim-emacs20: emacs20 and related ports are obsolete; please use a more recent version 2007-08-19 editors/mule-common: emacs19 and related ports are obsolete; please use a more recent version 2007-08-19 editors/mule: emacs19 and related ports are obsolete; please use a more recent version 2007-08-19 editors/semi-emacs20: emacs20 and related ports are obsolete; please use a more recent version 2007-08-19 editors/speedbar-emacs20: emacs20 and related ports are obsolete; please use a more recent version 2007-08-19 irc/irchat-pj-emacs20: emacs20 and related ports are obsolete; please use a more recent version 2007-08-19 irc/pure-emacs20: emacs20 and related ports are obsolete; please use a more recent version 2007-08-19 japanese/diclookup-emacs20: emacs20 and related ports are obsolete; please use a more recent version 2007-08-19 japanese/diclookup-mule: emacs19 and related ports are obsolete; please use a more recent version 2007-08-19 japanese/mule-canna+freewnn+sj3: emacs19 and related ports are obsolete; please use a more recent version 2007-08-19 japanese/mule-canna+sj3+wnn6: emacs19 and related ports are obsolete; please use a more recent version 2007-08-19 japanese/mule-canna+sj3+wnn7: emacs19 and related ports are obsolete; please use a more recent version 2007-08-19 japanese/mule-canna+sj3: emacs19 and related ports are obsolete; please use a more recent version 2007-08-19 japanese/mule-canna+wnn6: emacs19 and related ports are obsolete; please use a more recent version 2007-08-19 japanese/mule-canna+wnn7: emacs19 and related ports are obsolete; please use a more recent version 2007-08-19 japanese/mule-canna: emacs19 and related ports are obsolete; please use a more recent version 2007-08-19 japanese/mule-freewnn: emacs19 and related ports are obsolete; please use a more recent version 2007-08-19 japanese/mule-sj3: emacs19 and related ports are obsolete; please use a more recent version 2007-08-19 japanese/mule-wnn6: emacs19 and related ports are obsolete; please use a more recent version 2007-08-19 japanese/mule-wnn7: emacs19 and related ports are obsolete; please use a more recent version 2007-08-19 japanese/navi2ch-emacs20: emacs20 and related ports are obsolete; please use a more recent version 2007-08-19 japanese/w3: distfile is 10 years old and depends on emacs19 which is obsolete 2007-08-19 korean/mule-freewnn: emacs19 and related ports are obsolete; please use a more recent version 2007-08-19 www/w3: distfile is 10 years old and depends on emacs19 which is obsolete Notes: svn path=/head/; revision=201441
* Add cocot, a code converter on TTY. It transparently filtersAkinori MUSHA2007-07-241-0/+1
| | | | | | | characters on a TTY converting from one encoding to another. Notes: svn path=/head/; revision=196162
* This module will provide a coherent API to bring togetherCheng-Lung Sung2007-04-071-0/+1
| | | | | | | | | | | the various JSON modules currently on CPAN. This module will allow you to code to any JSON API and have it work regardless of which JSON module is actually installed. WWW: http://search.cpan.org/dist/JSON-Any/ Notes: svn path=/head/; revision=189406
* This module converts Perl data structures to JSON and vice versa.Cheng-Lung Sung2007-03-261-0/+1
| | | | | | | | | | | | | | | | Its primary goal is to be correct and its secondary goal is to be fast. To reach the latter goal it was written in C. As this is the n-th-something JSON module on CPAN, what was the reason to write yet another JSON module? While it seems there are many JSON modules, none of them correctly handle all corner cases, and in most cases their maintainers are unresponsive, gone missing, or not listening to bug reports for other reasons. WWW: http://search.cpan.org/dist/JSON-XS/ Notes: svn path=/head/; revision=188344
* Add p5-JSON-DWIW 0.02, JSON converter that Does What I Want.Rong-En Fan2007-03-181-0/+1
| | | | | | | | PR: ports/110468 Submitted by: chinsan Notes: svn path=/head/; revision=187667
* Add converters/p5-Number-RecordLocator, a Perl module that encodesAnton Berezin2007-01-241-0/+1
| | | | | | | integers into a short locator string. Notes: svn path=/head/; revision=183180
* Add converters/p5-Number-Nary 0.102, a Perl module that lets one convertAnton Berezin2007-01-051-0/+1
| | | | | | | | numbers into strings that encode the number using the digit set of one's choice. Notes: svn path=/head/; revision=181496
* The ticonv library is a library to work with the various TIAlejandro Pulver2006-10-311-0/+1
| | | | | | | | | | | | | | | calculator character sets. WWW: http://tilp.info/ - Tijl Coosemans tijl@ulyssis.org PR: ports/104407 Submitted by: Tijl Coosemans <tijl at ulyssis.org> Notes: svn path=/head/; revision=175892
* Add p5-Convert-Bencode_XS 0.05, faster conversions to/from BencodeCheng-Lung Sung2006-09-271-0/+1
| | | | | | | | | | format. PR: ports/102395 Submitted by: Gea-Suan Lin <gslin at gslin.org> Notes: svn path=/head/; revision=173951
* Latest p5-JSON-Syck is migrated into p5-YAML-Syck.Munechika SUMIKAWA2006-08-281-1/+0
| | | | Notes: svn path=/head/; revision=171563
* JSON::Syck is a syck implementatoin of JSON parsing and generation.Munechika SUMIKAWA2006-08-281-0/+1
| | | | | | | WWW: http://search.cpan.org/dist/JSON-Syck/ Notes: svn path=/head/; revision=171495
* WAP::wbxml module implements binarisation of XML file according theMartin Wilke2006-08-171-0/+1
| | | | | | | | | | | | | | | | | specification: * WAP - Wireless Application Protocol / Binary XML Content Format Specification / Version 1.3 WBXML (15th May 2000 Approved) The binary format was designed to preserve the element structure of XML. WWW: http://search.cpan.org/dist/WAP-wbxml/ Submitted by: Timur I. Bakeyev <timur(at)com.bat.ru> Approved by: krion (mentor) Notes: svn path=/head/; revision=170903
* Add p5-Encode-Detect 0.01, an Encode::Encoding subclass that detects theRong-En Fan2006-07-101-0/+1
| | | | | | | | | | encoding of data. PR: ports/99980 Submitted by: Gea-Suan Lin <gslin at gslin.org> Notes: svn path=/head/; revision=167314
* Add p5-Encode-JIS2K 0.02, JIS X 0212 (aka JIS 2000) Encodings.Cheng-Lung Sung2006-05-291-0/+1
| | | | | | | | PR: ports/98039 Submitted by: Rong-En Fan <rafan@infor.org> Notes: svn path=/head/; revision=163789
* - Move to better categoryPav Lucistnik2006-05-271-0/+2
| | | | | | | | | | | devel/p5-Encode -> converters/p5-Encode devel/p5-Encode-compat -> converters/p5-Encode-compat PR: ports/97644 Submitted by: Rong-En Fan <rafan@infor.org> (maintainer) Notes: svn path=/head/; revision=163629
* Adding port converters/p5-XML-WBXML, Convert between XML and WBXML using ↵Aaron Dalton2006-05-251-0/+1
| | | | | | | | | libwbxml2. Approved by: tobez (implicit) Notes: svn path=/head/; revision=163421
* Add ytnef 2.6, unpack data in MS Outlook TNEF formatRenato Botelho2006-02-211-0/+1
| | | | | | | Submitted by: Rodrigo Graeff <delphus@gmail.com> by email Notes: svn path=/head/; revision=156626
* Move recently added converters/libytnef to an accuratte category "devel"Renato Botelho2006-02-211-1/+0
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=156621
* Add libytnef 1.5, unpack data in MS Outlook TNEF format.Renato Botelho2006-02-211-0/+1
| | | | | | | | PR: ports/93673 Submitted by: Rodrigo Graeff <delphus@gmail.com> Notes: svn path=/head/; revision=156614
* This module provides two functions, bencode and bdecode,Andrej Zverev2006-02-061-0/+1
| | | | | | | which encode and decode bencoded strings respectivly. Notes: svn path=/head/; revision=155308
* ascii2binary and binary2ascii convert between textual and binaryThierry Thomas2006-01-301-0/+1
| | | | | | | | | | | | | | representations of numbers. The two programs are useful for generating test data, for inspecting binary files, and for interfacing programs that generate textual output to programs that require binary input and conversely. They can also be useful when it is desired to reformat numbers. WWW: http://billposer.org/Software/a2b.html Notes: svn path=/head/; revision=154858
* New port nomyso version 3.0: Convert MASM/TASM files to NASMMario Sergio Fujikawa Ferreira2005-12-221-0/+1
| | | | | | | compatible sources Notes: svn path=/head/; revision=151869
* Remove duplicate port entry converters/intel2gas since it alreadyMario Sergio Fujikawa Ferreira2005-12-221-1/+0
| | | | | | | | | exists as lang/intel2gas Pointy hat to: lioux Notes: svn path=/head/; revision=151868
* New port intel2gas version 1.3.3: MASM/NASM/TASM to GNU asm syntaxMario Sergio Fujikawa Ferreira2005-12-221-0/+1
| | | | | | | converter Notes: svn path=/head/; revision=151867
* New port ta2as version 0.8: TASM to AT&T asm syntax converterMario Sergio Fujikawa Ferreira2005-12-221-0/+1
| | | | | | | (GNU AS) Notes: svn path=/head/; revision=151859
* New port p5-Unicode-UTF8simple version 1.06: Conversions to/fromMario Sergio Fujikawa Ferreira2005-12-201-0/+1
| | | | | | | UTF8 from/to charactersets Notes: svn path=/head/; revision=151637
* Add p5-Unicode-RecursiveDowngrade 0.02, perl extension to turn off UTF-8Jun Kuriyama2005-11-041-0/+1
| | | | | | | flags inside of comprex variable. Notes: svn path=/head/; revision=147195