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: devel/Makefile

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

[First Page]  «  43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53  »  [Last Page]

Saturday, 8 Apr 2017
00:29 kan search for other commits by this committer
Add external toolchain ports for aarch64

This involves copying patch file from lang/gcc6
and minor plist tweaks.

Reviewed by:	emaste, andreast, brooks
Approved by:	brooks
Differential Revision:	https://reviews.freebsd.org/D10292
Original commitRevision:437977 
00:13 brooks search for other commits by this committer
Add experimental xtoolchain ports for llvm-devel and llvm40.

With an appropriate port installed, in principle you can build a cross
world and/or kernel without a bootstrap compiler or binutils with:

make CROSS_TOOLCHAIN=llvm40 TARGET=arm64 buildworld buildkernel

In practice, this only has a chance of working on platforms with solid
LLD support.  At the moment I've had some success with i386, amd64, and
arm64.

Sponsored by:	DARPA, AFRL
Original commitRevision:437976 
Wednesday, 5 Apr 2017
19:59 jrm search for other commits by this committer
New port, devel/rubygem-appraisal: Integrates with bundler and rake to test
library dependencies

WWW: https://github.com/thoughtbot/appraisal/

Approved by:	swills (mentor, implicit)
Differential Revision:	https://reviews.freebsd.org/D10284
Original commitRevision:437833 
19:55 sunpoet search for other commits by this committer
Add p5-Hash-Objectify 0.008

Hash::Objectify turns a hash reference into a simple object with accessors for
each of the keys.

One application of this module could be to create lightweight response objects
without the extra work of setting up an entire response class with the framework
of your choice.

Using Hash::Objectify is slower than accessing the keys of the hash directly,
but does provide "typo protection" since a misspelled method is an error.

WWW: http://search.cpan.org/dist/Hash-Objectify/
Original commitRevision:437807 
18:03 swills search for other commits by this committer
devel/gitlab-runner: create port

GitLab Runner is the open source project that is used to run your jobs and send
the results back to GitLab. It is used in conjunction with GitLab CI, the
open-source continuous integration service included with GitLab that
coordinates the jobs.

WWW: https://gitlab.com/gitlab-org/gitlab-ci-multi-runner/tree/master
Original commitRevision:437803 
06:20 vanilla search for other commits by this committer
Add pecl-grpc.
Original commitRevision:437767 
Tuesday, 4 Apr 2017
14:07 feld search for other commits by this committer
A Python library for handling TAXII Messages and invoking TAXII Services.

WWW: https://pypi.python.org/pypi/libtaxii/
Original commitRevision:437736 
06:29 sunpoet search for other commits by this committer
Move php5-geshi to php-geshi

This port build fine with PHP 7.x.

Approved by:	portmgr (mat)
Original commitRevision:437681 
Monday, 3 Apr 2017
13:20 skreuzer search for other commits by this committer
Add python3 version of devel/py-colorama
Set architecture neutral
Add LICENSE_FILE

PR:		217479
Submitted by:	Danilo G. Baio <dbaio@bsd.com.br>
Approved by:	maintainer timeout (1 month)
Original commitRevision:437659 
12:57 sunpoet search for other commits by this committer
Add rubygem-newrelic_rpm3 3.18.1.330 (copied from rubygem-newrelic_rpm)

- Add PORTSCOUT
Original commitRevision:437632 
Saturday, 1 Apr 2017
22:15 bapt search for other commits by this committer
Remove an obsolete and unused library
Original commitRevision:437496 
12:08 bapt search for other commits by this committer
Remove lldb 3.7 slave port forgotten during the removal of llvm 3.7
Original commitRevision:437433 
10:58 bapt search for other commits by this committer
Remove LLVM 3.7

It is unused and not maintained by upstream

Approved by:	brooks
Original commitRevision:437427 
Friday, 31 Mar 2017
09:11 hrs search for other commits by this committer
Add textproc/greple and devel/p5-Getopt-EX, which greple depends on.

Greple is an egrep-like command-line tool which supports keyword search
in a way similar to popular WWW search engines in addition to regex.
Original commitRevision:437343 
Thursday, 30 Mar 2017
15:16 sunpoet search for other commits by this committer
Add rubygem-bindex 0.5.0

When Ruby raises an exception, it leaves you a backtrace to help you figure out
where did the exception originated in. Bindex gives you the bindings as well.
This can help you introspect the state of the Ruby program when at the point the
exception occurred.

WWW: https://github.com/gsamokovarov/bindex
Original commitRevision:437320 
14:07 tz search for other commits by this committer
New port: devel/phpunit6

