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: 12250 (showing only 100 on this page)

[First Page]  «  89 | 90 | 91 | 92 | 93 | 94 | 95 | 96 | 97 | 98 | 99  »  [Last Page]

Saturday, 26 Dec 2009
03:28 amdmi3 search for other commits by this committer
- Fix sorting
Original commit
03:26 amdmi3 search for other commits by this committer
Treat module source code as a template

WWW: http://search.cpan.org/~MARCEL/Module-Install-Template

PR:             141239
Submitted by:   Andrey Kostenko <andrey@kostenko.name>
Original commit
Thursday, 24 Dec 2009
22:14 miwi search for other commits by this committer
Checks for dir/file addition/removals in the current directory.

WWW: http://search.cpan.org/dist/Dir-Watch/

PR:             ports/141754
Submitted by:   Zane C, Bowers <vvelox at vvelox.net>
Original commit
Wednesday, 23 Dec 2009
09:38 kuriyama search for other commits by this committer
Data::MessagePack is a binary packer for perl.

WWW: http://search.cpan.org/dist/Data-MessagePack/
Original commit
Tuesday, 22 Dec 2009
17:28 miwi search for other commits by this committer
InlineEgg is a Python module that provides the user with a toolbox of
convenient classes for writing small assembly programs. Only that instead of
having to remember confusing assembly mnemonics and requiring the developer
to remember how to use complex tools like assemblers and linkers, everything
is done the easy way: in Python. InlineEgg is oriented - but not limited -
to developing shellcode (sometimes called eggs) for use in exploits.

WWW:    http://oss.corest.com/projects/inlineegg.html

PR:             ports/141886
Submitted by:   Sofian Brabez <sbrabez at gmail.com>
Original commit
Monday, 21 Dec 2009
22:35 miwi search for other commits by this committer
A general classifier module to allow Bayesian and other types of
classifications.

WWW:    http://github.com/cardmagic/classifier/tree/master

PR:             ports/141807
Submitted by:   Peter Schuller <peter.schuller at infidyne.com>
Original commit
22:35 miwi search for other commits by this committer
An implementation of the Porter word stemming algorithm.

WWW:    http://stemmer.rubyforge.org/wiki/wiki.pl

PR:             ports/141806
Submitted by:   Peter Schuller <peter.schuller at infidyne.com>
Original commit
Saturday, 19 Dec 2009
17:34 pav search for other commits by this committer
Yapps (Yet Another Python Parser System) is an easy to use parser
generator that is written in Python and generates Python code.  Yapps
is simple, is easy to use, and produces human-readable parsers. It is
not fast, powerful, or particularly flexible.  Yapps is designed to be
used when regular expressions are not enough and other parser systems
are too much: situations where you may write your own recursive
descent parser.  Yapps 1 is more like a functional language (concise
grammars of the form when you see this, return this), while Yapps 2 is
more like an imperative language (more verbose grammars of the form
if/while you see this, do this).  Yapps 2 is more flexible than Yapps
1 but it requires Python 1.5 and is not backwards-compatible with
Yapps 1.

This is the development version of Yapps 2.

WWW: http://theory.stanford.edu/~amitp/yapps/

PR:             ports/123154
Submitted by:   Matthew X. Economou <xenophon+fbsdports@irtnog.org>
Original commit
Friday, 18 Dec 2009
04:08 stas search for other commits by this committer
- Add port for boehm-gc garbage collector variant with threads support.
  This port will install only shared libraries with threads support enabled,
  that will allow for easy dependency handling for ports that required libgc
  build with specific features and will allow to avoid hacks of building own
  version of libgc library.
Original commit
04:07 stas search for other commits by this committer
- Add port for boehm-gc garbage collector variant with malloc redirection.
  This port will install only shared libraries with malloc redirection enabled,
  that will allow for easy dependency handling for ports that required libgc
  build with specific features and will allow to avoid hacks of building own
  version of libgc library.
Original commit
Thursday, 17 Dec 2009
14:21 yzlin search for other commits by this committer
Add shflags 1.0.3, command-line flags module for Unix shell scripts.

Approved by:    lwhsu/rafan (mentors, implicit)
Original commit
Tuesday, 15 Dec 2009
03:56 wen search for other commits by this committer
The zc.lockfile package provides a basic portable implementation of
interprocess locks using lock files. The purpose if not specifically
to lock files, but to simply provide locks with an implementation
based on file-locking primitives. Of course, these locks could be
used to mediate access to other files. For example, the ZODB file
storage implementation uses file locks to mediate access to
file-storage database files. The database files and lock file files
are separate files.

