non port: devel/Makefile |
Number of commits found: 11319 (showing only 100 on this page) |
Tuesday, 10 Sep 2013
|
18:07 sunpoet
- Add p5-MooseX-Types-URI 0.03
MooseX::Types::URI provides Moose types for fun with URIs.
It has slightly DWIMier types than the URI classes have due to implementation
details, so the types should be more forgiving when ducktyping will work anyway
(e.g. URI::WithBase does not inherit URI).
WWW: http://search.cpan.org/dist/MooseX-Types-URI/
|
Monday, 9 Sep 2013
|
18:24 sunpoet
- Add p5-IO-SessionData 1.03
IO::SessionData is a supporting module for SOAP::Lite.
WWW: http://search.cpan.org/dist/IO-SessionData/
|
Sunday, 8 Sep 2013
|
15:46 sunpoet
- Add p5-Test-Warnings 0.008
If you've ever tried to use Test::NoWarnings to confirm there are no warnings
generated by your tests, combined with the convenience of done_testing to not
have to declare a test count, you'll have discovered that these two features do
not play well together, as the test count will be calculated before the warnings
test is run, resulting in a TAP error. (See examples/test_nowarnings.pl in this
distribution for a demonstration.)
This module is intended to be used as a drop-in replacement for
Test::NoWarnings: it also adds an extra test, but runs this test before
done_testing calculates the test count, rather than after. It does this by
hooking into done_testing as well as via an END block. You can declare a plan,
or not, and things will still Just Work.
WWW: http://search.cpan.org/dist/Test-Warnings/
|
08:19 mva
- the logilab-astng project was renamed to astroid
- Update astroid to version 1.0.0
|
Saturday, 7 Sep 2013
|
10:24 sunpoet
- Connect p5-Type-Tie
|
10:19 sunpoet
- Add p5-Type-Tie 0.003
Type::Tie exports a single function: ttie. ttie ties a variable to a type
constraint, ensuring that whatever values stored in the variable will conform to
the type constraint. If the type constraint has coercions, these will be used if
necessary to ensure values assigned to the variable conform.
WWW: http://search.cpan.org/dist/Type-Tie/
|
Friday, 6 Sep 2013
|
15:53 wg
devel/py-bcdoc: tools to help document botocore-based projects
Tools to help document botocore-based projects.
WWW: https://github.com/boto/bcdoc/
PR: ports/181864
Submitted by: Alexey Degtyarev <alexey renatasystems.org>
|
Thursday, 5 Sep 2013
|
07:34 joerg
GCC 3.x has passed its useful lifetime.
The original reason for establishing the port was poorer optimization
for the AVR backend in GCC 4.x in some cases. This reason no longer
exists.
As GCC 3.x causes tons of build warnings with clang now, just drop it.
|
Tuesday, 3 Sep 2013
|
22:49 zi
New port: devel/rubygem-redmine_plugin_support:
This libarary is a collection of rake tasks and other scripts that will
make Redmine plugin development easier.
WWW: https://rubygems.org/gems/redmine_plugin_support
|
15:08 sunpoet
- Add p5-Pithub 0.01020
Pithub provides a set of modules to access the Github v3 API in an object
oriented way. There is also Net::GitHub which does the same for all the versions
(v1, v2, v3) of the Github API. Pithub supports all API calls so far, but only
for v3.
http://search.cpan.org/dist/Pithub/ WWW: http://search.cpan.org/dist/Pithub/
|
Sunday, 1 Sep 2013
|
16:44 antoine
New port: py-docopt
docopt helps you:
- define interface for your command-line app, and
- automatically generate parser for it.
WWW: http://docopt.org/
|
15:06 rene
Remove expired ports:
2013-08-28 lang/gdc: Broken for more than 6 month
2013-08-31 net-im/cli-msn: MSN Messenger service terminated 30 APR 2013
2013-09-01 x11-toolkits/wxd: Depends on deprecated lang/gdc
2013-09-01 security/openvpn22: Please migrate to a newer OpenVPN version
2013-09-01 devel/dsss: Depends on expired lang/gdc
2013-09-01 graphics/qcamview: Broken on FreeBSD 8 and newer
2013-09-01 www/cacheboy15-devel: Broken on FreeBSD 8 and newer
2013-09-01 graphics/spcaview: Broken on FreeBSD 8 and newer
2013-09-01 comms/uticom: Broken on FreeBSD 8 and newer
2013-09-01 net/ipex: Broken on FreeBSD 8 and newer
2013-09-01 graphics/phpsview: Broken on FreeBSD 8 and newer
2013-09-01 misc/usbrh: Broken on FreeBSD 8 and newer
2013-09-01 net/atmsupport: Broken on FreeBSD 8 and newer
2013-09-01 comms/ib-kmod: Broken on FreeBSD 8 and newer
2013-09-01 net/libproxy-mozjs: Does not work with newer libxul
2013-09-01 www/helixplugin: Does not work with newer libxul
2013-09-01 deskutils/chmsee: Does not work with newer libxul
2013-09-01 www/moonshine: Does not work with newer libxul
2013-09-01 x11/ggiterm: Unmaintained and broken
2013-09-01 graphics/libggigcp: Unmaintained
2013-09-01 graphics/libggimisc: Unmaintained
2013-09-01 graphics/libggiwmh: Unmaintained
2013-09-01 devel/libgiigic: Unmaintained
2013-09-01 games/koth: Unmaintained
|
Friday, 30 Aug 2013
|
20:20 lth
Perl6 style Junction operators in Perl5. This is a lightweight
module which provides 'Junction' operators, the most commonly used
being any and all.
|
Thursday, 29 Aug 2013
|
20:17 ohauer
- remove expired bugzilla3 ports
|
15:39 rm
Serpent is a simple serialization library based on ast.literal_eval.
Because it only serializes literals and recreates the objects using
ast.literal_eval(), the serialized data is safe to transport to other
machines (over the network for instance) and de-serialize it there.
WWW: http://pypi.python.org/pypi/serpent
|
09:17 rene
Remove expired port:
2013-08-29 devel/g2c: Not supported upstream anymore
|
02:28 bdrewery
- Disconnect ports removed in r325546
|
Tuesday, 27 Aug 2013
|
17:15 sunpoet
- Add p5-Specio 0.08
The Specio distribution provides classes for representing type constraints and
coercion, along with syntax sugar for declaring them.
Note that this is not a proper type system for Perl. Nothing in this
distribution will magically make the Perl interpreter start checking a value's
type on assignment to a variable. In fact, there's no built-in way to apply a
type to a variable at all.
Instead, you can explicitly check a value against a type, and optionally coerce
values to that type.
The author's long-term goal is to replace Moose's built-in types and
MooseX::Types with this module.
WWW: http://search.cpan.org/dist/Specio/
|
Sunday, 25 Aug 2013
|
22:38 rakuco
Add devel/vera++.
Vera++ is a programmable tool for verification, analysis and transformation
of C++ source code. Vera++ is mainly an engine that parses C++ source files
and presents the result of this parsing to scripts in the form of various
collections - the scripts are actually performing the requested tasks.
WWW: https://bitbucket.org/verateam/vera/wiki/Home
PR: ports/181245
Submitted by: Cristiano Rolim Pereira <cristianorolim@outlook.com>
|
12:54 olivierd
xmltodict is a Python module that makes working with XML feel like you are
working with JSON.
WWW: https://pypi.python.org/pypi/xmltodict
PR: 181503
Submitted by: Johannes Meixner <xmj@chaot.net>
|
Saturday, 24 Aug 2013
|
21:57 sunpoet
- Add p5-Config-Model-Tester 2.043
Config::Model::Tester provides a way to test configuration models with tests
files. This class was designed to tests several models and several tests cases
per model.
WWW: http://search.cpan.org/dist/Config-Model-Tester/
|
Thursday, 22 Aug 2013
|
23:19 marino
Resurrect devel/florist-gpl and update from version 2006 to 2012
FLORIST is an implementation of the IEEE Standards 1003.5: 1992,
IEEE STD 1003.5b: 1996, and parts of IEEE STD 1003.5c: 1998, also known as
the POSIX Ada Bindings.
Approved by: bapt/culot (mentors, implicit)
|
19:54 mat
Add p5-IO-Pipely 0.005, portably create pipe() or pipe-like handles, one
way or another.
Some dependencies are not quite met yet, but should be soon.
|
15:19 tota
- Add new port: devel/rubygem-graf
Graf is a simple git log analyzer gem.
WWW: https://github.com/abhshkdz/graf
|
Wednesday, 21 Aug 2013
|
20:05 madpilot
Normally version control systems don't allow fine grained commits.
commit-patch allows the user to control exactly what gets committed by
letting the user supply a patch to be committed rather than using the
files in the current working directory.
commit-patch supports Darcs, Git, Mercurial, Bazaar, Subversion,
Monotone or CVS repositories.
Also included is an Emacs interface to commit-patch. It allows you to
just hit C-c C-c in any patch buffer to apply and commit only the
changes indicated by the patch, regardless of the changes in your
working directory.
WWW: http://www.porkrind.org/commit-patch/
PR: ports/178945
Submitted by: Lapo Luchini <lapo@lapo.it>
|
Saturday, 17 Aug 2013
|
15:49 gblach
- devel/prettygo rename to devel/go-pretty
- devel/go-pretty update to 20130510
- Add textproc/go-text
Approved by: crees (mentor)
|
Thursday, 15 Aug 2013
|
06:12 rpaulo (src committer)
Add a port for the TI PASM.
PASM stands for PRU assembler. PRU stands for Programmable Realtime Unit.
Reviewed by: ak
|
Wednesday, 14 Aug 2013
|
04:53 oliver
Add the PECL extension YAC - yet another cache.
Performs for me better than APC, APCu, Xcache or the PECL memcache extensions
|
Wednesday, 7 Aug 2013
|
23:34 wg
devel/py-jira: Library to ease use of the JIRA 5 REST APIs
A library to ease use of the JIRA 5 REST APIs
WWW: http://bitbucket.org/bspeakmon/jira-python
PR: ports/180849
Submitted by: Alexandros Kosiaris <akosiaris gmail.com>
|
Monday, 5 Aug 2013
|
06:25 jgh
dasm is a versatile macro assembler with support
for several 8-bit microprocessors including:
MOS 6502 & 6507
Motorola 6803, 68705 & 68HC11
Hitachi HD6303 (extended Motorola 6801)
Fairchild F8
WWW: http://dasm-dillon.sourceforge.net/
PR: ports/180971
Submitted by: uffe@uffe.org
|
Sunday, 4 Aug 2013
|
13:57 wg
biplist is a binary plist parser/generator for Python
Binary Property List (plist) files provide a faster and smaller serialization
format for property lists on OS X. This is a library for generating binary
plists which can be read by OS X, iOS, or other clients.
WWW: https://github.com/wooster/biplist
|
13:40 wg
devel/py-defusedxml: Defusing XML bombs and other exploits
The results of an attack on a vulnerable XML library can be fairly dramatic.
With just a few hundred Bytes of XML data an attacker can occupy several
Gigabytes of memory within seconds. An attacker can also keep CPUs busy for
a long time with a small to medium size request. This library prevents
such issues.
WWW: https://bitbucket.org/tiran/defusedxml
|
Saturday, 3 Aug 2013
|
07:33 jgh
ACME is a free crossassembler, released under the GNU General Public License.
The current version can produce code for the 6502, 65c02 and 65816 processors.
It also supports some of the undocumented ("illegal") opcodes of the 6502.
WWW: http://www.esw-heim.tu-clausthal.de/~marco/smorbrod/acme/
PR: ports/179019
Submitted by: uffe@uffe.org
|
Thursday, 1 Aug 2013
|
10:05 kevlo
Import Android adb tool.
Android Debug Bridge (adb) is a versatile command line tool that
lets you communicate with an emulator instance or connected
Android-powered device.
|
Wednesday, 31 Jul 2013
|
12:51 az
Add new port: devel/p5-interface
Compile-time interface complaince testing. Inspects the methods defined
in your module, and compares them against the methods defined in the
modules you list. Requires no special or additional syntax.
WWW: http://search.cpan.org/dist/interface/
|
11:57 kwm
The FreeBSD GNOME team presents a Glib and Gtk+ 3 update.
This update updates Glib20 to 2.36 and Gtk+ 3.8
* The gio-fam-backend port that used gamin for the GFileMonitor API is gone.
It is replaced by a GIO kqueue implementation developed as part of a NetBSD
GSoC 2011 project by Dimitry Matveev.
* Fix a bug in the glib20 Makefile so it includes -lintl in the glib-2.0
pkgconfig file [1]. This broke static linking and newer binutils.
* Add introspection USE_GNOME component which sets GI_SCANNER_DISABLE_CACHE to
prevent creation of / root/.cache dir. Defaults to build & run depend,
but :build and :run switches available.
* New x11-toolkits/pangox-compat port and companion USE_GNOME component for
pangox support which was removed from the pango port. Add it to ports still
using pangox API.
Exp-run by: bapt@
PR: ports/178958 [1]
Submitted by: emaste@ [1]
|
09:43 bapt
Remove libbonobomm and libbonobouimm:
Both are unsupported upstream,
Both are broken with clang,
Both are not depended on in the ports tree
Approved by: bland (maintainer)
|
07:45 jgh
xa is a high-speed, two-pass portable cross-assembler.
It understands mnemonics and generates code for:
NMOS 6502s (such as 6502A, 6504, 6507, 6510, 7501, 8500, 8501, 8502 ...)
CMOS 6502s (65C02 and Rockwell R65C02) and the 65816.
WWW: http://www.floodgap.com/retrotech/xa/
PR: ports/179021
Submitted by: uffe@uffe.org
|
07:11 jgh
dxa65 is a disassembler for MOS 6502 and compatible CPUs
NMOS 6502s (such as 6502A, 6504, 6507, 6510, 7501, 8500, 8501, 8502 ...)
CMOS 6502s (65C02 and Rockwell R65C02)
WWW: http://www.floodgap.com/retrotech/xa#dxa
PR: ports/179030
Submitted by: uffe@uffe.org
|
Sunday, 28 Jul 2013
|
23:20 swills
Ruby wrapper that supports all of the GitHub API v3 methods(nearly 200). It's
build in a modular way, that is, you can either instantiate the whole api
wrapper Github.new or use parts of it e.i. Github::Repos.new if working solely
with repositories is your main concern.
WWW: https://github.com/peter-murach/github
|
16:46 kientzle (src committer)
arm-eabi-gcc cross compiler.
Approved by: db
|
16:45 kientzle (src committer)
Add arm-eabi-binutils cross-tools.
Approved by: db
|
Friday, 26 Jul 2013
|
19:19 rene
KDE3 and QT3 expired on 2013-07-01, remove these ports.
Unfortunately, this also affects some ports using QT3 as a GUI toolkit.
Changes to infrastructure files:
- bsd.kde.mk : obsolete, remove
- bsd.qt.mk : note that a CONFLICTS_BUILD line can probably go after a while
- CHANGES : document the removals from bsd.port.mk
- KNOBS : remove KDE and QT (KDE4 and QT4 should be used instead)
- MOVED : add the removed ports
PR: ports/180745
Submitted by: rene
Approved by: portmgr (bapt)
Exp-run by: bapt
|
15:15 nivit
A built-package format for Python.
A wheel is a ZIP-format archive with a specially formatted filename and the
.whl extension. It is designed to contain all the files for a PEP 376
compatible install in a way that is very close to the on-disk format.
Many packages will be properly installed with only the "Unpack" step (simply
extracting the file onto sys.path), and the unpacked archive preserves enough
information to "Spread" (copy data and scripts to their final locations)
at any later time.
The wheel project provides a bdist_wheel command for setuptools (requires
setuptools >= 0.8.0). Wheel files can be installed with a newer pip from
https://github.com/pypa/pip or with wheel's own command line utility.
WWW: http://bitbucket.org/dholth/wheel/
Build logs: http://goo.gl/fNXhY1
|
12:38 nivit
A Python library which provides support for handling directories as described
in the XDG Base Directory and User Folders specifications.
WWW: https://launchpad.net/dirspec
Build logs: http://goo.gl/QdByDo
|
Tuesday, 23 Jul 2013
|
11:23 wen
MooX::Types::MooseLike::Numeric provides Moo types for numbers.
WWW: http://search.cpan.org/dist/MooX-Types-MooseLike-Numeric/
|
Sunday, 21 Jul 2013
|
19:08 swills
Adds a metaclass method to all Ruby objects
WWW: http://github.com/floehopper/metaclass
|
14:29 marino
Add new port: devel/ahven
Avhen is a testing framework for the Ada programming language. It has
functional similarities to JUnit and AUnit.
Approved by: bapt (mentor)
|
Saturday, 20 Jul 2013
|
07:49 koobs
devel/py-pbr: Python Build Reasonableness [NEW PORT]
PBR is a library that injects some useful and sensible default
behaviors into your setuptools run. It started off life as the chunks
of code that were copied between all of the OpenStack projects. Around
the time that OpenStack hit 18 different projects each with at least 3
active branches, it seems like a good time to make that code into a
proper re-usable library.
WWW: https://github.com/openstack-dev/pbr
PR: 180550
Submitted by: Mikolaj Golub <trociny@FreeBSD.org>
|
03:58 vanilla
Add libfortuna 0.1.0, fortuna PRNG Library.
PR: ports/180661
Submitted by: waitman@waitman.net
|
Thursday, 18 Jul 2013
|
08:24 miwi
This project (double-conversion) provides binary-decimal and decimal-binary
routines for IEEE doubles.
The library consists of efficient conversion routines that have been extracted
from the V8 JavaScript engine. The code has been refactored and improved so that
it can be used more easily in other projects.
WWW: http://code.google.com/p/double-conversion
PR: ports/179621
Submitted by: Waitman Gobble <waitman@waitman.net>
|
Wednesday, 17 Jul 2013
|
19:27 glarkin
Gearman provides a generic framework to farm out work to other
machines or dispatch function calls to machines that are better suited
to do the work. It allows you to do work in parallel, to load balance
processing, and to call functions between languages. It can be used in
a variety of applications, from high-availability web sites to the
transport for database replication.
WWW: http://www.gearman.org/
|
07:14 rene
Remove expired port:
2013-07-17 devel/kdevelop-custom-buildsystem: part of devel/kdevelop-kde4 now
|
Saturday, 13 Jul 2013
|
21:30 swills
- Update rubygem-sequel to 4.0.0
- Create sequel3 port for rubygem-larch
|
21:10 wg
devel/py-sysctl: wrapper for the sysctl system functions
Python wrapper for the sysctl system functions.
It provides a very simple interface to query for sysctls and to change
their values in a pythonic way.
WWW: https://github.com/williambr/py-sysctl
|
16:03 wg
devel/py-paver: easy build, distribution and deployment scripting
Paver is a Python-based software project scripting tool along the lines of Make
or Rake. It is not designed to handle the dependency tracking requirements of,
for example, a C program. It is designed to help out with all of your other
repetitive tasks (run documentation generators, moving files about,
downloading things), all with the convenience of Python's syntax and massive
library of code.
WWW: http://pythonhosted.org/Paver/
|
Wednesday, 10 Jul 2013
|
17:32 zi
New port: devel/rubygem-paperclip:
Easy upload management for ActiveRecord
WWW: https://rubygems.org/gems/paperclip
|
17:31 zi
New port: devel/rubygem-cocaine:
A small library for doing (command) lines
WWW: https://rubygems.org/gems/cocaine
|
17:30 zi
New port: devel/rubygem-climate_control:
Modify your ENV
WWW: https://rubygems.org/gems/climate_control
|
11:25 kwm
Add llvm's libc++ stdc++ library, which supports c++11.
This is for 9.1-stable so ports can use it. libc++ isn't build by default in
9.x.
Borrow some code from the llvm/clang -devel ports for generating svn checkout
semi automaticly.
|
09:29 rene
Remove expired ports:
2013-07-10 audio/gdam: Broken for a while
2013-07-10 devel/gnome-vfs1: No more depend on, No more supported upstream
|
Monday, 8 Jul 2013
|
15:11 wxs
Official Mongo C++ Driver
Mongo (from "humongous") is a high-performance, open source,
schema-free, document-oriented database. A common name in the
"NOSQL" community.
PR: ports/175616
Submitted by: Waitman Gobble <uzimac@da3m0n8t3r.com>
|
15:09 wxs
Attach mongo-c-driver, forgot in earlier commit.
|
Sunday, 7 Jul 2013
|
03:23 koobs
devel/py-reddit: Delete port. Has been removed from PyPI, Use www/py-praw
- Delete devel/py-reddit
- Update devel/Makefile
- Add MOVED index entry
|
Wednesday, 3 Jul 2013
|
18:42 zi
New port: devel/p5-JSON-Path:
search nested hashref/arrayref structures using JSONPath
WWW: http://search.cpan.org/dist/JSON-Path/
|
18:22 zi
New port: devel/p5-Lvalue:
Lvalue takes an object produced by some other package and wraps it
with lvalue functionality implemented with the object's original
getter and setter routines. Lvalue assumes its object uses the
relatively standard getter / setter idiom where any arguments is a
setter, and no arguments is a getter.
WWW: http://search.cpan.org/dist/Lvalue/
|
Tuesday, 2 Jul 2013
|
15:38 danfe
Add p5-AnyEvent-Worker, to manage blocking task in external process.
PR: ports/179750
|
15:24 danfe
- Add p5-AnyEvent-RPC, abstract framework for RPC clients
- Remove trailing space in devel/Makefile while I am here
PR: ports/179747
|
14:51 danfe
Add p5-AnyEvent-Connection, base class for TCP connectful clients.
PR: ports/179746
|
06:21 jgh
Glib bindings for Libvirt virtualization API
WWW: http://www.libvirt.org
|
Monday, 1 Jul 2013
|
20:07 wg
devel/ocaml-opam: Source-based package manager for OCaml
OPAM is a source-based package manager for OCaml. It supports multiple
simultaneous compiler installations, flexible package constraints, and
a Git-friendly development workflow.
WWW: http://opam.ocamlpro.com/index.html
PR: ports/179462
Submitted by: Joris Giovannangeli <joris.gio@gmail.com>
|
19:18 wg
devel/matreshka: Ada framework for information systems development
Matreshka is an Ada framework to develop information systems. It consists
of five major components: League, XML processor, Web framework, SQL access,
and the Modeling framework.
League:
High level abstraction of localization and internationalization. Also
provides calendrical calculations, regular expressions, and JSON.
XML processor:
Sax reader and writer, supports XML 1.0 and 1.1 as well as namespaces.
It also has an XML catalogs resolver.
Web framework:
Supports FastCGI, SOAP 1.2 and has a WSDL to Ada translator.
SQL access:
Database abstraction of MySQL, Oracle, PostgreSQL, SQLite and Firebird.
Modeling framework:
provides implementation of Meta Object Facility (MOF) written entirely
in Ada. Extension modules assist in the analysis of UML modules and
extensions (MOF, OCL, and UML testing profile) and diagram definition.
WWW: http://forge.ada-ru.org/matreshka
PR: ports/180097
Submitted by: John Marino <draco@marino.st>
|
12:01 demon
New port: py-country.
Python API for ISO country, subdivision, language and currency.
|
09:19 rene
Remove expired ports:
2013-07-01 net/openldap23-sasl-client: Unmaintained by upstream
2013-07-01 net/openldap23-server: Unmaintained by upstream
2013-07-01 net/openldap23-client: Unmaintained by upstream
2013-07-01 www/py-django13: Unsupported version
2013-07-01 devel/libtifiles: Superseded by devel/libtifiles2
2013-07-01 comms/libticables: Superseded by comms/libticables2
2013-07-01 devel/libticalcs: Superseded by comms/libticalcs2
2013-07-01 emulators/tiemu2: Superseded by emulators/tiemu3
|
Sunday, 30 Jun 2013
|
15:54 antoine
New port: py-olefileio_pl
A python module to read Microsoft OLE2 files
|
14:51 antoine
New port: py-binplist
A binary property list parser module written in python
|
Friday, 28 Jun 2013
|
04:04 swills
Context framework extracted from Shoulda
WWW: http://thoughtbot.com/community/
|
04:04 swills
Making tests easy on the fingers and eyes
WWW: http://thoughtbot.com/community/
|
Thursday, 27 Jun 2013
|
06:59 miwi
This is an implementation of Daniel Berger's proposal of structured warnings
for Ruby. They provide dynamic suppression and activation, as well as,
an inheritance hierarchy to model their relations. This library preserves
the old warn signature, but additionally allows a raise-like use.
WWW: https://github.com/schmidt/structured_warnings
PR: ports/179251
Submitted by: Mikhail T. <m.tsatsenko@gmail.com>
|
Tuesday, 25 Jun 2013
|
13:31 koobs
devel/concurrencykit: [NEW PORT] Lock-free data structures for high performance
concurrent systems
Concurrency Kit provides a plethora of concurrency primitives, safe memory
reclamation mechanisms and non-blocking data structures designed to aid in
the design and implementation of high performance concurrent systems.
WWW: http://concurrencykit.org
Reviewed by: Samy Bahra
|
Monday, 24 Jun 2013
|
14:32 ale
Welcome PHP 5.5!
Future steps:
- rename current php5 ports to php54
- make php55 the default one after an exp-run
|
Sunday, 23 Jun 2013
|
13:30 swills
Docile turns any Ruby object into a DSL. Especially useful with the Builder
pattern.
WWW: http://ms-ati.github.com/docile/
|
Saturday, 22 Jun 2013
|
22:32 wg
Pygit2 is a set of Python bindings to the libgit2 shared library, libgit2
implements the core of Git. Pygit2 works with Python 2.6, 2.7, 3.1, 3.2 and 3.3.
WWW: http://www.pygit2.org
|
03:41 sunpoet
- Add p5-experimental 0.005
This pragma provides an easy and convenient way to enable or disable
experimental features.
WWW: http://search.cpan.org/dist/experimental/
|
02:39 swills
Ascii85 provides methods to encode/decode Adobe's binary-to-text encoding of
the same name
WWW: http://rubyforge.org/projects/ascii85/
|
02:38 swills
The Hashery is a tight collection of Hash-like classes. Included among its many
offerings are the auto-sorting Dictionary class, the efficient LRUHash, the
flexible OpenHash and the convenient KeyHash. Nearly every class is a subclass
of the CRUDHash which defines a CRUD model on top of Ruby's standard Hash
making it a snap to subclass and augment to fit any specific use case.
WWW: http://rubyworks.github.com/hashery
|
Thursday, 20 Jun 2013
|
22:21 ohauer
New ports for bugzilla44
- devel/bugzilla44
- japanese/bugzilla44
- german/bugzilla44
Release Notes:
http://www.bugzilla.org/releases/4.4/release-notes.html
|
13:52 wg
PEAR channel for the doctrine project
WWW: http://pear.doctrine-project.org/
|
13:30 wg
Symfony Console Component
WWW: http://pear.symfony.com/
|
Wednesday, 19 Jun 2013
|
21:13 ohauer
- restore subversion-1.7.x as subversion17
I will take the port
OK per PM by Lev@
|
18:00 crees
Add fmake from head, as of r250982.
This is almost the same as the one from stable/9, except with a few comment
changes, so it is a good drop-in replacement.
Reviewed by: bapt, brooks, obrien (all briefly)
|
Tuesday, 18 Jun 2013
|
17:58 tj
New port for devel/p5-constant
This pragma allows you to declare constants at compile-time.
WWW: http://search.cpan.org/dist/constant/
|
11:03 koobs
devel/py-d2to1: Distutils2-like setup.cfg files for setuptools [NEW PORT]
d2to1 (the 'd' is for 'distutils') allows using distutils2-like
setup.cfg files for a package's metadata with a distribute/setuptools
setup.py script.
It works by providing a distutils2-formatted setup.cfg file containing
all of a package's metadata, and a very minimal setup.py which will
slurp its arguments from the setup.cfg.
WWW: https://github.com/iguananaut/d2to1
|
10:54 koobs
Add libqxt to devel/Makefile
Approved by: gahr (maintainer)
|
Sunday, 16 Jun 2013
|
19:54 amdmi3
Efficient conversion of values into readable byte strings
WWW: http://code.haskell.org/~dolio/
|
14:29 bdrewery
New port: devel/kyua-atf-compat:
Kyua (pronounced Q.A.) is a testing framework for both developers and
users. Kyua is different from most other testing frameworks in that it
puts the end user experience before anything else. There are multiple
reasons for users to run the tests themselves, and Kyua ensures that
they can do so in the most convenient way.
This module, kyua-atf-compat, provides tools to ease the transition from
ATF to Kyua. In particular, this includes is a tool to convert Atffile
files to Kyuafile files in an automated manner, and drop-in replacement
wrappers for atf-run and atf-report.
WWW: https://code.google.com/p/kyua/
PR: ports/177640
Submitted by: asomers
Reviewed by: Garrett Cooper <yaneurabeya@gmail.com>
|
14:22 bdrewery
New port: devel/kyua:
Kyua (pronounced Q.A.) is a testing framework for both developers and
users. Kyua is different from most other testing frameworks in that it
puts the end user experience before anything else. There are multiple
reasons for users to run the tests themselves, and Kyua ensures that
they can do so in the most convenient way.
At the moment, Kyua is focused on implementing a solid foundation and a
powerful command-line tool to run tests implemented with the Automated
Testing Framework (ATF). Later on, Kyua will also provide a set of
language bindings (C, C++ and shell, at the least) to ease the
implementation of test cases in a variety of programming languages.
In effect, Kyua is intended to be a replacement for ATF.
WWW: https://code.google.com/p/kyua/
PR: ports/177641
Submitted by: asomers
Reviewed by: Garrett Cooper <yaneurabeya@gmail.com>
|
14:10 bdrewery
New port: devel/kyua-testers:
Kyua (pronounced Q.A.) is a testing framework for both developers and
users. Kyua is different from most other testing frameworks in that it
puts the end user experience before anything else. There are multiple
reasons for users to run the tests themselves, and Kyua ensures that
they can do so in the most convenient way.
This module, kyua-testers, provides scriptable interfaces to interact
with test programs of various kinds. The interface of such testers
allows the caller to execute a single test case of a single test program
in a controlled and homogeneous manner.
WWW: https://code.google.com/p/kyua/
PR: ports/177637
Submitted by: asomers
Reviewed by: Garrett Cooper <yaneurabeya@gmail.com>
|
10:37 sbz
GUI Viewer for Python profiling runs. Provides explorability and overall
visualization of the call tree and package/module structures.
WWW: http://www.vrplumber.com/programming/runsnakerun/
|
Thursday, 13 Jun 2013
|
23:02 sbz
Meliae is a library meant to help people understand how their memory is being
used in Python.
WWW: http://launchpad.net/meliae
|
Number of commits found: 11319 (showing only 100 on this page) |