non port: devel/Makefile |
Number of commits found: 11319 (showing only 100 on this page) |
Monday, 25 Oct 2010
|
15:08 jadawin
Dissy is a graphical frontend to the objdump disassembler. Dissy can be used
for debugging and browsing compiler-generated code.
WWW: http://code.google.com/p/dissy/
PR: ports/151609
Submitted by: Sofian Brabez <sbrabez at gmail.com>
|
Friday, 22 Oct 2010
|
09:13 rene
Add devel/ros to the build.
|
Wednesday, 20 Oct 2010
|
08:17 wen
Provides recursive versions of mkdir() and rmdir()
with as little code and overhead as possible.
WWW: http://search.cpan.org/dist/File-Path-Tiny/
PR: ports/151588
Submitted by: "ports@c0decafe.net" <ports@c0decafe.net>
|
Tuesday, 19 Oct 2010
|
18:09 ehaupt
Add devel/p5-Perl-Unsafe-Signals, allow unsafe handling of signals in selected
blocks.
|
02:47 wen
Git::Repository is a Perl interface to Git, for scripted interactions
with repositories. It's a low-level interface that allows calling any
Git command, whether porcelain or plumbing, including bidirectional
commands such as git commit-tree.
A Git::Repository object simply provides context to the git commands
being run. Is it possible to call the command()and run() methods against
the class itself, and the context (typically current working directory)
will be obtained from the options and environment.
WWW: http://search.cpan.org/dist/Git-Repository/
|
00:28 pgollucci
This module provides three utility subroutines that simplify the
creation of "inside-out" classes. See Chapters 15 and 16 of "Perl Best
Practices" (O'Reilly, 2005) for details.
WWW: http://search.cpan.org/dist/Class-Std-Utils/
PR: ports/151489
Submitted by: Gea-Suan Lin <gslin at gslin.org>
|
Monday, 18 Oct 2010
|
19:06 glarkin
In order to provide a faster and simpler working model, this plugin
tries to support a configuration similar to git and Mercurial's
colocated branches, where there is a single working tree that can
be switched between multiple branches that all co-exist in the same
directory. This working model is entirely possible using Bazaar's
existing technology, and this plugin aims to make it as simple as
possible to use that model.
WWW: https://launchpad.net/bzr-colo
PR: ports/151536
Submitted by: Carlo Strub <c-s at c-s.li>
|
Saturday, 16 Oct 2010
|
11:44 ade
Bump autoconf 2.67->2.68 -- will deal with any fallout.
|
Thursday, 14 Oct 2010
|
19:29 brooks
Move devel/clang to lang/clang since compilers typically live in lang.
PR: ports/151340
|
11:36 garga
Remove expired ports:
2010-10-14 devel/p5-P4: Depends of p5-P4-Client, which is DEPRECATED.
2010-01-08 devel/p5-P4-Client: has been broken for 11 months
2010-10-14 net-p2p/btpeer: Does not build with net/Sockets and is unmaintained.
2009-07-01 net-mgmt/net-snmp4: Use net-mgmt/net-snmp port instead
2010-10-14 net/gkrellm_snmp: Depends of net-snmp4, that is deprecated also and
will be removed soon.
2010-10-14 net/Sockets-devel: Older than net/Sockets and unmaintained.
|
00:58 wen
ReadLine::TTYtter is a fork of the Term::ReadLine::Perl module, allowing
to edit a command line.
This module have UTF-8 support, let erase or repaint the prompt and
to hook a process to further line control.
WWW: http://search.cpan.org/dist/Term-ReadLine-TTYtter/
PR: ports/151412
Submitted by: sebastien Santoro <dereckson@gmail.com> (maintainer)
|
Tuesday, 12 Oct 2010
|
18:16 ade
Hook new versions of autoconf, libtool and libltdl into the INDEX.
Still doesn't make them ready for prime-time usage though.
|
03:11 swills
- New port, a ruby gem for accessing pkg-config
Submitted by: me (swills)
Approved by: pgollucci (mentor)
|
02:54 sunpoet
- Add py-pycerberus 0.3.3
Pycerberus is a framework to check user data thoroughly so that you can
protect your application from malicious (or just garbled) input data.
* Remove stupid code which converts input values: After values are
validated, you can work with real Python types instead of strings -
e.g. 42 instead of '42', convert database IDs to model objects
transparently.
* Implement custom validation rules: Writing custom validators is
straightforward, everything is well documented and pycerberus only
uses very little Python magic.
* Focus on your value-adding application code: Save time by
implementing every input validation rule only once, but 100% right
instead of implementing a dozen different half-baked solutions.
* Ready for global business: i18n support (based on GNU gettext) is
built in, adding custom translations is easy.
* Tune it for your needs: You can implement custom behavior in your
validators, e.g. fetch translations from a database instead of using
gettext or define custom translations for built-in validators.
* Use it wherever you like: pycerberus is used in a SMTP server, trac
macros as well as web applications - there are no dependecies on a
specific context like web development.
WWW: http://www.schwarz.eu/opensource/projects/pycerberus
PR: ports/151058
Submitted by: Douglas William Thrift <douglas@douglasthrift.net>
Approved by: pgollucci (mentor, implicit)
|
Monday, 11 Oct 2010
|
08:20 wen
adapter uses the Unix::Syslog module to direct that output into the standard
Unix syslog system.
WWW: http://search.cpan.org/dist/Log-Any-Adapter-Syslog/
PR: ports/151380
Submitted by: Bill Brinzer <bill.brinzer@gmail.com>
|
02:09 wen
A PEAR data validation class for US. The package includes SSN, Postal Code,
Regions (States), Phone Numbers.
WWW: http://pear.php.net/package/Validate_US/
|
Sunday, 10 Oct 2010
|
12:51 swills
- New port
Perl basic method declarations with signatures, without source filters
WWW: http://search.cpan.org/dist/Method-Signatures-Simple/
Submitted by: me (swills)
Approved by: pgollucci (mentor)
|
05:40 kuriyama
POEx::Role::Streaming provides a common idiom for streaming data from
one filehandle to another. It accomplishes this by making good use of
sysread and POE::Wheel::ReadWrite. This Role errs on the side of
doing as many blocking reads of the "input_handle" as possible up
front (until the high water mark is hit on the Wheel). If this
default isn't suitable for the consumer, simply override
"get_data_from_input_handle". After Streamer has exhausted the
source, and flushed the last of the output, it will clean up after
itself by closing the wheel, the handles, and sending all of them out
of scope. If an exception happens, it will clean up after itself, and
let the DIE signal propagate.
WWW: http://search.cpan.org/dist/POEx-Role-Streaming/
|
01:15 kuriyama
POEx::Role::SessionInstantiation provides a nearly seamless
integration for non-POE objects into a POE environment. It does this
by handling the POE stuff behind the scenes including allowing per
instances method changes, session registration to the Kernel, and
providing some defaults like setting an alias if supplied via the
attribute or constructor argument, or defining a _default that warns
if your object receives an event that it does not have.
This role exposes your class' methods as POE events.
WWW: http://search.cpan.org/dist/POEx-Role-SessionInstantiation/
|
00:36 kuriyama
MooseX::CompileTime::Traits allows role application at compile time
via use statements. What this class does is provide an import method
that will apply each of the roles (along with any arguments for
parameterized roles).
Roles and their arguments should be provided as an ArrayRef of tuples.
Simply 'with' the role to gain the functionality.
WWW: http://search.cpan.org/dist/MooseX-CompileTime-Traits/
|
Saturday, 9 Oct 2010
|
22:30 makc
Connect qconf
|
15:20 kuriyama
This modules exports the needed subtypes, and coercions for POEx
modules and is based on Sub::Exporter, so see that module for options
on importing.
WWW: http://search.cpan.org/dist/POEx-Types/
|
Friday, 8 Oct 2010
|
06:51 sunpoet
- Add p5-Object-Pluggable 1.28
Object::Pluggable is a base class for creating plugin enabled objects. It is
a generic port of POE::Component::IRC's plugin system.
If your object dispatches events to listeners, then Object::Pluggable may be
a good fit for you.
WWW: http://search.cpan.org/dist/Object-Pluggable/
PR: ports/151057
Submitted by: Jase Thew <freebsd@beardz.net>
Approved by: pgollucci (mentor)
|
Thursday, 7 Oct 2010
|
16:54 ade
Complete de-orbit burn sequence for automake19 and automake110.
Special thanks to Travis Thaxton (travis <at> thax.org) for his recent
kind hardware donation, without which this particular part of the
never-ending autotools work would have taken _considerably_ longer to do.
|
15:45 daichi
Add php5-thrift 0.2.0, PHP interface to Thrift.
PR: ports/146392
Submitted by: Ilya Bakulin <webmaster at kibab.com>
|
00:21 sahil
This module provides a 'parallel map'. Multiple worker processes are
forked so that many instances of the transformation function may be
executed simultaneously.
WWW: http://search.cpan.org/dist/Parallel-Iterator/
PR: ports/151117
Submitted by: Frederic Culot <frederic@culot.org>
|
Wednesday, 6 Oct 2010
|
09:09 ehaupt
Add devel/p5-Uniq, a Perl extension for managing a uniq list of values.
|
Monday, 4 Oct 2010
|
10:32 olgeni
Add jzmq, Java bindings for the ZeroMQ message queue library (devel/zmq).
|
Sunday, 3 Oct 2010
|
17:16 garga
Remove expired port
2010-10-01 devel/maven: Development has been ceased, superseded by devel/maven2.
|
10:05 olgeni
Add JNA, which provides Java programs easy access to native shared
libraries without writing anything but Java code.
|
Friday, 1 Oct 2010
|
23:14 makc
cego-base was renamed to lfc, and cego-xml to lfcxml
|
Thursday, 30 Sep 2010
|
20:55 romain
This is a library of GUI and non-GUI C# code, originally used in Banshee.
WWW: http://live.gnome.org/Hyena
|
18:20 romain
The Flickr.Net API is a .Net Library for accessing the Flickr API, written
entirely in C#.
WWW: http://www.codeplex.com/FlickrNet
|
15:33 glarkin
bzr-svn is a plugin that adds support for foreign Subversion
repositories. This allows committing changes to Subversion branches
as if they were native Bazaar branches.
www: https://launchpad.net/bzr-svn
PR: ports/147167
Submitted by: Carlo Strub <c-s at c-s.li>
|
14:20 az
Regexp::Grammars adds grammatical parsing features to Perl 5.10 regexes
PR: ports/151022
Submitted by: Dan Rench <citric@cubicone.tmetic.com>
|
Sunday, 26 Sep 2010
|
10:07 stas
- Add devel/safe-iop, a safe integer operation library for C
Author: Will Drewry <redpig@dataspill.org>
WWW: http://code.google.com/p/safe-iop/
|
Friday, 24 Sep 2010
|
03:24 ade
Purge automake15 from existence. Only a few more to go now.
|
01:52 swills
Renamed devel/qoauth to net/qoauth
Approved by: pgollucci (mentor)
|
Thursday, 23 Sep 2010
|
21:35 glarkin
This is an implementation of Python bindings for the Subversion
version control system, aiming to be complete, fast and feel native
to Python programmers.
Bindings are provided for the working copy, client, delta, remote
access and repository APIs. A hookable server side implementation
of the custom Subversion protocol (svn_ra) is also provided.
www: https://launchpad.net/subvertpy
PR: ports/147166
Submitted by: Carlo Strub (c-s at c-s.li)
|
03:52 pgollucci
Fast metadata parser for yum implemented in C.
WWW: http://yum.baseurl.org/
PR: ports/150540
Submitted by: Anders F Bjorklund <afb at rpm5.org>
|
02:37 pgollucci
This is yet another Getopt related module. Getopt::Compact is geared towards
compactly and yet quite powerfully describing an option syntax. Options can
be parsed, returned as a hashref of values, and/or displayed as a usage string
or within the script POD.
WWW: http://search.cpan.org/dist/Getopt-Compact/
PR: ports/148762
Submitted by: Evgeniy Kosov <evgeniy at kosov.su>
|
00:40 ade
Purge 3 outdated, old-and-busted, versions of automake as part of
ongoing cleanup to find sanity in the world.
Feature safe: yes (surprisingly)
|
Wednesday, 22 Sep 2010
|
14:15 danfe
Add crcmod 1.7, Python module for Cyclic Redundancy Check (CRC) calculations.
Reviewed by: python@ (silence)
|
03:44 pgollucci
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.
This is a legacy copy in ports of the 2.x series for compatibility with
some other Ruby ports.
WWW: http://rubyforge.org/projects/deprecated/
PR: ports/150775
Submitted by: Eric Freeman <freebsdports at chillibear.com>
|
02:53 pgollucci
Adds several commands to RubyGems for managing gems and more on RubyGems.org.
WWW: http://rubygems.org/gems/gemcutter
|
02:53 pgollucci
Making tests easy on the fingers and eyes
WWW: http://rubygems.org/gems/shoulda
|
02:51 pgollucci
RR (Double Ruby) is a double framework that features a rich selection of double
techniques and a terse syntax. http://xunitpatterns.com/Test%20Double.html
WWW: http://rubygems.org/gems/rr
|
01:14 tabthorpe
libserver implements a generic multi-process TCP server which is incapable
of servicing connections on its own. The programmer writes an
initialization function and a function to service connections, then
compiles and links his or her code against the library to create a complete
multi-process TCP server.
WWW: http://www.mammothcheese.ca/
--
James Bailie <jimmy@mammothcheese.ca>
http://www.mammothcheese.ca
PR: ports/150704
Submitted by: James Bailie <jimmy at mammothcheese.ca>
|
00:19 swills
QT support for OAuth-powered network services
WWW: http://wiki.github.com/ayoy/qoauth/
Approved by: pgolluci (mentor)
|
Saturday, 18 Sep 2010
|
04:33 sahil
This is yet another module that lets you access or change the elements
of a hash using methods with the same name as the element's key. It
follows in the footsteps of Hash::AsObject, Hash::Inflator,
Data::OpenStruct::Deep, Object::AutoAccessor, and probably others. The
main difference between this module and its forebears is that it
supports tied hashes, in addition to regular hashes. This allows a
modular division of labor: this class is generic and treats all hashes
the same; any special semantics come from the tied hash.
WWW: http://search.cpan.org/dist/Hash-AutoHash/
PR: ports/150528
Submitted by: Frederic Culot <frederic@culot.org>
|
Wednesday, 15 Sep 2010
|
18:35 ade
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs
|
16:36 nivit
Distribute is intended to replace Setuptools as the standard method
for working with Python module distributions.
The project has two goals:
- Providing a backward compatible version to replace Setuptools
and make all distributions that depend on Setuptools work as
before, but with less bugs and behavioral issues.
- Re-factoring the code, and releasing it in several distributions.
This work is being done in the 0.7.x series but not yet released.
|
Tuesday, 14 Sep 2010
|
11:51 garga
Remove ports with EXPIRATION_DATE set
2010-09-05 databases/sqlite-ext-inet: Please install
databases/sqlite-ext-mobigroup instead
2010-08-31 devel/codeville: Dead project.
2010-08-07 editors/koffice-kde4-l10n-fy
2010-08-07 editors/koffice-kde4-l10n-hne
2010-06-14 graphics/xaralx-devel: Does not compile with png-1.4 and latest
version is from Aug 2006
2010-06-14 graphics/xaralx: Does not compile with png-1.4 and latest version is
from Aug 2006
2010-04-01 misc/kde4-l10n-bn_IN
2010-04-01 misc/kde4-l10n-hne
2010-04-01 misc/kde4-l10n-ku
2010-04-01 misc/kde4-l10n-mr
|
11:16 pav
Coccinelle is a program matching and transformation engine which provides the
language SmPL (Semantic Patch Language) for specifying desired matches and
transformations in C code. Coccinelle was initially targeted towards performing
collateral evolutions in Linux. Such evolutions comprise the changes that are
needed in client code in response to evolutions in library APIs, and may
include modifications such as renaming a function, adding a function argument
whose value is somehow context-dependent, and reorganizing a data
structure. Beyond collateral evolutions, Coccinelle is successfully used (by us
and others) for finding and fixing bugs in systems code.
WWW: http://coccinelle.lip6.fr/
PR: ports/150472
Submitted by: Andriy Gapon <avg@icyb.net.ua>
|
Saturday, 11 Sep 2010
|
14:07 swills
Perl module which allows logging to RabbitMQ
WWW: http://search.cpan.org/~bundacia/Log-Log4perl-Appender-RabbitMQ/
Approved by: wxs (co-mentor)
|
13:31 swills
A Perl mock RabbitMQ implementation for use when testing.
WWW: http://search.cpan.org/~gphat/Test-Net-RabbitMQ/
Approved by: wxs (co-mentor)
|
04:24 sahil
Tie::Hash::MultiValue allows you to have hashes which store their values
in anonymous arrays, appending any new value to the already-existing ones.
This means that you can store as many items as you like under a single key,
and access them all at once by accessing the value stored under the key.
WWW: http://search.cpan.org/dist/Tie-Hash-MultiValue/
PR: ports/150473
Submitted by: Frederic Culot <frederic@ culot.org>
|
Thursday, 9 Sep 2010
|
22:28 pgollucci
XHProf is a function-level hierarchical profiler for PHP and has a simple HTML
based navigational interface. The raw data collection component is implemented
in C (as a PHP extension). The reporting/UI layer is all in PHP. It is capable
of reporting function-level inclusive and exclusive wall times, memory usage,
CPU times and number of calls for each function. Additionally, it supports
ability to compare two runs (hierarchical DIFF reports), or aggregate results
from multiple runs.
WWW: http://pecl.php.net/package/xhprof/
PR: ports/148322
Submitted by: Conor McDermottroe <ports at mcdermottroe.com>
|
Wednesday, 8 Sep 2010
|
14:09 kuriyama
With Magit, you can inspect and modify your Git repositories with
Emacs. You can review and commit the changes you have made to the
tracked files, for example, and you can browse the history of past
changes. There is support for cherry picking, reverting, merging,
rebasing, and other common Git operations.
WWW: http://philjackson.github.com/magit/
|
05:25 pgollucci
audio/audacious-crossfade||2010-09-08|Broken for 6+ months, unmaintained
audio/ecamegapedal||2010-09-08|Has expired: Abandonned since 2004, please use
audio/jack-rack or audio/creox instead.
comms/asmodem||2010-09-08|Broken for 6+ months, unmaintained
comms/ltmdm||2010-09-08|Broken for 6+ months, unmaintained
comms/yawmppp||2010-09-08|Broken for 6+ months, unmaintained
devel/p5-ORBit||2010-09-08|Broken for 6+ months, unmaintained
emulators/p-interp||2010-09-08|Broken for 6+ months, unmaintained
graphics/visionegg||2010-09-08|Broken for 6+ months, unmaintained
japanese/okphone||2010-09-08|Broken for 6+ months, unmaintained
java/openjit||2010-09-08|Broken for 6+ months, unmaintained
multimedia/xmps-win32-plugin||2010-09-08|Broken for 6+ months, unmaintained
net-mgmt/tknetmon||2010-09-08|Broken for 6+ months, unmaintained
net/arpd||2010-09-08|Broken for 6+ months, unmaintained
net/vomit||2010-09-08|Broken for 6+ months, unmaintained
sysutils/xwipower||2010-09-08|Broken for 6+ months, unmaintained
www/lws||2010-09-08|Broken for 6+ months, unmaintained
Reported by: FreeBSD unmaintained ports which are currently marked broken
monthly reminder
|
Tuesday, 7 Sep 2010
|
21:37 romain
A library for easy manipulation of MIFARE NFC targets.
WWW: http://nfc-tools.googlecode.com
|
Friday, 3 Sep 2010
|
18:09 glarkin
testtools is a set of extensions to the Python standard library's
unit testing framework. These extensions have been derived from
years of experience with unit testing in Python and come from many
different sources. testtools also backports unittest changes from
recent Pythons to Python 2.4 and 2.5.
WWW: https://launchpad.net/testtools
PR: ports/149967
Submitted by: Carlo Strub
|
16:02 bapt
C++ logging library.
WWW: http://bitbucket.org/klepa/vxlog
PR: ports/141790
Submitted by: Konstantin Lepa <konstantin.lepa at gmail.com>
|
Thursday, 2 Sep 2010
|
02:23 pgollucci
Prep for Rails 3
New wave Internationalization support for Ruby.
WWW: http://rubygems.org/gems/i18n
Sponsored by: RideCharge Inc. / Taximagic
|
02:22 pgollucci
Prep for rails 3
A scripting framework that replaces rake, sake and rubigen
WWW: http://rubygems.org/gems/thor
Sponsored by: RideCharge Inc. / Taximagic
|
Wednesday, 1 Sep 2010
|
21:54 makc
Connect libdbusmenu-qt
|
21:39 bapt
RE2 is a fast, safe, thread-friendly alternative to backtracking regular
expression engines like those used in PCRE, Perl, and Python.
It is a C++ library.
RE2 uses automata theory to guarantee that regular expression searches run in
time linear in the size of the input. RE2 implements memory limits, so that
searches can be constrained to a fixed amount of memory. RE2 is engineered to
use a small fixed C++ stack footprint no matter what inputs or regular
expressions it must process; thus RE2 is useful in multithreaded environments
where thread stacks cannot grow arbitrarily large.
WWW: http://code.google.com/p/re2/
PR: ports/150185
Submitted by: Julien Laffaye <kimelto at gmail.com>
|
14:36 pav
Geany is a small and lightweight integrated development environment. It was
developed to provide a small and fast IDE, which has only a few dependencies
on other packages. Another goal was to be as independent as possible from a
special Desktop Environment like KDE or GNOME.
This port contains plugins for geany
WWW: http://plugins.geany.org/
PR: ports/146955
Submitted by: Aldis Berjoza <aldis@bsdroot.lv>
|
Monday, 30 Aug 2010
|
21:26 glarkin
This is a plugin for bzr. Using hooks, this plugin supports external branches
for the following commands:
* branch
* checkout
* commit
* pull
* push
* update
WWW: https://launchpad.net/bzr-externals
PR: ports/150109
Submitted by: Carlo Strub
|
Thursday, 26 Aug 2010
|
10:49 philip
Add lua-alien 0.5.0, lua -> C FFI.
PR: ports/149983
Submitted by: Anonymous <swell.k-at-gmail.com>
|
Monday, 23 Aug 2010
|
12:40 pav
- Fix index by removing freebase which is a slave port of recently removed
freeride port
Reported by: index build failure
|
12:04 gahr
- Remove devel/freeride. Dependency is gone.
devel/freeride
|
04:11 pgollucci
Unicode string manipulation library for Ruby. This library is based on UTR #15
Unicode Normalization Forms[1].
[1] http://www.unicode.org/unicode/reports/tr15/
WWW: http://www.yoshidam.net/unicode.txt
PR: ports/149160
Submitted by: Alexey V. Degtyarev <alexey at renatasystems.org>
|
Sunday, 22 Aug 2010
|
21:34 lwhsu
Add bzr-builder 0.4, a bzr plugin to construct a bzr branch based on a
"recipe".
PR: ports/149891
Submitted by: Carlo Strub <c-s at c-s.li>
|
21:34 lwhsu
Add bzr-loom 2.1, bazaar plugin to assist in developing focused patches.
PR: ports/149890
Submitted by: Carlo Strub <c-s at c-s.li>
|
15:07 lwhsu
Add maven-ant-tasks 2.1.0, allows Maven's artifact handling to be used
from within an Ant build.
PR: ports/147889
Submitted by: Chris Rees <utisoft at gmail.com>
|
14:27 lwhsu
Add p5-indirect 0.21, lexically warn about using the indirect object
syntax.
PR: ports/149634
Submitted by: Dan Rench <citric at cubicone.tmetic.com>
|
Friday, 20 Aug 2010
|
01:31 amdmi3
Child - a Perl 5 OO interface to fork()
My working version of this port is at:
http://github.com/drench/FreeBSD-p5-Child
WWW: http://search.cpan.org/dist/Child/
PR: 149216
Submitted by: Dan Rench <citric@cubicone.tmetic.com>
|
Thursday, 19 Aug 2010
|
14:43 bf
Add checkheaders 1.0, checks for unnecessary headers in C/C++ programs.
Approved by: makc (co-mentor)
|
Wednesday, 18 Aug 2010
|
18:12 amdmi3
htable is a lightweight implementation of hash tables in C, greatly
inspired by the implementations of spray and red-black trees found in
*BSD kernels. To use it, you only need to copy the header file
"htable.h" into your project.
WWW: http://culot.org/public/Code/htable.html
- While here, keep devel/Makefile sorted
PR: 149613
Submitted by: Frederic Culot <frederic@culot.org>
|
13:41 glarkin
bzr-grep is a plugin for bzr to grep files. Its purpose is to print lines
matching PATTERN for specified files and revisions.
WWW: https://launchpad.net/bzr-grep
PR: ports/147705
Submitted by: Carlo Strub <c-s at c-s.li>
|
Tuesday, 17 Aug 2010
|
20:32 amdmi3
CMPH - C Minimal Perfect Hashing Library
A perfect hash function maps a static set of n keys into a set of m integer
numbers without collisions, where m is greater than or equal to n. If m is equal
to n, the function is called minimal.
Minimal perfect hash functions are widely used for memory efficient storage and
fast retrieval of items from static sets, such as words in natural languages,
reserved words in programming languages or interactive systems, universal
resource locations (URLs) in Web search engines, or item sets in data mining
techniques. Therefore, there are applications for minimal perfect hash functions
in information retrieval systems, database systems, language translation
systems, electronic commerce systems, compilers, operating systems, among
others.
WWW: http://cmph.sourceforge.net/
PR: 149248
Submitted by: Jesse Kempf <jkempf@davisvision.com>
|
19:56 amdmi3
This module is a minimalistic variant of p5-Class-Accessor (Class::Accessor).
WWW: http://search.cpan.org/dist/Class-Accessor-Lite/
PR: 149481
Submitted by: TAKAHASHI Kaoru <kaoru@kaisei.org>
|
10:27 kevlo
Initial import of libdisorder 0.0.2
Libdisorder is a simple C library for entropy measurement.
|
Monday, 16 Aug 2010
|
18:24 acm
- New port: devel/fpc-newt
Free Pascal interface to newt library
PR: 146001
Submitted by: Christopher Key <cjk32 _ at cam.ac.uk>
|
18:02 acm
- New port: devel/fpc-fcl-res
Free Pascal Component Library
PR: 146001
Submitted by: Christopher Key <cjk32 __ at __ cam.ac.uk>
|
17:56 acm
- New port: devel/fpc-dbus
Free Pascal interface to dbus library
PR: 146001
Submitted by: Christopher Key <cjk32 (at) cam.ac.uk>
|
Thursday, 12 Aug 2010
|
12:47 bapt
Devel::CheckLib provides a way of checking whether a particular library and
its headers are available, by attempting to compile a simple program and
link against it.
WWW: http://search.cpan.org/dist/Devel-CheckLib/
PR: ports/149440
Submitted by: Frederic Culot <frederic at culot.org>
Approved by: rene@ (mentor vacation)
|
12:32 bapt
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 are prefixed with
"get_" as the accessor, while set methods are prefixed with "set_".
This is the naming style recommended by Damian Conway in Perl Best
Practices.
WWW: http://search.cpan.org/dist/MooseX-FollowPBP/
PR: ports/149524
Submitted by: Frederic Culot <frederic at culot.org>
Approved by: rene@ (mentor vacation)
|
Tuesday, 10 Aug 2010
|
06:02 dougb
*sigh* Sorry, looks like a false alarm caused by a tree cvs decided
not to fully update.
|
05:58 dougb
p5-Data-Dumper-Concise depends on a port that does not exist
|
Monday, 9 Aug 2010
|
05:41 clsung
This port is the port for the slave part of the BuildBot continuous integration
system.
PR: ports/148530
Submitted by: Frédéric Praca <frederic dot praca_AT_freebsd-fr dot org>
|
05:38 miwi
This module allows you to manage a set of deprecations for one or more
modules.
WWW: http://search.cpan.org/dist/Package-DeprecationManager
PR: ports/149325
Submitted by: Frederic Culot <frederic at culot.org>
|
05:33 miwi
A bridge that supports Glib's event loop from POE.
WWW: http://search.cpan.org/dist/POE-Loop-Glib/
PR: ports/149309
Submitted by: Jase Thew <freebsd at beardz.net>
|
05:30 miwi
Figure out the names of variables passed into subroutines.
WWW: http://search.cpan.org/dist/Devel-ArgNames/
PR: ports/149395
Submitted by: Christopher Key <cjk32 at cam.ac.uk>
|
04:50 miwi
Test::Unit 2.x - Improved version of Test::Unit bundled
in Ruby 1.8.x. Ruby 1.9.x bundles minitest not Test::Unit.
Test::Unit bundled in Ruby 1.8.x had not been improved but
unbundled Test::Unit (Test::Unit 2.x) will be improved actively.
WWW: http://rubyforge.org/projects/test-unit/
PR: ports/149376
Submitted by: Eric Freeman <freebsdports at chillibear.com>
|
Friday, 6 Aug 2010
|
09:28 olgeni
Drop devel/py_otp_interface in favor of devel/py-interface, which
has a better structure.
|
Thursday, 5 Aug 2010
|
17:41 amdmi3
This module fetches the version of any other module.
WWW: http://search.cpan.org/dist/Module-Version/
PR: 149165
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
|
15:48 az
File::ShareDir::Install allows you to install read-only data files from a
distribution. It is a companion module to File::ShareDir, which allows you to
locate these files after installation.
It is a port Module::Install::Share to ExtUtils::MakeMaker with the improvement
of only installing the files you want; .svn and other source-control junk will
be ignored.
|
Wednesday, 4 Aug 2010
|
07:54 bapt
The Parse::Template class evaluates Perl expressions placed within
a text. This class can be used as a code generator, or a generator
of documents in various document formats (HTML, XML, RTF, etc.).
Parse::Template was initially created to serve as a code generator
for the Parse::Lex class. The class is now available as a separate
module.
WWW: http://search.cpan.org/dist/ParseTemplate/
PR: ports/149225
Submitted by: Frederic Culot <frederic at culot.org>
Approved by: jadawin@ (co-mentor)
|
Number of commits found: 11319 (showing only 100 on this page) |