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]  «  39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49  »  [Last Page]

Tuesday, 23 Jan 2018
07:02 tota search for other commits by this committer
- Add new port: devel/rubygem-diva

  This library is an implementation of expression for handling things.
  It replaces Retriever module of mikutter.

  Diva::Model is a common interface of all resources handled by
  mikutter. By handling data as a subclass of Diva::Model as necessary,
  you can obtain a common interface and it is useful for cooperation
  among mikutter plugins.

  WWW: https://rubygems.org/gems/diva
Original commitRevision:459727 
Sunday, 21 Jan 2018
13:47 olgeni search for other commits by this committer
Add devel/elixir-distillery, a release building tool for Elixir.

Distillery replaces exrm, which was discontinued upstream.
Original commitRevision:459608 
12:49 wen search for other commits by this committer
This is a Moo extension. It allows another value for the is parameter to "has"
in Moo: "thunked". If used, this will allow you to transparently provide either
a real value for the attribute, or a "CodeLike" in Types::TypeTiny that when
called will return such a real value.

WWW: http://search.cpan.org/dist/MooX-Thunking/
Original commitRevision:459603 
11:55 sunpoet search for other commits by this committer
Add py-xdis 3.6.6

The Python dis module allows you to disassemble bytecode from the same version
of Python that you are running on. But what about bytecode from different
versions?

That's what this package is for. It can "marshal load" Python bytecodes from
different versions of Python. The command-line routine pydisasm will show
disassembly output using Python 3.6 disassembly conventions.

Also, if you need to modfiy and write bytecode, the routines here can be of
help. There are routines to pack and unpack the read-only tuples in Python's
Code type. For interoperability between Python 2 and 3 we provide our own
versions of the Code type, and we provide routines to reduce the tedium in
writing a bytecode file.

This package also has an extensive knowledge of Python bytecode magic numbers,
including Pypy and others, and how to translate from sys_info major, minor, and
release numbers to the corresponding magic value.

So If you want to write a cross-version assembler, or an bytecode-level
optimizer this package may also be useful. In addition to the kinds of
instruction categorization that dis offers, we have additional categories for
things that would be useful in such a bytecode optimizer.

WWW: https://pypi.python.org/pypi/xdis
Original commitRevision:459594 
11:54 sunpoet search for other commits by this committer
Add py-dis3 0.1.2

dis3 is a Python 2.7 backport of the dis module from Python 3.5.

WWW: https://pypi.python.org/pypi/dis3
WWW: https://github.com/KeyWeeUsr/python-dis3
Original commitRevision:459590 
11:41 antoine search for other commits by this committer
New port: devel/rubygem-faker

This gem is a port of Perl's Data::Faker library that generates fake data.
It is used to easily generate fake data: names, addresses, phone numbers, etc.

WWW: https://github.com/stympy/faker
Original commitRevision:459586 
Monday, 15 Jan 2018
10:37 yuri search for other commits by this committer
New port: devel/py-llvmcpy: Python bindings for LLVM auto-generated from the
LLVM-C API

This module allows you to use llvm from Python.
You can use most modern llvm versions, selecting them during runtime.
It uses py-cffi to generate ELF binaries during runtime.

Submitted by:	myself
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D13724
Original commitRevision:459030 
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 
Sunday, 14 Jan 2018
17:24 swills search for other commits by this committer
devel/dep: create port

Dep is a Go tool for managing vendor dependencies (not to be confused
with godep, a different, deprecated tool). dep updates the vendor/
directory contents based on a manifest, prunes unnecessary dependencies,
and adds missing dependencies to vendor/ as necessary.

dep is the heir-apparent for vendor management and is being actively
driven by the Go core team with an eye toward inclusion in the Go tool.

WWW: https://github.com/golang/dep

Submitted by:		Sam Gwydir <sam.gwydir@joyent.com>
Reviewed by:		tobik
Differential Revision:	https://reviews.freebsd.org/D13364
Original commitRevision:458984 
14:14 sunpoet search for other commits by this committer
Move devel/lua-bitop-51 to devel/lua51-bitop
Original commitRevision:458968 
Saturday, 13 Jan 2018
12:27 amdmi3 search for other commits by this committer
- Move devel/py-repl to devel/py-pyrepl to march PyPi name
- Add LICENSE_FILE
- Add NO_ARCH
- Update WWW
Original commitRevision:458928 
08:13 sunpoet search for other commits by this committer
Add py-eventlib 0.1.5

