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

Friday, 27 Nov 2009
01:04 sylvio search for other commits by this committer
- Port now do part of devel/tclxml

Approved by:    miwi (mentor)
Original commit
Wednesday, 25 Nov 2009
02:40 wen search for other commits by this committer
Data::Dumper::Concise is a perl module for less indentation and
newlines plus sub deparsing.

WWW:    http://search.cpan.org/dist/Data-Dumper-Concise/

PR:             ports/140844
Submitted by:   Christopher Key <cjk32@cam.ac.uk>
Original commit
Saturday, 21 Nov 2009
22:26 gerald search for other commits by this committer
Remove devel/arm-elf-gcc295, broken for a long period and officially
marked BROKEN for nearly three months.  Use devel/cross-gcc instead.

Approved by:    portmgr (linimon)
Original commit
Friday, 20 Nov 2009
19:07 miwi search for other commits by this committer
debugging. It is very easy to use and provides a simple interface for
multiple output objects with lots of configuration parameters.

WWW: http://search.cpan.org/dist/Log-Handler/

PR:             ports/140371
Submitted by:   Sahil Tandon <sahil at tandon.net>
Original commit
Wednesday, 18 Nov 2009
10:40 miwi search for other commits by this committer
Time::Format provides a very easy way to format dates and times.  The
formatting functions are tied to hash variables, so they can be used
inside strings as well as in ordinary expressions.  The formatting
codes used are meant to be easy to remember, use, and read.  They
follow a simple, consistent pattern.  If I've done my job right, once
you learn the codes, you should never have to refer to the
documentation again.
A quick-reference page is included, just in case.  ;-)

Time::Format can also format DateTime objects, and strings created
with Date::Manip.

Also provided is a tied-hash interface to POSIX::strftime and
Date::Manip::UnixDate.

If the I18N::Langinfo module is available, Time::Format provides
weekday and month names in a language appropriate for your locale.

A companion module, Time::Format_XS, is also available; if it is
installed, Time::Format will detect and use it, which will result in a
significant speed improvement.

WWW: http://search.cpan.org/dist/Time-Format/

PR:             ports/140659
Submitted by:   Sergey V. Dyatko <Sergey.Dyatko at gmail.com>
Original commit
Monday, 16 Nov 2009
06:00 wen search for other commits by this committer
MooseX::Has::Sugar is a perl module of sugar sytax for moose
'has' fields.

WWW: http://search.cpan.org/dist/MooseX-Has-Sugar/
Original commit
04:42 wen search for other commits by this committer
Find::Lib is a perl helper to smartly find libs to use in the
filesystem tree.

WWW: http://search.cpan.org/dist/Find-Lib/
Original commit
Tuesday, 10 Nov 2009
16:13 gahr search for other commits by this committer
- New port: devel/csoap

csoap is a client/server SOAP library implemented in pure C.
It comes with an embedded HTTP server called nanohttp.
The transfered XML structures are handled by libxml2.
csoap comes with the followin features:
- client/server HTTP engine
- Attachments via MIME
- https (SSL) with OpenSSL

WWW: http://csoap.sourceforge.net/
Original commit
Sunday, 8 Nov 2009
03:19 amdmi3 search for other commits by this committer
Bennu is a high level open source game development suite which
focuses on modularity and portability, making it a perfect choice
for cross-platform game development.

Although officialy it is only supported on Windows, Linux and GP2X
Wiz (on the right), Bennu can run on multiple other platforms,
including *BSD, MacOSX and other consoles such as the Wii, Dingoo
A320, GP2X, or the classic Xbox.

This makes it really fun to code in Bennu: the game can be played
on you computer AND your console!

WWW: http://www.bennugd.org/
Original commit
03:19 amdmi3 search for other commits by this committer
Bennu is a high level open source game development suite which
focuses on modularity and portability, making it a perfect choice
for cross-platform game development.

Although officialy it is only supported on Windows, Linux and GP2X
Wiz (on the right), Bennu can run on multiple other platforms,
including *BSD, MacOSX and other consoles such as the Wii, Dingoo
A320, GP2X, or the classic Xbox.

This makes it really fun to code in Bennu: the game can be played
on you computer AND your console!

WWW: http://www.bennugd.org/
Original commit
Saturday, 7 Nov 2009
04:07 linimon search for other commits by this committer
Re-add tcl-trf, which was brought back from the Attic.

forgotten by:   mi
Original commit
Thursday, 5 Nov 2009
16:36 wxs search for other commits by this committer
SVN binary search, based on git-bisect.

