| non port: devel/Makefile |
Number of commits found: 12253 (showing only 100 on this page) |
|
Friday, 8 Jan 2016
|
16:39 olgeni
Add devel/elixir-apex, a term pretty-printing library for Elixir.
 |
16:36 rene
Remove expired ports:
2016-01-08 devel/msp430-gdb: Obsolete. Please, use devel/gcc-msp430-ti-toolchain
2016-01-08 devel/msp430-gcc: Obsolete. Please, use devel/gcc-msp430-ti-toolchain
2016-01-08 devel/msp430mcu: Obsolete. Please, use devel/gcc-msp430-ti-toolchain
2016-01-08 devel/msp430-libc: Obsolete. Please, use
devel/gcc-msp430-ti-toolchain
2016-01-08 devel/msp430-binutils: Obsolete. Please, use
devel/gcc-msp430-ti-toolchain
 |
05:00 koobs
[NEW] devel/py-matrix-angular-sdk: Matrix Angular SDK
An Angular SDK for the Matrix project.
WWW: https://github.com/matrix-org/matrix-angular-sdk
PR: 205914
Submitted by: Brendan Molloy <brendan+freebsd@bbqsrc.net>
 |
04:57 koobs
[NEW] devel/py-blist: Drop-in list replacement with better performance for large
lists
The blist is a drop-in replacement for the Python list that provides better
performance when modifying large lists. The blist package also provides
sortedlist, sortedset, weaksortedlist, weaksortedset, sorteddict, and btuple
types.
WWW: http://stutzbachenterprises.com/blist/
PR: 205914
Submitted by: Brendan Molloy <brendan+freebsd@bbqsrc.net>
 |
04:56 koobs
[NEW] devel/py-pydenticon: Library for generating identicons - an enhanced port
of Sigil
Pydenticon is a small utility library that can be used for deterministically
generating identicons based on the hash of provided data.
WWW: https://github.com/azaghal/pydenticon
PR: 205914
Submitted by: Brendan Molloy <brendan+freebsd@bbqsrc.net>
 |
04:51 koobs
[NEW] devel/py-daemonize: Enables code to run as a daemon process on Unix-like
systems
daemonize is a library for writing system daemons in Python.
WWW: https://github.com/thesharp/daemonize
PR: 205914
Submitted by: Brendan Molloy <brendan+freebsd@bbqsrc.net>
 |
04:48 koobs
[NEW] devel/py-frozendict: Immutable dictionary implementation for Python
frozendict is an immutable wrapper around dictionaries that implements the
complete mapping interface. It can be used as a drop-in replacement for
dictionaries where immutability is desired.
WWW: https://github.com/slezica/python-frozendict
PR: 205914
Submitted by: Brendan Molloy <brendan+freebsd@bbqsrc.net>
 |
04:46 koobs
[NEW] devel/py-hypothesis: Library for property based testing
Hypothesis is a library for testing your Python code against a much larger
range of examples than you would ever want to write by hand. It's based on the
Haskell library, Quickcheck, and is designed to integrate seamlessly into your
existing Python unit testing work flow.
WWW: https://github.com/DRMacIver/hypothesis
PR: 205914
Submitted by: Brendan Molloy <brendan+freebsd@bbqsrc.net>
 |
04:41 koobs
[NEW] devel/py-responses: Utility library for mocking out the requests Python
library
A utility library for mocking out the requests Python library.
WWW: https://github.com/getsentry/responses
PR: 205914
Submitted by: Brendan Molloy <brendan+freebsd@bbqsrc.net>
 |
04:34 koobs
[NEW] devel/py-unpaddedbase64: Unpadded Base64
Encode and decode Base64 without "=" padding.
RFC 4648 specifies that Base64 should be padded to a multiple of 4 bytes using
"=" characters. However this conveys no benefit so many protocols choose to use
Base64 without the "=" padding.
WWW: https://github.com/matrix-org/python-unpaddedbase64
PR: 205914
Submitted by: Brendan Molloy <brendan+freebsd@bbqsrc.net>
 |
04:31 koobs
[NEW] devel/py-canonicaljson: Canonical JSON
A JSON library for Python that provides features such as sorted keys, no
insignificant whitespace, minimal escaping where necessary and supports
frozendict immutable dictionaries.
WWW: https://github.com/matrix-org/python-canonicaljson
PR: 205914
Submitted by: Brendan Molloy <brendan+freebsd@bbqsrc.net>
 |
|
Monday, 4 Jan 2016
|
19:26 antoine
Hook aarch64-none-elf-binutils and aarch64-none-elf-gcc to the build
 |
16:35 antoine
Hook creduce and libressl-devel to the build
 |
13:51 mi
Add port of JSON Linked Data implementation for Python. Needed by MediaGoblin.
 |
11:23 miwi
Tempora is a objects and routines pertaining to date and time.
WWW: https://github.com/jaraco/tempora
 |
