aboutsummaryrefslogtreecommitdiff
path: root/misc
Commit message (Collapse)AuthorAgeFilesLines
* New port: misc/survex: Cave survey softwareYuri Victorovich2018-08-015-0/+95
| | | | Notes: svn path=/head/; revision=476145
* Update to 2.5.0Sunpoet Po-Chuan Hsieh2018-07-312-4/+4
| | | | | | | Changes: https://github.com/bkeepers/dotenv/blob/master/Changelog.md Notes: svn path=/head/; revision=476087
* Switch to xorgproto instead of individual packagesNiclas Zeising2018-07-311-2/+2
| | | | | | | | | | | | | | | | | | | | | Upstream used to distribute protocol headers as separate packages, but has decided to merge those to a common package, named xorgproto. This update tracks that change. * Add a new port, x11/xorgproto, with are protocol headers for xorg. * Hook the new protocol port to the build and to infrastructure in bsd.xorg.mk. * Update all ports with a dependency on any of the old *proto packages to instead depend on xorgproto. Bump portrevision. * Delete the old *proto packages, update MOVED. PR: 230023 Submitted by: zeising Approved by: portmgr (antoine) exp-run by: antoine Notes: svn path=/head/; revision=476013
* Update to 2.1.0Jason E. Hale2018-07-316-93/+77
| | | | | | | Remove multiple instances of USES=qt:4; one is enough Notes: svn path=/head/; revision=476011
* misc/ironscanner: Update 1.1.0.20180715 -> 1.1.0.20180828; Fix ↵Yuri Victorovich2018-07-302-8/+8
| | | | | | | | | | | GL_SITE/GL_ACCOUNT Also remove stray USES=gmake Reported by: mat (GL_xx) Notes: svn path=/head/; revision=475910
* misc/urh: Update 2.2.2 -> 2.2.3Yuri Victorovich2018-07-302-8/+7
| | | | | | | | | | | | Port changes: * Update license * Add USE_PYTHON=noflavors * Replace 6 with ${GCC_DEFAULT} Reported by: portscout Notes: svn path=/head/; revision=475907
* misc/py-pexpect: update to 4.6.0Ruslan Makhmatkhanov2018-07-302-5/+5
| | | | | | | | | | | | | | | | | | | | | async is the registered keyword since python 3.7, so current version of pexpect fails to work with py37: File "/usr/local/lib/python3.7/site-packages/pexpect/spawnbase.py", line 224 def expect(self, pattern, timeout=-1, searchwindowsize=-1, async=False): ^ SyntaxError: invalid syntax *** Error code 1 Update to latest version solves the issue. Also pass maintainership to python@ at maintainer's request PR: 230188 Approved by: wg (maintainer) Notes: svn path=/head/; revision=475883
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-07-299-4/+9
| | | | | | | | | | | | | | | | | 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
* Update to 2.5.0Sunpoet Po-Chuan Hsieh2018-07-292-4/+4
| | | | | | | Changes: https://github.com/bkeepers/dotenv/blob/master/Changelog.md Notes: svn path=/head/; revision=475794
* Update to 2.5.0Sunpoet Po-Chuan Hsieh2018-07-292-4/+4
| | | | | | | Changes: https://github.com/bkeepers/dotenv/blob/master/Changelog.md Notes: svn path=/head/; revision=475793
* Update to 2.5.0Sunpoet Po-Chuan Hsieh2018-07-292-4/+4
| | | | | | | Changes: https://github.com/bkeepers/dotenv/blob/master/Changelog.md Notes: svn path=/head/; revision=475792
* Update to 2018.5Sunpoet Po-Chuan Hsieh2018-07-292-4/+4
| | | | | | | Changes: https://pecl.php.net/package-changelog.php?package=timezonedb Notes: svn path=/head/; revision=475727
* Update to 0.16Sunpoet Po-Chuan Hsieh2018-07-292-4/+4
| | | | | | | Changes: https://metacpan.org/changes/distribution/Geo-Coder-OpenCage Notes: svn path=/head/; revision=475720
* Update to 20180703Sunpoet Po-Chuan Hsieh2018-07-292-4/+4
| | | | | | | Changes: https://people.FreeBSD.org/~sunpoet/usbids-20180703.diff Notes: svn path=/head/; revision=475687
* Update to 20180721Sunpoet Po-Chuan Hsieh2018-07-292-5/+5
| | | | | | | Changes: https://github.com/pciutils/pciids/commits/master Notes: svn path=/head/; revision=475686
* py-cartograph doesn't work with python3Antoine Brodin2018-07-291-1/+1
| | | | Notes: svn path=/head/; revision=475632
* New port: misc/ironscanner: Collect as much information as possible on image ↵Yuri Victorovich2018-07-294-0/+33
| | | | | | | scanners Notes: svn path=/head/; revision=475631
* New port: misc/py-kartograph: Framework for building interactive map ↵Yuri Victorovich2018-07-294-0/+41
| | | | | | | applications Notes: svn path=/head/; revision=475627
* New port: misc/py-pykml: Python KML library, language for encoding, ↵Yuri Victorovich2018-07-294-0/+38
| | | | | | | annotating geographic data Notes: svn path=/head/; revision=475626
* Implements an SPDX tag/value and RDF parser, validator and handler in Python.Martin Wilke2018-07-284-0/+49
| | | | | | | | | | | | | | | | | Features: - API to create and manipulate SPDX documents. - Parse and create Tag/Value format SPDX files - Parse and create RDF format SPDX files WWW: https://github.com/spdx/tools-python PR: 229438 Submitted by: freebsd_ports@k-worx.org Sponsored by: iXsystems Inc. Notes: svn path=/head/; revision=475528
* misc/py-tqdm: Update 4.23.4 -> 4.24.0Yuri Victorovich2018-07-282-4/+4
| | | | | | | | PR: 230083 Submitted by: Neel Chauhan <neel@neelc.org> (mantainer) Notes: svn path=/head/; revision=475478
* misc/mdp: Update to 1.0.13Steve Wills2018-07-272-4/+4
| | | | | | | | PR: 230084 Submitted by: Neel Chauhan <neel@neelc.org> (maintainer) Notes: svn path=/head/; revision=475464
* misc/openhmd: Small correctionYuri Victorovich2018-07-261-1/+1
| | | | Notes: svn path=/head/; revision=475353
* New port: misc/openhmd: API and drivers for immersive technologyYuri Victorovich2018-07-265-0/+50
| | | | Notes: svn path=/head/; revision=475352
* PHP 7.1 and PHP 7.2: add TEST_TARGET to all extensionsTorsten Zuehlsdorff2018-07-242-0/+4
| | | | | | | | | | | | This enables "make test" in every extension and eases the test of changes to PHP. I did ignore PHP 7.0 intentionally since it only receives security updates and will EOL at the end of the year. Therefore no great amount of work is expected for 7.0. Notes: svn path=/head/; revision=475229
* misc/osinfo-db: update to 20180720Roman Bogorodskiy2018-07-223-5/+71
| | | | Notes: svn path=/head/; revision=475090
* Update KDE Frameworks to 5.48.0Tobias C. Berner2018-07-192-3/+38
| | | | | | | | Exp-run by: antoine PR: 229769 Notes: svn path=/head/; revision=474977
* Remove misc/artikulate-kde4 and vietnamese/kde4-l10nTobias C. Berner2018-07-179-180/+2
| | | | | | | | | * both these ports have been marked as ignored for more than three years Reported by: antoine Notes: svn path=/head/; revision=474818
* misc/ansiweather: Update to 1.13.0Danilo G. Baio2018-07-162-4/+4
| | | | | | | Changes: https://raw.githubusercontent.com/fcambus/ansiweather/1.13.0/ChangeLog Notes: svn path=/head/; revision=474757
* misc/zygrib: Correct the BROKEN line: it is broken in i386Yuri Victorovich2018-07-151-1/+1
| | | | | | | Reported by: fallout Notes: svn path=/head/; revision=474666
* - Update to 0.3Ryan Steinmetz2018-07-153-73/+5
| | | | Notes: svn path=/head/; revision=474654
* New port: misc/zygrib-maps: High resolution maps for zyGribYuri Victorovich2018-07-145-0/+55
| | | | Notes: svn path=/head/; revision=474646
* New port: misc/zygrib: Weather data visualization, GRIB file viewerYuri Victorovich2018-07-148-0/+280
| | | | Notes: svn path=/head/; revision=474645
* Update KDE Applications to 18.04.3Tobias C. Berner2018-07-1310-26/+24
| | | | Notes: svn path=/head/; revision=474596
* Deprecate unmaintained ports under the NONE licenseAntoine Brodin2018-07-132-0/+6
| | | | Notes: svn path=/head/; revision=474572
* - Add new port: misc/R-cran-xfunTAKATSU Tomonari2018-07-134-0/+23
| | | | | | | | | | Miscellaneous functions commonly used in other packages maintained by 'Yihui Xie'. WWW: https://cran.r-project.org/web/packages/xfun/ Notes: svn path=/head/; revision=474551
* misc/lxi-tools: Update to 1.21Jochen Neumeister2018-07-122-4/+4
| | | | | | | | | | Changelog: https://github.com/lxi-tools/lxi-tools/releases/tag/v1.21 PR: 229676 Submitted by: Dmitri Goutnik <dg@syrec.org> (maintainer) Notes: svn path=/head/; revision=474511
* misc/free42-skins: Correction: RUN_DEPENDS for misc/free42Yuri Victorovich2018-07-122-4/+5
| | | | Notes: svn path=/head/; revision=474488
* New port: misc/free42-skins: Skins for free42, simulation of the HP-42S ↵Yuri Victorovich2018-07-125-0/+94
| | | | | | | | | scientific calculator Requested by: Bas Rothuizen <basber@xs4all.nl> (user; via e-mail) Notes: svn path=/head/; revision=474485
* misc/free42: Add another supported variant of the same program: free42decYuri Victorovich2018-07-123-14/+29
| | | | | | | Requested by: Bas Rothuizen <basber@xs4all.nl> (user; via e-mail) Notes: svn path=/head/; revision=474484
* Update to new upstream release 1.44.3.Matthias Andree2018-07-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | * several features for debugfs added * there is a new e2mmpstatus command * there are several bug fixes, among them endianness fixes and robustness fixes against corrupted input. * add hashmap.h header file, for libext2fs users * a few type fixes for format strings, found while building for MIPS, ARM, or i386 * add new option SLOWTESTS which prevents skipping of slow tests * add new option BASHTESTS which enables tests that require bash (currently affects only the test f_large_dir that is also marked as slow) Full release notes: <http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.44.3> Reset PORTREVISION in slave ports, e2fsprogs{-libss,-libuuid} now that we have bumped PORTVERSION. MFH: 2018Q3 Notes: svn path=/head/; revision=474369
* Remove all := from BUILD_DEPENDS, here are never needed.Mathieu Arnold2018-07-094-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | While there, cleanup, and sort depends. When build and run dependencies are the same, there are three ways to avoid duplicating the list while not adding the framework added BUILD_DEPENDS to the RUN_DEPENDS. In order of preference, they are: 1) use RUN_DEPENDS to set BUILD_DEPENDS: BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= foo:bar/baz 2) create another variable and use it: MY_DEPENDS= foo:bar/baz BUILD_DEPENDS= ${MY_DEPENDS} RUN_DEPENDS= ${MY_DEPENDS} 3) use BUILD_DEPENDS to set RUN_DEPENDS and force evaluation: BUILD_DEPENDS= foo:bar/baz RUN_DEPENDS:= ${BUILD_DEPENDS} Sponsored by: Absolight Notes: svn path=/head/; revision=474242
* - Switch to the forked version maintained by Takaaki FuruseMANTANI Nobutaka2018-07-085-11/+35
| | | | | | | | | | | | | because the original version have not been updated for a long time. - Add LICENSE to pet portlint. - Add pkg-message. PR: 229256 Submitted by: nobutaka Approved by: maintainer-timeout (two weeks) Notes: svn path=/head/; revision=474152
* misc/cldr-emoji-annotation: Update 33.0.0.2 -> 33.1.0.0Yuri Victorovich2018-07-073-4/+8
| | | | | | | | | Bump textproc/ibus: plist changed there. Reported by: portscout Notes: svn path=/head/; revision=474138
* Mark the freebsd-doc-* ports broken on aarch64 and powerpc64 due to variousMark Linimon2018-07-071-0/+3
| | | | | | | | | problems with the Java runtime. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=474056
* misc/orange3: Update 3.13.0.120 -> 3.14.0Yuri Victorovich2018-07-062-5/+4
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=474030
* New port: misc/tdfiglet:Ryan Steinmetz2018-07-046-0/+1298
| | | | | | | | | A figlet for TheDraw's TDF ANSI fonts. WWW: https://github.com/tat3r/tdfiglet Notes: svn path=/head/; revision=473886
* misc/urh: Update 2.2.1 -> 2.2.2Yuri Victorovich2018-07-032-4/+4
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=473810
* misc/ansiweather: Update to 1.12.0Danilo G. Baio2018-07-032-4/+4
| | | | | | | Changes: https://raw.githubusercontent.com/fcambus/ansiweather/1.12.0/ChangeLog Notes: svn path=/head/; revision=473789
* Mark ports broken on mips64 that are already broken on powerpc64. InMark Linimon2018-07-021-0/+2
| | | | | | | | | | | | most cases, the failure mode is the same. Also, mark them broken on mips when necessary. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=473699