Submitted by:   rpaulo@
Original commit
07:55 wen search for other commits by this committer
Devel::Size can only report the size of a single element or the total size of a
structure (array, hash etc). This module enhances Devel::Size by giving you the
ability to generate a full size report for each element in a structure.

You have full control over how the generated text report looks like, and where
you want to output it. In addition, the method track_size allows you to get at
the raw data that is used to generate the report for even more flexibility.

WWW: http://search.cpan.org/dist/Devel-Size-Report/

PR:             ports/140277
Submitted by:   Alexey V.Degtyarev <alexey@renatasystems.org>
Original commit
Wednesday, 4 Nov 2009
09:53 miwi search for other commits by this committer
PuDB is a full-screen, console-based visual debugger for Python.

Its goal is to provide all the niceties of modern GUI-based debuggers
in a more lightweight and keyboard-friendly package. PuDB allows you
to debug code right where you write and test it--in a terminal. If
you've worked with the excellent (but nowadays ancient) DOS-based
Turbo Pascal or C tools, PuDB's UI might look familiar.

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

PR:             ports/140166
Submitted by:   Gea-Suan Lin <gslin at gslin.org>
Original commit
Monday, 2 Nov 2009
13:28 skv search for other commits by this committer
Add p5-MooseX-Role-Parameterized 0.13, roles with composition
parameters.
Original commit
11:00 miwi search for other commits by this committer
Dulwich is a pure-Python implementation of the Git file formats and protocols.

It aims to give an interface to git repos that doesn't call out to git directly
but instead uses pure Python. It is based on the Python-Git module released by
James Westby.

WWW:    http://samba.org/~jelmer/dulwich/

PR:             ports/140027
Submitted by:   Marco Broeder <marco.broeder at gmx.eu>
Original commit
10:59 miwi search for other commits by this committer
The Hg-Git plugin is an extension for Mercurial, adding the ability to push to
and pull from a Git server repository from Mercurial. This means you can
collaborate on Git based projects from Mercurial, or use a Git server as a
collaboration point for a team with developers using both Git and Mercurial.

The Hg-Git plugin can convert commits / changesets losslessly from one system
to another, so you can push via a Mercurial repository and another Mercurial
client can pull it and their changeset node ids will be identical - Mercurial
data does not get lost in translation.

This plugin is implemented entirely in Python - there are no Git binary
dependencies, you do not need to have Git installed on your system.

WWW:    http://hg-git.github.com/

PR:             ports/140025
Submitted by:   Marco Broeder <marco.broeder at gmx.eu>
Original commit
Friday, 30 Oct 2009
10:39 miwi search for other commits by this committer
XML Schema defines a usage profile which is a subset of
the ISO8601 profile.  This profile defines that the
following is the only possible representation for a
dateTime, despite all other options ISO provides.

WWW: http://search.cpan.org/perldoc?DateTime::Format::XSD

PR:             ports/140027
Submitted by:   Sergey V. Dyatko <Sergey.Dyatko at gmail.com>
Original commit
10:23 miwi search for other commits by this committer
Akismet is a web service for recognising spam comments.
It promises to be almost 100% effective at catching
comment spam. They say that currently 81% of all comments
submitted to them are spam.

It's designed to work with the Wordpress Blog Tool, but
it's not restricted to that - so this is a Python
interface to the Akismet API.

You'll need a Wordpress Key to use it. This script will
allow you to plug akismet into any CGI script or web application,
and there are full docs in the code. It's extremely easy to use,
because the folks at akismet have implemented a nice and
straightforward REST API.

WWW: http://www.voidspace.org.uk/python/akismet_python.html

PR:             ports/140094
Submitted by:   Jacob Myers (jacob at whotookspaz.org)
Original commit
Thursday, 29 Oct 2009
23:28 miwi search for other commits by this committer
- Damn, Remove p5-ZConf-Bookmarks was committed in the wrong categorie.
sorry for the stupid mistake..
Original commit
23:21 miwi search for other commits by this committer
Provides a method for storing bookmarks for URIs
in ZConf.

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

Submitted by:   Zane C, Bowers <vvelox at vvelox.net>
Original commit
23:20 miwi search for other commits by this committer
- Remove p5-ZConf-Bookmarks was committed in the wrong categorie.
Original commit
11:15 miwi search for other commits by this committer
Handles storing bookmarks for URIs in ZConf.

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

PR:             ports/139745
Submitted by:   Zane C, Bowers <vvelox at vvelox.net>
Original commit
11:04 miwi search for other commits by this committer
Modern perl with unicode

WWW:    http://search.cpan.org/dist/uni-perl/

