non port: devel/Makefile |
Number of commits found: 11319 (showing only 100 on this page) |
Tuesday, 1 Aug 2017
|
05:09 araujo
Add p3-verboselogs slave of py-verboselogs, it is a dependency for
the new py3-iocage version.
Approved by: portmgr (bdrewery)
Differential Revision: https://reviews.freebsd.org/D11795
|
Monday, 31 Jul 2017
|
20:26 ed
Remove CloudABI Binutils tools.
As of FreeBSD 11, the cloudabi-toolchain port uses the ELF-toolchain
utilities for all the stuff not provided by LLVM. For FreeBSD 10 and
lower, we still rely on Binutils.
As CloudABI itself is only supported as of FreeBSD 11, there is hardly
any interest in supporting a Binutils based toolchain. Let's kick out
the CloudABI Binutils ports and symlink to the utilities in the base
system unconditionally.
Reviewed by: rene
Differential Revision: https://reviews.freebsd.org/D11733
|
17:42 rene
Remove expired ports:
2017-07-31 net/rubygem-oauth212: Only created for www/gitlab; please use
net/rubygem-oauth2 instead
2017-07-31 textproc/rubygem-liquid3: Use textproc/rubygem-liquid instead
2017-07-31 mail/dovecot2-antispam-plugin: Use pigeonhole instead. See
https://wiki2.dovecot.org/HowTo/AntispamWithSieve
2017-07-31 mail/dovecot-antispam: Dovecot-1.x is deprecated. Use dovecot2 and
dovecot2-antispam-plugin instead
2017-07-31 mail/dovecot-sieve: Dovecot-1.x is deprecated. Use dovecot2 and
dovecot-pigeonhole instead
2017-07-31 mail/dovecot-managesieve: Dovecot-1.x is deprecated. Use dovecot2 and
dovecot-pigeonhole instead
2017-07-31 www/rubygem-jquery-ui-rails5-rails4: Only created for www/gitlab;
please use www/rubygem-jquery-ui-rails-rails4 instead
2017-07-31 security/rubygem-omniauth13: Only created for www/gitlab; please use
security/rubygem-omniauth instead
2017-07-31 devel/rubygem-health_check22: Only created for www/gitlab; please use
devel/rubygem-health_check instead
2017-07-31 devel/rubygem-semantic_puppet0: Use devel/rubygem-semantic_puppet
instead
2017-07-31 devel/rubygem-newrelic_rpm3: Only created for www/gitlab; please use
devel/rubygem-newrelic_rpm instead
2017-07-31 lang/p5-Parse-Perl: does not build with Perl >= 5.22
2017-07-31 sysutils/rubygem-puppet_forge1: Use sysutils/rubygem-puppet_forge
instead
2017-07-31 sysutils/rubygem-SyslogLogger: Project is EOL'd because it was merged
into Ruby 2.0
|
Sunday, 30 Jul 2017
|
21:46 lwhsu
Add bazel-clang38: using clang38 as crosstool for bazel
PR: 219840
Submitted by: Jov <amutu@amutu.com>
|
Friday, 28 Jul 2017
|
18:58 ultima
* Renamed ffcall --> libffcall, renamed upstream
PR: 220905
Submitted by: Jov <amutu@amutu.com> (maintainer)
Reviewed by: matthew (mentor)
Approved by: matthew (mentor)
Differential Revision: https://reviews.freebsd.org/D11763
|
Thursday, 27 Jul 2017
|
19:52 jhb
Add a port for the Solaris Modular Debugger (mdb).
Currently it only supports debugging of FreeBSD/amd64 kernels via kernel
crashes (vmcores) or live systems via /dev/mem. It does not include a
port of the in-kernel kmdb debugger.
PR: 220891
Reviewed by: mat
Sponsored by: Netflix
Differential Revision: https://reviews.freebsd.org/D11682
|
07:48 araujo
The verboselogs package extends Python's logging module to add the log
levels VERBOSE, NOTICE, and SPAM
Sponsored by: iXsystems, Inc.
|
06:56 araujo
The libhyve-remote aims to abstract functionalities from other third party
libraries such like libvncserver, freerdp and spice to be used in hypervisor
implementation.
With a basic data structure it is easy to implement any remote desktop
protocol without dig into the protocol specification or third part
libraries, you can check some of our examples.
WWW: https://github.com/araujobsd/libhyve-remote
Differential Revision: iXsystems, Inc.
|
Tuesday, 25 Jul 2017
|
20:42 jrm
devel/rubygem-jsonapi-renderer: Render JSON API documents
WWW: https://github.com/jsonapi-rb/jsonapi-renderer
|
16:46 matthew
New port: devel/maven -- maven-3.5.0
svn cp from devel/maven33
Apache Maven is a software project management and comprehension tool. Based on
the concept of a project object model (POM), Maven can manage a project's
build, reporting and documentation from a central piece of information.
WWW: http://maven.apache.org/
Add CONFLICTS_INSTALL for devel/maven3, devel/maven31, devel/maven33[1]
PR: 220959
Submitted by: jonc@chen.org.nz
Approved by: [1] portmgr blanket
|
04:40 koobs
[NEW PORT] devel/pyxb: Python XML schema bindings
PyXB is a pure Python package that generates Python code for classes that
correspond to data structures defined by XMLSchema. In concept it is similar
to JAXB for Java and CodeSynthesis XSD for C++.
WWW: http://pyxb.sourceforge.net
PR: 219908
Submitted by: Jov <amutu amutu com>
|
Sunday, 23 Jul 2017
|
08:05 pi
New port: devel/bear
Bear is a tool that generates a compilation database for clang
tooling. The JSON compilation database is used in the clang project
to provide information on how a single compilation unit is processed.
With this, it is easy to re-run the compilation with alternate
programs. One way to get a compilation database is to use cmake as
the build tool. Passing -DCMAKE_EXPORT_COMPILE_COMMANDS=ON to cmake
generates the compile_commands.json file into the current directory.
For non-cmake projects, Bear generates the JSON file during the
build process.
The concept behind Bear is: to execute the original build command
and intercept the exec calls issued by the build tool. To achieve
that, Bear uses the LD_PRELOAD or DYLD_INSERT_LIBRARIES mechanisms
provided by the dynamic linker.
WWW: https://github.com/rizsotto/Bear
PR: 220475
Submitted by: Jov <amutu@amutu.com>
|
05:14 acm
- New port: devel/dfmt
dfmt is a formatter for D source code. dfmt is beta quality. Make backups of
your files or use source control when using the --inplace option.
WWW: https://github.com/dlang-community/dfmt
|
02:47 acm
- New port: devel/dlangui
Cross platform GUI for D. Widgets, layouts, styles, themes, unicode, i18n,
OpenGL based acceleration
- Crossplatform (Win32, OSX, Linux, FreeBSD and Android are supported in
current version)
- Mostly inspired by Android UI API (layouts, styles, two phase layout, ...)
- Supports highly customizable UI themes and styles
- Supports internationalization
- Hardware acceleration using OpenGL (when built with version USE_OPENGL)
- Fallback to pure Win32 API / SDL / X11 when OpenGL is not available (e.g.
opengl dynamic library cannot be loaded)
- Actually it's a port (with major refactoring) of GUI library for cross
platform OpenGL based implementation of Cool Reader app project from C++.
- Non thread safe - all UI operations should be preformed in single thread
- Simple 3d engine - allows to embed 3D scenes within GUI
WWW: https://github.com/buggins/dlangui
|
02:34 acm
- New port: devel/derelict-sdl2
Dynamic bindings to SDL 2 version 2.0.5, SDL2_image, SDL2_mixer, SDL2_ttf, and
SDL2_net for the D Programming Language.
WWW: https://github.com/DerelictOrg/DerelictSDL2
|
02:33 acm
- New port: devel/derelict-util
The base library for all Derelict packages
WWW: https://github.com/DerelictOrg/DerelictUtil
|
02:31 acm
- New port: devel/dlib
dlib is a growing collection of native D language libraries useful for various
higher-level projects - such as game engines, rendering pipelines and
multimedia applications. It is written in D2 and has no external dependencies
aside D's standard library, Phobos.
WWW: https://github.com/gecko0307/dlib
|
Saturday, 22 Jul 2017
|
15:52 sunpoet
Readd devel/pecl-pthreads2 (r445699)
PR: 220708
|
03:34 acm
- New port: devel/dcd-client
DCD is not an IDE. DCD is designed to provide autocompletion for your favorite
text editor. If you are looking for an IDE, try one of these.
DCD consists of a client and a server. The client (dcd-client) is almost always
used through a text editor script or plugin, though it can be used from the
command line. The server (dcd-server) is responsible for caching imported
files, calculating autocomplete information, and sending it back to the client.
WWW: https://github.com/dlang-community/DCD
|
03:33 acm
- New port: devel/dcd-server
DCD is not an IDE. DCD is designed to provide autocompletion for your favorite
text editor. If you are looking for an IDE, try one of these.
DCD consists of a client and a server. The client (dcd-client) is almost always
used through a text editor script or plugin, though it can be used from the
command line. The server (dcd-server) is responsible for caching imported
files, calculating autocomplete information, and sending it back to the client.
WWW: https://github.com/dlang-community/DCD
|
03:31 acm
- New port: devel/d-scanner
D-Scanner is a tool for analyzing D source code
WWW: https://github.com/dlang-community/D-Scanner
|
03:29 acm
- New port: devel/msgpack-d
MessagePack is a binary-based JSON-like serialization library. MessagePack for
D is a pure D implementation of MessagePack.
WWW: https://github.com/msgpack/msgpack-d
|
03:28 acm
- New port: devel/libdparse
Library for lexing and parsing D source code.
WWW: https://github.com/dlang-community/libdparse
|
03:26 acm
- New port: devel/libddoc
D implementation of the DDoc macro system
WWW: https://github.com/economicmodeling/libddoc
|
03:25 acm
- New port: devel/iz
iz is a general purpose library for the D programming language. It includes
streams, containers, a serializer, property binder, Pascal-like sets,
Pascal-like properties and more
WWW: https://github.com/BBasile/iz
|
03:23 acm
- New port: devel/inifiled
A compile time ini file parser and writter generator for D. inifile.d takes
annotated structs and create ini file parser and writer. The ini file format
always comments and section and to some degree nesting.
WWW: https://github.com/burner/inifiled
|
03:22 acm
- New ports: devel/dsymbol
Basic symbol lookup/resolution for libdparse
WWW: https://github.com/dlang-community/dsymbol
|
03:19 acm
- New port: devel/containers
Containers backed on dlang by std.experimental.allocator
WWW: https://github.com/economicmodeling/containers
|
Thursday, 20 Jul 2017
|
09:13 tz
New port: devel/rubygem-re2
Ruby bindings to re2, "an efficient, principled regular expression library".
WWW: https://github.com/mudge/re2
|
Sunday, 16 Jul 2017
|
00:45 sunpoet
Add rubygem-mixlib-archive 0.4.1
Mixlib::Archive is a simple interface to various archive formats.
WWW: https://www.chef.io/
WWW: https://github.com/chef/mixlib-archive
|
00:45 sunpoet
Add rubygem-rspec_junit_formatter 0.3.0
RSpec JUnit Formatter is a formatter of RSpec results for Jenkins and probably a
few other CI services.
WWW: https://github.com/sj26/rspec_junit_formatter
|
00:45 sunpoet
Add rubygem-iso8601 0.9.1
ISO8601 is a simple implementation of the ISO 8601 (Data elements and
interchange formats - Information interchange - Representation of dates and
times) standard.
WWW: https://github.com/arnau/ISO8601
|
00:44 sunpoet
Add rubygem-iniparse 1.4.4
IniParse is a pure Ruby library for parsing INI configuration and data files.
WWW: https://github.com/antw/iniparse
|
Saturday, 15 Jul 2017
|
17:21 sunpoet
Add rubygem-hashie-forbidden_attributes 0.1.1
If you're using Rails 4 strong parameters, you will get a
ForbiddenAttributesProtection exceptions when mass-assigning attributes. This
gem allows mass assignment. It prevents Mash from responding to :permitted? and
therefore triggering this behavior in ForbiddenAttributesProtection.
WWW: https://github.com/Maxim-Filimonov/hashie-forbidden_attributes
|
17:20 sunpoet
Add rubygem-grape0 0.19.2 (copied from rubygem-grape)
- Add PORTSCOUT
|
Thursday, 13 Jul 2017
|
18:07 sunpoet
Add py-cli-helpers 0.2.1
CLI Helpers is a Python package that makes it easy to perform common tasks when
building command-line apps. It's a helper library for command-line interfaces.
Libraries like Click and Python Prompt Toolkit are amazing tools that help you
create quality apps. CLI Helpers complements these libraries by wrapping up
common tasks in simple interfaces.
CLI Helpers is not focused on your app's design pattern or framework - you can
use it on its own or in combination with other libraries. It's lightweight and
easy to extend.
What's included in CLI Helpers?
- Prettyprinting of tabular data with custom pre-processing
- [in progress] config file reading/writing
WWW: https://pypi.python.org/pypi/cli-helpers
WWW: https://github.com/dbcli/cli_helpers
|
18:06 sunpoet
Add py-backports.csv 1.0.5
The API of the csv module in Python 2 is drastically different from the csv
module in Python 3. This is due, for the most part, to the difference between
str in Python 2 and Python 3.
The semantics of Python 3's version are more useful because they support unicode
natively, while Python 2's csv does not.
WWW: https://pypi.python.org/pypi/backports.csv
WWW: https://github.com/ryanhiebert/backports.csv
|
17:53 mr
Add papilio-loader to the build.
|
Wednesday, 12 Jul 2017
|
19:44 brnrd
archivers/brotli: Move and update to 0.6.0
- Move from devel/libbrotli to archivers/brotli
- Remove meta-project for library build
- Bump epoch for meta 1.0 to upstream 0.6 update
- Add MOVED entry
- Switch from autoconf to cmake
PR: 218813, 218851
Submitted by: Markus Kohlmeyer <rootservice@gmail.com>
Approved by: maintainer time-out
Differential Revision: https://reviews.freebsd.org/D11290
|
17:10 swills
devel/py-easyprocess: create port
EasyProcess is an easy to use python subprocess interface.
WWW: https://github.com/ponty/EasyProcess
PR: 219839
Submitted by: Daniel Ylitalo <daniel@blodan.se>
|
16:01 lwhsu
Sort.
|
15:55 lwhsu
Add devel/py-backports.weakref: Backport of the weakref module from Python 3.4
PR: 220206
Submitted by: Jov <amutu@amutu.com>
|
02:33 koobs
[NEW] devel/py-setuptools-pkg: Plugin for setuptools to build FreeBSD pkg
Plugin for setuptools that provides bdist_pkg command for building FreeBSD
package artifact.
WWW: https://github.com/kxepal/setuptools-pkg
[1] Closes https://github.com/kxepal/setuptools-pkg/issues/1
|
Tuesday, 11 Jul 2017
|
16:59 sunpoet
Add rubygem-ddplugin 1.0.1
ddplugin is a library for managing plugins.
Designing a library so that third parties can easily extend it greatly improves
its usefulness. ddplugin helps solve this problem using plugins, which are
classes of a certain type and with a given identifier (Ruby symbol).
This code was extracted from Nanoc, where it has been in production for years.
WWW: https://github.com/ddfreyne/ddplugin
|
Saturday, 8 Jul 2017
|
09:03 tijl
Revert r445241. libffi is already part of linux_base-c7.
|
03:03 swills
devel/rubygem-baf: create port
baf is a toolkit for building command line programs. It also provides cucumber
helpers and steps for writing user acceptance tests.
WWW: https://rubygems.org/gems/baf
PR: 220218
Submitted by: dereks@lifeofadishwasher.com
|
02:44 swills
devel/rubygem-rspec-its: create port
RSpec::Its provides the `its` method as a short-hand
to specify the expected value of an attribute.
WWW: https://github.com/rspec/rspec-its
PR: 219978
Submitted by: naito.yuichiro@gmail.com
|
00:49 swills
devel/rubygem-jenkins_api_client: create port
This is a simple and easy-to-use Jenkins Api client with features focused on
automating Job configuration programaticaly and so forth
WWW: https://github.com/arangamani/jenkins_api_client
PR: 214106
Reported by: asomers
|
Friday, 7 Jul 2017
|
13:29 olgeni
Add devel/etcd32, version 3.2 of etcd.
|
13:12 olgeni
Move devel/etcd3 to devel/etcd31.
|
12:16 tijl
Add devel/linux-c7-libffi, needed by security/linux-c7-p11-kit.
|
Thursday, 6 Jul 2017
|
14:17 jbeich
devel/racer: add new port
PR: 210614
Submitted by: Timothy Beyer
MFH: 2017Q3
RACER = Rust Auto-Complete-er. A utility intended to provide Rust code
completion for editors and IDEs. Maybe one day the 'er' bit will be exploring +
refactoring or something.
https://github.com/phildawes/racer
|
Wednesday, 5 Jul 2017
|
23:55 sunpoet
Add rubygem-mize 0.3.2
Mize provides memoize methods/functions in Ruby.
WWW: https://github.com/flori/mize
|
23:53 sunpoet
Add rubygem-protocol 1.0.1
This library offers an implementation of protocols against which you can check
the conformity of your classes or instances of your classes. They are a bit like
Java Interfaces, but as mixin modules they can also contain already implemented
methods. Additionally you can define preconditions/postconditions for methods
specified in a protocol.
WWW: http://flori.github.io/protocol/
WWW: https://github.com/flori/protocol
|
10:45 amdmi3
- Move cppcheck gui into separate port, devel/cppcheck-gui
|
Monday, 3 Jul 2017
|
17:35 jrm
New port, devel/rubygem-bootsnap: Boot large ruby/rails apps faster
WWW: WWW: https://github.com/Shopify/bootsnap
|
Saturday, 1 Jul 2017
|
21:58 rene
Remove expired ports:
2017-06-30 misc/p5-Geo-Coder-Many: deprecated and no longer maintained by
upstream
2017-07-01 graphics/gimp-elsamuko-script: Broken for more than 2 years
2017-07-01 devel/anjuta-extras: Last release in 2013 and doesn't build with
recent GTK+
2017-07-01 www/apache22-worker-mpm: Upstream propose EoL of apache 2.2.x during
the next 12 months
2017-07-01 www/apache22-itk-mpm: Upstream propose EoL of apache 2.2.x during the
next 12 months
2017-07-01 www/apache22-peruser-mpm: Upstream propose EoL of apache 2.2.x during
the next 12 months
2017-07-01 www/apache22-event-mpm: Upstream propose EoL of apache 2.2.x during
the next 12 months
|
Thursday, 29 Jun 2017
|
15:38 feld
The logutils package provides a set of handlers for the Python standard
library's logging package.
Some of these handlers are out-of-scope for the standard library, and so
they are packaged here. Others are updated versions which have appeared
in recent Python releases, but are usable with older versions of Python
and so are packaged here.
WWW: https://bitbucket.org/vinay.sajip/logutils/
|
10:06 robak
devel/py-asn1crypto: NEW PORT - ASN.1 library with a focus on performance and a
pythonic API
A fast, pure Python library for parsing and serializing ASN.1 structures.
WWW: https://github.com/wbond/asn1crypto
PR: 220299
Submitted by: Mikael Urankar <mikael.urankar@gmail.com>
|
Tuesday, 27 Jun 2017
|
22:13 cpm
devel/codesearch-py: Python library for accessing Chromium CodeSearch
The codesearch Python library provides an interface for talking to the
Chromium CodeSearch backend.
The primary entry point into the library is the codesearch class. Various
message classes you are likely to encounter are defined in messages.py
In addition, the library also includes facilities for maintaining an
ephemeral or persistent cache in order to minimize generated network
traffic.
WWW: https://github.com/chromium/codesearch-py
Reviewed by: koobs
Differential Revision: https://reviews.freebsd.org/D11336
|
Monday, 26 Jun 2017
|
10:32 olgeni
Add devel/py-pytest-mock, a thin wrapper around the mock package
for easier use with py.test.
Includes upstream commit 2bb5fdf to fix 'make test'.
|
Friday, 23 Jun 2017
|
21:18 sunpoet
Add rubygem-flipper 0.10.2
Feature flipping is the act of enabling or disabling features or parts of your
application, ideally without re-deploying or changing anything in your code
base.
The goal of this gem is to make turning features on or off so easy that everyone
does it. Whatever your data store, throughput, or experience, feature flipping
should be easy and have minimal impact on your application.
WWW: https://github.com/jnunemaker/flipper
|
21:17 sunpoet
Add rubygem-peek 1.0.1
This is a profiling tool originally built at GitHub to help us get an insight
into our application. Now, we have extracted this into Peek, so that other Rails
application can experience the same benefit.
Peek puts a little bar on top of your application to show you all sorts of
helpful information about your application. From the screenshot above, you can
see that Peek provides information about database queries, cache, Resque workers
and more. However, this is only part of Peek's beauty.
The true beauty of Peek lies in the fact that it is an extensible platform. If
there are some performance metrics that you need but are not available on Peek,
you can find it from the list of available Peek Views and integrate it into
Peek. Even if you do not find what you want on Peek Views, you can always create
your own.
WWW: https://github.com/peek/peek
|
21:17 sunpoet
Add rubygem-concurrent-ruby-ext 1.0.5
Potential performance improvements may be achieved under MRI by installing
optional C extensions. To minimize installation errors the C extensions are
available in the concurrent-ruby-ext extension gem. concurrent-ruby and
concurrent-ruby-ext are always released together with same version.
The concurrent-ruby gem will automatically detect the presence of the
concurrent-ruby-ext gem and load the appropriate C extensions.
WWW: https://github.com/ruby-concurrency/concurrent-ruby
|
Wednesday, 21 Jun 2017
|
16:39 tobik
New port: devel/bingrep
Greps through binaries from various OSs and architectures, and colors
them. Current backends:
- ELF 32/64, arm, x86, openrisc - all others will parse and color, but
relocations won't show properly
- Mach 32/64, arm, x86
- PE (debug only)
WWW: https://github.com/m4b/bingrep
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D11162
|
Monday, 19 Jun 2017
|
13:43 danfe
Add `devel/p5-List-Regexp', a Perl module that converts a list of strings
to a regular expression.
WWW: http://search.cpan.org/dist/List-Regexp/
Submitted by: Zeus Panchenko
|
Sunday, 18 Jun 2017
|
19:28 wg
devel/py-bsd: Python wrappers for various BSD libc and system calls
WWW: https://github.com/freenas/py-bsd
|
Friday, 16 Jun 2017
|
17:28 amdmi3
- Add py3 counterpart for py3-voluptuous
- While here, add NO_ARCH and LICENSE_FILE for py-voluptuous
|
16:45 wg
devel/py-async_timeout: Timeout context manager for asyncio programs
WWW: https://github.com/aio-libs/async-timeout
|
Thursday, 15 Jun 2017
|
19:43 jrm
Create devel/rubygem-webpacker1-rails5, a 1.x version copied from
devel/rubygem-webpacker-rails5
|
19:37 jrm
New port, devel/rubygem-sidekiq-bulk-rails5: Augment Sidekiq job classes
with a push_bulk method
|
Wednesday, 14 Jun 2017
|
01:34 wen
A simple header-only logging library for C++. Add 'LinkingTo: plogr'
to 'DESCRIPTION', and '#include <plogr.h>' in your C++ modules to use
it.
WWW: https://cran.r-project.org/web/packages/plogr/
|
Tuesday, 13 Jun 2017
|
10:44 wen
Provides a simple interface for creating active bindings where
the bound function accepts additional arguments.
WWW: https://cran.r-project.org/web/packages/bindr/
|
Monday, 12 Jun 2017
|
10:39 sunpoet
Add py3-tzlocal 1.3
- While I'm here, fix indent
PR: 219611
Submitted by: Rudolf Siegel <rs.os@t-online.de>
Approved by: maintainer (timeout, 15 days)
|
10:39 sunpoet
Add py3-icalendar 3.11.1
- While I'm here:
- Fix indent
- Sort USE_PYTHON
PR: 219610
Submitted by: Rudolf Siegel <rs.os@t-online.de>
Approved by: maintainer (timeout, 15 days)
|
Saturday, 10 Jun 2017
|
03:13 woodsb02
[NEW] devel/py3-enum34: Create Python 3.x version of this port
PR: 219833
Reported by: koobs
|
02:52 woodsb02
[NEW] devel/py3-mock: Add Python 3.x version of this port
PR: 219833
|
02:47 bdrewery
Add devel/libtrue
You can't handle the truth.
libtruth is the definitive library for handling the truth. It is
a quickly growing project with a lot of plans for the future.
WWW: https://github.com/zxombie/libtrue
|
02:43 woodsb02
[NEW] devel/py3-pbr: Add Python 3.x version of this port
PR: 219833
|
02:37 woodsb02
[NEW] devel/py3-tox: Add Python 3.x version of this port
PR: 219833
|
02:32 woodsb02
[NEW] devel/py3-pluggy: Add Python 3.x version of this port
PR: 219833
|
02:19 woodsb02
[NEW] devel/py3-pip: Add Python 3.x version of this port
PR: 219833
PR: 212950
|
02:07 woodsb02
[NEW] devel/py3-freezegun: Add Python 3.x version of this port
PR: 219833
|
02:01 woodsb02
[NEW] devel/py3-pretend: Add Python 3.x version of this port
PR: 219833
|
01:56 woodsb02
[NEW] devel/py3-scripttest: Create Python 3.x version of this port
PR: 219833
|
01:50 woodsb02
[NEW] devel/py3-virtualenv: Create Python 3.x version of this port
PR: 219833
|
01:25 woodsb02
[NEW] devel/py3-pytest-timeout: Add Python 3.x version of this port
PR: 219833
|
Friday, 9 Jun 2017
|
00:04 woodsb02
[NEW] devel/py3-pytest-capturelog: Add Python 3.x version of this port
PR: 219833
|
Thursday, 8 Jun 2017
|
14:28 woodsb02
[NEW] devel/py3-dateutil: Add Python 3.x version of this port
PR: 219541
PR: 219833
Submitted by: rs.os <rs.os@t-online.de>
|
Wednesday, 7 Jun 2017
|
17:11 kwm
Add boost-python3-libs, python3 bindings with boost.
Reviewed by: sunpoet@
Approved by: office@ (sunpoet@)
Differential Revision: https://reviews.freebsd.org/D11021
|
15:51 woodsb02
[NEW] devel/py3-pytest-xdist: Create Python 3.x version of port
The latest www/py-requests update [1] unbundled its dependencies, now
requiring chardet, idna, urllib3 and certifi from ports.
www/py3-requests port was not tested during QA, which would have highlighted
the need for many new py3-* ports (and their dependencies).
This change creates one of those ports.
[1] https://svnweb.freebsd.org/changeset/ports/442565
PR: 219833
|
15:28 rene
Remove expired ports:
2017-05-31 mail/linux-thunderbird: Use the native thunderbird mail/thunderbird
instead
2017-06-01 devel/p5-Penguin: Depends on expired security/pgp
2017-06-01 security/p5-Crypt-PGPSimple: Depends on expired security/pgp
2017-06-01 mail/pgpsendmail: Depends on expired security/pgp
2017-04-01 security/pgp: This software was last updated in 1996, use
security/gnupg1 as a drop-in replacement with legacy PGP support.
|
15:14 woodsb02
[NEW] devel/py3-apipkg: Create Python 3.x version of port
The latest www/py-requests update [1] unbundled its dependencies, now
requiring chardet, idna, urllib3 and certifi from ports.
www/py3-requests port was not tested during QA, which would have highlighted
the need for many new py3-* ports (and their dependencies).
This change creates one of those ports.
[1] https://svnweb.freebsd.org/changeset/ports/442565
PR: 219833
|
10:56 koobs
[NEW] devel/py3-pyasn1: Create Python 3.x port of py-pyasn1
The latest www/py-requests update [1] unbundled its dependencies, now
requiring chardet, idna, urllib3 and certifi from ports.
www/py3-requests port was not tested during QA, which would have highlighted
the need for many new py3-* ports (and their dependencies).
This change creates one of those ports.
While I'm here:
- Update test target and setup.py variable
[1] https://svnweb.freebsd.org/changeset/ports/442565
PR: 219833
|
Tuesday, 6 Jun 2017
|
13:30 skreuzer
Rename port to py-pydispatcher
Change the PORTNAME to be lowercase and add an entry into MOVED
to document this change
Remove iso-8859-1 characters from pkg-descr
Reviewed by: koobs, miwi
Approved by: koobs
Differential Revision: D11060
|
Sunday, 4 Jun 2017
|
20:35 sunpoet
Sort SUBDIRs
|
Friday, 2 Jun 2017
|
11:04 araujo
- Connect on Makefile py3-cffi, py3-coloredlogs, py3-pycparser and
py3-pygit2.
|
00:18 jmd
new port: devel/cltune. This adds cltune, a program to tune OpenCL (and CUDA)
kernels automatically.
Reviewed by: swills (mentor)
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10918
|
Wednesday, 31 May 2017
|
17:29 cpm
Add new port devel/py-ddt
DDT (Data-Driven Tests) allows you to multiply one test case by
running it with different test data, and make it appear as multiple
test cases.
WWW: http://readthedocs.org/projects/ddt/
Differential Revision: https://reviews.freebsd.org/D10872
|
Tuesday, 30 May 2017
|
01:49 sunpoet
Add rubygem-gettext_i18n_rails_js 1.3.0
GettextI18nRailsJs extends gettext_i18n_rails, making your .PO files available
to client side Javascript as JSON. It will find translations inside your .js,
.coffee, .handlebars and .mustache files, then it will create JSON versions of
your .PO files so you can serve them with the rest of your assets, thus letting
you access all your translations offline from client side Javascript.
WWW: https://github.com/webhippie/gettext_i18n_rails_js
|
Number of commits found: 11319 (showing only 100 on this page) |