aboutsummaryrefslogtreecommitdiffstats
path: root/misc
Commit message (Collapse)AuthorAgeFilesLines
* 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
* - Fix trailing whitespace in pkg-descrs, categories [g-n]*amdmi32016-05-1957-121/+121
| | | | Approved by: portmgr blanket
* - Simplify MASTER_SITESamdmi32016-05-171-6/+6
| | | | | | | | | - Clarify LICENSE - Add LICENSE_FILE - Add NO_ARCH - Switch to options helpers Approved by: portmgr blanket
* Add missing USE_RC_SUBR so the startup script is actually installedbrd2016-05-161-1/+2
| | | | Approved by: bdrewery (mentor, implicit)
* New port: misc/sentpi2016-05-165-0/+57
| | | | | | | | | Simple plaintext presentation tool. WWW: http://tools.suckless.org/sent/ PR: 209503 Submitted by: Neel Chauhan <neel@neelc.org>
* Prevent collision with getline(3)bapt2016-05-122-0/+39
|
* Upgrade from 0.8 to 0.9. The change-log can be seen here:mi2016-05-113-28/+3
| | | | | | http://dtach.sourceforge.net/ Notified by: portscout
* Update to 0.2.3arved2016-05-113-7/+8
| | | | | PR: 209450 Submitted by: maintainer
* misc/mc: Update to 4.8.17woodsb022016-05-117-933/+23
| | | | | | | | | | | | | | - Remove patches for upstream tickets 2742, 3611, 3617 (resolved) - Move patch of lib/tty/win.c to lib/tty/tty-ncurses.c (upstream change) - Add patch of src/cons.handler.c to fix build, reported upstream [1] Changes this release: https://www.midnight-commander.org/wiki/NEWS-4.8.17 [1] https://www.midnight-commander.org/ticket/3643 Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D6321
* Update the maintainer email address for the ports Iwoodsb022016-05-101-1/+1
| | | | | | | maintain to woodsb02@FreeBSD.org Approved by: adamw (mentor) Differential Revision: https://reviews.freebsd.org/D6278
* - Update to 0.23olivierd2016-05-052-4/+4
| | | | | | | | - Take maintainership PR: 209174 Submitted by: myself Approved by: makc@ (former maintainer)
* - Update to 20160430sunpoet2016-05-022-6/+5
| | | | | | | - Update LICENSE - Remove USES=tar:xz Changes: https://github.com/pciutils/pciids/commits/master
* Change Ada Framework foundation from gcc5-aux to gcc6-auxmarino2016-04-302-0/+2
| | | | | | | | | | | | | | | | GCC 6.1 was released this week. The Ada Framework in FreeBSD ports has been based on GCC 5.3 GNAT although GCC 6.x has been supported for awhile via the ADA_DEFAULT option in make.conf. Now that GCC 6 has been officially released, switch to it by default. People can maintain the old foundation by putting "ADA_DEFAULT=5" in /etc/make.conf. Libraries built by one GNAT are unusable by another, so almost every Ada port has been bumped as a result. Noticable exceptions are dns/ironsides which fails to build on gcc6 (thus USES=ada:5 is set) and cad/ghdl which needs additional testing as it may require gcc5 on FreeBSD (DragonFly uses the LLVM backend only).
* New port: misc/nms:zi2016-04-305-0/+44
| | | | | | | | | | "No More Secrets" is the name I've lovingly given to the infamous "decrypting text" effect seen on screen in the 1992 hacker movie Sneakers. This project provides tools to recreate this effect in your projects. WWW: https://github.com/bartobri/no-more-secrets
* misc/excel-writer: upgrade version 14 => 15marino2016-04-303-5/+3
|
* Update misc/raspbsd-led to 0.2brd2016-04-293-3/+22
| | | | Approved by: bdrewery (mentor)
* misc/bdelta: 0.1.0 -> 0.3.1 with patchespi2016-04-296-4/+264
| | | | | | | | | | - changed to github - many changes since first release - added FEFE patch, see https://ptrace.fefe.de/bdelta.diff - added LICENSE PR: 209063 Approved by: novel (maintainer)
* - Update to 1.65sunpoet2016-04-292-4/+5
| | | | | | | - Add NO_ARCH - Add USES=dos2unix Changes: http://search.cpan.org/dist/Locale-SubCountry/Changes
* - Update to 4.5.0wen2016-04-282-3/+3
| | | | | PR: 209092 Submitted by: neel@neelc.org(maintainer)
* Convert USES=gem:autoplist to USES=gem since autoplist is defaultswills2016-04-288-8/+8
|
* create USES=gem and update rubygem- ports to use itswills2016-04-288-17/+8
| | | | | | | Note that for now ports still have to have USE_RUBY=yes to use USES=gem PR: 209041 Differential Revision: https://reviews.freebsd.org/D6070
* Remove USE_SQLITE from bsd.databases.mk, replaced by USES=sqlite.mat2016-04-261-2/+2
| | | | | | | | | | | While there replace USE_SQLITE=x by USES=sqlite:x. PR: 208971 Submitted by: mat Exp-run by: antoine With hat: portmgr Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D5951
* SeaBIOS: update to 1.9.2royger2016-04-253-78/+3
| | | | | | Sponsored by: Citrix Systems R&D Approved by: bapt Differential revision: https://reviews.freebsd.org/D6083
* - Update to 0.103012sunpoet2016-04-252-3/+3
| | | | Changes: http://search.cpan.org/dist/Software-License/Changes
* misc/py-tqdm: 4.2.0 -> 4.4.3pi2016-04-252-3/+3
| | | | | | | | Changes: https://github.com/tqdm/tqdm/releases PR: 209002 Submitted by: Neel Chauhan <neel@neelc.org> (maintainer)
* misc/inplace: convert to USES=shebangfixswills2016-04-241-2/+3
|
* Remove expired ports:rene2016-04-239-199/+0
| | | | | | | | | | | | | | | | | | | | | | | 2016-04-11 deskutils/qlabels: Does not fetch, unmaintained 2016-04-14 french/tvdownloader: Many channels have modified their protocols and cannot be DL anymore 2016-04-14 comms/cdr_read: unfetchable 2016-04-14 russian/rubygem-rutils: Deprecated by upstream 2016-04-14 devel/rubygem-dotenv-deployment: Deprecated by upstream in latest version (0.3.0) 2016-04-15 www/p5-LWP-ConsoleLogger: Depends on expiring www/p5-HTTP-CookieMonster 2016-04-15 www/p5-WWW-Mechanize-Cached: Depends on expiring www/p5-HTTP-CookieMonster 2016-04-15 www/p5-HTTP-CookieMonster: Broken for more than 6 months 2016-04-15 misc/diary-hercules: Broken for more than 6 months 2016-04-15 graphics/ffff: Broken for more than 6 months 2016-04-15 net-im/sigram: Broken for more than 6 months 2016-04-15 games/annelid: Broken for more than 6 months 2016-04-15 science/py-pydap: Broken for more than 6 months 2016-04-15 sysutils/su2: Broken for more than 6 months 2016-04-15 www/download-gemist: Broken for more than 6 months 2016-04-15 databases/p5-qdbm: Broken for more than 6 months 2016-04-15 comms/libfec: Broken for more than 6 months 2016-04-15 deskutils/ladon: Broken for more than 6 months Sponsored by: Essen Linuxhotel Hackathon 2016
* Update to 0.8.7olivierd2016-04-222-4/+3
|
* many ports: mark broken on powerpc64swills2016-04-222-0/+4
|
* - Update to 2016.4sunpoet2016-04-192-3/+3
| | | | Changes: https://pecl.php.net/package-changelog.php?package=timezonedb
* Update to tzdata2016dedwin2016-04-193-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes affecting future time stamps America/Caracas switches from -0430 to -04 on 2016-05-01 at 02:30. (Thanks to Alexander Krivenyshev for the heads-up.) Asia/Magadan switches from +10 to +11 on 2016-04-24 at 02:00. (Thanks to Alexander Krivenyshev and Matt Johnson.) New zone Asia/Tomsk, split off from Asia/Novosibirsk. It covers Tomsk Oblast, Russia, which switches from +06 to +07 on 2016-05-29 at 02:00. (Thanks to Stepan Golosunov.) Azerbaijan no longer observes DST. (Thanks to Steffen Thorsen.) Chile reverts from permanent to seasonal DST. (Thanks to Juan Correa for the heads-up, and to Tim Parenti for corrections.) Guess that future transitions are August's and May's second Saturdays at 24:00 mainland time. Also, call the period from 2014-09-07 through 2016-05-14 daylight saving time instead of standard time, as that seems more appropriate now. Changes affecting past time stamps New zone Europe/Kirov, split off from Europe/Volgograd. It covers Kirov Oblast, Russia, which switched from +04/+05 to +03/+04 on 1989-03-26 at 02:00, roughly a year after Europe/Volgograd made the same change. (Thanks to Stepan Golosunov.) Russia and nearby locations had daylight-saving transitions on 1992-03-29 at 02:00 and 1992-09-27 at 03:00, instead of on 1992-03-28 at 23:00 and 1992-09-26 at 23:00. (Thanks to Stepan Golosunov.) Many corrections to historical time in Kazakhstan from 1991 through 2005. (Thanks to Stepan Golosunov.) Replace Kazakhstan's invented time zone abbreviations with numeric abbreviations. Europe/Kaliningrad and Europe/Vilnius changed from +03/+04 to +02/+03 on 1989-03-26, not 1991-03-31. Europe/Volgograd changed from +04/+05 to +03/+04 on 1988-03-27, not 1989-03-26. (Thanks to Stepan Golosunov.) Changes to commentary Mention Internet RFCs 7808 (TZDIST) and 7809 (CalDAV time zone references). Several updates and URLs for historical and proposed Russian changes. (Thanks to Stepan Golosunov, Matt Johnson, and Alexander Krivenyshev.)
* misc/dejagnu: update to 1.6gahr2016-04-173-91/+5
| | | | Announcement: https://lists.gnu.org/archive/html/info-gnu/2016-04/msg00007.html
* Update to r48633 of the FreeBSD docset.blackend2016-04-1720-43/+148
| | | | Approved by: doceng (implicit)
* - Update to 20160412sunpoet2016-04-162-4/+4
| | | | Changes: https://github.com/pciutils/pciids/commits/master
* - Utilize option helper targets and drop unneeded newline and include ofdanfe2016-04-151-9/+5
| | | | | | <bsd.port.options.mk> - Do not attempt to create ${STAGEDIR}${DESKTOPDIR}: `share/applications' was added to mtree (Templates/BSD.local.dist) in r331266 2.5 years ago
* - Remove incorrect prebuilt script so it's regenerated with correct paths ↵amdmi32016-04-141-0/+2
| | | | | | | | during build PR: 208576 Submitted by: hiroto.kagotani@gmail.com (maintainer) MFH: 2016Q2 (blanket)
* update to 3.59oliver2016-04-132-3/+5
|
* Unbreak.mat2016-04-127-14/+14
| | | | | | PR: 208717 Submitted by: tkato432 yahoo com Sponsored by: Absolight
* Unbreak.mat2016-04-123-11/+10
| | | | | | PR: 208716 Submitted by: tkato432 yahoo com Sponsored by: Absolight
* misc/dejagnu: fix plist, bump portrevisiongahr2016-04-112-0/+11
| | | | Reported by: ohauer
* misc/exercism: update to 2.2.5swills2016-04-092-35/+6
|
* - Update to 20160404sunpoet2016-04-092-4/+4
| | | | Changes: https://github.com/pciutils/pciids/commits/master
* misc/lifelines: Return USES=ncurses (removed by r411920)marino2016-04-081-1/+1
|
* msic/dejagnu: update to 1.5.3, depend on Tcl >= 8.5, add TEST targetgahr2016-04-082-6/+7
|
* - Add LICENSE_FILEamdmi32016-04-031-0/+5
| | | | - Switch to options helpers
* Mark BROKEN: tries to download from registry.npmjs.org during stage phaseantoine2016-04-031-0/+2
| | | | | | | | | | | | | npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "install" "/wrkdirs/usr/ports/misc/teslams/work/teslams-6f6dfa2" npm ERR! node v5.9.1 npm ERR! npm v2.14.7 npm ERR! code EAI_FAIL npm ERR! errno EAI_FAIL npm ERR! syscall getaddrinfo npm ERR! network getaddrinfo EAI_FAIL registry.npmjs.org:443 Reported by: pkg-fallout MFH: 2016Q2
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.mat2016-04-01152-462/+462
| | | | | With hat: portmgr Sponsored by: Absolight
* seabios: fix failure to find pythonroyger2016-04-011-1/+2
| | | | | | | | | | | | | The failure has been reported by the automatic builders: http://package19.nyi.freebsd.org/data/103i386-default-build-as-user/412304/logs/errors/seabios-1.9.1.log This is because SeaBIOS doesn't have a configure phase and the paths of the required build tools need to be passed to the make command when building. Approved by: bapt Sponsored by: Citrix Systems R&D Differential revision: https://reviews.freebsd.org/D5804
* - Update to 2.1.1sunpoet2016-03-312-3/+3
| | | | Changes: https://github.com/bkeepers/dotenv/blob/master/Changelog.md
* xen-tools: extract seabios, build with clangroyger2016-03-315-0/+107
| | | | | | Submitted by: bapt Minor fixes by: royger Approved by: bapt
* Enable openpty by default (pty is no more enabled by default in kernel since ↵olivier2016-03-311-1/+2
| | | | | | | 4 years) Approved by: jadawin Differential Revision: https://reviews.freebsd.org/D5785
* - Clarify LICENSEamdmi32016-03-291-1/+5
| | | | | | - Add LICENSE_FILE - Add NO_ARCH - Switch to options helpers
* - Add LICENSE_FILEamdmi32016-03-292-4/+6
| | | | | - Switch to options helpers - Regenerate patches with `make makepatch`
* - Clarify LICENSEamdmi32016-03-291-12/+8
| | | | | - Add LICENSE_FILE - Switch to options helpers
* Add new port: misc/binclock: A small CLI binary clockriggs2016-03-295-0/+58
| | | | | | PR: 207406 Submitted by: dereckson@espace-win.org (maintainer) Reviewed by: riggs
* - Update to 1.0.6amdmi32016-03-282-4/+5
| | | | | | | - While here, fix LICENSE PR: 208299 Submitted by: neel@neelc.org (maintainer)
* Update to upstream version 3.1.1riggs2016-03-266-73/+103
| | | | | | | | | | | Changeset includes: - Fix to UTF-8 string handling (handling in upstream version 3.1.1) - Move from SF to GH - MAKE_JOBS_UNSAFE=yes (parallel builds are not reliable at the moment) - Comments on special DOCS handling for this port PR: 208090 Submitted by: matt@gsicomp.on.ca (maintainer)
* - Change MASTER_SITES to GitHubsunpoet2016-03-262-31/+6
| | | | - Remove maintainer section
* - Update to 2016.3sunpoet2016-03-262-3/+3
| | | | Changes: https://pecl.php.net/package-changelog.php?package=timezonedb
* - Fix installation as non-rootamdmi32016-03-251-3/+5
| | | | | PR: 208256 Submitted by: hiroto.kagotani@gmail.com (maintainer)
* Make print/ghostscript9-agpl-base the default Ghostscript port. Upstreamtijl2016-03-241-1/+1
| | | | | | | | | | | | | | | | changed the license to the AGPL 3 in version 9.07 so print/ghostscript9-base is stuck at 9.06 which is almost 4 years old now. Fix the logic in Uses/ghostscript.mk so "agpl" is treated as a real version on its own instead of as a variant of other versions. Fix print/ghostscript9-agpl-base to install eps2write. Update math/asymptote to 2.37 to support newer Ghostscript. PR: 208159 Exp-run by: antoine Approved by: portmgr (antoine)
* Ignore on the 9.3 i386 package builders, java seems to have issues inantoine2016-03-221-0/+4
| | | | | | | 9.3 i386 jails on the package builders Reported by: pkg-fallout MFH: 2016Q1
* - Update to 2016.2sunpoet2016-03-212-3/+3
| | | | Changes: https://pecl.php.net/package-changelog.php?package=timezonedb
* lang/expect: update to 5.45.3, bump PORTREVISION on dependent portsgahr2016-03-191-1/+1
|
* misc/mc: Multiple fixesfeld2016-03-184-4/+930
| | | | | | | | | - Fix subshell functionality for csh users - Make SFTP an option, enabled by default - Fix SIGILL on FreeBSD 9.x - Fix perl ls helper with fish shell PR: 207487, 208027, 208102, 208104
* misc/auto-multiple-choice: Update to 1.3.0feld2016-03-186-175/+53
| | | | PR: 208084
* misc/raspberrypi-userland: Update to 20160306feld2016-03-182-6/+7
| | | | | | This update also adds a DEBUG option. PR: 207790, 207097, 207102
* Change header installation location for kdelibs4-based ports.rakuco2016-03-152-21/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Install x11/kdelibs4's headers into include/kde4 instead of include (which consequently causes several other ports to have their installation paths changed too). The idea behind this is to reduce path conflicts between KDE4 ports and the upcoming KDE Frameworks 5 ports that will be installed into include/KF5. If we continue installing the KDE4 headers into include/, we can end up in a situation like this: c++ [...] -I/usr/local/include -I/usr/local/include/KF5 file.cpp If the KDE4 and KF5 versions of a port have the same headers, the KDE4 port will unintentionally be picked up first and the build will fail. Most of this huge patch is just PORTREVISION bumps, pkg-plist changes and a few patches to FooConfig.cmake files to make them look into the kde4/ subdirectory in include/. Changes which don't fit into the above are: - deskutils/kdepimlibs4: Import an upstream patch to remove some double semicolons that cause base GCC to fail. They have always been present, but since the faulty header was referenced via -isystem /usr/local/include this never caused any problems. - devel/subversion, devel/subversion18: Update patch-configure. The current kwallet changes there date back to 2011 (r272490), at a time when the build could fail when both KDE3 and KDE4 were installed. Replace those bits with a change I've submitted upstream to use the kde4-config program to determine where KDE4's headers and libraries are installed instead of assuming the headers are always in include/. Once again, huge thanks to Tobias Berner <tcberner@gmail.com> for being the first one to notice this problem when working on the KDE Frameworks 5 ports, coming up with the solution and bugging me until I had time to work on this and ask for the exp-run :-) PR: 207906 (exp-run)
* Update to tzdata2016b:edwin2016-03-153-4/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes affecting future time stamps America/Cayman will not observe daylight saving this year after all. Revert our guess that it would. (Thanks to Matt Johnson.) Asia/Chita switches from +0800 to +0900 on 2016-03-27 at 02:00. (Thanks to Alexander Krivenyshev.) Asia/Tehran now has DST predictions for the year 2038 and later, to be March 21 00:00 to September 21 00:00. This is likely better than predicting no DST, albeit off by a day every now and then. New zones Europe/Astrakhan and Europe/Ulyanovsk for Astrakhan and Ulyanovsk Oblasts, Russia, both of which will switch from +03 to +04 on 2016-03-27 at 02:00 local time. They need distinct zones since their post-1970 histories disagree. New zone Asia/Barnaul for Altai Krai and Altai Republic, Russia, which will switch from +06 to +07 on the same date and local time. Also, Asia/Sakhalin moves from +10 to +11 on 2016-03-27 at 02:00. (Thanks to Alexander Krivenyshev for the heads-up, and to Matt Johnson and Stepan Golosunov for followup.) As a trial of a new system that needs less information to be made up, the new zones use numeric time zone abbreviations like "+04" instead of invented abbreviations like "ASTT". Haiti will not observe DST in 2016. (Thanks to Jean Antoine via Steffen Thorsen.) Palestine's spring-forward transition on 2016-03-26 is at 01:00, not 00:00. (Thanks to Hannah Kreitem.) Guess future transitions will be March's last Saturday at 01:00, not March's last Friday at 24:00.
* Add teslams, an implementation in Node.js of the client-side interfacebmah2016-03-155-0/+74
| | | | | to the Tesla Model S API, along with various utilities that exercise the API.
* misc/mc: Update to 4.8.16feld2016-03-154-24/+4
| | | | | | Changelog: https://www.midnight-commander.org/wiki/NEWS-4.8.16 PR: 207959
* Deprecate ports broken for more than 6 monthsantoine2016-03-141-0/+2
|
* - Update to 2.99.1sunpoet2016-03-132-3/+6
| | | | | | | - Add LICENSE_FILE Changes: https://github.com/mime-types/ruby-mime-types/blob/mime-types-2.x/History.rdoc https://github.com/mime-types/ruby-mime-types/blob/mime-types-2.x/History-Types.rdoc
* - Update to 1.09sunpoet2016-03-132-3/+3
| | | | Changes: http://search.cpan.org/dist/Geo-GeoNames/Changes
* Sort misc/Makefile.olgeni2016-03-131-1/+1
|
* Update misc/erlang-mimerl to version 1.1.1.olgeni2016-03-132-3/+3
|
* - Update to 3.2016.0221sunpoet2016-03-122-3/+3
| | | | Changes: https://github.com/mime-types/mime-types-data/blob/master/History.md
* - Update to 1.08sunpoet2016-03-122-5/+5
| | | | | | | - Update LICENSE - Add LICENSE_FILE Changes: http://search.cpan.org/dist/Geo-GeoNames/Changes
* Unbreak on -CURRENT (taskqueue_enqueue_fast(9) removed).fjoe2016-03-112-0/+26
|
* Unbreak on -CURRENT (taskqueue_enqueue_fast(9) removed).fjoe2016-03-111-4/+15
|
* Always set the DEFAULT github DISTFILE with .tar.gz for EXTRACT_SUFX.mat2016-03-082-4/+4
| | | | | | | | | | | | Fix distinfo for the offending ports. lang/yorick's tag was moved, and the added patch was no longer needed. PR: 207644 Submitted by: mat Exp-run by by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D4268
* misc/py-tqdm: 4.0.0 -> 4.2.0pi2016-03-072-3/+3
| | | | | | | - Minor updates PR: 207757 Submitted by: Neel Chauhan <neel@neelc.org> (maintainer)
* net/guacamole-server, misc/e2fsprogs-libuuid, misc/p5-OSSP-uuid, misc/ossp-uuidpi2016-03-066-20/+56
| | | | | | | | | | | | | | Currently when requiring both ossp-uuid and e2fspogs-libuuid is an impossibility without the use of a jail. This patch was created to fix this conflict. The patch includes updating revisions for removal of CONFLICTS, and change LIBDEPEND change for all affected ports. The changes on ossp-uuid port includes renaming of the shared/static libs created, C/C++ manpage, and rename of pkgconfig file. PR: 207004 Submitted by: Ultima1252@gmail.com Approved by: vd
* - Update to 20160303sunpoet2016-03-062-3/+3
| | | | Changes: http://people.FreeBSD.org/~sunpoet/usbids-20160303.diff
* - Update to 20160227sunpoet2016-03-062-3/+3
| | | | Changes: http://people.FreeBSD.org/~sunpoet/pciids-20160227.diff
* Update to 1.0.5.rakuco2016-02-292-3/+3
| | | | | PR: 207020 Submitted by: Neel Chauhan <neel@neelc.org> (maintainer)
* - Update to 1.07wen2016-02-243-29/+50
| | | | | | PR: 207403 Submitted by: dereckson@espace-win.org Approved by: maintainer
* Update iso-codes to 3.65.kwm2016-02-192-3/+3
|
* - Improve Makefiledanilo2016-02-172-4/+4
| | | | Suggested by: mat
* - Update to 3.0.11danilo2016-02-163-9/+16
| | | | | | | | - Address CVE-2014-9765 PR: 207174 Submitted by: junovitch MFH: 2016Q1
* Welcome php 7.0.3miwi2016-02-152-0/+11
| | | | | | | | | | | | | | | | | Changelog: http://php.net/ChangeLog-7.php#7.0.0 http://php.net/ChangeLog-7.php#7.0.1 http://php.net/ChangeLog-7.php#7.0.2 http://php.net/ChangeLog-7.php#7.0.3 I'd like to thanks: Kurt Jaeger Matthias Breddin Rainer Duffner Victor van Vlaardingen Torsten Zuehlsdorff Franco Fichtner and all helpers and testers from ports@.
* Remove PHP 5.4 from the Ports Tree, it expired upstream in 2015-Q3 and therene2016-02-152-11/+0
| | | | | | | | | | ports expired last month. Adjust Mk/bsd.php.mk Reviewed by: antoine, marino Approved by: portmgr (antoine) Differential Revision: https://reviews.freebsd.org/D5278
* The FreeBSD GNOME team proudly presents GNOME 3.18 for FreeBSD.kwm2016-02-156-169/+640
| | | | | | | | | | | | | | | | | | | | | The offical GNOME 3.18 release notes can be found at https://help.gnome.org/misc/release-notes/3.18/ This update doesn't contain the glib/gtk c++ bindings which will be done in a another update due to the requirement on c++11 and the amount of fallout this probably will give. GDM is still at version 3.16 due to some issues. Bump mate-themes to use the gtk 3.18 version of the themes. Thanks to Antoine Brodin for running the exp-runs. This release was made possible by the following people: Gustau Perez Ting-Wei_Lan PR: 207006
* Change WWW line of ports that point to my web site, which is now served overrene2016-02-141-1/+1
| | | | | | HTTPS. While here, regenerate patch for lang/bf2c to pet portlint.
* misc/iselect: USES+= ncurses, respect LDFLAGSmarino2016-02-131-2/+4
| | | | Also link with ncurses, not curses
* Update to 0.8.1.rakuco2016-02-123-6/+8
| | | | | PR: 206971 Submitted by: mp39590@gmail.com (maintainer)
* Update to r48156 of the FreeBSD docset (a.k.a. 10.3-R version)blackend2016-02-116-11/+5
| | | | Approved by: doceng (implicit)
* - Update to 0.3.2miwi2016-02-102-4/+3
| | | | | PR: 206791 Submitted by: maintainer
* - Update to 2.3.0miwi2016-02-102-4/+3
| | | | | PR: 206790 Submitted by: maintainer
* Mark DEPRECATED, expire in one month.rakuco2016-02-101-0/+3
| | | | | This port has been obsoleted since the beginning of 2014 when the KDE4 ports moved from ${LOCALBASE}/kde4 to ${LOCALBASE}.
* misc/py-tqdm: 3.7.1 -> 4.0.0pi2016-02-052-3/+3
| | | | | | | | | | | | | | | | | Changes: automate nested deprecate nested add manual override control with position documentation and example updates, coverage and tests make leave==True by default (was False) update(n<1) raises error sanitise and update examples and README fix setup.py encoding error remove py32 from Travis changelog more accessible from README PR: 206817 Submitted by: Neel Chauhan <neel@neelc.org> (maintainer)
* - Switch to cmake outsource build to not install unneeded directoriesamdmi32016-02-042-13/+2
| | | | | Approved by: portmgr blanket MFH: 2016Q1 (blanket)
* - Update to 2016.1sunpoet2016-02-042-4/+5
| | | | | | | | | - Fix LICENSE - Add LICENSE_FILE Changes: https://pecl.php.net/package-changelog.php?package=timezonedb PR: 206884 Submitted by: Gasol Wu <gasol.wu@gmail.com>
* misc/estic: document ncurses requirement (USES+=ncurses)marino2016-02-032-9/+9
| | | | | | Also link with libncurses, not libtermcap approved by: infrastructure blanket
* misc/ytree: document ncurses rqmt (USES+=ncurses), respect LDFLAGSmarino2016-02-031-0/+2
| | | | approved by: infrastructure blanket
* misc/window: document ncurses requirement (USES+=ncurses)marino2016-02-031-0/+2
| | | | | | link to libncurses, not libtermcap approved by: infrastructure blanket
* misc/pdmenu: document ncurses requirement (USES+=ncurses)marino2016-02-031-2/+2
| | | | Also link with libncurses, not libcurses
* misc/nsf: document ncurses rqmt (USES+=ncurses), respect LDFLAGSmarino2016-02-031-0/+2
|
* misc/linm: document ncurses requirement (USES+=ncurses)marino2016-02-031-1/+1
|
* misc/mdp: document ncurses requirement (USES+=ncurses)marino2016-02-031-1/+1
| | | | approved by: infrastructure blanket
* misc/lv: document ncurses requirement (USES+=ncurses)marino2016-02-031-0/+1
|
* misc/lr: document ncurses requirement (USES+=ncurses)marino2016-02-031-0/+1
| | | | approved by: infrastructure blanket
* misc/lifelines: document ncurses requirement (USES+=ncurses)marino2016-02-031-1/+1
| | | | approved by: infrastructure blanket
* misc/ipbt: document ncurses rqmt (USES+=ncurses), respect LDFLAGSmarino2016-02-031-1/+2
| | | | approved by: infrastructure blanket
* misc/gnuit: document ncurses requirement (USES+=ncurses)marino2016-02-031-0/+1
| | | | approved by: infrastructure blanket
* misc/gnu-watch: document ncurses requirement (USES+=ncurses)marino2016-02-031-0/+1
| | | | approved by: infrastructure blanket
* misc/dvorakng: document ncurses requirement (USES+=ncurses)marino2016-02-031-1/+1
|
* misc/dvorak7min: document ncurses requirement (USES+=ncurses)marino2016-02-031-0/+2
| | | | Also link with libncurses instead of libcurses
* misc/delay: document ncurses requirement (USES+=ncurses)marino2016-02-032-0/+30
| | | | approved by: infrastructure blanket
* misc/display: document ncurses requirement (USES+=ncurses)marino2016-02-031-0/+1
| | | | approved by: infrastructure blanket
* misc/deco: document ncurses requirement (USES+=ncurses)marino2016-02-031-2/+1
|
* misc/cmatrix: document ncurses requirement (USES+=ncurses)marino2016-02-031-1/+1
|
* misc/cave: document ncurses requirement (USES+=ncurses)marino2016-02-031-0/+2
| | | | Switch from libcurses to libncurses too.
* Bump minimal python3 version to 3.3 in USESrm2016-02-032-2/+2
| | | | | | Because we are going to remove python 3.2 from the ports tree With hat: python
* Update with latest patches.des2016-01-292-5/+5
|
* Update with latest patches.des2016-01-292-5/+5
|
* Upgrade misc/elixir-uuid to version 1.1.3.olgeni2016-01-262-3/+3
|
* Update Qt5 to 5.5.1.rakuco2016-01-253-0/+219
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is the latest stable release at time of writing. Release announcement: http://blog.qt.io/blog/2015/07/01/qt-5-5-released/ New features in Qt 5.5: https://wiki.qt.io/New_Features_in_Qt_5.5 As usual, huge thanks to Tobias Berner (tcberner@gmail.com) for all his work on these ports in kde@'s experimental area51 repository. He's the one who started the update and did a lot of the initial work on Qt 5.5. Ralf Nolden (nolden@kde.org) has contributed the initial version of most of our new Qt5 ports. Also thanks to Yuri Victorovich (yuri@rawbw.com) for contributing PR 205805 with his own patch for the 5.5.1 update. Some of his changes there prompted additional fixes and changes present in the final patch generated from our experimental repository. New ports: - comms/qt5-connectivity, comms/qt5-sensors, devel/qt5-location, graphics/qt5-3d, net/qt5-enginio, x11-toolkits/qt5-canvas3d, x11-toolkits/qt5-uiplugin. General changes in all Qt5 ports: - All Qt5 ports are now built with -Wl,--as-needed to avoid overlinking, which is a problem with qmake-based because the libraries passed to the linker come from the modules .pri files and many are not necessary. - With this change, several ports had their USE_QT5 lines adjusted to explicitly include some libraries that were pulled in implicitly, and to exclude libraries no longer required with -Wl,--as-needed. Changes in specific ports: - devel/qt5: Drop the SQL_PLUGINS and TOOLS options and depend on all Qt5 ports by default. It makes the Makefile much simpler, and those options were already on by default. - devel/qt5-core: The clang+base libstdc++ workaround has been expanded and more C++11 features have been disabled when that combination is used by a port (basically, FreeBSD 9 with USES=compiler:c++11-lang). The disabled features have explanations for why they were disabled in the patched header itself. - devel/qt5-designer: uiplugins has been split out following a similar change upstream. By depending on qt5-uiplugin, qt5-uitools avoids having to depend on the big qt5-designer port. - multimedia/qt5-multimedia: The port now uses GStreamer 1.0 instead of 0.10. - net/qt5-network: The port now depends on libproxy for proxy settings. Using libproxy allows proxy settings to be read from different sources, and also allows .pac files to work with Qt. - www/qt5-webkit: The port now uses GStreamer 1.0 instead of 0.10. PR: 205805 PR: 206435
* Update to r48074 of the FreeBSD docset.blackend2016-01-2415-12/+53
| | | | Approved by: doceng (implicit)
* - Update to 0.3.1sunpoet2016-01-232-4/+4
| | | | | | | | - Pass maintainership to ruby@ Changes: https://github.com/minad/mimemagic/commits/master PR: 206493 Submitted by: Michael Fausten <ports@michael-fausten.de> (maintainer)
* Update poppler to 0.40.0. [1]kwm2016-01-222-1/+2
| | | | | | | | | Add patches to py-poppler [2] and rubygem-poppler [3] to fix the build of these ports with poppler 0.39+. PR: 206293 [1] Submitted by: olivierd@ [1] Obtained from: ubuntu [2], rubygem-poppler upstream [3]
* - Update to 3.4.3lme2016-01-213-5/+3
| | | | | PR: 206437 Submitted by: w.schwarzenfeld@aon.at
* - Reassign milki@'s ports after his commit bit was taken in for safekeepingculot2016-01-203-3/+3
|
* - Add PORTSCOUTsunpoet2016-01-201-0/+2
|
* - Update to 0.1.3sunpoet2016-01-203-7/+6
| | | | | | - Update MASTER_SITES Changes: http://bazaar.launchpad.net/~metalink-dev/libmetalink/trunk/view/head:/NEWS
* - Fix path: change from /usr/games/lib/figlet to PREFIX/share/figletsunpoet2016-01-191-1/+5
| | | | | | | - Bump PORTREVISION for package change PR: 205824 Submitted by: rodrigo
* - Add LICENSE_FILEsunpoet2016-01-191-1/+1
| | | | Approved by: portmgr (blanket)
* - Update to 2.1.0sunpoet2016-01-192-3/+4
| | | | | | - Add LICENSE_FILE Changes: https://github.com/bkeepers/dotenv/blob/master/Changelog.md
* - Update to 20160116sunpoet2016-01-192-3/+3
| | | | Changes: http://people.FreeBSD.org/~sunpoet/pciids-20160116.diff
* Use @samplebapt2016-01-191-3/+1
|
* - Update to 0.103011sunpoet2016-01-172-5/+4
| | | | | | | - Add NO_ARCH Changes: http://search.cpan.org/dist/Software-License/Changes Sponsored by: PortsCamp Taiwan
* - Update to 0.006sunpoet2016-01-172-3/+5
| | | | | | | - Mark DEPRECATED Changes: http://search.cpan.org/dist/Geo-Coder-Geocoder-US/Changes Sponsored by: PortsCamp Taiwan
* - Update to 3.7.1miwi2016-01-152-3/+3
| | | | | PR: 206218 Submitted by: maintainer
* - Remove unused USE_* knobs:ak2016-01-131-3/+3
| | | | | | | | | | | | | | | | | | | | databases/mysql57-server games/kajongg textproc/ruby-htree - Fix typos in USE_* knobs: graphics/fortytwo math/hexcalc misc/gnustep-examples www/h2o - Remove unused BROKEN_alpha knob: devel/directfb - Remove user-settable knob: multimedia/tovid Approved by: portmgr blanket
* Convert LICENSE= "GPLxx # or later" to "GPLxx+"amdmi32016-01-1327-27/+27
| | | | Approved by: portmgr blanket
* Update to 2.3.11.rakuco2016-01-123-5/+5
|
* - Update to 0.21olivierd2016-01-122-3/+5
| | | | | | | | - Add LICENSE blob PR: 206079 Submitted by: myself Approved by: makc@ (maintainer)
* - Update to 4.6.0miwi2016-01-103-8/+6
| | | | | PR: 206068 Submitted by: maintainer
* Simple Python Progress Metermiwi2016-01-104-0/+27
| | | | | | | WWW: https://www.github.com/tqdm/tqdm PR: 205783 Submitted by: neel@neelc.org
* - Clarify LICENSEamdmi32016-01-081-16/+12
| | | | | | - Add NO_ARCH - Switch to options helpers - Simplify docs handling
* Unmark BROKEN.rakuco2016-01-061-1/+0
| | | | `make fetch' works fine, and `make checksum' passes.
* - Clarify LICENSEamdmi32016-01-041-1/+6
| | | | | - Add LICENSE_FILE - Switch to options helpers
* - Switch to options helpersamdmi32016-01-041-2/+2
|
* - Clarify LICENSEamdmi32016-01-041-1/+6
| | | | | - Add LICENSE_FILE - Switch to options helpers
* - Mark python:3.2 as minimummiwi2016-01-032-2/+4
| | | | Submitted by: maintainer via irc
* - Add LICENSEamdmi32016-01-031-1/+5
| | | | | - Add NO_ARCH - Switch to options helpers
* - Sort SUBDIRssunpoet2016-01-031-2/+2
|
* A tool to query the SPDX license list. Use the binary `spdx-lookup`.miwi2016-01-024-0/+26
| | | | | | | WWW: https://github.com/bbqsrc/spdx-lookup-python PR: 205724 Submitted by: Brendan Molloy <brendan+freebsd@bbqsrc.net>
* A Python module incorporating an interface to the SPDX license database.miwi2016-01-024-0/+27
| | | | | | | | | | This library serves purely as a holder for the database that can be found on the SPDX website <https://spdx.org/licenses/>. WWW: https://github.com/bbqsrc/spdx-python PR: 205723 Submitted by: Brendan Molloy <brendan+freebsd@bbqsrc.net>
* misc/exercism: update to 2.2.3swills2016-01-022-7/+19
|
* Remove perl5.16-specific bits from perl@ ports. While here, sortadamw2016-01-022-10/+4
| | | | plists as necessary.
* Remove expired ports:rene2016-01-0213-1265/+0
| | | | | | | | 2016-01-01 multimedia/spotify-websocket-api: login fails due to protocol changes 2016-01-01 net-mgmt/unifi2: Unifi 2.x is EoL. Please upgrade to net-mgmt/unifi3 2016-01-01 misc/kde4-l10n-th: Upstream ceased maintainance of this translation 2016-01-01 misc/kde4-l10n-tg: Upstream ceased maintainance of this translation 2016-01-01 misc/kde4-l10n-si: Upstream ceased maintainance of this translation
* - Add LICENSEamdmi32015-12-311-2/+9
| | | | | | - Switch to USES=tar - Add NO_ARCH - Switch to options helpers
* - Switch to options helpersamdmi32015-12-312-12/+6
| | | | - Fix plist for WITH=SMB
* - Clarify LICENSEamdmi32015-12-311-2/+7
| | | | | - Add NO_ARCH - Switch to options helpers
* - Clarify LICENSEamdmi32015-12-312-5/+7
| | | | | - Switch to options helpers - Regenerate patches with `make makepatch`
* - Add LICENSEamdmi32015-12-311-3/+8
| | | | | - Remove unneeded eval's - Switch to options helpers
* - Add LICENSE_FILEamdmi32015-12-312-17/+2
| | | | | - Add NO_ARCH - Drop unneeded @dirs from plist
* Update to upstream version 1.0.4riggs2015-12-292-3/+3
| | | | | PR: 205685 Submitted by: neel@neelc.org (maintainer)
* - Add LICENSE_FILEamdmi32015-12-291-1/+2
| | | | - Switch to options helpers
* - Add LICENSEamdmi32015-12-271-3/+8
| | | | - Switch to options helpers
* - Switch to options helpersamdmi32015-12-272-8/+10
| | | | - Regenerate patches with `make makepatch`
* - Update to 20151217sunpoet2015-12-262-3/+3
| | | | Changes: http://people.FreeBSD.org/~sunpoet/usbids-20151217.diff
* - Update to 20151224sunpoet2015-12-262-3/+3
| | | | Changes: http://people.FreeBSD.org/~sunpoet/pciids-20151224.diff
* - Add LICENSEamdmi32015-12-251-0/+4
| | | | - Switch to options helpers
* - Remove NO_BUILDmiwi2015-12-241-1/+0
| | | | Reported by: ak
* - Switch to options helpersamdmi32015-12-232-6/+3
|
* - USES=metaport [1]miwi2015-12-221-5/+1
| | | | | | | | | - While here remove old gruft PR: 201535 [1] Submitted by: Andriy Voskoboinyk Approved by: mat (mentor); maintainer timeout Differential Revision: D4657
* - Update to 4.5.15sunpoet2015-12-223-6/+9
| | | | | | | | - Add LICENSE Changes: http://git.savannah.gnu.org/cgit/findutils.git/tree/NEWS PR: 205428 Submitted by: Klaus Aehlig <aehlig@linta.de> (maintainer)
* - Update to 2.010sunpoet2015-12-222-4/+7
| | | | | | - Add NO_ARCH Changes: http://search.cpan.org/dist/Business-ISBN/Changes
* Adopt misc/boxes, unbreak and upgrade to 1.1.2.olgeni2015-12-212-13/+10
|
* - Switch to options helpersamdmi32015-12-211-0/+3
|
* - Switch to options helpersamdmi32015-12-211-3/+5
| | | | - Use proper command for library installation
* misc/py-powerline-status: create portswills2015-12-204-0/+23
| | | | | | | | Powerline is a statusline plugin for vim, and provides statuslines and prompts for several other applications, including zsh, bash, tmux, IPython, Awesome, i3 and Qtile. WWW: https://github.com/powerline/powerline
* Upgrade misc/elixir-uuid to version 1.1.2.olgeni2015-12-202-3/+3
|
* Upgrade misc/erlang-mimerl to version 1.1.0.olgeni2015-12-182-3/+3
|
* Update to r47846 of the FreeBSD docset.blackend2015-12-186-13/+6
| | | | Approved by: doceng (implicit)
* Fix usage of ${PERL5}.mat2015-12-183-14/+13
| | | | | | | | | | | | | | ${PERL5} points to a specific version of perl, say, perl5.22.1, it is fine to use it in a ports Makefile to do Perly things, but ports using it must use ${PERL}, that points to /usr/local/bin/perl so that if the minor version is updated, the shebang keep working. While there, make some ports use shebangfix, regen a few patches, and bump PORTREVISION where a shebang went from PERL5 to PERL. PR: 205367 With hat: portmgr Sponsored by: Absolight
* - remove BROKENdinoex2015-12-161-4/+4
| | | | | | - fix dependecies - option FREETYPE is no longer default - option FREETYPE and XFT now conflicting
* - Update to 1.0.3miwi2015-12-152-3/+3
| | | | | | | PR: 205288 Submitted by: maintainer Approved by: bapt (mentor) Differential Revision: D4565
* At very long last land PyQt5 5.5.1 ports.rakuco2015-12-147-0/+3348
| | | | | | | | | | | | Add the required bits to Uses/pyqt.mk along with all the PyQt5 ports. Thankfully this commit is mostly adding new ports, as the hard work was already done in r403297 and r403662. Huge kudos to Tobias Berner <tcberner@gmail.com> and, most importantly, Guido Falsi (madpilot@) for their initial work on these ports (see D2910 in Phabricator for an earlier version of the PyQt5 patch set). PR: 204672
* Properly all compileall.py.rakuco2015-12-142-3/+312
| | | | | | | Do it like we already do in devel/py-qt4-core: call compileall.py with -d so that the .pyc and .pyo files do not have ${STAGEDIR} in them. While at it, also call python with -O to generate .pyo files.
* Update PyQt4 to 4.11.4, SIP to 4.17 and QScintilla2 to 2.9.1.rakuco2015-12-133-11/+8
| | | | | | | | | | | | | | | | | | | | | | | Bring in some long overdue updates, some of which are required for us to later land the PyQt5 ports. One big change with this update is that the PyQt4 ports now install their .sip files into share/py-sip/PyQt4 instead of share/py-sip. This way we do not end up with directories like share/py-sip/QtCore, which are especially confusing once PyQt5 lands and starts installing files with the same names. Other noteworthy items: - PORTREVISION has been bumped on ports depending on devel/qscintilla2 because libqscintilla2.so's SOVERSION has changed. - graphics/seexpr has been converted to USE_PYQT, as the file it used to define a build-time dependency on x11-toolkits/py-qt4-gui has moved. Once again, big thanks to Tobias Berner <tcberner@gmail.com> and Guido Falsi (madpilot@) for their initial work on these ports as part of the effort to land PyQt5 into the tree (see D2910 in Phabricator for an earlier version of the PyQt5 patch set). PR: 205143
* Update iso-codes to 3.63.kwm2015-12-122-3/+3
|
* Update shared-mime-info to 1.5.kwm2015-12-123-3/+4
|
* Update freetype2 to 2.6.2. [1]kwm2015-12-111-0/+2
| | | | | | | | | | | Mark magicpoint broken, maintainer is notified. Exp-runs run by antoine@ This version also fixes shadowing of TYPEOF in ftconfig.h [2] PR: 203554 [1], 202083 [2] Submitted by: rhurlin@gwdg.de [2]
* - Update to 1.06sunpoet2015-12-092-3/+3
| | | | Changes: http://search.cpan.org/dist/Geo-GeoNames/Changes
* - Switch to options helpersamdmi32015-12-092-11/+8
| | | | - Switch from makefile echo's to pkg-message
* PyQt: Replace bsd.pyqt.mk with Uses/pyqt.mk.rakuco2015-12-092-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | In preparation for landing PyQt5 ports, generalize devel/py-qt4's bsd.pyqt.mk and make it a proper file in Uses/. Ports wishing to depend on PyQt4 ports can now do the following: USES= pyqt:4 USE_PYQT= foo bar_build baz_run Other changes include the renaming of the PYQT4_DIST variable to PYQT_DIST and the introduction of the PYQT_SIPDIR plist substitution variable. The rest of the contents of Uses/pyqt.mk are pretty much identical to what we had in bsd.pyqt.mk with additional processing of USE_PYQT. Even though this patch touches files in many different ports, the goal is for it to be a no-op from an end-user perspective (so that the basic infrastructure is landed before the other, riskier changes): no dependencies have been changed, PyQt/SIP/QScintilla have not been upgraded and the plists should remain exactly the same, since PYQT_SIPDIR currently contains the same value that used to be hardcoded in the plists. Huge thanks to Guido Falsi (madpilot@) for spearheading most of the work: he took the initiative to work on PyQt5 and sent D2910 to Phabricator with the original version of this patch. Tobias Berner (tcberner@gmail.com) later applied it to kde@'s experimental area51 repositories and did some more work on it.
* Update to 0.20olivierd2015-12-082-3/+3
| | | | | | PR: 205059 Submitted by: myself Approved by: makc@ (maintainer)
* Upgrade misc/erlang-mimerl to version 1.0.2.olgeni2015-12-072-3/+3
|
* py-qt4-demo: Fix runtime dependency list.rakuco2015-12-071-1/+2
| | | | | | | r344123 broke it by replacing RUN_DEPENDS with PYQT4_RUN_DEPENDS. The latter has no meaning, so the port stopped depending on all other PyQt4 ports. MFH: 2015Q4
* - Update to 20151205sunpoet2015-12-072-3/+3
| | | | Changes: http://people.FreeBSD.org/~sunpoet/pciids-20151205.diff
* - Update to 2015.7sunpoet2015-12-072-3/+3
| | | | Changes: https://pecl.php.net/package-changelog.php?package=timezonedb
* FPC ecosystem: Upgrade version 2.6.4 => 3.0.0marino2015-12-062-21/+2
| | | | | | | | | | | | | This is the first major release of FreePascal in nearly four years. There are a ton of new features, way more to list here. see: http://wiki.freepascal.org/FPC_New_Features_3.0 Several new unit ports were added, some were contracted. Most of those were absorbed into the main FPC packages, but two units are no longer supported: sndfile and matroshka. All 99 remaining ports (including Lazarus ports) were build tested on FreeBSD i386 and amd64 Release 10.2
* - Update to 2.99sunpoet2015-12-043-4/+4
| | | | | | - Update WWW Changes: https://github.com/mime-types/ruby-mime-types/blob/master/History.rdoc
* - Add rubygem-mime-types-data 3.2015.1120sunpoet2015-12-044-0/+29
| | | | | | | | | mime-types-data provides a registry for information about MIME media type definitions. It can be used with the Ruby mime-types library or other software to determine defined filename extensions for MIME types, or to use filename extensions to look up the likely MIME type definitions. WWW: https://github.com/mime-types/mime-types-data
* Update giflib to 5.1.1antoine2015-12-041-1/+1
| | | | PR: 204492
* - Update 20140224amdmi32015-12-023-12/+19
| | | | | | | | - While here, add LICENSE PR: 187001 Submitted by: darius@dons.net.au Approved by: maintainer timeout (uffe@uffe.org, 9 months)
* Previous commit picks not so latest Swiss Ephemeris, update to SWE 2.04ache2015-12-022-3/+3
|
* Unbreak port, update to the latest version of Swiss Ephemerisache2015-12-022-42/+40
| | | | | (It does not require any patching, who mark the port BROKEN can easily do it by yourself)
* When building with FAST_DEPEND, don't use -MP as the port has a 'version.h::'bdrewery2015-12-011-1/+1
| | | | dependency which conflicts with the 'version.h:' dependency that -MP generates.
* Update to r47441 of the FreeBSD docset.blackend2015-11-3019-32/+35
| | | | Approved by: doceng (implicit)
* - Add p5-Geo-GeoNames 1.05sunpoet2015-11-295-0/+47
| | | | | | | | | | | | | | | | | | | | Geo::GeoNames provides a perl interface to the webservices found at [1]. That is, given a given placename or postalcode, the module will look it up and return more information (longitude, lattitude, etc) for the given placename or postalcode. Wikipedia lookups are also supported. If more than one match is found, a list of locations will be returned. Before you start, get a free GeoNames account and enable it for access to the free web service: - Get an account [2] - Respond to the email - Login and enable your account for free access [3] [1] http://api.geonames.org/ [2] http://www.geonames.org/login [3] http://www.geonames.org/enablefreewebservice WWW: http://search.cpan.org/dist/Geo-GeoNames/
* - Take Maintainershipmiwi2015-11-262-2/+2
| | | | Approved by: mat (mentor)
* misc/mc: fix - delete patch obsolete after 4.8.15 updaterobak2015-11-251-11/+0
| | | | | | PR: 204724 Submitted by: Boris Korzun <drtr0jan@yandex.ru> Approved by: portmgr (blanket)
* misc/mc: update 4.8.14 -> 4.8.15robak2015-11-253-28/+15
| | | | | | | - Rewrite port options code PR: 204724 Submitted by: Ben Woods <woodsb02@gmail.com> (maintainer)
* - Clarify LICENSEamdmi32015-11-232-4/+2
| | | | - Cosmetic fixes