non port: devel/Makefile |
Number of commits found: 11319 (showing only 100 on this page) |
Tuesday, 23 Jan 2018
|
07:02 tota
- 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
|
Sunday, 21 Jan 2018
|
13:47 olgeni
Add devel/elixir-distillery, a release building tool for Elixir.
Distillery replaces exrm, which was discontinued upstream.
|
12:49 wen
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/
|
11:55 sunpoet
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
|
11:54 sunpoet
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
|
11:41 antoine
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
|
Monday, 15 Jan 2018
|
10:37 yuri
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
|
10:06 rene
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
|
Sunday, 14 Jan 2018
|
17:24 swills
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
|
14:14 sunpoet
Move devel/lua-bitop-51 to devel/lua51-bitop
|
Saturday, 13 Jan 2018
|
12:27 amdmi3
- Move devel/py-repl to devel/py-pyrepl to march PyPi name
- Add LICENSE_FILE
- Add NO_ARCH
- Update WWW
|
08:13 sunpoet
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
|
Friday, 12 Jan 2018
|
16:43 novel
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
|
00:19 lx
Add Lua 5.1 version of lua-bitop.
|
Wednesday, 10 Jan 2018
|
15:38 swills
Fix gitlab issue by creating rubygem-licensee8
PR: 225047
Submitted by: Matthias Fechner <idefix@fechner.net> (maintainer)
|
Monday, 8 Jan 2018
|
16:02 swills
devel/rubygem-semver2: create port
Maintain versions as per http://semver.org
WWW: https://github.com/haf/semver
|
Saturday, 6 Jan 2018
|
05:34 sunpoet
Remove devel/p5-Test-Block
|
04:34 sunpoet
Remove devel/p5-MooseX-Role-WithOverloading
|
Friday, 5 Jan 2018
|
06:54 antoine
Revert r458086, duplicate port
|
Thursday, 4 Jan 2018
|
20:55 swills
devel/rubygem-multipart-post: create port
Multipart form post accessory for Net::HTTP
WWW: https://github.com/nicksieger/multipart-post
|
Tuesday, 2 Jan 2018
|
10:41 yuri
New port: devel/inastemp: C++ library to use SIMD vectorization
Submitted by: myself
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D13703
|
Monday, 1 Jan 2018
|
11:41 rene
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
|
Sunday, 31 Dec 2017
|
20:10 swills
Connect rubygem-googleapis-common-protos-types
Pointyhat to: swills
Reported by: antoine
|
Friday, 29 Dec 2017
|
18:46 sunpoet
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
|
Thursday, 28 Dec 2017
|
13:41 sunpoet
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/
|
Wednesday, 27 Dec 2017
|
15:55 tijl
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.
|
Tuesday, 26 Dec 2017
|
10:50 alfred
py-fake-factory replaced with py-Faker
|
Monday, 25 Dec 2017
|
17:05 olgeni
Add devel/py-vine, a promises library for Python.
|
13:53 sunpoet
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
|
Friday, 22 Dec 2017
|
13:51 olgeni
Add devel/py-apns2, a Python client for the Apple Push Notification service.
|
13:45 olgeni
Add devel/py-pyfcm, a Python client for Firebase Cloud Messaging.
|
Wednesday, 20 Dec 2017
|
23:15 jbeich
devel/android-tools-{adb,fastboot}-devel: remove for being older than master
port
|
19:35 bapt
Remove EOLed swig 2.0 replaced by swig 3.0
|
15:28 bapt
Remove swig 1.3, please use swig 3.0 instead
|
Saturday, 16 Dec 2017
|
20:54 sunpoet
Add rubygem-flipper-active_support_cache_store 0.11.0
ActiveSupport::Cache store adapter for Flipper
WWW: https://github.com/jnunemaker/flipper
|
Thursday, 14 Dec 2017
|
20:16 amdmi3
- Update PyODE to 1.2.1
- Rename from py-ode to py-PyODE to reflect upstream version
|
20:12 amdmi3
Sort category Makefile
|
18:41 ultima
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
|
18:37 ultima
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
|
Wednesday, 13 Dec 2017
|
22:48 rene
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)
|
20:49 sunpoet
Add rubygem-rainbow2 2.2.2 (copied from rubygem-rainbow)
- Add PORTSCOUT
|
Tuesday, 12 Dec 2017
|
21:46 ultima
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
|
20:20 ultima
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
|
19:13 yuri
New port: devel/py-bullet3: Python version of 3D collision detection library
Bullet
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D13461
|
06:33 yuri
New port: devel/py-IBMQuantumExperience: Python library for the Quantum
Experience API
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D13458
|
Sunday, 10 Dec 2017
|
13:22 sunpoet
Add rubygem-micromachine2 2.1.0 (copied from rubygem-micromachine)
- Add PORTSCOUT
|
Thursday, 7 Dec 2017
|
23:49 brooks
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
|
Wednesday, 6 Dec 2017
|
15:55 tz
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>
|
15:49 tobik
Make devel/kore-notls a flavor of devel/kore and remove it
Approved by: portmgr (mat)
Differential Revision: https://reviews.freebsd.org/D13393
|
Tuesday, 5 Dec 2017
|
15:00 lifanov
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
|
Sunday, 3 Dec 2017
|
20:33 sunpoet
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
|
18:02 yuri
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
|
Saturday, 2 Dec 2017
|
03:32 yuri
New port: devel/rstudio: Integrated development environment (IDE) for R
PR: 220359
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D13139
|
Friday, 1 Dec 2017
|
21:38 leres
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
|
Thursday, 30 Nov 2017
|
15:50 mat
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
|
Wednesday, 29 Nov 2017
|
21:22 dvl
Backport of the tempfile module from Python 3
|
21:00 dvl
Simple command line runner on top of devel/py-daemon
|
20:15 dvl
Fuzzy string matching like a boss. It uses Levenshtein Distance to
calculate the differences between sequences in a simple-to-use
package.
|
19:54 dvl
Fast computation of Levenshtein distance and string similarity
|
Tuesday, 28 Nov 2017
|
17:28 dvl
Add py-naiveBayesClassifier
Reported by: Antoine via Adam
|
10:15 rodrigc
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
|
Monday, 27 Nov 2017
|
11:28 amdmi3
- 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)
|
Friday, 24 Nov 2017
|
19:02 yuri
New port: devel/blitz: Blitz++ Multi-Dimensional Array Library for C++
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D13222
|
18:31 pi
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
|
Wednesday, 22 Nov 2017
|
14:55 tz
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>
|
07:52 eugen
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.
|
06:28 yuri
New port: devel/clthreads: C++ wrapper library around the POSIX threads API
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D13153
|
Tuesday, 21 Nov 2017
|
18:50 rene
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+
|
17:59 madpilot
- 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
|
Monday, 20 Nov 2017
|
17:52 yuri
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
|
Saturday, 18 Nov 2017
|
23:34 ehaupt
An extension module for click to enable registering CLI commands via setuptools
entry-points.
WWW: https://pypi.python.org/pypi/click-plugins
|
16:41 yuri
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
|
05:38 yuri
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
|
00:10 sunpoet
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/
|
Thursday, 16 Nov 2017
|
12:24 tz
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>
|
10:48 tz
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
|
Tuesday, 14 Nov 2017
|
23:11 dvl
Redis-backed Ruby library for queuing jobs
|
22:57 dvl
A lock-free logger compatible with Ruby 2.0
|
Sunday, 12 Nov 2017
|
19:09 sunpoet
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/
|
13:59 riggs
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
|
13:45 riggs
Chase removal of oniguruma5
|
13:44 riggs
Chase removal of oniguruma4
|
Saturday, 11 Nov 2017
|
10:30 rene
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
|
Friday, 10 Nov 2017
|
18:57 yuri
New port: devel/pybind11: Seamless operability between C++11 and Python (cmake
part)
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D13025
|
Thursday, 9 Nov 2017
|
07:37 rene
Remove expired port:
2017-11-07 devel/pear-PPW: Project is EoL
|
Wednesday, 8 Nov 2017
|
18:53 ehaupt
Add python3 stub ports required for the upcoming update of finance/electrum.
Approved by: portmgr (bdrewery)
Differential Revision: D13000
|
14:37 amdmi3
Sort category Makefile
|
Tuesday, 7 Nov 2017
|
22:42 yuri
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
|
19:07 ehaupt
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/
|
11:11 tz
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
|
Monday, 6 Nov 2017
|
06:40 vanilla
Add py-grpcio-tools, it's Protobuf code generator for gRPC.
|
Sunday, 5 Nov 2017
|
21:18 sunpoet
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>
|
21:17 sunpoet
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>
|
Saturday, 4 Nov 2017
|
13:49 yuri
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
|
13:35 dbaio
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
|
Wednesday, 1 Nov 2017
|
13:21 tijl
Merge Linux ncurses-base into linux_base. It's needed by ncurses-libs.
|
Friday, 27 Oct 2017
|
11:58 tobik
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>
|
10:15 pizzamig
devel/codeblocks-devel: new port
PR: 221703
Submitted by: lbartoletti@tuxfamily.org
Approved by: olivier (mentor)
Differential Revision: https://reviews.freebsd.org/D12806
|
Thursday, 26 Oct 2017
|
22:34 jonathan
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
|
Saturday, 21 Oct 2017
|
20:22 olgeni
Add devel/elixir-trailing_format_plug, an Elixir plug to support
rails-like trailing format in APIs.
|
Number of commits found: 11319 (showing only 100 on this page) |