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
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: www/Makefile

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

[First Page]  «  8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18  »  [Last Page]

Friday, 25 May 2018
20:40 sunpoet search for other commits by this committer
Add py-branca 0.3.0

Branca is a spinoff from folium, that would host the non-map-specific features.
It may become a HTML+JS generation library in the future.

WWW: https://pypi.org/project/branca/
WWW: https://github.com/python-visualization/branca
Original commitRevision:470863 
Thursday, 24 May 2018
01:41 wen search for other commits by this committer
HTTP::Entity::Parser is PSGI compliant HTTP Entity parser. This module
also has compatibility with HTTP::Body. Unlike HTTP::Body, HTTP::Entity::Parser
reads HTTP entity from PSGI's env $env->{'psgi.input'} and parse it.
This module support application/x-www-form-urlencoded, multipart/form-data
and application/json.

WWW: http://search.mcpan.org/dist/HTTP-Entity-Parser/
Original commitRevision:470754 
01:25 wen search for other commits by this committer
This class provides a low-level API for processing MultiPart MIME data
streams conforming to MultiPart types as defined in RFC 2616.

WWW: http://search.mcpan.org/dist/HTTP-MultiPartParser/
Original commitRevision:470752 
Tuesday, 22 May 2018
09:48 brnrd search for other commits by this committer
www/mod_proxy_uwsgi: Delete after www/apache24 merge

 - Remove conflict on libexec/apache24/mod_proxy_uwsgi.so
 - Module is part of www/apache24 as of 2.4.30
   see https://github.com/unbit/uwsgi/issues/1636
   and https://svn.apache.org/viewvc?view=revision&revision=1810358

PR:		228391
Approved by:	maintainer <schmidt ze.tum de>
MFH:		2018Q2
Original commitRevision:470602 
Monday, 21 May 2018
02:35 sunpoet search for other commits by this committer
Add py-arxiv 0.2.2