PHPUnit is a regression testing framework used by the developer
who implements unit tests in PHP.

WWW: http://www.phpunit.de

This port needs PHP 7.0 or newer, while the old one devel/phpunit
will still work at our current default PHP 5.6.

PR:           216600
Submitted by: Jochen Neumeister <joneum@bsdproject.de>
Original commitRevision:437295 
12:30 swills search for other commits by this committer
devel/rubygem-health_check22: create port

Create 2.2.x version of port for GitLab
Original commitRevision:437284 
10:22 miwi search for other commits by this committer
libtmux is the tool behind tmuxp, a tmux workspace manager in python.

WWW: https://pypi.python.org/pypi/libtmux

PR:		216672
Submitted by:	Tony Narlock <tony@git-pull.com>
Original commitRevision:437279 
00:42 swills search for other commits by this committer
devel/py3-meson: delete due to duplicating devel/meson
Original commitRevision:437263 
Wednesday, 29 Mar 2017
18:43 swills search for other commits by this committer
devel/py3-meson: create port

Meson is a cross-platform build system designed to be both as fast and as user
friendly as possible. It supports many languages and compilers, including GCC,
Clang and Visual Studio. Its build definitions are written in a simple
non-turing complete DSL.

WWW: http://mesonbuild.com/
Original commitRevision:437223 
18:30 pawel search for other commits by this committer
- Update converters/ytnef to version 1.9.2, now hosted on GitHub
- Add PORTEPOCH, version is going backwards due to using versioning
  scheme of library distribution
- Remove devel/libytnef port, both packages are now developed in one repo
Original commitRevision:437222 
00:28 grembo search for other commits by this committer
Add nlohmann-json v2.1.1, JSON library for Modern C++.

PR:		215098
Submitted by:	Viacheslav Mikerov <SlavaMikerov@gmail.com>
Original commitRevision:437178 
Tuesday, 28 Mar 2017
17:59 skreuzer search for other commits by this committer
Add a python 3 varient of py-jedi
Original commitRevision:437145 
Monday, 27 Mar 2017
22:35 grembo search for other commits by this committer
Add hhdate 2.1.0.35, date and time library based on the C++11 (and
beyond) <chrono> header.

PR:		218030
Submitted by:	Andreas Sommer <andreas.sommer87@googlemail.com>
Original commitRevision:437089 
19:16 sunpoet search for other commits by this committer
Add rubygem-google-protobuf 3.2.0.2

rubygem-google-protobuf is a Ruby extension that implements Protocol Buffers
functionality. It makes use of generated Ruby code that defines message and enum
types in a Ruby DSL. You may write definitions in this DSL directly, but we
recommend using protoc's Ruby generation support with .proto files. The build
process in this directory only installs the extension; you need to install
protoc as well to have Ruby code generation functionality.

WWW: https://developers.google.com/protocol-buffers/
WWW: https://github.com/google/protobuf/tree/master/ruby
Original commitRevision:437078 
18:27 rene search for other commits by this committer
Remove expired ports:
2017-03-27 print/musixtex: Broken for more than 6 months
2017-03-27 www/wml: Broken for more than 6 months
2017-03-27 www/offline-npm: Broken for more than 6 months
2017-03-27 x11-themes/kde-icons-cezanne: Broken for more than 6 months
2017-03-27 x11-themes/kde-icons-sky: Broken for more than 6 months
2017-03-27 deskutils/gnome-shell-extension-backslide: Broken for more than 6
months
2017-03-27 devel/openvex: Broken for more than 6 months
2017-03-27 mail/mixmaster: Broken for more than 6 months
2017-03-27 net-mgmt/nat: Broken for more than 6 months
2017-03-27 net-p2p/gnunet-gtk: Depends on expiring net-p2p/gnunet
2017-03-27 net-p2p/gnunet: Broken for more than 6 months
2017-03-27 print/abc2mtex: Depends on expiring print/musixtex
Original commitRevision:437071 
18:18 grembo search for other commits by this committer
Add buildbot-www 0.9.4, continuous Integration Framework (WWW).

PR:		217700
Submitted by:	Michael Gmelin <grembo@FreeBSD.org>
Original commitRevision:437068 
18:17 grembo search for other commits by this committer
Add buildbot-waterfall-view 0.9.4, continuous Integration Framework
(Waterfall View).

PR:		217700
Submitted by:	Michael Gmelin <grembo@FreeBSD.org>
Original commitRevision:437067 
18:15 grembo search for other commits by this committer
Add buildbot-console-view 0.9.4, continuous Integration Framework
(Console View).

