notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
non port: www/Makefile

Number of commits found: 5608 (showing only 100 on this page)

[First Page]  «  14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24  »  [Last Page]

Monday, 20 Nov 2017
04:31 sunpoet search for other commits by this committer
Add npm-node6: slave port of npm
Original commitRevision:454518 
04:31 sunpoet search for other commits by this committer
Add npm-node4: slave port of npm
Original commitRevision:454517 
Saturday, 18 Nov 2017
09:41 novel search for other commits by this committer
Qutebrowser is a keyboard-focused browser with a minimal GUI.
It's based on Python and PyQt5 and free software, licensed under the GPL.

It was inspired by other browsers/addons like dwb and Vimperator/Pentadactyl.

Reviewed by:		lwhsu
Differential Revision:	https://reviews.freebsd.org/D13113
Original commitRevision:454419 
Friday, 17 Nov 2017
15:11 wen search for other commits by this committer
- Repocopy moodle33 --> moodle34 and update to 3.4
Original commitRevision:454376 
05:30 adamw search for other commits by this committer
Add www/rubygem-roda

Roda is a high-performance, minimalistic Ruby web framework. It's based
on a routing-tree paradigm, and comes with a huge set of plugins (many
of which will require installing other gems).

WWW: http://roda.jeremyevans.net/
Original commitRevision:454360 
Thursday, 16 Nov 2017
10:48 tz search for other commits by this committer
Add PHP 7.2 RC6

Notable changes:
- mcrypt module was removed
- sodium module was added
- sybase_ct artifacts removed

Also many PECL ports will not work with this version
since some files got renamed.

Reviewed by:           mat, ale, Rainer Duffner <rainer@ultra-secure.de>
Differential Revision: https://reviews.freebsd.org/D12980
Original commitRevision:454302 
00:19 osa search for other commits by this committer
Add NGINX unit - a dynamic web application server, designed to
run applications in multiple languages.

Please visit the http://unit.nginx.org/ site for more details.
Original commitRevision:454295 
Tuesday, 14 Nov 2017
23:10 dvl search for other commits by this committer
Wraps Rack/Sinatra applications
Original commitRevision:454217 
Monday, 13 Nov 2017
13:10 arved search for other commits by this committer
Add newsboat, a fork of newsbeuter, a console RSS reader

PR:		223290
Submitted by:	mt@markoturk.info
Original commitRevision:454114 
Thursday, 9 Nov 2017
21:17 jlh search for other commits by this committer
Add www/libresonic-standalone port.

Libresonic is a fork of Subsonic under GPLv3.

Reviewed by:	mat
Approved by:	mat
Differential Revision:	https://reviews.freebsd.org/D12597
Original commitRevision:453870 
Wednesday, 8 Nov 2017
18:53 ehaupt search for other commits by this committer
Add python3 stub ports required for the upcoming update of finance/electrum.

Approved by:	portmgr (bdrewery)
Differential Revision:	D13000
Original commitRevision:453761 
Monday, 6 Nov 2017
14:17 bhughes search for other commits by this committer
www/node8: copy from www/node, update 8.8.1 -> 8.9.0 (LTS)

Create a new port for the latest Node.js 8.9.0 LTS release. Update
CONFLICTS for the existing Node.js ports to include the new node8 port
and remove non-existent ports.

https://nodejs.org/en/blog/release/v8.9.0/

Approved by:	robak (mentor)
Differential Revision:	https://reviews.freebsd.org/D12930
Original commitRevision:453618 
Friday, 3 Nov 2017
16:27 se search for other commits by this committer
New port of a simple paste-bin server. Files are AES encrypted on the
originating web-browser using Javascript.

Approved by:	antoine (mentor)
Original commitRevision:453413 
Thursday, 2 Nov 2017
16:28 dvl search for other commits by this committer
Add an RSS and Atom feed generator by Kai Blankenhorn
Original commitRevision:453351 
Tuesday, 31 Oct 2017
15:45 woodsb02 search for other commits by this committer
New port www/p5-WebService-MusicBrainz0

This older version of perl module WebService::MusicBrainz is the last
version which is supported by audio/abcde.

Newer versions of www/p5-WebService-MusicBrainz have a new API, which
audio/abcde has not yet been updated to utilise.
Original commitRevision:453243 
Thursday, 26 Oct 2017
11:34 koobs search for other commits by this committer
[NEW] www/py-requests-cache: Persistent cache for requests library

Requests-cache is a transparent persistent cache for requests (version
>= 1.1.0) library.

Features:

  * Transparent caching
  * Persistence (with support for SQLite, MongoDB or Redis)
  * Cached object expiration

WWW: https://github.com/reclosedev/requests-cache
Original commitRevision:452915 
Saturday, 21 Oct 2017
21:12 olgeni search for other commits by this committer
Add www/elixir-html_sanitize_ex, an HTML sanitizer for Elixir.
Original commitRevision:452615 
Saturday, 14 Oct 2017
11:34 rene search for other commits by this committer
Remove expired port:
2017-10-11 www/moodle30: Deprecated by upstream, please use www/moodle33 instead
Original commitRevision:452057 
Friday, 13 Oct 2017
15:15 mmokhi search for other commits by this committer
www/mod_pagespeed: Add latest stable version to the tree
mod_pagespeed is an open-source Apache module that automatically
optimizes web pages and resources on them by rewriting the
resources using filters that implement web performance best practices.

Reviewed by:	mat (mentor)
Approved by:	mat (mentor)
Sponsored by:	Netzkommune GmbH
Differential Revision:	https://reviews.freebsd.org/D12616
Original commitRevision:452011 
Thursday, 12 Oct 2017
18:34 feld search for other commits by this committer
Requests-File is a transport adapter for use with the Requests Python
library to allow local filesystem access via file:// URLs.

WWW: https://github.com/dashea/requests-file
Original commitRevision:451924 
08:12 ehaupt search for other commits by this committer
Add caddy 0.10.10, fast, cross-platform HTTP/2 web server with automatic
HTTPS.

PR:		222938
Submitted by:	fabian.freyer@physik.tu-berlin.de
Original commitRevision:451831 
Monday, 2 Oct 2017
18:24 sunpoet search for other commits by this committer
Add py-requests-mock 1.3.0

requests-mock provides a building block to stub out the HTTP requests portions
of your testing code.

WWW: https://pypi.python.org/pypi/requests-mock
Original commitRevision:451087 
Saturday, 30 Sep 2017
11:45 sunpoet search for other commits by this committer
Add rubygem-rbovirt 0.1.4

rubygem-rbovirt is a Ruby client for oVirt REST API.

WWW: https://github.com/abenari/rbovirt
Original commitRevision:450979 
10:19 sunpoet search for other commits by this committer
Remove www/py-twistedWeb2
Original commitRevision:450969 
10:18 sunpoet search for other commits by this committer
Remove www/py-twistedWeb
Original commitRevision:450968 
09:58 sunpoet search for other commits by this committer
Remove www/rubygem-deckar01-task_list1
Original commitRevision:450954 
Wednesday, 27 Sep 2017
19:53 wg search for other commits by this committer
www/py-google-cloud-storage: Python Client for Google Cloud Storage

Google Cloud Storage allows you to store data on Google infrastructure with
very high reliability, performance and availability, and can be used to
distribute large data objects to users via direct download.

WWW: https://pypi.python.org/pypi/google-cloud-storage
Original commitRevision:450785 
19:48 wg search for other commits by this committer
www/py-google-resumable-media: Utilities for Google Media Downloads and
Resumable Uploads.

This package has some general purposes modules, e.g. common, but the majority
of the public interface will be contained in subpackages.

WWW: https://pypi.python.org/pypi/google-resumable-media
Original commitRevision:450784 
19:37 wg search for other commits by this committer
www/py-google-cloud-core: API Client library for Google Cloud: Core Helpers

This library is not meant to stand-alone. Instead it defines common helpers
(e.g. base Client classes) used by all of the google-cloud-* packages.

WWW: https://pypi.python.org/pypi/google-cloud-core
Original commitRevision:450783 
19:35 wg search for other commits by this committer
py-google-auth already exists in security category

Reported by:	antoine
Original commitRevision:450782 
18:58 wg search for other commits by this committer
www/py-google-auth: Google Authentication Library

This library simplifies using Google's various server-to-server
authentication mechanisms to access Google APIs.

WWW: https://github.com/GoogleCloudPlatform/google-auth-library-python
Original commitRevision:450779 
Sunday, 17 Sep 2017
04:13 asomers search for other commits by this committer
new port: www/py-treq

Requests-like API built on top of twisted.web's Agent