arxiv.py is a Python wrapper for the arXiv API
(http://arxiv.org/help/api/index).

arXiv is a project by the Cornell University Library that provides open access
to 1,000,000+ articles in Physics, Mathematics, Computer Science, Quantitative
Biology, Quantitative Finance, and Statistics.

They have an API that uses ATOM feeds to serve simple database queries.
Unfortunately, handling these ATOM requsts can be clumsy (especially given
inconsistency in data between different result objects, even in the same query).
This is where arxiv.py comes it: it constructs requests for arXiv and gets ATOM
feeds via a simple handful of methods, and parses the results into an intuitive
format.

WWW: https://pypi.python.org/pypi/arxiv
WWW: https://github.com/lukasschwab/arxiv.py
Original commitRevision:470501 
Sunday, 20 May 2018
18:55 sunpoet search for other commits by this committer
Move www/p5-CGI_Lite to www/p5-CGI-Lite
Original commitRevision:470471 
Saturday, 19 May 2018
13:01 wen search for other commits by this committer
- Repocopy www/moodle34 --> www/moodle35 and update to 3.5
Original commitRevision:470406 
Friday, 18 May 2018
05:09 acm search for other commits by this committer
- Copy bareos-webui to bareos16-webui. bareos-webui will be updated to 17.x
- Few other modifications
Original commitRevision:470265 
Tuesday, 15 May 2018
23:58 sunpoet search for other commits by this committer
Add py-django-jsonfield2 3.0.0

jsonfield2 is a reusable model field that allows you to store validated JSON,
automatically handling serialization to and from the database. To use, add
jsonfield.JSONField to one of your models.

WWW: https://pypi.org/project/jsonfield2/
WWW: https://github.com/rpkilby/jsonfield2
Original commitRevision:470064 
Monday, 14 May 2018
18:45 seanc search for other commits by this committer
New port: www/kurly

kurly is an alternative to the widely popular curl program.

kurly is designed to operate in a similar manner to curl, with select
features. Notably, kurly is not aiming for feature parity, but common
flags and mechanisms particularly within the HTTP(S) realm are to be
expected.

Reviewed by:	swills
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D15332
Original commitRevision:469948 
15:54 miwi search for other commits by this committer
Flask-Moment is an extension for the Flask web application micro framework
that enhances Jinja2 templates with formatting of dates and times using
moment.js.

WWW: https://github.com/miguelgrinberg/Flask-Moment

PR:		224587
Submitted by:	john@saltant.com
Sponsored by:	iXsystems Inc.
Original commitRevision:469911 
Saturday, 12 May 2018
07:14 miwi search for other commits by this committer
Helps working with singletons - things like global settings that you
want to edit from the admin site.

WWW: https://github.com/lazybird/django-solo/

PR:		226454
Submitted by:	rozhuk.im@gmail.com
Original commitRevision:469710 
Friday, 11 May 2018
16:54 sunpoet search for other commits by this committer
Add py-django-ranged-response 0.2.0

This is a modified FileResponse that returns 'Content-Range' headers with the
HTTP response, so browsers (e.g. Safari 9+) that request the file, can stream
the response properly.

WWW: https://github.com/i3thuan5/django-ranged-response

PR:		228132
Submitted by:	Kai <freebsd_ports@k-worx.org>
Original commitRevision:469672 
Thursday, 10 May 2018
16:25 miwi search for other commits by this committer
The django CMS Admin Style is a Django Theme tailored to the needs of django CMS
and adds pretty CSS styles for the django CMS admin interface.

WWW: https://www.django-cms.org/

PR:		227672
Submitted by:	freebsd_ports@k-worx.org
Sponsored by:	iXsystems Inc.
Original commitRevision:469566 
Wednesday, 9 May 2018
21:25 rene search for other commits by this committer
Remove expired port:
2018-05-07 www/p5-Kwiki: All www files wrongly belongs to www user.
Original commitRevision:469470 
19:33 pi search for other commits by this committer
New port: www/py-django-widget-tweaks

Tweak the form field rendering in templates, not in python-level form
definitions. CSS classes and HTML attributes can be altered.

WWW: https://github.com/jazzband/django-widget-tweaks

PR:		226453
Submitted by:	rozhuk.im@gmail.com
Original commitRevision:469462 
Monday, 30 Apr 2018
07:30 wen search for other commits by this committer
django-treebeard is a library that implements efficient tree implementations for
the Django Web Framework 1.8 and later.

Features:

- Flexible: Includes 3 different tree implementations with the same API:
  * Adjacency List
  * Materialized Path
  * Nested Sets
- Fast: Optimized non-naive tree operations
- Easy: Uses Django Model Inheritance with abstract classes to define your own
        models.
- Clean: Testable and well tested code base. Code/branch test coverage is
         above 96%.

WWW: https://github.com/django-treebeard/django-treebeard

PR:		227671
Submitted by:	freebsd_ports@k-worx.org
Original commitRevision:468673 
Saturday, 28 Apr 2018
21:56 tcberner search for other commits by this committer
www/choqok: update to 1.6.0 (kf5 based) and move the kde4 version to
www/choqok-kde4

Differential Revision:	https://reviews.freebsd.org/D10168
Original commitRevision:468595 
Friday, 27 Apr 2018
20:29 tcberner search for other commits by this committer
Import the KDE Plasma5 ports

This is an import of the Plasma5 ports that we have had in the development
repository for quite some time now.

Please note:
 * Plasma5 cannot be installed at the same time as KDE SC4.
 * Qt5 assumes /etc/localtime to be a symlink to a tz file, not a regular file.
 * To start plasma5, it is recommended to use something like
       exec ck-launch-session startkde
 * Powermanagement and such is not working :-)

I would like to thank all the people that have helped test it in the past years.

Reviewed by:	adridg
Differential Revision:	https://reviews.freebsd.org/D15096
Original commitRevision:468495 
Monday, 23 Apr 2018
23:32 osa search for other commits by this committer
www/unit: add perl language module.
Original commitRevision:468149 
Sunday, 22 Apr 2018
12:49 sunpoet search for other commits by this committer
Add p5-HTML-FormFu-MultiForm 1.03

HTML::FormFu::MultiForm handles multi-page/stage forms with FormFu.

WWW: http://search.cpan.org/dist/HTML-FormFu-MultiForm/
Original commitRevision:468014 
Tuesday, 17 Apr 2018
20:18 pi search for other commits by this committer
New port: www/py-drf-yasg

Generate real Swagger/OpenAPI 2.0 specifications from a Django Rest
Framework API.

Features:

- full support for nested serializers and schemas
- response schemas and descriptions
- model definitions compatible with codegen tools
- customization hooks at all points in the spec generation process
- JSON and YAML format for spec
- bundles latest version of swagger-ui and redoc for viewing the generated
  documentation
- schema view is cacheable out of the box
- generated Swagger schema can be automatically validated by
  swagger-spec-validator or flex
- supports Django REST Framework API versioning with URLPathVersioning
  and NamespaceVersioning (other DRF or custom versioning schemes are
  not currently supported)

WWW: https://github.com/axnsan12/drf-yasg

PR:		227344
Submitted by:	Kai <freebsd_ports@k-worx.org>
Original commitRevision:467653 
19:25 pi search for other commits by this committer
New port: www/py-djangorestframework as version 3.8.x

