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]  «  81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91  »  [Last Page]

Thursday, 13 Aug 2009
16:40 miwi search for other commits by this committer
py-transaction contains a generic transaction implementation
for Python. It is mainly used by the ZODB, though.

WWW:    http://pypi.python.org/pypi/transaction/

PR:             ports/137600
Submitted by:   Wen Heping <wenheping at gmail.com>
Original commit
15:07 miwi search for other commits by this committer
Perl common defaults with lower memory usage

WWW:    http://search.cpan.org/dist/common-sense/

PR:             ports/137693
Submitted by:   Mons Anderson <mons at cpan.org>
Original commit
Wednesday, 12 Aug 2009
07:54 clsung search for other commits by this committer
- add p5-MooseX-Params-Validate
  => an extension of Params::Validate for using Moose's types
Original commit
Monday, 10 Aug 2009
11:34 nivit search for other commits by this committer
Construct is a python library for parsing and building of data
structures (binary or textual).
It is based on the concept of defining data
structures in a declarative manner,
rather than procedural code: more complex constructs are
composed of a hierarchy of simpler ones.

PR:             ports/137593
Submitted by:   Piotr Florczyk <p.florczyk at adminworkshop.pl>
Original commit
Saturday, 8 Aug 2009
09:21 nivit search for other commits by this committer
Aspyct AOP engine allows you to perform evolved aspect oriented
programming with Python, while remaining clear and simple.

WWW:    http://www.aspyct.org/

PR:             ports/137522
Submitted by:   Sofian Brabez <sbrabez at gmail.com>
Original commit
Friday, 7 Aug 2009
20:09 miwi search for other commits by this committer
repoze.what is an authorization framework for WSGI applications,
based on repoze.who (which deals with authentication and
identification).

On the one hand, it enables an authorization system based on the
groups to which the `authenticated or anonymous` user belongs and
the permissions granted to such groups by loading these groups
and permissions into the request on the way in to the downstream
WSGI application.

And on the other hand, it enables you to manage your groups and
permissions from the application itself or another program, under
a backend-independent API. For example, it would be easy for you
to switch from one back-end to another, and even use this framework
to migrate the data.

WWW:    http://what.repoze.org/docs/1.x/

PR:             ports/137459
Submitted by:   Wen Heping <wenheping at gmail.com>
Original commit
20:08 miwi search for other commits by this committer
repoze.who-testutil is a repoze.who plugin which modifies
repoze.who's original middleware to make it easier to forge
authentication, without bypassing identification (this is,
running the metadata providers).

It's been created to ease testing of repoze.who-powered
applications, in a way independent of the identifiers,
authenticators and challengers used originally by your
application, so that you won't have to update your test
suite as your application grows and the authentication
method changes.

WWW:    http://code.gustavonarea.net/repoze.who-testutil/

PR:             ports/137458
Submitted by:   Wen Heping <wenheping at gmail.com>
Original commit
17:11 miwi search for other commits by this committer
Qt Script Generator is a tool that generates Qt bindings for Qt Script.
With the generated bindings you get access to substantial portions
of the Qt API from within Qt Script.

Qt is a cross-platform application framework for desktop and embedded
development. It includes an intuitive API and a rich C++ class
library, integrated tools for GUI development and internationalization,
and support for Java? and C++ development.

WWW: http://qtscriptgenerator.googlecode.com

Submitted by:   Mina R Waheeb <syncer at gmail.com>
Original commit
09:50 kuriyama search for other commits by this committer
This module handles the installing and uninstalling of perl modules,
scripts, man pages, etc...

Both install() and uninstall() are specific to the way
ExtUtils::MakeMaker handles the installation and deinstallation of
perl modules. They are not designed as general purpose tools.

WWW: http://search.cpan.org/dist/ExtUtils-Install/
Original commit
Wednesday, 5 Aug 2009
12:23 miwi search for other commits by this committer
repoze.who is an identification and authentication framework
for arbitrary WSGI applications. It acts as WSGI middleware.

WWW:    http://www.repoze.org/

PR:             ports/137419
Submitted by:   Wen Heping <wenheping at gmail.com>
Original commit
08:29 nivit search for other commits by this committer
MercurialEclipse is an Eclipse plugin for the Mercurial version control system.

WWW:    http://www.vectrace.com/mercurialeclipse/

PR:             ports/136089
Submitted by:   Edmondas Girkantas <eg at fbsd.lt>
Original commit
02:37 clsung search for other commits by this committer
- Attributes with aliases for constructor arguments for MooseX
- required by p5-Net-Twitter

