non port: devel/Makefile |
Number of commits found: 11333 (showing only 100 on this page) |
Wednesday, 30 Dec 2015
|
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
|
14:05 pi
New Port: devel/antlr4
ANTLR, ANother Tool for Language Recognition, (formerly PCCTS) is a
language tool that provides a framework for constructing recognizers,
compilers, and translators from grammatical descriptions containing
C++ or Java actions.
WWW: http://www.antlr.org
|
Wednesday, 4 Nov 2015
|
20:11 sunpoet
- Move devel/py-parsing to devel/py-pyparsing
- Change MASTER_SITES to CHEESESHOP
- Remove DISTNAME
- While I'm here, remove duplicate PORTREVISION for security/py-crits/Makefile
|
11:30 wg
devel/ds2: Debug server for lldb
ds2 is a debug server designed to be used with LLDB to perform remote debugging
of Linux, Android, FreeBSD and Windows targets.
WWW: https://github.com/facebook/ds2
|
Tuesday, 3 Nov 2015
|
21:57 jonathan
Add new port: devel/libdistance.
This is a library for calculating the edit distance between strings or data
using various metrics (Levenshtein, Damerau, Needleman-Wunsch, Hamming...).
Note: r400363 used the above commit message but, due to user error, was
actually devel/myrepos (see https://reviews.freebsd.org/D3730).
Reviewed by: garga
Approved by: brooks
Differential Revision: https://reviews.freebsd.org/D4015
|
Monday, 2 Nov 2015
|
09:24 makc
Rename my ports to comply with Python ports policy
Requested by: koobs
|
Sunday, 1 Nov 2015
|
21:30 rene
Remove expired ports:
2015-11-01 devel/ros: Unsupported upstream, see
http://wiki.ros.org/Distributions
2015-11-01 ports-mgmt/portsopt: Deprecated by optionsng
|
16:02 rene
Remove expired ports:
2015-10-31 audio/cmus-post.fm: Broken for more than 6 months
2015-10-31 devel/libphish: Broken for more than 6 months
2015-10-31 devel/rubygem-debugger: This port is for Ruby 1.9 only. Upstream
stopped maintenance.
2015-10-31 games/linux-ningpo-demo: Broken for more than 6 months
2015-10-30 graphics/gdal-grass: Superseded by gdal-2.0.0
2015-10-31 graphics/picviz: Broken for more than 6 months
2015-10-31 irc/weechat-devel: far behind stable irc/weechat (use it instead)
2015-10-31 mail/cucipop: Broken for more than 6 months
2015-10-31 math/rkward-kde4: Depends on deprecated math/R-cran-car
2015-10-31 multimedia/streamanalyze: Broken for more than 6 months
2015-10-31 net-mgmt/collectd: Please move to collectd5 - collect4 is not
developed/patched
2015-10-31 sysutils/sdd: Broken for more than 6 months
2015-10-31 sysutils/xfce4-minicmd-plugin: Broken for more than 6 months
2015-10-31 www/linux-libgtkembedmoz: Broken for more than 6 months
2015-10-31 www/py-feedfinder: Broken for more than 6 months
2015-10-31 www/py-openssl-proxy: Broken for more than 6 months
2015-10-31 www/py-webware: Broken for more than 6 months
2015-10-31 www/py-webware-component: Depends on deprecated www/py-webware
2015-10-31 x11-fonts/code2001: Broken for more than 6 months
2015-10-31 x11-wm/e-module-diskio: Broken for more than 7 months
|
11:01 lev
Add new port: Texas Instrument's MSP430 debug interface library.
|
09:13 pi
jq is like sed for JSON data - you can use it to slice and filter
and map and transform structured data with the same ease that sed,
awk, grep and friends let you play with text.
WWW: https://github.com/kjdev/php-ext-jq
PR: 200438
Submitted by: Gasol Wu <gasol.wu@gmail.com>
|
Saturday, 31 Oct 2015
|
21:51 pi
New port: 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/
PR: 188110
Submitted by: wombat@marsupial.org, yerenkow@gmail.com, jonc@chen.org.nz,
mnd999@gmail.com
Reviewed by: ljboiler@gmail.com
|
00:11 bapt
Resurrect amd64 xtoolchain needed for build FreeBSD with gcc as an external
toolchain
|
Thursday, 29 Oct 2015
|
09:45 riggs
New port: devel/staf (Software Testing Automation Framework)
PR: 203728
Submitted by: kozlov.sergey.404@gmail.com (maintainer)
Differential Revision: https://reviews.freebsd.org/D3874
|
08:47 koobs
[NEW] devel/py-pluggy: Plugin and hook calling mechanisms for Python
This is the plugin manager as used by pytest but stripped of pytest
specific details.
WWW: https://pypi.python.org/pypi/pluggy
|
Wednesday, 28 Oct 2015
|
18:05 pawel
The Google JsonNet for PHP.
Jsonnet language, from its most basic features to its powerful object model,
punctuated with examples drawn from the world of cocktails. These examples are
meant to be fun, and although a little contrived, do not restrict our thinking
to any one particular application of Jsonnet.
WWW: https://pecl.php.net/package/jsonnet
PR: 200676
Submitted by: Gasol Wu <gasol.wu@gmail.com>
|
17:41 pawel
Jsonnet is a domain specific configuration language that helps you define JSON
data. Jsonnet lets you compute fragments of JSON within the structure, bringing
the same benefit to structured data that templating languages bring to plain
text. The example below illustrates a few features -- referring to another part
of the structure, overriding object fields, and string operations.
WWW: https://github.com/google/jsonnet
PR: 200671
Submitted by: Gasol Wu <gasol.wu@gmail.com>
|
14:29 jbeich
devel/fb-adb: add new port
Differential Revision: https://reviews.freebsd.org/D3930
fb-adb is a tool for interacting with Android systems. It does much of
what adb does, but with better remote shell support and, hopefully,
fewer bugs. Differences between adb and fb-adb are that fb-adb:
* is binary clean (no LF -> CRLF mangling)
* transmits and updates window size
* distinguishes standard output and standard error
* properly muxes streams with independent flow control
* allows for ssh-like pty allocation control
* propagates program exit status instead of always exiting
with status 0
* properly escapes program arguments
* kills remote program
* provides a generic facility to elevate to root without re-escaping
https://github.com/facebook/fb-adb
|
02:18 vanilla
Add p5-CHI-Driver-DBI 1.27, use DBI for CHI unified cache interface
storage.
PR: 204057
Submitted by: jeremybbaggs@gmail.com
|
00:39 junovitch
Hook devel/myrepos to the build (chase r400363)
|
Tuesday, 27 Oct 2015
|
13:50 olgeni
Add devel/erlang-certifi, a CA bundle for Erlang applications.
|
10:56 demon
Rename spyder --> py-spyder
Requested by: mat
|
Number of commits found: 11333 (showing only 100 on this page) |