Commit graph

177 commits

Author SHA1 Message Date
Dirk Meyer
b205cbeecd - PHP 5.2 slave port
PR:		145772
Submitted by:	Alex Keda
2010-04-23 16:02:44 +00:00
Dirk Meyer
d111d16900 - PHP 5.2 slave port
PR:		145772
Submitted by:	Alex Keda
2010-04-23 15:53:34 +00:00
Martin Wilke
24bd50a87f A set of programs to interconvert between mac font formats and pfb, ttf, otf
and bdf files on unix

WWW:	http://fondu.sourceforge.net/

PR:		ports/142945
Submitted by:	Gvozdikov Veniamin <g.veniamin at googlemail.com>
2010-02-12 17:21:06 +00:00
Jimmy Olgeni
cc17482561 Add cl-babel, a charset encoding/decoding library, not unlike GNU
libiconv, but completely written in Common Lisp.
2010-01-20 15:01:08 +00:00
Dmitry Marakasov
2e12aa734c - Fix sorting and minor cleanups in category Makefiles 2010-01-20 06:02:31 +00:00
Wen Heping
b4d5830232 Ever showed 12345678 bytes to the user instead of just saying 11MB?
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>
2010-01-08 02:11:32 +00:00
Gabor Pali
362d3145b5 JSON (JavaScript Object Notation) is a lightweight 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.

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>
2010-01-02 23:26:47 +00:00
Jun Kuriyama
7f700b852a Serialize / deserialize AMF data.
WWW: http://search.cpan.org/dist/Data-AMF/
2009-12-25 04:52:29 +00:00
Wen Heping
00e24aa957 Encode::IMAPUTF7 is a perl module for modification of UTF-7 encoding
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/
2009-12-18 02:31:18 +00:00
Vanilla I. Shu
09e4071352 Add lua-iconv, is a lua binding to iconv(3). 2009-12-05 16:33:14 +00:00
Martin Wilke
c0d3547ef0 What Unidecode provides is a function, 'unidecode(...)' that
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
2009-11-04 14:37:37 +00:00
Martin Wilke
5af7bc41cb BSD licensed charset/encoding converter library with more function than
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
2009-10-14 14:21:58 +00:00
Anton Berezin
9139911d56 Add converters/p5-Encode-DoubleEncodedUTF8 0.04, a Perl module to fix
double encoded UTF-8 strings.
2009-10-01 14:01:09 +00:00
Max Brazhnikov
7d71c95f45 Add rcctools 2009-08-23 10:41:55 +00:00
Martin Wilke
d06815f60a Perl version of Python's URL-safe base64 codec
WWW: http://search.cpan.org/dist/MIME-Base64-URLSafe/

PR:		ports/138057
Submitted by:	Dan Rench <citric at cubicone.tmetic.com>
2009-08-22 22:20:26 +00:00
Martin Wilke
9dacec7d4b pisa is a html2pdf converter using the ReportLab Toolkit, the
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>
2009-08-17 20:36:03 +00:00
Martin Wilke
ccd270420b Igbinary is a drop in replacement for the standard PHP serializer.
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>
2009-08-14 09:21:52 +00:00
Anton Berezin
b5b29b2359 Add converters/p5-Encoding-FixLatin, a Perl module and a command-line
utility to convert input which may contain characters in more than one
encoding to UTF-8 output.
2009-07-29 10:12:51 +00:00
Martin Wilke
206118e6b8 This port is a perl wrapper for bsdconv.
WWW: http://github.com/buganini/bsdconv/

PR:		ports/135052
Submitted by:	buganini at gmail.com
2009-06-05 22:11:42 +00:00
Martin Wilke
b1f0caa748 This port is a php wrapper for bsdconv.
WWW: http://github.com/buganini/bsdconv/

PR:		ports/134872
Submitted by:	buganini at gmail.com
2009-06-05 22:11:08 +00:00
Martin Wilke
872ac75444 BSD licensed charset/encoding converter library with
more function than libiconv. (Currently only support
few codecs)

WWW: http://github.com/buganini/bsdconv/

