Commit graph

164 commits

Author SHA1 Message Date
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
Aaron Dalton
8e510cc367 Adding port converters/p5-XML-WBXML, Convert between XML and WBXML using libwbxml2.
Approved by:	tobez (implicit)
2006-05-25 21:24:38 +00:00
Renato Botelho
be0d42fd32 Add ytnef 2.6, unpack data in MS Outlook TNEF format
Submitted by:	Rodrigo Graeff <delphus@gmail.com> by email
2006-02-21 21:35:13 +00:00
Renato Botelho
6918ca3b29 Move recently added converters/libytnef to an accuratte category "devel"
Approved by:	maintainer
2006-02-21 20:49:48 +00:00
Renato Botelho
c665f1fa5b Add libytnef 1.5, unpack data in MS Outlook TNEF format.
PR:		ports/93673
Submitted by:	Rodrigo Graeff <delphus@gmail.com>
2006-02-21 20:05:31 +00:00
Andrej Zverev
e19da5f455 This module provides two functions, bencode and bdecode,
which encode and decode bencoded strings respectivly.
2006-02-06 08:18:49 +00:00
Thierry Thomas
d503a25a2c ascii2binary and binary2ascii convert between textual and binary
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
2006-01-30 23:25:17 +00:00
Mario Sergio Fujikawa Ferreira
fbacc233e5 New port nomyso version 3.0: Convert MASM/TASM files to NASM
compatible sources
2005-12-22 19:17:36 +00:00
Mario Sergio Fujikawa Ferreira
2cc25c2abb Remove duplicate port entry converters/intel2gas since it already
exists as lang/intel2gas

Pointy hat to:	lioux
2005-12-22 19:08:19 +00:00
Mario Sergio Fujikawa Ferreira
7e9e313069 New port intel2gas version 1.3.3: MASM/NASM/TASM to GNU asm syntax
converter
2005-12-22 18:59:54 +00:00
Mario Sergio Fujikawa Ferreira
9605ff64f8 New port ta2as version 0.8: TASM to AT&T asm syntax converter
(GNU AS)
2005-12-22 17:19:16 +00:00
Mario Sergio Fujikawa Ferreira
01df69d42d New port p5-Unicode-UTF8simple version 1.06: Conversions to/from
UTF8 from/to charactersets
2005-12-20 14:48:29 +00:00
Jun Kuriyama
71157d95dd Add p5-Unicode-RecursiveDowngrade 0.02, perl extension to turn off UTF-8
flags inside of comprex variable.
2005-11-04 09:35:58 +00:00
Norikatsu Shigemura
58679fa0df Add p5-MIME-Base32 1.01, is a base32 encoder/decoder.
These encoding methods are specified in RFC 3548 -
The Base16, Base32, and Base64 Data Encodings.

WWW: http://search.cpan.org/dist/MIME-Base32/
2005-10-22 12:02:56 +00:00