PR:             ports/139796
Submitted by:   Mons Anderson <mons at cpan.org>
Original commit
Wednesday, 28 Oct 2009
14:56 kuriyama search for other commits by this committer
Simple and dumb file system watcher.

WWW: http://search.cpan.org/dist/Filesys-Notify-Simple/
Original commit
14:33 kuriyama search for other commits by this committer
The Log-Any-Adapter distribution implements Log::Any class methods to
specify where logs should be sent. It is a separate distribution so as
to keep Log::Any itself as simple and unchanging as possible.

WWW: http://search.cpan.org/dist/Log-Any-Adapter/
Original commit
Saturday, 24 Oct 2009
23:30 brooks search for other commits by this committer
Add a port of the clang C, Objective-C, and (soon) C++ compiler version
2.6.

NOTE: this port is slightly evil and both depends on llvm and builds all
of it.  We hope to find the correct make string to fix this, but wanted
make clang available now.
Original commit
Monday, 19 Oct 2009
14:00 tobez search for other commits by this committer
Add devel/p5-Carp-Clan-Share 0.013, a Perl module that
simplifies certain aspects of using devel/p5-Carp-Clan.
Original commit
11:39 stas search for other commits by this committer
- Add cross-binutils slave port for mingw64.

Requested by:   till plewe <till.plewe@gmail.com>
Original commit
Friday, 16 Oct 2009
07:28 az search for other commits by this committer
require EXPR only accepts Class/Name.pm style module names, not Class::Name.
How frustrating! For that, we provide load_class 'Class::Name'.
It's often useful to test whether a module can be loaded, instead of throwing
an error when it's not available. For that, we provide try_load_class
'Class::Name'.
Finally, sometimes we need to know whether a particular class has been loaded.
Asking %INC is an option, but that will miss inner packages and any class for
which the filename does not correspond to the package name. For that,
we provide is_class_loaded 'Class::Name'.
Original commit
Tuesday, 13 Oct 2009
17:29 skreuzer search for other commits by this committer
Simple facade or abstraction for various logging frameworks
Original commit
16:56 wxs search for other commits by this committer
- Remove devel/ccmalloc as it has been abandoned upstream (MASTER_SITES are
  404).

PR:             ports/139508
Submitted by:   Edmondas Girkantas <eg@fbsd.lt>
Original commit
14:15 kuriyama search for other commits by this committer
Devel::StackTrace + PadWalker.

WWW: http://search.cpan.org/dist/Devel-StackTrace-WithLexicals/
Original commit
11:55 stas search for other commits by this committer
- Add port for devel/opengrok, a fast source code search and cross
  reference engine.

  WWW:  http://opensolaris.org/os/project/opengrok/
Original commit
11:14 kuriyama search for other commits by this committer
Displays stack trace in HTML.

WWW: http://search.cpan.org/dist/Devel-StackTrace-AsHTML/
Original commit
Sunday, 11 Oct 2009
13:16 miwi search for other commits by this committer
This module provides a Log::Dispatch style interface to Scribe, and is
also fully compatible with Log::Log4perl.

WWW:    http://search.cpan.org/dist/Log-Dispatch-Scribe/

PR:             ports/139420
Submitted by:   Gea-Suan Lin <gslin at gslin.org>
Original commit
12:41 miwi search for other commits by this committer
This is a small ruby library that allows Ruby to 'tail' a file,
including following a file, that still is growing like the unix
command 'tail -f' can.

This Library is similar to Perl's File::Tail. It can be used to
extend Ruby's File-objects, for File-derived classes, or by
using the included simple File::Tail::Logfile class.

WWW: http://file-tail.rubyforge.org/

PR:             ports/139400
Submitted by:   Eric Freeman <freebsdports at chillibear.com>
Original commit
10:34 wen search for other commits by this committer
Treetop is a Ruby-based DSL for text parsing and interpretation. It
facilitates an extension of the object-oriented paradigm called
syntax-oriented programming. There's a readme that will get you going
and some examples.

WWW:    http://treetop.rubyforge.org/

Approved by:    miwi(mentor)
Original commit
10:27 wen search for other commits by this committer
Polyglot provides a registry of file types that can be loaded by
calling its improved version of 'require'. Each file extension
that can be handled by a custom loader is registered by calling
Polyglot.register('ext', <class>), and then you can simply
require 'somefile', which will find and load 'somefile.ext'
using your custom loader.

This supports the creation of DSLs having a syntax that is most
appropriate to their purpose, instead of abusing the Ruby syntax.

Required files are attempted first using the normal Ruby loader,
and if that fails, Polyglot conducts a search for a file having
a supported extension.