PR:		221889
Reviewed by:	koobs
Approved by:	koobs (portmgr)
Original commitRevision:449983 
Friday, 15 Sep 2017
17:36 jrm search for other commits by this committer
New port, www/rubygem-rdf-normalize: RDF Graph normalizer for Ruby.  Adding
this because it is a new net-im/mastodon dependency.

WWW: http://github.com/gkellogg/rdf-normalize
Original commitRevision:449911 
Thursday, 14 Sep 2017
23:49 sunpoet search for other commits by this committer
Add py-planet 1.0.1

This library provides a command-line-interface (CLI) and Python library to make
access to Planet's public API easy to use.

The command line interface is intended to be functional for many tasks but is
just a thin layer on the lower level Python API.

WWW: https://pypi.python.org/pypi/planet
Original commitRevision:449869 
Wednesday, 13 Sep 2017
02:04 zi search for other commits by this committer
New port: www/mod_auth_openidc:

mod_auth_openidc is an authentication/authorization module for the Apache 2.x
HTTP server that functions as an OpenID Connect Relying Party, authenticating
users against an OpenID Connect Provider. It can also function as an OAuth 2.0
Resource Server, validating OAuth 2.0 access tokens presented by OAuth 2.0
Clients.

WWW: https://github.com/pingidentity/mod_auth_openidc/
Original commitRevision:449748 
Tuesday, 12 Sep 2017
21:25 jlaffaye search for other commits by this committer
Add www/p5-Mojo-IOLoop-ForkCall

PR:		218709
Submitted by:	skalmanman@gmail.com
Original commitRevision:449739 
Wednesday, 6 Sep 2017
11:49 araujo search for other commits by this committer
Websockify is a WebSocket to TCP proxy/bridge.

This allows a browser to connect to any application/server/service.
Implementations in Python, C, Node.js and Ruby.

It also includes a wrap program that uses a LD_PRELOAD library to
proxying from a source address to a target address.

WWW: https://github.com/novnc/websockify

Sponsored by:	iXsystems, Inc.
Original commitRevision:449341 
05:50 araujo search for other commits by this committer
noVNC is a HTML5 VNC client that runs well in any modern
browser including mobile browsers (iOS and Android).

WWW: https://github.com/novnc/noVNC

Sponsored by:	iXsystems, Inc.
Original commitRevision:449325 
Tuesday, 5 Sep 2017
14:48 tota search for other commits by this committer
- Add new port: www/R-cran-downloader

  Provides a wrapper for the download.file function, making it possible
  to download files over HTTPS on Windows, Mac OS X, and other Unix-like
  platforms. The 'RCurl' package provides this functionality (and
  much more) but can be difficult to install because it must be
  compiled with external dependencies. This package has no external
  dependencies, so it is much easier to install.

  WWW: https://cran.r-project.org/web/packages/downloader/
Original commitRevision:449288 
Sunday, 3 Sep 2017
09:51 rene search for other commits by this committer
Remove expired ports:
2017-08-30 www/speedtest-mini: Discontinued upstream (on June 30, 2017)
2017-08-31 devel/rubygem-sequel3: Use devel/rubygem-sequel instead
2017-08-31 audio/tomahawk: Project is dead upstream.
2017-08-31 mail/rubygem-larch: Unmaintained by upstream, no changes since 2013
2017-08-31 devel/rubygem-sidekiq4: Use devel/rubygem-sidekiq instead
2017-08-31 devel/rubygem-webpacker1-rails5: Use devel/rubygem-webpacker-rails5
instead
2017-08-31 devel/rubygem-sidekiq-cron04: Use devel/rubygem-sidekiq-cron instead
2017-09-01 www/py-django19: Unsupported upstream
2017-09-01 mail/movemail: Out of date
2017-09-01 german/phone: Out of date
2017-09-01 ports-mgmt/fbsdmon: no longer maintained, web site it sends data to
has been taken over by cybersquatters
Original commitRevision:449193 
Friday, 25 Aug 2017
17:56 bsam search for other commits by this committer
www/pyweblib -> www/py-pyweblib: Update to version 1.3.13 and rename (PyPI
scheme).
Original commitRevision:448723 
Thursday, 24 Aug 2017
01:39 jkim search for other commits by this committer
Resurrect www/mod_gnutls and update to 0.8.2.
Original commitRevision:448644 
Sunday, 20 Aug 2017
11:49 rene search for other commits by this committer
django-jsonfield is a reusable Django field that allows you to store validated
JSON in your model. It silently takes care of serialization. To use, simply
add the field to one of your models.

This port is not a duplicate of www/py-django-jsonfield, both ports have
distinct but upstreams.

WWW: https://github.com/dmkoch/django-jsonfield
Original commitRevision:448374 
Saturday, 19 Aug 2017
14:22 rene search for other commits by this committer
Simple bulk update over Django ORM or with helper function.

This project aims to bulk update the given objects using a single query
over Django ORM.

WWW: https://github.com/aykut/django-bulk-update
Original commitRevision:448313 
Thursday, 17 Aug 2017
15:56 rakuco search for other commits by this committer
New port: www/qt5-webengine.

Qt WebEngine provides functionality for rendering regions of dynamic web
content. In other words, this is Chromium's Blink web engine and parts of
Chromium's content layer wrapped by Qt. Qt WebKit is deprecated upstream, and
WebEngine is the future.

This port has been in the works for a very long time, with contributions by
myself, tcberner, Adriaan de Groot and Marie Loise Nolden.

Since most of the port is just a large part of Chromium's code base, this means
sharing some of the pain www/chromium goes through by having to patch a ton of
files. We cannot share the exact same patches because this version of Qt
WebEngine is based on an older Chromium release.

I have verified that the port works, but it is possible that many things are
still wrong or missing, so bug reports are encouraged.

Reviewed by:	Adriaan de Groot <groot@kde.org>, tcberner
Differential Revision:	https://reviews.freebsd.org/D12063
Original commitRevision:448132 
Sunday, 13 Aug 2017
13:15 brnrd search for other commits by this committer
www/mod_md-devel: Early experience LetsEncrypt module

 - New port
Original commitRevision:447884 
Tuesday, 8 Aug 2017
17:21 tcberner search for other commits by this committer
- Update The Glorious Glasgow Haskell Compiler to version 8.0.2
- Simplified port by only suporting GCC, and creating a build.mk file
- Update Pandoc to 1.19.2.1
- Update git-annex to 6.20170520
- Update Darcs to 2.12.5
- Update Gtk2Hs to 0.13.2.2
- Update Agda to 2.5.2

Please note that port revisions for all the Haskell ports without version
changes are bumped.

See the UPDATING file for instructions.

New ports (63):

hs-EdisonAPI                     API for EdisonCore
hs-EdisonCore                    Efficent, purely-functional data structures
hs-ListLike                      Generic support for list-like structures
hs-Only                          Canonical anonymous 1-tuple type
hs-aeson-compat                  Compatibility layer for aeson
hs-attoparsec-iso8601            Parsing of ISO 8601 dates
hs-base-compat                   Compatibility with later versions of base
hs-call-stack                    Support call stacks
hs-clock                         Access to high-resolution clocks and timers
hs-code-page                     Adjusting code pages on Windows
hs-colour                        Data type for colors and transparency
hs-concurrent-output             Ungarble output from several threads
hs-cryptohash-md5                Pure MD5 implementation
hs-cryptohash-sha1               Pure SHA-1 implementation
hs-cryptohash-sha256             Pure SHA-256 implementation
hs-data-endian                   Endian-sensitive data
hs-dbus                          Client for the D-Bus IPC system
hs-disk-free-space               Retrieving information about disk space usage
hs-doctemplates                  Pandoc-style document templates
hs-ed25519                       Ed25519 public-key signature system
hs-fdo-notify                    FreeDesktop.org's Desktop Notifications
hs-fixed                         Signed 15.16 precision fixed point arithmetic
hs-fmlist                        FoldMap lists
hs-foundation                    Custom Prelude
hs-gitrev                        Compile-time git revision info
hs-graphviz                      Binding for the GraphViz library
hs-hackage-security              Tools for securing the Hackage package server
hs-half                          Half-precision floating-point
hs-haskell-lexer                 Fully compliant Haskell 98 lexer
hs-http-api-data                 Converting types to and from HTTP API data
hs-integer-logarithms            Integer logarithms implementation
hs-io-streams                    Easy-to-use primitives for I/O using streams
hs-io-streams-haproxy            HAProxy protocol version 1.5 support
hs-magic                         Binding to the libmagic library
hs-microlens                     Microlens
hs-microlens-th                  Automated generation of lenses
hs-microstache                   Mustache templates
hs-monad-unlift                  Type classes for unlifting monad transformers
hs-monadplus                     Partial maps and filters over MonadPlus
hs-mono-traversable-instances    Extra type classes for mono-traversable
hs-mountpoints                   Listing currently mounted filesystems
hs-newtype-generics              Full replacement of newtype
hs-pretty-show                   Working with derived Show instances
hs-process-extras                Read process input/output as ByteString/Text
hs-psqueues                      Priority Search Queues
hs-readable                      Reading data types from ByteString/Text
hs-refact                        Data type for apply-refact
hs-regex-pcre                    PCRE backend to accompany regex-base
hs-safe-exceptions               Safe, consistent, and easy exception handling
hs-say                           Send messages to handles in a thread-safe way
hs-scanner                       Incremental combinator parser for ByteStrings
hs-skylighting                   Syntax highlighting library binding
hs-terminal-size                 Get terminal window sizes without ncurses
hs-text-short                    Data type for keeping short strings in memory
hs-th-abstraction                Inspecting types via Template Haskell
hs-th-lift                       Derive Template Haskell's Lift class
hs-th-lift-instances             Orphan instances for commonly used types
hs-tls-session-manager           TLS session manager
hs-typed-process                 Launching/interaction with external processes
hs-unexceptionalio               IO without non-error/synchronous exceptions
hs-uri-bytestring                RFC3986 compliant URI parser
hs-uri-bytestring-aeson          Aeson instance for URI.ByteString
hs-wl-pprint-text                Version of wl-pprint to use Text

