aboutsummaryrefslogtreecommitdiff
path: root/textproc/pugixml
Commit message (Collapse)AuthorAgeFilesLines
* textproc/pugixml: Update to 1.10Tobias Kortkamp2019-09-165-69/+10
| | | | | | | | Changes: https://pugixml.org/docs/manual.html#v1.10 ABI: https://abi-laboratory.pro/tracker/timeline/pugixml/ Notes: svn path=/head/; revision=512175
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-0/+1
| | | | | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. 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, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330 Notes: svn path=/head/; revision=507372
* textproc/pugixml: Update to 1.9Tobias Kortkamp2019-01-186-48/+26
| | | | | | | | | | | | | | | | | | This also fixes an empty version field in pugixml's pkg-config file. Some consumers like graphics/waylandpp refuse to use the system pugixml because of it. - Take maintainership - Cleanup some things that are no longer needed - Use CMAKE_{OFF,ON} helpers Changes: https://pugixml.org/docs/manual.html#v1.9 ABI: https://abi-laboratory.pro/tracker/timeline/pugixml/ PR: 234779 Approved by: ybungalobill@gmail.com (maintainer) Notes: svn path=/head/; revision=490646
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-1/+1
| | | | | | | | | | | | | | | | | | 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
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-07-291-0/+1
| | | | | | | | | | | | | | | | | in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which has now moved from GCC 6 to GCC 7 by default. This includes ports - featuring USE_GCC=yes or USE_GCC=any, - featuring USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and those - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x, c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib. PR: 222542 Notes: svn path=/head/; revision=475857
* textproc/pugixml: update to 1.8.1Steve Wills2017-10-106-40/+90
| | | | | | | | PR: 222348 Approved by: Yakov Galka <ybungalobill@gmail.com> (maintainer) Notes: svn path=/head/; revision=451713
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2017-09-101-1/+1
| | | | | | | | | | | | | | | | | (via Mk/bsd.default-versions.mk and lang/gcc) which has moved from GCC 5.4 to GCC 6.4 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, c++11-lib, c++11-lang, c++14-lang, c++0x, c11, or gcc-c++11-lib. PR: 219275 Notes: svn path=/head/; revision=449591
* Bump PORTREVISIONs for ports depending on the canonical version of GCC andGerald Pfeifer2017-04-011-1/+1
| | | | | | | | | | | | | | | | | lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some circumstances such as versions of FreeBSD or platforms). This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using using Mk/bsd.octave.mk which in turn has USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang, c++11-lang, c++0x, c11, or gcc-c++11-lib. PR: 216707 Notes: svn path=/head/; revision=437439
* Enable c++11 support: Fix dependent ports which require c++11 or laterThomas Zander2017-01-261-1/+4
| | | | | | | | | | PR: 216468 Submitted by: riggs Approved by: ybungalobill@gmail.com (maintainer) MFH: 2017Q1 Notes: svn path=/head/; revision=432538
* http://github.com redirects to https://github.com, spare everyone a redirect.Mathieu Arnold2016-12-021-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=427548
* - Update to 1.7Dmitry Marakasov2016-06-244-12/+19
| | | | | | | | PR: 210006 Submitted by: ybungalobill@gmail.com (maintainer) Notes: svn path=/head/; revision=417429
* - Enable long long supportDmitry Marakasov2015-08-282-0/+12
| | | | | | | | | PR: 202562 Submitted by: matthew@reztek.cz Approved by: ybungalobill@gmail.com (maintainer) Notes: svn path=/head/; revision=395503
* - Update to 1.6Dmitry Marakasov2015-07-276-25/+31
| | | | | | | | | PR: 201138 Submitted by: amdmi3 Approved by: ybungalobill@gmail.com (maintainer) Notes: svn path=/head/; revision=392991
* Install both the shared and static library.Adam Weinberger2014-08-253-2/+26
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=366086
* Add textproc/pugixml.Adam Weinberger2014-08-213-0/+30
pugixml is a light-weight C++ XML processing library. It features: * DOM-like interface with rich traversal/modification capabilities * Extremely fast non-validating XML parser which constructs the DOM tree from an XML file/buffer * XPath 1.0 implementation for complex data-driven tree queries * Full Unicode support with Unicode interface variants and automatic encoding conversions WWW: http://pugixml.com/ PR: 192634 Submitted by: ybungalobill@gmail.com Notes: svn path=/head/; revision=365584