aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 2.3-4TAKATSU Tomonari2015-11-083-4/+4
| | | | | | | - Update WWW in pkg-descr Notes: svn path=/head/; revision=401043
* graphics/p5-feedgnuplot: 1.34 -> 1.35Kurt Jaeger2015-11-082-3/+3
| | | | | | | | | | | | | - replaced a 'say' with 'print'. Should work better with ancient perls - an "exit" command now has effect even with triggered-only replotting - More sophisticated handling of termination conditions: o Without --exit, we always end up with an interactive plot when the input data is exhausted or when the user sends a ^C to the pipeline o When streaming, the first ^C does not kill feedgnuplot - Removed threading Notes: svn path=/head/; revision=401042
* - Update to 0.6.200.2.0TAKATSU Tomonari2015-11-082-3/+3
| | | | Notes: svn path=/head/; revision=401041
* - Update to 0.5.1TAKATSU Tomonari2015-11-082-3/+3
| | | | Notes: svn path=/head/; revision=401040
* devel/soapui: 5.2.0 -> 5.2.1Kurt Jaeger2015-11-083-6/+6
| | | | | | | | Changes: http://www.soapui.org/news/SoapUI-5-2-1-Released.html Notes: svn path=/head/; revision=401039
* - Update to 0.8TAKATSU Tomonari2015-11-082-3/+3
| | | | Notes: svn path=/head/; revision=401038
* ports-mgmt/portscout: Add GitHub and PyPI site handlers & MORE!Kubilay Kocak2015-11-0810-34/+568
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Over the past several months portscout.freebsd.org appears to have been more frequently NOT finding updates, particularly for ports that use CHEESESHOP (PyPI) as their MASTER_SITES. Portscout has also never worked for ports using GitHub for distribution files due to the following: a) Portscout, prior to 'guessing', requests a randomly named file from the Site and expects a 4xx (404) in response. If it doesn't receive a 4xx response, it increments a 'lie counter' and does not check the site again in the next run. b) The GitHUB handlers (SUBDIR/MASTER_SITES) in bsd.sites.mk construct a URL that ends in a a dummy query paramater (for the filename), so that fetch saves the correct filename to DISTDIR. This means for any DISTFILE name provided, a 200 OK response is returned These two factors unfortunately leave us in a position where there is no good way to workaround this in the ports framework, including overriding DISTFILES, DISTNAME, FETCH_ARGS, or the SUBDIR URL itself for various reasons (not matching distinfo, file conflicts in DISTDIR, etc) Fortunately, the portroach project (OpenBSD's fork of portscout) contains a site handler for GitHub and PyPI (among others) already [1]. These site handlers use API endpoints at GitHub and PyPI that respond JSON respectively, providing a faster and more accurate way to determine the latest version of a package, without having to go through the 'guessing' process. This commit: - Adds GitHub and PyPI site handlers, and modifies or extends them to accept/match our MASTER_SITES URL's. - Adds authenticated API request support and two settings for the GitHub site handler - Add p5-JSON to RUN_DEPENDS (needed by new site handlers) - Add HTTPS option for supporting https:// MASTER_SITES. Currently portscout does not check (fails) https:// MASTER_SITES [2] - Take MAINTAINER'ship - Adds badly needed logging/debugging messages to key parts of the process retaining the conditional logic that ties the verbosity to "quiet" or "debug" portscout.conf settings. - Renables the SQLITE3 option (previously commented out) and renames it to SQLITE (the standard, as per bsd.options.desk.mk) - Creates a DATABASE option group allowing either/or SQLITE or POSTGRESQL to be selected - Switches option conditionals where possible to options helpers - Backport a fix for maintainer matching/mapping [3] - Adds LICENSE (BSD2CLAUSE) - Updates and sorts pkg-plist This change was tested again ports maintained by me, and resulted in 'new versions' being found and reported for 42 of my ports (of 123). [1] https://github.com/jasperla/portroach/tree/master/Portroach/SiteHandler [2] Reported by: truckman [3] https://github.com/jasperla/portroach/commit/2f6ee134ddc178f74688b37b986b66ecb0481782 PR: 203996 Approved by: maintainer (timeout, 15 days) Differential Revision: https://reviews.freebsd.org/D3996 Notes: svn path=/head/; revision=401037
* - Update to 1.2.1TAKATSU Tomonari2015-11-082-3/+3
| | | | Notes: svn path=/head/; revision=401036
* - Update to 1.1.71TAKATSU Tomonari2015-11-083-4/+7
| | | | | | | - Update WWW in pkg-descr Notes: svn path=/head/; revision=401035
* - Add new port: science/R-cran-etmTAKATSU Tomonari2015-11-084-0/+24
| | | | | | | | | | Matrix of transition probabilities for any time-inhomogeneous multistate model with finite state space WWW: https://cran.r-project.org/web/packages/etm/ Notes: svn path=/head/; revision=401034
* devel/antlr4: small fixesKurt Jaeger2015-11-081-2/+0
| | | | | | | | | | - remove unneeded bsd.port.options.mk - fix properties in antlr.sh.in Submitted by: junovitch Notes: svn path=/head/; revision=401033
* - Add new port: science/R-cran-cmprskTAKATSU Tomonari2015-11-084-0/+28
| | | | | | | | | | | | | | Estimation, testing and regression modeling of subdistribution functions in competing risks, as described in Gray (1988), A class of K-sample tests for comparing the cumulative incidence of a competing risk, Ann. Stat. 16:1141-1154, and Fine JP and Gray RJ (1999), A proportional hazards model for the subdistribution of a competing risk, JASA, 94:496-509. WWW: https://cran.r-project.org/web/packages/cmprsk/ Notes: svn path=/head/; revision=401032
* Upgrade databases/elixir-calecto to version 0.4.2.Jimmy Olgeni2015-11-082-3/+3
| | | | Notes: svn path=/head/; revision=401030
* devel/rubygem-pry: use devel/rubygem-slop3Michael Moll2015-11-082-13/+2
| | | | | | | PR: 204339 Notes: svn path=/head/; revision=401029
* new port: devel/rubygem-slop3Michael Moll2015-11-074-0/+27
| | | | | | | | PR: 204338 Submitted by: Nick Hilliard <nick@foobar.org> Notes: svn path=/head/; revision=401028
* www/joomla{15,25}: mark FORBIDDEN and DEPRECATEDJason Unovitch2015-11-072-0/+8
| | | | | | | | | | | | | | | | | | | | Joomla 1.5 was end of life in September 2012 Joomla 2.5 was end of life in December 2014 Reference: https://docs.joomla.org/What_version_of_Joomla!_should_you_use PR: 203995 Submitted by: Torsten Zuhlsdorff <ports@toco-domains.de> (original patch) Approved by: maintainer timeouts (2 weeks) Security: CVE-2014-6632 Security: CVE-2014-7228 Security: CVE-2014-7229 Security: https://vuxml.FreeBSD.org/freebsd/cec4d01a-7ac5-11e5-b35a-002590263bf5.html Security: https://vuxml.FreeBSD.org/freebsd/beb3d5fc-7ac5-11e5-b35a-002590263bf5.html MFH: 2015Q4 Notes: svn path=/head/; revision=401027
* - Remove useless IGNORE for FreeBSD < 9.1Dmitry Marakasov2015-11-071-8/+2
| | | | | | | | | - Fix manpage installation, use MANPREFIX Approved by: portmgr blanket Notes: svn path=/head/; revision=401026
* - Take maintainershipThomas Zander2015-11-072-4/+20
| | | | | | | | | - Provide target for 'make test': Use bundled rust regression test suite - Use bundled LLVM for now: Built with it, rust passes more regression tests - Bump PORTREVISION Notes: svn path=/head/; revision=401025
* games/openra: forgotten bump PORTREVISION after r401023Jan Beich2015-11-071-0/+1
| | | | | | | | MFH: 2015Q4 X-MFH-With: r401023 Notes: svn path=/head/; revision=401024
* games/openra: update GeoLite2 to November snapshotJan Beich2015-11-071-2/+2
| | | | | | | MFH: 2015Q4 Notes: svn path=/head/; revision=401023
* new port: textproc/rubygem-jekyll-sitemapMichael Moll2015-11-074-0/+25
| | | | | | | | | A Jekyll plugin generating sitemaps.org compliant sitemaps for Jekyll sites. WWW: https://github.com/jekyll/jekyll-sitemap Notes: svn path=/head/; revision=401022
* new port: textproc/rubygem-jekyll-feedMichael Moll2015-11-074-0/+25
| | | | | | | | | A Jekyll plugin to generate an Atom (RSS-like) feed of Jekyll posts. WWW: https://github.com/jekyll/jekyll-feed Notes: svn path=/head/; revision=401021
* Enable profiles support.Sergey A. Osokin2015-11-074-2/+74
| | | | | | | | | Bump PORTREVISION. PRs: 171372, 179551 Notes: svn path=/head/; revision=401020
* devel/rubygem-rubocop: update to 0.35.0Michael Moll2015-11-072-5/+5
| | | | Notes: svn path=/head/; revision=401018
* Update to 4.3Grzegorz Blach2015-11-073-11/+19
| | | | Notes: svn path=/head/; revision=401017
* Add new port: devel/py-backports_abcGrzegorz Blach2015-11-074-0/+24
| | | | | | | A backport of recent additions to the 'collections.abc' module. Notes: svn path=/head/; revision=401016
* Update to upstream release 3.9.2Thomas Zander2015-11-072-3/+3
| | | | | | | | PR: 204318 Submitted by: pavelivolkov@gmail.com (maintainer) Notes: svn path=/head/; revision=401015
* Update to the 20151103 snapshot of GCC 5.Gerald Pfeifer2015-11-072-4/+3
| | | | Notes: svn path=/head/; revision=401014
* Update to version 0.0.5Pawel Pekala2015-11-0714-129/+5
| | | | | | | | PR: 204177 Submitted by: Nikola Kolev (maintainer) Notes: svn path=/head/; revision=401013
* Update to upstream version 5.22Thomas Zander2015-11-072-3/+3
| | | | | | | | PR: 204153 Submitted by: jimmy@mammothcheese.ca (maintainer) Notes: svn path=/head/; revision=401012
* Fix INDEXAntoine Brodin2015-11-071-1/+1
| | | | Notes: svn path=/head/; revision=401011
* daemonize is a command-line utility that runs a command as a Unix daemon. SeePawel Pekala2015-11-074-0/+32
| | | | | | | | | | | | the accompanying man page for full details. WWW: https://github.com/bmc/daemonize PR: 203063 Submitted by: Neel Chauhan <neel@neelc.org> Notes: svn path=/head/; revision=401010
* devel/py-pygitup: Update to 1.3.0, Rename to py-git-up (PyPI name)Kurt Jaeger2015-11-077-16/+19
| | | | | | | | | | | - Support for Python 3 has been added PR: 204266 Submitted by: pi Approved by: Maxim Filimonov <che@bein.link> Notes: svn path=/head/; revision=401009
* Update to version 3.0.7Pawel Pekala2015-11-072-4/+3
| | | | | | | | PR: 203905 Submitted by: maintainer Notes: svn path=/head/; revision=401008
* Update to version 5.8Pawel Pekala2015-11-072-4/+3
| | | | | | | | PR: 204028 Submitted by: maintainer Notes: svn path=/head/; revision=401007
* Forced commit. PR ID was 204360 not 162881Lars Engels2015-11-071-0/+1
| | | | | | | PR: 204360 Notes: svn path=/head/; revision=401006
* Update to 2.1.1Lars Engels2015-11-073-9/+10
| | | | | | | | PR: 162881 Submitted by: Enrique Ayesta Perojo Notes: svn path=/head/; revision=401005
* - Update to version 0.6, now hosted on GitHubPawel Pekala2015-11-073-21/+43
| | | | | | | | | | | | | - Add X11 option, on by default - Refresh pkg-descr, new project homepage Changelog: https://github.com/davidgiven/wordgrinder/releases/tag/0.6 PR: 203984 Submitted by: VItaly Magerya (maintainer) Notes: svn path=/head/; revision=401004
* devel/ahven: Upgrade version 2.4 => 2.6John Marino2015-11-075-53/+42
| | | | | | | | | | | | | I could not use the comfignat build system. For starters it creates a dynamic library which, when used, has troubling finding libgnarl. If I make changes to force it to build statically, the programms that link to it fail with a STORAGE ERROR. Finally I just put all the build and install steps in the port makefile and everything is working as it did with version 2.4 Notes: svn path=/head/; revision=401003
* Upgrade to 1.7.20.Vanilla I. Shu2015-11-072-3/+3
| | | | Notes: svn path=/head/; revision=401002
* - Update to version 2.2.80 [1]Pawel Pekala2015-11-073-5/+6
| | | | | | | | | | | | - Hand over maintainership to submitter - Add WWWGRP and WWWOWN to PLIST_SUB so that pmwiki directory is created with correct owner and group PR: 203998 [1] Submitted by: Torsten Zuhlsdorff [1] Notes: svn path=/head/; revision=401001
* Upgrade to 0.2.13.Vanilla I. Shu2015-11-072-3/+3
| | | | | | | | PR: 204313 Submitted by: maintainer Notes: svn path=/head/; revision=401000
* Upgrade to 20150713.Vanilla I. Shu2015-11-072-3/+3
| | | | Notes: svn path=/head/; revision=400999
* Fix grammar in entry for chinese/joe.Gerald Pfeifer2015-11-071-1/+1
| | | | Notes: svn path=/head/; revision=400998
* Package wine.1 man pages only in the 32-bit case (WINE32) since theyGerald Pfeifer2015-11-071-4/+4
| | | | | | | | | are not built as such in the 64-bit case. PR: 204227 Notes: svn path=/head/; revision=400997
* Upgrade lang/ccl to version 1.11.Jimmy Olgeni2015-11-076-10/+32
| | | | | | | | | | - Add LICENSE - Do not mute install commands - Regenerate patch-lisp-kernel_memory.c to make portlint happy - Fix whitespace in pkg-message (portlint) Notes: svn path=/head/; revision=400996
* multimedia/plexmediaserver: Update to 0.9.12.19Mark Felder2015-11-073-11/+8
| | | | | | | Changelog: https://forums.plex.tv/discussion/comment/1055798#Comment_1055798 Notes: svn path=/head/; revision=400995
* New Port: devel/antlr4Kurt Jaeger2015-11-075-0/+47
| | | | | | | | | | | | ANTLR, ANother Tool for Language Recognition, (formerly PCCTS) is a language tool that provides a framework for constructing recognizers, compilers, and translators from grammatical descriptions containing C++ or Java actions. WWW: http://www.antlr.org Notes: svn path=/head/; revision=400994
* Upgrade security/elixir-comeonin to version 1.4.Jimmy Olgeni2015-11-074-6/+12
| | | | Notes: svn path=/head/; revision=400993
* Upgrade devel/relx to version 3.8.0.Jimmy Olgeni2015-11-072-6/+6
| | | | Notes: svn path=/head/; revision=400992