PR:             ports/137305
Submitted by:   Cezary Morga <cm_AT_therek dot net>
Original commit
Tuesday, 4 Aug 2009
20:04 miwi search for other commits by this committer
- Update Qt4 to 4.5.2

The KDE FreeBSD team would like to say thanks to all the helpers
and submitters.

Tested by:      pointyhat-exp-run (pav/miwi)
Original commit
19:18 miwi search for other commits by this committer
- Update py-qt4 to py-qt4.5.4
- Update qscintilla-2* to 2.4
- Update py-sip to 4.8.2
- Update py-kde to 1.16.3
- Update py-qt to 1.18.1

The KDE FreeBSD team would like to say thanks to all the helpers
and submitters

New Port:
devel/py-qt4-scripttools
Original commit
12:18 lippe search for other commits by this committer
Often in program logic, multiple different steps need to be taken that
are independent of each other, but their total result is needed before
the next step can be taken. In synchonous code, the usual approach is
to do them sequentially.

An asynchronous or event-based program could do this, but if each step
involves some IO idle time, better overall performance can often be
gained by running the steps in parallel. A Async::MergePoint object
can then be used to wait for all of the steps to complete, before
passing the combined result of each step on to the next stage.

This module was originally part of the IO::Async distribution, but was
removed under the inspiration of Pedro Melo's Async::Hooks
distribution, because it doesn't itself contain anything IO-specific.

WWW:    http://search.cpan.org/dist/Async-MergePoint/
Original commit
11:23 tobez search for other commits by this committer
Add devel/p5-B-Hooks-OP-PPAddr 0.03, a Perl module that provides a C api
for XS modules to hook into the execution of perl opcodes.
Original commit
Monday, 3 Aug 2009
12:16 nivit search for other commits by this committer
- Add devel/pyturbojson11 (recopied from py-turbojson)

PR:             ports/137325
Submitted by:   nivit
Original commit
Sunday, 2 Aug 2009
19:36 mezz search for other commits by this committer
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:      marcus and kwm
Pointyhat-exp:  a few times by pav
Tested by:      pgollucci, "Romain Tartière" <romain@blogreen.org>, and
                a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:    marcus
Approved by:    portmgr
Original commit
Saturday, 1 Aug 2009
21:49 wxs search for other commits by this committer
The dklibs is a set of libraries by Dirk Krause.

The following libraries are included:
* dkport        portability layer
* dkc           general purpose C functions
* dknet         portable client side TCP/IP networking
* dkappr        access random number generators
* dkbif         library to read bitmap images
* dklatsup      support for applications creating LaTeX source files
* dksdbi        simple interface to NDBM, GDBM and BDB databases
* dktrace       produce debug output when linked to projects containing
                *.c files generated by tracecc

The following programs are also included:
* stc           string table compiler
* tracecc       tracing preprocessor for C, C++, Objective-C and Java
* trana         trace output analyzer

WWW: http://dklibs.sourceforge.net

PR:             ports/136913
Submitted by:   Charlie Kester <corky1951@comcast.net> (maintainer)
Original commit
Thursday, 30 Jul 2009
15:26 amdmi3 search for other commits by this committer
Invoke package init methods at compile time

WWW:    http://search.cpan.org/~mons/self-init-0.01/lib/self/init.pm

PR:             136707
Submitted by:   Andrey Kostenko <gugu@veda.park.rambler.ru>
Original commit
Tuesday, 28 Jul 2009
18:18 miwi search for other commits by this committer
Perl pragma to declare previously undeclared constants

WWW:    http://search.cpan.org/dist/constant-def/

PR:             ports/136963
Submitted by:   Mons Anderson <mons at cpan.org>
Original commit
17:13 miwi search for other commits by this committer
MooseX::Traits::Pluggable - an extension to MooseX::Traits.  Adds support for
class precedence search for traits and some extra attributes.

WWW: http://search.cpan.org/dist/MooseX-Traits-Pluggable/

PR:             ports/137141
Submitted by:   Bill Brinzer <bill.brinzer at gmail.com>
Original commit
17:13 miwi search for other commits by this committer
Moose::Autobox provides an implementation of SCALAR, ARRAY, HASH & CODE for use
with autobox. It does this using a hierarchy of roles in a manner similar to
what Perl 6 might do.

WWW: http://search.cpan.org/dist/Moose-Autobox/

PR:             ports/137139
Submitted by:   Bill Brinzer <bill.brinzer at gmail.com>
Original commit
17:11 miwi search for other commits by this committer
The autobox pragma allows methods to be called on integers, floats, strings,
arrays, hashes, and code references in exactly the same manner as blessed
references.