07:20 miwi
Traitlets is a framework that lets Python classes have attributes with type
checking, dynamically calculated default values, and 'on change' callbacks.
Keeps configuration in a varietry of formats, including json.
WWW: https://pypi.python.org/pypi/traitlets/
PR: 205507
Submitted by: Yuri Victorovich <yuri@rawbw.com>
 |
|
Sunday, 3 Jan 2016
|
20:40 pi
New port: devel/py-bandit
Bandit is a tool for finding common security issues in Python code.
To do this Bandit processes each file, builds an AST from it, and runs
appropriate plugins against the AST nodes. Once Bandit has finished scanning
all the files it generates a report.
WWW: https://github.com/stackforge/bandit
PR: 201386
Submitted by: yuri@rawbw.com
Reviewed by: koobs
 |
|
Saturday, 2 Jan 2016
|
07:01 miwi
Normal python sort algorithm sorts lexicographically, so you might not get the
results that you expect. Natsort provides a function natsorted() that helps sort
lists "naturally", either as real numbers (i.e. signed/unsigned floats or ints),
or as versions.
WWW: https://github.com/SethMMorton/natsort
PR: 205563
Submitted by: Yuri Victorovich <yuri@rawbw.com>
 |
|
Thursday, 31 Dec 2015
|
22:00 sunpoet
- Move devel/py-distutils-extra to devel/py-python-distutils-extra
- Fix MASTER_SITES
- Add LICENSE_FILE
 |
|
Wednesday, 30 Dec 2015
|
23:20 rene
Remove expired ports:
2015-12-30 www/ocsigen: Broken for more than 6 months
2015-12-30 devel/monodevelop-database: Broken for more than 6 months
2015-12-30 lang/cduce: Broken for more than 6 months
2015-12-30 science/hdf-java: Broken for more than 6 months
2015-12-30 math/p5-Math-Geometry-Planar-GPC-Polygon: Broken for more than 6
months
2015-12-30 www/eliom: Depends on broken and expiring www/ocsigen
2015-12-30 audio/py-fastaudio: Broken for more than 6 months
2015-12-30 devel/jgoodies-common: Broken for more than 6 months
2015-12-30 graphics/pinta: Broken for more than 6 months
2015-12-30 games/kanatest: Broken for more than 6 months
2015-12-30 editors/bless: Broken for more than 6 months
2015-12-30 security/burpsuite: Broken for more than 6 months
 |
17:39 sunpoet
- Add rubygem-sidekiq-cron 0.4.2
Sidekiq-Cron is a scheduling add-on for Sidekiq.
It runs a thread alongside Sidekiq workers to schedule jobs at specified times
(using cron notation * * * * * parsed by Rufus-Scheduler).
It also checks for new jobs to schedule every 10 seconds and doesn't schedule
the same job multiple times when more than one Sidekiq worker is running.
Scheduling jobs are added only when at least one Sidekiq process is running.
WWW: https://github.com/ondrejbartas/sidekiq-cron
 |
15:24 ohauer
- remove devel/subversion
(EXPIRATION_DATE=2015-12-29)
 |
12:17 sunpoet
- Add rubygem-state_machines 0.4.0
State Machines adds support for creating state machines for attributes on any
Ruby class.
WWW: https://github.com/state-machines/state_machines
 |
12:13 sunpoet
- Move devel/py-hashring to devel/py-hash_ring
- Add NO_ARCH
- Sort USE_PYTHON
 |
|
Monday, 28 Dec 2015
|
16:30 sunpoet
- Add rubygem-foreigner 1.7.4
Foreigner introduces a few methods to your migrations for adding and removing
foreign key constraints. It also dumps foreign keys to schema.rb.
The following adapters are supported:
- mysql2
- postgres
- sqlite (foreign key methods are a no-op)
WWW: https://github.com/matthuhiggins/foreigner
 |
16:29 sunpoet
- Add rubygem-ransack 1.7.0
Ransack is a rewrite of MetaSearch created by Ernie Miller and maintained by
Ryan Bigg, Jon Atack and a great group of contributors. While it supports many
of the same features as MetaSearch, its underlying implementation differs
greatly from MetaSearch, and backwards compatibility is not a design goal.
Ransack enables the creation of both simple and advanced search forms for your
Ruby on Rails application (demo source code here). If you're looking for
something that simplifies query generation at the model or controller layer,
you're probably not looking for Ransack (or MetaSearch, for that matter). Try
Squeel instead.
WWW: https://github.com/activerecord-hackery/ransack
 |