WWW:    http://polyglot.rubyforge.org/

Approved by:    miwi(mentor)
Original commit
Saturday, 10 Oct 2009
09:19 miwi search for other commits by this committer
Flood control method is used to restrict the number of events to happen or
to be processed in specific perion of time. Few examples are: web server can
limit requsets number to a page or you may want to receive no more than 10 SMS
messages on your GSM Phone per hour. Applications of this method are unlimited.

WWW:    http://search.cpan.org/dist/Algorithm-FloodControl/

PR:             ports/139411
Submitted by:   Andrey <gugu at zoo.rambler.ru>
Original commit
Friday, 9 Oct 2009
03:36 brooks search for other commits by this committer
Add a port of compiler-rt, the LLVM project's compiler runtime and
blocks support.
Original commit
Wednesday, 7 Oct 2009
11:16 wen search for other commits by this committer
py-tgMochiKit is a packaging of the MochiKit JavaScript
library as a TurboGears widget.

WWW:   http://docs.turbogears.org/tgMochiKit

Approved by:    miwi(mentor)
Original commit
Sunday, 4 Oct 2009
10:10 miwi search for other commits by this committer
UniversalIndentGUI is a graphical UI for multiple source code indent,
format and beautify tools like GNU Indent, Astyle, GreatCode etc.

WWW:    http://universalindent.sourceforge.net/

PR:             ports/139280
Submitted by:   Andriy Gapon <avg at icyb.net.ua>
Original commit
10:09 miwi search for other commits by this committer
bmake is a portable version of NetBSD's make(1) utility,
conveniently packaged using a configure script, for other environments
which may lack NetBSD's libraries, regular expression code, etc.

WWW: http://www.crufty.net/help/sjg/bmake.html

PR:             ports/139284
Submitted by:   Mikolaj Golub <to.my.trociny at gmail.com>
Original commit
Wednesday, 30 Sep 2009
18:22 dhn search for other commits by this committer
- Port is obsolete, please use now devel/p5-PathTools

PR:             ports/139202
Submitted by:   Geraud CONTINSOUZAS <geraud@gcu.info>
Original commit
Friday, 25 Sep 2009
18:23 miwi search for other commits by this committer
A standard interface to monitoring, dynamic options and
configuration, uptime reports, activity, etc.

WWW:    http://incubator.apache.org/thrift/

PR:             ports/137730
Submitted by:   Gea-Suan Lin <gslin at gslin.org>
Feature safe:   yes
Original commit
Thursday, 24 Sep 2009
20:00 pav search for other commits by this committer
The pip ("Perl Installation Program") console application is used
to install Perl distributions in a wide variety of formats, both
from CPAN and from external third-party locations, while supporting
module dependencies that go across the boundary from third-party
to CPAN.

Using pip you can install CPAN modules, arbitrary tarballs from
both the local file-system or across the internet from arbitrary
URIs.

You can use pip to ensure that specific versions of CPAN modules
are installed instead of the most current version.

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

PR:             ports/139033
Submitted by:   Cezary Morga <cm@therek.net>
Feature safe:   yes
Original commit
19:58 pav search for other commits by this committer
The Devel::Refactor module is for code refactoring.

While Devel::Refactor may be used from Perl programs, it is also
designed to be used with the EPIC plug-in for the eclipse integrated
development environment.

WWW: http://search.cpan.org/dist/Devel-Refactor/

PR:             ports/139033
Submitted by:   Cezary Morga <cm@therek.net>
Feature safe:   yes
Original commit
19:57 pav search for other commits by this committer
Following the release of CPAN::Mini, the CPAN::Mini::Inject module
was created to add additional distributions into a minicpan mirror.

While it was created for use with a minicpan mirror, similar
functionality can be reused in other situations.

CPAN::Inject replicates the basics of this functionality.

Specifically, it takes an arbitrary tarball and adds it to the CPAN
sources directory for a particular author, and then add the new
file to the CHECKSUMS file.

WWW: http://search.cpan.org/dist/CPAN-Inject/

PR:             ports/139033
Submitted by:   Cezary Morga <cm@therek.net>
Feature safe:   yes
Original commit
19:56 pav search for other commits by this committer
CPAN::Checksums - Write a CHECKSUMS file for a directory as on CPAN

WWW: http://search.cpan.org/dist/CPAN-Checksums/

PR:             ports/139033
Submitted by:   Cezary Morga <cm@therek.net>
Feature safe:   yes
Original commit
Wednesday, 23 Sep 2009
15:02 stas search for other commits by this committer
- Add port for libdispatch, the userland implementation of Grand Central
Dispatch technology.

  WWW:  http://libdispatch.macosforge.org/