- py-djangorestframework 3.6.x lives on as py-djangorestframework36
- seahub and django-annotations stay on -36

PR:		227319
Submitted by:	Kai <freebsd_ports@k-worx.org>
Reviewed by:	antoine, sunpoet
Original commitRevision:467652 
04:08 swills search for other commits by this committer
www/py-httmock: create port

A mocking library for requests for Python 2.7 and 3.4+.

WWW: https://github.com/patrys/httmock

PR:		227194
Submitted by:	dereks@lifeofadishwasher.com
Original commitRevision:467557 
Monday, 16 Apr 2018
11:14 brnrd search for other commits by this committer
www/mod_python33
Original commitRevision:467476 
10:44 brnrd search for other commits by this committer
www/mod_antiloris
www/mod_auth_imap2
www/mod_authn_sasl
www/mod_bw
www/mod_cband
www/mod_clamav
www/mod_extract_forwarded
www/mod_hosts_access
www/mod_log_config-st
www/mod_log_mysql
www/mod_log_sql2-dtc
www/mod_macro22
www/mod_musicindex
www/mod_ntlm2
www/mod_proxy_html
www/mod_remoteip
www/mod_spdy
www/mod_uid
www/mod_vhost_ldap
www/mod_whatkilledus
www/mod_xml2enc
2017-07-01 www/apache22: Upstream propose EoL of apache 2.2.x during the next 12
months
Original commitRevision:467473 
Friday, 13 Apr 2018
06:15 mfechner search for other commits by this committer
Added new ports required for gitlab 10.6.x.

Reviewed by:	mat, swills (mentor)
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D15032
Original commitRevision:467209 
Thursday, 12 Apr 2018
17:38 wg search for other commits by this committer
www/py-azure-storage: Python Client for Azure Storage

Microsoft Azure Storage SDK for Python provides a client library in Python
that makes it easy to consume Microsoft Azure Storage services.

WWW: https://pypi.python.org/pypi/azure-storage

Submitted by:	Vladimir Vinogradenko
Original commitRevision:467170 
17:30 wg search for other commits by this committer
www/py-azure-common: Microsoft Azure common code

WWW: https://pypi.python.org/pypi/azure-common

Submitted by:	Vladimir Vinogradenko
Original commitRevision:467169 
Friday, 6 Apr 2018
16:27 mfechner search for other commits by this committer
New ports required for gitlab update to 10.5.x.

Submitted by:	swills
Reviewed by:	mat, swills (mentor)
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D14841
Original commitRevision:466666 
10:04 tz search for other commits by this committer
Reflect port-renaming of www/piwik to www/matomo in www/Makefile
Original commitRevision:466636 
07:20 yuri search for other commits by this committer
New port: www/py-livereload: WSGI for web developers to watch changes in
realtime

PR:		227290
Submitted by:	Kai <freebsd_ports@k-worx.org>
Original commitRevision:466622 
Tuesday, 3 Apr 2018
09:50 tota search for other commits by this committer
- Add new port: www/R-cran-crosstalk

  Provides building blocks for allowing HTML widgets to communicate
  with each other, with Shiny or without (i.e. static .html files).
  Currently supports linked brushing and filtering.

  WWW: https://cran.r-project.org/web/packages/crosstalk/
Original commitRevision:466313 
Sunday, 1 Apr 2018
17:01 krion search for other commits by this committer
Add www/miniflux

Miniflux is a self-hosted software to read RSS/Atom/JSON feeds
written in Go and using PostgreSQL backend.
Original commitRevision:466171 
Saturday, 31 Mar 2018
15:37 sunpoet search for other commits by this committer
Remove expired www/py-django-devel
Original commitRevision:466056 
15:36 sunpoet search for other commits by this committer
Remove expired www/npm4
Original commitRevision:466053 
Tuesday, 27 Mar 2018
22:13 yuri search for other commits by this committer
New port: www/py-django-js-asset: Insert script tags with additional attributes
for django.forms.Media

While here, fixed minor sorting probems in www/Makefile.

PR:		227015
Submitted by:	Kai <freebsd_ports@k-worx.org>
Original commitRevision:465768 
21:58 yuri search for other commits by this committer
New port: www/py-django-timezone-field: Provides database and form fields for
pytz timezone objects for Django

PR:		226913
Submitted by:	Kai <freebsd_ports@k-worx.org>
Original commitRevision:465766 
21:50 yuri search for other commits by this committer
New port: www/py-django-filter: Dynamic filtering for querysets with Django

PR:		227007
Submitted by:	Kai <freebsd_ports@k-worx.org>
Original commitRevision:465765 
21:20 yuri search for other commits by this committer
New port: www/py-django-rest-swagger: Swagger UI for Django REST framework

