| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
Zfec is a fast erasure codec which can be used with the command-line,
C, Python, or Haskell.
Notes:
svn path=/head/; revision=292516
|
|
|
|
|
|
|
|
|
| |
Converts R object into JSON objects and vice-versa
WWW: http://cran.r-project.org/web/packages/rjson/
Notes:
svn path=/head/; revision=291995
|
|
|
|
|
|
|
|
| |
PR: ports/163642
Submitted by: buganini@gmail.com
Notes:
svn path=/head/; revision=288114
|
|
|
|
|
|
|
|
|
|
| |
- Remove expired port: Included into python itself since version 2.4.
Approved by: novel (mentor)
Feature safe: yes
Notes:
svn path=/head/; revision=287241
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
WWW: http://code.google.com/p/osm2mp/
Notes:
svn path=/head/; revision=276067
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
Unidecode (Text::Unidecode) to data passed through it.
WWW: http://search.cpan.org/dist/PerlIO-via-Unidecode/
Notes:
svn path=/head/; revision=270726
|
|
|
|
|
|
|
| |
WWW: http://search.cpan.org/dist/Encode-Locale/
Notes:
svn path=/head/; revision=270715
|
|
|
|
|
|
|
|
|
| |
JSON::PP is a JSON::XS compatible pure-Perl module.
WWW: http://search.cpan.org/dist/JSON-PP/
Notes:
svn path=/head/; revision=270242
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=265958
|
|
|
|
| |
Notes:
svn path=/head/; revision=265957
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Unicode::Normalize - Unicode Normalization Forms
Notes:
svn path=/head/; revision=265952
|
|
|
|
|
|
|
| |
format.
Notes:
svn path=/head/; revision=257889
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
PR: 145772
Submitted by: Alex Keda
Notes:
svn path=/head/; revision=253124
|
|
|
|
|
|
|
|
| |
PR: 145772
Submitted by: Alex Keda
Notes:
svn path=/head/; revision=253101
|
|
|
|
|
|
|
|
| |
PR: 145772
Submitted by: Alex Keda
Notes:
svn path=/head/; revision=253100
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
libiconv, but completely written in Common Lisp.
Notes:
svn path=/head/; revision=248220
|
|
|
|
| |
Notes:
svn path=/head/; revision=248188
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
WWW: http://search.cpan.org/dist/Data-AMF/
Notes:
svn path=/head/; revision=246573
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=245237
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
double encoded UTF-8 strings.
Notes:
svn path=/head/; revision=242355
|
|
|
|
| |
Notes:
svn path=/head/; revision=240175
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
utility to convert input which may contain characters in more than one
encoding to UTF-8 output.
Notes:
svn path=/head/; revision=238610
|
|
|
|
|
|
|
|
|
|
| |
WWW: http://github.com/buganini/bsdconv/
PR: ports/135052
Submitted by: buganini at gmail.com
Notes:
svn path=/head/; revision=235252
|
|
|
|
|
|
|
|
|
|
| |
WWW: http://github.com/buganini/bsdconv/
PR: ports/134872
Submitted by: buganini at gmail.com
Notes:
svn path=/head/; revision=235250
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Free Pascal unit to iconv library
Notes:
svn path=/head/; revision=233206
|