ent='cgit '/>
aboutsummaryrefslogtreecommitdiffstats
path: root/misc
Commit message (Collapse)AuthorAgeFilesLines
* Update SUSv4/IEEE Std. 1003.1 to the 2016 edition.mandree2016-10-083-9/+13
| | | | Set NO_ARCH=yes.
* - Update to 2.01wen2016-10-073-6/+6
| | | | Changes: http://cpansearch.perl.org/src/KIMRYAN/Locale-SubCountry-2.01/Changes
* - Update to 3.003wen2016-10-072-6/+6
| | | | - Update LICENSE
* - make portlint happierdinoex2016-10-073-5/+2
| | | | - update URL, MASTER_SITES
* - Fix dahdi_monitor argument parsingfjoe2016-10-053-1/+23
| | | | - Bump PORTREVISION
* Update to 1.5.0.fjoe2016-10-052-3/+4
|
* graphics/opencv: add suffix to make room for 3.x seriesjbeich2016-10-041-2/+2
| | | | | | | | | To avoid confusion, the main port is to track the latest release. Whether to rename includes/libraries as well making it possible to install 2.x and 3.x side-by-side remains to be investigated. PR: 210505 (for tracking) Inspired by: PkgSrc
* Let USES=localbase add -L${LOCALBASE}/lib to LIBS instead of LDFLAGS.tijl2016-10-011-1/+1
| | | | | | | | | | | | | | | | | | | USES=localbase:ldflags can be used to set LDFLAGS. Normally LDFLAGS appears too early on the command line causing some ports to link with their own libraries in LOCALBASE (if installed) instead of WRKSRC. Also make use of _USES_POST so -L${LOCALBASE}/lib is added as late as possible after anything a port Makefile might set. Use _USES_POST instead of .include in libedit.mk and libarchive.mk so things like 'USES=libedit localbase:ldflags' work correctly. Fix some issues with LIBS in some ports. Switch ports that don't support LIBS to localbase:ldflags. PR: 212987 Exp-run by: antoine Approved by: portmgr (antoine)
* misc/rubygem-mime-types-data: Update from 3.2016.0221 to 3.2016.0521tz2016-09-292-3/+4
| | | | | | Changes: https://github.com/mime-types/mime-types-data/blob/v3.2016.0521/History.md Approved by: swills (mentor)
* - Update devel/icu to 57.1.tijl2016-09-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | - Clean up the Makefile. - Follow some upstream recommendations (--with-data-packaging=archive, --disable-renaming, -DICU_NO_USER_DATA_OVERRIDE). - Patch makefiles to install static libraries with INSTALL_DATA so they aren't stripped. - Patch config/mh-bsd-gcc to sync with config/mh-linux-gcc. - Fix endianness detection in ICU. The code wanted to use BYTE_ORDER defined in machine/endian.h, but this isn't visible because ICU is compiled with _XOPEN_SOURCE. Patch the code to use _BYTE_ORDER instead. - Compile ICU with C++11 compiler to enable move constructors. - Patch ICU to fix a problem with atomics in the case of a C++11 compiler without C++11 header <atomic> (like Clang on FreeBSD 9). - Bump all ports that depend on it due to library version change. - Add USES=compiler:c++0x to some ports that pick up -std=c++0x from ICU pkgconfig files. - Add USES=compiler:c++11-lib to graphics/libcdr01 because it also needs a C++11 runtime library now. Add this to all ports that depend on it so their executables load the right libstdc++.so on FreeBSD 9. PR: 205120 Exp-run by: antoine Approved by: portmgr (antoine)
* lang/php56: Update from 5.6.25 to 5.6.26tz2016-09-231-1/+0
| | | | | | | | | | | | | Security: CVE-2016-7416 Security: CVE-2016-7412 Security: CVE-2016-7414 Security: CVE-2016-7417 Security: CVE-2016-7411 Security: CVE-2016-7413 Security: CVE-2016-7418 MFH: 2016Q3 Approved by: swills (mentor)
* - Make usable as a regular user [1]antoine2016-09-221-3/+4
| | | | | | | - Remove dependency on the python2 symlink Reported by: pkg-fallout [1] MFH: 2016Q3
* misc/py-progressbar: bump PORTREVISION for rerolled distfileswills2016-09-221-0/+1
|
* misc/py-progressbar: fix MASTER_SITESswills2016-09-222-3/+4
|
* lang/php70: Update from 7.0.10 to 7.0.11tz2016-09-211-1/+0
| | | | | | | | | | | | Security: CVE-2016-7416 Security: CVE-2016-7412 Security: CVE-2016-7414 Security: CVE-2016-7417 Security: CVE-2016-7413 Security: CVE-2016-7418 MFH: 2016Q3 Approved by: pi (mentor)
* Update misc/elixir-uuid to version 1.1.5.olgeni2016-09-213-12/+12
|
* misc/py-progressbar: new fedora MASTER_SITES to unbreakmarino2016-09-211-3/+1
|
* - Update to 0.27olivierd2016-09-202-7/+12
| | | | - Adjust dependencies (reported by QA script)
* Unbreak by switching to USE_GITHUBantoine2016-09-182-4/+7
|
* Add 11.0-RC3 MANIFEST files.gjb2016-09-1714-59/+59
| | | | | | | Remove 11.0-RC1 MANIFEST files. Approved by: bdrewery (maintainer, implicit, re blanket) Sponsored by: The FreeBSD Foundation
* Mark NOT_FOR_ARCHS on various tier-2.linimon2016-09-171-0/+3
| | | | | PR: 212740 Approved by: maintainer
* - Add LICENSE_FILEcpm2016-09-175-10/+21
| | | | | | | | | | | - Update patch due another URL change - Regenerate patches with 'make makepatch' (pet portlint) - Update pkg-descr - Bump PORTREVISION PR: 212693 Submitted by: etteldor@gmail.com Approved by: amdmi3 (mentor)
* Update the Qt5 ports to 5.6.1.rakuco2016-09-179-2267/+3319
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This took longer than expected, but there are quite a few changes to the existing ports and a few new ones. General upstream changes: - Starting with Qt 5.6.2, Qt will fail at configuration time if LibreSSL is being used. According to the discussion here: https://codereview.qt-project.org/#/c/154800/ The Qt project is not opposed to LibreSSL, but does not want to mix support for it into the OpenSSL backend code, especially as they move towards supporting OpenSSL 1.1. People interested in LibreSSL support are welcome to submit a separate backend upstream, but are expected to maintain it. We (kde@) are not opposed to carrying some patches authored by others in the future, as long as they are not huge and destabilizing. - When Qt detects the compiler supports C++11, it will pass -std=gnu++11 by default (this is an upstream change). You can add "CONFIG -= c++11" to your .pro. Qt 5.7 will require C++11. - www/webkit-qt5: The QtWebKit module is deprecated upstream, and is shipped separately as a community release tarball. kde@ does not have an ETA for a qt5-webengine port, as it requires a huge effort (and number of patches) similar to maintaining www/chromium itself. - x11-toolkits/qt5-declarative has been deprecated upstream. The last release is 5.5.1. Relevant changes: - devel/qmake5: The freebsd-clang mkspec has become the default mkspec on FreeBSD, replacing the outdated freebsd-g++ one that was moved to unsupported/ (it still works though). - devel/qt5-qdoc: qdoc was moved to qttools upstream, but its data files are still in qtbase. The data files are now in the qt5-qdoc-data port. - misc/qt5-doc: Clean up and stop requiring a compiler and fumbling with mkspecs. Instead of running the `configure' script, which requires a compiler and adjustments to the mkspecs files and also ends up building a new qmake binary, we now leverage USES=qmake to generate all the Makefiles from the top-level qt.pro. Getting this to work requires some tricks, though, and qt.conf.in has a longer explanation of what's being done. Switch to USES=gmake to be able to drop MAKE_JOBS_UNSAFE=yes. New ports: - comms/qt5-serialbus - devel/qt5-qdoc-data - x11-toolkits/qt5-quickcontrols2 Big thanks to Adriaan de Groot (groot@kde.org), tcberner@ and Loise Nolden (nolden@kde.org) for the huge amount of work they put into this patch. Loise in particular also sent quite a few changes upstream that were essential for this update to work. PR: 211916
* - Fix METAR source URLcpm2016-09-172-4/+13
| | | | | | | | | - Bump PORTREVISION PR: 212693 Submitted by: etteldor@gmail.com Reviewed by: amdmi3 (mentor) Approved by: amdmi3 (mentor)
* Revert recent strfile changes, strfile is already in baseantoine2016-09-156-38/+60
| | | | With hat: portmgr
* Mark deprecated as it has no maintainer and is already in base.bdrewery2016-09-151-0/+3
| | | | With hat: portmgr
* GOOGLE_CODE has gone away.mat2016-09-145-0/+10
| | | | | | | | | | - If a port has another upstream, remove GOOGLE_CODE - If a port only has GOOGLE_CODE mark it BROKEN Some ports have a local mirror configured but for security reasons, it is not considered upstream. Sponsored by: Absolight
* misc/fortune_strfile: Release maintainershipmarino2016-09-141-1/+1
| | | | | This port is too simple to need a maintainer. It's a shared resource for all fortune ports
* misc/fortune-mod-bofh: Use fortune_strfile instead of strfile(8)marino2016-09-141-10/+6
| | | | | | This removes the dependency on the games distribution. Approved by: general blanket
* misc/fortune-mod-epictetus: Use fortune_strfile instead of strfile(8)marino2016-09-141-10/+6
| | | | | | This removes the dependency on the games distribution. Approved by: general blanket
* misc/fortune-mod-futurama: Use fortune_strfile instead of strfile(8)marino2016-09-141-10/+6
| | | | | | This removes the dependency on the games distribution. Approved by: general blanket
* Mark misc/fortune-mod-fereng_rules_of_acquisition BROKEN (unfetchable)marino2016-09-141-0/+2
| | | | The technic93.com MASTER_SITE server is not accessible.
* misc/fortune-mod-culmea-culmilor: Use fortune_strfile instead of strfile(8)marino2016-09-142-12/+13
| | | | | | | | | | | | This removes the dependency on the games distribution. While here, unsuppress build and installation commands for all ports that pull in generic makefile fragment. Unfortunately the tecnik93.com server is down. I don't know if its transient or if its been down a long time, but mark the port BROKEN (unfetchable) as a result. Approved by: general blanket
* misc/fortuneit: Use fortune_strfile instead of strfile(8)marino2016-09-141-7/+2
| | | | | | This removes the dependency on the games distribution. Approved by: general blanket
* misc/fortune-mod-bible: Use fortune_strfile instead of strfile(8)marino2016-09-141-11/+7
| | | | | | | This removes the dependency on the games distribution. While here, unsuppress build and installation commands and pet portlint. Approved by: general blanket
* misc/fortune_strfile: Remove redundant mkdir commandmarino2016-09-141-1/+0
|
* Add new port misc/fortune_strfilemarino2016-09-145-0/+522
| | | | | | This is a copy of strfile(8) with a "fortune_" prefix. It's intended to replace the /usr/games/strfile runtime dependency for fortune ports that require the games distribution to be installed.
* misc/xyzcmd: mark BROKEN (unfetchable)marino2016-09-131-0/+2
| | | | | The development moved to github and the tarball isn't hosted on Google Code anymore.
* - Update to 1.5amdmi32016-09-123-10/+15
| | | | - Install README file
* Use @preunexec to ensure the removal of the flags is done in the pre ↵bapt2016-09-111-8/+8
| | | | deinstall phase
* Mark NO_ARCHehaupt2016-09-101-0/+1
|
* - Update to 2.9.9amdmi32016-09-092-5/+5
| | | | | | | - While here, switch to new test framework PR: 212511 Submitted by: neel@neelc.org (maintainer)
* Chase update of Poppler after revision r421386olivierd2016-09-062-2/+2
|
* - Replace Mk/bsd.linux-apps.mk and Mk/bsd.linux-rpm.mk withtijl2016-09-061-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mk/Uses/linux.mk. - Replace USE_LINUX=yes with USES+=linux and USE_LINUX=(.*) with USES+=linux:\1 in all ports. - Replace USE_LINUX_APPS with USE_LINUX in all ports. - Use INSTALL_SCRIPT instead of INSTALL_PROGRAM to install scripts in some ports. - When USE_LINUX_RPM is defined, simplify the way DISTFILES and EXTRACT_ONLY are defined. - Remove BRANDELF_DIRS and BRANDELF_FILES handling. In the very rare cases that it is still necessary ports can run ${BRANDELF} from post-patch. - Remove AUTOMATIC_PLIST handling. Only one port used it. - Fix Linux MASTER_SITES. - Replace OVERRIDE_LINUX_BASE_PORT and OVERRIDE_LINUX_NONBASE_PORTS with default versions framework. - bsd.port.mk: - Move Linux related bits to Uses/linux.mk, except USE_LINUX_PREFIX. - Put USE_LINUX_PREFIX handling after USES processing. - Define DOCSDIR, DATADIR, etc. after handling USE_LINUX_PREFIX so it can give these variables a different default value. - When a package needs to run Linux ldconfig check before installation if Linux support is enabled. - emulators/linux_base-*: - Use USES=linux and remove duplication. - Remove files/lp. FreeBSD or CUPS lp(1) should work. - Remove files/yp.conf. No longer seems to be used. - Remove pkg-deinstall and move pkg-install into pkg-plist. - Update pkg-descr and pkg-message. - Fix handling of ldconfig cache in pkg-plist. - devel/fb-adb: Use a Linux shell to run a Linux script but patch the script to use FreeBSD mkdir so mkdir -p $path creates $path and not /compat/linux/$path. PR: 211645 Exp-run by: antoine Approved by: portmgr (antoine)
* Update to 0.26olivierd2016-09-062-4/+4
|
* Update misc/ytree to version 1.99pl1.olgeni2016-09-052-3/+4
|
* Remove bogus DISTVERSIONPREFIXantoine2016-09-041-1/+0
| | | | PR: 205762
* - Cosmetic fixcpm2016-09-011-5/+3
| | | | Reported by: mat
* - Really fix Makefilecpm2016-09-011-2/+8
| | | | Reported by: mat
* - Add NO_BUILDcpm2016-09-011-7/+3
| | | | | | | - Remove do-build block - Fix do-install path Reported by: mat
* New port: misc/timediffcpm2016-09-014-0/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | timediff is a simple command line tool to show time pairs between target timezone and localtime. $ date Mon Aug 29 23:10:36 EDT 2016 $ timediff Tokyo 2016-08-30 12:10 JST 2016-08-29 23:10 EDT 2016-08-30 13:10 JST 2016-08-30 00:10 EDT 2016-08-30 14:10 JST 2016-08-30 01:10 EDT 2016-08-30 15:10 JST 2016-08-30 02:10 EDT 2016-08-30 16:10 JST 2016-08-30 03:10 EDT 2016-08-30 17:10 JST 2016-08-30 04:10 EDT 2016-08-30 18:10 JST 2016-08-30 05:10 EDT 2016-08-30 19:10 JST 2016-08-30 06:10 EDT 2016-08-30 20:10 JST 2016-08-30 07:10 EDT 2016-08-30 21:10 JST 2016-08-30 08:10 EDT The answer is 14:10 JST. Here is short history of timediff. timediff is written by Minmin (is a nickname of github account). He showed it in 20th FreeBSD Workshop Tokyo on Aug, 1st. WWW: https://github.com/belgianbeer/timediff PR: 212255 Submitted by: Naito Yuichiro <naito.yuichiro@gmail.com> Reviewed by: feld (mentor) Approved by: feld (mentor)
* Update to 0.8.8olivierd2016-09-012-5/+8
| | | | | | | Replace the deprecated API host (and soon no longer works) by new one Announce: http://lists.met.no/pipermail/api-users/2016-March/000017.html MFH: 2016Q3
* lang/php56: Update from 5.6.24 to 5.6.25tz2016-08-301-1/+1
| | | | | | PR: 212183 Submitted by: Kurt Jaeger <pi@FreeBSD.org> Approved by: pi (mentor)
* Fix a typo for the RC script.brd2016-08-291-1/+1
| | | | Approved by: bdrewery (implicit)
* - Update to 3.002wen2016-08-252-4/+4
| | | | Changes: http://cpansearch.perl.org/src/BDFOY/Business-ISBN-3.002/Changes
* Add MANIFEST files for 11.0-RC2.gjb2016-08-2514-59/+59
| | | | | | | Remove MANIFEST files from 11.0-BETA4, removed from mirrors. Approved by: bdrewery (maintainer, implicit, re@ blanket) Sponsored by: The FreeBSD Foundation
* Replace Mk/bsd.kde4.mk by Mk/Uses/kde.mk in preparation for KDE Frameworks andtcberner2016-08-2416-68/+65
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Plasma5 ports At the moment KDE ports use bsd.kde4.mk to handle their dependencies. When working on the ports for KDE Frameworks and Plasma5 it seemed to be more reasonable to create a new kde.mk instead of adding an bsd.kde5.mk. The kde.mk in this review is a stripped down version of the one we are using in the KDE Test repositories plasma5 branch [1] to only contain the parts relevant to the current KDE4 ports in the portstree [2]. Changes to the KDE Ports needed by this: Replace USE_KDE4 by USE_KDE [3] Add USES=kde:4 [4] [1] http://src.mouf.net/area51/view/branches/plasma5/KDE/Mk/Uses/kde.mk [2] The version in the plasma5 branch also handles frameworks/plasma5 and handles MASTER_SITES via a KDE_DIST variable similar to bsd.qt.mk for Qt Ports -- I chose to leave this out for now, as the diff is already large enough. [3] I chose USE_KDE instead of USE_KDE4, USE_KDE5, USE_KDEX as the version we want is already specified as argument to kde:<arg> [4] For KDE Frameworks and Plasma5 ports this would be kde:5 PR: 210667 Approved by: portmgr, mat (mentor), rakuco (mentor) Reviewed by: mat, rakuco Differential Revision: https://reviews.freebsd.org/D6961
* misc/nms: document ncurses, honor CFLAGS and LDFLAGSmarino2016-08-232-5/+10
| | | | Approved by: just-fix-it + ncurses blanket
* misc/tempcontrol: document and fix ncurses requirementmarino2016-08-232-2/+3
|
* Update iso-codes to 3.69.kwm2016-08-213-4/+452
|
* Update to version 4.8.4pawel2016-08-202-4/+4
| | | | | PR: 212003 Submitted by: Neel Chauhan (maintainer)
* misc/jive: mark deprecated and set expirationswills2016-08-191-0/+3
|
* - Update to 0.2.1zi2016-08-192-4/+4
|
* - Update to 2.4cpm2016-08-172-4/+4
| | | | | | | | - Added StackOverflow attribution Reviewed by: amdmi3 (mentor) Approved by: amdmi3 (mentor) Differential Revision: D7546
* Update to version 1.0.8pawel2016-08-172-4/+4
| | | | | PR: 211810 Submitted by: Neel Chauhan (maintainer)
* Update to 0.25olivierd2016-08-152-5/+6
|
* - Add LICENSE informationpawel2016-08-142-5/+7
| | | | | | - Switch to USES=localbase - Port is architecture neutral - Regenerate patch with make makepatch
* - Update to 0.2.2.2016062701ehaupt2016-08-133-9/+11
| | | | - Update WWW
* Add 11.0-RC1 MANIFEST files.gjb2016-08-1314-59/+59
| | | | | | | Remove 11.0-BETA3 MANIFEST files, removed from the mirrors. Approved by: bdrewery (maintainer, implicit, re@ blanket) Sponsored by: The FreeBSD Foundation
* ddate has been officially removed from util-linux and move to github [1].ehaupt2016-08-134-64/+28
| | | | | | | | | The new version scheme requires EPOCH to be bumped. While here switch to new option helpers. [1] https://git.kernel.org/cgit/utils/util-linux/util-linux.git/commit/?id=b77ce61eb31e3b7ab8295e848ef741e43b16ca87 Notified by: Kathie Dart <kathiedart@gmail.com> (via mail)
* Sort category Makefiles.olgeni2016-08-101-3/+3
|
* Add misc/elixir-mime, a library that maps mime types toolgeni2016-08-105-0/+32
| | | | extensions and vice-versa.
* - Add NO_ARCHamdmi32016-08-101-11/+7
| | | | | - Switch to options helpers - Simplify installation
* - Update to 1.66jadawin2016-08-092-3/+4
|
* Fix build with mono 4.4.romain2016-08-091-0/+13
| | | | | Some assemblies have been relocated, so adjust files path to point to the correct location.
* USE_BDB cleanup.mat2016-08-081-2/+1
| | | | | | | | | | | - USE_BDB=4x+ -> USES=bdb. - USE_BDB=yes -> USES=bdb. - USE_BDB=xx -> USES=bdb:xx. Other modernisations when I see them. PR: 209183 Sponsored by: Absolight
* Add 11.0-BETA4 MANIFEST files.gjb2016-08-0620-118/+60
| | | | | | | | Remove 11.0-BETA1 and 11.0-BETA2, which have been removed from the mirrors. Approved by: bdrewery (maintainer, implicit, re blanket) Sponsored by: The FreeBSD Foundation
* - Clarify LICENSEamdmi32016-08-041-16/+14
| | | | | | | - Add LICENSE_FILE - Add missing X11 depends - Cosmetic fixes - Switch to options helpers
* [NEW] misc/py-pyfiglet: Pure-python FIGlet implementationkoobs2016-08-044-0/+29
| | | | | | | pyfiglet is a full port of FIGlet (WWW: http://www.figlet.org/) into pure python. It takes ASCII text and renders it in ASCII art fonts. WWW: https://github.com/pwaller/pyfiglet
* misc/elscreen: Fix options definition / remove obsolete emacs logicmarino2016-08-041-9/+4
| | | | | | | | | The OPTIONS_DEFINE clause was positioned incorrectly after bsd.port.pre.mk include, breaking SELECTED_OPTIONS. However, the <pre>/<post> inclusions were in place to handle emacs20, a port that's long since been removed from the tree. Remove the obsolete logic which fixes the DOCS option. Approved by: just-fix-it
* Update to version 4.8.3pawel2016-08-042-4/+4
| | | | | PR: 211556 Submitted by: Neel Chauhan (maintainer)
* Don't use extension.ini any more, and have each extension install in itsmat2016-08-034-0/+4
| | | | | | | | | | | | | | | | | | | | | file, so the order remains the same. Every PHP (or Zend) extension now installs its own .ini file in /usr/local/etc/php. A PHP extension will be automatically activated when installed. The order into which extensions are loaded is automatically guessed. In some very rare cases, the guess will be wrong, and PHP_MOD_PRIO will need to be set. Refer to the USES=php section of the Porter's Handbook for more information. Convert ports touching etc/php/extensions.ini manually, or telling the OP to do it. And finally, bump PORTREVISION for all php extensions. PR: 210697 Submitted by: mat Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D7022
* - Update to 2.11jadawin2016-08-032-3/+4
|
* Register conflict with newly added sysutils/lrpawel2016-08-011-0/+2
|
* Add 11.0-BETA3 MANIFEST files.gjb2016-07-308-1/+59
| | | | | Approved by: bdrewery (maintainer, implicit, re@ blanket) Sponsored by: The FreeBSD Foundation
* Belatedly add 11.0-BETA2 MANIFEST files.gjb2016-07-308-1/+59
| | | | | Approved by: bdrewery (maintainer, implicit, re@ blanket) Sponsored by: The FreeBSD Foundation
* Update to version 4.8.1pawel2016-07-282-4/+4
| | | | | PR: 211408 Submitted by: Neel Chauhan (maintainer)
* - Update to version 1.08 [1]pawel2016-07-283-19/+25
| | | | | | | | | | | | | | | - Update LICENSE and set LICENSE_FILE [1] - Port is architecture neutral - Split install target to conditional installation of files depending on options set Changelog: - Use env printf instead of hardcoding printf path - Added a $forecast_text variable allowing to customize forecast text - Relicensed under the BSD 2-Clause license PR: 211384 [1] Submitted by: Danilo G. Baio (maintainer) [1]
* - Update to 1.2.0amdmi32016-07-272-13/+13
| | | | | | | | - Pass maintainership to submitter - While here, switch to USES=shebangfix PR: 211370 Submitted by: dg@syrec.org
* Reset miwi@'s ports, he stepped down from the Ports Team.rene2016-07-262-2/+2
| | | | With hat: portmgr-secretary
* misc/ini_file_manager: add Library_Kind definition to gpr filemarino2016-07-222-7/+6
| | | | While here, simpilify install target with modern knobs
* Update to 2016f. [1]mat2016-07-214-13/+20
| | | | | | | | | | While there, clean things up a bit and really do staging. PR: 211260 [1] Submitted by: devel stasyan com MFH: 2016Q3 With hat: portmgr Sponsored by: Absolight
* - Update to 0.5tota2016-07-212-4/+5
| | | | - Add "compiles" argument to USES=cran
* - Fix licenseamdmi32016-07-202-4/+4
| | | | - Regenerate patches with `make makepatch`
* Add misc/erlang-mimetypes, an Erlang library to fetch MIMEolgeni2016-07-205-0/+44
| | | | extension/name mappings.
* - Update to 0.8.2amdmi32016-07-192-5/+7
| | | | | | | - While here, fix LICENSE, add LICENSE_FILE and remove bogus USES=tar:bzip2 PR: 211220 Submitted by: mp39590@gmail.com (maintainer)
* When there is a do-install target, do not use a post-install target, domat2016-07-198-16/+0
| | | | | | | | | | | | everything at once. Sometime, rename post-install into a options helper target. I did not fix ports that were such a mess that I could not figure out what they really wanted to do. I also did not change ports that had some version of an auto-plist code in post-install, for the same reason. With hat: portmgr Sponsored by: Absolight
* Fix build to help linker find -luuid.mandree2016-07-191-2/+2
|
* - Update to 2.3cpm2016-07-193-26/+4
| | | | | | | | - Remove unneeded patch Reviewed by: amdmi3 (mentor) Approved by: amdmi3 (mentor) Differential Revision: D7233
* - Update to 2.2cpm2016-07-153-5/+27
| | | | | | | | | | - Add USES=dos2unix - Add patch to don't show README.rst content while socli is building. - Added tag based search Reviewed by: feld (mentor) Approved by: feld (mentor) Differential Revision: D7205
* - Clarify LICENSEamdmi32016-07-131-2/+5
| | | | | | - Add LICENSE_FILE - Add missing X11 depends - Switch to options helpers
* Update misc/mbuffer to 20160613asomers2016-07-122-3/+4
| | | | | | | | | PR: 210504 Reviewed by: brd Approved by: maintainer-timeout Approved by: brd (ports) Sponsored by: Spectra Logic Corp Differential Revision: https://reviews.freebsd.org/D6949
* Fix maintainership.bdrewery2016-07-111-1/+1
| | | | re@ and secteam@ have implicit approval to modify this port.
* Fix pkg-plistgjb2016-07-111-0/+6
| | | | | | Approved by: cperciva (maintainer) Pointyhat: gjb (myself) Sponsored by: The FreeBSD Foundation
* Add 11.0-BETA1 MANIFEST files.gjb2016-07-117-1/+53
| | | | | Approved by: cperciva (maintainer) Sponsored by: The FreeBSD Foundation
* Update to r49071 from the FreeBSD docset (a.k.a. 11.0-R version).blackend2016-07-107-25/+52
| | | | Approved by: doceng (implicit)
* Remove a patch from devel/gmake so the port no longer depends ontijl2016-07-081-2/+1
| | | | | | | | | | print/texinfo which requires gmake. To break this circular dependency gmake-lite was introduced. This can be removed now as well. PR: 210623 Reviewed by: bapt Exp-run by: antoine Approved by: portmgr (antoine)
* - Update to 2.1 releasecpm2016-07-082-5/+5
| | | | | | | | | - Fixed bugs on python2 - Added URL support Reviewed by: feld (mentor), junovitch (mentor), koobs Approved by: feld (mentor), junovitch (mentor), koobs Differential Revision: D7133
* Set PORTREVISION properly.brd2016-07-081-1/+2
| | | | Approved by: bdrewery (mentor)
* Bump PORTREVISION for the icu revert.mat2016-07-071-1/+1
| | | | | | | | | This time not bumping lang/php70, but devel/php70-intl which is the one really depending on icu. PR: 205120 With hat: portmgr Sponsored by: Absolight
* seabios: update to 1.9.3royger2016-07-062-3/+4
| | | | Sponsored by: Citrix Systems R&D
* devel/icu: bump PORTREVISION on dependent portsgahr2016-07-061-1/+1
|
* - Update to 1.8 releasecpm2016-07-062-13/+6
| | | | | | | | | - Change USES=python:3 to USES=python because python2 support has been added - Remove ignore on package buiders Reviewed by: feld (mentor) Approved by: feld (mentor) Differential Revision: D7099
* Remove expired ports without open PRs:rene2016-07-0517-223/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2016-07-04 security/openpgpsdk: Broken for more than 6 months 2016-07-04 security/radiusniff: Broken for more than 6 months 2016-07-04 security/pear-Auth_OpenID: Broken for more than 6 months 2016-07-04 security/sshit: Broken for more than 6 months 2016-07-04 security/ifd-slb_rf60: Broken for more than 6 months 2016-07-04 security/rainbowcrack: Broken for more than 6 months 2016-07-04 security/vlog: Broken for more than 6 months 2016-07-04 security/cryptstring: Broken for more than 6 months 2016-07-04 x11/libdnd: Broken for more than 6 months 2016-07-04 x11/xlupe: Broken for more than 6 months 2016-07-04 x11/xco: Broken for more than 6 months 2016-07-04 x11/xclick: Broken for more than 6 months 2016-07-04 devel/ocfpcsc: Broken for more than 6 months 2016-07-04 devel/dits: Broken for more than 6 months 2016-07-04 devel/ruby-cache: Broken for more than 6 months 2016-07-04 devel/rapidsvn: Broken for more than 6 months 2016-07-04 devel/svnkit: Broken for more than 6 months 2016-07-04 devel/py-EnthoughtBase: Broken for more than 6 months 2016-07-04 devel/cl-uffi: Broken for more than 6 months 2016-07-04 devel/ruby-event-loop: Broken for more than 6 months 2016-07-04 devel/libqxt: Broken for more than 6 months 2016-07-04 devel/dasm: Broken for more than 6 months 2016-07-04 devel/libopendaap: Broken for more than 6 months 2016-07-04 devel/cl-uffi-sbcl: Depends on expiring devel/cl-uffi 2016-07-04 devel/cvs2p4: Broken for more than 6 months 2016-07-04 devel/bufferpool: Broken for more than 6 months 2016-07-04 devel/ifd-test: Broken for more than 6 months 2016-07-04 devel/eric4: Broken for more than 6 months 2016-07-04 devel/uclmmbase: Broken for more than 6 months 2016-07-04 devel/obfuscatejs: Broken for more than 6 months 2016-07-04 devel/oniguruma: Broken for more than 6 months 2016-07-04 devel/libbnr: Broken for more than 6 months 2016-07-04 devel/c4: Broken for more than 6 months 2016-07-04 devel/memcheck: Broken for more than 6 months 2016-07-04 devel/liblcfg: Broken for more than 6 months 2016-07-04 devel/omake: Broken for more than 6 months 2016-07-04 devel/svndelta: Broken for more than 6 months 2016-07-04 devel/papp: Broken for more than 6 months 2016-07-04 devel/mk: Broken for more than 6 months 2016-07-04 devel/avltree: Broken for more than 6 months 2016-07-04 devel/cbind: Broken for more than 6 months 2016-07-04 devel/tclgetopts: Broken for more than 6 months 2016-07-04 devel/antlrworks: Broken for more than 6 months 2016-07-04 devel/acme: Broken for more than 6 months 2016-07-04 devel/libopensync022: Broken for more than 6 months 2016-07-04 archivers/epkg: Broken for more than 6 months 2016-07-04 print/enscriptfonts: Broken for more than 6 months 2016-07-04 print/mup: Broken for more than 6 months 2016-07-04 lang/lua-mode.el: Broken for more than 6 months 2016-07-04 lang/s9fes: Broken for more than 6 months 2016-07-04 lang/alisp: Broken for more than 6 months 2016-07-04 lang/intel2gas: Broken for more than 6 months 2016-07-04 lang/stalin: Broken for more than 6 months 2016-07-04 french/eric4: Depends on expiring devel/eric4 2016-07-04 textproc/exslt: Broken for more than 6 months 2016-07-04 textproc/xt: Broken for more than 6 months 2016-07-04 textproc/ssddiff: Broken for more than 6 months 2016-07-04 textproc/xslint: Broken for more than 6 months 2016-07-04 textproc/cbedic: Broken for more than 6 months 2016-07-04 textproc/tralics: Broken for more than 6 months 2016-07-04 textproc/docbookide.el: Broken for more than 6 months 2016-07-04 textproc/glpi-plugins-AdditionalReports: Broken for more than 6 months 2016-07-04 textproc/tdhkit: Broken for more than 6 months 2016-07-04 textproc/p5-Groonga-API: Broken for more than 6 months 2016-07-04 textproc/glpi-plugins-DataInjection: Broken for more than 6 months 2016-07-04 dns/ldnsm: Broken for more than 6 months 2016-07-04 japanese/guesswork-classic: Broken for more than 6 months 2016-07-04 japanese/texinfo: Broken for more than 6 months 2016-07-04 japanese/jyuroku: Broken for more than 6 months 2016-07-04 japanese/mtools: Broken for more than 6 months 2016-07-04 palm/pdbar: Broken for more than 6 months 2016-07-04 graphics/gplot: Broken for more than 6 months 2016-07-04 graphics/white_dune: Broken for more than 6 months 2016-07-04 graphics/whirlgif: Broken for more than 6 months 2016-07-04 graphics/libaux: Broken for more than 6 months 2016-07-04 graphics/import-pictures: Broken for more than 6 months 2016-07-04 math/xgobi: Broken for more than 6 months 2016-07-04 math/fricas: Broken for more than 6 months 2016-07-04 math/dcdflib: Broken for more than 6 months 2016-07-04 math/libneural: Broken for more than 6 months 2016-07-04 math/open-axiom: Broken for more than 6 months 2016-07-04 irc/nefarious: Broken for more than 6 months 2016-07-04 irc/slirc: Broken for more than 6 months 2016-07-04 irc/ratbox-respond: Broken for more than 6 months 2016-07-04 irc/qwebirc: Broken for more than 6 months 2016-07-04 biology/platon: Broken for more than 6 months 2016-07-04 news/slnr: Broken for more than 6 months 2016-07-04 science/jmol: Broken for more than 6 months 2016-07-04 net/nstxd: Broken for more than 6 months 2016-07-04 net/sprinkle: Broken for more than 6 months 2016-07-04 editors/ssam: Broken for more than 6 months 2016-07-04 editors/fb: Broken for more than 6 months 2016-07-04 misc/quotes: Broken for more than 6 months 2016-07-04 misc/boxquote.el: Broken for more than 6 months 2016-07-04 misc/pypanda: Broken for more than 6 months 2016-07-04 misc/cuecat: Broken for more than 6 months 2016-07-04 deskutils/displaycalibrator: Broken for more than 6 months 2016-07-04 german/eric4: Depends on expiring devel/eric4 2016-07-04 multimedia/vic: Depends on expiring devel/uclmmbase 2016-07-04 multimedia/ggrab: Broken for more than 6 months 2016-07-04 emulators/dynamips: Broken for more than 6 months 2016-07-04 emulators/dynamips-devel: Broken for more than 6 months 2016-07-04 emulators/sim6811: Broken for more than 6 months 2016-07-04 emulators/minivmac: Broken for more than 6 months 2016-07-04 cad/qcad-partslib: Broken for more than 6 months 2016-07-04 comms/dump1090_mr: Broken for more than 6 months 2016-07-04 x11-fm/asfiles: Depends on expiring x11/libdnd 2016-07-04 x11-fonts/fonts-te: Broken for more than 6 months 2016-07-04 sysutils/rsyncmanager: Broken for more than 6 months 2016-07-04 sysutils/jfbterm: Broken for more than 6 months 2016-07-04 sysutils/daedalus: Broken for more than 6 months 2016-07-04 sysutils/pcfclock: Broken for more than 6 months 2016-07-04 sysutils/vlogger: Broken for more than 6 months 2016-07-04 sysutils/bontmia: Broken for more than 6 months 2016-07-04 mail/pop3gwd: Broken for more than 6 months 2016-07-04 mail/mailtray: Broken for more than 6 months 2016-07-04 mail/pflogstats: Broken for more than 6 months 2016-07-04 mail/exact: Broken for more than 6 months 2016-07-04 mail/wmpop3: Broken for more than 6 months 2016-07-04 mail/qmail-conf: Broken for more than 6 months 2016-07-04 mail/gld: Broken for more than 6 months 2016-07-04 mail/dsbl-testers: Broken for more than 6 months 2016-07-04 mail/vqregister: Broken for more than 6 months 2016-07-04 mail/atmail: Broken for more than 6 months 2016-07-04 mail/ml: Broken for more than 6 months 2016-07-04 net-im/icb: Broken for more than 6 months 2016-07-04 net-im/cicquin: Broken for more than 6 months 2016-07-04 net-im/pidgin-manualsize: Broken for more than 6 months 2016-07-04 net-im/pidgin-rhythmbox: Broken for more than 6 months 2016-07-04 russian/eric4: Depends on expiring devel/eric4 2016-07-04 russian/fortune-bashorgru: Broken for more than 6 months 2016-07-04 www/xpi-clearfields: Broken for more than 6 months 2016-07-04 www/pecl-varnish: Broken for more than 6 months 2016-07-04 www/py-requests-oauth-hook: Broken for more than 6 months 2016-07-04 www/hudson: Broken for more than 6 months 2016-07-04 www/xpi-mldonkey: Broken for more than 6 months 2016-07-04 www/xpi-cookiesafe: Broken for more than 6 months 2016-07-04 www/trac-mastertickets: Broken for more than 6 months 2016-07-04 www/dotclear: Broken for more than 6 months 2016-07-04 www/ruby-wgettsv: Broken for more than 6 months 2016-07-04 www/wwwstat: Broken for more than 6 months 2016-07-04 www/xpi-prism: Broken for more than 6 months 2016-07-04 www/xpi-fasterfox: Broken for more than 6 months 2016-07-04 www/siteframe: Broken for more than 6 months 2016-07-04 www/py-urljr: Broken for more than 6 months 2016-07-04 www/reviewboard: Broken for more than 6 months 2016-07-04 www/xpi-tabletools: Broken for more than 6 months 2016-07-04 www/wikindx: Broken for more than 6 months 2016-07-04 www/typolight: Broken for more than 6 months 2016-07-04 www/varnish-libvmod-header: Broken for more than 6 months 2016-07-04 www/xpi-gbrain: Broken for more than 6 months 2016-07-04 www/trac-robotstxt: Broken for more than 6 months 2016-07-04 www/simplog: Broken for more than 6 months 2016-07-04 www/chtml: Broken for more than 6 months 2016-07-04 databases/postgresql_autodoc: Broken for more than 6 months 2016-07-04 databases/oracle_odbc_driver: Broken for more than 6 months 2016-07-04 databases/mysql-xql: Broken for more than 6 months 2016-07-04 databases/mysql-udf-sys: Broken for more than 6 months 2016-07-04 games/lucidlife: Broken for more than 6 months 2016-07-04 games/gma: Broken for more than 6 months 2016-07-04 games/smiley: Broken for more than 6 months 2016-07-04 games/noegnud-littlehack: Broken for more than 6 months 2016-07-04 games/sdlquake2: Broken for more than 6 months 2016-07-04 games/daimonin: Depends on expiring games/daimonin-music 2016-07-04 games/noegnud-nethack: Broken for more than 6 months 2016-07-04 games/xbomber: Broken for more than 6 months 2016-07-04 games/xwelltris: Broken for more than 6 months 2016-07-04 games/ftjava: Broken for more than 6 months 2016-07-04 games/daimonin-music: Broken for more than 6 months 2016-07-04 games/gno3dtet: Broken for more than 6 months 2016-07-04 games/qtv: Broken for more than 6 months 2016-07-04 games/xwordpy: Broken for more than 6 months 2016-07-04 games/netris: Broken for more than 6 months 2016-07-04 games/rt2-demo: Broken for more than 6 months 2016-07-04 games/noegnud-addons: Broken for more than 6 months 2016-07-04 games/noegnud-nethack-deet: Broken for more than 6 months 2016-07-04 games/live-f1: Broken for more than 6 months 2016-07-04 games/xonix: Broken for more than 6 months 2016-07-04 games/fgkicker: Broken for more than 6 months 2016-07-04 games/tank: Depends on expiring graphics/libaux 2016-07-04 games/linux-nwserver: Broken for more than 6 months 2016-07-04 games/quake2-zaero: Broken for more than 6 months 2016-07-04 games/pyching: Broken for more than 6 months 2016-07-04 games/thevalley: Broken for more than 6 months 2016-07-04 games/xroads: Broken for more than 6 months 2016-07-04 games/fxsudoku: Broken for more than 6 months 2016-07-04 games/sudoku: Broken for more than 6 months 2016-07-04 games/kmancala: Broken for more than 6 months 2016-07-04 games/plonx: Broken for more than 6 months 2016-07-04 games/wmminichess: Broken for more than 6 months 2016-07-04 games/noegnud-slashem: Broken for more than 6 months 2016-07-04 games/latrine: Broken for more than 6 months 2016-07-04 games/pysycache-themes: Broken for more than 6 months 2016-07-04 games/nibbles: Broken for more than 6 months 2016-07-04 games/hlstatsx: Broken for more than 6 months 2016-07-04 audio/streamtuner: Broken for more than 6 months 2016-07-04 audio/mangler: Broken for more than 6 months 2016-07-04 audio/hawkvoice: Broken for more than 6 months 2016-07-04 audio/alac: Broken for more than 6 months 2016-07-04 x11-wm/e-module-mpdule: Broken for more than 6 months 2016-07-04 x11-wm/e-module-tclock: Broken for more than 6 months 2016-07-04 x11-wm/musca: Broken for more than 6 months 2016-07-04 x11-wm/e-module-places: Broken for more than 6 months 2016-07-04 x11-wm/e-module-forecasts: Broken for more than 6 months 2016-07-04 x11-wm/e-module-net: Broken for more than 6 months 2016-07-04 x11-wm/e-module-penguins: Broken for more than 6 months 2016-07-04 ftp/fget: Broken for more than 6 months 2016-07-04 net-mgmt/netmond: Broken for more than 6 months 2016-07-04 net-mgmt/ipfm: Broken for more than 6 months
* - Update to version 4.7.6 [1]pawel2016-07-042-5/+4
| | | | | | | - Don't set GH_ACCOUNT to it's default setting PR: 210745 Submitted by: Neel Chauhan (maintainer) [1]
* [NEW] misc/py-pyprind: Python Progress Bar and Percent Indicator Utilitykoobs2016-06-305-0/+54
| | | | | | | | | | | | | The PyPrind (Python Progress Indicator) module provides a progress bar and a percentage indicator object that let you track the progress of a loop structure or other iterative computation. Typical applications include the processing of large data sets to provide an intuitive estimate at runtime about the progress of the computation. WWW: https://www.github.com/rasbt/pyprind PR: 207758 Submitted by: Neel Chauhan <neel neelc org>
* Move the release MANIFESTS to misc/freebsd-release-manifests.bdrewery2016-06-3050-0/+368
| | | | Also add a dependency for ca_root_nss to Poudriere.
* - Add LICENSE_FILEamdmi32016-06-301-3/+6
| | | | | | | - Don't redundantly pass --prefix to GNU configure - Switch to options helpers - Add NO_ARCH - Style fixes
* Convert USE_PHP*=yes into USES=php*mat2016-06-282-5/+2
| | | | | | | | PR: 210529 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D6936
* Reset ports maintained by horia@racoviceanu.com.rakuco2016-06-282-2/+2
| | | | | | | | | | | | | The last change submitted or approved by Horia in Bugzilla dates back to September 2015. Since then, all commits to his ports were landed by others after the maintainer timeout period expired (see r383744, r405055, r405057, r400461 and r414655, for example). Horia did show interest in coming back after I sent a private email a few months ago, but since nothing has changed it is better to reassign his ports back to the heap. Differential Revision: https://reviews.freebsd.org/D5980
* Reset ports maintained by bf@ until he has time again to work on them.rene2016-06-281-1/+1
| | | | | | PR: 210474 Submitted by: jbeich With hat: portmgr-secretary
* - Update to 1.0.7amdmi32016-06-282-3/+4
| | | | | PR: 210586 Submitted by: neel@neelc.org (maintainer)
* misc/rubygem-mime-types29: Create portswills2016-06-274-0/+29
| | | | | | | Create port for rubygem-mime-types at 2.99.x which is needed by some gems, specifically www/rubygem-rest-client. PR: 209973
* - Bump PORTREVISIONcpm2016-06-271-0/+1
| | | | | | Reported by: cperciva Reviewed by: junovitch (mentor) Approved by: junovitch (mentor)
* - Drop textproc/py-beautifulsoup as dependency because it was removed.cpm2016-06-271-2/+8
| | | | | | | | | | - Add www/py-beautifulsoup to RUN_DEPENDS - Ignore on the package builders Reported by: pkg-fallout Reviewed by: junovitch (mentor) Approved by: junovitch (mentor) Differential Revision: D6971
* - Update to 2016.5sunpoet2016-06-272-3/+4
| | | | Changes: https://pecl.php.net/package-changelog.php?package=timezonedb
* - Update to 20160621sunpoet2016-06-272-5/+5
| | | | Changes: https://github.com/pciutils/pciids/commits/master
* - Update to 1.7cpm2016-06-263-8/+10
| | | | | | | | | | | | | | | - Switch to GH - Update WWW in pkg-descr - Added new question feature - Fixed windows color problem - Intelligent colors - Added open in browser Reviewed by: koobs, junovitch (mentor) Approved by: junovitch (mentor) Differential Revision: D6964
* New port: misc/py-soclicpm2016-06-254-0/+32
| | | | | | | | | | | | Stack overflow command line client written in python. Using SoCLI you can search and browse stack overflow without leaving the terminal. WWW: https://pypi.python.org/pypi/socli/ Submitted by: me Reviewed by: amdmi3, feld (mentors) Approved by: amdmi3, feld (mentors) Differential Revision: D6939
* Update versions for 9.x and 10.x.tdb2016-06-243-0/+24
|
* Update to r48963 from the FreeBSD docset.blackend2016-06-236-11/+14
| | | | Approved by: doceng (implicit)
* Update to 2.011mat2016-06-212-4/+5
| | | | Sponsored by: Absolight
* Update to 2.12.mat2016-06-212-5/+5
| | | | Sponsored by: Absolight
* Rename all three p5-ReadLine-(Gnu,Perl,TTYtter) to their real namesmat2016-06-211-1/+1
| | | | | | | | | | | | | p5-Term-ReadLine-(Gnu,Perl,TTYtter). I can't find any reason for p5-ReadLine-Gnu to have been added as ReadLine-Gnu instead of Term-ReadLine-Gnu twenty years ago. devel/p5-Term-ReadLine-Perl was added as a dupplicate a few years back where it should not have, so change its maintainer to be perl@ like devel/p5-ReadLine-Perl had. Sponsored by: Absolight
* Use framework instead of @exec to generate GTK icons cachebapt2016-06-182-4/+2
|
* misc/saaghar: remove wrongly used PLIST_SUB from pkg-plistpi2016-06-121-1/+1
| | | | | PR: 210113 Submitted by: Tobias C.Berner <tcberner@gmail.com> (kde)
* - Update to 4.7.4amdmi32016-06-092-4/+4
| | | | | PR: 210048 Submitted by: neel@neelc.org (maintainer)
* Update to latest versions from 10.3-RELEASE-p5, including libpamdes2016-06-094-5/+86
|
* Update to latest versions from 9.3-RELEASE-p44des2016-06-092-5/+5
|
* - Update to 0.2.0zi2016-06-082-5/+9
| | | | | | | - Add missing bin/sneakers PR: 209909 Submitted by: Danilo G. Baio <dbaio@bsd.com.br>
* misc/lv: new MASTER_SITES at githubpi2016-06-075-15/+18
| | | | | | | | | | | | | - Lv's master site was gone because ISP was terminated the service. Submittter contacted the lv's author, he says "I can't create a new site so busy". So submitter uploaded lv's source code to GitHub. - Attached diff that changes MAINTAINER address and MASTER_SITES point to GitHub, some related changes also included. - patches re-generated patch by "make makepatch". - submitter becomes maintainer PR: 210067 Submitted by: IWAMOTO Kouichi <sue@iwmt.org>
* Deprecate ports broken for more than 6 monthsantoine2016-06-044-0/+8
|
* Update to 0.24olivierd2016-06-032-3/+4
|
* Update to 3.4.4lme2016-06-022-3/+4
|
* misc/rubygem-mime-types: 2.99.1 -> 3.1pi2016-06-012-8/+8
| | | | | | | | | | | | | | | | - Version 3.0 is a major release that requires Ruby 2.0 compatibility and removes deprecated functions. - The columnar registry format introduced in 2.6 has been made the primary format - the registry data has been extracted from this library and put into ruby-mime-types-data - Additionally, mime-types is now licensed exclusively under the MIT licence and there is a code of conduct in effect. - There are a number of other smaller changes described in https://github.com/mime-types/ruby-mime-types/blob/master/History.rdoc PR: 209936 Submitted by: Torsten Zuehlsdorff <ports@toco-domains.de>
* New port: misc/qt5-docpi2016-06-014-0/+11638
| | | | | | | | | | | | | | | | | | | | | | | | | | | This port builds and installs the Qt5 API documentation for use with IDEs such as qtcreator or kdevelop in qch file format and HTML file format. Limitations: The port is made for Qt 5.5.1 and excludes the documentation for qtwebkit, qtwebkit-examples and qtwebengine. The reasons are, webkit is deprecated and should not be used for further development, it will not be part of the Qt 5.6.x sources by default and only provided on FreeBSD for backwards compatibility with ports. API documentation may be later added to the qt5-webkit port (as well for qtwebkit-examples). The qtwebengine hasn't been ported to FreeBSD yet, so no documenation can be generated either. The build process uses the full qt source tarball and uses configure with the respective platform (freebsd-g++ or freebsd-clang). During configure, the qmake tool is compiled that generates the Makefiles for doc creation. While the qt5-qmake could also be used, it currently generates the documentation without the correct links and replaces them with text, which makes the API documentation useless with respect to the workflow. The compiling of qmake has been accepted for now as a minor drawback of the port. PR: 209861 Submitted by: Ralf Nolden <nolden@kde.org> (kde)
* Update to r48872 from the FreeBSD docset.blackend2016-05-306-22/+22
| | | | Approved by: doceng (implicit)
* Update misc/elixir-uuid to version 1.1.4.olgeni2016-05-302-3/+4
|
* misc/qt5-examples: remove superfluous pkg-descr filepi2016-05-291-5/+0
| | | | | PR: 209834 Submitted by: nolden@kde.org (kde)
* - Update to 0.07sunpoet2016-05-292-5/+7
| | | | | | | - Add LICENSE_FILE - Add more TEST_DEPENDS Changes: http://search.cpan.org/dist/Geo-Coder-OpenCage/Changes
* New port: misc/qt5-examples: Qt 5 examples sourcecodespi2016-05-285-0/+6477
| | | | | | | | | | | A collection of code samples and tutorials for Qt to help new users get started with Qt development. This is a support / add-on package for qtcreator, which likes to showcase examples. WWW: http://doc.qt.io/qt-5/qtexamplesandtutorials.html PR: 209320 Submitted by: groot@kde.org (kde), Ralf Nolden <nolden@kde.org> (kde)
* devel/py-qt4-core cleanups in py-qt4-*pi2016-05-281-1/+0
| | | | | | | - Cleanup work on the py-qt4 ports, leading to a reduced runtime footprint. PR: 209283 Submitted by: groot@kde.org (kde), rakuco
* misc/py-powerline-status: update to 2.4swills2016-05-282-3/+7
|
* misc/kde4-xdg-env: fix after kdeprefix removalpi2016-05-282-10/+1
| | | | | | | | | | | | | | | | Fix SUB_LIST and script This is related to bug #209799, same root cause: the removal of kdehier and USE_KDE4=kdeprefix is a bit too thorough. Here, it leaves us with a blank variable in SUB_LIST, which ends up in a shell script. The substitution leaves the shell script with syntax errors. Since $KDE4_PREFIX must be equal to $LOCALBASE, remove the substitution and simplify the script. PR: 209802 Submitted by: groot@kde.org (kde)
* devel/kdebindings4, devel/kdesdk4, misc/kdeedu4: re-add USE_KDE4pi2016-05-281-0/+1
| | | | | | | | | | In r415864, kdeprefix was removed from a whole lot of ports. In a few cases, USE_KDE4= was removed entirely. There are some combinations of OPTIONS that can cause build failures because KDE4_VERSION isn't defined. This fixes it. PR: 209799 Submitted by: groot@kde.org (kde)
* Fix build on CURRENT.ehaupt2016-05-281-0/+11
|
* Add USE_KDE4 so that KDE4_VERSION is definedswills2016-05-272-0/+2
| | | | | | PR: 209756 Submitted by: T.C.Berner <tcberner@gmail.com> Reported by: Vladimir Omelchuk <admin@vladiom.com.ua>
* Remove expired misc/kdehier4 and update all of its consumers to not ↵rene2016-05-2623-98/+13
| | | | | | | | | | | | | reference it any longer. This is a no-op because KDE4_PREFIX is equal to LOCALBASE Fix up properties for misc/kde4-l10n/files/bsd.l10n.mk to make svn happy. PR: 209014 (partial) Submitted by: myself Approved by: portmgr (bapt) Differential Revision: https://reviews.freebsd.org/D6542
* - Update to 4.7.0amdmi32016-05-242-3/+4
| | | | | PR: 209547 Submitted by: neel@neelc.org (maintainer)
* Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled ↵amdmi32016-05-242-2/+0
| | | | | | by default anyway and don't need to be listed Approved by: portmgr blanket
* Convert tab after WWW: in pkg-descrs to single space as per PHBamdmi32016-05-243-3/+3
| | | | Approved by: portmgr blanket
* - Update to 20160522sunpoet2016-05-232-4/+5
| | | | Changes: https://github.com/pciutils/pciids/commits/master
* - Fix trailing whitespace in pkg-messagesamdmi32016-05-194-13/+13
| | | | Approved by: portmgr blanket