16:28 sunpoet
- Add rubygem-polyamorous 1.3.0
Polyamorous is an extraction of shared code from the Active Record Hackery gems
Ransack, Squeel and MetaSearch by Ernie Miller and maintained by Ryan Bigg,
Xiang Li, Jon Atack and a great little group of contributors.
It is an internal library for extending various versions of Active Record with
polymorphism. There is no public API, so it's :nodoc:. Move along. Nothing to
see here.
WWW: https://github.com/activerecord-hackery/polyamorous
 |
16:27 sunpoet
- Add rubygem-rspec-rails 3.4.0
rspec-rails is a testing framework for Rails 3.x and 4.x.
WWW: https://github.com/rspec/rspec-rails
 |
13:19 miwi
Licensee automates the process of reading LICENSE files and compares their
contents to known licenses using a fancy math thing called Rabin-Karp
rolling-hashes.
WWW: https://github.com/benbalter/licensee
PR: 205636
Submitted by: Brendan Molloy <brendan+freebsd@bbqsrc.net>
 |
|
Sunday, 27 Dec 2015
|
16:37 miwi
- devel/py-twisted: Update to 15.5.0, Create devel/py-twisted152
- Update to 15.5.0 which comes with a small API change, and repackage
into a single port as upstream are no longer creating sub-packages [1].
- Copy py-twisted to py-twisted152 to allow MAINTAINERS of dependent ports
to switch to the new version, given the API change mentioned above
Changes:
https://github.com/twisted/twisted/blob/twisted-15.5.0/NEWS
[1] https://github.com/twisted/twisted/blob/twisted-15.3.0/NEWS#L47
PR: 205062
Submitted by: yuri@rawbw.com
Reviewed by: antoine / koobs
Discussed: #freebsd-python
Differential Revision: D4715
 |
06:43 koobs
[NEW] devl/py-pycmd: Tools for managing/searching Python related files
pycmd is a collection of command line tools for helping with Python
development:
* py.cleanup: remove .pyc and similar files
* py.lookup: find text in recursively found .py files
* py.countloc: give LOCs for lines and testlines
* py.which: print location of an importable package or module
WWW: https://pypi.python.org/pypi/pycmd
 |
05:32 vanilla
Add py-contextlib2 0.4.0, backports and enhancements for the contextlib
module.
PR: 205639
Submitted by: Yuri Victorovich <yuri@rawbw.com>
 |
|
Friday, 25 Dec 2015
|
16:28 miwi
funcsigs is a backport of the PEP 362 function signature features from
Python 3.3's inspect module. The backport is compatible with Python 2.7
as well as 3.2 and up.
WWW: http://funcsigs.readthedocs.org/
 |
12:14 mva
The aim of the wrapt module is to provide a transparent object proxy for
Python, which can be used as the basis for the construction of function
wrappers and decorator functions.
WWW: https://github.com/GrahamDumpleton/wrapt
 |
12:13 mva
A fast and thorough lazy object proxy.
WWW: https://github.com/ionelmc/python-lazy-object-proxy
 |
07:47 vanilla
Add py-cycler 0.9.0, composable style cycles.
PR: 205594
Submitted by: Yuri Victorovich <yuri@rawbw.com>
 |
|
Thursday, 24 Dec 2015
|
19:36 miwi
nose plugin for coverage reporting, including subprocesses and multiprocessing.
WWW: https://pypi.python.org/pypi/nose-cov/
PR: 205068
Submitted by: Yuri Victorovich <yuri@rawbw.com>
 |
12:25 vanilla
Add flatbuffers 1.2.0, memory efficient serialization library.
PR: 205509
Submitted by: Yuri Victorovich <yuri@rawbw.com>
 |
|
Monday, 21 Dec 2015
|
14:55 sunpoet
- Sort SUBDIRs
 |
|
Friday, 18 Dec 2015
|
20:54 rene
Remove expired ports:
2015-12-18 www/joomla15: Joomla 1.5.x reached its End of Life in September 2012.
Please update to a current version
2015-12-18 www/joomla25: Joomla 2.5.x reached its End of Life in December 2014.
Please update to a current version
2015-12-17 devel/rubygem-tins0: not used by other ports anymore
 |
|
Sunday, 13 Dec 2015
|
21:56 rakuco
At very long last land PyQt5 5.5.1 ports.
Add the required bits to Uses/pyqt.mk along with all the PyQt5 ports.
Thankfully this commit is mostly adding new ports, as the hard work was
already done in r403297 and r403662.
Huge kudos to Tobias Berner <tcberner@gmail.com> and, most importantly,
Guido Falsi (madpilot@) for their initial work on these ports (see D2910 in
Phabricator for an earlier version of the PyQt5 patch set).
PR: 204672
 |
|
Friday, 11 Dec 2015
|
19:59 antoine
Finish py-jep rename
 |
14:32 miwi
Tree widgets for urwid.
WWW: https://github.com/pazz/urwidtrees
PR: 204980
Submitted by: geier@lostpackets.de
Approved by: mat (mentor)
Differential Revision: D4512
 |