WWW: http://search.cpan.org/dist/autobox/

PR:             ports/137137
Submitted by:   Bill Brinzer <bill.brinzer at gmail.com>
Original commit
17:10 miwi search for other commits by this committer
This module provides tracking of objects, for the purpose of detecting
memory leaks due to circular references or innappropriate caching schemes.

WWW:    http://search.cpan.org/dist/Devel-LeakGuard-Object/

PR:             ports/136897
Submitted by:   TERAMOTO Masahiro <markun at onohara.to>
Original commit
11:45 pav search for other commits by this committer
- Update boost to 1.39
- Split boost port to separate components, with boost-all metaport

PR:             ports/137054
Submitted by:   Alexander Churanov <churanov.port.maintainer@gmail.com>
(maintainer)
Original commit
08:58 bsam search for other commits by this committer
Add linux-f10-dbus-glib 0.76, GLib bindings for D-Bus (Linux Fedora 10).
This port is needed for linux-firefox-3.5.
Original commit
08:57 bsam search for other commits by this committer
Add linux-f10-dbus-libs 1.2.4, libraries for accessing D-BUS (Linux
Fedora 10). This port is needed for linux-firefox-3.5.
Original commit
07:12 miwi search for other commits by this committer
The same as lib, but makes relative path absolute

WWW:    http://search.cpan.org/dist/lib-abs/

PR:             ports/136960
Submitted by:   Mons Anderson <mons at cpan.org>
Original commit
Saturday, 25 Jul 2009
10:40 arved search for other commits by this committer
Add ocfpcsc, A library to provide a means to use Open Card Framework to talk
to PC/SC supported smartcard readers.

PR:             136948
Submitted by:   Marcin Cieslak
Original commit
Friday, 24 Jul 2009
06:30 alepulver search for other commits by this committer
FOSSology is a software license analyzer.

WWW: http://fossology.org/
Original commit
Tuesday, 21 Jul 2009
13:47 jadawin search for other commits by this committer
Add colorgcc 1.3.2, perl script to colorize the terminal ouput of GCC.

PR:             ports/136953
Submitted by:   Sofian Brabez <sbrabez at gmail.com>
Original commit
00:23 sobomax search for other commits by this committer
Add py-interface 0.96, a Python implementation of an Erlang node.
Original commit
Thursday, 16 Jul 2009
21:45 miwi search for other commits by this committer
A class that provides an event callback interface

WWW:    http://search.cpan.org/dist/Object-Event/

PR:             ports/136784
Submitted by:   Mons Anderson <mons at cpan.org>
Original commit
14:56 amdmi3 search for other commits by this committer
SFML is a portable and easy to use multimedia API written in C++.
You can see it as a modern, object-oriented alternative to SDL.

SFML is composed of several packages to perfectly suit your needs.
You can use SFML as a minimal windowing system to interface with
OpenGL, or as a fully-featured multimedia library for building games
or interactive programs.

WWW: http://www.sfml-dev.org/index.php
Original commit
10:49 tobez search for other commits by this committer
Add devel/p5-Data-Path 1.4.1, a Perl module that provides XPath-like
access to complex data structures.
Original commit
Wednesday, 15 Jul 2009
20:15 flz search for other commits by this committer
Add Review Board Tools (rbtools), a set of utilities for Review Board.
Original commit
13:47 amdmi3 search for other commits by this committer
This module does the same thing as msgfmt from GNU gettext-tools,
except this is pure Perl.

WWW: http://search.cpan.org/dist/Locale-Msgfmt/

PR:             136699
Submitted by:   Cezary Morga <cm@therek.net>
Original commit
Tuesday, 14 Jul 2009
17:40 pgollucci search for other commits by this committer
This module builds on MooseX::Types::DateTime to add additional
custom types and coercions. Since it builds on an existing type,
all coercions and constraints are inherited.

The package name is left as is for legacy reasons: this module is
really a Type with coercions for DateTimeX::Easy. DateTimeX is just
a namespace for non-core or less-official DateTime modules.

WWW: http://search.cpan.org/dist/MooseX-Types-DateTimeX/

PR:             ports/135939 (5 of 6)
Submitted by:   Cezary Morga <cm at therek.net>
Original commit
17:39 pgollucci search for other commits by this committer
DateTime::Format::Flexible attempts to take any string you give it
and parse it into a DateTime object. The test file tests 2500+
variations of date/time strings.

WWW: http://search.cpan.org/dist/DateTime-Format-Flexible/

