aboutsummaryrefslogtreecommitdiff
path: root/misc
Commit message (Collapse)AuthorAgeFilesLines
* 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
* misc/urh: Update 2.2.0 -> 2.2.1Yuri Victorovich2018-07-022-4/+4
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=473694
* misc/py-SimpleSoapy misc/urh misc/soapysdr misc/py-soapy_power: Add the ↵Yuri Victorovich2018-07-024-4/+4
| | | | | | | | | hamradio category Reported by: Diane Bruce <db@db.net> Notes: svn path=/head/; revision=473693
* misc/py-QSpectrumAnalyzer: Add hamradio categoryYuri Victorovich2018-07-011-1/+1
| | | | | | | Reported by: Diane Bruce <db@db.net> Notes: svn path=/head/; revision=473673
* misc/urh: Update 2.1.1 -> 2.2.0Yuri Victorovich2018-06-302-5/+5
| | | | | | | | | USE_PYTHON=cython is added. Reported by: portscout Notes: svn path=/head/; revision=473625
* misc/py-colorbrewer: Fix typo in the depends statementYuri Victorovich2018-06-291-1/+1
| | | | | | | Reported by: antoine Notes: svn path=/head/; revision=473580
* misc/py-colorbrewer: Update 0.1.1 -> 0.2.0Yuri Victorovich2018-06-292-6/+7
| | | | | | | | | | | | Port changes: * New dependency * Remove LICENSE_FILE * Now it builds on python-3 Reported by: portscout Notes: svn path=/head/; revision=473578
* devel/icu: update to 62.1Jan Beich2018-06-291-1/+1
| | | | | | | | | | Changes: http://site.icu-project.org/download/62 ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ PR: 229359 Exp-run by: antoine (only 10.4) Notes: svn path=/head/; revision=473551
* Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mkTobias C. Berner2018-06-2837-84/+81
| | | | | | | | | | | | | | | | | | From now on, ports that depend on Qt4 will have to set USES= qt:4 USE_QT= foo bar ports depending on Qt5 will use USES= qt:5 USE_QT= foo bar PR: 229225 Exp-run by: antoine Reviewed by: mat Approved by: portmgr (antoine) Differential Revision: →https://reviews.freebsd.org/D15540 Notes: svn path=/head/; revision=473503
* Add 11.2-RELEASE MANIFEST files.Glen Barber2018-06-2714-59/+59
| | | | | | | | | | | Remove 11.2-RC3 MANIFEST files. Approved by: bdrewery (maintainer, implicit, re blanket) MFH: 2018Q2 Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=473449
* Do not force stop services when a package is deinstalled.Mathieu Arnold2018-06-272-2/+1
| | | | | | | | | Starting or stopping services is the role of pkg(8). Sponsored by: Absolight Notes: svn path=/head/; revision=473439
* misc/py-SoapySDR: Remove the BROKEN statementYuri Victorovich2018-06-271-2/+0
| | | | | | | It was unbroken by a recent simplification of the port. Notes: svn path=/head/; revision=473425
* Reset maintainer (3+ months of inactivity).Emanuel Haupt2018-06-261-1/+1
| | | | | | | Discussed with: portmgr (adamw, mat) Notes: svn path=/head/; revision=473398
* Prune 11.2-RC2 MANIFEST files.Glen Barber2018-06-268-59/+1
| | | | | | | | Approved by: bdrewery (maintainer, implicit, re blanket) Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=473388
* misc/free42: Update 2.0.20 -> 2.0.21Yuri Victorovich2018-06-262-4/+4
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=473365
* Mark as broken on -CURRENT.Mark Linimon2018-06-251-0/+2
| | | | Notes: svn path=/head/; revision=473355
* - Update to 3.1.0Danilo Egea Gondolfo2018-06-252-6/+6
| | | | | | | - Change Github project to xdelta Notes: svn path=/head/; revision=473288
* misc/py-SoapySDR: Simplify the port.Yuri Victorovich2018-06-254-46/+2
| | | | | | | | Based on the upstream author's advice now most patches are removed. Notes: svn path=/head/; revision=473285
* misc/py-SoapySDR: Fix the problem that C library was built with the python ↵Yuri Victorovich2018-06-246-39/+12
| | | | | | | | | binding Also add CATEGORIES=hamradio Notes: svn path=/head/; revision=473209
* misc/py-SoapySDR: Label as broken on i386 until the python binding is ↵Yuri Victorovich2018-06-231-1/+1
| | | | | | | | | | properly implemented Currently it is combined with the cmake-based project for C library, and this doesn't work great: it breaks on i386, and rebuilds the whole C library with python binding. Notes: svn path=/head/; revision=473167
* Update to 0.15Sunpoet Po-Chuan Hsieh2018-06-222-4/+4
| | | | | | | Changes: https://metacpan.org/changes/distribution/Geo-Coder-OpenCage Notes: svn path=/head/; revision=473100
* multimedia/*phonon*: update and flavorize with @qt4/@qt5Tobias C. Berner2018-06-218-5/+8
| | | | | | | | Approved by: portmgr (mat) Differential Revision: https://reviews.freebsd.org/D14632 Notes: svn path=/head/; revision=472983
* New port: misc/py-orange3-associate: Orange 3 add-on: Frequent itemsets and ↵Yuri Victorovich2018-06-214-0/+31
| | | | | | | association rules mining Notes: svn path=/head/; revision=472949
* misc/cldr-emoji-annotation: Update 33.0.0.1 -> 33.0.0.2Yuri Victorovich2018-06-202-5/+4
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=472939
* Use PY_FLAVOR for dependencies.Mathieu Arnold2018-06-2019-134/+134
| | | | | | | | | | FLAVOR is the current port's flavor, it should not be used outside of this scope. Sponsored by: Absolight Notes: svn path=/head/; revision=472884
* misc/esniper: Upgrade to 2.35.0Steve Wills2018-06-192-4/+4
| | | | | | | | PR: 229117 Submitted by: Armin Gruner <ag-freebsd@muc.de> (maintainer) Notes: svn path=/head/; revision=472791
* New port: misc/py-QSpectrumAnalyzer: Spectrum analyzer for multiple SDR ↵Yuri Victorovich2018-06-195-0/+60
| | | | | | | platforms Notes: svn path=/head/; revision=472767
* misc/py-SimpleSoapy: Add missing dependencyYuri Victorovich2018-06-191-1/+3
| | | | | | | It is missing from the requirements list in the project. Notes: svn path=/head/; revision=472764
* New port: misc/py-SoapySDR: Vendor and platform neutral SDR support library ↵Yuri Victorovich2018-06-199-0/+123
| | | | | | | (python binding) Notes: svn path=/head/; revision=472763
* New port: misc/soapysdr: Vendor and platform neutral SDR support libraryYuri Victorovich2018-06-197-0/+92
| | | | Notes: svn path=/head/; revision=472755
* Mark ports broken on powerpc64, categories g-n.Mark Linimon2018-06-184-0/+7
| | | | | | | | | While here, pet portlint and do some other cleanup. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=472693
* New port: misc/py-soapy_power: Obtain power spectrum from SoapySDR devicesYuri Victorovich2018-06-184-0/+31
| | | | Notes: svn path=/head/; revision=472669
* New port: misc/py-SimpleSoapy: Simple pythonic wrapper for SoapySDR libraryYuri Victorovich2018-06-184-0/+29
| | | | Notes: svn path=/head/; revision=472667
* Hook misc/urh to the build.Yuri Victorovich2018-06-181-0/+1
| | | | Notes: svn path=/head/; revision=472662
* New port: misc/urh: Universal Radio Hacker: investigate wireless protocols ↵Yuri Victorovich2018-06-183-0/+57
| | | | | | | like a boss Notes: svn path=/head/; revision=472661
* Unbreak misc/mbuffer when objdump is missing (for example on aarch64)Tobias Kortkamp2018-06-171-0/+169
| | | | | | | | | | The configure script uses objdump to check for libc symbol names for open/read/write/fstat. We could switch it to nm or readelf but as the names are unlikely to ever going to differ from their visible names on FreeBSD hardcode them instead and skip the check. Notes: svn path=/head/; revision=472625
* misc/pubs: Update 0.7.0 -> 0.7.0.104Yuri Victorovich2018-06-172-5/+7
| | | | Notes: svn path=/head/; revision=472611
* Add 11.2-RC3 MANIFEST files.Glen Barber2018-06-1614-59/+59
| | | | | | | | | | Prune 11.2-RC1 MANIFEST files. Approved by: bdrewery (maintainer, implicit, re blanket) Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=472556
* misc/osinfo-db: update to 20180612Roman Bogorodskiy2018-06-163-4/+6
| | | | Notes: svn path=/head/; revision=472553
* misc/py-serverfiles: Update pkg-descrYuri Victorovich2018-06-151-1/+2
| | | | | | | | | | The e-mail to the upstream maintainer is undeliverable, so I wrote it myself. Reported by: mat Notes: svn path=/head/; revision=472462
* Update KDE Frameworks to 5.47Tobias C. Berner2018-06-153-3/+69
| | | | | | | | PR: 228862 Exp-run by: antoine Notes: svn path=/head/; revision=472427
* New port: misc/py-orange3-network: Network analysis add-on for Orange data ↵Yuri Victorovich2018-06-154-0/+33
| | | | | | | mining suite Notes: svn path=/head/; revision=472420