14:01 miwi
pkgconfig is a Python module to interface with the pkg-config command line tool.
WWW: https://pypi.python.org/pypi/pkgconfig
PR: 205136
Submitted by: Johannes Meixner <xmj@chaot.net>
Approved by: mat (mentor)
Differential Revision: D4511
 |
13:55 miwi
A Moose-based role that enables the consumer to easily serialize/deserialize
data structures. The default serializer is Storable, but any serializer in the
Data::Serializer hierarchy can be used automatically. You can even install your
own custom serializer if the pre-defined ones are not useful for you.
WWW: http://search.cpan.org/dist/Data-Serializable/
PR: 204058
Submitted by: jeremybbaggs@gmail.com
Approved by: mat (mentor)
Differential Revision: D4498
 |
13:48 miwi
This is a simple appender for writing log info to a unix domain socket.
WWW: http://search.cpan.org/dist/Log-Log4perl-Appender-Socket-UNIX/
PR: 204059
Submitted by: jeremybbaggs@gmail.com
Approved by: mat (mentor)
Differential Revision: D4499
 |
03:36 miwi
- Rename devel/py-memoryprofiler to devel/py-memory_profiler;
to consistency with other Python ports
- Update to 0.39
- Add No_ARCH
PR: 205109
Submitted by: maintainer
Reviewed by: python@/koobs
Approved by: mat (mentor)
Differential Revision: D4468
 |
|
Wednesday, 9 Dec 2015
|
14:54 dvl
Add devel/py-apache_conf_parser manipulator & parser of Apache configuration
files
Approved by: mat (mentor)
Differential Revision: D4442
 |
14:28 sunpoet
- Move devel/pyinstaller to devel/py-pyinstaller
- Use lowercase PORTNAME
- Move EXTRACT_AFTER_ARGS upward
- Convert to new options target helper
- Bump PORTREVISION for package change
 |
|
Sunday, 6 Dec 2015
|
22:44 olgeni
Add devel/elixir-conform_exrm, a Conform plugin for ExRM.
 |
|
Saturday, 5 Dec 2015
|
23:29 marino
FPC ecosystem: Upgrade version 2.6.4 => 3.0.0
This is the first major release of FreePascal in nearly four years.
There are a ton of new features, way more to list here. see:
http://wiki.freepascal.org/FPC_New_Features_3.0
Several new unit ports were added, some were contracted. Most of
those were absorbed into the main FPC packages, but two units are
no longer supported: sndfile and matroshka.
All 99 remaining ports (including Lazarus ports) were build tested
on FreeBSD i386 and amd64 Release 10.2
 |
21:25 pi
devel/p5-Perl-osnames: adding it to devel/Makefile
 |
20:37 pi
New port: devel/p5-PerlIO-via-Timeout
This package implements a PerlIO layer, that adds read / write
timeout. This can be useful to avoid blocking while accessing a
handle (file, socket, ...), and fail after some time.
The timeout is implemented by using <select> on the handle before
reading/writing.
WARNING the handle won't timeout if you use sysread or syswrite on
it, because these functions works at a lower level. However if
you're trying to implement a timeout for a socket, see IO::Socket::Timeout
that implements exactly that.
WWW: http://search.cpan.org/dist/PerlIO-via-Timeout
 |
|
Friday, 4 Dec 2015
|
12:21 sunpoet
- Add rubygem-hashdiff 0.2.3
HashDiff is a ruby library to compute the smallest difference between two
hashes.
WWW: https://github.com/liufengyun/hashdiff
 |
|
Sunday, 29 Nov 2015
|
21:08 mmoll
new port: devel/rubygem-octopress-hooks
Allows access to Jekyll's site, posts and pages at different points in the
processing life cycle of a build. Formerly known as 'jekyll-page-hooks'.
WWW: https://github.com/octopress/hooks
 |
21:04 mmoll
new port: devel/rubygem-titlecase
A set of methods added to the String class to allow title casing of strings:
- capitalize each word
- downcase each of the small_words
- words with capitals after the first character are left alone
- words with periods are left alone
- first and last word always capitalized
- small words after colons are capitalized
WWW: https://github.com/samsouder/titlecase
 |
07:02 sunpoet
- Add p5-PerlX-Maybe-XS 1.001
PerlX::Maybe::XS is the XS backend for PerlX::Maybe.
WWW: http://search.cpan.org/dist/PerlX-Maybe-XS/
 |