PR:             ports/135939 (4 of 6)
Submitted by:   Cezary Morga <cm at therek.net>
Original commit
17:38 pgollucci search for other commits by this committer
DateTimeX::Easy makes DateTime object creation quick and easy. It
uses a variety of DateTime::Format packages to do the bulk of the
parsing, with some custom tweaks to smooth out the rough edges
(mainly concerning timezone detection and selection).

WWW: http://search.cpan.org/dist/DateTimeX-Easy/

PR:             ports/135939 (3 of 6)
Submitted by:   Cezary Morga <cm at therek.net>
Original commit
17:38 pgollucci search for other commits by this committer
This module packages several Moose::Util::TypeConstraints with
coercions, designed to work with the DateTime suite of objects.

This module is just the MooseX::Types::DateTime without the requirement
on DateTimeX::Easy (which requires DateTime::Manip). As of 0.05
this module supports globally unique Olson abbreviations, and dies
when they are not globally unique.

WWW: http://search.cpan.org/dist/MooseX-Types-DateTime-ButMaintained/

PR:             ports/135939 (2 of 6)
Submitted by:   Cezary Morga <cm at therek.net>
Original commit
17:37 pgollucci search for other commits by this committer
This module should help you with converting commonly used and often
ambigious olson abbreviations into TZ offset notation.

WWW: http://search.cpan.org/dist/Olson-Abbreviations/

PR:             ports/135939 (1 of 6)
Submitted by:   Cezary Morga <cm at therek.net>
Original commit
Monday, 13 Jul 2009
14:35 lwhsu search for other commits by this committer
Add py-unittestplus 1.1.1, test utilities built on unittest.

PR:             ports/136716
Submitted by:   Kouki Hashimoto <hsmtkk at gmail.com>
Original commit
Sunday, 12 Jul 2009
21:40 timur search for other commits by this committer
Adding slave ports for the net/samba4-devel. We are installing this
libraries separately, so they can be used by other ports.
Original commit
Wednesday, 8 Jul 2009
19:55 mm search for other commits by this committer
The GNU Binutils are a collection of binary tools. The main ones are:

* ld - the GNU linker.
* as - the GNU assembler.

Most of these programs use BFD, the Binary File Descriptor library, to do
low-level manipulation. Many of them also use the opcodes library to assemble
and disassemble machine instructions.

This port may be used as a replacement for the system binutils and support
features from the latest versions of GCC.

For cross-compilation, see the devel/cross-binutils port.

WWW: http://sources.redhat.com/binutils/
Original commit
Tuesday, 7 Jul 2009
19:28 miwi search for other commits by this committer
This is a Perl front end for the Gearman C library. It aims to provide
a simple interface closely tied to the C library.

WWW: http://www.gearmand.org

PR:             ports/136256
Submitted by:   Alex Kapranoff <ka at nadoby.ru>
Original commit
07:40 miwi search for other commits by this committer
2009-07-07 audio/gai-album: abandoned project, does not build
2009-07-07 audio/gai-visual-audio: abandoned project, does not build
2009-07-05 devel/linxt: Use devel/roboctl instead.
2007-08-22 german/citrix_ica: Use net/citrix_ica
2007-08-22 japanese/citrix_ica: Use net/citrix_ica
2009-06-30 mail/bogofilter-qdbm: Migrate to bogofilter-tc instead
2009-06-27 mail/xc-mail: depends on a port that expired in 2007
2009-07-01 www/trac-blog: Not supported anymore for trac > 0.10; use
FullBlogPlugin instead
2009-07-01 www/trac-restrictedarea: Not supported anymore; functionality
included in trac since 0.11
Original commit
Sunday, 5 Jul 2009
22:43 miwi search for other commits by this committer
- Update to 1.5.1
- Connect to the build

PR:             135526
Submitted by:   Wen Heping <wenheping@gmail.com> (maintainer)
Original commit
22:27 miwi search for other commits by this committer
Capture::Tiny provides a simple, portable way to capture anything sent to
STDOUT or STDERR, regardless of whether it comes from Perl, from XS code or
from an external program. Optionally, output can be teed so that it is captured
while being passed through to the original handles.

WWW: http://search.cpan.org/dist/Capture-Tiny/

PR:             ports/135982
Submitted by:   Bill Brinzer <bill.brinzer at gmail.com>
Original commit
22:26 miwi search for other commits by this committer
p5::JSON::RPC-Common is a perl module provides abstractions for
JSON-RPC 1.0, 1.1 (both variations) and 2.0 (formerly 1.2)
Procedure Call and Procedure Return objects (formerly known as
request and result), along with error objects. It also provides
marshalling objects to convert the model objects into JSON text
and HTTP requests/responses.