eventlib is an asynchronous event tracking app for Django. This library was
built upon the following values:
- It must be deadly simple to log an event
- It must be possible to track each event in different ways
- Each different "event handler" must be completely separate and fail gracefully
- The event system must be asynchronous, so let's use celery
- The library must be extensible
- 100% of test coverage is enough

WWW: https://pypi.python.org/pypi/eventlib
Original commitRevision:458901 
Friday, 12 Jan 2018
16:43 novel search for other commits by this committer
The Simple Protocol for Independent Computing Environments (SPICE) is
a remote display system built for virtual environments which allows
you to view a computing 'desktop' environment not only on the machine
where it is running, but from anywhere on the Internet and from a wide
variety of machine architectures.

This package contains the run-time libraries for any application that
wishes to be a SPICE server

WWW: http://spice-space.org/

PR:		225088
Submitted by:	olevole@olevole.ru
Original commitRevision:458858 
00:19 lx search for other commits by this committer
Add Lua 5.1 version of lua-bitop.
Original commitRevision:458803 
Wednesday, 10 Jan 2018
15:38 swills search for other commits by this committer
Fix gitlab issue by creating rubygem-licensee8

PR:		225047
Submitted by:	Matthias Fechner <idefix@fechner.net> (maintainer)
Original commitRevision:458650 
Monday, 8 Jan 2018
16:02 swills search for other commits by this committer
devel/rubygem-semver2: create port

Maintain versions as per http://semver.org

WWW: https://github.com/haf/semver
Original commitRevision:458432 
Saturday, 6 Jan 2018
05:34 sunpoet search for other commits by this committer
Remove devel/p5-Test-Block
Original commitRevision:458218 
04:34 sunpoet search for other commits by this committer
Remove devel/p5-MooseX-Role-WithOverloading
Original commitRevision:458204 
Friday, 5 Jan 2018
06:54 antoine search for other commits by this committer
Revert r458086, duplicate port
Original commitRevision:458121 
Thursday, 4 Jan 2018
20:55 swills search for other commits by this committer
devel/rubygem-multipart-post: create port

Multipart form post accessory for Net::HTTP

WWW: https://github.com/nicksieger/multipart-post
Original commitRevision:458086 
Tuesday, 2 Jan 2018
10:41 yuri search for other commits by this committer
New port: devel/inastemp: C++ library to use SIMD vectorization

Submitted by:	myself
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D13703
Original commitRevision:457842 
Monday, 1 Jan 2018
11:41 rene search for other commits by this committer
Remove expired ports:
2017-12-31 security/gnupg20: Will reach EOL upstream on 2017-12-31
2018-01-01 dns/dualserver: Please migrate to dns/dnsmasq. Over the years
dualserver becomes unmaintenaible.
2018-01-01 devel/p5-Parse-Pidl44: yes
2018-01-01 sysutils/DTraceToolkit: Now maintained as part of the base system
Original commitRevision:457766 
Sunday, 31 Dec 2017
20:10 swills search for other commits by this committer
Connect rubygem-googleapis-common-protos-types

Pointyhat to:	swills
Reported by:	antoine
Original commitRevision:457723 
Friday, 29 Dec 2017
18:46 sunpoet search for other commits by this committer
Add py-ejson 0.1.6

ejson provides an API to extend the json library to make it easy to register new
serializers and new deserializers.

WWW: https://pypi.python.org/pypi/ejson
Original commitRevision:457519 
Thursday, 28 Dec 2017
13:41 sunpoet search for other commits by this committer
Add p5-PkgConfig-LibPkgConf 0.07

Many libraries in compiled languages such as C or C++ provide ".pc" files to
specify the flags required for compiling and linking against those libraries.
Traditionally, the command line program "pkg-config" is used to query these
files. PkgConfig::LibPkgConf provides a Perl level API using "libpkgconf" to
these files.

PkgConfig::LibPkgConf provides a simplified interface for getting the existence,
version, cflags and library flags needed for compiling against a package, using
the default compiled in configuration of "pkgconf". For a more powerful, but
complicated interface see PkgConfig::LibPkgConf::Client. In addition,
PkgConfig::LibPkgConf::Util provides some useful utility functions that are also
provided by "pkgconf".

WWW: http://search.cpan.org/dist/PkgConfig-LibPkgConf/
Original commitRevision:457448 
Wednesday, 27 Dec 2017
15:55 tijl search for other commits by this committer
Remove devel/pwlib, net/openh323 and net/ohphone.  The OpenH323 project
was split into OpalVoip and H323Plus in 2007, both also available as ports.

