non port: devel/Makefile |
Number of commits found: 11319 (showing only 100 on this page) |
Sunday, 21 Apr 2019
|
00:18 sunpoet
Add p5-Term-Detect-Software 0.21
Term::Detect::Software uses several heuristics to find out what terminal
(emulator) software the current process is running in, and its
capabilities/settings. This module complements other modules such as
Term::Terminfo and Term::Encoding.
WWW: https://metacpan.org/release/Term-Detect-Software
|
00:17 sunpoet
Add p5-Parse-VarName 0.03
Parse::VarName provides routines to parse variable name.
WWW: https://metacpan.org/release/Parse-VarName
|
00:17 sunpoet
Add p5-Package-MoreUtil 0.591
Package::MoreUtil provides package-related utilities.
WWW: https://metacpan.org/release/Package-MoreUtil
|
00:16 sunpoet
Add p5-Log-ger 0.025
Log::ger is yet another logging framework with the following features:
- Separation of producers and consumers/listeners
- Lightweight and fast
- Flexible
WWW: https://metacpan.org/release/Log-ger
|
00:15 sunpoet
Add p5-Function-Fallback-CoreOrPP 0.08
Function::Fallback::CoreOrPP provides functions that use non-core XS modules
(for best speed, reliability, feature, etc) but falls back to those that use
core XS or pure-Perl modules when the non-core XS module is not available.
This module helps when you want to bootstrap your Perl application with a
portable, dependency-free Perl script. In a vanilla Perl installation (having
only core modules), you can use App::FatPacker to include non-core pure-Perl
dependencies to your script.
WWW: https://metacpan.org/release/Function-Fallback-CoreOrPP
|
00:15 sunpoet
Add p5-Color-RGB-Util 0.595
Color::RGB::Util provides utilities related to RGB colors.
WWW: https://metacpan.org/release/Color-RGB-Util
|
Saturday, 20 Apr 2019
|
23:08 sunpoet
Move devel/py-sdl2 to devel/py-pysdl2
- Change MASTER_SITES to CHEESESHOP
- Add USES=sdl
|
Friday, 19 Apr 2019
|
08:35 tcberner
New port: devel/py-Js2Py
Pure Python JavaScript Translator/Interpreter
Everything is done in 100% pure Python so it's extremely easy to install and
use. Supports Python 2 & 3. Full support for ECMAScript 5.1, ECMA 6 support is
still experimental.
WWW: https://github.com/PiotrDabkowski/Js2Py
|
08:33 tcberner
New port: devel/py-pyjsparser
Fast JavaScript parser - manual translation of esprima.js to python. Takes 1
second to parse whole angular.js library so parsing speed is about 100k
characters per second which makes it the fastest and most comprehensible
JavaScript parser for python out there.
WWW: https://github.com/PiotrDabkowski/pyjsparser
|
Thursday, 18 Apr 2019
|
19:37 kai
New port: devel/py-funcy
A collection of fancy functional tools focused on practicality. It
was designed to be a layer of functional tools over Python.
It was inspired by Clojure and Underscore (JS library).
WWW: https://github.com/Suor/funcy
Approved by: mentors (implicit)
|
17:05 marcus
Add py-google-i18n-address.
This is a Python package that allows one to create and validate localized
addresses.
|
Wednesday, 17 Apr 2019
|
20:34 rene
Remove expired ports:
2019-04-15 mail/pop3proxy: no upstream and does not properly initiate SSL/TLS
connections
2019-04-15 devel/go-gocode: Unmaintained upstream and has issues with Go >= 1.10
2019-04-15 audio/raop_play: Abandonware. Use module-raop-sink from
audio/pulseaudio instead.
|
18:50 sunpoet
Add py-more-itertools5 5.0.0 (copied from py-more-itertools)
- Add PORTSCOUT
This is added for dependent ports of Python 2.7 (USES=python:2.7 or
FLAVOR=py27).
|
10:47 0mp
New port: devel/cfr: Class File Reader (CFR) Java decompiler
CFR will decompile modern Java features - up to and including much of Java
9, 10, 12 and beyond, but is written entirely in Java 6, so will work
anywhere!
It'll even make a decent go of turning class files from other JVM langauges
(like Kotlin) back into Java!
To use, simply run the specific version jar, with the class name(s) you
want to decompile (either as a path to a class file, or as a fully
qualified classname on your classpath).
Alternately, to decompile an entire jar, simply provide the jar path,
and if you want to emit files (which you probably do!)
add --outputdir /tmp/putithere.
WWW: https://www.benf.org/other/cfr/
|
08:17 joneum
New Port: devel/phpunit8
PHPUnit is a regression testing framework used by the developer
who implements unit tests in PHP.
WWW: https://www.phpunit.de
Sponsored by: Netzkommune GmbH
|
Tuesday, 16 Apr 2019
|
23:49 sunpoet
Add py-prompt_toolkit1 1.0.5 (copied from py-prompt_toolkit)
- Add PORTSCOUT
- Update WWW
|
Monday, 15 Apr 2019
|
21:15 sunpoet
Add py-tabulator 1.19.1
tabulator-py is a library for reading and writing tabular data
(csv/xls/json/etc).
Features:
- Supports most common tabular formats: CSV, XLS, ODS, JSON, Google Sheets, SQL,
and others. See complete list below.
- Loads local and remote data: Supports HTTP and FTP.
- Low memory usage: Only the current row is kept in memory, so you can large
datasets.
- Supports compressed files: Using ZIP or GZIP algorithms.
- Extensible: You can add support for custom file formats and loaders (e.g.
FTP).
WWW: https://github.com/frictionlessdata/tabulator-py
|
21:14 sunpoet
Add py-jsonschema2 2.6.0 (copied from py-jsonschema)
- Add LICENSE_FILE
- Add PORTSCOUT
|
20:35 sunpoet
Add py-ijson 2.3
Ijson is an iterative JSON parser with a standard Python iterator interface.
Ijson provides several implementations of the actual parsing in the form of
backends located in ijson/backends:
- yajl2_cffi: wrapper around YAJL 2.x using CFFI, this is the fastest.
- yajl2: wrapper around YAJL 2.x using ctypes, for when you can't use CFFI for
some reason.
- yajl: deprecated YAJL 1.x + ctypes wrapper, for even older systems.
- python: pure Python parser, good to use with PyPy
WWW: https://github.com/isagalaev/ijson
|
09:13 kai
New port: devel/p5-MooseX-MungeHas
MooseX::MungeHas alters the behaviour of the attributes of your Moo, Moose
or Mouse based class.
It manages to support all three because it doesn't attempt to do anything
smart with metathingies; it simply installs a wrapper for has that munges
the attribute specification hash before passing it on to the original has
function.
WWW: https://metacpan.org/pod/MooseX::MungeHas
PR: 237109
Submitted by: Geoffroy Desvernay <dgeo@centrale-marseille.fr>
Reviewed by: tcberner (mentor)
Approved by: miwi (mentor)
Differential Revision: https://reviews.freebsd.org/D19859
|
09:07 kai
New port: devel/p5-MooX-Singleton
Role::Tiny role that provides "instance" method turning your object into
singleton.
NOTE: Subsequent calls to "instance" will return the singleton instance
ignoring any arguments. This is different from MooseX::Singleton which does
not allow any arguments.
WWW: https://metacpan.org/pod/MooX::Singleton
PR: 237109
Submitted by: Geoffroy Desvernay <dgeo@centrale-marseille.fr>
Approved by: miwi (mentor)
Differential Revision: https://reviews.freebsd.org/D19857
|
08:59 kai
New port: devel/p5-File-ShareDir-Tarball
If the shared files of a distribution are contained in a tarball (see
Dist::Zilla::Plugin::ShareDir::Tarball for why you would want to do that)
automatically extract the archive in a temporary directory and return the
path to that directory.
If called for a regular distribution without a bundle file
(shared-files.tar.gz), it'll return the original shared dir. In other words,
from the consumer point of view, it'll behave just like File::ShareDir.
WWW: https://metacpan.org/pod/File::ShareDir::Tarball
PR: 237109
Submitted by: Geoffroy Desvernay <dgeo@centrale-marseille.fr>
Reviewed by: tcberner (mentor)
Approved by: miwi (mentor)
Differential Revision: https://reviews.freebsd.org/D19858
|
Tuesday, 9 Apr 2019
|
10:10 pizzamig
devel/pecl-xdebug25 devel/pecl-xdebug-devel: Remove obsolete ports
pecl-xdebug25 was kept to support PHP 5.6, already expired and removed
pecl-xdebug-devel was useful to support the coming PHP 7.3.
Now, with a stable release that support all available PHP version,
the -devel ports is no longer necessary
PR: 236773
Sponsored by: trivago N.V.
|
Monday, 8 Apr 2019
|
18:25 swills
devel/lab: create port
Lab wraps Git or Hub, making it simple to clone, fork, and interact with
repositories on GitLab
WWW: https://zaquestion.github.io/lab
|
Sunday, 7 Apr 2019
|
16:50 kai
New port: devel/py-javaproperties
This package provides support for reading & writing Java .properties files (both
the simple line-oriented format and XML) with a simple API based on the json
module - though, for recovering Java addicts, it also includes a Properties
class intended to match the behavior of Java 8's java.util.Properties as much as
is Pythonically possible.
WWW: https://github.com/jwodder/javaproperties
Approved by: mentors (implicit)
|
16:36 kai
New port: devel/py-saneyaml
Dump readable YAML and load safely any YAML preserving ordering and avoiding
surprises of type conversions.
This library is a PyYaml wrapper with sane behaviour to read and write readable
YAML safely, typically when used for configuration.
WWW: https://github.com/nexB/saneyaml
Approved by: mentors (implicit)
|
Friday, 5 Apr 2019
|
23:54 tcberner
New port: devel/rttr -- Run Time Type Reflection
RTTR stands for Run Time Type Reflection. It describes the ability of a
computer program to introspect and modify an object at runtime. It is also the
name of the library itself, which is written in C++ and released as open source
library.
The goal of this project is to provide an easy and intuitive way to use
reflection in C++.
This will be used by an upcoming multimedia/kdenlive release.
|
Thursday, 4 Apr 2019
|
18:28 swills
devel/modules2tuple: create port
modules2tuple is a helper tool for generating GH_TUPLE from vendor/modules.txt
WWW: https://github.com/dmgk/modules2tuple
|
16:44 rene
Remove expired port and two leaf ports that depend on it:
2019-03-31 devel/msrc0: No longer required as comms/conserver is being retired.
devel/mkcmd
sysutils/curly
|
16:37 rene
Remove expired ports:
2019-03-25 chinese/reciteword: depends on audio/esound
2019-03-31 comms/conserver: Superseeded by comms/conserver-com
2019-03-24 databases/flamerobin: Abandonware since 2009, does not work with
newer version of wxGTK
2019-04-01 databases/mariadb100-client: Upstream End-of-Life March 2019
(https://mariadb.org/about/maintenance-policy/)
2019-04-01 databases/mariadb100-server: Upstream End-of-Life March 2019
(https://mariadb.org/about/maintenance-policy/)
2019-03-12 devel/physfs-devel: is the same as devel/physfs, serving no purpose
2019-03-20 devel/py-construct28: Latest upstream version is in ports tree
devel/py-construct
2019-03-31 devel/xtoolchain-llvm40: No supported release uses this version
2019-03-31 devel/xtoolchain-llvm50: No supported release uses this version
2019-03-31 finance/aqmoney: no longer maintained upstream
2019-03-31 finance/openhbci: no longer maintained upstream
2019-03-31 graphics/py-exiv2: py-exiv2 has been deprecated in favour of GExiv2
2019-04-04 mail/dbmail22: Please use mail/dbmail which uses latest version of
3.X
2019-03-31 net/rubygem-fog-google17: Use net/rubygem-fog-google instead
2019-03-31 ports-mgmt/bsdadminscripts: Upstream stale nearly 10 years, no longer
works properly, use ports-mgmt/bsdadminscripts2 instead
2019-03-24 www/mod_md-devel: Use the module that is shipped with Apache 2.4
2019-03-25 x11/xbelld: Depends on audio/esound
|
Tuesday, 2 Apr 2019
|
07:21 miwi
go-gt aims to reach the completeness of libgit2 or jgit, nowadays covers the
majority of the plumbing read operations and some of the main write operations,
but lacks the main porcelain operations such as merges.
It is highly extensible, we have been following the open/close principle in its
design to facilitate extensions, mainly focusing the efforts on the persistence
of the objects.
WWW: https://github.com/src-d/go-git
Sponsored by: iXsystems Inc.
|
Monday, 1 Apr 2019
|
19:10 tobik
Remove expired ports:
2019-03-31 archivers/go-compress: Go libraries should not be packaged
2019-03-31 textproc/go.text: Go libraries should not be packaged
2019-03-31 devel/go-hashicorp-logutils: Go libraries should not be packaged
2019-03-31 devel/go-cpuid: Go libraries should not be packaged
2019-03-31 devel/go-nuid: Go libraries should not be packaged
2019-03-31 devel/go-yaml: Go libraries should not be packaged
2019-03-31 devel/go-raw: Go libraries should not be packaged
2019-03-31 devel/go-go.uuid: Go libraries should not be packaged
2019-03-31 devel/go-goregen: Go libraries should not be packaged
2019-03-31 devel/go-runewidth: Go libraries should not be packaged
2019-03-31 devel/go-cobra: Go libraries should not be packaged
2019-03-31 devel/go-pflag: Go libraries should not be packaged
2019-03-31 devel/go-slices: Go libraries should not be packaged
2019-03-31 devel/go-form: Go libraries should not be packaged
2019-03-31 devel/go-bayesian: Go libraries should not be packaged
2019-03-31 devel/go-uuid: Go libraries should not be packaged
2019-03-31 devel/go-logrus: Go libraries should not be packaged
2019-03-31 devel/go-metrics: Go libraries should not be packaged
2019-03-31 devel/go-codec: Go libraries should not be packaged
2019-03-31 devel/go-faker: Go libraries should not be packaged
2019-03-31 devel/go-crc32: Go libraries should not be packaged
2019-03-31 security/goptlib: Go libraries should not be packaged
2019-03-31 security/go.crypto: Go libraries should not be packaged
2019-03-31 net/go-httppath: Go libraries should not be packaged
2019-03-31 net/go-amqp: Go libraries should not be packaged
2019-03-31 net/go.net: Go libraries should not be packaged
2019-03-31 net/go-nats: Go libraries should not be packaged
2019-03-31 net/go-httptreemux: Go libraries should not be packaged
2019-03-31 databases/gosqlite3: Go libraries should not be packaged
2019-03-31 databases/redigo: Go libraries should not be packaged
2019-03-31 databases/gomdb: Go libraries should not be packaged
2019-03-31 databases/radix.v2: Go libraries should not be packaged
2019-03-31 databases/levigo: Go libraries should not be packaged
2019-03-31 www/unit-go: Go libraries should not be packaged
2019-03-31 www/webgo: Go libraries should not be packaged
2019-03-31 www/go-fasthttp: Go libraries should not be packaged
|
17:49 brooks
Remove LLVM 3.8.x.
It has no dependencies, has expired, and has long been unsupported by
upstream.
|
Sunday, 31 Mar 2019
|
13:41 sunpoet
Remove expired devel/rubygem-sidekiq-cron0
|
07:33 yuri
New port: devel/py-pydantic: Data validation and settings management using
python 3.6 type hinting
|
06:08 yuri
New port: devel/py-dataclasses: Backport of the dataclasses module for Python
3.6
|
Saturday, 30 Mar 2019
|
22:16 yuri
New port: devel/py-addict: Dictionary whose items can be set using both
attribute and item syntax
|
Thursday, 28 Mar 2019
|
17:59 jsm
Upgrade the LXQt desktop environment to 0.14.0
Upstream announcement https://forum.lxqt.org/t/release-lxqt-0-14-0/572
Approved by: miwi (mentor)
Differential Revision: https://reviews.freebsd.org/D19056
|
16:44 0mp
New port: devel/py-testfixtures: Collection of helpers and mock objects for unit
tests and doc tests
TestFixtures is a collection of helpers and mock objects that are useful
when writing unit tests or doc tests.
If you're wondering why "yet another mock object library", testing is often
described as an art form and as such some styles of library will suit some
people while others will suit other styles. This library contains common
test fixtures the author found himself repeating from package to package
and so decided to extract them into their own library and give them some
tests of their own!
WWW: https://github.com/Simplistix/testfixtures
Reviewed by: mat
Approved by: mat (mentor)
Sponsored by: BALLY WULFF Games & Entertainment GmbH
Differential Revision: https://reviews.freebsd.org/D19734
|
Wednesday, 27 Mar 2019
|
09:39 amdmi3
SnakeViz is a viewer for Python profiling data that runs as a web
application in your browser. It is inspired by the wxPython profile
viewer RunSnakeRun.
WWW: http://jiffyclub.github.io/snakeviz/
|
08:36 wen
Python library for decoding time units and variable values in a netCDF
file conforming to the Climate and Forecasting (CF) netCDF conventions.
WWW: https://github.com/Unidata/cftime
|
Monday, 25 Mar 2019
|
16:24 mfechner
Obsolete, please use devel/rubygem-fog-json instead.
|
14:03 tz
New port: devel/deployer
A deployment tool written in PHP with support for popular frameworks out of the
box.
WWW: https://deployer.org/
Sponsored by: anyMOTION GRAPHICS GmbH
|
02:33 wen
It is an experimental port of MooseX::Role::Parameterized to Moo.
WWW: https://metacpan.org/pod/MooX::Role::Parameterized
|
01:45 wen
This is a Moo extension. It allows other attributes for "has" in Moo.
If any of these are given, then instead of the normal value-setting
"chain" for attributes of given, default; the chain will be given,
environment, default.
WWW: https://metacpan.org/release/MooX-Attribute-ENV
|
Sunday, 24 Mar 2019
|
18:43 kwm
Remove expired webkit-gtk2 and webkit-gtk3 ports.
Bump graphics/variety deprecation date, there is a patch for a update which
uses webkit2-gtk3 in ports/236180 but I had issues that I could't fix.
|
14:31 sunpoet
Add rubygem-fast_gettext1 1.8.0 (copied from rubygem-fast_gettext)
- Add PORTSCOUT
|
Saturday, 23 Mar 2019
|
23:12 grembo
Add dateparser, which provides python modules to easily parse localized
dates in almost any string formats commonly found on web pages.
PR: 236684
|
12:39 sunpoet
Add rubygem-cucumber-expressions6 6.0.1 (copied from
rubygem-cucumber-expressions)
- Add PORTSCOUT
|
Wednesday, 20 Mar 2019
|
21:43 pizzamig
devel/libsysctlmibinfo: new port
A library to easily access the sysctl/mib tree.
PR: 236538
Submitted by: maintainer
|
18:01 sunpoet
Add rubygem-fog-core210 2.1.0 (copied from rubygem-fog-core)
- Add PORTSCOUT
|
Sunday, 17 Mar 2019
|
18:57 sunpoet
Add py-xarray011 0.11.3 (copied from py-xarray)
- Add PORTSCOUT
|
18:21 sunpoet
Add p5-Module-Loader 0.03
Module::Loader provides methods for finding modules in a given namespace, and
then loading them. It is intended for use in situations where you're looking for
plugins, and then loading one or more of them.
This module was inspired by Mojo::Loader, which I have used in a number of
projects. But some people were wary of requiring Mojolicious just to get a
module loader, which prompted me to create Module::Loader.
WWW: https://metacpan.org/release/Module-Loader
|
15:34 olgeni
Add devel/kerl, a virtualenv-like tool for Erlang/OTP releases.
|
Saturday, 16 Mar 2019
|
22:39 tcberner
Qt4 deprecation:
2019-03-15 devel/qt4-help: Qt4 has been EOL since december 2015
Approved by: portmgr (implicit)
|
22:37 tcberner
Qt4 deprecation:
devel/bzr-explorer: Has expired: Qt4 has been EOL since december 2015
Approved by: portmgr (implicit)
|
21:55 tcberner
Qt4 deprecation: Remove Qt4 and its consumes.
2019-03-15 accessibility/qt4-accessible: Qt4 has been EOL since december 2015
2019-03-15 astro/qlandkartegt: Qt4 has been EOL since december 2015
2019-03-15 astro/stellarium-qt4: Qt4 has been EOL since december 2015
2019-03-15 astro/xglobe: Qt4 has been EOL since december 2015
2019-03-15 audio/acoustid-fingerprinter: Qt4 has been EOL since december 2015
2019-03-15 audio/cueplayer: Qt4 has been EOL since december 2015
2019-03-15 audio/esperanza: Qt4 has been EOL since december 2015
2019-03-15 audio/lastfm-desktop: Qt4 has been EOL since december 2015
2019-03-15 audio/minitunes: Qt4 has been EOL since december 2015
2019-03-15 audio/mixxx20: Qt4 has been EOL since december 2015
2019-03-15 audio/mumble: Qt4 has been EOL since december 2015
2019-03-15 audio/murmur: Qt4 has been EOL since december 2015
2019-03-15 audio/puddletag: Qt4 has been EOL since december 2015
2019-03-15 audio/qmpdclient: Qt4 has been EOL since december 2015
2019-03-15 audio/skype-call-recorder: Qt4 has been EOL since december 2015
2019-03-15 audio/virtual_oss_ctl: Qt4 has been EOL since december 2015
2019-03-15 biology/clustalx: Qt4 has been EOL since december 2015
2019-03-15 cad/klayout: Qt4 has been EOL since december 2015
2019-03-15 cad/layouteditor: Qt4 has been EOL since december 2015
2019-03-15 cad/leocad: Qt4 has been EOL since december 2015
2019-03-15 cad/meshlab: Qt4 has been EOL since december 2015
2019-03-15 cad/qfsm: Qt4 has been EOL since december 2015
2019-03-15 cad/qucs: Qt4 has been EOL since december 2015
2019-03-15 chinese/gcin-qt4: Qt4 has been EOL since december 2015
2019-03-15 chinese/qt4-codecs-cn: Qt4 has been EOL since december 2015
2019-03-15 chinese/qt4-codecs-tw: Qt4 has been EOL since december 2015
2019-03-15 chinese/qterm: Qt4 has been EOL since december 2015
2019-03-15 comms/dabstick-radio: Qt4 has been EOL since december 2015
2019-03-15 comms/hamfax: Qt4 has been EOL since december 2015
2019-03-15 comms/linpsk: Qt4 has been EOL since december 2015
2019-03-15 databases/py-qt4-sql: Qt4 has been EOL since december 2015
2019-03-15 databases/qt4-ibase-plugin: Qt4 has been EOL since december 2015
2019-03-15 databases/qt4-mysql-plugin: Qt4 has been EOL since december 2015
2019-03-15 databases/qt4-odbc-plugin: Qt4 has been EOL since december 2015
2019-03-15 databases/qt4-pgsql-plugin: Qt4 has been EOL since december 2015
2019-03-15 databases/qt4-sql: Qt4 has been EOL since december 2015
2019-03-15 databases/qt4-sqlite-plugin: Qt4 has been EOL since december 2015
2019-03-15 databases/qt4-sqlite3-plugin: Qt4 has been EOL since december 2015
2019-03-15 databases/sqliteman: Qt4 has been EOL since december 2015
2019-03-15 databases/tora: Qt4 has been EOL since december 2015
2019-03-15 deskutils/cdcat: Qt4 has been EOL since december 2015
2019-03-15 deskutils/fbreader: Qt4 has been EOL since december 2015
2019-03-15 deskutils/launchy: Qt4 has been EOL since december 2015
2019-03-15 deskutils/qorganizer: Qt4 has been EOL since december 2015
2019-03-15 deskutils/qrfcview: Qt4 has been EOL since december 2015
2019-03-15 deskutils/qtm: Qt4 has been EOL since december 2015
2019-03-15 deskutils/tuxcards: Qt4 has been EOL since december 2015
2019-03-15 deskutils/vym: Qt4 has been EOL since december 2015
2019-03-15 devel/apiextractor: Qt4 has been EOL since december 2015
2019-03-15 devel/automoc4: Qt4 has been EOL since december 2015
2019-03-15 devel/edb: Qt4 has been EOL since december 2015
2019-03-15 devel/generatorrunner: Qt4 has been EOL since december 2015
2019-03-15 devel/grantlee: Qt4 has been EOL since december 2015
2019-03-15 devel/gwenhywfar-qt4: Qt4 has been EOL since december 2015
2019-03-15 devel/kaptain: Qt4 has been EOL since december 2015
2019-03-15 devel/ninja-ide: Qt4 has been EOL since december 2015
2019-03-12 devel/physfs-devel: is the same as devel/physfs, serving no purpose
2019-03-15 devel/piklab: Qt4 has been EOL since december 2015
2019-03-15 devel/py-qt4: Qt4 has been EOL since december 2015
2019-03-15 devel/py-qt4-assistant: Qt4 has been EOL since december 2015
2019-03-15 devel/py-qt4-core: Qt4 has been EOL since december 2015
2019-03-15 devel/py-qt4-dbus: Qt4 has been EOL since december 2015
2019-03-15 devel/py-qt4-dbussupport: Qt4 has been EOL since december 2015
2019-03-15 devel/py-qt4-declarative: Qt4 has been EOL since december 2015
2019-03-15 devel/py-qt4-designer: Qt4 has been EOL since december 2015
2019-03-15 devel/py-qt4-designerplugin: Qt4 has been EOL since december 2015
2019-03-15 devel/py-qt4-help: Qt4 has been EOL since december 2015
2019-03-15 devel/py-qt4-qscintilla2: Qt4 has been EOL since december 2015
2019-03-15 devel/py-qt4-script: Qt4 has been EOL since december 2015
2019-03-15 devel/py-qt4-scripttools: Qt4 has been EOL since december 2015
2019-03-15 devel/py-qt4-test: Qt4 has been EOL since december 2015
2019-03-15 devel/pyside: Qt4 has been EOL since december 2015
2019-03-15 devel/pyside-tools: Qt4 has been EOL since december 2015
2019-03-15 devel/qbzr: Qt4 has been EOL since december 2015
2019-03-15 devel/qct: Qt4 has been EOL since december 2015
2019-03-15 devel/qdevelop: Qt4 has been EOL since december 2015
2019-03-15 devel/qprog: Qt4 has been EOL since december 2015
2019-03-15 devel/qross: Qt4 has been EOL since december 2015
2019-03-15 devel/qscintilla2: Qt4 has been EOL since december 2015
2019-03-15 devel/qscintilla2-designerplugin: Qt4 has been EOL since december
2015
2019-03-15 devel/qt4: Qt4 has been EOL since december 2015
2019-03-15 devel/qt4-assistant: Qt4 has been EOL since december 2015
2019-03-15 devel/qt4-assistant-adp: Qt4 has been EOL since december 2015
2019-03-15 devel/qt4-corelib: Qt4 has been EOL since december 2015
2019-03-15 devel/qt4-dbus: Qt4 has been EOL since december 2015
2019-03-15 devel/qt4-designer: Qt4 has been EOL since december 2015
2019-03-15 devel/qt4-help-tools: Qt4 has been EOL since december 2015
2019-03-15 devel/qt4-libqtassistantclient: Qt4 has been EOL since december 2015
2019-03-15 devel/qt4-linguist: Qt4 has been EOL since december 2015
2019-03-15 devel/qt4-linguisttools: Qt4 has been EOL since december 2015
2019-03-15 devel/qt4-makeqpf: Qt4 has been EOL since december 2015
2019-03-15 devel/qt4-moc: Qt4 has been EOL since december 2015
2019-03-15 devel/qt4-porting: Qt4 has been EOL since december 2015
2019-03-15 devel/qt4-qdbusviewer: Qt4 has been EOL since december 2015
2019-03-15 devel/qt4-qdoc3: Qt4 has been EOL since december 2015
2019-03-15 devel/qt4-qmake: Qt4 has been EOL since december 2015
2019-03-15 devel/qt4-qmlviewer: Qt4 has been EOL since december 2015
2019-03-15 devel/qt4-qt3support: Qt4 has been EOL since december 2015
2019-03-15 devel/qt4-qtsolutions-singleapplication: Qt4 has been EOL since
december 2015
2019-03-15 devel/qt4-qtsolutions-soap: Qt4 has been EOL since december 2015
2019-03-15 devel/qt4-qvfb: Qt4 has been EOL since december 2015
2019-03-15 devel/qt4-rcc: Qt4 has been EOL since december 2015
2019-03-15 devel/qt4-script: Qt4 has been EOL since december 2015
2019-03-15 devel/qt4-scripttools: Qt4 has been EOL since december 2015
2019-03-15 devel/qt4-testlib: Qt4 has been EOL since december 2015
2019-03-15 devel/qt4-uic: Qt4 has been EOL since december 2015
2019-03-15 devel/qt4-uic3: Qt4 has been EOL since december 2015
2019-03-15 devel/qtscriptgenerator: Qt4 has been EOL since december 2015
2019-03-15 devel/shiboken: Qt4 has been EOL since december 2015
2019-03-15 devel/subcommander2: Qt4 has been EOL since december 2015
2019-03-15 devel/universalindentgui: Qt4 has been EOL since december 2015
2019-03-15 editors/leo: Qt4 has been EOL since december 2015
2019-03-15 editors/lfhex: Qt4 has been EOL since december 2015
2019-03-15 editors/plume-creator-devel: Qt4 has been EOL since december 2015
2019-03-15 editors/textroom: Qt4 has been EOL since december 2015
2019-03-15 editors/yzis: Qt4 has been EOL since december 2015
2019-03-15 emulators/dboxfe: Qt4 has been EOL since december 2015
2019-03-15 emulators/q4wine: Qt4 has been EOL since december 2015
2019-03-15 emulators/qtemu: Qt4 has been EOL since december 2015
2019-03-15 emulators/swine: Qt4 has been EOL since december 2015
2019-03-15 finance/alkimia-qt4: Qt4 has been EOL since december 2015
2019-03-15 finance/bitcoin-armory: Qt4 has been EOL since december 2015
2019-03-15 finance/qhacc: Qt4 has been EOL since december 2015
2019-03-15 ftp/scythia: Qt4 has been EOL since december 2015
2019-03-15 games/bubble-chains: Qt4 has been EOL since december 2015
2019-03-15 games/capicity: Qt4 has been EOL since december 2015
2019-03-15 games/capitalism: Qt4 has been EOL since december 2015
2019-03-15 games/flukz: Qt4 has been EOL since december 2015
2019-03-15 games/goldencheetah: Qt4 has been EOL since december 2015
2019-03-15 games/jag: Qt4 has been EOL since december 2015
2019-03-15 games/kardsgt: Qt4 has been EOL since december 2015
2019-03-15 games/kcheckers: Qt4 has been EOL since december 2015
2019-03-15 games/openpref: Qt4 has been EOL since december 2015
2019-03-15 games/pokerth: Qt4 has been EOL since december 2015
2019-03-15 games/qgo: Qt4 has been EOL since december 2015
2019-03-15 games/qtads: Qt4 has been EOL since december 2015
2019-03-15 games/quackle: Qt4 has been EOL since december 2015
2019-03-15 games/spellathon: Qt4 has been EOL since december 2015
2019-03-15 games/sudoku-sensei: Qt4 has been EOL since december 2015
2019-03-15 games/tbe: Qt4 has been EOL since december 2015
2019-03-15 games/xptools: Qt4 has been EOL since december 2015
2019-03-15 german/tipp10: Qt4 has been EOL since december 2015
2019-03-15 graphics/appleseed: Qt4 has been EOL since december 2015
2019-03-15 graphics/aqsis: Qt4 has been EOL since december 2015
2019-03-15 graphics/autoq3d: Qt4 has been EOL since december 2015
2019-03-15 graphics/burplex: Qt4 has been EOL since december 2015
2019-03-15 graphics/darknock: Qt4 has been EOL since december 2015
2019-03-15 graphics/djview4-qt4: Qt4 has been EOL since december 2015
2019-03-15 graphics/easypaint: Qt4 has been EOL since december 2015
2019-03-15 graphics/eos-movrec: Qt4 has been EOL since december 2015
2019-03-15 graphics/gle-graphics: Qt4 has been EOL since december 2015
2019-03-15 graphics/lprof-devel: Qt4 has been EOL since december 2015
2019-03-15 graphics/luminance: Qt4 has been EOL since december 2015
2019-03-15 graphics/luxrender: Qt4 has been EOL since december 2015
2019-03-15 graphics/luxrender14: Qt4 has been EOL since december 2015
2019-03-15 graphics/meshviewer: Qt4 has been EOL since december 2015
2019-03-15 graphics/natron: Qt4 has been EOL since december 2015
2019-03-15 graphics/oyranos: Qt4 has been EOL since december 2015
2019-03-15 graphics/pencil: Qt4 has been EOL since december 2015
2019-03-15 graphics/prison: Qt4 has been EOL since december 2015
2019-03-15 graphics/py-qt4-svg: Qt4 has been EOL since december 2015
2019-03-15 graphics/qt4-iconengines: Qt4 has been EOL since december 2015
2019-03-15 graphics/qt4-imageformats: Qt4 has been EOL since december 2015
2019-03-15 graphics/qt4-opengl: Qt4 has been EOL since december 2015
2019-03-15 graphics/qt4-pixeltool: Qt4 has been EOL since december 2015
2019-03-15 graphics/qt4-svg: Qt4 has been EOL since december 2015
2019-03-15 graphics/qxv: Qt4 has been EOL since december 2015, qxv is
unmaintained
2019-03-15 graphics/scantailor: Qt4 has been EOL since december 2015
2019-03-15 graphics/seexpr: Qt4 has been EOL since december 2015
2019-03-15 graphics/smillaenlarger: Qt4 has been EOL since december 2015
2019-03-15 graphics/structuresynth: Qt4 has been EOL since december 2015
2019-03-15 graphics/yagf: Qt4 has been EOL since december 2015
2019-03-15 japanese/qt4-codecs-jp: Qt4 has been EOL since december 2015
2019-03-15 korean/qt4-codecs-kr: Qt4 has been EOL since december 2015
2019-03-15 mail/qgmailnotifier: Qt4 has been EOL since december 2015
2019-03-15 math/qtiplot: Qt4 has been EOL since december 2015
2019-03-15 math/qtoctave: Qt4 has been EOL since december 2015
2019-03-15 math/qwtplot3d-qt4: Qt4 has been EOL since december 2015
2019-03-15 misc/py-qt4-demo: Qt4 has been EOL since december 2015
2019-03-15 misc/py-qt4-doc: Qt4 has been EOL since december 2015
2019-03-15 misc/qmetro: Qt4 has been EOL since december 2015
2019-03-15 misc/qt4-doc: Qt4 has been EOL since december 2015
2019-03-15 misc/qt4-l10n: Qt4 has been EOL since december 2015
2019-03-15 misc/qt4-qtconfig: Qt4 has been EOL since december 2015
2019-03-15 misc/qt4-qtdemo: Qt4 has been EOL since december 2015
2019-03-15 misc/saaghar: Qt4 has been EOL since december 2015
2019-03-15 multimedia/2mandvd: Qt4 has been EOL since december 2015
2019-03-15 multimedia/abby: Qt4 has been EOL since december 2015
2019-03-15 multimedia/avidemux-qt4: Qt4 has been EOL since december 2015
2019-03-15 multimedia/gstreamer-qt4: Qt4 has been EOL since december 2015
2019-03-15 multimedia/mediadownloader: Qt4 has been EOL since december 2015
2019-03-15 multimedia/mlt-qt4: Qt4 has been EOL since december 2015
2019-03-15 multimedia/phonon-xine: Qt4 has been EOL since december 2015
2019-03-15 multimedia/py-qt4-multimedia: Qt4 has been EOL since december 2015
2019-03-15 multimedia/py-qt4-phonon: Qt4 has been EOL since december 2015
2019-03-15 multimedia/qmmp: Qt4 has been EOL since december 2015
2019-03-15 multimedia/qmmp-plugin-pack: Qt4 has been EOL since december 2015
2019-03-15 multimedia/qt4-mobility: Qt4 has been EOL since december 2015
2019-03-15 multimedia/qt4-multimedia: Qt4 has been EOL since december 2015
2019-03-15 multimedia/umplayer: Qt4 has been EOL since december 2015
2019-03-15 net/avahi-qt4: Qt4 has been EOL since december 2015
2019-03-15 net/cagibi: Qt4 has been EOL since december 2015
2019-03-15 net/hupnp: Qt4 has been EOL since december 2015
2019-03-15 net/ostinato: Qt4 has been EOL since december 2015
2019-03-15 net/py-qt4-network: Qt4 has been EOL since december 2015
2019-03-15 net/qjsonrpc: Qt4 has been EOL since december 2015
2019-03-15 net/qoauth: Qt4 has been EOL since december 2015
2019-03-15 net/qt4-network: Qt4 has been EOL since december 2015
2019-03-15 net/qtweetlib: Qt4 has been EOL since december 2015
2019-03-15 net-im/libjreen: Qt4 has been EOL since december 2015
2019-03-15 net-im/psimedia: Qt4 has been EOL since december 2015
2019-03-15 net-im/ramblercontacts: Qt4 has been EOL since december 2015
2019-03-15 net-im/telepathy-logger-qt4: Qt4 has been EOL since december 2015
2019-03-15 net-im/turpial: Qt4 has been EOL since december 2015
2019-03-15 net-im/vacuum-im: Qt4 has been EOL since december 2015
2019-03-15 net-mgmt/nagiosagent: Qt4 has been EOL since december 2015
2019-03-15 net-mgmt/qkismet: Qt4 has been EOL since december 2015
2019-03-15 net-p2p/bitmessage: Qt4 has been EOL since december 2015
2019-03-15 net-p2p/eiskaltdcpp-qt: Qt4 has been EOL since december 2015
2019-03-15 net-p2p/valknut: Qt4 has been EOL since december 2015
2019-03-15 polish/qfaktury: Qt4 has been EOL since december 2015
2019-03-15 print/kpdftool: Qt4 has been EOL since december 2015
2019-03-15 print/scribus: Qt4 has been EOL since december 2015
2019-03-15 science/MOOSE-neural-simulator: Qt4 has been EOL since december 2015
2019-03-15 science/avogadro: Qt4 has been EOL since december 2015
2019-03-15 science/openstructure: Qt4 has been EOL since december 2015
2019-03-15 science/py-veusz: Qt4 has been EOL since december 2015
2019-03-15 science/qtresistors: Qt4 has been EOL since december 2015
2019-03-15 security/keepassx2: Qt4 has been EOL since december 2015
2019-03-15 security/kqoauth: Qt4 has been EOL since december 2015
2019-03-15 security/tpmmanager: Qt4 has been EOL since december 2015
2019-03-15 sysutils/android-file-transfer-qt4: Qt4 has been EOL since december
2015
2019-03-15 sysutils/bacula9-bat: Qt4 has been EOL since december 2015
2019-03-15 sysutils/bareos-traymonitor: Qt4 has been EOL since december 2015
2019-03-15 sysutils/bareos16-bat: Qt4 has been EOL since december 2015
2019-03-15 sysutils/bareos16-traymonitor: Qt4 has been EOL since december 2015
2019-03-15 sysutils/policykit-qt: Qt4 has been EOL since december 2015
2019-03-15 sysutils/qpxtool: Qt4 has been EOL since december 2015
2019-03-15 sysutils/qsynergy: Qt4 has been EOL since december 2015
2019-03-15 sysutils/qzeitgeist: Qt4 has been EOL since december 2015
2019-03-15 sysutils/searchmonkey: Qt4 has been EOL since december 2015
2019-03-15 sysutils/unetbootin: Qt4 has been EOL since december 2015
2019-03-15 textproc/beediff: Qt4 has been EOL since december 2015
2019-03-15 textproc/dixit: Qt4 has been EOL since december 2015
2019-03-15 textproc/goldendict: Qt4 has been EOL since december 2015
2019-03-15 textproc/ibus-qt: Qt4 has been EOL since december 2015
2019-03-15 textproc/py-qt4-xml: Qt4 has been EOL since december 2015
2019-03-15 textproc/py-qt4-xmlpatterns: Qt4 has been EOL since december 2015
2019-03-15 textproc/qt4-clucene: Qt4 has been EOL since december 2015
2019-03-15 textproc/qt4-xml: Qt4 has been EOL since december 2015
2019-03-15 textproc/qt4-xmlpatterns: Qt4 has been EOL since december 2015
2019-03-15 textproc/qt4-xmlpatterns-tool: Qt4 has been EOL since december 2015
2019-03-15 textproc/scim-bridge-qt4: Qt4 has been EOL since december 2015
2019-03-15 textproc/uim-qt4: Qt4 has been EOL since december 2015
2019-03-15 textproc/xxdiff: Qt4 has been EOL since december 2015
2019-03-15 www/aria2fe: Qt4 has been EOL since december 2015
2019-03-15 www/cutycapt: Qt4 has been EOL since december 2015
2019-03-15 www/py-qt4-webkit: Qt4 has been EOL since december 2015
2019-03-15 www/qt4-webkit: Qt4 has been EOL since december 2015
2019-03-15 www/qupzilla-qt4: Qt4 has been EOL since december 2015
2019-03-15 x11/leechcraft: Qt4 has been EOL since december 2015
2019-03-15 x11/py-qt4-opengl: Qt4 has been EOL since december 2015
2019-03-15 x11/qimageblitz: Qt4 has been EOL since december 2015
2019-03-15 x11/qt4-graphicssystems-opengl: Qt4 has been EOL since december 2015
2019-03-15 x11/qt4-inputmethods: Qt4 has been EOL since december 2015
2019-03-15 x11/qxkb: Qt4 has been EOL since december 2015
2019-03-15 x11-fonts/fontmatrix: Qt4 has been EOL since december 2015
2019-03-15 x11-themes/qt4-style-float: Qt4 has been EOL since december 2015
2019-03-15 x11-themes/qt4-style-phase: Qt4 has been EOL since december 2015
2019-03-15 x11-themes/qt4-style-quantumstyle: Qt4 has been EOL since december
2015
2019-03-15 x11-themes/qtcurve-qt4: Qt4 has been EOL since december 2015
2019-03-15 x11-toolkits/attica: Qt4 has been EOL since december 2015
2019-03-15 x11-toolkits/py-qt4-gui: Qt4 has been EOL since december 2015
2019-03-15 x11-toolkits/qt4-declarative: Qt4 has been EOL since december 2015
2019-03-15 x11-toolkits/qt4-gui: Qt4 has been EOL since december 2015
2019-03-15 x11-toolkits/qt4pas: Qt4 has been EOL since december 2015
2019-03-15 x11-toolkits/qwt5: Qt4 has been EOL since december 2015
2019-03-15 x11-toolkits/qwt5-designerplugin: Qt4 has been EOL since december
2015
2019-03-15 x11-toolkits/soqt: Qt4 has been EOL since december 2015
2019-03-15 x11-wm/qlwm: Qt4 has been EOL since december 2015
Approved by: portmgr (implicit)
|
21:36 tcberner
Qt4 deprecation: remove devel/git-cola
Approved by: portmgr (implicit)
|
Thursday, 14 Mar 2019
|
15:19 sunpoet
Add rubygem-aws-eventstream 1.0.2
rubygem-aws-eventstream is Amazon Web Services event stream library which ecodes
and encodes binary stream under 'vnd.amazon.event-stream' content-type.
WWW: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-eventstream
|
Monday, 11 Mar 2019
|
13:54 danfe
Add a port of REDasm, an interactive, multiarchitecture disassembler
written in modern C++11 using Qt5 as UI Framework.
WWW: https://redasm.io/
|
Sunday, 10 Mar 2019
|
19:24 pi
devel/py-wadllib: fix devel/Makefile
PR: 236432
Pointy-hat to: pi
|
19:16 pi
New port: devel/brz
Breezy is a version control system implemented in Python with
multi-format support and an emphasis on hackability.
Currently, Breezy has built-in support for the Git and Bazaar file
formats and network protocols.
WWW: https://www.breezy-vcs.org/
PR: 236435
Submitted by: fullermd@over-yonder.net
|
18:22 pi
New port: devel/py-launchpadlib
launchpadlib is an open-source Python library that lets you treat the
HTTP resources published by Launchpad's web service as Python objects
responding to a standard set of commands. With launchpadlib you can
integrate your applications into Launchpad without knowing a lot about
HTTP client programming.
WWW: https://help.launchpad.net/API/launchpadlib
PR: 236434
Submitted by: fullermd@over-yonder.net
|
18:14 pi
New port: devel/py-lazr.restfulclient
A programmable client library that takes advantage of the commonalities
among lazr.restful web services to provide added functionality on top of
wadllib.
This project is also part of https://launchpad.net/lazr
WWW: https://launchpad.net/lazr.uri
PR: 236433
Submitted by: fullermd@over-yonder.net
|
17:59 pi
New port: devel/py-wadllib
The Web Application Description Language is an XML vocabulary for
describing the capabilities of HTTP resources. wadllib can be used in
conjunction with an HTTP library to navigate and manipulate those
resources.
This project is also part of https://launchpad.net/lazr
WWW: https://launchpad.net/wadllib
PR: 236432
Submitted by: fullermd@over-yonder.net
|
17:52 pi
New port: devel/py-lazr.uri
A self-contained, easily reusable library for parsing, manipulating,
and generating URIs.
This project is also part of https://launchpad.net/lazr
WWW: https://launchpad.net/lazr.uri
PR: 236431
Submitted by: fullermd@over-yonder.net
|
11:46 pi
New port: devel/p5-Alien-Base-ModuleBuild
Module::Build subclass for building Alien:: modules and their libraries
For new development use Alien::Build and alienfile instead.
WWW: https://metacpan.org/pod/Alien::Base::ModuleBuild
|
11:41 pi
New port: devel/p5-Alien-Build
Build external dependencies for use in CPAN
WWW: https://metacpan.org/pod/Alien::Build
|
11:39 pi
New port: devel/p5-Shell-Config-Generate
Portably generate config for any shell
WWW: https://metacpan.org/pod/Shell::Config::Generate
|
10:57 sunpoet
Add py-flake8-bugbear 18.8.0
flake8-bugbear is a plugin for Flake8 finding likely bugs and design problems in
your program. It contains warnings that don't belong in pyflakes and
pycodestyle.
WWW: https://github.com/PyCQA/flake8-bugbear
|
09:15 pi
New port: devel/p5-Shell-Guess
Make an educated guess about the shell in use
WWW: https://metacpan.org/pod/Shell::Guess
|
Saturday, 9 Mar 2019
|
07:20 tcberner
New port: devel/py-ewmh
An implementation of EWMH (Extended Window Manager Hints) for python 2
and 3, based on Xlib. It allows EWMH-compliant window managers (most
modern WMs) to be queried and controlled.
WWW: https://github.com/parkouss/pyewmh
PR: 235638
Submitted by: Hiroki Tagato <tagattie@yandex.com>
|
Friday, 8 Mar 2019
|
00:40 brooks
Add a meta-port for the default version of LLVM.
This is modeled on lang/gcc and simply installs symlinks for the
versioned commands. It is intended for use by users and should not be a
port build dependency.
|
Wednesday, 6 Mar 2019
|
21:49 rene
Remove expired ports:
2019-03-05 devel/elixir-lager_logger: Broken for more than 6 months
2019-03-05 devel/gpsim: Broken for more than 6 months
2019-03-05 devel/hgview: Broken for more than 6 months
2019-03-05 games/mudmagic: Broken for more than 6 months
2019-03-05 math/mumps-mpich: Broken for more than 6 months
2019-03-05 math/sdpara: Broken for more than 6 months
2019-03-05 net/tn5250j: Broken for more than 6 months
2019-03-05 net-im/pidgin-skype: Broken for more than 6 months
2019-03-05 net-im/skype: Broken for more than 6 months
2019-03-05 net-im/skype-devel: Broken for more than 6 months
2019-03-05 science/dft_tools: Broken for more than 6 months
2019-03-05 science/triqs: Broken for more than 6 months
2019-03-05 security/hamachi: Broken for more than 6 months
2019-03-05 textproc/elixir-ex_doc: Broken for more than 6 months
2019-03-05 x11/altyo: Broken for more than 6 months
2019-03-05 x11/pantheon-terminal: Broken for more than 6 months
2019-03-05 x11-wm/e-module-everything-websearch: Broken for more than 6 months
|
Tuesday, 5 Mar 2019
|
17:29 sunpoet
Add py-typed-ast12 1.2.0 (copied from py-typed-ast)
- Fix LICENSE_FILE
- Add PORTSCOUT
- Fix typo
Changes: https://github.com/python/typed_ast/commits/master
|
Monday, 4 Mar 2019
|
18:58 rene
Remove expired ports:
2019-03-03 devel/cpuflags: does not recognize modern CPUs; use -march=native
instead
2019-03-03 www/moodle31: Upstream no longer maintained
2019-03-03 www/moodle34: Upstream no longer maintained
|
17:57 sunpoet
Add py-click6 6.7 (copied from py-click)
- Add PORTSCOUT
This port was added for py-elasticsearch-curator 5.6.0 update.
Reference: https://github.com/elastic/curator/commit/30fe04108559847707bf4e06e4e6c42bca7d7e09
|
17:47 sunpoet
Add p5-Keyword-Pluggable 1.04
Keyword::Pluggable lets you implement new keywords in pure Perl. To do this, you
need to write a module and call Keyword::Pluggable::define in your import
method. Any keywords defined this way will be available in the scope that's
currently being compiled. The scope can be lexical, packaged, and global.
WWW: https://metacpan.org/release/Keyword-Pluggable
|
09:45 mfechner
Obsolete by upgrade www/gitlab-ce to version 11.8.
Port removed, use devel/rubygem-rufus-scheduler instead.
Approved by: swills (maintainer)
|
Sunday, 3 Mar 2019
|
11:43 rene
Remove expired ports:
2019-02-28 devel/uboot-mkimage: Use sysutils/u-boot-tools
2019-02-28 graphics/clutter-gtk: 0.10.x is unmaintained upstream and unused in
the ports tree
2019-02-28 databases/puppetdb4: Puppet 4 has reached EOL
2019-02-28 sysutils/puppet4: Puppet 4 has reached EOL
2019-02-28 sysutils/puppetserver: Puppet 4 has reached EOL
2019-02-28 www/qupzilla-qt5: Project continues as www/falkon
2019-02-28 databases/puppetdb-terminus4: Puppet 4 has reached EOL
2019-03-01 sysutils/bacula-client: Unsupported. Please migrate to bacula9-server
2019-03-01 net-mgmt/nagios-check_bacula: Unsupported. Please migrate to
bacula9-server
2019-03-01 security/kc: Versions 2.4.x use incompatible database format
2019-03-01 sysutils/bacula-server: Unsupported. Please migrate to bacula9-server
2019-03-01 sysutils/bacula-docs: Unsupported. Please migrate to bacula9-docs
2019-03-01 sysutils/bacula-client-static: Unsupported. Please migrate to
bacula9-server
2019-03-01 sysutils/bacula-bat: Unsupported. Please migrate to bacula9-server
|
Saturday, 2 Mar 2019
|
11:26 mfechner
New ports required by gitlab-ce upgrade to 11.8.
|
Friday, 1 Mar 2019
|
22:14 dbaio
Add devel/py-azure-mgmt-kusto
This is the Microsoft Azure Kusto Management Client Library.
Azure Resource Manager (ARM) is the next generation of management APIs that
replace the old Azure Service Management (ASM).
WWW: https://pypi.org/project/azure-mgmt-kusto/
|
22:09 dbaio
Add devel/py-azure-mgmt-security
This is the Microsoft Azure Secutiry Center Management Client Library.
Azure Resource Manager (ARM) is the next generation of management APIs that
replace the old Azure Service Management (ASM).
WWW: https://pypi.org/project/azure-mgmt-security/
|
Thursday, 28 Feb 2019
|
21:34 sunpoet
Add py-schedule 0.6.0
An in-process scheduler for periodic jobs that uses the builder pattern for
configuration. Schedule lets you run Python functions (or any other callable)
periodically at pre-determined intervals using a simple, human-friendly syntax.
WWW: https://github.com/dbader/schedule
|
00:44 sunpoet
Remove expired devel/rubygem-grape0
|
Wednesday, 27 Feb 2019
|
02:46 yuri
Move devel/rtichoke -> devel/radian: project is renamed; Update 0.2.14 -> 0.3.2
|
02:40 yuri
New port: devel/py-rchitect: Interoperate R with Python
|
Sunday, 24 Feb 2019
|
19:02 yuri
New port: devel/hpx: C++ Standard Library for Parallelism and Concurrency
Testing I performed: ran all 3 examples from their quick start page:
https://stellar-group.github.io/hpx/docs/sphinx/latest/html/quickstart.html
|
06:31 yuri
New port: devel/loccount: Count source lines of code in a project
|
Saturday, 23 Feb 2019
|
16:28 bapt
Removed libgalago, this is abandonned upstream since 2006
Nothing in the ports tree depends on it
|
16:26 bapt
Remove eggdbus, this is abandonned upstream since 2009 and not depended on
in the ports tree
|
14:30 tobik
New port: devel/mill
Mill is your shiny new Java/Scala build tool! Scared of SBT?
Melancholy over Maven? Grumbling about Gradle? Baffled by Bazel?
Give Mill a try!
Mill aims for simplicity by re-using concepts you are already
familiar with, borrowing ideas from modern tools like Bazel, to let
you build your projects in a way that's simple, fast, and predictable.
Mill has built in support for the Scala programming language, and
can serve as a replacement for SBT, but can also be extended to
support any other language or platform via modules (written in Java
or Scala) or through external subprocesses.
WWW: https://www.lihaoyi.com/mill/
PR: 235861
Submitted by: Jens Grassel <freebsd-ports@jan0sch.de>
|
Friday, 22 Feb 2019
|
19:54 sunpoet
Add py-lark-parser 0.6.6
Lark can parse any context-free grammar, FAST and EASY!
For beginners, Lark is not just another parser. It can parse any grammar you
throw at it, no matter how complicated or ambiguous, and do so efficiently. It
also constructs a parse-tree for you, without additional code on your part.
For Experts, Lark lets you choose between Earley and LALR(1), to trade-off power
and speed. It also contains a CYK parser and unique features such as a
contextual-lexer.
Lark can:
- Parse all context-free grammars, and handle any ambiguity
- Build a parse-tree automagically, no construction code required
- Outperform all other Python libraries when using LALR(1) (Yes, including PLY)
- Run on every Python interpreter (it's pure-python)
- Generate a stand-alone parser (for LALR(1) grammars)
- And many more features. Read ahead and find out.
Most importantly, Lark will save you time and prevent you from getting parsing
headaches.
WWW: https://github.com/lark-parser/lark
|
Monday, 18 Feb 2019
|
22:01 yuri
New port: devel/corrade: C++11/C++14 multiplatform utility library
|
21:05 sunpoet
Add py-jsondiff 1.1.2
jsondiff is an MIT-licensed Python library which lets you compare, diff and
patch JSON and JSON-like structures in Python. It has special support for:
- multiple and custom-defined diff syntaxes
- Python sets
- similarity-based list comparison
WWW: https://github.com/ZoomerAnalytics/jsondiff
|
19:00 yuri
New port: devel/py-asciimatics: Mouse/keyboard input, text color/positioning,
and ASCII animations
|
18:35 yuri
New port: devel/py-jsonpath-rw: Implementation of JSONPath for Python
|
18:18 yuri
New port: devel/py-nanotime: Nanotime python implementation
|
Sunday, 17 Feb 2019
|
19:36 sunpoet
Add p5-Term-TablePrint 0.108
Term::TablePrint shows a table and lets the user interactively browse it. It
provides a cursor which highlights the row on which it is located. The user can
scroll through the table with the different cursor keys.
If the table has more rows than the terminal, the table is divided up on as many
pages as needed automatically. If the cursor reaches the end of a page, the next
page is shown automatically until the last page is reached. Also if the cursor
reaches the topmost line, the previous page is shown automatically if it is not
already the first one.
If the terminal is too narrow to print the table, the columns are adjusted to
the available width automatically.
If the option table_expand is enabled and a row is selected with Return, each
column of that row is output in its own line preceded by the column name. This
might be useful if the columns were cut due to the too low terminal width.
WWW: https://metacpan.org/release/Term-TablePrint
|
19:36 sunpoet
Add p5-Term-Choose-Util 0.070
Term::Choose::Util provides some CLI related functions required by
App::DBBrowser, App::YTDL and Term::TablePrint.
WWW: https://metacpan.org/release/Term-Choose-Util
|
Number of commits found: 11319 (showing only 100 on this page) |