|
Saturday, 28 Nov 2015
|
23:08 rene
Remove expired ports:
2015-11-26 audio/pecl-id3: Broken for more than 6 months
2015-11-26 dns/geta: Broken for more than 6 months
2015-11-26 finance/openerp-web: Broken for more than 6 months
2015-11-26 devel/py-async: Further using of this module is not encouraged by
upstream
2015-11-26 chinese/kon2: Depends on expiring chinese/cce
2015-11-26 games/linux-skulltag: Depends on expiring audio/linux-fmodapi
2015-11-26 archivers/wzip: Broken for more than 6 months
2015-11-26 databases/sybtcl: Broken for more than 6 months
2015-11-26 biology/povchem: Broken for more than 6 months
2015-11-26 audio/btc: Broken for more than 6 months
2015-11-26 astro/wmglobe: Broken for more than 6 months
2015-11-26 graphics/pyro: Broken for more than 6 months
2015-11-26 graphics/jpeg2ps: Broken for more than 6 months
2015-11-26 chinese/gugod-clean: Broken for more than 6 months
2015-11-26 comms/bforce: Broken for more than 6 months
2015-11-26 cad/geda-docs: Broken for more than 6 months
2015-11-26 chinese/cwtexttf: Broken for more than 6 months
2015-11-26 comms/zmtx-zmrx: Broken for more than 6 months
2015-11-26 astro/sky2000: Broken for more than 6 months
2015-11-26 deskutils/libopensync-plugin-file: Broken for more than 6 months
2015-11-26 databases/sqlite-ext-mobigroup: Broken for more than 6 months
2015-11-26 chinese/bg5ps: Broken for more than 6 months
2015-11-26 deskutils/x-tile: Broken for more than 6 months
2015-11-26 graphics/pure-gl: Broken for more than 6 months
2015-11-26 audio/dvda-author: Broken for more than 6 months
2015-11-26 chinese/oxim: Broken for more than 6 months
2015-11-26 editors/spe: Broken for more than 6 months
2015-11-26 audio/mpdscribble: Broken for more than 6 months
2015-11-26 cad/geda-symcheck: Broken for more than 6 months
2015-11-26 audio/linux-fmodapi: Broken for more than 6 months
2015-11-26 audio/pure-audio: Broken for more than 6 months
2015-11-26 editors/bpatch: Broken for more than 6 months
2015-11-26 benchmarks/geekbench: Broken for more than 6 months
2015-11-26 graphics/icoconvert: Broken for more than 6 months
2015-11-26 cad/geda-utils: Broken for more than 6 months
2015-11-26 deskutils/tomboy-plugin-wordcount: Broken for more than 6 months
2015-11-26 graphics/sketch: Broken for more than 6 months
2015-11-26 ftp/spegla: Broken for more than 6 months
2015-11-26 graphics/clutter-box2d: Broken for more than 6 months
2015-11-26 audio/scmpc: Broken for more than 6 months
2015-11-26 ftp/gnusget: Broken for more than 6 months
2015-11-26 comms/gpsk31: Broken for more than 6 months
2015-11-26 cad/geda-gschem: Broken for more than 6 months
2015-11-26 audio/ampache: Broken for more than 6 months
2015-11-26 cad/slffea: Broken for more than 6 months
2015-11-26 audio/cripple: Broken for more than 6 months
2015-11-26 cad/geda-gattrib: Broken for more than 6 months
2015-11-26 cad/findhier: Broken for more than 6 months
2015-11-26 biology/njplot: Broken for more than 6 months
2015-11-26 audio/wmmp: Broken for more than 6 months
2015-11-26 x11/avant-window-navigator: Broken for more than 6 months
2015-11-26 cad/geda-netlist: Broken for more than 6 months
2015-11-26 deskutils/libopensync-plugin-sunbird: Broken for more than 6 months
2015-11-26 biology/ortep3: Broken for more than 6 months
2015-11-26 astro/aa: Broken for more than 6 months
2015-11-26 french/belote: Broken for more than 6 months
2015-11-26 converters/p5-String-SetUTF8: Broken for more than 6 months
2015-11-26 cad/geda-examples: Broken for more than 6 months
2015-11-26 editors/yasnippet: Broken for more than 6 months
2015-11-26 audio/musica: Broken for more than 6 months
2015-11-26 graphics/rubyphoto: Broken for more than 6 months
2015-11-26 german/bsdpaste: Broken for more than 6 months
2015-11-26 audio/amrcoder: Broken for more than 6 months
2015-11-26 sysutils/bashburn: Broken for more than 6 months
2015-11-26 editors/e93: Broken for more than 6 months
2015-11-26 audio/tepsonic: Broken for more than 6 months
2015-11-26 astro/ephem: Broken for more than 6 months
2015-11-26 chinese/cce: Broken for more than 6 months
2015-11-26 graphics/qcread: Broken for more than 6 months
2015-11-26 databases/py-sqlkit: Broken for more than 6 months
2015-11-26 databases/usogres: Broken for more than 6 months
2015-11-26 cad/libgeda: Broken for more than 6 months
2015-11-26 chinese/p5-Lingua-ZH-BPMFConvert: Broken for more than 6 months
2015-11-26 french/alphabet_sounds_fr: Broken for more than 6 months
2015-11-26 deskutils/mrundlg: Broken for more than 6 months
2015-11-26 databases/erlang-mysql: Broken for more than 6 months
2015-11-26 graphics/linux-XnViewMP: Broken for more than 6 months
2015-11-26 deskutils/akamaru: Broken for more than 6 months
2015-11-26 dns/p5-Net-DNS-ZoneCheck: Broken for more than 6 months
2015-11-26 astro/dgpsip: Broken for more than 6 months
2015-11-26 databases/pecl-handlersocket: Broken for more than 6 months
2015-11-26 audio/cymbaline: Broken for more than 6 months
2015-11-26 french/dico: Broken for more than 6 months
2015-11-26 comms/qpage: Broken for more than 6 months
2015-11-26 audio/sonice: Broken for more than 6 months
2015-11-26 cad/geda-symbols: Broken for more than 6 months
2015-11-26 databases/java-mybatis: Broken for more than 6 months
2015-11-26 databases/openbase-jdbc: Broken for more than 6 months
2015-11-27 www/mediawiki119: Please upgrade to mediawiki-1.25
2015-11-28 www/R-cran-Rpad: Unmaintained upstream
 |