Updated ports (314):

hs-ALUT                                  2.4.0.0_1        --> 2.4.0.2
hs-Agda                                  2.4.2.3          --> 2.5.2
hs-Agda-stdlib                           0.9_1            --> 0.13
hs-BNFC                                  2.8              --> 2.8.1
hs-Boolean                               0.2.3            --> 0.2.4
hs-DAV                                   1.0.7            --> 1.3.1
hs-DRBG                                  0.5.4            --> 0.5.5
hs-Diff                                  0.3.2            --> 0.3.4
hs-GLURaw                                1.5.0.1          --> 2.0.0.3
hs-GLUT                                  2.7.0.1_1,1      --> 2.7.0.12,1
hs-Glob                                  0.7.5_2          --> 0.8.0
hs-HStringTemplate                       0.8.3            --> 0.8.6
hs-HTTP                                  4000.2.20        --> 4000.3.7
hs-HUnit                                 1.2.5.2_7        --> 1.6.0.0
hs-HaXml                                 1.25.3           --> 1.25.4
hs-HsOpenSSL                             0.11.1.1         --> 0.11.4.9
hs-JuicyPixels                           3.2.6            --> 3.2.8.2
hs-List                                  0.5.2            --> 0.6.0
hs-MemoTrie                              0.6.2_2          --> 0.6.8
hs-MissingH                              1.3.0.1          --> 1.4.0.1
hs-MonadRandom                           0.4              --> 0.5.1
hs-ObjectName                            1.1.0.0          --> 1.1.0.1
hs-OpenAL                                1.7.0.0          --> 1.7.0.4
hs-OpenGL                                2.12.0.1,1       --> 3.0.2.0,1
hs-OpenGLRaw                             2.5.1.0_1        --> 3.2.4.0
hs-QuickCheck                            2.8.1            --> 2.10.0.1
hs-RSA                                   2.1.0.1          --> 2.3.0
hs-ReadArgs                              1.2.2            --> 1.2.3
hs-STMonadTrans                          0.3.3            --> 0.4.3
hs-StateVar                              1.1.0.1          --> 1.1.0.4
hs-TypeCompose                           0.9.10_2         --> 0.9.12
hs-activehs                              0.3.1_12         --> 0.3.2
hs-activehs-base                         0.3.0.2_9        --> 0.3.0.4
hs-adjunctions                           4.2.1            --> 4.3
hs-aeson                                 0.8.0.2          --> 1.2.1.0
hs-aeson-pretty                          0.7.2            --> 0.8.5
hs-alex                                  3.1.4            --> 3.2.1
hs-ansi-terminal                         0.6.2.1          --> 0.6.3.1
hs-asn1-data                             0.7.1_9          --> 0.7.2
hs-asn1-encoding                         0.9.0            --> 0.9.5
hs-asn1-parse                            0.9.1            --> 0.9.4
hs-asn1-types                            0.3.0            --> 0.3.2
hs-async                                 2.0.2            --> 2.1.1.1
hs-atomic-primops                        0.8              --> 0.8.0.4
hs-attoparsec                            0.12.1.6         --> 0.13.1.0
hs-authenticate                          1.3.2.11         --> 1.3.3.2
hs-auto-update                           0.1.2.2          --> 0.1.4
hs-aws                                   0.12.1           --> 0.16
hs-base-orphans                          0.4.4            --> 0.6
hs-basic-prelude                         0.5.0            --> 0.6.1.1
hs-bifunctors                            5                --> 5.4.2
hs-blaze-builder                         0.4.0.1          --> 0.4.0.2
hs-blaze-html                            0.8.1.0          --> 0.9.0.1
hs-blaze-markup                          0.7.0.2          --> 0.8.0.0
hs-brainfuck                             0.1.0.2          --> 0.1.0.3
hs-c2hs                                  0.28.1_1         --> 0.28.2_1
hs-cabal-install                         1.22.6.0         --> 1.24.0.2
hs-cairo                                 0.13.1.0         --> 0.13.3.1
hs-case-insensitive                      1.2.0.4          --> 1.2.0.10
hs-cassava                               0.4.3.1          --> 0.5.0.0
hs-cereal                                0.4.1.1          --> 0.5.4.0
hs-cgi                                   3001.2.2.2,1     --> 3001.3.0.2,1
hs-checkers                              0.4.3            --> 0.4.7
hs-chunked-data                          0.2.0            --> 0.3.0
hs-cipher-aes128                         0.7.0.1          --> 0.7.0.3
hs-classy-prelude                        0.12.1.1         --> 1.2.0.1
hs-classy-prelude-conduit                0.12.0.1         --> 1.2.0
hs-clientsession                         0.9.1.1          --> 0.9.1.2
hs-cmark                                 0.4.0.1          --> 0.5.5.1
hs-cmdargs                               0.10.13          --> 0.10.17
hs-comonad                               4.2.7.2          --> 5.0.1
hs-conduit                               1.2.5            --> 1.2.11
hs-conduit-combinators                   1.0.3            --> 1.1.1
hs-conduit-extra                         1.1.9.1          --> 1.1.16
hs-connection                            0.2.5            --> 0.2.8
hs-constraints                           0.4.1.3          --> 0.9.1
hs-contravariant                         1.3.2            --> 1.4
hs-cookie                                0.4.1.6          --> 0.4.2.1
hs-cpphs                                 1.19             --> 1.20.8
hs-criterion                             1.1.0.0          --> 1.2.1.0
hs-cryptohash                            0.11.6_2         --> 0.11.9
hs-cryptohash-cryptoapi                  0.1.3_2          --> 0.1.4
hs-cryptonite                            0.6              --> 0.24
hs-css-text                              0.1.2.1_2        --> 0.1.2.2
hs-darcs                                 2.10.1           --> 2.12.5
hs-data-default                          0.5.3_7          --> 0.7.1.1
hs-data-default-class                    0.0.1_7          --> 0.1.2.0
hs-data-default-instances-base           0.0.1_7          --> 0.1.0.1
hs-data-lens                             2.10.7           --> 2.11.1
hs-data-lens-template                    2.1.9            --> 2.2
hs-data-pprint                           0.2.4            --> 0.2.4.1
hs-deepseq-generics                      0.1.1.2          --> 0.2.0.0
hs-dia-base                              0.1.1.3          --> 0.1.1.4
hs-directory-tree                        0.12.0_2         --> 0.12.1
hs-distributive                          0.4.4_2          --> 0.5.2
hs-dlist                                 0.7.1.1          --> 0.8.0.3
hs-dlist-instances                       0.1_2            --> 0.1.1.1
hs-dns                                   2.0.0            --> 2.0.10
hs-double-conversion                     2.0.1.0          --> 2.0.2.0
hs-either                                4.4.1            --> 4.4.1.1
hs-ekg                                   0.4.0.8          --> 0.4.0.13
hs-ekg-core                              0.1.1.0          --> 0.1.1.1
hs-ekg-json                              0.1.0.0          --> 0.1.0.5
hs-email-validate                        2.1.3            --> 2.3
hs-enclosed-exceptions                   1.0.1.1          --> 1.0.2
hs-entropy                               0.3.7            --> 0.3.8
hs-equivalence                           0.3.1            --> 0.3.2
hs-errors                                2.0.0            --> 2.2.1
hs-esqueleto                             2.4.1            --> 2.5.3
hs-exceptions                            0.8.0.2          --> 0.8.3
hs-extra                                 1.4.1            --> 1.6
hs-fast-logger                           2.4.1            --> 2.4.10
hs-feed                                  0.3.10.0         --> 0.3.12.0
hs-fgl                                   5.5.2.1          --> 5.5.3.1
hs-file-embed                            0.0.9            --> 0.0.10
hs-filestore                             0.6.1            --> 0.6.3.1
hs-free                                  4.12.1           --> 4.12.4
hs-gconf                                 0.13.0.2         --> 0.13.1.0
hs-generic-deriving                      1.8.0            --> 1.11.2
hs-geniplate-mirror                      0.7.1            --> 0.7.5
hs-ghc-events                            0.4.4.0          --> 0.6.0
hs-gio                                   0.13.1.0         --> 0.13.3.1
hs-git-annex                             5.20150727_1     --> 6.20170520
hs-gitit                                 0.11.1           --> 0.12.2.1
hs-glib                                  0.13.1.1         --> 0.13.4.1
hs-gnuidn                                0.2.1_3          --> 0.2.2
hs-gtk                                   0.13.9           --> 0.14.6
hs-gtk2hs                                0.13,1           --> 0.13.2.2,1
hs-gtk2hs-buildtools                     0.13.0.4_1       --> 0.13.2.2
hs-gtksourceview2                        0.13.1.3         --> 0.13.3.1
hs-haddock                               2.16.1           --> 2.17.5
hs-haddock-api                           2.16.1           --> 2.17.4
hs-haddock-library                       1.2.1            --> 1.4.3
hs-happstack-server                      7.4.4            --> 7.4.6.4
hs-hashable                              1.2.3.3,1        --> 1.2.6.1,1
hs-hashtables                            1.2.0.2          --> 1.2.1.1
hs-haskell-src-exts                      1.16.0.1         --> 1.19.1
hs-hasktags                              0.69.1           --> 0.69.3
hs-hedis                                 0.6.9            --> 0.9.8
hs-heist                                 0.14.1.1         --> 1.0.1.0
hs-hexpat                                0.20.9           --> 0.20.13
hs-highlighting-kate                     0.6              --> 0.6.4
hs-hinotify                              0.3.8.1          --> 0.3.9
hs-hint                                  0.4.2.3          --> 0.7.0
hs-hjsmin                                0.1.5.0          --> 0.2.0.2
hs-hlint                                 1.9.21           --> 2.0.9
hs-hoauth2                               0.4.8            --> 0.5.9
hs-hoogle                                4.2.41           --> 5.0.12
hs-hourglass                             0.2.9            --> 0.2.10
hs-hscolour                              1.23,1           --> 1.24.1,1
hs-hslogger                              1.2.9            --> 1.2.10
hs-hslua                                 0.4.0            --> 0.5.0
hs-hspec                                 2.1.10           --> 2.4.4
hs-hspec-core                            2.1.10           --> 2.4.4
hs-hspec-discover                        2.1.10           --> 2.4.4
hs-hspec-expectations                    0.7.1            --> 0.8.2
hs-html-conduit                          1.2.0            --> 1.2.1.1
hs-http-client                           0.4.20           --> 0.5.7.0
hs-http-client-tls                       0.2.2_2          --> 0.3.5.1
hs-http-conduit                          2.1.8            --> 2.2.3.1
hs-http-reverse-proxy                    0.4.2            --> 0.4.4
hs-http-types                            0.8.6            --> 0.9.1
hs-http2                                 1.0.4            --> 1.6.3
hs-hxt                                   9.3.1.15         --> 9.3.1.16
hs-hxt-regex-xmlschema                   9.2.0.2          --> 9.2.0.3
hs-ieee754                               0.7.6            --> 0.8.0
hs-iproute                               1.5.0            --> 1.7.1
hs-js-jquery                             1.11.3           --> 3.2.1
hs-kan-extensions                        4.2.2            --> 5.0.2
hs-keys                                  3.10.2           --> 3.11
hs-kqueue                                0.1.2.6_2        --> 0.2
hs-language-c                            0.5.0            --> 0.6.1
hs-language-javascript                   0.5.14.2         --> 0.6.0.10
hs-largeword                             1.2.3_2          --> 1.2.5
hs-lens                                  4.12.3           --> 4.15.3
hs-libmpd                                0.9.0.2          --> 0.9.0.6
hs-lifted-async                          0.7.0.1          --> 0.9.3
hs-lifted-base                           0.2.3.6          --> 0.2.3.11
hs-map-syntax                            0.2              --> 0.2.0.2
hs-math-functions                        0.1.5.2_2        --> 0.2.1.0
hs-memory                                0.8              --> 0.14.6
hs-mime-mail                             0.4.9            --> 0.4.13.1
hs-mime-types                            0.1.0.6          --> 0.1.0.7
hs-mmorph                                1.0.4            --> 1.1.0
hs-monad-control                         1.0.0.4          --> 1.0.2.1
hs-monad-logger                          0.3.13.2         --> 0.3.24
hs-monad-par                             0.3.4.7          --> 0.3.4.8
hs-monadcryptorandom                     0.6.1_2          --> 0.7.1
hs-monads-tf                             0.1.0.2_2        --> 0.1.0.3
hs-mono-traversable                      0.9.2.1          --> 1.0.2
hs-mueval                                0.9.1.1.2        --> 0.9.3
hs-murmur-hash                           0.1.0.8          --> 0.1.0.9
hs-mutable-containers                    0.3.2            --> 0.3.3
hs-mwc-random                            0.13.3.2         --> 0.13.6.0
hs-mysql                                 0.1.1.8          --> 0.1.4
hs-network                               2.6.2.1          --> 2.6.3.2
hs-network-info                          0.2.0.7          --> 0.2.0.8
hs-network-multicast                     0.1.0            --> 0.2.0
hs-network-uri                           2.6.0.3          --> 2.6.1.0
hs-nonce                                 1.0.2            --> 1.0.4
hs-oeis                                  0.3.6            --> 0.3.9
hs-optparse-applicative                  0.11.0.2         --> 0.14.0.0
hs-pandoc                                1.15.0.6_1       --> 1.19.2.1
hs-pandoc-citeproc                       0.7.3.1          --> 0.10.5.1
hs-pandoc-types                          1.12.4.5         --> 1.19
hs-pango                                 0.13.1.0         --> 0.13.3.1
hs-parallel                              3.2.0.6          --> 3.2.1.1
hs-parsec                                3.1.9            --> 3.1.11
hs-path-pieces                           0.2.0            --> 0.2.1
hs-pcre-light                            0.4.0.3          --> 0.4.0.4
hs-persistent                            2.2              --> 2.7.0
hs-persistent-sqlite                     2.2              --> 2.6.2
hs-persistent-template                   2.1.3.4          --> 2.5.2
hs-pointed                               4.2.0.2          --> 5
hs-polyparse                             1.11             --> 1.12
hs-prelude-extras                        0.4_2            --> 0.4.0.3
hs-primitive                             0.6              --> 0.6.2.0
hs-probability                           0.2.4.1_2        --> 0.2.5.1
hs-profunctors                           5.1.1            --> 5.2
hs-pureMD5                               2.1.2.1_10       --> 2.1.3
hs-quickcheck-io                         0.1.1_2          --> 0.2.0
hs-reflection                            2                --> 2.1.2
hs-regex-applicative                     0.3.2.1          --> 0.3.3
hs-regex-tdfa                            1.2.0_2          --> 1.2.2
hs-resourcet                             1.1.6            --> 1.1.9
hs-safe                                  0.3.9            --> 0.3.15
hs-sandi                                 0.3.5            --> 0.4.0
hs-scientific                            0.3.3.8          --> 0.3.5.1
hs-semigroupoids                         5.0.0.3          --> 5.2
hs-semigroups                            0.16.2.2         --> 0.18.3
hs-setlocale                             1.0.0.4          --> 1.0.0.5
hs-shake                                 0.15.5           --> 0.15.11
hs-shakespeare                           2.0.5            --> 2.0.13
hs-shelly                                1.6.3.3          --> 1.6.8.3
hs-simple-sendfile                       0.2.21           --> 0.2.25
hs-skein                                 1.0.9.3          --> 1.0.9.4
hs-snap                                  0.14.0.6         --> 1.0.0.1
hs-snap-core                             0.9.7.2          --> 1.0.2.1
hs-snap-server                           0.9.5.1          --> 1.0.2.2
hs-socks                                 0.5.4_2          --> 0.5.5
hs-split                                 0.2.2_7          --> 0.2.3.2
hs-statistics                            0.13.2.3         --> 0.14.0.2
hs-stm                                   2.4.4            --> 2.4.4.1
hs-streaming-commons                     0.1.12.1         --> 0.1.18
hs-svgcairo                              0.13.0.3         --> 0.13.1.1
hs-syb                                   0.5.1            --> 0.7
hs-syb-with-class                        0.6.1.6          --> 0.6.1.7
hs-tagged                                0.8.1            --> 0.8.5
hs-tagsoup                               0.13.3           --> 0.14.1
hs-tar                                   0.4.2.1          --> 0.5.0.3
hs-temporary                             1.2.0.3_2        --> 1.2.1
hs-test-framework-hunit                  0.3.0.1_2        --> 0.3.0.2
hs-test-framework-quickcheck2            0.3.0.3_2        --> 0.3.0.4
hs-texmath                               0.8.3            --> 0.9.4.1
hs-text                                  1.2.1.3          --> 1.2.2.2
hs-threads                               0.5.1.3          --> 0.5.1.4
hs-threadscope                           0.2.7            --> 0.2.8
hs-time-locale-compat                    0.1.1.0          --> 0.1.1.3
hs-timezone-olson                        0.1.7            --> 0.1.8
hs-timezone-series                       0.1.5.1          --> 0.1.8
hs-tls                                   1.3.1            --> 1.3.11
hs-torrent                               10000.0.0        --> 10000.1.1
hs-transformers-compat                   0.4.0.4          --> 0.5.1.4
hs-unix-compat                           0.4.1.4          --> 0.4.3.1
hs-unix-time                             0.3.5            --> 0.3.7
hs-unlambda                              0.1.4.1          --> 0.1.4.2
hs-unordered-containers                  0.2.5.1          --> 0.2.8.0
hs-uri                                   0.1.6.3          --> 0.1.6.4
hs-utf8-string                           1                --> 1.0.1.1
hs-utility-ht                            0.0.10_2         --> 0.0.14_2
hs-uuid                                  1.3.11           --> 1.3.13
hs-uuid-types                            1.0.2            --> 1.0.3
hs-uulib                                 0.9.20           --> 0.9.22
hs-vault                                 0.3.0.4          --> 0.3.0.7
hs-vector                                0.10.12.3        --> 0.12.0.1
hs-vector-binary-instances               0.2.1.0_2        --> 0.2.3.5
hs-vector-instances                      3.3.1            --> 3.4
hs-vector-space                          0.10.2           --> 0.10.4
hs-vector-th-unbox                       0.2.1.2          --> 0.2.1.6
hs-void                                  0.7              --> 0.7.2
hs-vte                                   0.13.0.2         --> 0.13.1.1
hs-wai                                   3.0.3.0          --> 3.2.1.1
hs-wai-app-static                        3.1.1            --> 3.1.6.1
hs-wai-extra                             3.0.10           --> 3.0.20.0
hs-wai-logger                            2.2.4.1          --> 2.3.0
hs-warp                                  3.1.3            --> 3.2.13
hs-warp-tls                              3.1.1            --> 3.2.4
hs-webkit                                0.13.1.3         --> 0.14.2.1
hs-wx                                    0.91.0.0         --> 0.92.3.0
hs-wxc                                   0.91.0.0         --> 0.92.3.0
hs-wxcore                                0.91.0.0         --> 0.92.3.0
hs-wxdirect                              0.91.0.0         --> 0.92.3.0
hs-x509                                  1.6.0            --> 1.6.5
hs-x509-store                            1.6.0            --> 1.6.2
hs-x509-system                           1.6.0            --> 1.6.4
hs-x509-validation                       1.6.0            --> 1.6.5
hs-xml-conduit                           1.3.1            --> 1.5.1
hs-xml-hamlet                            0.4.0.11         --> 0.4.1
hs-xmlhtml                               0.2.3.4          --> 0.2.4
hs-xmobar                                0.24.3           --> 0.24.5
hs-xss-sanitize                          0.3.5.6          --> 0.3.5.7
hs-yaml                                  0.8.13           --> 0.8.23.1
hs-yesod                                 1.4.1.5          --> 1.4.5
hs-yesod-auth                            1.4.6            --> 1.4.17.2
hs-yesod-auth-hashdb                     1.4.2.2          --> 1.6.1
hs-yesod-bin                             1.4.13.3         --> 1.5.2.3
hs-yesod-core                            1.4.13           --> 1.4.35
hs-yesod-form                            1.4.4.1          --> 1.4.12
hs-yesod-persistent                      1.4.0.3          --> 1.4.2
hs-yesod-static                          1.5.0.2          --> 1.5.3
hs-yesod-test                            1.4.3.1          --> 1.5.7
hs-zip-archive                           0.2.3.7          --> 0.3.1.1
hs-zlib                                  0.5.4.2          --> 0.6.1.2
scroll                                   1.20151219       --> 1.20170122