PR:		217700
Submitted by:	Michael Gmelin <grembo@FreeBSD.org>
Original commitRevision:437066 
18:12 grembo search for other commits by this committer
Add buildbot-pkg 0.9.4, continuous Integration Framework (packaging).

PR:		217700
Submitted by:	Michael Gmelin <grembo@FreeBSD.org>
Original commitRevision:437065 
16:47 grembo search for other commits by this committer
Rename buildbot-slave to buildbot-worker, update to 0.9.4

Also take maintainership. If interested, the original maintainer
is welcome to take it back.

PR:		217700
Approved by:	maintainer timeout (2 weeks)
Original commitRevision:437059 
Sunday, 26 Mar 2017
21:24 sunpoet search for other commits by this committer
Add rubygem-tzinfo-data 1.2017.2

TZInfo::Data contains data from the IANA Time Zone database packaged as Ruby
modules for use with TZInfo.

WWW: http://tzinfo.github.io/
Original commitRevision:436992 
Saturday, 25 Mar 2017
23:34 antoine search for other commits by this committer
Add devel/p5-Parse-Pidl44, based on samba44 sources to allow building
net/samba{42,43,44}
Original commitRevision:436924 
Thursday, 23 Mar 2017
22:53 sunpoet search for other commits by this committer
Add rubygem-et-orbi 1.0.2

Time zones for fugit and for rufus-scheduler. Urbi et Orbi.

EtOrbi::EoTime instances quack like Ruby Time instances, but their #zone returns
a TZInfo::TimeZone instance.

WWW: https://github.com/floraison/et-orbi
Original commitRevision:436785 
Wednesday, 22 Mar 2017
12:26 araujo search for other commits by this committer
Create a python3 version of devel/py-libzfs.

Approved by:	wg@ (maintainer)
Original commitRevision:436694 
10:04 tz search for other commits by this committer
New port: recursive-open-struct

OpenStruct subclass that returns nested hash attributes
as RecursiveOpenStructs.

WWW: https://github.com/aetherknight/recursive-open-struct
Original commitRevision:436684 
Tuesday, 21 Mar 2017
14:27 skreuzer search for other commits by this committer
Add a python 3 variant of tabulate
Original commitRevision:436611 
14:17 wg search for other commits by this committer
devel/py-fastentrypoints: make entry_points specified in setup.py load more
quickly

WWW: https://github.com/ninjaaron/fast-entry_points
Original commitRevision:436609 
12:12 tz search for other commits by this committer
New port: devel/rubygem-google-api-client

Client for accessing Google APIs.

WWW: https://github.com/google/google-api-ruby-client
Original commitRevision:436590 
11:04 tz search for other commits by this committer
New port: devel/rubygem-declarative-option

Dynamic options to evaluate at runtime.

WWW: https://github.com/apotonick/declarative-option
Original commitRevision:436583 
11:00 tz search for other commits by this committer
New port: devel/rubygem-declarative

Declarative allows declaring nested schemas.

WWW: https://github.com/apotonick/declarative
Original commitRevision:436582 
10:54 tz search for other commits by this committer
New port: devel/rubygem-uber

Gem-authoring tools like class method inheritance in modules,
dynamic options and more.

WWW: https://github.com/apotonick/uber
Original commitRevision:436581 
Sunday, 19 Mar 2017
22:07 bsam search for other commits by this committer
Tool for performing OTA updates on Arduino boards and the ESP8266.

WWW: https://www.arduino.cc

PR:		217842
Submitted by:	bsdports@kyle-evans.net
Original commitRevision:436513 
00:31 sunpoet search for other commits by this committer
Add rubygem-os 1.0.0

The OS gem allows for some easy telling if you're on windows or not, as well as
some other helper utilities.

WWW: https://github.com/rdp/os
Original commitRevision:436453 
Saturday, 18 Mar 2017
22:31 sunpoet search for other commits by this committer
Add rubygem-retriable 3.0.1

Retriable is a simple DSL to retry failed code blocks with randomized
exponential backoff time intervals. This is especially useful when interacting
external api/services or file system calls.

WWW: https://github.com/kamui/retriable
Original commitRevision:436448 
17:12 sunpoet search for other commits by this committer
Add py-nose2 0.6.5

nose2 is the next generation of nicer testing for Python,
based on the plugins branch of unittest2.

WWW: https://nose2.readthedocs.io

- While I'm here:
  - Change MASTER_SITES to CHEESESHOP
  - Add LICENSE_FILE
  - Update RUN_DEPENDS
  - Add NO_ARCH