Remove dependency on net/openh323 from net/asterisk13.  The chan_h323
module has been replaced with chan_ooh323 which no longer depends on
openh323.
Original commitRevision:457376 
Tuesday, 26 Dec 2017
10:50 alfred search for other commits by this committer
py-fake-factory replaced with py-Faker
Original commitRevision:457275 
Monday, 25 Dec 2017
17:05 olgeni search for other commits by this committer
Add devel/py-vine, a promises library for Python.
Original commitRevision:457242 
13:53 sunpoet search for other commits by this committer
Add py-deprecation 1.0.1

The deprecation library provides a deprecated decorator and a
fail_if_not_removed decorator for your tests. Together, the two enable the
automation of several things:
- The docstring of a deprecated method gets the deprecation details appended to
  the end of it. If you generate your API docs direct from your source, you
  don't need to worry about writing your own notification. You also don't need
  to worry about forgetting to write it. It's done for you.
- Rather than having code live on forever because you only deprecated it but
  never actually moved on from it, you can have your tests tell you when it's
  time to remove the code. The @deprecated decorator can be told when it's time
  to entirely remove the code, which causes @fail_if_not_removed to raise an
  AssertionError, causing either your unittest or py.test tests to fail.

WWW: https://pypi.python.org/pypi/deprecation
WWW: https://github.com/briancurtin/deprecation
Original commitRevision:457227 
Friday, 22 Dec 2017
13:51 olgeni search for other commits by this committer
Add devel/py-apns2, a Python client for the Apple Push Notification service.
Original commitRevision:456978 
13:45 olgeni search for other commits by this committer
Add devel/py-pyfcm, a Python client for Firebase Cloud Messaging.
Original commitRevision:456977 
Wednesday, 20 Dec 2017
23:15 jbeich search for other commits by this committer
devel/android-tools-{adb,fastboot}-devel: remove for being older than master
port
Original commitRevision:456870 
19:35 bapt search for other commits by this committer
Remove EOLed swig 2.0 replaced by swig 3.0
Original commitRevision:456846 
15:28 bapt search for other commits by this committer
Remove swig 1.3, please use swig 3.0 instead
Original commitRevision:456835 
Saturday, 16 Dec 2017
20:54 sunpoet search for other commits by this committer
Add rubygem-flipper-active_support_cache_store 0.11.0

ActiveSupport::Cache store adapter for Flipper

WWW: https://github.com/jnunemaker/flipper
Original commitRevision:456487 
Thursday, 14 Dec 2017
20:16 amdmi3 search for other commits by this committer
- Update PyODE to 1.2.1
- Rename from py-ode to py-PyODE to reflect upstream version
Original commitRevision:456350 
20:12 amdmi3 search for other commits by this committer
Sort category Makefile
Original commitRevision:456348 
18:41 ultima search for other commits by this committer
YouCompleteMe is a fast, as-you-type, fuzzy-search code completion
engine for Vim. It has several completion engines:

* an identifier-based engine that works with every programming language,
* a Clang-based engine that provides native semantic code completion for