PR:		226950
Submitted by:	Kai <freebsd_ports@k-worx.org>
Original commitRevision:465759 
Monday, 26 Mar 2018
14:38 rene search for other commits by this committer
Remove expired ports:
2017-09-21 net/samba44: unsupported upstream
2018-03-25 mail/sisyphus: Never built
2018-03-25 www/fira-webfont: Unused with no apparent use case
2018-03-25 www/dummyflash: Unused, unmaintained, and obsolete
2018-03-25 devel/guikachu: Broken for more than 9 months
Original commitRevision:465600 
12:24 jrm search for other commits by this committer
New port, www/webhook: lightweight incoming webhook server

WWW: https://github.com/adnanh/webhook

PR:		222883
Submitted by:	stb@lassitu.de (maintainer)
Differential Revision:	https://reviews.freebsd.org/D14853
Original commitRevision:465583 
Saturday, 24 Mar 2018
21:10 sunpoet search for other commits by this committer
Add p5-HTTP-Tiny-UA 0.005

HTTP::Tiny::UA extends HTTP::Tiny with higher-level convenience features.

WWW: http://search.cpan.org/dist/HTTP-Tiny-UA/
Original commitRevision:465469 
06:43 ygy search for other commits by this committer
- Add websocketd 0.3.0

websocketd is the WebSocket daemon. It takes care of handling the
WebSocket connections, launching your programs to handle the WebSockets,
and passing messages between programs and web-browser.

PR:		226867
Approved by:	adamw
Original commitRevision:465429 
Wednesday, 21 Mar 2018
16:49 pi search for other commits by this committer
New port: www/carbonapi

carbonapi is a frontend for carbonzipper and can partially replace graphiteweb.

WWW: https://github.com/go-graphite/carbonapi

PR:		226808
Submitted by:	Andreas Andersson <a.andersson.thn@gmail.com>
Original commitRevision:465192 
Tuesday, 20 Mar 2018
22:33 sunpoet search for other commits by this committer
Add py-google-api-core 1.1.0

Core Library for Google Client Libraries

This library is not meant to stand-alone. Instead it defines common helpers used
by all Google API clients.

WWW: https://pypi.python.org/pypi/google-api-core
WWW: https://github.com/GoogleCloudPlatform/google-cloud-python
Original commitRevision:465114 
Friday, 16 Mar 2018
21:54 feld search for other commits by this committer
Welcome www/varnish6 to the tree

Release Notes:	https://varnish-cache.org/releases/rel6.0.0.html#rel6-0-0
Original commitRevision:464742 
Wednesday, 14 Mar 2018
20:55 rene search for other commits by this committer
Remove expired ports:
2018-03-13 www/mediawiki123: Upstream no longer maintained
2018-03-13 www/mediawiki128: Upstream no longer maintained
Original commitRevision:464532 
Tuesday, 13 Mar 2018
22:18 tobik search for other commits by this committer
www/quark: Readd with package name quark-server

PR:		226226
Original commitRevision:464437 
20:01 antoine search for other commits by this committer
Revert www/quark addition, PKGBASE collision with multimedia/quark
Original commitRevision:464400 
16:52 gblach search for other commits by this committer
- Add www/py-tornado4 port
- Set conflicts between py-tornado and py-tornado4
Original commitRevision:464389 
07:10 tobik search for other commits by this committer
New port: www/quark

Extremely small and simple HTTP GET/HEAD-only web server for static content.

WWW: https://tools.suckless.org/quark/

PR:		226226
Submitted by:	0mp
Original commitRevision:464345 
Saturday, 10 Mar 2018
23:00 sunpoet search for other commits by this committer
Add py-swapper 1.1.0

Swapper is an unofficial API for the undocumented but very powerful Django
feature: swappable models. Swapper facilitates implementing arbitrary swappable
models in your own reusable apps.

WWW: https://pypi.python.org/pypi/swapper
WWW: https://github.com/wq/django-swappable-models
Original commitRevision:464099 
22:59 sunpoet search for other commits by this committer
Add py-django-model-utils 3.1.1

django-model-utils provides Django model mixins and utilities and supports
Django 1.8 to 2.0.

WWW: https://pypi.python.org/pypi/django-model-utils
WWW: https://github.com/jazzband/django-model-utils
Original commitRevision:464098 
22:59 sunpoet search for other commits by this committer
Add py-django-braces 1.12.0

django-braces provides mixins for Django's class-based views.

WWW: https://pypi.python.org/pypi/django-braces
WWW: https://github.com/brack3t/django-braces
Original commitRevision:464097 
22:43 yuri search for other commits by this committer
New port: www/py-internetarchive: Python interface to archive.org

