notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
non port: devel/Makefile

Number of commits found: 11319 (showing only 100 on this page)

[First Page]  «  62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72  »  [Last Page]

Tuesday, 10 Sep 2013
18:07 sunpoet search for other commits by this committer
- 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/
Original commitRevision:326922 
Monday, 9 Sep 2013
18:24 sunpoet search for other commits by this committer
- Add p5-IO-SessionData 1.03

IO::SessionData is a supporting module for SOAP::Lite.

WWW: http://search.cpan.org/dist/IO-SessionData/
Original commitRevision:326838 
Sunday, 8 Sep 2013
15:46 sunpoet search for other commits by this committer
- 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/
Original commitRevision:326749 
08:19 mva search for other commits by this committer
- the logilab-astng project was renamed to astroid
- Update astroid to version 1.0.0
Original commitRevision:326707 
Saturday, 7 Sep 2013
10:24 sunpoet search for other commits by this committer
- Connect p5-Type-Tie
Original commitRevision:326620 
10:19 sunpoet search for other commits by this committer
- 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/
Original commitRevision:326596 
Friday, 6 Sep 2013
15:53 wg search for other commits by this committer
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>
Original commitRevision:326519 
Thursday, 5 Sep 2013
07:34 joerg search for other commits by this committer
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.
Original commitRevision:326362 
Tuesday, 3 Sep 2013
22:49 zi search for other commits by this committer
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
Original commitRevision:326232 
15:08 sunpoet search for other commits by this committer
- 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/
Original commitRevision:326157 
Sunday, 1 Sep 2013
16:44 antoine search for other commits by this committer
New port: py-docopt
docopt helps you:
- define interface for your command-line app, and
- automatically generate parser for it.

WWW: http://docopt.org/
Original commitRevision:325873 
15:06 rene search for other commits by this committer
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
Original commitRevision:325862 
Friday, 30 Aug 2013
20:20 lth search for other commits by this committer
Perl6 style Junction operators in Perl5. This is a lightweight
module which provides 'Junction' operators, the most commonly used
being any and all.
Original commitRevision:325720 
Thursday, 29 Aug 2013
20:17 ohauer search for other commits by this committer
- remove expired bugzilla3 ports
Original commitRevision:325632 
15:39 rm search for other commits by this committer
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
Original commitRevision:325607 
09:17 rene search for other commits by this committer
Remove expired port:
2013-08-29 devel/g2c: Not supported upstream anymore
Original commitRevision:325575 
02:28 bdrewery search for other commits by this committer
- Disconnect ports removed in r325546
Original commitRevision:325558 
Tuesday, 27 Aug 2013
17:15 sunpoet search for other commits by this committer
- 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/
Original commitRevision:325471 
Sunday, 25 Aug 2013
22:38 rakuco search for other commits by this committer
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>
Original commitRevision:325368 
12:54 olivierd search for other commits by this committer
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>
Original commitRevision:325344 
Saturday, 24 Aug 2013
21:57 sunpoet search for other commits by this committer
- 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/
Original commitRevision:325316 
Thursday, 22 Aug 2013
23:19 marino search for other commits by this committer
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)
Original commitRevision:325242 
19:54 mat search for other commits by this committer
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.
Original commitRevision:325227 
15:19 tota search for other commits by this committer
- Add new port: devel/rubygem-graf

  Graf is a simple git log analyzer gem.

  WWW: https://github.com/abhshkdz/graf
Original commitRevision:325203 
Wednesday, 21 Aug 2013
20:05 madpilot search for other commits by this committer
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>
Original commitRevision:325166 
Saturday, 17 Aug 2013
15:49 gblach search for other commits by this committer
- devel/prettygo rename to devel/go-pretty
- devel/go-pretty update to 20130510
- Add textproc/go-text

Approved by:	crees (mentor)
Original commitRevision:324847 
Thursday, 15 Aug 2013
06:12 rpaulo (src committer) search for other commits by this committer
Add a port for the TI PASM.

PASM stands for PRU assembler. PRU stands for Programmable Realtime Unit.

Reviewed by:	ak
Original commitRevision:324751 
Wednesday, 14 Aug 2013
04:53 oliver search for other commits by this committer
Add the PECL extension YAC - yet another cache.

