aboutsummaryrefslogtreecommitdiff
path: root/converters
Commit message (Collapse)AuthorAgeFilesLines
* Convert ports to use the options helpers in categories [abc]*, and minor fixes.Mathieu Arnold2015-08-195-34/+11
| | | | | | | | Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3412? Notes: svn path=/head/; revision=394778
* Reset maintainerErwin Lansing2015-08-191-1/+1
| | | | | | | | | | <mor@WhiteLuna.com>: Host or domain name not found. Name service error for name=WhiteLuna.com type=AAAA: Host not found Sponsored by: DK Hostmaster A/S Notes: svn path=/head/; revision=394736
* converters/p5-LaTeXML: Makefile cleanup and improve pkg-descrKurt Jaeger2015-08-172-6/+6
| | | | | | | | PR: 202236 Submitted by: Carlos J Puga Medina <cpm@fbsd.es> (maintainer) Notes: svn path=/head/; revision=394531
* - Add new port: converters/R-cran-jsonliteTAKATSU Tomonari2015-08-094-0/+32
| | | | | | | | | | | | | | | | | | | A fast JSON parser and generator optimized for statistical data and the web. Started out as a fork of RJSONIO, but has been completely rewritten in recent versions. The package offers flexible, robust, high performance tools for working with JSON in R and is particularly powerful for building pipelines and interacting with web APIs. The implementation is based on the mapping described in the vignette of the package (Ooms, 2014). In addition to drop-in replacements for toJSON and fromJSON, jsonlite contains functions to stream, validate, and prettify JSON data. The unit tests included with the package verify that all edge cases are encoded and decoded consistently for use with dynamic data in systems and applications. WWW: https://cran.r-project.org/web/packages/jsonlite/ Notes: svn path=/head/; revision=393767
* - editors/lazarus update to 1.4.2Jose Alonso Cardenas Marquez2015-08-091-1/+1
| | | | | | | | | | | | | - Add USE_FPC_RUN to bsd.fpc.mk. It add fpc units like run dependencies. Otherwise fpc units only are added like build dependencies (less dependencies registered when they are installed with pkg). - Remove GTK1 obsolete dependencies - Bump all ports with dependencies of fpc-* units - Bump all ports with dependencies of lazarus ports - Clean up Notes: svn path=/head/; revision=393766
* New port: converters/ocaml-base64Veniamin Gvozdikov2015-08-054-0/+37
| | | | | | | | | | | Base64 is a group of similar binary-to-text encoding schemes that represent binary data in an ASCII string format by translating it into a radix-64 representation. It is specified in RFC 4648. WWW: https://github.com/mirage/ocaml-base64 Notes: svn path=/head/; revision=393608
* New port: converters/ocaml-jsonmVeniamin Gvozdikov2015-08-054-0/+46
| | | | | | | | | | | | | | Jsonm is an OCaml non-blocking streaming codec to decode and encode the JSON data format. It can process JSON text without blocking on IO and without a complete in-memory representation of the data. The uncut codec also processes whitespace and (non-standard) JSON with JavaScript comments. WWW: http://erratique.ch/software/jsonm Notes: svn path=/head/; revision=393604
* Update pdf2djvu to 0.7.21.Koop Mast2015-08-025-156/+6
| | | | | | | | | | | | | This version builds with poppler 0.34.0. Update WWW to new homepage. PR: 201660 Submitted by: myself Approved by: maintainer timeout (16 days) Notes: svn path=/head/; revision=393432
* By default libtool replaces -export-symbols <file> with -retain-symbols-fileTijl Coosemans2015-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | <file> on ELF systems, but this doesn't really do what -export-symbols is meant to do. On GNU ELF systems it converts <file> to a simple version script first and then uses -version-script instead of -retain-symbols-file. Let USES=libtool patch libtool scripts to do this on all systems with GNU ld(1). Bump PORTREVISION on all ports where the build log contains -export-symbols. audio/calf: This port builds a module that now exports only one function, but it also builds a number of executables that link to this module and expect to see other functions. Because it's already a bit dodgy to link to a module (libtool warns about this) let the module continue to export only one function and instead build an ordinary library from the same source that the executables can link to. Fix a number of other issues in the same Makefile.am and clean up the port Makefile. japanese/scim-honoka: Tries to hide all symbols that start with an underscore, but because this library is written in C++ all symbols start with _Z so it ends up hiding everything. Just don't hide anything at all like the textproc/scim configure script does. multimedia/schroedinger: Apply an upstream patch. textproc/scim-input-pad: Same as japanese/scim-honoka. PR: 201922 Approved by: portmgr (antoine) Exp-run by: antoine Notes: svn path=/head/; revision=393429
* - Update to 2.76Sunpoet Po-Chuan Hsieh2015-08-022-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Encode/Changes Notes: svn path=/head/; revision=393407
* This module provides two functions to encode and decode base32 strings.Kurt Jaeger2015-07-285-0/+23
| | | | | | | WWW: http://search.cpan.org/dist/Convert-Base32/ Notes: svn path=/head/; revision=393071
* - Add NO_ARCHDmitry Marakasov2015-07-241-0/+1
| | | | Notes: svn path=/head/; revision=392840
* - Update to 0.77Sunpoet Po-Chuan Hsieh2015-07-242-4/+3
| | | | | | | Changes: http://search.cpan.org/dist/Convert-Binary-C/Changes Notes: svn path=/head/; revision=392813
* Convert::Moji creates objects which can be used to convert betweenJun Kuriyama2015-07-215-0/+31
| | | | | | | | | | | | different alphabets. This is basically a helper module for Lingua::JA::Moji. It was split out of that module as a general-purpose converter for any alphabets. WWW: http://search.cpan.org/dist/Convert-Moji/ Notes: svn path=/head/; revision=392648
* - Update to 1.5Sunpoet Po-Chuan Hsieh2015-07-122-5/+9
| | | | | | | | | - Strip shared library Changes: http://search.cpan.org/dist/Convert-UUlib/Changes Notes: svn path=/head/; revision=391790
* - Update to 2.75Sunpoet Po-Chuan Hsieh2015-07-012-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Encode/Changes Notes: svn path=/head/; revision=391089
* - Switch to new github home [1]Dmitry Marakasov2015-06-303-8/+14
| | | | | | | | | | | - Add LICENSE PR: 201173 [1] Submitted by: tkato432@yahoo.com [1] Differential Revision: Notes: svn path=/head/; revision=391015
* After r390893, chmod u+w/u-w for stripping perl XS modules is unnecessary,Adam Weinberger2015-06-295-10/+0
| | | | | | | | | and in fact now leads to incorrect permissions. Remove all instances of it from perl@ ports. Notes: svn path=/head/; revision=390918
* - Remove DOCS optionSunpoet Po-Chuan Hsieh2015-06-291-9/+1
| | | | | | | - Bump PORTREVISION for package change Notes: svn path=/head/; revision=390900
* - Update to 2.74Sunpoet Po-Chuan Hsieh2015-06-283-6/+10
| | | | | | | Changes: http://search.cpan.org/dist/Encode/Changes Notes: svn path=/head/; revision=390763
* - Update to 11.3Sunpoet Po-Chuan Hsieh2015-06-283-29/+6
| | | | | | | | | | | | - Strip shared library Changes: https://github.com/buganini/gbsdconv/releases PR: 201017 Submitted by: sunpoet (myself) Approved by: Kuan-Chung Chiu <buganini@gmail.com> (maintainer) Notes: svn path=/head/; revision=390753
* - Update to 11.3.1Sunpoet Po-Chuan Hsieh2015-06-282-3/+3
| | | | | | | | | | Changes: https://github.com/buganini/ruby-bsdconv/releases PR: 201015 Submitted by: sunpoet (myself) Approved by: Kuan-Chung Chiu <buganini@gmail.com> (maintainer) Notes: svn path=/head/; revision=390751
* - Update to 11.3.0Sunpoet Po-Chuan Hsieh2015-06-282-3/+6
| | | | | | | | | | | | - Strip shared library Changes: https://github.com/buganini/python-bsdconv/releases PR: 201014 Submitted by: sunpoet (myself) Approved by: Kuan-Chung Chiu <buganini@gmail.com> (maintainer) Notes: svn path=/head/; revision=390750
* - Update to 11.3.0Sunpoet Po-Chuan Hsieh2015-06-282-3/+3
| | | | | | | | | | Changes: https://github.com/buganini/php-bsdconv/releases PR: 201013 Submitted by: sunpoet (myself) Approved by: Kuan-Chung Chiu <buganini@gmail.com> (maintainer) Notes: svn path=/head/; revision=390748
* - Update to 11.3.0Sunpoet Po-Chuan Hsieh2015-06-282-4/+6
| | | | | | | | | | | | - Strip shared library Changes: https://github.com/buganini/perl-bsdconv/releases PR: 201012 Submitted by: sunpoet (myself) Approved by: Kuan-Chung Chiu <buganini@gmail.com> (maintainer) Notes: svn path=/head/; revision=390747
* - Update to 11.3.1Sunpoet Po-Chuan Hsieh2015-06-284-104/+217
| | | | | | | | | | | | | | | | - Strip binary executable and shared library - Convert to new options helper - Use OPTIONS_SUB - Remove outdated pre-install: - Regenerate patch file with makepatch: Changes: https://github.com/buganini/bsdconv/releases PR: 201010 Submitted by: sunpoet (myself) Approved by: Kuan-Chung Chiu <buganini@gmail.com> (maintainer) Notes: svn path=/head/; revision=390746
* Start removing MASTER_SITE_SUBDIR=CPAN:username where possible. TheAdam Weinberger2015-06-242-2/+0
| | | | | | | | | downside to having this set is that portscout cannot find new releases when the username changes (which happens often in large projects with multiple maintainers). Notes: svn path=/head/; revision=390487
* - Update to 1.05Dmitry Marakasov2015-06-232-3/+3
| | | | Notes: svn path=/head/; revision=390417
* Convert to USES=jpegAntoine Brodin2015-06-221-2/+1
| | | | Notes: svn path=/head/; revision=390310
* - Update graphics/proj to 4.9.1Wen Heping2015-06-151-0/+1
| | | | | | | | | | | - Bump PORTREVISION to chase the update of proj PR: 200434 Submitted by: wen@(myself) Approved by: maintainer(timeout, >20 days) Notes: svn path=/head/; revision=389704
* Assign maintainership to python@.Jung-uk Kim2015-06-111-1/+1
| | | | | | | Requested by: koobs Notes: svn path=/head/; revision=389158
* The rencode module is similar to bencode from the BitTorrent project.Jung-uk Kim2015-06-104-0/+32
| | | | | | | | | | | | | | | For complex, heterogeneous data structures with many small elements, r-encodings take up significantly less space than b-encodings. This version of rencode is a complete rewrite in Cython to attempt to increase the performance over the pure Python module written by Petru Paler, Connelly Barnes et al. Later, it was forked, enhanced, and bundled with Deluge. Now, it is re-packaged and distributed by Xpra. WWW: https://github.com/aresch/rencode Notes: svn path=/head/; revision=389078
* - Update 1.39Sunpoet Po-Chuan Hsieh2015-06-102-4/+6
| | | | | | | | | | - Mark DEPRECATED - Add NO_ARCH Changes: http://search.cpan.org/dist/JSON-Any/Changes Notes: svn path=/head/; revision=389067
* - Update to 0.03Sunpoet Po-Chuan Hsieh2015-06-052-4/+3
| | | | | | | Changes: http://search.cpan.org/dist/Encode-JIS2K/Changes Notes: svn path=/head/; revision=388627
* converters/p5-Net-IDN-Nameprep: Update version 1.101=>1.102Muhammad Moinur Rahman2015-06-022-4/+4
| | | | | | | - Mark NO_ARCH as there is no ARCH dependent files Notes: svn path=/head/; revision=388350
* - Fix shebangsDmitry Marakasov2015-05-311-2/+6
| | | | | | | | | | - Strip library Approved by: portmgr blanket MFH: 2015Q2 Notes: svn path=/head/; revision=388068
* - Use ${CC} instead of CC, ${CC} was intented hereAntoine Brodin2015-05-293-3/+14
| | | | | | | | | - Do not unconditionally strip binary PR: 200522 Notes: svn path=/head/; revision=387890
* - Update to 0.09Sunpoet Po-Chuan Hsieh2015-05-242-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/XML-WBXML/Changes Notes: svn path=/head/; revision=387200
* - Update to 0.08Sunpoet Po-Chuan Hsieh2015-05-223-18/+20
| | | | | | | | | | - Add LICENSE - Update patch file to respect LOCALBASE Changes: http://search.cpan.org/dist/XML-WBXML/Changes Notes: svn path=/head/; revision=387037
* Remove $FreeBSD$ from patches files in categories a-j.Mathieu Arnold2015-05-2210-29/+0
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=387021
* - Add lua-json 1.3.3Sunpoet Po-Chuan Hsieh2015-05-215-0/+45
| | | | | | | | | LuaJSON is a JSON parser/creator for Lua. WWW: http://www.eharning.us/wiki/luajson/ Notes: svn path=/head/; revision=386971
* - Switch from broken p5-Math-Geometry-Planar-GPC-Polygon to ↵Dmitry Marakasov2015-05-141-3/+4
| | | | | | | p5-Math-Geometry-Planar-GPC-PolygonXS Notes: svn path=/head/; revision=386327
* MASTER_SITES cleanup.Mathieu Arnold2015-05-1415-26/+13
| | | | | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386312
* Cleanup DIST* variables.Mathieu Arnold2015-05-111-1/+1
| | | | | | | | | | | | | | When appropriate: - Try to use DISTVERSION{SUF,PRE}FIX - Replace PORTNAME-PORTVERSION by DISTNAME - Convert MASTER_SITES to use macros - Other light cleanup With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386097
* Reassign converters/ perl modules to perl@.Adam Weinberger2015-05-0920-31/+27
| | | | | | | | | | | Also: - Sort plists - Fix p5-Convert-BER's bizarre pkg-descr - p5-Unicode-Map8 fails make test (and did so before) - p5-XML-WBXML fails make test (and did so before) Notes: svn path=/head/; revision=385902
* Update ports in the [bcd]* categories to not use GH_COMMIT.Mathieu Arnold2015-05-0614-27/+15
| | | | | | | | | | With minor cleanups to make things simpler. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=385521
* - Remove post-install:Sunpoet Po-Chuan Hsieh2015-04-271-5/+0
| | | | Notes: svn path=/head/; revision=384840
* Update to 20141219 snapshot release.Alex Dupre2015-04-262-7/+6
| | | | | | | | PR: 199394 Submitted by: pi Notes: svn path=/head/; revision=384789
* Remove expired ports:Rene Ladan2015-04-175-82/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2015-04-15 databases/php53-sqlite3: security EOL reached 14 Aug 2014 2015-04-15 textproc/php53-simplexml: security EOL reached 14 Aug 2014 2015-04-15 databases/php53-sybase_ct: security EOL reached 14 Aug 2014 2015-04-15 databases/php53-pdo_mysql: security EOL reached 14 Aug 2014 2015-04-15 textproc/php53-ctype: security EOL reached 14 Aug 2014 2015-04-15 textproc/php53-wddx: security EOL reached 14 Aug 2014 2015-04-15 security/php53-filter: security EOL reached 14 Aug 2014 2015-04-15 ftp/php53-ftp: security EOL reached 14 Aug 2014 2015-04-15 net/php53-soap: security EOL reached 14 Aug 2014 2015-04-15 converters/php53-recode: security EOL reached 14 Aug 2014 2015-04-15 security/php53-openssl: security EOL reached 14 Aug 2014 2015-04-15 databases/php53-dba: security EOL reached 14 Aug 2014 2015-04-15 databases/php53-pdo_pgsql: security EOL reached 14 Aug 2014 2015-04-15 sysutils/php53-fileinfo: security EOL reached 14 Aug 2014 2015-04-15 databases/php53-pdo_odbc: security EOL reached 14 Aug 2014 2015-04-15 databases/php53-sqlite: security EOL reached 14 Aug 2014 2015-04-15 devel/php53-readline: security EOL reached 14 Aug 2014 2015-04-15 mail/php53-imap: security EOL reached 14 Aug 2014 2015-04-15 sysutils/php53-posix: security EOL reached 14 Aug 2014 2015-04-15 archivers/php53-phar: security EOL reached 14 Aug 2014 2015-04-15 graphics/php53-gd: security EOL reached 14 Aug 2014 2015-04-15 textproc/php53-xsl: security EOL reached 14 Aug 2014 2015-04-15 databases/php53-pdo_firebird: security EOL reached 14 Aug 2014 2015-04-15 devel/mingw64-binutils: Obsolete. Migrate to devel/binutils based ports 2015-04-15 devel/cross-binutils: Obsolete. Migrate to devel/binutils based ports 2015-04-15 databases/php53-pdo_dblib: security EOL reached 14 Aug 2014 2015-04-15 devel/php53-sysvshm: security EOL reached 14 Aug 2014 2015-04-15 devel/php53-json: security EOL reached 14 Aug 2014 2015-04-15 databases/php53-redis: requires php53, security EOL reached 14 Aug 2014 2015-04-15 textproc/php53-pspell: security EOL reached 14 Aug 2014 2015-04-15 databases/php53-pgsql: security EOL reached 14 Aug 2014 2015-04-15 textproc/php53-xmlreader: security EOL reached 14 Aug 2014 2015-04-15 converters/php53-iconv: security EOL reached 14 Aug 2014 2015-04-15 databases/php53-odbc: security EOL reached 14 Aug 2014 2015-04-15 ftp/php53-curl: security EOL reached 14 Aug 2014 2015-04-15 math/php53-gmp: security EOL reached 14 Aug 2014 2015-04-15 security/php53-mcrypt: security EOL reached 14 Aug 2014 2015-04-15 devel/php53-shmop: security EOL reached 14 Aug 2014 2015-04-15 math/php53-bcmath: security EOL reached 14 Aug 2014 2015-04-15 security/php53-hash: security EOL reached 14 Aug 2014 2015-04-15 devel/php53-sysvsem: security EOL reached 14 Aug 2014 2015-04-15 archivers/php53-zip: security EOL reached 14 Aug 2014 2015-04-15 graphics/php53-exif: security EOL reached 14 Aug 2014 2015-04-15 devel/php53-gettext: security EOL reached 14 Aug 2014 2015-04-15 databases/php53-mysql: security EOL reached 14 Aug 2014 2015-04-15 textproc/php53-xmlwriter: security EOL reached 14 Aug 2014 2015-04-15 textproc/php53-xml: security EOL reached 14 Aug 2014 2015-04-15 converters/php53-mbstring: security EOL reached 14 Aug 2014 2015-04-15 devel/php53-sysvmsg: security EOL reached 14 Aug 2014 2015-04-15 databases/php53-mysqli: security EOL reached 14 Aug 2014 2015-04-15 misc/php53-calendar: security EOL reached 14 Aug 2014 2015-04-15 devel/php53-tokenizer: security EOL reached 14 Aug 2014 2015-04-15 databases/php53-pdo: security EOL reached 14 Aug 2014 2015-04-15 net/php53-xmlrpc: security EOL reached 14 Aug 2014 2015-04-15 databases/php53-interbase: security EOL reached 14 Aug 2014 2015-04-15 www/php53-session: security EOL reached 14 Aug 2014 2015-04-15 databases/php53-mssql: security EOL reached 14 Aug 2014 2015-04-15 www/php53-tidy: security EOL reached 14 Aug 2014 2015-04-15 archivers/php53-zlib: security EOL reached 14 Aug 2014 2015-04-15 net/php53-ldap: security EOL reached 14 Aug 2014 2015-04-15 net-mgmt/php53-snmp: security EOL reached 14 Aug 2014 2015-04-15 textproc/php53-dom: security EOL reached 14 Aug 2014 2015-04-15 devel/php53-pcntl: security EOL reached 14 Aug 2014 2015-04-15 archivers/php53-bz2: security EOL reached 14 Aug 2014 2015-04-15 net/php53-sockets: security EOL reached 14 Aug 2014 2015-04-15 lang/php53: security EOL reached 14 Aug 2014 2015-04-15 devel/pecl-uuid: requires php53, security EOL reached 14 Aug 2014 2015-04-15 lang/php53-extensions: security EOL reached 14 Aug 2014 2015-04-15 german/pecl-konto_check: requires php53, security EOL reached 14 Aug 2014 2015-04-17 www/moodle26: Deprecated by upstream, use www/moodle2{7,8} instead Notes: svn path=/head/; revision=384186
* - Update to 2.73Sunpoet Po-Chuan Hsieh2015-04-172-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Encode/Changes Notes: svn path=/head/; revision=384172