Approved by:	tcberner (mentor, implicit)
Original commitRevision:464094 
09:04 yuri search for other commits by this committer
New port: www/py-requests_ntlm: HTTP NTLM authentication using the requests
library

Approved by:	tcberner (mentor, implicit)
Original commitRevision:464054 
Friday, 9 Mar 2018
06:54 rene search for other commits by this committer
Remove expired ports:
2018-03-07 www/openxmldir: Unmaintained, all www files wrongly belongs to www
user.
2018-03-07 www/hastymail2: Unmaintained, all www files wrongly belongs to www
user.
2018-03-07 www/dalbum: Unmaintained, all www files wrongly belongs to www user.
2018-03-07 www/iwebcal: Unmaintained, all www files wrongly belongs to www user.
2018-03-07 www/impresscms: Unmaintained, all www files wrongly belongs to www
user.
2018-03-07 www/freeway: Unmaintained upstream, all www files wrongly belongs to
www user.
2018-03-07 www/xaraya: Unmaintained, all www files wrongly belongs to www user.
2018-03-07 www/subsonic: Unmaintained, all www files wrongly belongs to www
user.
2018-03-07 www/phpwebapp: Unmaintained upstream, all www files wrongly belongs
to www user.
2018-03-07 www/hastymail: Unmaintained, all www files wrongly belongs to www
user.
2018-03-07 www/b2evolution: Unmaintained, all www files wrongly belongs to www
user.
2018-03-07 www/textpattern: Unmaintained, all www files wrongly belongs to www
user.
2018-03-07 www/eventum: Unmaintained, all www files wrongly belongs to www user.
2018-03-07 www/quickie: Unmaintained, all www files wrongly belongs to www user.
2018-03-07 www/jinzora: Unmaintained, all www files wrongly belongs to www user.
2018-03-07 www/zen-cart: Unmaintained, no upstream, all www files wrongly
belongs to www user.
2018-03-07 www/bblog: Unmaintained, all www files wrongly belongs to www user.
2018-03-07 www/extjs: Unmaintained, all www files wrongly belongs to www user.
2018-03-07 www/geeklog: Unmaintained, all www files wrongly belongs to www user.
2018-03-07 www/lilurl: Unmaintained, all www files wrongly belongs to www user.
2018-03-07 www/zikula: Unmaintained, no upstream, all www files wrongly belongs
to www user.
2018-03-07 www/yii: Unmaintained, all www files wrongly belongs to www user.
2018-03-07 www/phpmp: Unmaintained, all www files wrongly belongs to www user.
2018-03-07 www/lionwiki: Unmaintained, all www files wrongly belongs to www
user.
Original commitRevision:463933 
Thursday, 8 Mar 2018
19:48 mat search for other commits by this committer
Introduce PHP flavors.

  Ports using USES=php:phpize, php:ext, php:zend, and php:pecl are now
  flavored.  They will automatically get flavors (php56, php70, php71, php72)
  depending of the versions they support (set with IGNORE_WITH_PHP).  As a
  consequence, ports using USES=pear and USES=horde are also flavored.

PR:		226242
Submitted by:	mat
Exp-run by:	antoine
Approved by:	portmgr
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D14208
Original commitRevision:463917 
01:00 jhale search for other commits by this committer
New port www/py-weboob

Weboob is a collection of applications able to interact with websites,
without requiring the user to open them in a browser. It also
provides well-defined APIs to talk to websites lacking one.

WWW: http://weboob.org
Original commitRevision:463855 
Wednesday, 7 Mar 2018
21:39 feld search for other commits by this committer
The Flask-Script extension provides support for writing external scripts
in Flask. This includes running a development server, a customised
Python shell, scripts to set up your database, cronjobs, and other
command-line tasks that belong outside the web application itself.

WWW: http://flask-script.readthedocs.io/en/latest/
Original commitRevision:463837 
21:39 feld search for other commits by this committer
Flask-Marshmallow is a thin integration layer for Flask (a Python web
framework) and marshmallow (an object serialization/deserialization
library) that adds additional features to marshmallow, including URL and
Hyperlinks fields for HATEOAS-ready APIs. It also (optionally)
integrates with Flask-SQLAlchemy.

WWW: https://flask-marshmallow.readthedocs.io/
Original commitRevision:463836 
21:38 feld search for other commits by this committer
Flask-APScheduler is a Flask extension which adds support for the
APScheduler.

WWW: https://github.com/viniciuschiele/flask-apscheduler
Original commitRevision:463835 
19:42 joneum search for other commits by this committer
New port: www/trac-devel