WWW: http://search.cpan.org/dist/JSON-RPC-Common/

PR:             ports/135981
Submitted by:   Wen Heping <wenheping at gmail.com>
Original commit
Saturday, 4 Jul 2009
23:41 bms search for other commits by this committer
Add Erlang bindings for Thrift.
Original commit
23:36 miwi search for other commits by this committer
setuptools plugin for darcs.

WWW:    http://pypi.python.org/pypi/setuptools_darcs/

PR:             ports/136175
Submitted by:   Wen Heping <wenheping at gmail.com>
Original commit
23:15 miwi search for other commits by this committer
ToscaWidgets is a framework for building reusable web components.
The system allows a web developer to use a complex widget in their
application with ease - the internal complexity of the widget is
hidden. This helps rapidly develop compelling web applications.

WWW: http://toscawidgets.org/

PR:             ports/136221
Submitted by:   Wen Heping <wenheping at gmail.com>
Original commit
Thursday, 2 Jul 2009
14:19 tobez search for other commits by this committer
Add devel/p5-Devel-Ditto 0.06, a Perl module that helps to identify
where print output comes from.
Original commit
Wednesday, 1 Jul 2009
10:47 miwi search for other commits by this committer
py-rioritized_methods is an extension to PEAK-Rules to prioritize
methods in order to to avoid AmbiguousMethods situations.This module
provides four decorators:
    prioritized_when
    prioritized_around
    prioritized_before
    prioritized_after

These behave like their peak.rules counterparts except that they accept
an optional prio argument which can be used to provide a comparable
object (usually an integer) that will be used to disambiguate situations
in which more than rule applies to the given arguments and no rule is
more specific than another. That is, situations in which an
peak.rules.AmbiguousMethods would have been raised.

This is useful for libraries which want to be extensible via generic
functions but want their users to easily override a method without
figuring out how to write a more specific rule or when it is not
feasible.

WWW:    http://pypi.python.org/pypi/prioritized_methods/

PR:             ports/136094
Submitted by:   Wen Heping <wenheping at gmail.com>
Original commit
09:02 miwi search for other commits by this committer
py-AddOn classes are like dynamic mixins, but with their own private attribute
and method namespaces. A concern implemented using add-ons can be added at
runtime to any object that either has a writable __dict__ attribute, or is
weak-referenceable.

AddOn classes are also like adapters, but rather than creating a new instance
each time you ask for one, an existing instance is returned if possible. In
this way, add-ons can keep track of ongoing state. For example, a Persistence
add-on might keep track of whether its subject has been saved to disk.

WWW:    http://www.python.org/pypi/AddOns

PR:             ports/135947
Submitted by:   Wen Heping <wenheping at gmail.com>
Original commit
09:02 miwi search for other commits by this committer
PEAK-Rules is a highly-extensible framework for creating and using
generic functions, from the very simple to the very complex. Out of
the box, it supports multiple-dispatch on positional arguments using
tuples of types, full predicate dispatch using strings containing
Python expressions, and CLOS-like method combining. (But the framework
allows you to mix and match dispatch engines and custom method
combinations, if you need or want to.)

WWW:    http://pypi.python.org/pypi/PEAK-Rules

PR:             ports/135965
Submitted by:   Wen Heping <wenheping at gmail.com>
Original commit
09:01 miwi search for other commits by this committer
py-BytecodeAssembler is a simple bytecode assembler module that handles
most low-level bytecode generation details like jump offsets, stack size
tracking, line number table generation, constant and variable name index
tracking, etc. That way, you can focus your attention on the desired
semantics of your bytecode instead of on these mechanical issues.

WWW:    http://pypi.python.org/pypi/BytecodeAssembler

PR:             ports/135945
Submitted by:   Wen Heping <wenheping at gmail.com>
Original commit
09:01 miwi search for other commits by this committer
py-SymbolType is a Simple "symbol" type, useful for enumerations
or sentinels.

WWW:    http://peak.telecommunity.com/DevCenter/SymbolType

PR:             ports/135940
Submitted by:   Wen Heping <wenheping at gmail.com>
Original commit
Tuesday, 30 Jun 2009
13:15 pav search for other commits by this committer
This Perl module parses ctags files and handles both traditional
ctags as well as extended ctags files such as produced with Exuberant
ctags.

The module is implemented as a wrapper around the readtags library
that normally ships with Exuberant ctags.

WWW: http://search.cpan.org/dist/Parse-ExuberantCTags/