09:29 sunpoet
- Add p5-Test-Stream 1.302026
This is not a drop-in replacement for Test::More.
Adoption of Test::Stream instead of continuing to use Test::More is a choice.
Liberty has been taken to make significant API changes. Replacing use
Test::More; with use Test::Stream; will not work for more than the most trivial
of test files.
See Test::Stream::Manual::FromTestBuilder if you are coming from Test::More or
Test::Simple and want a quick translation.
At the moment you cannot use Test::Stream and Test::Builder based tools in the
same test scripts unless you install the TRIAL Test::More version. Once the
Test::More trials go stable you will be able to combine tools from both
frameworks.
WWW: http://search.cpan.org/dist/Test-Stream/
 |
|
Friday, 27 Nov 2015
|
23:50 bapt
add libmill 1.1
Libmill is a library that introduces Go-style concurrency to C.
It can execute up to 20 million coroutines and 50 million context switches per
second.
WWW: http://libmill.org
 |
|
Monday, 23 Nov 2015
|
18:46 rene
Remove expired port:
2015-11-23 devel/qsvn: Development discontinued since 2009
 |
18:31 sunpoet
- Add rubygem-newrelic-grape 2.0.0
- While I'm here:
- Add LICENSE_FILE
- Add NO_ARCH
Newrelic instrument for grape
WWW: https://github.com/xinminlabs/newrelic-grape
PR: 203582
Submitted by: Michael Fausten <ports@michael-fausten.de>
 |
18:30 sunpoet
- Add rubygem-activerecord-deprecated_finders 1.0.4
- While I'm here:
- Add LICENSE_FILE
- Add NO_ARCH
This gem is a dependency of Rails 4.0 to provide deprecated
finder functionality.
WWW: https://github.com/rails/activerecord-deprecated_finders
PR: 203584
Submitted by: Michael Fausten <ports@michael-fausten.de>
 |
18:29 sunpoet
- Add rubygem-omniauth_crowd-rails41 2.2.3
- While I'm here, fix RUN_DEPENDS
This is an OmniAuth provider for Atlassian Crowd's REST API.
It allows you to easily integrate your Rack application in with Atlassian Crowd.
WWW: https://github.com/robdimarco/omniauth_crowd
PR: 203561
Submitted by: Michael Fausten <ports@michael-fausten.de>
 |
18:28 sunpoet
- Add rubygem-omniauth_crowd 2.2.3
- While I'm here:
- Add LICENSE
- Simplify COMMENT
- Fix RUN_DEPENDS
- Add NO_ARCH
This is an OmniAuth provider for Atlassian Crowd's REST API.
It allows you to easily integrate your Rack application in with Atlassian Crowd.
WWW: https://github.com/robdimarco/omniauth_crowd
PR: 203560
Submitted by: Michael Fausten <ports@michael-fausten.de>
 |
18:28 sunpoet
- Add rubygem-ruby-fogbugz 0.2.1
- While I'm here, add NO_ARCH
A simple Ruby wrapper for the Fogbugz XML API
WWW: https://github.com/firmafon/ruby-fogbugz
PR: 203556
Submitted by: Michael Fausten <ports@michael-fausten.de>
 |
|
Sunday, 22 Nov 2015
|
23:46 marino
Add new port: devel/ada-util (Ada Utility Library)
This Ada05 library contains various utility packages for building
Ada05 applications. This includes:
o A logging framework close to Java log4j framework
o Support for properties
o A serialization/deserialization framework for XML, JSON, CSV
o Ada beans framework
o Encoding/decoding framework (Base16, Base64, SHA, HMAC-SHA)
o A composing stream framework (raw, files, buffers, pipes, sockets)
o Several concurrency tools (reference counters, counters, pools,
fifos, arrays)
o Process creation and pipes
o Support for loading shared libraries (on Windows or Unix)
o HTTP client library on top of CURL or AWS
Ada Util also provides a small test utility library on top of
Ahven to help in writing unit tests.
 |