PR:		217864
Submitted by:	Daniel Ylitalo <daniel@blodan.se>
Original commitRevision:436424 
Thursday, 16 Mar 2017
20:50 sunpoet search for other commits by this committer
Add rubygem-slack-notifier1 1.5.1
Original commitRevision:436293 
20:49 sunpoet search for other commits by this committer
Remove devel/rubygem-devise-rails4
Original commitRevision:436292 
19:23 antoine search for other commits by this committer
Rename python setuptools ports to better match other python ports

Reviewed by:	mat, sunpoet
With hat:	portmgr
Differential Revision:	https://reviews.freebsd.org/D9983
Original commitRevision:436290 
Monday, 13 Mar 2017
07:37 joerg search for other commits by this committer
Remove the avr-gcc-devel port.

There's no longer a point in having both, a regular and a -devel port for
the AVR-GCC.  Meanwhile, the regular port was more recent anyway.
Original commitRevision:436042 
Sunday, 12 Mar 2017
20:15 grembo search for other commits by this committer
Add py-ramlfications 0.1.9, python parser for RAML.

PR:		217698
Submitted by:	Michael Gmelin <grembo@FreeBSD.org>
Original commitRevision:436023 
20:10 grembo search for other commits by this committer
Add py-jsonref 0.1, implementation of JSON Reference for Python.

PR:		217698
Submitted by:	Michael Gmelin <grembo@FreeBSD.org>
Original commitRevision:436022 
04:56 skreuzer search for other commits by this committer
Add Python 3 variant of devel/py-ply
Transfer maintainership of devel/py-ply to dbaio@bsd.com.br

PR:		217476
Submitted by:	Danilo G. Baio <dbaio@bsd.com.br>
Original commitRevision:435973 
Friday, 10 Mar 2017
00:48 bdrewery search for other commits by this committer
Add devel/ccache-static and devel/ccache-memcached-static ports.

These are to allow packages to be created for use where a static
ccache is needed to avoid build dependencies.  Poudriere is
growing support for this use case.  While a ccache-static is
not likely as useful, the ccache-memcached-static port will
allow Poudriere to use ccache+memcached in its jails without
needing to bootstrap ccache-memcached and dealing with the
cyclic dependency problem of building that or compromising
with not building it with a compiler cache.
Original commitRevision:435812 
Thursday, 9 Mar 2017
23:38 cpm search for other commits by this committer
Add new port devel/py-stackexchange

Py-StackExchange is a simple Python binding for the StackExchange API.

Py-StackExchange API coverage:
- Access any StackExchange site, with just its URL. Even those that aren't
  online yet.
- If you just can't decide which one to use, you can use StackAuth to look up
  the full list of sites.
- Once you're online, you can view everything about users, questions, answers,
  badges, comments and tags.
- You can even go back in time by playing with post revisions.
- Help users by looking up every StackExchange account they have. Every single
  one.
- See how well an SE site is doing; check its site statistics.
- Search the questions of StackExchange sites.

WWW: https://github.com/lucjon/Py-StackExchange
Original commitRevision:435810 
21:53 swills search for other commits by this committer
devel/rubygem-mustache0: create port for 0.x version of mustache

Inspired by ctemplate, Mustache is a framework-agnostic way to render
logic-free views.

As ctemplates says, "It emphasizes separating logic from presentation:
it is impossible to embed application logic in this template
language.

Think of Mustache as a replacement for your views. Instead of views
consisting of ERB or HAML with random helpers and arbitrary logic,
your views are broken into two parts: a Ruby class and an HTML
template.

WWW: https://github.com/mustache/mustache

PR:		217343
Submitted by:	Sir l33tname <sirl33tname@gmail.com>
Original commitRevision:435804 
18:09 swills search for other commits by this committer
devel/rubygem-useragent: create port

UserAgent is a Ruby library that parses and compares HTTP User Agents.

WWW: https://github.com/gshutler/useragent

PR:		217344
Submitted by:	Sir l33tname <sirl33tname@gmail.com>
Original commitRevision:435781 
14:33 tz search for other commits by this committer
New port: devel/rubygem-jira-ruby

This gem provides access to the Atlassian JIRA REST API.

WWW: http://www.sumoheavy.com/
Original commitRevision:435758 
12:50 tz search for other commits by this committer
New port: rubygem/sidekiq-limit_fetch

Sidekiq strategy to restrict number of workers which are able
to run specified queues simultaneously.