C/C++/Objective-C/Objective-C++ (from now on referred to as "the C-family
languages")

* a Jedi-based completion engine for Python 2 and 3 (using the JediHTTP wrapper)
* an OmniSharp-based completion engine for C#
* a combination of Gocode and Godef semantic engines for Go
* a TSServer-based completion engine for TypeScript
* a Tern-based completion engine for JavaScript
* a racer-based completion engine for Rust
* an omnifunc-based completer that uses data from Vim's omnicomplete system

to provide semantic completions for many other languages (Ruby, PHP etc.)

WWW: https://github.com/Valloric/YouCompleteMe

Reviewed by:	mat, matthew
Differential Revision:	https://reviews.freebsd.org/D13473
Original commitRevision:456332 
18:37 ultima search for other commits by this committer
HTTP wrapper around [NRefactory] allowing C# editor plugins
to be written for any editor in any language.

This is the server component for the Vim OmniSharp plugin,
YouCompleteMe, Sublime Text 2, Sublime Text 3, Emacs
OmniSharp plugin and Atom plugin

WWW: https://github.com/OmniSharp/omnisharp-server

Reviewed by:	mat
Differential Revision:	https://reviews.freebsd.org/D13472
Original commitRevision:456331 
Wednesday, 13 Dec 2017
22:48 rene search for other commits by this committer
Remove expired ports:
2017-12-12 audio/cd-console: No public distfiles
2017-12-12 textproc/pecl-cld: Depends on expired devel/cld
2017-12-12 textproc/p5-Lingua-Identify-CLD: Depends on expired devel/cld
2017-04-30 devel/cld: Unfetchable for more than six months (google code has gone
away)
Original commitRevision:456266 
20:49 sunpoet search for other commits by this committer
Add rubygem-rainbow2 2.2.2 (copied from rubygem-rainbow)

- Add PORTSCOUT
Original commitRevision:456233 
Tuesday, 12 Dec 2017
21:46 ultima search for other commits by this committer
JSON/HTTP Server based on racer for adding Rust support
to editors and IDEs

Features:
* Find definition & list completions support via racer
* Searches rust standard library and dependency crates
* HMAC authentication
* Usable as both library and executable
* Library API offers direct calls to avoid HTTP overhead

WWW: https://github.com/jwilm/racerd
Original commitRevision:456185 
20:20 ultima search for other commits by this committer
Godef - find symbol information in Go source

Godef, given an expression or a location in a source file, prints
the location of the definition of the symbol referred to.

Known limitations:

- it does not understand about "." imports
- it does not deal well with definitions in tests.

WWW: https://github.com/rogpeppe/godef
Original commitRevision:456183 
19:13 yuri search for other commits by this committer
New port: devel/py-bullet3: Python version of 3D collision detection library
Bullet

Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D13461
Original commitRevision:456182 
06:33 yuri search for other commits by this committer
New port: devel/py-IBMQuantumExperience: Python library for the Quantum
Experience API

Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D13458
Original commitRevision:456107 
Sunday, 10 Dec 2017
13:22 sunpoet search for other commits by this committer
Add rubygem-micromachine2 2.1.0 (copied from rubygem-micromachine)

- Add PORTSCOUT
Original commitRevision:455892 
Thursday, 7 Dec 2017
23:49 brooks search for other commits by this committer
Update llvm-cheri to a new snapshot.

The CHERI LLVM backend can now target both 128-bit and 256-bit (as well
as 64-bit and 512-bit if hardware existed) from a single binary so remove
devel/llvm-cheri128.

Sponsored by:	DARPA, AFRL
Original commitRevision:455764 
Wednesday, 6 Dec 2017
15:55 tz search for other commits by this committer
New port: devel/aphpbreakdown

This software analyzes all files of your project and collect all PHP classes,
functions and constants found in your project. For the collection of classes,
functions and constants it determined all modules of PHP needed to be installed
on the webserver for your project.

To display the result of the analyze you can choose different ways. One way is
to display an output on your command line. But what do you do if you don't have
a command line access on the server you want to test?  Then you use the testfile
generator of aPHPbreakdown! It generates a testfile you can upload to the
webserver, or sent it to you customer to upload it, and run it very simple in
the browser.

WWW: http://gitlab.code-mesa.com/code-mesa/aphpbreakdown/

PR:           223867
Submitted by: Felix Flor <freebsd@felix.flornet.de>
Original commitRevision:455657 
15:49 tobik search for other commits by this committer
Make devel/kore-notls a flavor of devel/kore and remove it

Approved by:	portmgr (mat)
Differential Revision:	https://reviews.freebsd.org/D13393
Original commitRevision:455656 
Tuesday, 5 Dec 2017
15:00 lifanov search for other commits by this committer
add devel/py-backports - namespace shim for Python backports

Currently, all py-backports.* ports conflict with each other
over a file that has the same contents.

This creates a port that installs the shared file and py-backports.*
ports should depend on this one and remove the shared file from their
own pkg-plist. It's the same approach as the one taken by OpenBSD.

Some ports are already converted as an example:
- security/py-backports.ssl_match_hostname
- devel/py-backports.functools_lru_cache
- devel/py-backports.shutil_get_terminal_size

The last two conversions and the fix to work with FLAVORS were submitted
by antoine. Thank you!

Reviewed by:	antoine
Approved by:	portmgr (antoine)
Differential Revision:	https://reviews.freebsd.org/D11095
Original commitRevision:455585 
Sunday, 3 Dec 2017
20:33 sunpoet search for other commits by this committer
Add rubygem-batch-loader 1.2.0

BatchLoader provides a generic lazy batching mechanism to avoid N+1 DB queries,
HTTP queries, etc.

WWW: https://github.com/exAspArk/batch-loader
Original commitRevision:455429 
18:02 yuri search for other commits by this committer
New port: devel/libtsm: Terminal-emulator state machine

PR:		219971
Submitted by:	Angus Gibson <freebsd@angus.agibson.me>
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D13302
Original commitRevision:455419 
Saturday, 2 Dec 2017
03:32 yuri search for other commits by this committer
New port: devel/rstudio: Integrated development environment (IDE) for R

PR:		220359
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D13139
Original commitRevision:455332 
Friday, 1 Dec 2017
21:38 leres search for other commits by this committer
This adds devel/arduino-bsd-mk which installs a make(1) makefile
(bsd.arduino.mk) that is used to build Arduino sketches from
the command line. It is designed to be a FreeBSD-friendly
alternative to the existing gmake based devel/arduino-mk port.
It includes a man page and optionally installs an example sketch
with an exmaple Makefile.

Reviewed by:	matthew (mentor)
Approved by:	matthew (mentor)
Differential Revision:	https://reviews.freebsd.org/D13262
Original commitRevision:455312 
Thursday, 30 Nov 2017
15:50 mat search for other commits by this committer
Convert Python ports to FLAVORS.

  Ports using USE_PYTHON=distutils are now flavored.  They will
  automatically get flavors (py27, py34, py35, py36) depending on what
  versions they support.

  There is also a USE_PYTHON=flavors for ports that do not use distutils
  but need FLAVORS to be set.  A USE_PYTHON=noflavors can be set if
  using distutils but flavors are not wanted.

  A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
  added to cope with Python ports that did not have the Python
  PKGNAMEPREFIX but are flavored.

  USES=python now also exports a PY_FLAVOR variable that contains the
  current python flavor.  It can be used in dependency lines when the
  port itself is not python flavored.  For example, deskutils/calibre.

  By default, all the flavors are generated.  To only generate flavors
  for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define
  BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf.

  In all the ports with Python dependencies, the *_DEPENDS entries MUST
  end with the flavor so that the framework knows which to build/use.
  This is done by appending '@${PY_FLAVOR}' after the origin (or
  @${FLAVOR} if in a Python module with Python flavors, as the content
  will be the same).  For example:

    RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}