23:30 rene
Django integration with RQ, a Redis based Python queuing library.
Django-RQ is a simple app that allows you to configure your queues in
django's settings.py and easily use them in your project.
WWW: https://github.com/ui/django-rq/
 |
|
Saturday, 21 Nov 2015
|
02:09 sunpoet
- Add p5-Module-CheckVersion 0.06
Module::CheckVersion checks latest version of modules with CPAN (or equivalent
repo).
WWW: http://search.cpan.org/dist/Module-CheckVersion/
 |
|
Friday, 20 Nov 2015
|
13:20 sunpoet
- Move devel/ocaml-typeconv to devel/ocaml-type_conv
- Update to 113.00.02
- Add missing OPTIONS_DEFINE
- Remove OCAML_PKGDIRS
- Strip OCaml plugin files
- Convert to new options target helper
Changes: https://github.com/janestreet/type_conv/blob/master/CHANGES.md
https://github.com/janestreet/type_conv/commits/master
 |
06:29 bofh
[NEW] devel/py3-jsonschema: JSON Schema validation for Python
- Python3 specific version for devel/py-jsonschema
jsonschema is an implementation of JSON Schema for Python
- Full support for Draft 3 and Draft 4 of the schema.
- Lazy validation that can iteratively report all validation errors.
- Small and extensible
- Programmatic querying of which properties or items failed validation.
WWW: http://github.com/Julian/jsonschema
 |
04:31 adamw
Add devel/p5-Data-Serializer-Sereal, the glue for using Sereal
in Data::Serializer.
 |
00:45 bofh
[NEW] devel/py3-vcversioner: Use version control tags to discover version
- Python3 specific version of devel/py-vcversioner
You can write a setup.py with no version information specified, and
vcversioner will find a recent, properly-formatted VCS tag and extract a
version from it.
WWW: https://github.com/habnabit/vcversioner
 |
|
Thursday, 19 Nov 2015
|
23:56 bofh
[NEW] devel/py3-Jinja2: Fast and easy to use stand-alone template engine
- Python3 version of devel/py-Jinja2
Jinja is a sandboxed template engine written in pure Python licensed
under the BSD license. It provides a Django-like non-XML syntax and
compiles templates into executable python code. It's basically a
combination of Django templates and python code.
WWW: http://jinja.pocoo.org/
 |
13:02 kuriyama
Git Large File Storage (LFS) replaces large files such as audio
samples, videos, datasets, and graphics with text pointers inside Git,
while storing the file contents on a remote server like GitHub.com or
GitHub Enterprise.
WWW: https://git-lfs.github.com/
 |
12:03 bofh
[NEW] devel/py3-babel: Collection of tools for internationalizing Python
- Python 3 specific version of devel/py-babel
Babel is composed of two major parts:
* tools to build and work with gettext message catalogs
* a Python interface to the CLDR (Common Locale Data Repository),
providing access to various locale display names, localized
number and date formatting, etc.
WWW: http://babel.pocoo.org/
 |
11:27 bofh
devel/py-pytz3: Move to devel/py3-pytz
- No longer used as SLAVE as overriding USES makes it complex; now it's
used as an individual port
- Revert devel/py-pytz MAINTAINER?
Submitted by: koobs
 |
09:54 bofh
[NEW] devel/pytz3: Slave port of devel/pytz for python3
- Modify overriding MAINTAINER in py-pytz
- Creating this port for upcoming GNS3 updates which requires python3
specific modules
 |
|
Wednesday, 18 Nov 2015
|
21:41 rm
devel/py-asn1: move to devel/py-pyasn1 to match PyPI name
- move to devel/py-pyasn1 to match PyPI name
- update *_DEPENDS and bump PORTREVISION in dependent ports
- reset PORTEPOCH
PR: 204567
Submitted by: John W. O'Brien <john@saltant.com>
Approved by: mhjacks@swbell.net (maintainer of devel/py-asn1)
 |
13:42 wg
devel/py-freenas.dispatcher: FreeNAS dispatcher client
WWW: http://github.com/freenas/middleware
 |
13:34 wg
devel/py-freenas.utils: FreeNAS common Python modules
WWW: https://github.com/freenas/middleware
 |
|
Tuesday, 17 Nov 2015
|
22:12 olgeni
Add devel/elixir-connection, an Elixir behavior for connection processes.
 |
|
Monday, 16 Nov 2015
|
04:07 araujo
This gem is a lib for managing configfile for cli applications, including:
- call a setup of the config file if it does not exist
- edit configuration and update the config file
WWW: https://github.com/mose/configstruct
PR: ports/204588
Submitted by: mose <mose@gandi.net>
Sponsored by: gandi.net
 |