PR:             ports/136146
Submitted by:   Cezary Morga <cm@therek.net>
Original commit
Monday, 29 Jun 2009
07:33 avl search for other commits by this committer
Framework agnostic object based authentication solution that handles all of the
non sense for you. It's as easy as ActiveRecord is with a database.

WWW: http://rubyforge.org/projects/authlogic/

Approved by:    glarkin (mentor)
Original commit
Sunday, 28 Jun 2009
01:58 wxs search for other commits by this committer
This module understands the formats used by SQLite for its DATE, DATETIME, TIME,
and TIMESTAMP data types. It can be used to parse these formats in order to
create DateTime objects, and it can take a DateTime object and produce a string
representing it in the SQLite format.

WWW: http://search.cpan.org/dist/DateTime-Format-SQLite/

PR:             ports/135962
Submitted by:   hideo <hideo@lastamericanempire.com>
Original commit
Monday, 22 Jun 2009
21:11 avl search for other commits by this committer
An interface which glues ruby-debug to IDEs like Eclipse (RDT) and NetBeans.

WWW: http://rubyforge.org/projects/debug-commons/

Approved by:    glarkin (mentor)
Original commit
12:45 miwi search for other commits by this committer
BioRuby project aims to implement integrated environment for
Bioinformatics by using Ruby.

WWW:    http://bioruby.org/

PR:             ports/135856
Submitted by:   Wen Heping <wenheping at gmail.com>
Original commit
07:55 flz search for other commits by this committer
- Update lang/mono to 2.4.
- Update a bunch of c# ports as well (gtksharp20, mono-zeroconf, tomboy,
gnome-desktop-sharp, gnomesharp20).
- Remove devel/monodoc as it is now included in lang/mono.
- Add www/mod_mono, an apache module serving ASP.net pages.
- Add www/xsp, a mono-based webserver.

PR:             ports/135248, ports/135249
Submitted by:   Romain Tartiere <romain@blogreen.org>
Original commit
02:18 lwhsu search for other commits by this committer
Add py-coverage 3.0, code coverage measurement for Python.
Original commit
Saturday, 20 Jun 2009
19:32 beat search for other commits by this committer
This module provides thread-safe FIFO queues that can be accessed safely
by any number of threads.

Any data types supported by threads::shared can be passed via queues:
- Ordinary scalars
- Array refs
- Hash refs
- Scalar refs
- Objects based on the above

Ordinary scalars are added to queues as they are.

WWW: http://search.cpan.org/dist/Thread-Queue/

PR:             ports/135181
Submitted by:   Cezary Morga <cm AT therek.net>
Original commit
Friday, 19 Jun 2009
09:24 pav search for other commits by this committer
ruby_parser (RP) is a ruby parser written in pure ruby (utilizing
racc--which does by default use a C extension). RP's output is
the same as ParseTree's output: s-expressions using ruby's arrays and
base types.

Author: Ryan Davis (zenspider) <ryand-ruby@zenspider.com>
WWW: http://rubyforge.org/projects/parsetree/

PR:             ports/135706
Submitted by:   Espen Volden <voldern@hoeggen.net>
Original commit
Thursday, 18 Jun 2009
14:07 skv search for other commits by this committer
Add p5-Class-C3-Adopt-NEXT 0.12, make NEXT suck less.

PR:             ports/135704
Submitter:      Denis Pokataev <catone xx cpan.org>
Original commit
Wednesday, 17 Jun 2009
19:33 joerg search for other commits by this committer
After upgrading devel/avr-gcc to GCC 4.3.x, keep a GCC 4.2.x version
here as it frequently produces more compact code (but supports less
target MCU types).
Original commit
16:17 garga search for other commits by this committer
The Stomp project is the Streaming Text Orientated Messaging Protocol site (or
the Protocol Briefly Known as TTMP and Represented by the symbol :ttmp).

Stomp provides an interoperable wire format so that any of the available Stomp
Clients can communicate with any Stomp Message Broker to provide easy and
widespread messaging interop among languages, platforms and brokers.

This is a rubygem binding for stomp.

WWW:    http://stomp.codehaus.org/Ruby
Original commit
12:50 stas search for other commits by this committer
- Add ri-emacs, an Emacs extension to work with ruby RDoc RI documentation.

Author: Kristof Bastiaensen <kristof@vleeuwen.org>
WWW:    http://rubyforge.org/projects/ri-emacs/
Original commit
12:18 stas search for other commits by this committer
- Add ruby-fastri, a fast RDoc ri browser replacement.