PR:		223071
Reviewed by:	portmgr, python
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D12464
Original commitRevision:455210 
Wednesday, 29 Nov 2017
21:22 dvl search for other commits by this committer
Backport of the tempfile module from Python 3
Original commitRevision:455150 
21:00 dvl search for other commits by this committer
Simple command line runner on top of devel/py-daemon
Original commitRevision:455148 
20:15 dvl search for other commits by this committer
Fuzzy string matching like a boss. It uses Levenshtein Distance to
calculate the differences between sequences in a simple-to-use
package.
Original commitRevision:455143 
19:54 dvl search for other commits by this committer
Fast computation of Levenshtein distance and string similarity
Original commitRevision:455142 
Tuesday, 28 Nov 2017
17:28 dvl search for other commits by this committer
Add py-naiveBayesClassifier

Reported by:	Antoine via Adam
Original commitRevision:455067 
10:15 rodrigc search for other commits by this committer
devel/buildbot*: Rename all buildbot ports

devel/buildbot -> devel/py-buildbot
devel/buildbot-worker -> devel/py-buildbot-worker
devel/buildbot-console-view -> devel/py-buildbot-console-view
devel/buildbot-grid-view -> devel/py-buildbot-grid-view
devel/buildbot-pkg -> devel/py-buildbot-pkg
devel/buildbot-waterfall-view -> devel/py-buildbot-waterfall-view
devel/buildbot-www -> devel/py-buildbot-www

 - Update MAINTAINER
 - Allow builds with Python 3.x

Reviewed_by: koobs
Approved by: koobs (maintainer), portmgr (maintainer timeout, grembo, 3+ weeks)
Differential Revision: D12499
Original commitRevision:455028 
Monday, 27 Nov 2017
11:28 amdmi3 search for other commits by this committer
- Add devel/py{,3}-asttokens, missing dependency for py{,3}-flake8-import-order

The asttokens module annotates Python abstract syntax trees (ASTs)
with the positions of tokens and text in the source code that
generated them.

It makes it possible for tools that work with logical AST nodes to
find the particular text that resulted in those nodes, for example
for automated refactoring or highlighting.

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