03:38 araujo
This library provides a simple DSL for managing user interaction
in a CLI application.
WWW: https://github.com/mose/clipromopt
PR: ports/204584
Submitted by: mose <mose@gandi.net>
Sponsored by: gandi.net
 |
|
Sunday, 15 Nov 2015
|
14:27 wg
devel/py-envisage: Framework for building applications with plug-ins from
Enthought
Envisage is a Python-based framework for building extensible applications, that
is, applications whose functionality can be extended by adding "plug-ins".
Envisage provides a standard mechanism for features to be added to an
application, whether by the original developer or by someone else. In fact,
when you build an application using Envisage, the entire application consists
primarily of plug-ins. In this respect, it is similar to the Eclipse and
Netbeans frameworks for Java applications.
Each plug-in is able to:
* Advertise where and how it can be extended (its "extension points").
* Contribute extensions to the extension points offered by other plug-ins.
* Create and share the objects that perform the real work of the application
("services").
The Envisage project provides the basic machinery of the Envisage framework.
WWW: http://www.github.com/enthought/envisage
PR: 204430
Submitted by: vladimir.chukharev gmail .dot com
 |
|
Saturday, 14 Nov 2015
|
22:06 rm
devel/py-experimental.cssselect: remove port
The only consumer of this port has switched to www/py-cssselect
 |
20:54 rm
devel/py-asn1-modules: rename to py-pyasn1-modules to match upstream naming
- bump PORTREVISION for dependend ports
 |
|
Friday, 13 Nov 2015
|
13:07 wg
devel/py-termstyle: Dirt-simple terminal-colour library for python
Termstyle is a simple python library for adding coloured output to terminal
(console) programs. The definitions come from ECMA-048, the "Control Functions
for Coded Character Sets" standard.
WWW: https://github.com/gfxmonk/termstyle
 |
12:49 wg
devel/py-rednose: Coloured output for nosetests
Rednose is a nosetests plugin for adding colour (and readability) to
nosetest console results.
WWW: https://github.com/gfxmonk/rednose
 |
|
Thursday, 12 Nov 2015
|
13:26 wg
devel/py-vcversioner: Use version control tags to discover version numbers
You can write a setup.py with no version information specified, and
vcversioner will find a recent, properly-formatted VCS tag and extract a
version from it.
WWW: https://github.com/habnabit/vcversioner
 |
13:14 wg
devel/py-functools32: Backport of the functools module from Python 3 for use on
2.7
This is a backport of the Python 3.2 functools module for use on Python
versions 2.7 and PyPy. It includes new features lru_cache (Least-recently-used
cache decorator).
WWW: https://github.com/MiCHiLU/python-functools32
 |
12:48 wg
devel/py-setuptools_scm: Setuptools plugin to manage your versions by scm tags
Handles managing your python package versions in scm metadata instead of
declaring them as the version argument or in a scm managed file.
WWW: https://github.com/pypa/setuptools_scm/
 |
|
Tuesday, 10 Nov 2015
|
21:22 antoine
Hook arm-none-eabi-gdb to the build
 |
|
Monday, 9 Nov 2015
|
20:31 riggs
Add new port: devel/artifactory, a universal artifact repository manager
PR: 204128
Submitted by: dharrigan@gmail.com (maintainer)
 |
15:35 mmoll
new port: devel/rubygem-asetus
A configuration library for Ruby with YAML/JSON/TOML backends with
unified object access.
WWW: https://github.com/ytti/asetus
PR: 203367
Submitted by: Nick Hilliard <nick@foobar.org>
 |
|
Sunday, 8 Nov 2015
|
15:09 rene
Remove expired ports:
2015-11-08 devel/phptags: abandoned upstream
2015-11-08 sysutils/torsmo: no new releases for years, consider using
sysutils/conky
 |
09:13 tota
- Add new port: devel/R-cran-BH
Boost provides free peer-reviewed portable C++ source libraries. A
large part of Boost is provided as C++ template code which is
resolved entirely at compile-time without linking. This package
aims to provide the most useful subset of Boost libraries for
template use among CRAN package. By placing these libraries in this
package, we offer a more efficient distribution system for CRAN as
replication of this code in the sources of other packages is avoided.
WWW: https://cran.r-project.org/web/packages/BH/
 |
|
Saturday, 7 Nov 2015
|
23:58 mmoll
new port: devel/rubygem-slop3
PR: 204338
Submitted by: Nick Hilliard <nick@foobar.org>
 |
18:49 gblach
Add new port: devel/py-backports_abc
A backport of recent additions to the 'collections.abc' module.
 |
17:15 antoine
Fix INDEX
 |
Number of commits found: 12253 (showing only 100 on this page) |