Removed ports (5):

hs-MonadCatchIO-mtl                 Deprecated in favor of exceptions
hs-MonadCatchIO-transformers        Deprecated in favor of exceptions
hs-citeproc-hs                      Replaced by pandoc-citeproc
hs-directory                        Part of the packages shipped with GHC
hs-syb-with-class-instances-text    Upstream is unmaintained

This was created together with pgj@.

Reviewed by:		pgj, 6yearold_gmail.com
Differential Revision:	https://reviews.freebsd.org/D11558
Original commitRevision:447548 
Monday, 31 Jul 2017
17:42 rene search for other commits by this committer
Remove expired ports:
2017-07-31 net/rubygem-oauth212: Only created for www/gitlab; please use
net/rubygem-oauth2 instead
2017-07-31 textproc/rubygem-liquid3: Use textproc/rubygem-liquid instead
2017-07-31 mail/dovecot2-antispam-plugin: Use pigeonhole instead. See
https://wiki2.dovecot.org/HowTo/AntispamWithSieve
2017-07-31 mail/dovecot-antispam: Dovecot-1.x is deprecated. Use dovecot2 and
dovecot2-antispam-plugin instead
2017-07-31 mail/dovecot-sieve: Dovecot-1.x is deprecated. Use dovecot2 and
dovecot-pigeonhole instead
2017-07-31 mail/dovecot-managesieve: Dovecot-1.x is deprecated. Use dovecot2 and
dovecot-pigeonhole instead
2017-07-31 www/rubygem-jquery-ui-rails5-rails4: Only created for www/gitlab;
please use www/rubygem-jquery-ui-rails-rails4 instead
2017-07-31 security/rubygem-omniauth13: Only created for www/gitlab; please use
security/rubygem-omniauth instead
2017-07-31 devel/rubygem-health_check22: Only created for www/gitlab; please use
devel/rubygem-health_check instead
2017-07-31 devel/rubygem-semantic_puppet0: Use devel/rubygem-semantic_puppet
instead
2017-07-31 devel/rubygem-newrelic_rpm3: Only created for www/gitlab; please use
devel/rubygem-newrelic_rpm instead
2017-07-31 lang/p5-Parse-Perl: does not build with Perl >= 5.22
2017-07-31 sysutils/rubygem-puppet_forge1: Use sysutils/rubygem-puppet_forge
instead
2017-07-31 sysutils/rubygem-SyslogLogger: Project is EOL'd because it was merged
into Ruby 2.0
Original commitRevision:446988 
16:22 madpilot search for other commits by this committer
A fast implementation of the HTML 5 parsing spec for Python. Parsing
is done in C using a variant of the gumbo parser. The gumbo parse
tree is then transformed into an lxml tree, also in C, yielding
parse times that can be a thirtieth of the html5lib parse times.
That is a speedup of 30x. This differs, for instance, from the gumbo
python bindings, where the initial parsing is done in C but the
transformation into the final tree is done in python.