Trac uses a minimalistic approach to web-based software project management.
Our mission; to help developers write great software while staying out of
the way.  Trac should impose as little as possible on a team's established
development process and policies.

All aspects of Trac have been designed with one single goal, to simplify
tracking and communication of software issues, enhancements and monitoring
overall progress.

What is Trac?

    * An integrated system for managing software projects
    * An enhanced wiki
    * A flexible web-based issue tracker
    * An interface to the Subversion revision control system

At the core of Trac lies an integrated wiki and issue/bug database. Using
wiki markup, all objects managed by Trac can directly link to other
issues/bug reports, code changesets, documentation and files.

WWW: http://trac.edgewall.org/

Reviewed by:	tcberner
Differential Revision:	https://reviews.freebsd.org/D14588
Original commitRevision:463823 
04:35 yuri search for other commits by this committer
New port: www/restbed: Asynchronous RESTful functionality to C++11 applications

PR:		220912
Approved by:	tcberner (mentor, implicit)
Original commitRevision:463775 
02:04 swills search for other commits by this committer
www/grafana5: create port for grafana 5.x

Grafana is an open source, feature rich metrics dashboard and graph editor for
Graphite, ElasticSearch, OpenTSDB, Prometheus and InfluxDB.

WWW: https://github.com/grafana/grafana

This port is for the 5.x version of Grafana, based on the port for 4.x. Also
made changes to pet port line while here.

Submitted by:	David O'Rourke
Differential Revision:	https://reviews.freebsd.org/D14602
Original commitRevision:463774 
Monday, 5 Mar 2018
11:25 adridg search for other commits by this committer
New port: www/falkon, the successor to www/qupzilla-qt5

Qupzilla has migrated to the KDE umbrella upstream, and
renamed itself in the process. The first rebranded release
was 2018-02-27.

	https://davidrosca.blogspot.nl/2018/02/falkon-300-released.html

Qupzilla settings can be migrated to Falkon with
	cp -R ~/.config/qupzilla  ~/.config/falkon

In the medium term, qupzilla-qt5 will be deprecated and
users encouraged to move to falkon. qupzilla-qt4 is
based on an EOL toolkit and won't be touched.

Submitted by:	tcberner
Approved by:	tcberner (mentor, implicit)
Differential Revision:	https://reviews.freebsd.org/D13906
Original commitRevision:463644 
Sunday, 4 Mar 2018
22:05 yuri search for other commits by this committer
New port: www/py-sseclient: Python client library for reading Server Sent Event
streams

Approved by:	tcberner (mentor, implicit)
Original commitRevision:463602 
21:21 yuri search for other commits by this committer
New port: www/py-mwoauth: Generic MediaWiki OAuth handshake helper

Approved by:	tcberner (mentor, implicit)
Original commitRevision:463600 
Wednesday, 28 Feb 2018
14:08 sunpoet search for other commits by this committer
Resurrect www/rubygem-rack-cors0

This port is still used by net-im/mastodon.
Original commitRevision:463210 
12:52 sunpoet search for other commits by this committer
Remove expired www/rubygem-rack-cors0
Original commitRevision:463206 
12:52 sunpoet search for other commits by this committer
Remove expired www/rubygem-gon-rails4
Original commitRevision:463205 
Thursday, 22 Feb 2018
10:30 romain search for other commits by this committer
Add www/py-puppetboard03

Copy www/py-puppetboard02 to www/py-puppetboard03 and update it accordingly.

While here:
- Pass maintainership of www/py-puppetboard02 to puppet@;
- Update CONFLICTS_INSTALL for www/py-puppetboard, www/py-puppetboard02 and
  www/py-puppetboard03;
- Mark www/py-puppetboard02 as deprectaed, without expiration date for now.

With hat:	puppet
Original commitRevision:462580 
Monday, 19 Feb 2018
17:43 tz search for other commits by this committer
Fork www/rubygem-unicorn-worker-killer to www/rubygem-unicorn-worker-killer044
in order to freeze the version and use rubygem-unicorn 4 instead of 5.

This is needed for the www/gitlab update to 10.4.x

Submitted by: Matthias Fechner <idefix@fechner.net>
Reviewed by:  swills, tz
Original commitRevision:462339 
Saturday, 17 Feb 2018
22:08 yuri search for other commits by this committer
New port: www/go-appengine-sdk: App Engine SDK for Go

PR:		225826
Submitted by:	Dmitri Goutnik <dg@syrec.org>
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D14321
Original commitRevision:462196 
Friday, 16 Feb 2018
03:03 swills search for other commits by this committer
www/gobuffalo: create port