Author: Mauricio Julio Fernandez Pradier <mfp@acm.org>
WWW:    http://eigenclass.org/hiki/fastri
Original commit
Monday, 15 Jun 2009
20:50 miwi search for other commits by this committer
A ZConf backed method of choosing a backend for a Perl module that
has multiple backends.

zcgui-get       Gets the current preferred backends for a module.
zcgui-gux       Gets the value for useX.
zcgui-la        Lists available GUI backends for a ZConf::GUI compliant module.
zcgui-lm        Lists the modules that currently have preferences set.
zcgui-set       Set the preferred backends for a module.
zcgui-sux       Set the useX value for a module.
zcgui-which     Prints a list of the available preferred modules for a module.

WWW: http://search.cpan.org/dist/ZConf-GUI/

PR:             ports/134988
Submitted by:   Zane C, Bowers <vvelox at vvelox.net>
Original commit
19:55 garga search for other commits by this committer
A Rubygems packaging tool that provides Rake tasks for documentation, extension
compiling, testing, and deployment.

WWW:    http://blog.evanweaver.com/files/doc/fauna/echoe/
Original commit
Saturday, 13 Jun 2009
22:36 miwi search for other commits by this committer
p5-SUPER is a perl  module provides three different ways
to control superclass method dispatch.

WWW: http://search.cpan.org/dist/SUPER/

PR:             ports/135499
Submitted by:   Wen Heping <wenheping at gmail.com>
Original commit
22:32 miwi search for other commits by this committer
Test-WWW-Selenium is a perl driver and test library for Selenium
Remote Control (SRC).

WWW: http://search.cpan.org/dist/Test-WWW-Selenium/

PR:             ports/135507
Submitted by:   Wen Heping <wenheping at gmail.com>
Original commit
22:32 miwi search for other commits by this committer
Test-WWW-Declare is a perl module of declarative testing
for your web app.

WWW: http://search.cpan.org/dist/Test-WWW-Declare/

PR:             ports/135509
Submitted by:   Wen Heping <wenheping at gmail.com>
Original commit
19:22 erwin search for other commits by this committer
Remove devel/tcl-trf as it has been marked BORKEN for over 5 months.
Original commit
19:21 erwin search for other commits by this committer
Remove devel/ruby-p4 as it has been marked BROKEN for over 6 months.
Original commit
19:18 erwin search for other commits by this committer
Remove devel/p5-VCP as it has been marked BROKEN for over 4 months.
Original commit
Thursday, 11 Jun 2009
21:47 joerg search for other commits by this committer
Make GCC 4.3.x the default version.
Contents goes into devel/avr-gcc now.

devel/avr-gcc-devel
Original commit
Saturday, 6 Jun 2009
22:46 miwi search for other commits by this committer
py-darcsver is a python module to generate a version
number from darcs history.

WWW:    http://pypi.python.org/pypi/darcsver

PR:             ports/135279
Submitted by:   Wen Heping <wenheping at gmail.com>
Original commit
07:41 stas search for other commits by this committer
- Delete expired devel/powerpc-gcc and devel/powerpc-binutils ports.
Original commit
Tuesday, 2 Jun 2009
15:59 garga search for other commits by this committer
PHP language extension for RedHat Newt library, a terminal-based window and
widget library for writing applications with user friendly interface. Once this
extension is enabled in PHP it will provide the use of Newt widgets, such as
windows, buttons, checkboxes, radiobuttons, labels, editboxes, scrolls,
textareas, scales, etc. Use of this extension if very similar to the original
Newt API of C programming language.

WWW:    http://pecl.php.net/package/newt
Original commit
00:23 amdmi3 search for other commits by this committer
The Open On-Chip Debugger (OpenOCD) aims to provide debugging, in-system
programming and boundary-scan testing for embedded target devices. OpenOCD uses
a "hardware interface dongle" to communicate with the JTAG (IEEE 1149.1)
compliant taps on your target board. OpenOCD currently supports many types
of hardware dongles: USB based, parallel port based, and other standalone boxes
that run OpenOCD internally. It allows ARM7 (ARM7TDMI and ARM720t),
ARM9 (ARM920T, ARM922T, ARM926EJ-S, ARM966E-S), XScale (PXA25x, IXP42x) and
Cortex-M3 (Luminary Stellaris LM3 and ST STM32) based cores to be debugged
via the GDB protocol. Flash writing is supported for external CFI compatible
NOR flashes (Intel and AMD/Spansion command set) and several internal flashes
(LPC2000, AT91SAM7, STR7x, STR9x, LM3, and STM32x). Preliminary support for
various NAND flash controllers (LPC3180, Orion, S3C24xx, more) controller is
included.