Feature safe:   yes (I believe that)
Original commit
14:43 tobez search for other commits by this committer
Add devel/p5-Parallel-Prefork 0.05, a simple prefork server framework
for Perl.

Feature safe:   yes
Original commit
14:42 tobez search for other commits by this committer
Add devel/p5-Proc-Wait3, a Perl extension for wait3 system call.

Feature safe:   yes
Original commit
11:57 wen search for other commits by this committer
The autodie pragma provides a convenient way to replace functions
that normally return false on failure with equivalents that throw
an exception on failure.

The autodie pragma has lexical scope, meaning that functions and
subroutines altered with autodie will only change their behaviour
until the end of the enclosing block, file, or eval.

If system is specified as an argument to autodie, then it uses
IPC::System::Simple to do the heavy lifting. See the description
of that module for more information.

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

Approved by:    miwi(mentor)
Feature safe:   yes
Original commit
09:31 pav search for other commits by this committer
Developing and debugging UIs can be a pain. When something
goes wrong, it's not always obvious why. You can waste hours
writing logging statements only to find out that a widget is
in the wrong container, or an attribute wasn't set correctly.

Developing isn't much better either. Ever spend time writing
temporary code just to test a new feature, code you know you're
going to throw away in an hour, and yet you end up spending the
next 20 minutes debugging your temporary code? Sucks, doesn't
it?

What your program really needs is a good Parasite infestation.

Parasite is a debugging and development tool that runs inside
your GTK+ application's process. It can inspect your application,
giving you detailed information on your UI, such as the hierarchy,
X window IDs, widget properties, and more. You can modify properties
on the fly in order to experiment with the look of your UI.

WWW:    http://chipx86.github.com/gtkparasite/

PR:             ports/131877
Submitted by:   Ashish Shukla <wahjava@gmail.com>
Feature safe:   yes
Original commit
08:23 kuriyama search for other commits by this committer
Color support for Log::Dispatch::Screen.

WWW: http://search.cpan.org/dist/Log-Dispatch-Screen-Color/

Feature safe:   yes
Original commit
Friday, 18 Sep 2009
22:46 miwi search for other commits by this committer
Pure Perl UUID Support With Functional Interface.

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

PR:             ports/138844
Feature safe: yes
Submitted by:   Christopher Key <cjk32 at cam.ac.uk>
Original commit
Thursday, 17 Sep 2009
12:35 dinoex search for other commits by this committer
Gold is a new linker, written from scratch. It really only has one new feature
compared to the current GNU linker: it's much faster. I've measured it as five
times faster linking large C++ applications. Since for most programmers the
linker is nothing more than a roadblock between writing code and running the
program, I figure that speed and correctness are the only really important
features of any linker.

LICENSE: GPL3 or later

WWW:
http://google-opensource.blogspot.com/2008/04/gold-google-releases-new-and-improved.html

Feature safe:   yes
Original commit
Wednesday, 16 Sep 2009
14:08 avl search for other commits by this committer
JRuby is an implementation of the Ruby language atop the Java virtual machine.

This port contains JAR files from the JRuby distribution.

WWW: http://rubyforge.org/projects/jruby-extras/

Approved by:    tabthorpe, glarkin (mentors, implicit)
Feature safe:   yes
Original commit
12:59 miwi search for other commits by this committer
2009-09-09 devel/p5-Algorithm-MDiff: the module was removed from CPAN
2009-09-09 devel/p5-Data-Postponed: the module was removed from CPAN
2009-09-08 net/asterisk12-addons: does not build

Feature safe: yes
Original commit
07:27 pav search for other commits by this committer
- Remove devel/eric (eric3), it's obsoleted by devel/eric4

Suggested by:   Jiawei Ye <leafy7382@gmail.com> (maintainer)
Feature safe:   yes
Original commit
Tuesday, 15 Sep 2009
22:41 kuriyama search for other commits by this committer
This module allows a method to get at arguments passed to subroutines
higher up in the call stack.

WWW: http://search.cpan.org/dist/Devel-Caller-Perl/

Feature safe:   yes
Original commit
08:23 nivit search for other commits by this committer
Manage git repositories, provide access to them over SSH, with tight
access control and not needing shell accounts.

Gitosis aims to make hosting git repos easier and safer. It manages
multiple repositories under one user account, using SSH keys to
identify users. End users do not need shell accounts on the server,
they will talk to one shared account that will not let them run
arbitrary commands.