PR:		ports/134871
Submitted by:	buganini at gmail.com
2009-06-05 22:10:00 +00:00
Dennis Herrmann
45bbf9c55e String::SetUTF8 lets you directly set or unset the UTF-8 flag
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>
2009-05-26 15:13:02 +00:00
Martin Wilke
76505b532b JSON (JavaScript Object Notation, http://json.org) is a lightweight
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>
2009-05-23 14:37:13 +00:00
Jose Alonso Cardenas Marquez
756a89dc6d - New port: convertors/fpc-iconvenc
Free Pascal unit to iconv library
2009-05-04 15:21:21 +00:00
Philippe Audeoud
dd8397cbf2 Perl extension for serialize/deserialize AMF0/AMF3 data
WWW:	http://search.cpan.org/dist/Storable-AMF/

PR:		ports/131361
Submitted by:	Vladimir Timofeev <vovkasm at gmail.com>
2009-02-05 08:46:25 +00:00
Sergey Skvortsov
a9e58000b3 Add p5-JSON-XS-VersionOneAndTwo 0.31, support versions 1 and 2 of
JSON::XS.
2008-11-21 18:43:01 +00:00
Martin Wilke
39cba01623 Svglib is an experimental library for reading SVG files and converting
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>
2008-11-13 22:20:17 +00:00
Martin Wilke
2c28283ce4 zbase32 is a base32 encoder/decoder.It is an alternate
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>
2008-10-05 10:11:47 +00:00
Dmitry Marakasov
96454e5450 This is a standalone converter for the OpenOffice.org swriter (*.sxw,*.odt)
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>
2008-08-21 19:25:30 +00:00
Felippe de Meirelles Motta
1ed395e43e - Remove converters/compface, we already have this port on ports tree, see mail/faces.
Reported by:	Gabor Zahemszky <Gabor@Zahemszky.HU>
Approved by:	gabor (mentor, implicit)
2008-06-17 18:48:42 +00:00
Felippe de Meirelles Motta
45cd53b9f4 Compface provides utilities and a library for converting to
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)
2008-06-17 02:11:52 +00:00
Jun Kuriyama
8f1b2d8aa5 - Repository copy from p5-JSON to p5-JSON1.
- 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>
2008-03-25 02:41:12 +00:00
Michael Johnson
252a2428d5 Add p5-Text-Bidi
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/
2008-03-24 14:35:08 +00:00
Philippe Audeoud
b0c150c9e8 pdf2djvu creates DjVu files from PDF files. It's able to extract:
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)
2008-03-12 09:15:36 +00:00
Stanislav Sedov
9a2e4c8b78 - Update enlightenment-devel and EFL libraries to the latest snapshot
- 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
2008-03-11 21:13:53 +00:00
Vasil Dimov
5e4e8ecf76 Remove expired Emacs ports and the surrounding expired ports:
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
2007-10-14 10:10:01 +00:00
Akinori MUSHA
010e306fa7 Add cocot, a code converter on TTY. It transparently filters
characters on a TTY converting from one encoding to another.
2007-07-24 06:02:40 +00:00
Cheng-Lung Sung
e308f7ea0b This module will provide a coherent API to bring together
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/
2007-04-07 04:03:10 +00:00
Cheng-Lung Sung
d260b2acdf This module converts Perl data structures to JSON and vice versa.
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/
2007-03-26 01:39:09 +00:00
Rong-En Fan
e6d1bd97ea Add p5-JSON-DWIW 0.02, JSON converter that Does What I Want.
PR:		ports/110468
Submitted by:	chinsan
2007-03-18 17:33:36 +00:00
Anton Berezin
f4f8e5e01e Add converters/p5-Number-RecordLocator, a Perl module that encodes
integers into a short locator string.
2007-01-24 20:05:58 +00:00
Anton Berezin
458cc5f453 Add converters/p5-Number-Nary 0.102, a Perl module that lets one convert
numbers into strings that encode the number using the digit set of one's
choice.
2007-01-05 08:53:52 +00:00
Alejandro Pulver
d5a3fc65be The ticonv library is a library to work with the various TI
calculator character sets.

WWW: http://tilp.info/

- Tijl Coosemans
tijl@ulyssis.org

PR:		ports/104407
Submitted by:	Tijl Coosemans <tijl at ulyssis.org>
2006-10-31 18:05:32 +00:00
Cheng-Lung Sung
d106e93a87 Add p5-Convert-Bencode_XS 0.05, faster conversions to/from Bencode
format.

PR:		ports/102395
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2006-09-27 08:04:50 +00:00
Munechika SUMIKAWA
7669903f19 Latest p5-JSON-Syck is migrated into p5-YAML-Syck. 2006-08-28 17:19:53 +00:00
Munechika SUMIKAWA
d5285dee92 JSON::Syck is a syck implementatoin of JSON parsing and generation.
WWW: http://search.cpan.org/dist/JSON-Syck/
2006-08-28 04:09:34 +00:00
Martin Wilke
6a0c3b2802 WAP::wbxml module implements binarisation of XML file according the
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)
2006-08-17 21:00:40 +00:00
Rong-En Fan
f016f44641 Add p5-Encode-Detect 0.01, an Encode::Encoding subclass that detects the
encoding of data.

PR:		ports/99980
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2006-07-10 01:26:05 +00:00
Cheng-Lung Sung
cb78477dbe Add p5-Encode-JIS2K 0.02, JIS X 0212 (aka JIS 2000) Encodings.
PR:		ports/98039
Submitted by:	Rong-En Fan <rafan@infor.org>
2006-05-29 04:09:14 +00:00
Pav Lucistnik
75ff8591bb - Move to better category
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)
2006-05-27 17:51:11 +00:00