A Go web development eco-system, designed to make the life of a Go web
developer easier.

WWW: https://gobuffalo.io/
Original commitRevision:461969 
Thursday, 15 Feb 2018
16:59 tz search for other commits by this committer
Bring back dependencies needed to prepare the update of www/gitlab to 10.4

Submitted by: Matthias Fechner <idefix@fechner.net>
Reviewed by:  swills, tz
Original commitRevision:461935 
Wednesday, 14 Feb 2018
22:14 rene search for other commits by this committer
Remove expired ports:
2018-02-12 textproc/rubygem-tidy: No longer needed and not maintained
2018-02-12 www/rubygem-scrapi: No longer maintained upstream
Original commitRevision:461845 
Tuesday, 13 Feb 2018
19:56 pi search for other commits by this committer
New port: www/osrm-backend

This is a port of osrm-backend of the open-streetmap project.

WWW: http://project-osrm.org/

PR:		215524
Submitted by:	Andreas Andersson <a.andersson.thn@gmail.com>
Reviewed by:	koobs, ultima, tz
Original commitRevision:461738 
Sunday, 11 Feb 2018
23:04 joneum search for other commits by this committer
www/mod_security-devel: Update to latest pre-release and rename it to
www/mod_security3

Changelog: https://github.com/SpiderLabs/ModSecurity/releases/tag/v3.0.0

*While here:
 -switch to DISTVERSION
 -remove broken for aarch64, armv6 and armv7, this should be fixed in v3:
 
https://github.com/SpiderLabs/ModSecurity/commit/968d83f1ff688c8158a3fe1c2fc375dd8548b97c

PR:		222877
Submitted by:	Marius Halden <marius.h@lden.org> (maintainer)
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D14118
Original commitRevision:461536 
Saturday, 10 Feb 2018
10:29 tcberner search for other commits by this committer
Rename KDE4 meta ports

This is done for
 * consistency,
 * and to simplify the import of the newer KDE Plasma5 desktop and KDE
applications

Bumps the dependencies.

Reviewed by:	adridg
Differential Revision:	https://reviews.freebsd.org/D12979
Original commitRevision:461375 
Friday, 2 Feb 2018
08:50 olivier search for other commits by this committer
Add new port: www/mattermost-server

Open source Slack-alternative in Golang and React

PR:		225413
Submitted by:	loic.blot@unix-experience.fr
Original commitRevision:460678 
08:39 olivier search for other commits by this committer
Add new port: www/mattermost-webapp

Webapp of Mattermost server

PR:		225413
Submitted by:	loic.blot@unix-experience.fr
Original commitRevision:460677 
Thursday, 1 Feb 2018
07:14 acm search for other commits by this committer
- Update to 3.0.4
- Connect www/fpc-libmicrohttpd
Original commitRevision:460558 
Wednesday, 31 Jan 2018
16:43 sunpoet search for other commits by this committer
Remove www/rubygem-turbolinks-classic
Original commitRevision:460512 
16:43 sunpoet search for other commits by this committer
Remove www/rubygem-puma2
Original commitRevision:460511 
16:42 sunpoet search for other commits by this committer
Remove www/rubygem-jekyll-watch1
Original commitRevision:460510 
16:42 sunpoet search for other commits by this committer
Remove www/rubygem-http2
Original commitRevision:460509 
16:42 sunpoet search for other commits by this committer
Remove www/py-django110
Original commitRevision:460508 
Tuesday, 30 Jan 2018
22:11 antoine search for other commits by this committer
Revert recent fpc changes, they were obviously untested