WWW: https://github.com/brainopia/sidekiq-limit_fetch
Original commitRevision:435755 
Wednesday, 8 Mar 2017
12:48 mmokhi search for other commits by this committer
devel/py-gdbgui: Add devel/py-gdbgui and dependencies to the tree.
gdbgui is a browser-based frontend to gdb (gnu debugger).
Dependencies are:
py-pygdbmi, Parse gdb machine interface string output and return data types.
py-pypugjs, PyPugJS is just a fork of PyJade with the name Jade changed.
py-python-socketio, Python implementation of the Engine.IO realtime server.
py-python-engineio, Python implementation of the Socket.IO realtime server.
py-enum-compat, A virtual package, its whole purpose is to install enum34.
py-flask-socketio,  Socket.IO integration for Flask applications.

Reviewed by:	feld, mat
Approved by:	feld, mat (mentors)
Differential Revision:	https://reviews.freebsd.org/D9849
Original commitRevision:435682 
06:24 wen search for other commits by this committer
CCTZ contains two libraries that cooperate with <chrono> to give
C++ programmers all the necessary tools for computing with dates,
times, and time zones in a simple and correct manner. The libraries
in CCTZ are:

_ The Civil-Time Library - This is a header-only library that
  supports computing with human-scale time, such as dates (which
  are represented by the cctz::civil_day class). This library is
  declared in civil_time.h.

_ The Time-Zone Library - This library uses the IANA time zone
  database that is installed on the system to convert between
  _absolute time_ and _civil time_. This library is declared in
  time_zone.h.

WWW: http://github.com/google/cctz

PR:		217599
Submitted by:	z7dr6ut7gs@snkmail.com
Original commitRevision:435657 
Monday, 6 Mar 2017
19:38 bofh search for other commits by this committer
[NEW] devel/dia2code+:Complete rewrite of dia2code in C++

Dia2Code is a small utility used to generate code from a Dia diagram.
Dia is a program to make diagrams (ports/graphics/dia)

  - Reads UML diagrams.
  - Can handle UML - Generalization, UML - Realization and UML - Implements.
  - Selective code generation.
  - User-defined output directory.
  - Stereotype handling: interfaces, abstract classes.
  - "Import" and "include" based on the parent classes, the type of
    attributes and return type of methods if they're declared in the same
    diagram.
  - Support for JavaBeans(tm): will create automagically methods to access
    and modify each attribute.

This is a complete rewrite of dia2code in C++ contributed by Vincent Le
Garrec.

WWW: http://dia2code.sourceforge.net/

Limit devel/dia2code PORTSCOUT within 0.X.X versions only
Original commitRevision:435566 
10:49 amdmi3 search for other commits by this committer
A C++ implementation of the HOCON configuration file format.

WWW: https://github.com/puppetlabs/cpp-hocon

PR:		213763
Submitted by:	jslagle@gmail.com
Original commitRevision:435531 
Sunday, 5 Mar 2017
20:08 tobik search for other commits by this committer
New port: devel/ksql

Ksql is a "lazy man's" wrapper for the SQLite C API.  It is written to
make sure sloppy programming won't cause your SQLite database to be
inconsistent (transactions and statements open on exit and certain
signals).  Specifically, it exits on any database errors; and upon
exit (or signal), cleans up open statements, transactions, and
databases.

WWW: https://kristaps.bsd.lv/ksql/

Approved by:	lme (mentor)
Differential Revision:	https://reviews.freebsd.org/D9896
Original commitRevision:435503 
Saturday, 4 Mar 2017
22:50 rene search for other commits by this committer
Remove expired port:
2017-03-04 devel/py-ll-core: Long unmaintained, abandoned upstream
Original commitRevision:435434 
Friday, 3 Mar 2017
19:07 rene search for other commits by this committer
Remove expired ports:
2017-03-03 devel/py-mez_xml: Was only needed for deprecated www/py-GinGin
2017-03-04 www/py-GinGin: Upstream disappeared, last release from 2009
2017-03-03 www/py-scriptaculous: Development of this branch ceased
2017-03-03 devel/py-Jinja: Development of this branch ceased. Use
devel/py-Jinja2 instead
2017-03-03 mail/py-turbomail: Development of this branch ceased
2017-03-03 www/py-turbogears: Development of this branch ceased. Use
devel/py-turbogears2
2017-03-03 devel/py-turbojson: Development of this branch ceased
2017-03-03 devel/py-TurboJinja: Development of this branch ceased
2017-03-03 devel/py-TGScheduler: Development of this branch ceased
2017-03-03 devel/py-turbokid: Development of this branch ceased
2017-03-03 www/py-tgwebservices: Development of this branch ceased
2017-03-03 devel/py-turbojson11: Development of this branch ceased
2017-03-03 devel/py-turbocheetah: Development of this branch ceased
2017-03-03 devel/py-tgMochiKit: Development of this branch ceased
2017-03-03 www/py-Lightbox: Development of this branch ceased
Original commitRevision:435360 
17:25 amdmi3 search for other commits by this committer
A collection of C++ and CMake utility libraries.