WWW: https://html5-parser.readthedocs.io/
Original commitRevision:446984 
Friday, 28 Jul 2017
17:05 pi search for other commits by this committer
New port: www/mod_security-devel

ModSecurity is an embeddable web application firewall. It provides
protection from a range of attacks against web applications and allows
for HTTP traffic monitoring and real-time analysis with no changes to
existing infrastructure.

It is also an open source project that aims to make the web application
firewall technology available to everyone.

WWW: http://www.modsecurity.org/

PR:		220352
Submitted by:	Marius Halden <marius.h@lden.org>
Original commitRevision:446840 
Tuesday, 25 Jul 2017
02:16 tj search for other commits by this committer
New port for Net::UPS UPS API

WWW: http://search.cpan.org/~dakkar/Net-UPS-0.16/
Original commitRevision:446554 
Sunday, 23 Jul 2017
04:45 wen search for other commits by this committer
- Repocopy mediawiki128 --> mediawiki129 and update to 1.29.0
Original commitRevision:446446 
Thursday, 20 Jul 2017
11:54 ehaupt search for other commits by this committer
Add fgallery 1.8.2, modern, static javascript photo gallery generator.
Original commitRevision:446259 
Sunday, 16 Jul 2017
16:09 sunpoet search for other commits by this committer
Add rubygem-rack-cors0 0.4.1 (copied from rubygem-rack-cors)