With hat:	portmgr
Original commitRevision:460445 
18:05 acm search for other commits by this committer
- Update to 3.0.4
- Link www/fpc-libmicrohttpd
Original commitRevision:460424 
Sunday, 28 Jan 2018
01:39 rene search for other commits by this committer
Remove expired ports:
2018-01-27 emulators/raine: Broken for more than 6 months
2018-01-27 mail/libmapi: Broken for more than 6 months
2018-01-27 www/lessc: Broken for more than 6 months
2018-01-27 www/uglifyjs: Broken for more than 6 months
2018-01-27 www/py-octoprint: Broken for more than 6 months
2018-01-27 www/xpi-noscript: Broken for more than 6 months
2018-01-27 www/npm-less-plugin-clean-css: Broken for more than 6 months
2018-01-27 www/caudium14: Depends on expiring lang/pike78
2018-01-27 www/hinventory-client: Broken for more than 6 months
2018-01-27 security/tclgpg: Broken for more than 6 months
2018-01-27 security/pond: Broken for more than 6 months
2018-01-27 security/mdcrack: Broken for more than 6 months
2018-01-27 devel/npm-commander: Broken for more than 6 months
2018-01-27 devel/py-protocols-devel: Broken for more than 6 months
2018-01-27 devel/py-InlineEgg: Broken for more than 6 months
2018-01-27 devel/npm-amdefine: Broken for more than 6 months
2018-01-27 devel/npm-source-map: Broken for more than 6 months
2018-01-27 devel/libical-glib: Broken for more than 6 months
2018-01-27 devel/npm-graceful-readlink: Broken for more than 6 months
2018-01-27 devel/npm-clean-css: Broken for more than 6 months
2018-01-27 devel/py-ruledispatch: Depends on expiring devel/py-protocols-devel
2018-01-27 games/balazarbrothers: Broken for more than 6 months
2018-01-27 games/libretro-cores: Broken for more than 6 months
2018-01-27 games/gish-demo: Broken for more than 6 months
2018-01-27 games/cheech: Broken for more than 6 months
2018-01-27 audio/mbrolavox: Broken for more than 6 months
2018-01-27 audio/linux-mbrola: Depends on expiring audio/mbrolavox
2018-01-27 audio/gigedit: Broken for more than 6 months
2018-01-27 audio/gnomoradio: Broken for more than 6 months
2018-01-27 math/asir2000: Broken for more than 6 months
2018-01-27 multimedia/librespot: Broken for more than 6 months
2018-01-27 multimedia/bombono: Broken for more than 6 months
2018-01-27 lang/gcl: Broken for more than 6 months
2018-01-27 lang/pike78: Broken for more than 6 months
2018-01-27 shells/ambit: Broken for more than 6 months
Original commitRevision:460155 
Friday, 26 Jan 2018
18:13 sunpoet search for other commits by this committer
Move www/tomcat-devel to www/tomcat9

- Update to 9.0.4
- While I'm here, update COMMENT

Changes:	https://tomcat.apache.org/tomcat-9.0-doc/changelog.html
PR:		225459
Submitted by:	<vvd@unislabs.com> (maintainer)
Original commitRevision:460044 
18:11 sunpoet search for other commits by this committer
Add py-python-dotenv 0.7.1

python-dotenv reads the key,value pair from .env and adds them to environment
variable. It is great of managing app settings during development and in
production using 12-factor principles.

WWW: https://pypi.python.org/pypi/python-dotenv
WWW: https://github.com/theskumar/python-dotenv
Original commitRevision:460021 
Monday, 15 Jan 2018
10:06 rene search for other commits by this committer
Remove expired ports:
2018-01-14 textproc/ruby-sary: Does not build with current versions of ruby
2018-01-14 textproc/ruby-deplate: Does not build with current versions of ruby
2018-01-14 www/ruby-aws: Does not build with current versions of ruby
2018-01-14 www/samidare: Does not build with current versions of ruby
2018-01-14 devel/ruby-calendar: Does not build with current versions of ruby
2018-01-14 devel/ruby-rbbr: Does not build with current versions of ruby
2018-01-14 devel/ruby-date2: Does not build with current versions of ruby
2018-01-12 audio/ruby-xmms2: Does not build with current versions of ruby
Original commitRevision:459028 
Tuesday, 9 Jan 2018
20:06 jrm search for other commits by this committer
New ports: www/py-qt5-webchannel and www/py-qt5-webengine

Reviewed by:    mat, tcberner
Approved by:	tcberner
Differential Revision:	https://reviews.freebsd.org/D12964
Original commitRevision:458563 
15:40 sunpoet search for other commits by this committer
Add rubygem-smashing 1.1.0

Smashing, the spiritual successor to Dashing, is a Sinatra-based framework that
lets you build excellent dashboards. You write a bit of ruby code to gather data
from some services and let Smashing handle the rest - displaying that data in a
wonderfully simple layout. Built for developers and hackers, Smashing is highly
customizable while maintaining humble roots that make it approachable to
beginners.

WWW: https://smashing.github.io/
WWW: https://github.com/Smashing/smashing
Original commitRevision:458537 
Monday, 8 Jan 2018
16:42 feld search for other commits by this committer
Welcome www/rubygem-sinatra-contrib 2.0.0 to the tree
Original commitRevision:458436 
16:32 feld search for other commits by this committer
Rename rubygem-sinatra-contrib to rubygem-sinatra-contrib1

This is required to bring in a rubygem-sinatra-contrib 2.0.0

Approved by:	robak
Original commitRevision:458435 
Sunday, 7 Jan 2018
15:54 sunpoet search for other commits by this committer
Sort SUBDIRs
Original commitRevision:458355 

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

[First Page]  «  8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18  »  [Last Page]