WWW: https://github.com/puppetlabs/leatherman

PR:		213624
Submitted by:	jslagle@gmail.com
Original commitRevision:435354 
10:27 sunpoet search for other commits by this committer
Add py3-prompt_toolkit 1.0.13 (slave port of py-prompt_toolkit)

- While I'm here, add SLAVEDIRS

PR:		217478
Submitted by:	Danilo G. Baio (dbaio) <dbaio@bsd.com.br>
Original commitRevision:435339 
06:29 krion search for other commits by this committer
New port: devel/awless

  awless is a fast, powerful and easy-to-use command line interface (CLI) to
  manage Amazon Web Services. It will help you

  - Run frequent actions by using simple commands
  - Easily explore your infrastructure and cloud resources via CLI
  - Ensure smart defaults & security best practices
  - Manage resources through robust runnable & scriptable templates
  - Explore, analyse and query your infrastructure offline
  - Explore, analyse and query your infrastructure through time

  WWW: https://github.com/wallix/awless

PR:		217474
Submitted by:	dg@syrec.org
Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D9868
Original commitRevision:435315 
Thursday, 2 Mar 2017
19:07 antoine search for other commits by this committer
- Add LICENSE_FILE
- Mark architecture neutral
- Use option helpers
- Allow concurrent installation and create a slave port that uses default
  version of python3

PR:		217481
Original commitRevision:435294 
18:02 tcberner search for other commits by this committer
Update x11-wm/hs-xmonad and x11-wm/hs-xmonad-contirb to 0.13

* Update xmonad to 0.13
* New required ports devel/hs-directory
* Required update of x11/hs-X11 to 0.13

PR:             217012
Reviewed by:    mat
Approved by:    maintainer timeout (2 weeks), rakcuo (mentor)
Differential Revision:  https://reviews.freebsd.org/D9548
Original commitRevision:435289 
16:55 skreuzer search for other commits by this committer
Python 3 variant of devel/py-six

PR:		217473
Submitted by:	Danilo G. Baio <dbaio@bsd.com.br>
Original commitRevision:435252 
16:00 mmokhi search for other commits by this committer
devel/lua-cjson: set USES to default lua version (5.2).
Also clone a slave port as lua51-cjson.

Reviewed by:    feld, mat
Approved by:    feld, mat (mentors)
Differential Revision:  https://reviews.freebsd.org/D9810
Original commitRevision:435249 
15:52 girgen search for other commits by this committer
Add sonar-scanner-cli

The SonarQube Scanner is recommended as the default launcher to analyze a
project with SonarQube. The SonarQube Scanner allows you to perform source code
analyzes without using tools such as Ant or Maven. The SonarQube platform is an
open source quality management platform, dedicated to continuously analyzing
and measuring the technical quality of source code, from project portfolio down
to the method level. With the SonarQube Scanner, and also a tool like Jenkins,
everyone can analyze all kinds of languages, not just Java.

WWW:	http://docs.sonarqube.org/display/SCAN/Analyzing+with+SonarQube+Scanner
PR:	208667
Original commitRevision:435247 
14:06 skreuzer search for other commits by this committer
Python 3 version of devel/py-wcwidth

PR:		217477
Submitted by:	Danilo G. Baio <dbaio@bsd.com.br>
Original commitRevision:435237 
Wednesday, 1 Mar 2017
17:47 swills search for other commits by this committer
devel/py-ipyparallel: create port

Use multiple instances of IPython in parallel, interactively.

WWW: https://ipyparallel.readthedocs.io
Original commitRevision:435179 
14:02 swills search for other commits by this committer
devel/py-qtconsole: create port

Qt-based console for Jupyter with support for rich media output

WWW: https://qtconsole.readthedocs.io/
Original commitRevision:435148 
13:35 ehaupt search for other commits by this committer
Add py-mdv 1.6.3, terminal markdown viewer.
Original commitRevision:435146 
11:26 olgeni search for other commits by this committer
Add devel/elixir-make, a Make builder for Elixir.
Original commitRevision:435141 
07:59 swills search for other commits by this committer
devel/py-jupyter_console: create port

The Jupyter console is a terminal frontend for kernels using the Jupyter
protocol.

WWW: https://jupyter-console.readthedocs.io/
Original commitRevision:435126 
07:48 swills search for other commits by this committer
devel/py-ipywidgets: create port

IPython widgets for the Jupyter Notebook

WWW: https://ipywidgets.readthedocs.io
Original commitRevision:435125 
Tuesday, 28 Feb 2017
21:15 tobik search for other commits by this committer
New port: devel/fifechan