Approved by:	portmgr (bdrewery)
Original commitRevision:454942 
Friday, 24 Nov 2017
19:02 yuri search for other commits by this committer
New port: devel/blitz: Blitz++ Multi-Dimensional Array Library for C++

Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D13222
Original commitRevision:454833 
18:31 pi search for other commits by this committer
New port: devel/pycanberra

A very basic wrapper for libcanberra.

Ensure all strings passed to libcanberra are byte strings.

WWW: https://github.com/totdb/pycanberra

PR:		223565
Submitted by:	owen94012@gmail.com
Original commitRevision:454830 
Wednesday, 22 Nov 2017
14:55 tz search for other commits by this committer
Repo copy databases/rubygem-flipper-active_record and devel/rubygem-flipper
to unbreak www/gitlab. GitLab broke through there updates in 453680 and 453681.

Reported by: remko, Matthias Fechner <idefix@fechner.net>
Original commitRevision:454691 
07:52 eugen search for other commits by this committer
This is new port containing FreeBSD specific Perl5 module Pthread::GetThreadId.

It provides Perl code with access to non-portable pthread_getthreadid_np(3)
function. It may be useful for Perl code running as hook/callback functions
in embedded threaded Perl environment when code has no direct control on thread
creation.

For example, rlm_perl module of FreeRADIUS that may use multiple embedded Perl
instances, so that Perl native value of threads->tid is not unique.
Original commitRevision:454679 
06:28 yuri search for other commits by this committer
New port: devel/clthreads: C++ wrapper library around the POSIX threads API

Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D13153
Original commitRevision:454676 
Tuesday, 21 Nov 2017
18:50 rene search for other commits by this committer
Remove expired ports:
2017-11-20 news/brag: Tcl/Tk 8.4 is no longer maintained, please use 8.5+
2017-11-20 textproc/srilm: Tcl/Tk 8.4 is no longer maintained, please use 8.5+
2017-11-20 x11-toolkits/tk84: Tcl/Tk 8.4 is no longer maintained, please use
8.5+
2017-11-20 devel/tkinspect: Tcl/Tk 8.4 is no longer maintained, please use 8.5+
2017-11-20 games/bogged: Tcl/Tk 8.4 is no longer maintained, please use 8.5+
2017-11-20 games/ttraffic: Tcl/Tk 8.4 is no longer maintained, please use 8.5+
2017-11-20 games/ifm: Tcl/Tk 8.4 is no longer maintained, please use 8.5+
2017-11-20 games/tksol: Tcl/Tk 8.4 is no longer maintained, please use 8.5+
2017-11-20 lang/tcl84: Tcl/Tk 8.4 is no longer maintained, please use 8.5+
2017-11-20 mail/tkrat2: Tcl/Tk 8.4 is no longer maintained, please use 8.5+
2017-11-20 multimedia/dtv: Tcl/Tk 8.4 is no longer maintained, please use 8.5+
2017-11-20 net-mgmt/netwag: Tcl/Tk 8.4 is no longer maintained, please use 8.5+
Original commitRevision:454648 
17:59 madpilot search for other commits by this committer
- Update devel/geany and it's plugins to 1.32
- Added new "workbench" plugin
- Added utilslib special plugin to install an extra library and
  some code to handle the dependency in the common Makefile
- Update project home pages to use https (thanks to amdmi3)
- Projectorganizer plugin dropped custom icons, using stock ones now
Original commitRevision:454620 
Monday, 20 Nov 2017
17:52 yuri search for other commits by this committer
New port: devel/gogs: Painless self-hosted Git service

PR:		205283
Submitted by:	Dmitri Goutnik <dg@syrec.org>
Approved by:	tcberner (mentor), adamw (mentor)
Differential Revision:	https://reviews.freebsd.org/D13141
Original commitRevision:454574 
Saturday, 18 Nov 2017
23:34 ehaupt search for other commits by this committer
An extension module for click to enable registering CLI commands via setuptools
entry-points.

WWW: https://pypi.python.org/pypi/click-plugins
Original commitRevision:454467 
16:41 yuri search for other commits by this committer
New port: devel/fuzzylite: Fuzzy logic control library in C++

PR:		222052
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D13142
Original commitRevision:454447 
05:38 yuri search for other commits by this committer
New port: devel/apitrace: Tools for tracing OpenGL and other graphics APIs

