aboutsummaryrefslogtreecommitdiff
path: root/converters
Commit message (Collapse)AuthorAgeFilesLines
* converters/pecl-igbinary: Update to 3.2.3Po-Chuan Hsieh2021-06-142-4/+4
| | | | Changes: https://pecl.php.net/package-changelog.php?package=igbinary
* converters/p5-Convert-UU: Add NO_ARCHPo-Chuan Hsieh2021-06-101-0/+2
| | | | Approved by: portmgr (blanket)
* converters/osm2pgsql: update to 1.5.0Dmitry Marakasov2021-06-102-7/+9
|
* */*: Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade.Kirill Ponomarev2021-06-081-1/+1
|
* graphics/poppler: update to 21.06.0Tobias C. Berner2021-06-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | Release 21.06.0: core: * Fix rendering of some extended latin1 characters in annotations. Issue #1070 * Support some not so well formed documents with password. Issue #1083 * Add API to get notified if the xref is reconstructed * Add somewhat fancier left/right signature visual representation * Fix crashes in malformed files * Minor code improvements qt6: * Change some functions to return std::unique_ptr qt5/qt6: * Add API to get notified if the xref is reconstructed * Add somewhat fancier left/right signature visual representation * Don't assert when trying to invert singular matrices build system: * make boost opt-out if building splash - Add dependency on boost to enable the splash backend. PR: 256370 Exp-run by: antoine
* converters/lua-iconv: fix build on powerpcPiotr Kubaj2021-06-061-0/+1
| | | | Same issue as other architectures
* converters/osm2pgrouting: Update to 2.3.8Loïc Bartoletti2021-06-064-41/+10
| | | | | Changes: - https://github.com/pgRouting/osm2pgrouting/releases/tag/v2.3.8
* converters/yj: Take maintainer-shipEmanuel Haupt2021-06-011-1/+1
| | | | | | Offered by obhauer via mail. Approved by: obhauer (maintainer)
* converters/p5-Convert-ASN1: Update to 0.29Po-Chuan Hsieh2021-05-262-4/+5
| | | | | | - Add LICENSE_FILE Changes: https://metacpan.org/changes/distribution/Convert-ASN1
* converters/p5-Encode: Update to 3.10Po-Chuan Hsieh2021-05-262-4/+4
| | | | Changes: https://metacpan.org/changes/distribution/Encode
* */pear-*: Take maintainershipPo-Chuan Hsieh2021-05-221-1/+1
|
* converters/p5-Encode: Update to 3.09Po-Chuan Hsieh2021-05-182-4/+4
| | | | Changes: https://metacpan.org/changes/distribution/Encode
* Deorbit RESTRICTED && NO_CDROM, part two.Mathieu Arnold2021-05-061-1/+6
| | | | | | | | | Move ports to the licenses framework. RESTRICTED → auto-accept (unless expressly stated otherwise) NO_CDROM → dist-mirror pkg-mirror auto-accept Differential Revision: https://reviews.freebsd.org/D30010
* graphics/poppler: update to 21.05.0Tobias C. Berner2021-05-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Release 21.05.0: core: * Fix crashes in malformed files * Export SplashFont* symbols used by Scribus * Minor code improvements qt5/qt6: * Make sure new signatures are always properly oriented * Allow to pass the border width when signing glib: * Enhance find to support multi-line matching utils: * pdftoppm: Fix regression when using single scaleTo. Issue #1062 build system: * Allow to disable building manual tests PR: 255562 Exp-run by: antoine
* converters/bibtexconv: Update to 1.2.0Fernando Apesteguía2021-05-052-4/+4
| | | | | | | ChangeLog: https://www.uni-due.de/~be0001/bibtexconv/ PR: 255577 Reported by: dreibh@iem.uni-due.de (maintainer)
* *: reset miwi's ports after safekeeping his ports bit.Rene Ladan2021-05-041-1/+1
| | | | Hat: portmgr-secretary
* converters/cl-babel-sbcl: mark BROKENDmitry Marakasov2021-04-301-0/+2
| | | | Approved by: portmgr blanket
* Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade.Kirill Ponomarev2021-04-291-1/+1
|
* converters/py-bencoder: Add CATEGORIES=pythonPo-Chuan Hsieh2021-04-291-2/+2
|
* converters/pecl-igbinary: Update to 3.2.2Po-Chuan Hsieh2021-04-252-4/+4
| | | | Changes: https://pecl.php.net/package-changelog.php?package=igbinary
* converters/p5-Cpanel-JSON-XS: Update to 4.26Po-Chuan Hsieh2021-04-252-4/+4
| | | | Changes: https://metacpan.org/changes/distribution/Cpanel-JSON-XS
* converters/bibtexconv: Update to 1.1.22Fernando Apesteguía2021-04-252-4/+4
| | | | | | | | | ChangeLog: https://github.com/dreibh/bibtexconv/commit/faf7bf58cbce7c55ba4d59bba8206e8745e83847 PR: 255174 Reported by: gspurki@gmail.com Approved by: dreibh@iem.uni-due.de (maintainer, timeout > 1 week)
* Bump USES=cabal ports after 12837690ed0cTobias Kortkamp2021-04-211-1/+1
|
* converters/rubygem-json-ld-preloaded: Update to 3.1.5Po-Chuan Hsieh2021-04-182-4/+4
| | | | Changes: https://github.com/ruby-rdf/json-ld-preloaded/commits/master
* converters/lua-json: Cosmetic changePo-Chuan Hsieh2021-04-181-2/+3
|
* converters/Makefile: Clean upPo-Chuan Hsieh2021-04-181-2/+0
|
* graphics/poppler: update to 21.04.0Tobias C. Berner2021-04-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Release 21.04.0: core: * Hide symbols by default * TextSelectionDumper: fix word order for RTL text * Fix rendering of text in some files. Issue #1052 * Implement rendering of Masks of Image subtype. Issue #1058 * Forms: fix unclicking standalone form buttons. Issue #1034 glib: * Expose more fields from MediaRendition in PopplerMedia * Use stock glib macro to define boxed type * Remove incorrecly used volatile from enum type registration code qt5: * Fix crash in files with malformed signatures * Fix memory leak when QImage constructor "fails" qt6: * Fix crash in files with malformed signatures * Fix memory leak when QImage constructor "fails" utils: * pdfsig: New paragraph for "-sign" in manpage * pdfimages: Do not assert in "too big images". Issue #1061 build system: * Require cmake >= 3.10 * Require Qt 5 >= 5.9 * Require glib >= 2.56 * Require gtk 3 >= 3.22 * Require gdk-pixbuf >= 2.36 PR: poppler-21.04.0 Exp-run by: antoine
* converters/osm2pgsql: update to 1.4.2Dmitry Marakasov2021-04-082-4/+5
| | | | | - Improve testing by only running tests which do not require database access
* Remove useless Created by: headers mentioning meDmitry Marakasov2021-04-074-8/+0
|
* Remove expired ports:Rene Ladan2021-04-078-84/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2021-04-01 ftp/wzdftpd: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 astro/roadmap: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 games/cosmo: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 games/bomberinstinct: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 games/drm: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 games/bygfoot: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 games/cre: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 irc/hybserv: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 irc/xaric: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 mail/elmo: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 misc/cave: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 security/bugs: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 security/dmitry: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 security/doorman: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 shells/esh: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 sysutils/cpu: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 textproc/libcrm114: No known users, dead upstream 2021-04-01 x11/wmmatrix: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 x11/wmxss: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 x11/tycoon: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 x11/xgrab: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 x11/xbanner: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 x11/bricons: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 x11/xmon: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 games/cavezofphear: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 astro/saoimage: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 audio/ksmp3play: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 audio/jamin: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 audio/musicbox-tag-editor: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 audio/nspmod: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 audio/cdplay: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 audio/gimmix: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 audio/ghostess: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 audio/wmrecord: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 audio/toolame: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 audio/shout: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 biology/grappa: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 biology/phylip: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 biology/lagan: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 cad/varkon: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 cad/transcalc: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 comms/seyon: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 comms/efax: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 converters/vda2fbd: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 converters/shftool: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 devel/openzz: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 devel/sourcenav: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 devel/gb: Unmaintained and dead upstream 2021-04-01 dns/checkdns: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 dns/inadyn-mt: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 editors/gate: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 editors/thoteditor: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 emulators/cinc: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 emulators/e-uae: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 emulators/dtcyber: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 ftp/jftpgw: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 ftp/pureadmin: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-02 textproc/hs-pandoc-citeproc: Integrated into textproc/hs-pandoc
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-0744-44/+0
| | | | Reported by: lwhsu
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-061-2/+0
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-06179-179/+0
|
* Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade.Kirill Ponomarev2021-03-291-1/+1
| | | | Notes: svn path=/head/; revision=569434
* Fix spelling mistakes, typos, poor wording, hyphenation, jargonisms,Alexey Dokuchaev2021-03-221-1/+1
| | | | | | | | contractions, "<portname> is ..." cases, missing Oxford commas, and other miscellaneous style bugs in the COMMENT line. Notes: svn path=/head/; revision=568947
* graphics/poppler: update to 21.03.0Tobias C. Berner2021-03-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Release 21.03.0: core: * Fix parsing text in some broken pdf files. Issue #1040 * Fix memory issue when using threads. Issue #1050 * TextSelectionDumper: Fix getText() for space after word * Change signature of OutputDev:tilingPatternFill * Make PDFDocBuilder return a std::unique_ptr * Improve well formed check for shading functions * Fix leak in case of fread failing * Fix memory leak in broken file in JBIG2Stream::readGenericBitmap * PSOutputDev: Fix stack overflow in broken files glib: * poppler_annot_free_text_get_callout_line: Fix wrong static cast * poppler-structure-element: fix memleak * Improve documentation * demo: keep same visual appearance between displayed and copied text utils: * pdftotext: Add -cropbox option * pdftoppm: Add -progress option * pdftoppm: Fix rounding bug in computation of output bitmap size. Issue #927 qt6: * Add missing poppler-qt6.pc.cmake PR: 253953 Exp-run by: antoine Notes: svn path=/head/; revision=567866
* Update to 3.1.9Sunpoet Po-Chuan Hsieh2021-03-072-4/+4
| | | | | | | Changes: https://github.com/ruby-rdf/json-ld/releases Notes: svn path=/head/; revision=567711
* - Add missing DEPENDSWen Heping2021-03-061-0/+2
| | | | | | | | PR: 254037 Submitted by: uzsolt@uzsolt.hu Notes: svn path=/head/; revision=567457
* Convert REINPLACE_CMD to patch fileSunpoet Po-Chuan Hsieh2021-03-032-3/+14
| | | | Notes: svn path=/head/; revision=567125
* Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade.Kirill Ponomarev2021-03-021-1/+1
| | | | Notes: svn path=/head/; revision=566947
* - Update to 0.1.1TAKATSU Tomonari2021-02-092-4/+4
| | | | Notes: svn path=/head/; revision=564781
* graphics/poppler: update to 21.02Tobias C. Berner2021-02-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | Release 21.02.0: core: * GfxCal*ColorSpace: introduce Bradford transform for chromatic adaptation * Fix memory leak if saving the file fails * Internal code improvements * Fix various issues handling broken files * Make checkedAdd work for long long in MSVC qt5: * Properly export NewSignatureData class * Fix regression in QIODeviceOutStream + MSVC qt6: * Properly export NewSignatureData class * Fix regression in QIODeviceOutStream + MSVC utils: * pdftohtml: Fix error() parameter type PR: 253183 Exp-run by: antoine Notes: svn path=/head/; revision=564779
* Update to 3.1.8Sunpoet Po-Chuan Hsieh2021-02-062-4/+4
| | | | | | | Changes: https://github.com/ruby-rdf/json-ld/releases Notes: svn path=/head/; revision=564296
* - Update to 1.4.1Dmitry Marakasov2021-02-052-4/+4
| | | | Notes: svn path=/head/; revision=564127
* Those ports are allowed to build a 2.7 flavor, for now.Mathieu Arnold2021-02-041-1/+1
| | | | Notes: svn path=/head/; revision=564031
* - Add new port: converters/R-cran-arabic2kansujiTAKATSU Tomonari2021-02-044-0/+28
| | | | | | | | | | Simple functions to convert given Arabic numerals to Kansuji numerical figures that represent numbers written in Chinese characters. WWW: https://cran.r-project.org/web/packages/arabic2kansuji/ Notes: svn path=/head/; revision=564017
* converters/osm2pgrouting: Update to 2.3.7Loïc Bartoletti2021-02-043-12/+11
| | | | | | | | | | | | | | | - Update to 2.3.7 - Update CMakeLists patch - fix: Way - fixed bug handling oneway false conditions - fix: fixed CMakeLists - fix: adjustments to FindPostgreSQL.cmake. - Improvements on map config XML files. - New docs: "Code of Conduct" and "Contributing". - Docs improvements. Notes: svn path=/head/; revision=564010
* Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade.Kirill Ponomarev2021-02-011-1/+1
| | | | Notes: svn path=/head/; revision=563564
* - Update to 1.4.0Dmitry Marakasov2021-01-282-8/+20
| | | | Notes: svn path=/head/; revision=563127
* Update to 4.06Sunpoet Po-Chuan Hsieh2021-01-262-6/+6
| | | | | | | Changes: https://metacpan.org/changes/distribution/JSON-PP Notes: svn path=/head/; revision=562761