- Add PORTSCOUT
Original commitRevision:446016 
10:43 koobs search for other commits by this committer
www/libhtp-suricata: Delete port (no longer required)

security/suricata use to require and use a forked version of libhtp. This
port was originally created for that reason, so as not to conflict with
the concurrently developed and released libhtp. It is no longer required.

 * Remove entry from www/Makefile
 * Add MVOED entry

PR:		220756
Original commitRevision:445995 
00:46 sunpoet search for other commits by this committer
Add rubygem-fuzzyurl 0.9.0

Fuzzyurl provides two related functions: non-strict parsing of URLs or URL-like
strings into their component pieces (protocol, username, password, hostname,
port, path, query, and fragment), and fuzzy matching of URLs and URL patterns.

Specifically, URLs that look like this:
[protocol ://] [username [: password] @] [hostname] [: port] [/ path] [? query]
[# fragment]

Fuzzyurls can be constructed using some or all of the above fields, optionally
replacing some or all of those fields with a * wildcard if you wish to use the
Fuzzyurl as a URL mask.

WWW: https://github.com/gamache/fuzzyurl.rb
Original commitRevision:445974 
Wednesday, 12 Jul 2017
23:59 sunpoet search for other commits by this committer
Add p5-HTTP-XSCookies 0.000008

HTTP::XSCookies implements cookie creation (baking) and parsing (crushing) using
XS, therefore improving the speed of a pure Perl implementation.

WWW: http://search.cpan.org/dist/HTTP-XSCookies/
Original commitRevision:445617 
Monday, 10 Jul 2017
19:27 rene search for other commits by this committer
Remove expired ports:
2017-07-07 sysutils/py-iocage: obsoleted by sysutils/py3-iocage port using
Python 3 instead of Python 2
2017-07-08 www/mediawiki126: Upstream support EoL
Original commitRevision:445459 
Thursday, 6 Jul 2017
20:40 tcberner search for other commits by this committer
Split part of www/qt5-websockets into new port www/qt5-websockets-qml

This splits qt5-websockets into a qt5-websockets port containing the core parts,
and a qt5-websockets-qml port with the QML parts. The QML parts depend on Qt
Quick,
so on the GUI parts (and hence X11) while the core parts do not.

PR:		220045
Submitted by:	Adriaan de Groot <groot@kde.org>
Original commitRevision:445169 
13:59 tz search for other commits by this committer
New port: www/rubygem-toml-rb

A TOML parser using Citrus parsing library.

WWW: http://github.com/emancu/toml-rb

Submitted by: Matthias Fechner <idefix@fechner.net>
Original commitRevision:445149 
Saturday, 1 Jul 2017
21:58 rene search for other commits by this committer
Remove expired ports:
2017-06-30 misc/p5-Geo-Coder-Many: deprecated and no longer maintained by
upstream
2017-07-01 graphics/gimp-elsamuko-script: Broken for more than 2 years
2017-07-01 devel/anjuta-extras: Last release in 2013 and doesn't build with
recent GTK+
2017-07-01 www/apache22-worker-mpm: Upstream propose EoL of apache 2.2.x during
the next 12 months
2017-07-01 www/apache22-itk-mpm: Upstream propose EoL of apache 2.2.x during the
next 12 months
2017-07-01 www/apache22-peruser-mpm: Upstream propose EoL of apache 2.2.x during
the next 12 months
2017-07-01 www/apache22-event-mpm: Upstream propose EoL of apache 2.2.x during
the next 12 months
Original commitRevision:444851 
Wednesday, 21 Jun 2017
09:30 jbeich search for other commits by this committer
www/py-flask-restplus08: remove port after r444021
Original commitRevision:444023 
Sunday, 18 Jun 2017
05:51 sunpoet search for other commits by this committer
Add npm4 4.6.1 (copied from npm)

- Update CONFLICTS_INSTALL
Original commitRevision:443803 
02:56 sunpoet search for other commits by this committer
Add py-hyperlink 17.1.1

Hyperlink provides a pure-Python implementation of immutable URLs. Based on RFC
3986 and 3987, the Hyperlink URL makes working with both URIs and IRIs easy.

WWW: https://pypi.python.org/pypi/hyperlink
WWW: https://github.com/python-hyper/hyperlink
Original commitRevision:443796 
Friday, 16 Jun 2017
16:36 wg search for other commits by this committer
www/py-yarl: Yet another URL library

WWW: https://github.com/aio-libs/yarl
Original commitRevision:443713 
16:27 wg search for other commits by this committer
www/py-multidict: Multidicts are useful for working with HTTP headers, URL query
args etc.

WWW: https://github.com/aio-libs/multidict
Original commitRevision:443712 
Thursday, 15 Jun 2017
21:52 sunpoet search for other commits by this committer
Add rubygem-dropzonejs-rails07 0.7.4 (copied from rubygem-dropzonejs-rails)

- Add PORTSCOUT
Original commitRevision:443655 
Wednesday, 14 Jun 2017
17:19 wg search for other commits by this committer
www/py-aiohttp-wsgi: WSGI adapter for aiohttp.

Features:

 * Run WSGI applications (e.g. Django, Flask) on aiohttp.
 * Handle thousands of client connections, using asyncio.
 * Add websockets to your existing Python web app!

WWW: https://github.com/etianen/aiohttp-wsgi
Original commitRevision:443593 
05:40 antoine search for other commits by this committer
Remove www/py-vcrpy, duplicate of devel/py-vcrpy
Original commitRevision:443553 
Tuesday, 13 Jun 2017
19:53 jbeich search for other commits by this committer
www/py-flexget: update to 2.10.60

- Hook tests: 3 failed, 1184 passed, 35 skipped, 4 xfailed, 1 xpassed, 5
warnings

Changes:	https://github.com/Flexget/Flexget/compare/2.10.43...2.10.60
Original commitRevision:443531 
Monday, 12 Jun 2017
10:24 tz search for other commits by this committer
New port: www/rubygem-json-jwt

JSON Web Token and its family (JSON Web Signature, JSON Web Encryption and JSON
Web Key) in Ruby

WWW: https://github.com/nov/json-jwt
Original commitRevision:443429 
Thursday, 8 Jun 2017
13:21 rene search for other commits by this committer
Move www/py-utidy to www/py-utidylib to comply with PyPI naming.

Further fixes:
- properly depend on Python 2.7
- drop manual DISTNAME

Submitted by:	koobs (private mail)
Original commitRevision:442918 
Sunday, 4 Jun 2017
20:03 sunpoet search for other commits by this committer
Sort SUBDIRs
Original commitRevision:442581 
Thursday, 25 May 2017
02:41 jrm search for other commits by this committer
www/rubygem-turbolinks-rails50: Create rails version 5.0 port by copying
www/rubygem-turbolinks

Approved by:	swills (mentor, implicit)
Original commitRevision:441662 
02:39 jrm search for other commits by this committer
www/rubygem-redis-rails-rails50: Create rails version 5.0 port by copying
www/rubygem-redis-rails-rails5

Approved by:	swills (mentor, implicit)
Original commitRevision:441661 
02:38 jrm search for other commits by this committer
www/rubygem-rails-settings-cached-rails50: Create rails version 5.0 port by
copying www/rubygem-rails-settings-cached-rails5

Approved by:	swills (mentor, implicit)
Original commitRevision:441660 
02:36 jrm search for other commits by this committer
www/rubygem-rails50: Create rails version 5.0 port by copying
www/rubygem-rails5

Approved by:	swills (mentor, implicit)
Original commitRevision:441659 
02:33 jrm search for other commits by this committer
www/rubygem-lograge-rails50: Create rails version 5.0 port by copying
www/rubygem-lograge-rails5

Approved by:	swills (mentor, implicit)
Original commitRevision:441658 
02:32 jrm search for other commits by this committer
www/rubygem-kaminari-rails50: Create rails version 5.0 port by copying
www/rubygem-kaminari-rails5

Approved by:	swills (mentor, implicit)
Original commitRevision:441657 
02:30 jrm search for other commits by this committer
www/rubygem-kaminari-activerecord-rails50: Create rails version 5.0 port by
copying www/rubygem-kaminari-activerecord-rails5

Approved by:	swills (mentor, implicit)
Original commitRevision:441656 
02:29 jrm search for other commits by this committer
www/rubygem-kaminari-actionview-rails50: Create rails version 5.0 port by
copying www/rubygem-kaminari-actionview-rails5

Approved by:	swills (mentor, implicit)
Original commitRevision:441655 
02:27 jrm search for other commits by this committer
www/rubygem-jquery-rails-rails50: Create rails version 5.0 port by copying
www/rubygem-jquery-rails-rails5

Approved by:	swills (mentor, implicit)
Original commitRevision:441654 
02:25 jrm search for other commits by this committer
www/rubygem-hamlit-rails-rails50: Create rails version 5.0 port by copying
www/rubygem-hamlit-rails-rails5

Approved by:	swills (mentor, implicit)
Original commitRevision:441653 
01:41 jrm search for other commits by this committer
www/rubygem-responders-rails50: Create rails version 5.0 port by copying
www/rubygem-responders-rails5

Approved by:	swills (mentor, implicit)
Original commitRevision:441634 
Tuesday, 23 May 2017
18:52 sunpoet search for other commits by this committer
Add rubygem-acts-as-taggable-on5 5.0.0 (copied from
rubygem-acts-as-taggable-on3)

Changes:	https://github.com/mbleigh/acts-as-taggable-on/blob/master/CHANGELOG.md
Original commitRevision:441546 
Saturday, 20 May 2017
21:50 sunpoet search for other commits by this committer
Add rubygem-deckar01-task_list1 1.0.6 (copied from rubygem-deckar01-task_list)

- Sort RUN_DEPENDS
- Add PORTSCOUT
Original commitRevision:441347 
Tuesday, 16 May 2017
20:14 antoine search for other commits by this committer
Hook www/rubygem-rack-protection1 to the build and unbreak INDEX
Original commitRevision:441055 
18:21 sunpoet search for other commits by this committer
Add rubygem-sinatra1 1.4.8 (copied from rubygem-sinatra)

- Change RUN_DEPENDS from rubygem-rack-protection to rubygem-rack-protection1
- Add PORTSCOUT
Original commitRevision:441033 
13:09 wen search for other commits by this committer
- Repocopy moodle32 --> moodle33 and update to 3.3
Original commitRevision:440998 
Monday, 15 May 2017
22:05 rodrigo search for other commits by this committer
Add npm-less-plugin-clean-css a www/lesc tool pluggin and its dependencies

www/npm-less-plugin-clean-css: Compresses the css output from less using
clean-css
` devel/npm-clean-css: Fast and efficient CSS optimizer for node.js and the Web
  ` devel/npm-source-map: Parse and consume source maps
  | ` devel/npm-amdefine: Implementation of AMD's define() in Node
  ` devel/npm-commander: node.js command-line interfaces made easy
    ` devel/npm-graceful-readlink: Graceful fs.readlink
Original commitRevision:440978 
Saturday, 13 May 2017
12:11 sunpoet search for other commits by this committer
Add rubygem-activeresource5 5.0.0 (copied from rubygem-activeresource4)

Changes:	https://github.com/rails/activeresource/blob/master/CHANGELOG.md
Original commitRevision:440791 
Monday, 8 May 2017
10:51 tota search for other commits by this committer
- Add new port: www/R-cran-Rook

  This package contains the Rook specification and convenience software
  for building and running Rook applications.

  WWW: https://cran.r-project.org/web/packages/Rook/
Original commitRevision:440413 
Sunday, 7 May 2017
21:26 sunpoet search for other commits by this committer
Add p5-Web-Simple 0.033

Web::Simple is a quick and easy way to build simple web applications.

WWW: http://search.cpan.org/dist/Web-Simple/
Original commitRevision:440369 
Saturday, 6 May 2017
15:23 miwi search for other commits by this committer
This package allows you to authenticate to AWS with Amazon's signature
version 4 signing process with the python requests library.

WWW: https://github.com/DavidMuller/aws-requests-auth

Submitted by:	James Elstone <james@elstone.net>
Original commitRevision:440275 
07:36 miwi search for other commits by this committer
Django superusers/admins can login and work on behalf of other users without
having to know their credentials.

WWW: https://github.com/arteria/django-hijack

PR:		210275
Submitted by:	Kevin Golding <ports@caomhin.org>
Original commitRevision:440238 
07:29 miwi search for other commits by this committer
Python 3 compatible star ratings for Django models.

WWW: https://github.com/wildfish/django-star-ratings

PR:		210250
Submitted by:	Kevin Golding <ports@caomhin.org>
Original commitRevision:440237 
Monday, 1 May 2017
13:42 jrm search for other commits by this committer
Create and update rails5 ports to prevent installation of the same ports
for rails4 and rails5

Approved by:	swills (mentor, implicit)
Original commitRevision:439897 
Sunday, 30 Apr 2017
15:47 ler search for other commits by this committer
2017-04-30 devel/stormlib-ghost++: Unfetchable for more than six months (google
code has gone away)
2017-04-30 devel/py-coil: Unfetchable for more than six months (google code has
gone away)
2017-04-30 devel/py-cmdln: Unfetchable for more than six months (google code has
gone away)
2017-04-30 devel/privman: Unfetchable for more than six months (google code has
gone away)
2017-04-30 devel/c-unit: Unfetchable for more than six months (google code has
gone away)
2017-04-30 devel/py-px: Unfetchable for more than six months (google code has
gone away)
2017-04-30 devel/nglogc: Unfetchable for more than six months (google code has
gone away)
2017-04-30 devel/bncsutil-ghost++: Unfetchable for more than six months (google
code has gone away)
2017-04-30 devel/liblouisxml: Unfetchable for more than six months (google code
has gone away)
2017-04-30 devel/nxt-python: Unfetchable for more than six months (google code
has gone away)
2017-04-30 devel/spdict: Unfetchable for more than six months (google code has
gone away)
2017-04-30 devel/guiloader-c++: Unfetchable for more than six months (google
code has gone away)
2017-04-30 devel/streamhtmlparser: Unfetchable for more than six months (google
code has gone away)
2017-04-30 devel/winpdb: Unfetchable for more than six months (google code has
gone away)
2017-04-30 net/opendpi: Unfetchable for more than six months (google code has
gone away)
2017-04-30 net/py-pybeanstalk: Unfetchable for more than six months (google code
has gone away)
2017-04-30 net-im/qwit: Unfetchable for more than six months (google code has
gone away)
2017-04-30 net-im/linux-instantbird: Unfetchable for more than six months
(google code has gone away)
2017-04-30 net-im/jabber-pyicq: Unfetchable for more than six months (google
code has gone away)
2017-04-30 net-im/qwit-devel: Unfetchable for more than six months (google code
has gone away)
2017-04-30 net-im/naim: Unfetchable for more than six months (google code has
gone away)
2017-04-30 net-im/pwytter: Unfetchable for more than six months (google code has
gone away)
2017-04-30 sysutils/sievelog: Unfetchable for more than six months (google code
has gone away)
2017-04-30 sysutils/ldapenter: Unfetchable for more than six months (google code
has gone away)
2017-04-30 sysutils/py-danzfs: Unfetchable for more than six months (google code
has gone away)
2017-04-30 sysutils/plasma-applet-apcups: Unfetchable for more than six months
(google code has gone away)
2017-04-30 sysutils/scanmem: Unfetchable for more than six months (google code
has gone away)
2017-04-30 sysutils/pdsh: Unfetchable for more than six months (google code has
gone away)
2017-04-30 deskutils/superswitcher: Unfetchable for more than six months (google
code has gone away)
2017-04-30 deskutils/plasma-applet-playwolf: Unfetchable for more than six
months (google code has gone away)
2017-04-30 deskutils/nagaina: Unfetchable for more than six months (google code
has gone away)
2017-04-30 deskutils/vboxgtk: Unfetchable for more than six months (google code
has gone away)
2017-04-30 deskutils/libgcal: Unfetchable for more than six months (google code
has gone away)
2017-04-30 math/carve: Unfetchable for more than six months (google code has
gone away)
2017-04-30 math/foma: Unfetchable for more than six months (google code has gone
away)
2017-04-30 math/libjbigi: Unfetchable for more than six months (google code has
gone away)
2017-04-30 multimedia/gcap: Unfetchable for more than six months (google code
has gone away)
2017-04-30 multimedia/freetuxtv: Unfetchable for more than six months (google
code has gone away)
2017-04-30 multimedia/bangarang: Unfetchable for more than six months (google
code has gone away)
2017-04-30 multimedia/opencinematools: Unfetchable for more than six months
(google code has gone away)
2017-04-30 multimedia/vstream-client: Unfetchable for more than six months
(google code has gone away)
2017-04-30 biology/treeviewx: Unfetchable for more than six months (google code
has gone away)
2017-04-30 www/pylot: Unfetchable for more than six months (google code has gone
away)
2017-04-30 www/xpi-pencil: Unfetchable for more than six months (google code has
gone away)
2017-04-30 www/mod_myvhost: Unfetchable for more than six months (google code
has gone away)
2017-04-30 www/feedonfeeds: Unfetchable for more than six months (google code
has gone away)
2017-04-30 www/mod_jail: Unfetchable for more than six months (google code has
gone away)
2017-04-30 www/jspacker: Unfetchable for more than six months (google code has
gone away)
2017-04-30 www/cocoon: Overly complex port with no maintainer since 2008,
requires openjdk 1.6
2017-04-30 www/mod_authz_unixgroup24: Unfetchable for more than six months
(google code has gone away)
2017-04-30 www/trac-down: Upstream is gone
www/tengine
2017-04-30 www/arora: Unfetchable for more than six months (google code has gone
away)
2017-04-30 www/py-postmarkup: Unfetchable for more than six months (google code
has gone away)
2017-04-30 www/py-dotcloud.cli: deprecated in upstream
2017-04-30 www/closure-linter: Unfetchable for more than six months (google code
has gone away)
2017-04-30 www/httpsqs: Unfetchable for more than six months (google code has
gone away)
2017-04-30 www/sventon: Unfetchable for more than six months (google code has
gone away)
2017-04-30 www/mod_authnz_external22: Unfetchable for more than six months
(google code has gone away)
2017-04-30 www/mod_authn_otp: Unfetchable for more than six months (google code
has gone away)
2017-04-30 www/php-plurk-api: Unfetchable for more than six months (google code
has gone away)
2017-04-30 www/py-django-app-plugins: Unfetchable for more than six months
(google code has gone away)
2017-04-30 www/mod_authz_unixgroup22: Unfetchable for more than six months
(google code has gone away)
2017-04-30 www/squidstats: Unfetchable for more than six months (google code has
gone away)
2017-04-30 www/mod_log_firstbyte: Unfetchable for more than six months (google
code has gone away)
2017-04-30 www/gaeo: Unfetchable for more than six months (google code has gone
away)
2017-04-30 www/xpi-pentadactyl: Unfetchable for more than six months (google
code has gone away)
2017-04-30 net-mgmt/py-flowtools: Unfetchable for more than six months (google
code has gone away)
2017-04-30 chinese/ydict: Unfetchable for more than six months (google code has
gone away)
2017-04-30 chinese/py-cconv: Unfetchable for more than six months (google code
has gone away)
2017-04-30 chinese/fqterm: Unfetchable for more than six months (google code has
gone away)
2017-04-30 chinese/libgooglepinyin: Unfetchable for more than six months (google
code has gone away)
2017-04-30 chinese/p5-cconv: Unfetchable for more than six months (google code
has gone away)
2017-04-30 chinese/fcitx-googlepinyin: Unfetchable for more than six months
(google code has gone away)
2017-04-30 chinese/php-cconv: Unfetchable for more than six months (google code
has gone away)
2017-04-30 chinese/ibus-table-chinese: Unfetchable for more than six months
(google code has gone away)
2017-04-30 databases/jdbm2: Unfetchable for more than six months (google code
has gone away)
2017-04-30 databases/akonadi-googledata: Unfetchable for more than six months
(google code has gone away)
2017-04-30 lang/ofc: Unfetchable for more than six months (google code has gone
away)
2017-04-30 comms/esmska: Unfetchable for more than six months (google code has
gone away)
2017-04-30 x11/keynav: Unfetchable for more than six months (google code has
gone away)
2017-04-30 x11/hotwire-shell: Unfetchable for more than six months (google code
has gone away)
2017-04-30 security/fuzzdb: Unfetchable for more than six months (google code
has gone away)
2017-04-30 security/truecrack: Unfetchable for more than six months (google code
has gone away)
2017-04-30 security/skipfish: Unfetchable for more than six months (google code
has gone away)
2017-04-30 security/py-yara-editor: Unfetchable for more than six months (google
code has gone away)
2017-04-30 security/nmapsi4: Unfetchable for more than six months (google code
has gone away)
2017-04-30 security/cmd5checkpw: Unfetchable for more than six months (google
code has gone away)
2017-04-30 net-p2p/unworkable: Unfetchable for more than six months (google code
has gone away)
2017-04-30 net-p2p/rtgui: Unfetchable for more than six months (google code has
gone away)
2017-04-30 audio/xpi-musicpm: Unfetchable for more than six months (google code
has gone away)
2017-04-30 audio/pidgin-musictracker: Unfetchable for more than six months
(google code has gone away)
2017-04-30 audio/logitechmediaserver-superdatetime: Unfetchable for more than
six months (google code has gone away)
2017-04-30 audio/last-cmus: Unfetchable for more than six months (google code
has gone away)
2017-04-30 audio/mehdiaplayer: Unfetchable for more than six months (google code
has gone away)
2017-04-30 japanese/nhocr: Unfetchable for more than six months (google code has
gone away)
2017-04-30 misc/xsw: Unfetchable for more than six months (google code has gone
away)
2017-04-30 dns/py-adns: Unfetchable for more than six months (google code has
gone away)
2017-04-30 dns/py-bonjour: Unfetchable for more than six months (google code has
gone away)
2017-04-30 games/robocalypto: Unfetchable for more than six months (google code
has gone away)
2017-04-30 games/libfov: Unfetchable for more than six months (google code has
gone away)
2017-04-30 games/dcross: Unfetchable for more than six months (google code has
gone away)
2017-04-30 games/lostfeathers: Unfetchable for more than six months (google code
has gone away)
2017-04-30 games/hexglass: Unfetchable for more than six months (google code has
gone away)
2017-04-30 textproc/ibus-table: Unfetchable for more than six months (google
code has gone away)
2017-04-30 textproc/chm2pdf: Unfetchable for more than six months (google code
has gone away)
2017-04-30 textproc/dtdinst: Unfetchable for more than six months (google code
has gone away)
2017-04-30 textproc/py-xmltv: Unfetchable for more than six months (google code
has gone away)
2017-04-30 textproc/ibus-m17n: Unfetchable for more than six months (google code
has gone away)
2017-04-30 textproc/libroxml: Unfetchable for more than six months (google code
has gone away)
2017-04-30 mail/gnome-gmail-notifier: Unfetchable for more than six months
(google code has gone away)
2017-04-30 irc/py-gozerbot: Unfetchable for more than six months (google code
has gone away)
2017-04-30 irc/tircd: Unfetchable for more than six months (google code has gone
away)
2017-04-30 graphics/qiviewer: Unfetchable for more than six months (google code
has gone away)
2017-04-30 graphics/py-gchartwrapper: Unfetchable for more than six months
(google code has gone away)
2017-04-30 graphics/svgfig: Unfetchable for more than six months (google code
has gone away)
2017-04-30 graphics/iulib: Unfetchable for more than six months (google code has
gone away)
2017-04-30 graphics/seam-carving-gui: Unfetchable for more than six months
(google code has gone away)
2017-04-30 graphics/py-pyggel: Unfetchable for more than six months (google code
has gone away)
2017-04-30 graphics/rubygem-gemojione2: Use graphics/rubygem-gemojione instead
Original commitRevision:439826 
Saturday, 29 Apr 2017
23:00 cpm search for other commits by this committer
Add new port www/iridium

Iridium is a free, open, and libre browser modification of the Chromium
code base, with privacy being enhanced in several key areas.

Automatic transmission of partial queries, keywords, metrics to central
services is inhibited and only occurs with consent.

WWW: https://iridiumbrowser.de/
Original commitRevision:439777 
Friday, 28 Apr 2017
22:48 sunpoet search for other commits by this committer
Add rubygem-railties50 5.0.2 (copied from rubygem-railties5)

- Add PORTSCOUT
Original commitRevision:439707 

Number of commits found: 5608 (showing only 100 on this page)

[First Page]  «  14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24  »  [Last Page]