Fifechan is a lightweight cross platform GUI library written in C++
specifically designed for games.  It has a small yet powerful built-in
set of extendable GUI Widgets allowing users to create virtually
unlimited types of widgets.

Fifechan supports rendering in SDL, OpenGL, or Allegro out of the box
or it can be adapted to use any rendering engine the user requires.
Events are pushed to Fifechan which allows users to use any input
library they wish or they could use the built in input handling
through either SDL input or Allegro input.

The primary goal for Fifechan is to keep it extendable, lightweight
and still be powerful enough to use in all types of games out of the
box.

WWW: http://fifengine.net/

PR:		217322
Submitted by:	fiziologus@gmail.com (based on)
Approved by:	lme (mentor)
Differential Revision:	https://reviews.freebsd.org/D9837
Original commitRevision:435085 
19:50 swills search for other commits by this committer
devel/py-python-dtrace: create port

DTrace consumer for Python based on libdtrace.

Currently this package provides two modules: one wraps libdtrace using ctypes.
The other one uses cython.

WWW: http://tmetsch.github.com/python-dtrace/

PR:		217419
Submitted by:	Graeme Jenkinson <gcj21@cl.cam.ac.uk> (with changes)
Original commitRevision:435080 
18:02 acm search for other commits by this committer
- New port: devel/dub

DUB emerged as a more general replacement for vibe.d's package manager. It does
not imply a dependency to vibe.d for packages and was extended to not only
directly build projects, but also to generate project files (currently VisualD).