Performs for me better than APC, APCu, Xcache or the PECL memcache extensions
Original commitRevision:324683 
Wednesday, 7 Aug 2013
23:34 wg search for other commits by this committer
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>
Original commitRevision:324370 
Monday, 5 Aug 2013
06:25 jgh search for other commits by this committer
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
Original commitRevision:324261 
Sunday, 4 Aug 2013
13:57 wg search for other commits by this committer
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
Original commitRevision:324234 
13:40 wg search for other commits by this committer
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
Original commitRevision:324232 
Saturday, 3 Aug 2013
07:33 jgh search for other commits by this committer
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
Original commitRevision:324179 
Thursday, 1 Aug 2013
10:05 kevlo search for other commits by this committer
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.
Original commitRevision:324099 
Wednesday, 31 Jul 2013
12:51 az search for other commits by this committer
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/
Original commitRevision:324043 
11:57 kwm search for other commits by this committer
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]
Original commitRevision:324037 
09:43 bapt search for other commits by this committer
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)
Original commitRevision:324027 
07:45 jgh search for other commits by this committer
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
Original commitRevision:324015 
07:11 jgh search for other commits by this committer
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
Original commitRevision:324009 
Sunday, 28 Jul 2013
23:20 swills search for other commits by this committer
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
Original commitRevision:323862 
16:46 kientzle (src committer) search for other commits by this committer
arm-eabi-gcc cross compiler.

Approved by:	db
Original commitRevision:323837 
16:45 kientzle (src committer) search for other commits by this committer
Add arm-eabi-binutils cross-tools.

Approved by:	db
Original commitRevision:323836 
Friday, 26 Jul 2013
19:19 rene search for other commits by this committer
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
Original commitRevision:323748 
15:15 nivit search for other commits by this committer
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
Original commitRevision:323732 
12:38 nivit search for other commits by this committer
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
Original commitRevision:323716 
Tuesday, 23 Jul 2013
11:23 wen search for other commits by this committer
MooX::Types::MooseLike::Numeric provides Moo types for numbers.

WWW: http://search.cpan.org/dist/MooX-Types-MooseLike-Numeric/
Original commitRevision:323527 
Sunday, 21 Jul 2013
19:08 swills search for other commits by this committer
Adds a metaclass method to all Ruby objects

WWW: http://github.com/floehopper/metaclass
Original commitRevision:323412 
14:29 marino search for other commits by this committer
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)
Original commitRevision:323393 
Saturday, 20 Jul 2013
07:49 koobs search for other commits by this committer
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>
Original commitRevision:323337 
03:58 vanilla search for other commits by this committer
Add libfortuna 0.1.0, fortuna PRNG Library.

PR:		ports/180661
Submitted by:	waitman@waitman.net
Original commitRevision:323332 
Thursday, 18 Jul 2013
08:24 miwi search for other commits by this committer
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>
Original commitRevision:323208 
Wednesday, 17 Jul 2013
19:27 glarkin search for other commits by this committer
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/
Original commitRevision:323184 
07:14 rene search for other commits by this committer
Remove expired port:
2013-07-17 devel/kdevelop-custom-buildsystem: part of devel/kdevelop-kde4 now
Original commitRevision:323152 
Saturday, 13 Jul 2013
21:30 swills search for other commits by this committer
- Update rubygem-sequel to 4.0.0
- Create sequel3 port for rubygem-larch
Original commitRevision:322972 
21:10 wg search for other commits by this committer
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
Original commitRevision:322971 
16:03 wg search for other commits by this committer
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/
Original commitRevision:322941 
Wednesday, 10 Jul 2013
17:32 zi search for other commits by this committer
New port: devel/rubygem-paperclip:

Easy upload management for ActiveRecord

WWW: https://rubygems.org/gems/paperclip
Original commitRevision:322721 
17:31 zi search for other commits by this committer
New port: devel/rubygem-cocaine:

A small library for doing (command) lines

WWW: https://rubygems.org/gems/cocaine
Original commitRevision:322720 
17:30 zi search for other commits by this committer
New port: devel/rubygem-climate_control:

Modify your ENV

WWW: https://rubygems.org/gems/climate_control
Original commitRevision:322719 
11:25 kwm search for other commits by this committer
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.
Original commitRevision:322652 
09:29 rene search for other commits by this committer
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
Original commitRevision:322632 
Monday, 8 Jul 2013
15:11 wxs search for other commits by this committer
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>
Original commitRevision:322511 
15:09 wxs search for other commits by this committer
Attach mongo-c-driver, forgot in earlier commit.
Original commitRevision:322510 
Sunday, 7 Jul 2013
03:23 koobs search for other commits by this committer
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
Original commitRevision:322416 
Wednesday, 3 Jul 2013
18:42 zi search for other commits by this committer
New port: devel/p5-JSON-Path:

search nested hashref/arrayref structures using JSONPath

WWW: http://search.cpan.org/dist/JSON-Path/
Original commitRevision:322244 
18:22 zi search for other commits by this committer
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/
Original commitRevision:322242 
Tuesday, 2 Jul 2013
15:38 danfe search for other commits by this committer
Add p5-AnyEvent-Worker, to manage blocking task in external process.

PR:	ports/179750
Original commitRevision:322177 
15:24 danfe search for other commits by this committer
- Add p5-AnyEvent-RPC, abstract framework for RPC clients
- Remove trailing space in devel/Makefile while I am here

