non port: devel/Makefile |
Number of commits found: 11319 (showing only 100 on this page) |
Friday, 27 Nov 2009
|
01:04 sylvio
- Port now do part of devel/tclxml
Approved by: miwi (mentor)
|
Wednesday, 25 Nov 2009
|
02:40 wen
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>
|
Saturday, 21 Nov 2009
|
22:26 gerald
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)
|
Friday, 20 Nov 2009
|
19:07 miwi
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>
|
Wednesday, 18 Nov 2009
|
10:40 miwi
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>
|
Monday, 16 Nov 2009
|
06:00 wen
MooseX::Has::Sugar is a perl module of sugar sytax for moose
'has' fields.
WWW: http://search.cpan.org/dist/MooseX-Has-Sugar/
|
04:42 wen
Find::Lib is a perl helper to smartly find libs to use in the
filesystem tree.
WWW: http://search.cpan.org/dist/Find-Lib/
|
Tuesday, 10 Nov 2009
|
16:13 gahr
- 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/
|
Sunday, 8 Nov 2009
|
03:19 amdmi3
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/
|
03:19 amdmi3
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/
|
Saturday, 7 Nov 2009
|
04:07 linimon
Re-add tcl-trf, which was brought back from the Attic.
forgotten by: mi
|
Thursday, 5 Nov 2009
|
16:36 wxs
SVN binary search, based on git-bisect.
Submitted by: rpaulo@
|
07:55 wen
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>
|
Wednesday, 4 Nov 2009
|
09:53 miwi
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>
|
Monday, 2 Nov 2009
|
13:28 skv
Add p5-MooseX-Role-Parameterized 0.13, roles with composition
parameters.
|
11:00 miwi
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>
|
10:59 miwi
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>
|
Friday, 30 Oct 2009
|
10:39 miwi
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>
|
10:23 miwi
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)
|
Thursday, 29 Oct 2009
|
23:28 miwi
- Damn, Remove p5-ZConf-Bookmarks was committed in the wrong categorie.
sorry for the stupid mistake..
|
23:21 miwi
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>
|
23:20 miwi
- Remove p5-ZConf-Bookmarks was committed in the wrong categorie.
|
11:15 miwi
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>
|
11:04 miwi
Modern perl with unicode
WWW: http://search.cpan.org/dist/uni-perl/
PR: ports/139796
Submitted by: Mons Anderson <mons at cpan.org>
|
Wednesday, 28 Oct 2009
|
14:56 kuriyama
Simple and dumb file system watcher.
WWW: http://search.cpan.org/dist/Filesys-Notify-Simple/
|
14:33 kuriyama
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/
|
Saturday, 24 Oct 2009
|
23:30 brooks
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.
|
Monday, 19 Oct 2009
|
14:00 tobez
Add devel/p5-Carp-Clan-Share 0.013, a Perl module that
simplifies certain aspects of using devel/p5-Carp-Clan.
|
11:39 stas
- Add cross-binutils slave port for mingw64.
Requested by: till plewe <till.plewe@gmail.com>
|
Friday, 16 Oct 2009
|
07:28 az
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'.
|
Tuesday, 13 Oct 2009
|
17:29 skreuzer
Simple facade or abstraction for various logging frameworks
|
16:56 wxs
- Remove devel/ccmalloc as it has been abandoned upstream (MASTER_SITES are
404).
PR: ports/139508
Submitted by: Edmondas Girkantas <eg@fbsd.lt>
|
14:15 kuriyama
Devel::StackTrace + PadWalker.
WWW: http://search.cpan.org/dist/Devel-StackTrace-WithLexicals/
|
11:55 stas
- Add port for devel/opengrok, a fast source code search and cross
reference engine.
WWW: http://opensolaris.org/os/project/opengrok/
|
11:14 kuriyama
Displays stack trace in HTML.
WWW: http://search.cpan.org/dist/Devel-StackTrace-AsHTML/
|
Sunday, 11 Oct 2009
|
13:16 miwi
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>
|
12:41 miwi
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>
|
10:34 wen
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)
|
10:27 wen
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)
|
Saturday, 10 Oct 2009
|
09:19 miwi
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>
|
Friday, 9 Oct 2009
|
03:36 brooks
Add a port of compiler-rt, the LLVM project's compiler runtime and
blocks support.
|
Wednesday, 7 Oct 2009
|
11:16 wen
py-tgMochiKit is a packaging of the MochiKit JavaScript
library as a TurboGears widget.
WWW: http://docs.turbogears.org/tgMochiKit
Approved by: miwi(mentor)
|
Sunday, 4 Oct 2009
|
10:10 miwi
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>
|
10:09 miwi
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>
|
Wednesday, 30 Sep 2009
|
18:22 dhn
- Port is obsolete, please use now devel/p5-PathTools
PR: ports/139202
Submitted by: Geraud CONTINSOUZAS <geraud@gcu.info>
|
Friday, 25 Sep 2009
|
18:23 miwi
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
|
Thursday, 24 Sep 2009
|
20:00 pav
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
|
19:58 pav
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
|
19:57 pav
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
|
19:56 pav
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
|
Wednesday, 23 Sep 2009
|
15:02 stas
- Add port for libdispatch, the userland implementation of Grand Central
Dispatch technology.
WWW: http://libdispatch.macosforge.org/
Feature safe: yes (I believe that)
|
14:43 tobez
Add devel/p5-Parallel-Prefork 0.05, a simple prefork server framework
for Perl.
Feature safe: yes
|
14:42 tobez
Add devel/p5-Proc-Wait3, a Perl extension for wait3 system call.
Feature safe: yes
|
11:57 wen
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
|
09:31 pav
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
|
08:23 kuriyama
Color support for Log::Dispatch::Screen.
WWW: http://search.cpan.org/dist/Log-Dispatch-Screen-Color/
Feature safe: yes
|
Friday, 18 Sep 2009
|
22:46 miwi
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>
|
Thursday, 17 Sep 2009
|
12:35 dinoex
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
|
Wednesday, 16 Sep 2009
|
14:08 avl
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
|
12:59 miwi
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
|
07:27 pav
- Remove devel/eric (eric3), it's obsoleted by devel/eric4
Suggested by: Jiawei Ye <leafy7382@gmail.com> (maintainer)
Feature safe: yes
|
Tuesday, 15 Sep 2009
|
22:41 kuriyama
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
|
08:23 nivit
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>
|
Monday, 14 Sep 2009
|
04:01 glewis
Vala support for the MonoDevelop IDE.
PR: 137917
Submitted by: Romain Tartiere <romain@blogreen.org>
|
03:58 glewis
Boo language binding for MonoDevelop IDE.
PR: 137914
Submitted by: Romain Tartiere <romain at blogreen.org>
|
03:56 glewis
Database support for MonoDevelop.
PR: 137915
Submitted by: Romain Tartiere <romain at blogreen.org>
|
Sunday, 13 Sep 2009
|
21:09 glewis
Java language bindings for MonoDevelop (with IKVM).
PR: 137916
Submitted by: Romain Tartiere <romain at blogreen.org>
|
Thursday, 10 Sep 2009
|
08:16 tobez
Add devel/p5-MooseX-Aliases 0.03, a Perl modules that extends
devel/p5-Moose to allow quick aliasing of Moose methods.
|
Wednesday, 9 Sep 2009
|
11:18 miwi
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>
|
11:17 miwi
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>
|
02:03 kuriyama
Declare author-only dependencies.
WWW: http://search.cpan.org/dist/Module-Install-AuthorRequires/
|
Tuesday, 8 Sep 2009
|
01:35 kuriyama
Automatically sets repository URL from svn/svk/Git checkout.
WWW: http://search.cpan.org/dist/Module-Install-Repository/
|
01:17 kuriyama
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/
|
Monday, 7 Sep 2009
|
17:16 glewis
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)
|
Thursday, 3 Sep 2009
|
12:26 tobez
Add devel/p5-AnyEvent-AIO 1.1, a Perl module that provides seamless
integration between devel/p5-AnyEvent and devel/p5-IO-AIO.
|
Wednesday, 2 Sep 2009
|
17:23 miwi
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>
|
17:23 miwi
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>
|
15:38 pgj
- 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
|
Sunday, 30 Aug 2009
|
00:09 kuriyama
Adapter to use Log::Dispatch with Log::Any.
WWW: http://search.cpan.org/dist/Log-Any-Adapter-Dispatch/
|
Saturday, 29 Aug 2009
|
23:21 kuriyama
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/
|
07:30 makc
Add qt4-qdoc3
|
07:16 makc
Add cmake-gui
|
Thursday, 27 Aug 2009
|
20:45 glarkin
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/
|
17:05 glarkin
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/
|
09:08 miwi
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>
|
09:07 miwi
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>
|
Sunday, 23 Aug 2009
|
23:19 lippe
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>
|
Saturday, 22 Aug 2009
|
19:08 miwi
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>
|
Friday, 21 Aug 2009
|
06:54 erwin
Fix typo to try and fix INDEX
|
00:54 araujo
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>
|
Wednesday, 19 Aug 2009
|
12:30 kmoore
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)
|
Tuesday, 18 Aug 2009
|
20:39 miwi
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>
|
Monday, 17 Aug 2009
|
19:17 skv
Add p5-MooseX-LazyRequire 0.03, required attributes which fail only when
trying to use them.
|
Sunday, 16 Aug 2009
|
10:45 skv
Remove devel/p5-MooseX-Policy-SemiAffordanceAccessor because of
devel/p5-MooseX-SemiAffordanceAccessor was added (without any respect
to history).
|
Friday, 14 Aug 2009
|
20:22 miwi
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>
|
20:08 miwi
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
|
20:08 miwi
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
|
Thursday, 13 Aug 2009
|
20:53 miwi
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>
|
18:19 skreuzer
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.
|
16:41 miwi
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>
|
Number of commits found: 11319 (showing only 100 on this page) |