WWW: http://eagain.net/gitweb/?p=gitosis.git

PR:             ports/136083
Submitted by:   Douglas Thrift <douglas at douglasthrift.net>
Original commit
Monday, 14 Sep 2009
04:01 glewis search for other commits by this committer
Vala support for the MonoDevelop IDE.

PR:             137917
Submitted by:   Romain Tartiere <romain@blogreen.org>
Original commit
03:58 glewis search for other commits by this committer
Boo language binding for MonoDevelop IDE.

PR:             137914
Submitted by:   Romain Tartiere <romain at blogreen.org>
Original commit
03:56 glewis search for other commits by this committer
Database support for MonoDevelop.

PR:             137915
Submitted by:   Romain Tartiere <romain at blogreen.org>
Original commit
Sunday, 13 Sep 2009
21:09 glewis search for other commits by this committer
Java language bindings for MonoDevelop (with IKVM).

PR:             137916
Submitted by:   Romain Tartiere <romain at blogreen.org>
Original commit
Thursday, 10 Sep 2009
08:16 tobez search for other commits by this committer
Add devel/p5-MooseX-Aliases 0.03, a Perl modules that extends
devel/p5-Moose to allow quick aliasing of Moose methods.
Original commit
Wednesday, 9 Sep 2009
11:18 miwi search for other commits by this committer
The lockfile module exports a FileLock class which provides a simple
API for locking files. Unlike the Windows msvcrt.locking function, the
Unix fcntl.flock, fcntl.lockf and the deprecated posixfile module, the
API is identical across both Unix (including Linux and Mac) and Windows
platforms. The lock mechanism relies on the atomic nature of the link
(on Unix) and mkdir (on Windows) system calls.

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

PR:             ports/138647
Submitted by:   Wen Heping <wenheping at gmail.com>
Original commit
11:17 miwi search for other commits by this committer
timelib is a short wrapper around php's internal timelib module.
It currently only provides a few functions.

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

PR:             ports/138646
Submitted by:   Wen Heping <wenheping at gmail.com>
Original commit
02:03 kuriyama search for other commits by this committer
Declare author-only dependencies.

WWW: http://search.cpan.org/dist/Module-Install-AuthorRequires/
Original commit
Tuesday, 8 Sep 2009
01:35 kuriyama search for other commits by this committer
Automatically sets repository URL from svn/svk/Git checkout.

WWW: http://search.cpan.org/dist/Module-Install-Repository/
Original commit
01:17 kuriyama search for other commits by this committer
Test::Requires checks to see if the module can be loaded.

If this fails rather than failing tests this skips all tests.

WWW: http://search.cpan.org/dist/Test-Requires/
Original commit
Monday, 7 Sep 2009
17:16 glewis search for other commits by this committer
MonoDevelop is a free GNOME integrated development environment (IDE)
primarily designed for C# and other .NET languages.

The main features of MonoDevelop are:

        * Code Completion
        * Class Management
        * Built-in Help
        * Project Support
        * Add-ins

PR:             117545
Submitted by:   Romain Tartiere <romain at blogreen.org> (latest version)
Original commit
Thursday, 3 Sep 2009
12:26 tobez search for other commits by this committer
Add devel/p5-AnyEvent-AIO 1.1, a Perl module that provides seamless
integration between devel/p5-AnyEvent and devel/p5-IO-AIO.
Original commit
Wednesday, 2 Sep 2009
17:23 miwi search for other commits by this committer
This is an interactive shell for Perl, commonly known as a REPL -
Read, Evaluate, Print, Loop. The shell provides for rapid development
or testing of code without the need to create a temporary source code
file.

Through a plugin system, many features are available on demand. You
can also tailor the environment through the use of profiles and run
control files, for example to pre-load certain Perl modules when
working on a particular project.

WWW:    http://search.cpan.org/dist/Devel-REPL/

PR:             ports/138359
Submitted by:   Ashish SHUKLA <wahjava at gmail.com>
Original commit
17:23 miwi search for other commits by this committer
This module is meant to be loaded as a role from Moose-based classes
it will add five methods and four attributes to assist you with the
loading and handling of plugins and extensions for plugins. I
understand that this may pollute your namespace, however I took great
care in using the least ambiguous names possible.

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

PR:             ports/138358
Submitted by:   Ashish SHUKLA <wahjava at gmail.com>
Original commit
15:38 pgj search for other commits by this committer
- Update GHC and Haskell ports to 6.10.4 (for both i386 and amd64), bump
  port revision where appropriate