WWW:  http://pypi.python.org/pypi/zc.lockfile
Original commit
03:14 wen search for other commits by this committer
zope.event provides a simple event system on which application-specific
event systems can be built.

Application code can generate events without being concerned about the
event-processing frameworks that might handle the events.

WWW:  http://pypi.python.org/pypi/zope.event
Original commit
Monday, 14 Dec 2009
21:03 pav search for other commits by this committer
mk-configure is a lightweight replacement for GNU autotools, written in bmake
(portable version of NetBSD make) and POSIX shell. mk-configure also provides
standalone mkc_check_xxx scripts that can be used without bmake.

WWW: http://sourceforge.net/projects/mk-configure/

PR:             ports/139295
Submitted by:   Mikolaj Golub <to.my.trociny@gmail.com>
Original commit
21:02 pav search for other commits by this committer
The NetBSD Packages Collection (pkgsrc) is a framework for building third-party
software on NetBSD and other UNIX-like systems. mk-files is an important part
of pkgsrc but could also be useful for other projects.

WWW: http://www.netbsd.org/docs/software/packages.html

PR:             ports/139295
Submitted by:   Mikolaj Golub <to.my.trociny@gmail.com>
Original commit
Sunday, 13 Dec 2009
00:29 miwi search for other commits by this committer
Utilities for interactive I/O

WWW: http://search.cpan.org/dist/IO-Interactive

PR:             ports/141401
Submitted by:   Andrey Kostenko <andrey at kostenko.name>
Original commit
Saturday, 12 Dec 2009
16:17 clsung search for other commits by this committer
Mox is an open source mock object framework for Python, inspired by
the Java library EasyMock.
Original commit
Friday, 11 Dec 2009
13:45 wen search for other commits by this committer
Date::Calc::XS is a XS wrapper and C library plug-in for Date::Calc.

WWW: http://search.cpan.org/dist/Date-Calc-XS/

PR:             ports/141367
Submitted by:   Denis Pokataev <catone@cpan.org>
Original commit
Wednesday, 9 Dec 2009
23:34 leeym search for other commits by this committer
- add p5-MooseX-Types-Common-0.001000

A set of commonly-used type constraints that do not ship with Moose by default.

WWW: http://search.cpan.org/dist/MooseX-Types-Common/
Original commit
05:45 wen search for other commits by this committer
MooseX::Role::WithOverloading allows you to write a Moose::Role which
defines overloaded operators and allows those operator overloadings
to be composed into the classes/roles/instances it's compiled to,
while plain Moose::Roles would lose the overloading.

WWW: http://search.cpan.org/dist/MooseX-Role-WithOverloading/
Original commit
Monday, 7 Dec 2009
06:59 wen search for other commits by this committer
MooseX::InsideOut is a inside-out objects with Moose.

WWW: http://search.cpan.org/~HDP/MooseX-InsideOut

PR:             ports/141120
Submitted by:   Andrey Kostenko <andrey@kostenko.name>
Original commit
Wednesday, 2 Dec 2009
16:11 miwi search for other commits by this committer
Define TRUE and FALSE constants.

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

PR:             ports/140971
Submitted by:   Andrey Kostenko <andrey at kostenko.name>
Original commit
15:39 miwi search for other commits by this committer
Object-oriented backtrace

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

PR:             ports/141102
Submitted by:   Andrey Kostenko <andrey at kostenko.name>
Original commit
06:06 bms search for other commits by this committer
Add new port chrpath, a small tool which originated on Linux to
rewrite the DT_RPATH in an ELF binary.

Tested on FreeBSD/amd64 7.2-STABLE.
Original commit
Tuesday, 1 Dec 2009
15:30 wxs search for other commits by this committer
- Attach the following to the build:

rubygem-configuration
rubygem-loquacious
rubygem-little_plugger
rubygem-launchy
rubygem-logging
rubygem-webby

PR:             ports/140340, ports/140341, ports/140342, ports/140343,
                ports/140344, ports/140345
Submitted by:   Ryan Steinmetz <rpsfa@rit.edu>
Original commit
01:06 wxs search for other commits by this committer
The directory watcher operates by scanning a directory at some interval and
generating a list of files based on a user supplied glob pattern. As the file
list changes from one interval to the next, events are generated and
dispatched to registered observers. Three types of events are supported --
added, modified, and removed.

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