WWW: http://openocd.berlios.de/

PR:             135094
Submitted by:   CeDeROM <tomek.cedro@gmail.com>
Original commit
Monday, 1 Jun 2009
17:26 bsam search for other commits by this committer
Here are new Linux Fedora 10 infrastructure ports.

Those ports are intended to be used with 8-CURRENT at least
with SVN r192206.

If you want to switch to linux-f10 ports, please define at /etc/make.conf:
  OVERRIDE_LINUX_BASE_PORT=f10
  OVERRIDE_LINUX_NONBASE_PORTS=f10

An upgrading procedure is shown at /usr/ports/UPDATING, entries 20090401
and 20070327.

For the first time all tested linux ports work as expected(!):
. acroread8;
. google-earth;
. skype;
. seamonkey.

Many thanks for kernel folks who really did the main work
(and I wrote only some lines of ports).

There is a good chance that those ports may become a default
for 8.0-RELEASE. Please, test and report back to emulation@ ML.
Original commit
Saturday, 30 May 2009
18:44 miwi search for other commits by this committer
A general purpose source code indexer and cross-referencer that
provides web-based browsing of source code with links to the
definition and usage of any identifier.

WWW: http://sourceforge.net/projects/lxr/

PR:             ports/134145
Submitted by:   Eygene Ryabinkin
Original commit
Friday, 29 May 2009
19:32 glarkin search for other commits by this committer
Lpc21isp is an in-circuit programming (ISP) tool for programming
flash on NXP & Analog Devices ARM7 CPUs over the serial bootloader

WWW:    http://tech.groups.yahoo.com/group/lpc21isp/
SRC:    http://sourceforge.net/projects/lpc21isp

PR:             ports/131168
Submitted by:   Steve Franks
Original commit
Wednesday, 27 May 2009
07:07 vanilla search for other commits by this committer
Add py-protobuf, it's python binding of google protobuf.
Original commit
Thursday, 21 May 2009
16:35 brix search for other commits by this committer
- Add p5-Class-Mix:

The "mix_class" function provided by this module dynamically generates
`anonymous' classes with specified inheritance.

WWW: http://search.cpan.org/dist/Class-Mix/
Original commit
Tuesday, 19 May 2009
13:14 laszlof search for other commits by this committer
-Added port: devel/lmdbg

LMDBG is a collection of small tools for collecting and analyzing
the logs of malloc/realloc/memalign/free function calls. Unlike many
others, LMDBG does not provide any way to detect overruns of the
boundaries of malloc() memory allocations, as this is not the goal.
Like most other malloc debuggers, LMDBG allows detecting memory leaks
and double frees. However, unlike others, LMDBG generates full
stacktraces and separates the logging process from analysis, thus
allowing you to analyze an application on a per-module basis.

WWW: http://sourceforge.net/projects/lmdbg
Author: Aleksey Cheusov (cheusov at users.sourceforge.net)

PR:             ports/134617
Submitted by:   Mikolaj Golub <to.my.trociny@gmail.com>
Original commit
Sunday, 17 May 2009
12:33 miwi search for other commits by this committer
Waf is a Python-based framework for configuring, compiling and
installing applications. It is a replacement for other tools such
as autotools, scons, cmake or Ant.

PR:             ports/133260
Submitted by:   Olivier Duchateau <duchateau.olivier at gmail.com>
Original commit
Saturday, 16 May 2009
23:25 miwi search for other commits by this committer
- Connect ptlib26 to the build
Original commit
Thursday, 14 May 2009
12:31 tobez search for other commits by this committer
Add devel/p5-Data-Remember 0.07, a Perl module to remember complex
information without giving yourself a headache.
Original commit
Wednesday, 13 May 2009
10:42 araujo search for other commits by this committer
YDbf is a library for reading/writing DBF-files (aka XBase) in pythonic way.

WWW: http://www.pyobject.ru/projects/YDbf

PR:             ports/134461
Submitted by:   Andrey Polyakov <andrey@polyakov.name>
Original commit
06:06 skv search for other commits by this committer
Add p5-MooseX-MethodAttributes 0.09, code attribute introspection.
Original commit
06:01 skv search for other commits by this committer
Add p5-MooseX-Emulate-Class-Accessor-Fast 0.00802, emulate
Class::Accessor::Fast behavior using Moose attributes.
Original commit
05:54 skv search for other commits by this committer
Add p5-MooseX-Declare 0.22, declarative syntax for Moose.
Original commit

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

[First Page]  «  81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91  »  [Last Page]