- Add devel/hs-ghc-paths
- Add devel/hs-QuickCheck
- Add devel/hs-readline
- Add devel/hs-haskeline
- Add devel/hs-mmap
- Remove lang/ghc-doc
- Mark devel/lhs2TeX broken as it does not compile with GHC 6.10.4
- Set NHC98 as default compiler for devel/hs-hat as it does not compile
  with GHC 6.10.4

PR:             ports/137055, ports/137058, ports/137059, ports/137060,
ports/137061,
                ports/137062, ports/137063, ports/137063, ports/137064,
ports/137065,
                ports/137066, ports/137067, ports/137068, ports/137069,
ports/137070,
                ports/137071, ports/137072, ports/137074, ports/137075,
ports/137076,
                ports/137077, ports/137078, ports/137079, ports/137080,
ports/137081,
                ports/137082, ports/137083, ports/137084, ports/137085,
ports/137086,
                ports/137087, ports/137088, ports/137090, ports/137091,
ports/137092,
                ports/137093, ports/137094, ports/137095, ports/137096,
ports/137097,
                ports/137098, ports/137099, ports/137102, ports/137103,
ports/137104,
                ports/137107, ports/137108, ports/137109, ports/137110,
ports/137111

Submitted by:   Jacula Modyun (jacula (at) gmail (dot) com),
                Ashish Shukla (wahjava (at) gmail (dot) com) (amd64 support)
Supported by:   wxs (review, amd64 testing), tabthorpe (8.x testing)
Approved by:    tabthorpe (mentor), respective maintainers
Original commit
Sunday, 30 Aug 2009
00:09 kuriyama search for other commits by this committer
Adapter to use Log::Dispatch with Log::Any.

WWW: http://search.cpan.org/dist/Log-Any-Adapter-Dispatch/
Original commit
Saturday, 29 Aug 2009
23:21 kuriyama search for other commits by this committer
while letting the application choose (or decline to choose) a logging
mechanism such as Log::Dispatch or Log::Log4perl.

WWW: http://search.cpan.org/dist/Log-Any/
Original commit
07:30 makc search for other commits by this committer
Add qt4-qdoc3
Original commit
07:16 makc search for other commits by this committer
Add cmake-gui
Original commit
Thursday, 27 Aug 2009
20:45 glarkin search for other commits by this committer
Java has Castor, and now Perl has XML::Pastor!

If you know what Castor does in the Java world, then XML::Pastor
should be familiar to you. If you have a W3C XSD schema, you can
generate Perl classes with roundtrip XML bindings.

WWW:    http://search.cpan.org/dist/XML-Pastor/
Original commit
17:05 glarkin search for other commits by this committer
Data::HashArray is an array of hashes or hash-based objects. This
class has some magical properties that make it easier to deal with
multiplicity.

WWW:    http://search.cpan.org/dist/Data-HashArray/
Original commit
09:08 miwi search for other commits by this committer
rubygem-deprecated is a small library intended to aid developers working
with deprecated code. The idea comes from the 'D' programming language,
where developers can mark certain code as deprecated, and then
allow/disallow the ability to execute deprecated code.

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

PR:             ports/138098
Submitted by:   Wen Heping<wenheping at gmail.com>
Original commit
09:07 miwi search for other commits by this committer
Given the header files and shared objects corresponding to two different shared
library versions, and a simple description of each of the shared libraries in
XML format, abi-compliance-checker searches for the following kinds of binary
compatibility problems:

--Added/withdrawn interfaces (functions, global variables)
--Problems in Data Types:
        --Classes: added/withdrawn virtual functions (changes in layout of
                virtual table), virtual function positions, virtual function
                redefinitions
        --Structural data types: added/withdrawn members (changes in layout of
                type structure),
                changes in members, size changes
        --Enumerations: member value changes
--Interface problems:
        --Parameters and return type changes
        --Static property changes

The checker then generates a report that assesses the risks of any potential
problems detected.

WWW: http://ispras.linux-foundation.org/index.php/ABI_compliance_checker

PR:             ports/138094
Submitted by:   bf <bf1783 at gmail.com>
Original commit
Sunday, 23 Aug 2009
23:19 lippe search for other commits by this committer
XS++ is just a thin layer over plain XS, hence to use it you are
supposed to know, at the very least, C++ and XS.  This means that
you will need typemaps for both the normal XS pre-processor xsubpp
and the XS++ pre-processor xspp.

WWW: http://search.cpan.org/dist/ExtUtils-XSpp/

PR:             ports/138079
Submitted by:   Cezary Morga <cm@therek.net>
Original commit
Saturday, 22 Aug 2009
19:08 miwi search for other commits by this committer
Parse and format RFC3339 datetime strings

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