PR:	ports/179747
Original commitRevision:322176 
14:51 danfe search for other commits by this committer
Add p5-AnyEvent-Connection, base class for TCP connectful clients.

PR:	ports/179746
Original commitRevision:322174 
06:21 jgh search for other commits by this committer
Glib bindings for Libvirt virtualization API

WWW: http://www.libvirt.org
Original commitRevision:322157 
Monday, 1 Jul 2013
20:07 wg search for other commits by this committer
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>
Original commitRevision:322144 
19:18 wg search for other commits by this committer
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>
Original commitRevision:322140 
12:01 demon search for other commits by this committer
New port: py-country.
Python API for ISO country, subdivision, language and currency.
Original commitRevision:322123 
09:19 rene search for other commits by this committer
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
Original commitRevision:322119 
Sunday, 30 Jun 2013
15:54 antoine search for other commits by this committer
New port: py-olefileio_pl
A python module to read Microsoft OLE2 files
Original commitRevision:322090 
14:51 antoine search for other commits by this committer
New port: py-binplist
A binary property list parser module written in python
Original commitRevision:322089 
Friday, 28 Jun 2013
04:04 swills search for other commits by this committer
Context framework extracted from Shoulda

WWW: http://thoughtbot.com/community/
Original commitRevision:321940 
04:04 swills search for other commits by this committer
Making tests easy on the fingers and eyes

WWW: http://thoughtbot.com/community/
Original commitRevision:321939 
Thursday, 27 Jun 2013
06:59 miwi search for other commits by this committer
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>
Original commitRevision:321856 
Tuesday, 25 Jun 2013
13:31 koobs search for other commits by this committer
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
Original commitRevision:321743 
Monday, 24 Jun 2013
14:32 ale search for other commits by this committer
Welcome PHP 5.5!

Future steps:
- rename current php5 ports to php54
- make php55 the default one after an exp-run
Original commitRevision:321684 
Sunday, 23 Jun 2013
13:30 swills search for other commits by this committer
Docile turns any Ruby object into a DSL. Especially useful with the Builder
pattern.

WWW: http://ms-ati.github.com/docile/
Original commitRevision:321637 
Saturday, 22 Jun 2013
22:32 wg search for other commits by this committer
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
Original commitRevision:321600 
03:41 sunpoet search for other commits by this committer
- 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/
Original commitRevision:321538 
02:39 swills search for other commits by this committer
Ascii85 provides methods to encode/decode Adobe's binary-to-text encoding of
the same name

WWW: http://rubyforge.org/projects/ascii85/
Original commitRevision:321527 
02:38 swills search for other commits by this committer
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
Original commitRevision:321526 
Thursday, 20 Jun 2013
22:21 ohauer search for other commits by this committer
New ports for bugzilla44
- devel/bugzilla44
- japanese/bugzilla44
- german/bugzilla44

Release Notes:
http://www.bugzilla.org/releases/4.4/release-notes.html
Original commitRevision:321429 
13:52 wg search for other commits by this committer
PEAR channel for the doctrine project

WWW: http://pear.doctrine-project.org/
Original commitRevision:321385 
13:30 wg search for other commits by this committer
Symfony Console Component

WWW: http://pear.symfony.com/
Original commitRevision:321381 
Wednesday, 19 Jun 2013
21:13 ohauer search for other commits by this committer
- restore subversion-1.7.x as subversion17

  I will take the port

  OK per PM by Lev@
Original commitRevision:321328 
18:00 crees search for other commits by this committer
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)
Original commitRevision:321300 
Tuesday, 18 Jun 2013
17:58 tj search for other commits by this committer
New port for devel/p5-constant

This pragma allows you to declare constants at compile-time.

WWW: http://search.cpan.org/dist/constant/
Original commitRevision:321210 
11:03 koobs search for other commits by this committer
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
Original commitRevision:321179 
10:54 koobs search for other commits by this committer
Add libqxt to devel/Makefile

Approved by:	gahr (maintainer)
Original commitRevision:321178 
Sunday, 16 Jun 2013
19:54 amdmi3 search for other commits by this committer
Efficient conversion of values into readable byte strings

WWW: http://code.haskell.org/~dolio/
Original commitRevision:321071 
14:29 bdrewery search for other commits by this committer
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>
Original commitRevision:321053 
14:22 bdrewery search for other commits by this committer
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>
Original commitRevision:321052 
14:10 bdrewery search for other commits by this committer
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>
Original commitRevision:321050 
10:37 sbz search for other commits by this committer
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/
Original commitRevision:321033 
Thursday, 13 Jun 2013
23:02 sbz search for other commits by this committer
Meliae is a library meant to help people understand how their memory is being
used in Python.

WWW: http://launchpad.net/meliae
Original commitRevision:320848 

Number of commits found: 11319 (showing only 100 on this page)

[First Page]  «  62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72  »  [Last Page]