Submitted by:   Ryan Steinmetz <rpsfa@rit.edu>
Original commit
Sunday, 29 Nov 2009
00:02 sylvio search for other commits by this committer
The plugins for PEAR_PackageFileManager to pick up what files to use.
Supported are:
* File
* CVS
* SVN
* Perforce

This package is to be used with PackageFileManager v1 and v2 and can't
be used on it's own.

WWW: http://pear.php.net/package/PEAR_PackageFileManager_Plugins

PR:             ports/139703
Submitted by:   myself (sylvio@)
Approved by:    miwi (mentor)
Original commit
Saturday, 28 Nov 2009
23:55 sylvio search for other commits by this committer
This package revolutionizes the maintenance of PEAR packages.
With a few parameters, the entire package.xml is automatically
updated with a listing of all files in a packages.
Features include:
- manpages the new package.xml 2.0 format in PEAR 1.4.0
- can detect PHP and extension dependencies using PHP_CompatInfo
- reads in an existing package.xml file, and only changes the release/changelog
- a plugin system for retrieving files in a directory. Currently four plugins
exist, one for standard recursive directory content listing, one that reads
the CVS/Entries files and generates a file listing based on the contents of a
checked out CVS repository, one that reads Subversion entries files, and one
that queries a Perforce repository.
- incredibly flexible options for assigning install roles to files/directories
- ability to ignore any file based on a * ? wildcard-enable string(s)
- ability to include only file that match a * ? wildcard-enable string(s)
- ability to manage dependencies
- can output the package.xml in any directory, and read in the package.xml file
from any directory.
- can specify a different name for the package.xml file

WWW: http://pear.php.net/package/PEAR_PackageFileManager2/

PR:             ports/139704
Submitted by:   myself (sylvio@)
Approved by:    miwi (mentor)
Original commit
20:06 marcus search for other commits by this committer
Presenting GNOME 2.28.1 for FreeBSD.  The official release notes for this
release can be found at http://library.gnome.org/misc/release-notes/2.28/ .
Officially, this is mostly a polishing release in preparation for GNOME 3.0
due in about a year.

On the FreeBSD front, though, a lot went into this release.  Major thanks
goes to kwm and avl who did a lot of the porting work for this release.
In particular, kwm brought in Evolution MAPI support for better Microsoft
Exchange integration.  Avl made sure that the new gobject introspection
repository ports were nicely compartmentalized so that large dependencies
aren't brought in wholesale.

But, every GNOME team member (ahze, avl, bland, kwm, mezz, and myself)
contributed to this release.

Other major improvements include an updated HAL with better volume
probing code, ufsid integration, and support for volume names containing
spaces (big thanks to J.R. Oldroyd); a new WebKit; updated AbiWord;
an updated Gimp; and a preview of the new GNOME Shell project (thanks to
Pawel Worach).

The FreeBSD GNOME Team would like to that the following additional
contributors to this release whose patches and testing really helped
make it a success:

Andrius Morkunas
Dominique Goncalves
Eric L. Chen
J.R. Oldroyd
Joseph S. Atkinson
Li
Pawel Worach
Romain Tartière
Thomas Vogt
Yasuda Keisuke
Rui Paulo
Martin Wilke
(and an extra shout out to miwi and pav for pointyhat runs)

We would like to send this release out to Alexander Loginov (avl) in
hopes that he feels better soon.

PR:             136676
                136967
                138872 (obsolete with new epiphany-webkit)
                139160
                134737
                139941
                140097
                140838
                140929
Original commit
13:52 miwi search for other commits by this committer
 FlexDock is a Java docking framework for use in cross-platform
 Swing applications. It offers features you'd expect in any desktop
 docking framework such as:

    * Tabbed and Split Layouts
    * Drag-n-Drop capability (with native drag rubber band painting
      on some platforms)
    * Floating windows
    * Collapsible Containers to Save Real Estate
    * Layout Persistence

WWW:    https://flexdock.dev.java.net/

PR:             ports/140906
Submitted by:   Otacilio de Araujo Ramos Neto <otacilio.neto at bsd.com.br>
Original commit
Friday, 27 Nov 2009
16:30 beat search for other commits by this committer
- Remove devel/gtkmozedit: No longer under development and does not build
  with libxul

Approved by:    gnome (marcus, mezz)
Original commit
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

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

[First Page]  «  89 | 90 | 91 | 92 | 93 | 94 | 95 | 96 | 97 | 98 | 99  »  [Last Page]