Mono-D also supports the use of dub.json (dub's package description) as the
project file.

The project's philosophy is to keep things as simple as possible. All that is
needed to make a project a dub package is to write a short dub.json file and
put the source code into a source subfolder. It can then be registered on the
public package registry to be made available for everyone. Any dependencies
specified in dub.json are automatically downloaded and made available to the
project during the build process.

WWW: https://github.com/dlang/dub
Original commitRevision:435074 
16:45 swills search for other commits by this committer
devel/py-widgetsnbextension: create port

Interactive HTML widgets for Jupyter notebooks
Original commitRevision:435071 
11:59 rene search for other commits by this committer
Remove expired ports:
2017-02-28 textproc/rubygem-nokogiri14: Use textproc/rubygem-nokogiri instead
2017-02-28 textproc/rubygem-liquid2: Use textproc/rubygem-liquid instead
2017-02-28 www/rubygem-rack14: Use www/rubygem-rack or www/rubygem-rack16
instead
2017-02-28 www/rubygem-mechanize26: Use www/rubygem-mechanize instead
2017-02-28 www/rubygem-net-http-persistent25: Use
www/rubygem-net-http-persistent2 instead
2017-02-28 devel/rubygem-builder32: Use devel/rubygem-builder instead
2017-02-28 www/rubygem-net-http-digest_auth11: Use
www/rubygem-net-http-digest_auth instead
2017-02-28 devel/rubygem-bson1: Use devel/rubygem-bson instead
2017-02-28 devel/rubygem-minitest4: Use devel/rubygem-minitest instead
2017-02-28 java/jdk16-doc: Should have been removed with linux-sun-jdk16
(2014-05-11)
2017-02-28 java/jdk7-doc: Should have been removed with linux-sun-jdk17
(2016-04-24)
2017-02-28 textproc/rubygem-sass-rails4: Use textproc/rubygem-sass-rails5
instead
Original commitRevision:435047 
09:53 amdmi3 search for other commits by this committer
Standalone Nomos license scanner from fossology project

WWW: https://www.fossology.org/
Original commitRevision:435044 
Sunday, 26 Feb 2017
21:15 tijl search for other commits by this committer
Remove devel/linux_kdump.  It has been broken for a while now and is
obsolete.  The base system kdump(1) can be used instead.
Original commitRevision:434910 
17:38 acm search for other commits by this committer
- Freepascal update to 3.0.2
- Lazarus BUMP PORTREVISION
- Connect www/fpc-googleapi and devel/fpc-fcl-pdf
Original commitRevision:434894 
13:56 sunpoet search for other commits by this committer
Add p5-List-UtilsBy-XS 0.05

List::UtilsBy::XS is XS implementation of List::UtilsBy. Functions are more
fast than original ones.

WWW: http://search.cpan.org/dist/List-UtilsBy-XS/
Original commitRevision:434870 
Saturday, 25 Feb 2017
14:02 ed search for other commits by this committer
Add Argdata.

The existing cloudabi-utils package has a copy of a library called
Argdata integrated. Future versions of cloudabi-utils will no longer
ship with it, as Argdata can be used independently of CloudABI.

This change introduces a new devel/argdata port, which can be used by
future versions of cloudabi-utils.

Approved by:	bapt
Differential Revision:	https://reviews.freebsd.org/D9799
Original commitRevision:434809 
Friday, 24 Feb 2017
18:50 dim search for other commits by this committer
After r434738, also remove devel/xlocale, as it uses devel/libc++ as its
MASTERDIR.  The port itself is not used by anything else.

Approved by:	portmgr (antoine)
PR:		217257
Original commitRevision:434740 
17:57 dim search for other commits by this committer
Remove the devel/libc++ and devel/libcxxrt ports.

Since all supported versions of FreeBSD now have libc++ and libcxxrt in
the base system, and these ports were outdated, remove them, and update
any ports that still depended on them:
* graphics/gnash
* textproc/hs-double-conversion
* x11-toolkits/hs-wxc
* math/parmetis

Approved by:	portmgr (antoine)
Exp-run by:	antoine
PR:		217257
MFH:		2017Q1
Original commitRevision:434738 
Wednesday, 22 Feb 2017
20:18 tobik search for other commits by this committer
New port: devel/memleax

Memleax debugs memory leaks of running processes by attaching to them,
without recompiling or restarting. It hooks the target process's invocation
of memory allocation and free and reports the memory blocks which live
long enough as memory leak, in real time.

It is convenient to use, and suitable for production environments.
There is no need to recompile the program or restart the target process.
You can run memleax to monitor the target process, wait for the real-time
memory leak report, and then kill it with ctrl-c to stop monitoring.

WWW: https://github.com/WuBingzheng/memleax

PR:		217105
Submitted by:	Guy Tabrar <guy.tabrar@me.com>
Approved by:	lme (mentor)
Differential Revision:	https://reviews.freebsd.org/D9725
Original commitRevision:434637 
Tuesday, 21 Feb 2017
20:27 feld search for other commits by this committer
This is a binding of libevent to Lua. It will serve as a drop-in
replacement for copas, and eventually support more features (async DNS,
HTTP, RPC...).

WWW: https://github.com/harningt/luaevent

PR:		216750
Submitted by:	Sir l33tname <sirl33tname@gmail.com>
Original commitRevision:434553 
15:08 amdmi3 search for other commits by this committer
- Add py3-setproctitle, python counterpart of py-setproctitle
- While here, fix PYTHON_SITELIBDIR misuse, don't install license with docs and
add PyPi WWW
Original commitRevision:434538 
14:37 krion search for other commits by this committer
New port devel/nimble:

Nimble is a package manager for the Nim programming language.

WWW: https://github.com/nim-lang/nimble

PR:		215304
Submitted by:	Neal Nelson <ports@nicandneal.net>
Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D9688
Original commitRevision:434535 
06:10 dbn search for other commits by this committer
devel/py-mypy: add new port

Mypy is an optional static type checker for Python. You can add type hints to
your Python programs using the standard for type annotations introduced in
Python 3.5 (PEP 484), and use mypy to type check them statically. Find bugs in
your programs without even running them!

PR:		209871
Submitted by:	Florian Limberger (flo@snakeoilproductions.net)
Original commitRevision:434504 
Monday, 20 Feb 2017
15:15 sunpoet search for other commits by this committer
Add go-crc32 1.1

CRC32 hash with x64 optimizations

This package is a drop-in replacement for the standard library
hash/crc32 package, that features SSE 4.2 optimizations on x64
platforms, for a 10x speedup.

WWW: https://github.com/klauspost/crc32

- While I'm here:
  - Use DISTVERSIONPREFIX
  - Add LICENSE_FILE
  - Add missing RUN_DEPENDS
  - Remove GH_PROJECT

PR:		217211
Submitted by:	Guy Tabrar <guy.tabrar@me.com>
Original commitRevision:434467 
15:14 sunpoet search for other commits by this committer
Add go-cpuid 1.0

The cpuid package provides information about the CPU running the
current program.

CPU features are detected on startup, and kept for fast access
through the life of the application. Currently x86 / x64 (AMD64)
is supported, and no external C (cgo) code is used, which should
make the library very easy to use.

You can access the CPU information by accessing the shared CPU
variable of the cpuid library.

WWW: https://github.com/klauspost/cpuid

- While I'm here:
  - Use DISTVERSIONPREFIX
  - Add LICENSE_FILE
  - Remove GH_PROJECT

PR:		217210
Submitted by:	Guy Tabrar <guy.tabrar@me.com>
Original commitRevision:434466 

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

[First Page]  «  43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53  »  [Last Page]