aboutsummaryrefslogtreecommitdiff
path: root/converters
Commit message (Collapse)AuthorAgeFilesLines
* Remove duplicate port converters/py-pint.Yuri Victorovich2019-03-314-43/+0
| | | | | | | | devel/py-Pint has been added earlier, and has a proper directory name. Update the dependency line in astro/py-metpy. Notes: svn path=/head/; revision=497390
* Mark almost all Haskell ports for expiration by mid AprilTobias C. Berner2019-03-304-0/+12
| | | | | | | | | | | | | | | Ports for Haskell *libraries* are going to be removed from the ports tree. Haskell *applications* are going to be statically linked with all dependencies ( https://reviews.freebsd.org/D19730 ), so there is no reason to keep Haskell libraries in tree. If you think a port is wrongly marked and should stay, please contact haskell@ Submitted by: arrowd Differential Revision: https://reviews.freebsd.org/D19244 Notes: svn path=/head/; revision=497311
* graphics/poppler: update to 0.75Tobias C. Berner2019-03-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Release 0.75.0: core: * Fix rendering of some annotations * Fix crashes in broken files * Small internal code improvements cpp: * Improve documentation * tests: Add showing version information to poppler-dump utils: * pdfattach: new util * pdftohtml: add -dataurls parameter * pdftoppm: add -sep and -forcenum parameters * pdftohtml: make singleHtml and stout not mutually exclusive * pdfsig: fix use after free - bump revisions of dependent ports due to shlib version change PR: 236791 Exp-run by: antoine Approved by: kwm (gnome) Notes: svn path=/head/; revision=496982
* Update to 4.11Sunpoet Po-Chuan Hsieh2019-03-272-4/+4
| | | | | | | Changes: https://metacpan.org/changes/distribution/Cpanel-JSON-XS Notes: svn path=/head/; revision=496958
* converters/wkhtmltopdf: unbreak with openssl111Kurt Jaeger2019-03-241-4/+2
| | | | | | | | | | | | | | | | 1) Building the port with openssl from ports leads to an error: Error: /usr/local/bin/wkhtmltoimage is linked to /usr/local/lib/libssl.so.9 from security/openssl but it is not declared as a dependency 2) Building the port with openssl111 from ports does not fail any more. The Patch fixes both issues. PR: 236755 Submitted by: dinoex Notes: svn path=/head/; revision=496769
* Update to 3.0.1Sunpoet Po-Chuan Hsieh2019-03-212-5/+4
| | | | | | | Changes: https://pecl.php.net/package-changelog.php?package=igbinary Notes: svn path=/head/; revision=496488
* converters/pdf2djvu: install more filesJan Beich2019-03-202-3/+14
| | | | | | | | PR: 236665 Submitted by: Samy Mahmoudi (maintainer) Notes: svn path=/head/; revision=496383
* Update to 4.10Sunpoet Po-Chuan Hsieh2019-03-192-4/+4
| | | | | | | Changes: https://metacpan.org/changes/distribution/Cpanel-JSON-XS Notes: svn path=/head/; revision=496275
* graphics/exiv2: update to 0.27Tobias C. Berner2019-03-171-0/+1
| | | | | | | | | | | | | | | Changelog: http://www.exiv2.org/changelog.html - All depending ports have been bumped. - graphics/py-exiv2 has been marked broken; use graphics/gexiv2 for python bindings Exp-run by: antoine PR: 235943 PR: 234830 Notes: svn path=/head/; revision=496059
* converters/pdf2djvu: remove bogus LICENSE_FILETobias C. Berner2019-03-161-1/+0
| | | | | | | | | - the file does not exist. PR: 235943 Notes: svn path=/head/; revision=495862
* Update to 3.01Sunpoet Po-Chuan Hsieh2019-03-132-4/+4
| | | | | | | Changes: https://metacpan.org/changes/distribution/Encode Notes: svn path=/head/; revision=495591
* convers/pdf2djvu: Do not use GH_TUPLE for the default distribution fileKoichiro Iwao2019-03-122-6/+4
| | | | | | | Reported by: mat Notes: svn path=/head/; revision=495469
* Readd and rework convertes/pdf2djvuKoichiro Iwao2019-03-116-0/+101
| | | | | | | | | | | | | | | | | | | | | | | | This port was deleted due to no public distfiles. Now upstream distributes tarballs on GitHub [1]. - Update to 0.9.12 - Add USES=autoreconf:build and a bootstrap file; define the target pre-configure - Make the manual within the post-build target - Add USE_CXXSTD=c++11 - Add options COLOR_QUANTIZATION, NLS, MULTITHREADING, XMP - Add LICENSE_FILE - Patch tools/install-manpages for proper echoing (no functional change) - Remove the port name from COMMENT to follow the guidelines of the handbook - Strip the executable within the post-install target - Submitter is the new MAINTAINER [1] https://github.com/jwilk/pdf2djvu PR: 236299 Submitted by: Samy Mahmoudi <samy.mahmoudi@gmail.com> Notes: svn path=/head/; revision=495325
* Update to 4.02Sunpoet Po-Chuan Hsieh2019-03-072-4/+4
| | | | | | | Changes: https://metacpan.org/changes/distribution/JSON-XS Notes: svn path=/head/; revision=494966
* Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade.Kirill Ponomarev2019-03-071-1/+1
| | | | Notes: svn path=/head/; revision=494936
* Update to 4.01Sunpoet Po-Chuan Hsieh2019-02-252-5/+5
| | | | | | | | | - Take maintainership Changes: https://metacpan.org/changes/distribution/JSON-XS Notes: svn path=/head/; revision=493908
* Update to 4.02Sunpoet Po-Chuan Hsieh2019-02-252-4/+4
| | | | | | | Changes: https://metacpan.org/changes/distribution/JSON-PP Notes: svn path=/head/; revision=493907
* converters/convmv: update 2.03 -> 2.05Kurt Jaeger2019-02-242-4/+4
| | | | | | | | | | | | | | | | | - allow NFC/NFD conversion on APFS volumes, add man page section for that filesystem - use case- and normalization-insensitivity workarounds also for parsable mode - check for valid utf-8 also in upperlower_checkenc() - fix parsable output, missed the path files to run utime() on - add --run-parsable option to blindly run what a file generated with --parsable tells us to do PR: 235990 Submitted by: kcwu@csie.org (maintainer) Notes: svn path=/head/; revision=493773
* Fix build of the dependent portsSunpoet Po-Chuan Hsieh2019-02-201-0/+5
| | | | | | | | | | | | - Bump PORTREVISION for package change Restore the hack (replacement of igbinary.h and php_igbinary.h) in previous versions. PR: 235869 Submitted by: Artyom Davidov <ard_1@mail.ru> Notes: svn path=/head/; revision=493460
* Update to 3.0.0Sunpoet Po-Chuan Hsieh2019-02-192-8/+4
| | | | | | | Changes: https://pecl.php.net/package-changelog.php?package=igbinary Notes: svn path=/head/; revision=493382
* Update to 4.09Sunpoet Po-Chuan Hsieh2019-02-172-4/+4
| | | | | | | Changes: https://metacpan.org/changes/distribution/Cpanel-JSON-XS Notes: svn path=/head/; revision=493191
* Clean up MakefileSunpoet Po-Chuan Hsieh2019-02-141-2/+2
| | | | Notes: svn path=/head/; revision=492945
* Remove Perl core moduleSunpoet Po-Chuan Hsieh2019-02-101-5/+3
| | | | | | | | | | | | - While I'm here: - Add LICNESE - Remove unnecessary WRKSRC - Bump PORTREVISION for dependency change With hat: perl Notes: svn path=/head/; revision=492552
* Update to 3.00Sunpoet Po-Chuan Hsieh2019-02-022-4/+4
| | | | | | | Changes: https://metacpan.org/changes/distribution/Encode Notes: svn path=/head/; revision=491998
* Update to 2.100Sunpoet Po-Chuan Hsieh2019-02-012-4/+4
| | | | | | | Changes: https://metacpan.org/changes/distribution/Encode Notes: svn path=/head/; revision=491853
* Change my maintainer email address to my new one at the FreeBSD project.Kai Knoblich2019-02-011-1/+1
| | | | | | | | | Reviewed by: miwi (mentor) Approved by: miwi (mentor) Differential Revision: https://reviews.freebsd.org/D19050 Notes: svn path=/head/; revision=491837
* Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade.Kirill Ponomarev2019-01-281-1/+1
| | | | Notes: svn path=/head/; revision=491484
* Update to 0.9Sunpoet Po-Chuan Hsieh2019-01-252-7/+14
| | | | | | | Changes: https://github.com/hgrecco/pint/blob/master/CHANGES Notes: svn path=/head/; revision=491182
* Update to 2.99Sunpoet Po-Chuan Hsieh2019-01-212-7/+6
| | | | | | | Changes: https://metacpan.org/changes/distribution/Encode Notes: svn path=/head/; revision=490885
* Remove Perl core moduleSunpoet Po-Chuan Hsieh2019-01-201-3/+3
| | | | | | | - Bump PORTREVISION for dependency change Notes: svn path=/head/; revision=490810
* converters/osm2pgrouting: update to 2.3.6Steve Wills2019-01-156-61/+20
| | | | | | | | PR: 228676 Submitted by: lbartoletti <lbartoletti@tuxfamily.org> (maintainer) Notes: svn path=/head/; revision=490380
* lang/ghc: Update to 8.6.3 and bump PORTREVISION's of all Haskell ports.Gleb Popov2019-01-068-32/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | As usual, it is recommended to rebuild or reinstall all the dependent ports and the lang/ghc port itself in one of the following ways: # portmaster -w -r ghc or # portupgrade -fr lang/ghc In case of pkg(8), it is probably safer to remove all the GHC-dependent packages along with GHC and reinstall everything from scratch. For example: # pkg query "%ro" ghc > ghc-pkgs.txt # pkg delete -y lang/ghc # pkg install -y `cat ghc-pkgs.txt` During update some hs-* ports got two PORTREVISION bumps in a row. Other ports got a PORTVERSION update together with one PORTREVISION bump. This is caused by bulk-bumping PORTREVISION of all hs-* ports. There are a lot of them updated, so figuring out which ones require a bump and which are not is too tedious. Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D18707 Notes: svn path=/head/; revision=489474
* converters/wkhtmltopdf: fix build with openssl 1.1.1Kurt Jaeger2019-01-051-1/+1
| | | | | | | | | | PR: 234555 Submitted by: Ashish Kulkarni <kulkarni.ashish@gmail.com> (upstream) Reported by: rainer@ultra-secure.de MFH: 2019Q1 Notes: svn path=/head/; revision=489390
* Remove expired php56- ports:Rene Ladan2019-01-016-95/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2019-01-01 net/php56-soap: Security Support ends on 31 Dec 2018 2019-01-01 net/php56-ldap: Security Support ends on 31 Dec 2018 2019-01-01 net/php56-xmlrpc: Security Support ends on 31 Dec 2018 2019-01-01 net/php56-sockets: Security Support ends on 31 Dec 2018 2019-01-01 textproc/php56-ctype: Security Support ends on 31 Dec 2018 2019-01-01 textproc/php56-xmlwriter: Security Support ends on 31 Dec 2018 2019-01-01 textproc/php56-xmlreader: Security Support ends on 31 Dec 2018 2019-01-01 textproc/php56-pspell: Security Support ends on 31 Dec 2018 2019-01-01 textproc/php56-dom: Security Support ends on 31 Dec 2018 2019-01-01 textproc/php56-xsl: Security Support ends on 31 Dec 2018 2019-01-01 textproc/php56-simplexml: Security Support ends on 31 Dec 2018 2019-01-01 textproc/php56-enchant: Security Support ends on 31 Dec 2018 2019-01-01 textproc/php56-wddx: Security Support ends on 31 Dec 2018 2019-01-01 textproc/php56-xml: Security Support ends on 31 Dec 2018 2019-01-01 graphics/php56-gd: Security Support ends on 31 Dec 2018 2019-01-01 graphics/php56-exif: Security Support ends on 31 Dec 2018 2019-01-01 mail/php56-imap: Security Support ends on 31 Dec 2018 2019-01-01 www/php56-session: Security Support ends on 31 Dec 2018 2019-01-01 www/php56-opcache: Security Support ends on 31 Dec 2018 2019-01-01 www/php56-tidy: Security Support ends on 31 Dec 2018 2019-01-01 security/php56-openssl: Security Support ends on 31 Dec 2018 2019-01-01 security/php56-mcrypt: Security Support ends on 31 Dec 2018 2019-01-01 security/php56-filter: Security Support ends on 31 Dec 2018 2019-01-01 security/php56-hash: Security Support ends on 31 Dec 2018 2019-01-01 devel/php56-sysvmsg: Security Support ends on 31 Dec 2018 2019-01-01 devel/php56-tokenizer: Security Support ends on 31 Dec 2018 2019-01-01 devel/php56-sysvsem: Security Support ends on 31 Dec 2018 2019-01-01 devel/php56-shmop: Security Support ends on 31 Dec 2018 2019-01-01 devel/php56-readline: Security Support ends on 31 Dec 2018 2019-01-01 devel/php56-json: Security Support ends on 31 Dec 2018 2019-01-01 devel/php56-pcntl: Security Support ends on 31 Dec 2018 2019-01-01 devel/php56-sysvshm: Security Support ends on 31 Dec 2018 2019-01-01 devel/php56-gettext: Security Support ends on 31 Dec 2018 2019-01-01 databases/php56-mysqli: Security Support ends on 31 Dec 2018 2019-01-01 databases/php56-mysql: Security Support ends on 31 Dec 2018 2019-01-01 databases/php56-pdo_odbc: Security Support ends on 31 Dec 2018 2019-01-01 databases/php56-pdo_mysql: Security Support ends on 31 Dec 2018 2019-01-01 databases/php56-sqlite3: Security Support ends on 31 Dec 2018 2019-01-01 databases/php56-pdo_dblib: Security Support ends on 31 Dec 2018 2019-01-01 databases/php56-pdo_firebird: Security Support ends on 31 Dec 2018 2019-01-01 databases/php56-pgsql: Security Support ends on 31 Dec 2018 2019-01-01 databases/php56-pdo_sqlite: Security Support ends on 31 Dec 2018 2019-01-01 databases/php56-sybase_ct: Security Support ends on 31 Dec 2018 2019-01-01 databases/php56-interbase: Security Support ends on 31 Dec 2018 2019-01-01 databases/php56-dba: Security Support ends on 31 Dec 2018 2019-01-01 databases/php56-odbc: Security Support ends on 31 Dec 2018 2019-01-01 databases/php56-pdo_pgsql: Security Support ends on 31 Dec 2018 2019-01-01 databases/php56-pdo: Security Support ends on 31 Dec 2018 2019-01-01 databases/php56-mssql: Security Support ends on 31 Dec 2018 2019-01-01 ftp/php56-curl: Security Support ends on 31 Dec 2018 2019-01-01 ftp/php56-ftp: Security Support ends on 31 Dec 2018 2019-01-01 misc/php56-calendar: Security Support ends on 31 Dec 2018 2019-01-01 math/php56-bcmath: Security Support ends on 31 Dec 2018 2019-01-01 math/php56-gmp: Security Support ends on 31 Dec 2018 2019-01-01 archivers/php56-zip: Security Support ends on 31 Dec 2018 2019-01-01 archivers/php56-zlib: Security Support ends on 31 Dec 2018 2019-01-01 archivers/php56-phar: Security Support ends on 31 Dec 2018 2019-01-01 archivers/php56-bz2: Security Support ends on 31 Dec 2018 2019-01-01 net-mgmt/php56-snmp: Security Support ends on 31 Dec 2018 2019-01-01 converters/php56-iconv: Security Support ends on 31 Dec 2018 2019-01-01 converters/php56-mbstring: Security Support ends on 31 Dec 2018 2019-01-01 converters/php56-recode: Security Support ends on 31 Dec 2018 2019-01-01 sysutils/php56-posix: Security Support ends on 31 Dec 2018 2019-01-01 sysutils/php56-fileinfo: Security Support ends on 31 Dec 2018 Notes: svn path=/head/; revision=488895
* Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade.Kirill Ponomarev2019-01-011-1/+1
| | | | Notes: svn path=/head/; revision=488874
* Remove expired ports:Rene Ladan2018-12-305-40/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2018-12-30 net/pecl-mosquitto: Works only with EOL php 5.6 2018-12-30 net/pecl-ip2location: Works only with EOL php 5.6 2018-12-30 net/pecl-yp: Works only with EOL php 5.6 2018-12-30 net/pecl-oauth: Works only with EOL php 5.6 2018-12-30 net/pecl-apn: Works only with EOL php 5.6 2018-12-30 textproc/pecl-doublemetaphone: Works only with EOL php 5.6 2018-12-30 textproc/pecl-ctemplate: Works only with EOL php 5.6 2018-12-30 textproc/pecl-xslcache: Works only with EOL php 5.6 2018-12-30 textproc/libmrss-php: Works only with EOL php 5.6 2018-12-30 textproc/pecl-stem: Works only with EOL php 5.6 2018-12-30 textproc/pecl-wbxml: Works only with EOL php 5.6 2018-12-30 textproc/pecl-syck: Works only with EOL php 5.6 2018-12-30 textproc/pecl-yaml1: Works only with EOL php 5.6 2018-12-30 deskutils/surrealtodo: Works only with EOL php 5.6 2018-12-30 deskutils/phpcollab: Works only with EOL php 5.6 2018-12-30 deskutils/simplegroupware: Works only with EOL php 5.6 2018-12-30 japanese/php5-mecab: Works only with EOL php 5.6 2018-12-30 graphics/php-gdal: Works only with EOL php 5.6 2018-12-30 graphics/php5-ffmpeg: Works only with EOL php 5.6 2018-12-30 graphics/pecl-gmagick: Works only with EOL php 5.6 2018-12-30 graphics/php-magickwand: Works only with EOL php 5.6 2018-12-30 graphics/pecl-imlib2: Works only with EOL php 5.6 2018-12-30 graphics/php-libpuzzle: Works only with EOL php 5.6 2018-12-30 mail/dracmail: Works only with EOL php 5.6 2018-12-30 mail/pecl-pop3: Works only with EOL php 5.6 2018-12-30 mail/pecl-mailparse2: Works only with EOL php 5.6 2018-12-30 www/usermanager: Works only with EOL php 5.6 2018-12-30 www/sams2: Works only with EOL php 5.6 2018-12-30 www/pecl-yar1: Works only with EOL php 5.6 2018-12-30 www/pecl-http1: Works only with EOL php 5.6 2018-12-30 www/revive-adserver: Works only with EOL php 5.6 2018-12-30 www/netoffice: Works only with EOL php 5.6 2018-12-30 www/xcache: Works only with EOL php 5.6 2018-12-30 www/testlink: Works only with EOL php 5.6 2018-12-30 www/pecl-http2: Works only with EOL php 5.6 2018-12-30 www/kplaylist: Works only with EOL php 5.6 2018-12-30 www/gallery3: Works only with EOL php 5.6 2018-12-30 www/claroline: Works only with EOL php 5.6 2018-12-30 www/sit: Works only with EOL php 5.6 2018-12-30 www/magento: Works only with EOL php 5.6 2018-12-30 www/asterisk-stat: Works only with EOL php 5.6 2018-12-30 www/pecl-sphinx: Works only with EOL php 5.6 2018-12-30 www/pecl-twig: Works only with EOL php 5.6 2018-12-30 www/fluxbb: Works only with EOL php 5.6 2018-12-30 www/php-templates: Works only with EOL php 5.6 2018-12-30 www/rnews: Works only with EOL php 5.6 2018-12-30 www/entrans: Works only with EOL php 5.6 2018-12-30 www/pecl-amfext: Works only with EOL php 5.6 2018-12-30 www/atutor: Works only with EOL php 5.6 2018-12-30 www/pecl-yaf2: Works only with EOL php 5.6 2018-12-30 www/redaxo: Works only with EOL php 5.6 2018-12-30 www/dotproject: Works only with EOL php 5.6 2018-12-30 www/sitebar: Works only with EOL php 5.6 2018-12-30 www/limesurvey: Works only with EOL php 5.6 2018-12-30 www/mahara: Works only with EOL php 5.6 2018-12-30 www/mysar: Works only with EOL php 5.6 2018-12-30 www/oscommerce: Works only with EOL php 5.6 2018-12-30 www/cmsmadesimple: Works only with EOL php 5.6 2018-12-30 www/pecl-swish: Works only with EOL php 5.6 2018-12-30 security/pecl-crack: Works only with EOL php 5.6 2018-12-30 security/php-suhosin: Works only with EOL php 5.6 2018-12-30 security/phpdeadlock: Works only with EOL php 5.6 2018-12-30 devel/php5-blitz: Works only with EOL php 5.6 2018-12-30 devel/pecl-trace: Works only with EOL php 5.6 2018-12-30 devel/pecl-scream: Works only with EOL php 5.6 2018-12-30 devel/pecl-judy: Works only with EOL php 5.6 2018-12-30 devel/pecl-test_helpers: Works only with EOL php 5.6 2018-12-30 devel/pecl-spl_types: Works only with EOL php 5.6 2018-12-30 devel/pecl-jsmin2: Works only with EOL php 5.6 2018-12-30 devel/pecl-uri_template: Works only with EOL php 5.6 2018-12-30 devel/pecl-params: Works only with EOL php 5.6 2018-12-30 devel/pecl-expect: Works only with EOL php 5.6 2018-12-30 devel/php5-dav: Works only with EOL php 5.6 2018-12-30 devel/php5-pinba: Works only with EOL php 5.6 2018-12-30 devel/pecl-htscanner: Works only with EOL php 5.6 2018-12-30 devel/pecl-newt: Works only with EOL php 5.6 2018-12-30 devel/pecl-memoize: Works only with EOL php 5.6 2018-12-30 devel/pecl-libevent: Works only with EOL php 5.6 2018-12-30 devel/pecl-jsonc: Works only with EOL php 5.6 2018-12-30 devel/pecl-weakref: Works only with EOL php 5.6 2018-12-30 devel/pecl-pthreads2: Works only with EOL php 5.6 2018-12-30 devel/pecl-gearman: Works only with EOL php 5.6 2018-12-30 devel/pecl-inotify: Works only with EOL php 5.6 2018-12-30 devel/pecl-raphf: Works only with EOL php 5.6 2018-12-30 devel/php5-thrift: Works only with EOL php 5.6 2018-12-30 devel/php5-ice: Works only with EOL php 5.6 2018-12-30 devel/pecl-runkit: Works only with EOL php 5.6 2018-12-30 devel/pecl-uopz: Works only with EOL php 5.6 2018-12-30 devel/pecl-strict: Works only with EOL php 5.6 2018-12-30 devel/pecl-xhprof: Works only with EOL php 5.6 2018-12-30 devel/pecl-propro: Works only with EOL php 5.6 2018-12-30 devel/php-scalar_objects: Works only with EOL php 5.6 2018-12-30 devel/pecl-msgpack0: Works only with EOL php 5.6 2018-12-30 devel/pecl-svn: Works only with EOL php 5.6 2018-12-30 devel/php-uprofiler: Works only with EOL php 5.6 2018-12-30 devel/pecl-statgrab: Works only with EOL php 5.6 2018-12-30 devel/pecl-uploadprogress: Works only with EOL php 5.6 2018-12-30 devel/pecl-qb: Works only with EOL php 5.6 2018-12-30 devel/php-memoize: Works only with EOL php 5.6 2018-12-30 devel/php5-blitz-devel: Works only with EOL php 5.6 2018-12-30 devel/pecl-ncurses: Works only with EOL php 5.6 2018-12-30 devel/php-jq: Works only with EOL php 5.6 2018-12-30 devel/pecl-jsonnet: Works only with EOL php 5.6 2018-12-30 databases/pecl-drizzle: Works only with EOL php 5.6 2018-12-30 databases/pecl-pdo_user: Works only with EOL php 5.6 2018-12-30 databases/php-mdcached: Works only with EOL php 5.6 2018-12-30 databases/sqlbuddy: Works only with EOL php 5.6 2018-12-30 databases/mysqldumper: Works only with EOL php 5.6 2018-12-30 databases/pecl-chdb: Works only with EOL php 5.6 2018-12-30 databases/pecl-dbase: Works only with EOL php 5.6 2018-12-30 databases/php5-tarantool: Works only with EOL php 5.6 2018-12-30 databases/pecl-rrd1: Works only with EOL php 5.6 2018-12-30 databases/pecl-tokyo_tyrant: Works only with EOL php 5.6 2018-12-30 databases/pecl-mongo: Works only with EOL php 5.6 2018-12-30 print/pecl-ps: Works only with EOL php 5.6 2018-12-30 print/pecl-haru: Works only with EOL php 5.6 2018-12-30 games/mkgichessclub: Works only with EOL php 5.6 2018-12-30 net-im/pecl-stomp: Works only with EOL php 5.6 2018-12-30 math/pecl-trader: Works only with EOL php 5.6 2018-12-30 math/pecl-big_int: Works only with EOL php 5.6 2018-12-30 math/pecl-stats: Works only with EOL php 5.6 2018-12-30 archivers/pecl-phk: Works only with EOL php 5.6 2018-12-30 net-mgmt/phpip: Works only with EOL php 5.6 2018-12-30 net-mgmt/nedi: Works only with EOL php 5.6 2018-12-30 net-mgmt/cacti88: Works only with EOL php 5.6 2018-12-30 net-mgmt/hawk: Works only with EOL php 5.6 2018-12-30 net-mgmt/ipplan: Works only with EOL php 5.6 2018-12-30 ports-mgmt/tinderbox: Works only with EOL php 5.6 2018-12-30 lang/pecl-perl: Works only with EOL php 5.6 2018-12-30 lang/php56-extensions: Works only with EOL php 5.6 2018-12-30 finance/php-tclink: Works only with EOL php 5.6 2018-12-30 converters/pecl-fribidi: Works only with EOL php 5.6 2018-12-30 sysutils/pecl-mogilefs: Works only with EOL php 5.6 Notes: svn path=/head/; revision=488749
* Change cmake default behaviour to outsource.Tobias C. Berner2018-12-252-2/+2
| | | | | | | | | | | | | | Ports that build out of source now simply can use "USES=cmake" instead of "USES=cmake:outsource". Ports that fail to build out of source now need to specify "USES=cmake:insource". I tried to only set insource where explictely needed. PR: 232038 Exp-run by: antoine Notes: svn path=/head/; revision=488341
* - Add LICENSEJochen Neumeister2018-12-221-0/+2
| | | | | | | Sponsored by: Netzkommune GmbH Notes: svn path=/head/; revision=488099
* - Add LICENSEDmitry Marakasov2018-12-221-0/+4
| | | | | | | | | - Add NO_ARCH Approved by: portmgr blanket Notes: svn path=/head/; revision=488079
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-127-6/+7
| | | | | | | | | | | | | | | | | | defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590 Notes: svn path=/head/; revision=487272
* devel/boost-*: update to 1.69.0Jan Beich2018-12-122-2/+2
| | | | | | | | | | Changes: http://www.boost.org/users/history/version_1_69_0.html PR: 232525 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D17645 Notes: svn path=/head/; revision=487266
* Add PORTSCOUTSunpoet Po-Chuan Hsieh2018-12-061-2/+5
| | | | Notes: svn path=/head/; revision=486782
* Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade.Kirill Ponomarev2018-12-061-1/+1
| | | | Notes: svn path=/head/; revision=486775
* Remove version 7.0 from the IGNORE_WITH_PHP list.Rene Ladan2018-12-061-1/+1
| | | | Notes: svn path=/head/; revision=486751
* Remove expired ports:Rene Ladan2018-12-056-95/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2018-12-04 archivers/php70-bz2: Security Support ends on 3 Dec 2018 2018-12-04 archivers/php70-phar: Security Support ends on 3 Dec 2018 2018-12-04 archivers/php70-zip: Security Support ends on 3 Dec 2018 2018-12-04 archivers/php70-zlib: Security Support ends on 3 Dec 2018 2018-12-04 converters/php70-iconv: Security Support ends on 3 Dec 2018 2018-12-04 converters/php70-mbstring: Security Support ends on 3 Dec 2018 2018-12-04 converters/php70-recode: Security Support ends on 3 Dec 2018 2018-12-04 databases/php70-dba: Security Support ends on 3 Dec 2018 2018-12-04 databases/php70-interbase: Security Support ends on 3 Dec 2018 2018-12-04 databases/php70-mysqli: Security Support ends on 3 Dec 2018 2018-12-04 databases/php70-odbc: Security Support ends on 3 Dec 2018 2018-12-04 databases/php70-pdo: Security Support ends on 3 Dec 2018 2018-12-04 databases/php70-pdo_dblib: Security Support ends on 3 Dec 2018 2018-12-04 databases/php70-pdo_firebird: Security Support ends on 3 Dec 2018 2018-12-04 databases/php70-pdo_mysql: Security Support ends on 3 Dec 2018 2018-12-04 databases/php70-pdo_odbc: Security Support ends on 3 Dec 2018 2018-12-04 databases/php70-pdo_pgsql: Security Support ends on 3 Dec 2018 2018-12-04 databases/php70-pdo_sqlite: Security Support ends on 3 Dec 2018 2018-12-04 databases/php70-pgsql: Security Support ends on 3 Dec 2018 2018-12-04 databases/php70-sqlite3: Security Support ends on 3 Dec 2018 2018-12-04 devel/php70-gettext: Security Support ends on 3 Dec 2018 2018-12-04 devel/php70-intl: Security Support ends on 3 Dec 2018 2018-12-04 devel/php70-json: Security Support ends on 3 Dec 2018 2018-12-04 devel/php70-pcntl: Security Support ends on 3 Dec 2018 2018-12-04 devel/php70-readline: Security Support ends on 3 Dec 2018 2018-12-04 devel/php70-shmop: Security Support ends on 3 Dec 2018 2018-12-04 devel/php70-sysvmsg: Security Support ends on 3 Dec 2018 2018-12-04 devel/php70-sysvsem: Security Support ends on 3 Dec 2018 2018-12-04 devel/php70-sysvshm: Security Support ends on 3 Dec 2018 2018-12-04 devel/php70-tokenizer: Security Support ends on 3 Dec 2018 2018-12-04 ftp/php70-curl: Security Support ends on 3 Dec 2018 2018-12-04 ftp/php70-ftp: Security Support ends on 3 Dec 2018 2018-12-04 graphics/php70-exif: Security Support ends on 3 Dec 2018 2018-12-04 graphics/php70-gd: Security Support ends on 3 Dec 2018 2018-12-04 mail/php70-imap: Security Support ends on 3 Dec 2018 2018-12-04 misc/php70-calendar: Security Support ends on 3 Dec 2018 2018-12-04 net/php70-ldap: Security Support ends on 3 Dec 2018 2018-12-04 net/php70-soap: Security Support ends on 3 Dec 2018 2018-12-04 net/php70-sockets: Security Support ends on 3 Dec 2018 2018-12-04 net/php70-xmlrpc: Security Support ends on 3 Dec 2018 2018-12-04 net-mgmt/php70-snmp: Security Support ends on 3 Dec 2018 2018-12-04 sysutils/php70-fileinfo: Security Support ends on 3 Dec 2018 2018-12-04 sysutils/php70-posix: Security Support ends on 3 Dec 2018 2018-12-04 security/php70-filter: Security Support ends on 3 Dec 2018 2018-12-04 security/php70-hash: Security Support ends on 3 Dec 2018 2018-12-04 security/php70-mcrypt: Security Support ends on 3 Dec 2018 2018-12-04 security/php70-openssl: Security Support ends on 3 Dec 2018 2018-12-04 textproc/php70-ctype: Security Support ends on 3 Dec 2018 2018-12-04 textproc/php70-dom: Security Support ends on 3 Dec 2018 2018-12-04 textproc/php70-enchant: Security Support ends on 3 Dec 2018 2018-12-04 textproc/php70-pspell: Security Support ends on 3 Dec 2018 2018-12-04 textproc/php70-simplexml: Security Support ends on 3 Dec 2018 2018-12-04 textproc/php70-wddx: Security Support ends on 3 Dec 2018 2018-12-04 textproc/php70-xml: Security Support ends on 3 Dec 2018 2018-12-04 textproc/php70-xmlreader: Security Support ends on 3 Dec 2018 2018-12-04 textproc/php70-xmlwriter: Security Support ends on 3 Dec 2018 2018-12-04 textproc/php70-xsl: Security Support ends on 3 Dec 2018 2018-12-04 www/mod_php70: Security Support ends on 3 Dec 2018 2018-12-04 www/php70-opcache: Security Support ends on 3 Dec 2018 2018-12-04 www/php70-session: Security Support ends on 3 Dec 2018 2018-12-04 www/php70-tidy: Security Support ends on 3 Dec 2018 Notes: svn path=/head/; revision=486677
* Deprecate ports depending on php 5.6Antoine Brodin2018-12-021-0/+3
| | | | Notes: svn path=/head/; revision=486473
* Update to 3.0.2Sunpoet Po-Chuan Hsieh2018-12-012-4/+4
| | | | | | | Changes: https://github.com/ruby-rdf/json-ld-preloaded/commits/master Notes: svn path=/head/; revision=486356
* Update to 4.08Sunpoet Po-Chuan Hsieh2018-11-292-5/+5
| | | | | | | Changes: https://metacpan.org/changes/distribution/Cpanel-JSON-XS Notes: svn path=/head/; revision=486179
* converters/py-rencode: Fails to configure if cython is installedKubilay Kocak2018-11-282-1/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ports r482774 removed USE_PYTHON=cython, likely due to it (cython) not being explicitly declared as a dependency in setup.py:*_requires. However, setup.py conditionally builds with cython if it is installed, but the 1.0.6 source distribution (sdist) does not contain a .pyx file to build with. This leads to a configure/build error when cython is installed: ValueError: 'rencode/rencode.pyx' doesn't match any files Upstream commit 5c928f14567fabc9efb8bbb8ac5e0eef03c61541 [1] via issue #25 [2] adds the required .pyx file to the sdist, which technically addresses the "build with cython from the sdist" issue, but does not fundamentally resolve the higher-level question: why build with cython when a C source pre-processed by cython has already been produced for, and is contained in, the source distribution. A cython build (and the dependency on cython) does not appear to be necessary, nor intended [3][4], nor recommended [5], even after #25 is released, for sdist consumers. The conditional code to build with cython should not be included in setup.py, at least not as a default case, or without an explicit request by the user to use cython, as an optional build method, for sdist consumers (most downstream packagers and setuptools/pip users [6]). This change removes the conditional check for Cython, leaving the standard setuptools build_ext (with the packaged .c) file, as the build method. While I'm here: - Canonicalise COMMENT (match seutp.py:description) - Add test target with post-patch target to make the tests dir a module usable by a setup.py test (via test_suite directive) target. - Honour CFLAGS: Remove forced (appended) -O3 arg from setup.py [1] https://github.com/aresch/rencode/commit/5c928f14567fabc9efb8bbb8ac5e0eef03c61541 [2] https://github.com/aresch/rencode/pull/25 [3] setup.py: "Error: sdist requires cython module to generate `.c` file." [4] dev-requirements.txt:Cython [5] https://cython.readthedocs.io/en/latest/src/userguide/source_files_and_compilation.html#distributing-cython-modules [6] https://github.com/aresch/rencode/issues/11 PR: 233561 Reported by: John Hein <z7dr6ut7gs snkmail com> Approved by: koobs (python) Notes: svn path=/head/; revision=486079
* converters/py-unidecode: Update to 1.0.23Steve Wills2018-11-252-4/+5
| | | | | | | | PR: 233484 Submitted by: Douglas Thrift <douglas@douglasthrift.net> (maintainer) Notes: svn path=/head/; revision=485898