PR:             ports/138048
Submitted by:   Dan Rench <citric at cubicone.tmetic.com>
Original commit
Friday, 21 Aug 2009
06:54 erwin search for other commits by this committer
Fix typo to try and fix INDEX
Original commit
00:54 araujo search for other commits by this committer
The PlayStation Portable Toolchain is a collection of tools and utilities
for homebrew PSP development.

WWW: http://www.ps2dev.org

PR:             ports/132323, ports/132324, ports/132325, ports/132326
                ports/132327, ports/132328, ports/132329, ports/132330
Submitted by:   Tassilo Philipp <tphilipp@potion-studios.com>
Original commit
Wednesday, 19 Aug 2009
12:30 kmoore search for other commits by this committer
Qt Creator is a new cross-platform integrated development
environment (IDE) tailored to the needs of Qt developers.

It includes:

    * An advanced C++ code editor
    * Integrated GUI layout and forms designer
    * Project and build management tools
    * Integrated, context-sensitive help system
    * Visual debugger
    * Rapid code navigation tools
    * Supports multiple platforms

WWW: http://www.qtsoftware.com/products/developer-tools

Approved by:    miwi (mentor)
Original commit
Tuesday, 18 Aug 2009
20:39 miwi search for other commits by this committer
zope.exceptions contains exception interfaces and implementations
which are so general purpose that they don't belong in Zope
application-specific packages.

WWW: http://www.python.org/pypi/zope.exceptions

PR:             ports/137927
Submitted by:   Wen Heping <wenheping at gmail.com>
Original commit
Monday, 17 Aug 2009
19:17 skv search for other commits by this committer
Add p5-MooseX-LazyRequire 0.03, required attributes which fail only when
trying to use them.
Original commit
Sunday, 16 Aug 2009
10:45 skv search for other commits by this committer
Remove devel/p5-MooseX-Policy-SemiAffordanceAccessor because of
devel/p5-MooseX-SemiAffordanceAccessor was added (without any respect
to history).
Original commit
Friday, 14 Aug 2009
20:22 miwi search for other commits by this committer
This extension uses libgearman library to provide API for
communicating with gearmand, and writing clients and workers.

WWW:    http://pecl.php.net/package/gearman

PR:             ports/136250
Submitted by:   Gea-Suan Lin <gslin at gslin.org>
Original commit
20:08 miwi search for other commits by this committer
This module provides an API for creating a File::ChangeNotify::Watcher subclass
that will work on your platform.

A File::ChangeNotify::Watcher class monitors a directory for changes made to
any file. You can provide a regular expression to filter out files you are not
interested in. It handles the addition of new subdirectories by adding them to
the watch list.

WWW: http://search.cpan.org/dist/File-ChangeNotify/

PR:             ports/137770
Submitted by:   Alexey V. Degtyarev
Original commit
20:08 miwi search for other commits by this committer
This module does not provide any methods. Simply loading it changes the default
naming policy for the loading class so that accessors are separated into get
and set methods. The get methods have the same name as the accessor, while set
methods are prefixed with "set_".

WWW: http://search.cpan.org/dist/MooseX-SemiAffordanceAccessor/

PR:             ports/137769
Submitted by:   Alexey V. Degtyarev
Original commit
Thursday, 13 Aug 2009
20:53 miwi search for other commits by this committer
py-repoze.what-pylons is an extras plugin for repoze.what
which provides optional and handy utilities for Pylons
applications using this authorization framework.

Some of the features of the plugin include:
    * The utilities are ready to use: There's nothing
additional to be configured before using.
    * 100% documented. Each component is documented along
with code samples.
    * The test suite has a coverage of 100% and it will
never decrease -- if it ever does, report it as a bug!
    * TurboGears 2 is officially supported as well.

WWW:    http://pypi.python.org/pypi/repoze.what-pylons/

PR:             ports/137602
Submitted by:   Wen Heping <wenheping at gmail.com>
Original commit
18:19 skreuzer search for other commits by this committer
Stream::Reader is perl module intended for reading data from streams.
It can be used for "on the fly" parsing of large volumes of data.
Original commit
16:41 miwi search for other commits by this committer
repoze.tm2 is a middleware which uses the ZODB transaction manager
to wrap a call to its pipeline children inside a transaction.  This
is a fork of the repoze.tm package which depends only on the transaction
package rather than the entirety of ZODB (for users who don't rely on
ZODB).

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

PR:             ports/137601
Submitted by:   Wen Heping <wenheping at gmail.com>
Original commit

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

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