summaryrefslogtreecommitdiff
path: root/converters (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Do not depend on gcc on FreeBSD 9 and lowerMartin Matuska2013-10-291-1/+4
| | | | Notes: svn path=/head/; revision=332019
* - revert r331810Dirk Meyer2013-10-281-3/+2
| | | | Notes: svn path=/head/; revision=331895
* - use STAGEDIRDirk Meyer2013-10-271-3/+2
| | | | | | | - use OPTIONS_DEFINE Notes: svn path=/head/; revision=331810
* - Update to 1.00Sunpoet Po-Chuan Hsieh2013-10-273-6/+4
| | | | | | | | | | | - Support STAGEDIR Changes: http://search.cpan.org/dist/URI-UTF8-Punycode/Changes PR: ports/183366 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer) Notes: svn path=/head/; revision=331786
* - Upgrade to 0.37.Jun Kuriyama2013-10-279-23/+17
| | | | Notes: svn path=/head/; revision=331758
* Fix bugs caused by misunderstanding of staging.Jun Kuriyama2013-10-262-6/+5
| | | | Notes: svn path=/head/; revision=331719
* - Upgrade to 2.61.Jun Kuriyama2013-10-262-4/+3
| | | | Notes: svn path=/head/; revision=331705
* Update to libmpc version 1.0.1 which brings the following fixes:Gerald Pfeifer2013-10-266-5/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Switched to automake 1.11.6, see CVE-2012-3386. - #14669: Fixed extraction of CC from gmp.h. - Fixed case of intermediate zero real or imaginary part in mpc_fma, found by hydra with GMP_CHECK_RANDOMIZE=1346362345. This is on top of the following changes from version 1.0 - Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no invariant sections) for the documentation. - 100% of all lines are covered by tests - Renamed functions . mpc_mul_2exp to mpc_mul_2ui . mpc_div_2exp to mpc_div_2ui - 0^0, which returned (NaN,NaN) previously, now returns (1,+0). - Removed compatibility with K&R compilers, which was untestable due to lack of such compilers. - New functions . mpc_log10 . mpc_mul_2si, mpc_div_2si - Speed-ups . mpc_fma - Bug fixes . mpc_div and mpc_norm now return a value indicating the effective rounding direction, as the other functions. . mpc_mul, mpc_sqr and mpc_norm now return correct results even if there are over- or underflows during the computation. . mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has infinite part and equals output variable is corrected. . mpc_fr_sub: Wrong return value for imaginary part is corrected. Convert to the new LIB_DEPENDS standard and remove hard-coded .so versions from a couple of dependent ports. Bump PORTREVISIONS of all dependent ports. PR: 183141 Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331644
* Fix package list.Emanuel Haupt2013-10-251-2/+2
| | | | Notes: svn path=/head/; revision=331571
* converters/py-unicdecode: Update to 0.04.14, Enable STAGE and auto-plistKubilay Kocak2013-10-243-570/+5
| | | | | | | | | | | | | | | | | | | | | | | | | - Update to 0.04.14 - Enable auto plist generation & remove pkg-plist accordingly - Enable STAGE support While I'm here: - Whitespace alignment - Re-order a couple of Makefile entries Changes: 2013-09-20 unidecode 0.04.14 * Revert transliteration for Latin characters with umlauts back to language-neutral, unaccented characters. * Added transliterations for circled numbers, letters and ordinals. * Minor fixes to rarely used punctuation characters. PR: ports/183136 Submitted by: Douglas Thrift <douglas@douglasthrift.net> Approved by: maintainer Notes: svn path=/head/; revision=331473
* Support staging.Emanuel Haupt2013-10-231-2/+1
| | | | Notes: svn path=/head/; revision=331422
* Allow users to install converters/libiconv on 10.x systems if theyUlrich Spörlein2013-10-231-2/+2
| | | | | | | | | | | | | | decided to build world with WITHOUT_ICONV set. There's no need for this check to be based on OSVERSION. Some users (i.e. me), report subtle application breakages with the iconv-from-src that disappear when iconv-from-ports is installed. Allow for a bridge till these issues are sorted out. Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331388
* Support staging.Emanuel Haupt2013-10-231-1/+0
| | | | Notes: svn path=/head/; revision=331362
* Try and be consistent with what commands are silent and not in *install.Mathieu Arnold2013-10-222-2/+2
| | | | | | | | | | | | | | - MKDIR is silent - ECHO is silent - INSTALL_* are not silent - CP/FIND/... are not silent I fixed a few PORTDOCS misusage, I'll do a second pass. With Hat: perl@ Notes: svn path=/head/; revision=331301
* - Support staging.Tijl Coosemans2013-10-221-3/+5
| | | | | | | | - USES=gmake. - Make the Requires field private in pkgconfig file. Notes: svn path=/head/; revision=331283
* Compile wkhtmltopdf under FreeBSD 10.x by dependig on gccMartin Matuska2013-10-201-1/+4
| | | | | | | TODO: backport patches from www/qt4-webkit Notes: svn path=/head/; revision=331060
* - Update to 2.08Sunpoet Po-Chuan Hsieh2013-10-203-11/+12
| | | | | | | | | - Support STAGEDIR Changes: http://search.cpan.org/dist/Text-Bidi/Changes Notes: svn path=/head/; revision=331007
* - Update to 2.27203Sunpoet Po-Chuan Hsieh2013-10-192-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/JSON-PP/Changes Notes: svn path=/head/; revision=330923
* Deprecated some ports broken for more than 6 monthBaptiste Daroussin2013-10-181-0/+3
| | | | Notes: svn path=/head/; revision=330726
* - Support stagingDmitry Marakasov2013-10-172-20/+12
| | | | | | | | - Use new LIB_DEPENDS syntax - Convert USE_GMAKE to USES Notes: svn path=/head/; revision=330587
* - Support STAGEDIRSunpoet Po-Chuan Hsieh2013-10-063-17/+6
| | | | | | | - Cleanup Makefile Notes: svn path=/head/; revision=329604
* Update lang/sbcl to 1.1.12 [1] and math/maxima to 5.31.1; adjustBrendan Fabeny2013-10-031-1/+1
| | | | | | | | | dependent ports PR: 181545 [1] Notes: svn path=/head/; revision=329191
* - Support stagingDmitry Marakasov2013-10-012-3/+1
| | | | Notes: svn path=/head/; revision=328919
* - Support stagingDmitry Marakasov2013-10-012-3/+1
| | | | Notes: svn path=/head/; revision=328918
* - Support STAGEDIRSunpoet Po-Chuan Hsieh2013-09-302-3/+1
| | | | Notes: svn path=/head/; revision=328806
* - Support STAGEDIRSunpoet Po-Chuan Hsieh2013-09-302-3/+1
| | | | Notes: svn path=/head/; revision=328805
* - Support stagingDmitry Marakasov2013-09-282-40/+6
| | | | Notes: svn path=/head/; revision=328587
* back to use PORTDOCSRenato Botelho2013-09-272-10/+5
| | | | Notes: svn path=/head/; revision=328488
* - Support STAGEDIRAlex Kozlov2013-09-251-3/+2
| | | | | | | - Convert to new LIB_DEPENDS syntax Notes: svn path=/head/; revision=328282
* - Remove NO_STAGE as these have been tested to be safeBryan Drewery2013-09-253-3/+0
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=328226
* Support stagingRenato Botelho2013-09-252-7/+11
| | | | Notes: svn path=/head/; revision=328225
* - Add explicit LDFLAGS for iconvGuido Falsi2013-09-241-1/+1
| | | | | | | | Submitted by: marino Approved by: portmgr (bapt) Notes: svn path=/head/; revision=328213
* - Convert to USES+=tkPietro Cerutti2013-09-241-2/+2
| | | | | | | - Convert to new LIB_DEPENDS format Notes: svn path=/head/; revision=328169
* Support stagedir.Vanilla I. Shu2013-09-241-2/+2
| | | | Notes: svn path=/head/; revision=328152
* Fix NO_STAGE attributionBaptiste Daroussin2013-09-221-1/+1
| | | | Notes: svn path=/head/; revision=327888
* - Update to 11.1Sunpoet Po-Chuan Hsieh2013-09-212-6/+6
| | | | | | | | | | | - While I'm here, convert to new LIB_DEPENDS format Changes: https://github.com/buganini/gbsdconv/commits/master PR: ports/182264 Submitted by: Kuan-Chung Chiu <buganini@gmail.com> (maintainer) Notes: svn path=/head/; revision=327834
* - Update to 11.1.0Sunpoet Po-Chuan Hsieh2013-09-212-7/+8
| | | | | | | | | | | - While I'm here, convert to new LIB_DEPENDS format Changes: https://github.com/buganini/python-bsdconv/commits/master PR: ports/182261 Submitted by: Kuan-Chung Chiu <buganini@gmail.com> (maintainer) Notes: svn path=/head/; revision=327831
* - Update to 11.1.0Sunpoet Po-Chuan Hsieh2013-09-212-5/+5
| | | | | | | | | | | - While I'm here, convert to new LIB_DEPENDS format Changes: https://github.com/buganini/ruby-bsdconv/commits/master PR: ports/182260 Submitted by: Kuan-Chung Chiu <buganini@gmail.com> (maintainer) Notes: svn path=/head/; revision=327830
* - Update to 11.1.0Sunpoet Po-Chuan Hsieh2013-09-212-6/+6
| | | | | | | | | | | - While I'm here, convert to new LIB_DEPENDS format Changes: https://github.com/buganini/php-bsdconv/commits/master PR: ports/182259 Submitted by: Kuan-Chung Chiu <buganini@gmail.com> (maintainer) Notes: svn path=/head/; revision=327829
* - Update to 11.1.0Sunpoet Po-Chuan Hsieh2013-09-212-6/+6
| | | | | | | | | | | - While I'm here, convert to new LIB_DEPENDS format Changes: https://github.com/buganini/perl-bsdconv/commits/master PR: ports/182257 Submitted by: Kuan-Chung Chiu <buganini@gmail.com> (maintainer) Notes: svn path=/head/; revision=327828
* - Update to 11.1Sunpoet Po-Chuan Hsieh2013-09-214-67/+66
| | | | | | | | | Changes: https://github.com/buganini/bsdconv/blob/master/Changelog PR: ports/182258 Submitted by: Kuan-Chung Chiu <buganini@gmail.com> (maintainer) Notes: svn path=/head/; revision=327827
* - fix misplaced NO_STAGE in slaveports and ifdefsDirk Meyer2013-09-211-2/+2
| | | | Notes: svn path=/head/; revision=327804
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-20161-262/+213
| | | | | | | converters) Notes: svn path=/head/; revision=327715
* - convert to the new perl5 frameworkAndrej Zverev2013-09-161-3/+2
| | | | | | | | | - convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=327380
* - Update to 2.55Rong-En Fan2013-09-163-32/+28
| | | | | | | | PR: ports/182095 Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@> Notes: svn path=/head/; revision=327362
* - Update to 2.02Sunpoet Po-Chuan Hsieh2013-09-132-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Text-Bidi/Changes Notes: svn path=/head/; revision=327138
* - Update to 2.01Sunpoet Po-Chuan Hsieh2013-09-114-3038/+22
| | | | | | | | | | - Add LICENSE - Convert to new LIB_DEPENDS format Changes: http://search.cpan.org/dist/Text-Bidi/Changes Notes: svn path=/head/; revision=327000
* graphics/geos: update to 3.4.2William Grzybowski2013-09-111-1/+1
| | | | | | | | | | | | | - Update to 3.4.2 [1] - Bump PORTREVISION for dependent ports - USES gmake - Use options helpers PR: ports/181422 [1] Submitted by: Rainer Hurling <rhurlin gwdg.de> (maintainer) Notes: svn path=/head/; revision=326981
* - convert to the new perl5 frameworkAndrej Zverev2013-09-1018-63/+42
| | | | | | | | | - trim Makefile header Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=326872
* - convert to the new perl5 frameworkAndrej Zverev2013-09-1010-36/+23
| | | | | | | | | - trim Makefile header Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=326870