aboutsummaryrefslogtreecommitdiff
path: root/converters
Commit message (Collapse)AuthorAgeFilesLines
* OopsKevin Lo2012-03-061-4/+0
| | | | Notes: svn path=/head/; revision=292790
* Cosmetic changeKevin Lo2012-03-052-12/+11
| | | | Notes: svn path=/head/; revision=292712
* Bump PORTREVISION for the previous commit to fix C++ builds.Joe Marcus Clarke2012-03-041-1/+1
| | | | Notes: svn path=/head/; revision=292700
* Fix building C++ code that uses libiconv.Joe Marcus Clarke2012-03-041-0/+43
| | | | | | | | PR: 165348 Submitted by: Pedro Giffuni <giffunip@tutopia.com> Notes: svn path=/head/; revision=292699
* update math/R to 2.14.2, and adjust dependent portsBrendan Fabeny2012-03-032-0/+2
| | | | Notes: svn path=/head/; revision=292607
* Update maintainer email in my portsAlex Kozlov2012-03-021-1/+1
| | | | | | | Approved by: eadler (mentor) Notes: svn path=/head/; revision=292555
* Initial import of zfec-1.4.22Kevin Lo2012-03-026-0/+113
| | | | | | | | Zfec is a fast erasure codec which can be used with the command-line, C, Python, or Haskell. Notes: svn path=/head/; revision=292516
* - Update to 1.03Dmitry Marakasov2012-02-252-4/+3
| | | | | | | | PR: 165441 Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> Notes: svn path=/head/; revision=292211
* - Deprecate, Expire, mark brokenPhilip M. Gollucci2012-02-241-0/+4
| | | | | | | Reported by: pav via pointyhat Notes: svn path=/head/; revision=292201
* - Update to 0.04.9Jason Helfman2012-02-213-9/+6
| | | | | | | | | | | | | | | | | | | | | | | From ChangeLog: 2011-09-23 unidecode 0.04.9 * Fixed Python 2.5 installation issue. 2011-09-22 unidecode 0.04.8 * License change to GPL to fit better with other Python modules and to remove the issue of depending on Perl for licensing terms. * Always return a string object on Python 2.x. Before this patch, unidecode() returned a unicode object on Python 2.x if the input was a unicode object that contained ASCII characters. Behaviour on Python 3.x remains unchanged. (thanks to Wesley Yarde) PR: ports/165344 Submitted by: maintainer, douglas@douglasthrift.net Notes: svn path=/head/; revision=292019
* - Add a new port: converters/R-cran-rjsonTAKATSU Tomonari2012-02-214-0/+25
| | | | | | | | | Converts R object into JSON objects and vice-versa WWW: http://cran.r-project.org/web/packages/rjson/ Notes: svn path=/head/; revision=291995
* - use chmlib-0.40 instead of embedded chmlib-0.19, remove patch-bbEitan Adler2012-02-195-280/+22
| | | | | | | | | | | | - improve Makefile, remove unnecessary do-install target - remove ONLY_FOR_ARCH, new chmlib does not have such a limitation - give maintainership to submitter PR: ports/165287 Submitted by: Alex Kozlov <spam@rm-rf.kiev.ua> Notes: svn path=/head/; revision=291854
* - Add patch to fix testsSteve Wills2012-02-191-0/+13
| | | | | | | | | PR: ports/164413 Submitted by: swills (myself) Approved by: maintainer timeout (rafan, > 3 weeks) Notes: svn path=/head/; revision=291836
* Remove undefined USE_SSL. No revision bumb since it's a NOP.Emanuel Haupt2012-02-141-1/+0
| | | | | | | Submitted by: eadler (via mail) Notes: svn path=/head/; revision=291363
* - Update to 0.14.0.3Gabor Pali2012-02-132-4/+3
| | | | | | | Obtained from: FreeBSD Haskell Notes: svn path=/head/; revision=291143
* - Update to 0.4.0.1Gabor Pali2012-02-132-4/+4
| | | | | | | Obtained from: FreeBSD Haskell Notes: svn path=/head/; revision=291142
* - Please welcome GHC 7.0.4Gabor Pali2012-02-131-1/+1
| | | | | | | | | | | | | | | | GHC in the ports tree has been updated to version 7.0.4 and the port revision for all the Haskell ports without version changes are bumped. Other per-port updates are coming soon. This update also incorporates some improvements for bsd.cabal.mk that makes working with Haskell ports even easier. Thanks ashish@ for the help! Obtained from: FreeBSD Haskell Notes: svn path=/head/; revision=291136
* - Fix build when using custom PREFIX/LOCALBASERyan Steinmetz2012-02-121-1/+2
| | | | | | | | | PR: ports/165039 Submitted by: zi@ (me) Approved by: mm@ (maintainer) Notes: svn path=/head/; revision=291087
* - Update to 0.98-1TAKATSU Tomonari2012-02-092-3/+3
| | | | Notes: svn path=/head/; revision=290800
* - Update to r27612Dmitry Marakasov2012-01-242-3/+3
| | | | Notes: svn path=/head/; revision=289744
* update lang/sbcl to 1.0.55, and adjust dependent portsBrendan Fabeny2012-01-241-1/+1
| | | | Notes: svn path=/head/; revision=289738
* At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450Eitan Adler2012-01-2111-11/+11
| | | | | | | | | | | | | ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are currently broken. This is a temporary measure until we organically stop using := or someone(s) spend a lot of time changing all the ports over. Explicit duplication > := > = and this just moves ports one step to the left Approved by: portmgr Notes: svn path=/head/; revision=289563
* - Update to 0.97-0TAKATSU Tomonari2012-01-192-4/+3
| | | | Notes: svn path=/head/; revision=289469
* - Update to 0.05Sunpoet Po-Chuan Hsieh2012-01-192-3/+4
| | | | | | | Changes: http://search.cpan.org/dist/Convert-NLS_DATE_FORMAT/Changes Notes: svn path=/head/; revision=289445
* update math/R to 2.14.1, and adjust dependent portsBrendan Fabeny2012-01-181-1/+1
| | | | Notes: svn path=/head/; revision=289429
* - Security patch to re-enable locking of temp filesDirk Meyer2012-01-184-31/+48
| | | | | | | Security: CVE-2011-4919 Notes: svn path=/head/; revision=289399
* - update converters/libticonv to 1.1.3Ruslan Makhmatkhanov2012-01-173-5/+7
| | | | | | | | | | | | | | | | | | | - update devel/libtifiles2 to 1.1.5 - update comms/libticables2 to 1.3.3 - update comms/libticalcs2 to 1.1.7 - update comms/tilp2 to 1.16 - bump PORTREVISION for emulators/tiemu3 - add LICENSE (GPLv2) I did this in single commit because this ports are tightly interconnected, so chanses are good to (temporarily) broke something, committing them separatedly. PR: 164024 Submitted by: Tijl Coosemans <tijl at coosemans dot org> (maintainer) Notes: svn path=/head/; revision=289378
* - Update to 7.3Jason Helfman2012-01-172-4/+4
| | | | | | | | | PR: ports/164214 Submitted by: maintainer, Kuan-Chung Chiu <buganini at gmail.com> Approved by: crees,rene (mentors,implicit) Notes: svn path=/head/; revision=289355
* - Update to 0.4Jason Helfman2012-01-172-4/+4
| | | | | | | | | PR: ports/164212 Submitted by: maintainer, Kuan-Chung Chiu <buganini at gmail.com> Approved by: crees,rene (mentors,implicit) Notes: svn path=/head/; revision=289354
* - Update to 7.3Sunpoet Po-Chuan Hsieh2012-01-092-4/+4
| | | | | | | | | Changes: https://github.com/buganini/python-bsdconv/commits/master PR: ports/163949 Submitted by: Kuan-Chung Chiu <buganini@gmail.com> (maintainer) Notes: svn path=/head/; revision=288826
* Repeated words are are hard to to find sometimes.Eitan Adler2012-01-081-1/+1
| | | | | | | Approved by: portmgr (itetcu) Notes: svn path=/head/; revision=288737
* - Update to 0.3Sunpoet Po-Chuan Hsieh2012-01-023-16/+18
| | | | | | | | | | | - Use PLIST_FILES/PLIST_DIRS Changes: https://github.com/buganini/gbsdconv/commits/master PR: ports/163696 Submitted by: Kuan-Chung Chiu <buganini@gmail.com> (maintainer) Notes: svn path=/head/; revision=288391
* Update to 20110201 release.Alex Dupre2011-12-303-14/+6
| | | | Notes: svn path=/head/; revision=288277
* - Update to 7.2Sunpoet Po-Chuan Hsieh2011-12-292-4/+4
| | | | | | | | | Changes: https://github.com/buganini/python-bsdconv/commits/master PR: ports/163695 Submitted by: Kuan-Chung Chiu <buganini@gmail.com> (maintainer) Notes: svn path=/head/; revision=288261
* - Update to 7.2Sunpoet Po-Chuan Hsieh2011-12-293-4/+9
| | | | | | | | | Changes: https://github.com/buganini/bsdconv/blob/master/Changelog PR: ports/163694 Submitted by: Kuan-Chung Chiu <buganini@gmail.com> (maintainer) Notes: svn path=/head/; revision=288260
* End WWW CPAN URL with a "/"Emanuel Haupt2011-12-284-4/+4
| | | | Notes: svn path=/head/; revision=288161
* Add gbsdconv 0.2, GUI for bsdconv.Li-Wen Hsu2011-12-275-0/+57
| | | | | | | | PR: ports/163642 Submitted by: buganini@gmail.com Notes: svn path=/head/; revision=288114
* Pacify portlintEmanuel Haupt2011-12-271-2/+2
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=288109
* - Update to 7.1Sunpoet Po-Chuan Hsieh2011-12-222-4/+4
| | | | | | | | | | | | | Changes: - Update README - Use PyObject_DEL instead of PyObject_Del - Add testconv(), testconv_chunk(), testconv_chunk_last(), testconv_file() PR: ports/163532 Submitted by: Kuan-Chung Chiu <buganini@gmail.com> (maintainer) Notes: svn path=/head/; revision=287882
* - Update to 7.1Sunpoet Po-Chuan Hsieh2011-12-223-5/+17
| | | | | | | | | Changes: https://github.com/buganini/bsdconv/blob/master/Changelog PR: ports/163531 Submitted by: Kuan-Chung Chiu <buganini@gmail.com> (maintainer) Notes: svn path=/head/; revision=287881
* - Update WWWPav Lucistnik2011-12-132-2/+2
| | | | | | | | Reported by: distilator Feature safe: yes Notes: svn path=/head/; revision=287311
* Log:Ruslan Makhmatkhanov2011-12-125-41/+0
| | | | | | | | | | - Remove expired port: Included into python itself since version 2.4. Approved by: novel (mentor) Feature safe: yes Notes: svn path=/head/; revision=287241
* - Update to 1.104Sunpoet Po-Chuan Hsieh2011-12-092-8/+13
| | | | | | | | | | - Sort MAN3 Changes: http://search.cpan.org/dist/Unicode-Stringprep/Changes Feature safe: yes Notes: svn path=/head/; revision=287127
* Use ln -sf when creating symlinks.Max Khon2011-12-011-0/+1
| | | | | | | | Approved by: MAINTAINER Feature safe: yes Notes: svn path=/head/; revision=286736
* update math/R to 2.14.0, math/R-cran-sp to 0.9-91, and adjustBrendan Fabeny2011-11-271-0/+1
| | | | | | | | | | dependent ports Approved by: linimon (portmgr), thierry, tota, wen Feature safe: yes Notes: svn path=/head/; revision=286477
* - Update to 7.0Sunpoet Po-Chuan Hsieh2011-11-182-5/+5
| | | | | | | | | | | | Changes: - Chase changes in bsdconv PR: portsr/162657 Submitted by: Kuan-Chung Chiu <buganini@gmail.com> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=286017
* - Update to 7.0Sunpoet Po-Chuan Hsieh2011-11-182-7/+6
| | | | | | | | | | | | | | | - While I'm here, pet portlint Changes: - OO-style wrapping - Chase changes in bsdconv PR: portsr/162656 Submitted by: Kuan-Chung Chiu <buganini@gmail.com> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=286016
* - Update to 7.0Sunpoet Po-Chuan Hsieh2011-11-182-7/+6
| | | | | | | | | | | | | | | - While I'm here, pet portlint Changes: - OO-style wrapping - Chase changes in bsdconv PR: portsr/162655 Submitted by: Kuan-Chung Chiu <buganini@gmail.com> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=286015
* - Update to 7.0Sunpoet Po-Chuan Hsieh2011-11-182-5/+5
| | | | | | | | | | | | | Changes: - OO-style wrapping - Chase changes in bsdconv PR: portsr/162654 Submitted by: Kuan-Chung Chiu <buganini@gmail.com> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=286014
* - Update to 7.0Sunpoet Po-Chuan Hsieh2011-11-183-72/+78
| | | | | | | | | | Changes: https://github.com/buganini/bsdconv/blob/master/Changelog PR: portsr/162651 Submitted by: Kuan-Chung Chiu <buganini@gmail.com> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=286012