PR:		223002
Submitted by:	Greg V <greg@unrelenting.technology>
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D13112
Original commitRevision:454408 
00:10 sunpoet search for other commits by this committer
Add p5-Clone-Choose 0.008

Clone::Choose checks several different modules which provides a clone() function
and selects an appropriate one. The default preference is:
- Clone
- Storable
- Clone::PP

This list might evolve in future. Please see ["EXPORTS"](#exports) how to pick a
particular one.

WWW: http://search.cpan.org/dist/Clone-Choose/
Original commitRevision:454393 
Thursday, 16 Nov 2017
12:24 tz search for other commits by this committer
New port: devel/rubygem-rake-compiler-dock

Easy to use and reliable cross compiler environment for building Windows binary
gems. Use rake-compiler-dock to enter an interactive shell session or add a task
to your Rakefile to automate your cross build.

WWW: https://github.com/rake-compiler/rake-compiler-dock

Submitted by: Matthias Fechner <idefix@fechner.net>
Original commitRevision:454304 
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 
Tuesday, 14 Nov 2017
23:11 dvl search for other commits by this committer
Redis-backed Ruby library for queuing jobs
Original commitRevision:454219 
22:57 dvl search for other commits by this committer
A lock-free logger compatible with Ruby 2.0
Original commitRevision:454216 
Sunday, 12 Nov 2017
19:09 sunpoet search for other commits by this committer
Add p5-Method-Signatures 20170211

Method::Signatures provides two new keywords, func and method, so that you can
write subroutines with signatures instead of having to spell out my $self =
shift; my($thing) = @_

func is like sub but takes a signature where the prototype would normally go.
This takes the place of my($foo, $bar) = @_ and does a whole lot more.

method is like func but specifically for making methods. It will automatically
provide the invocant as $self (by default). No more my $self = shift.

It also allows signatures, very similar to Perl 6 signatures.

It also does type checking, understanding all the types that Moose (or Mouse)
would understand.

And it does all this with no source filters.

WWW: http://search.cpan.org/dist/Method-Signatures/
Original commitRevision:454060 
13:59 riggs search for other commits by this committer
Rename devel/oniguruma6 to devel/oniguruma

Details:
- Previous, unmaintained versions of devel/oniguruma have been
  cleared from the ports tree.
- No ports depend on outdated versions of devel/oniguruma.
- Only one version is supported upstream.

PR:		222869
Reported by:	m.bueker@berlin.de
Approved by:	maintainer timeout
Original commitRevision:454041 
13:45 riggs search for other commits by this committer
Chase removal of oniguruma5
Original commitRevision:454040 
13:44 riggs search for other commits by this committer
Chase removal of oniguruma4
Original commitRevision:454039 
Saturday, 11 Nov 2017
10:30 rene search for other commits by this committer
Remove expired ports:
2017-11-04 lang/ats: Unmaintained, outdated, needs lots of refreshment
2017-11-09 games/lordsawar: Broken for more than 6 months
2017-11-09 databases/elixir-ecto_migrate: Broken for more than 6 months
2017-11-09 audio/gspeakers: Broken for more than 6 months
2017-11-09 net/p5-Filesys-SmbClient: Broken for more than 6 months
2017-11-09 audio/tclmidi: Broken for more than 6 months
2017-11-09 security/py-xmlsec: Broken for more than 6 months
2017-11-09 security/samba-virusfilter: Broken for more than 6 months
2017-11-09 textproc/ocaml-pxp: Broken for more than 6 months
2017-11-09 audio/sooperlooper: Broken for more than 6 months
2017-11-09 devel/dwarves: Broken for more than 6 months
2017-11-09 devel/cl-cffi-sbcl: Broken for more than 6 months
2017-11-09 devel/pinba_engine: Broken for more than 6 months
2017-11-09 devel/py-event: Broken for more than 6 months
Original commitRevision:453966 
Friday, 10 Nov 2017
18:57 yuri search for other commits by this committer
New port: devel/pybind11: Seamless operability between C++11 and Python (cmake
part)

Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D13025
Original commitRevision:453910 
Thursday, 9 Nov 2017
07:37 rene search for other commits by this committer
Remove expired port:
2017-11-07 devel/pear-PPW: Project is EoL
Original commitRevision:453799 
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 
14:37 amdmi3 search for other commits by this committer
Sort category Makefile
Original commitRevision:453745 
Tuesday, 7 Nov 2017
22:42 yuri search for other commits by this committer
New port: devel/libsimdpp: Header-only zero-overhead C++ wrapper of SIMD
instructions

PR:		221931
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D12884
Original commitRevision:453709 
19:07 ehaupt search for other commits by this committer
This project is an implementation of the JSON-RPC v2.0 specification
(backwards-compatible) as a client library. This version is a fork of jsonrpclib
by Josh Marshall, usable with Pelix remote services.

WWW: https://pypi.python.org/pypi/jsonrpclib-pelix/
Original commitRevision:453671 
11:11 tz search for other commits by this committer
New port: devel/aphpunit

APHPUnit is a regression testing framework for PHP unit tests.
It removes many limitations the standard literature about
testing declares for years while making tests very fast.

WWW: http://gitlab.toco-domains/APHPUnit/APHPUnit
Original commitRevision:453653 
Monday, 6 Nov 2017
06:40 vanilla search for other commits by this committer
Add py-grpcio-tools, it's Protobuf code generator for gRPC.
Original commitRevision:453591 
Sunday, 5 Nov 2017
21:18 sunpoet search for other commits by this committer
Add p5-SPOPS 0.87

Simple Perl Object Persistence with Security

WWW: http://search.cpan.org/dist/SPOPS/

- While I'm here:
  - change MASTER_SITES and WWW to CPAN
  - Fix LICENSE
  - Fix version requirement of *_DEPENDS

PR:		223294
Submitted by:	Sergei Vyshenski <svysh.fbsd@gmail.com>
Original commitRevision:453578 
21:17 sunpoet search for other commits by this committer
Add p5-Class-Fields 0.204

A collection of utility functions/methods for examining the data members of
a class. It provides a nice, high-level interface that should stand the test
of time and Perl upgrades nicely.

WWW: http://search.cpan.org/dist/Class-Fields/

- While I'm here, sort PLIST

PR:		223293
Submitted by:	Sergei Vyshenski <svysh.fbsd@gmail.com>
Original commitRevision:453577 
Saturday, 4 Nov 2017
13:49 yuri search for other commits by this committer
New port: devel/py-fastnumbers: Super-fast and clean conversions to numbers

PR:		223103
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D12906
Original commitRevision:453463 
13:35 dbaio search for other commits by this committer
New port devel/py-pybloomfiltermmap: Fast Python Bloom Filter using Mmap

The goal of pybloomfiltermmap is simple: to provide a fast, simple,
scalable, correct library for Bloom Filters in Python.

WWW: https://github.com/axiak/pybloomfiltermmap
Original commitRevision:453462 
Wednesday, 1 Nov 2017
13:21 tijl search for other commits by this committer
Merge Linux ncurses-base into linux_base.  It's needed by ncurses-libs.
Original commitRevision:453285 
Friday, 27 Oct 2017
11:58 tobik search for other commits by this committer
New port: devel/hexd

hexd prints a human-readable hexdump of the specified files, or
standard input if omitted.  Its main distinguishing feature is the use
of colours to visually indicate which range of values an octet belongs
to, aiding in spotting patterns in binary data.

WWW: https://github.com/FireyFly/hexd/

PR:		219719
Submitted by:	Dhananjay Balan <mail@dbalan.in>
Original commitRevision:452971 
10:15 pizzamig search for other commits by this committer
devel/codeblocks-devel: new port

PR:		221703
Submitted by:	lbartoletti@tuxfamily.org
Approved by:	olivier (mentor)
Differential Revision:	https://reviews.freebsd.org/D12806
Original commitRevision:452969 
Thursday, 26 Oct 2017
22:34 jonathan search for other commits by this committer
New port: devel/llbuild

llbuild is a set of libraries for building build systems. Unlike most
build system projects which focus on the syntax for describing the
build, llbuild is designed around a reusable, flexible, and scalable
general purpose build engine capable of solving many "build system"-like
problems. The project also includes additional libraries on top of that
engine which provide support for constructing bespoke build systems
(like swift build) or for building from Ninja manifests.

WWW: https://github.com/apple/switch-llbuild

Approved by:	mat
Sponsored by:	DARPA, AFRL
Differential Revision:	https://reviews.freebsd.org/D8439
Original commitRevision:452958 
Saturday, 21 Oct 2017
20:22 olgeni search for other commits by this committer
Add devel/elixir-trailing_format_plug, an Elixir plug to support
rails-like trailing format in APIs.
Original commitRevision:452614 

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

[First Page]  «  39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49  »  [Last Page]