non port: devel/Makefile |
Number of commits found: 11319 (showing only 100 on this page) |
Thursday, 13 Aug 2009
|
16:40 miwi
py-transaction contains a generic transaction implementation
for Python. It is mainly used by the ZODB, though.
WWW: http://pypi.python.org/pypi/transaction/
PR: ports/137600
Submitted by: Wen Heping <wenheping at gmail.com>
|
15:07 miwi
Perl common defaults with lower memory usage
WWW: http://search.cpan.org/dist/common-sense/
PR: ports/137693
Submitted by: Mons Anderson <mons at cpan.org>
|
Wednesday, 12 Aug 2009
|
07:54 clsung
- add p5-MooseX-Params-Validate
=> an extension of Params::Validate for using Moose's types
|
Monday, 10 Aug 2009
|
11:34 nivit
Construct is a python library for parsing and building of data
structures (binary or textual).
It is based on the concept of defining data
structures in a declarative manner,
rather than procedural code: more complex constructs are
composed of a hierarchy of simpler ones.
PR: ports/137593
Submitted by: Piotr Florczyk <p.florczyk at adminworkshop.pl>
|
Saturday, 8 Aug 2009
|
09:21 nivit
Aspyct AOP engine allows you to perform evolved aspect oriented
programming with Python, while remaining clear and simple.
WWW: http://www.aspyct.org/
PR: ports/137522
Submitted by: Sofian Brabez <sbrabez at gmail.com>
|
Friday, 7 Aug 2009
|
20:09 miwi
repoze.what is an authorization framework for WSGI applications,
based on repoze.who (which deals with authentication and
identification).
On the one hand, it enables an authorization system based on the
groups to which the `authenticated or anonymous` user belongs and
the permissions granted to such groups by loading these groups
and permissions into the request on the way in to the downstream
WSGI application.
And on the other hand, it enables you to manage your groups and
permissions from the application itself or another program, under
a backend-independent API. For example, it would be easy for you
to switch from one back-end to another, and even use this framework
to migrate the data.
WWW: http://what.repoze.org/docs/1.x/
PR: ports/137459
Submitted by: Wen Heping <wenheping at gmail.com>
|
20:08 miwi
repoze.who-testutil is a repoze.who plugin which modifies
repoze.who's original middleware to make it easier to forge
authentication, without bypassing identification (this is,
running the metadata providers).
It's been created to ease testing of repoze.who-powered
applications, in a way independent of the identifiers,
authenticators and challengers used originally by your
application, so that you won't have to update your test
suite as your application grows and the authentication
method changes.
WWW: http://code.gustavonarea.net/repoze.who-testutil/
PR: ports/137458
Submitted by: Wen Heping <wenheping at gmail.com>
|
17:11 miwi
Qt Script Generator is a tool that generates Qt bindings for Qt Script.
With the generated bindings you get access to substantial portions
of the Qt API from within Qt Script.
Qt is a cross-platform application framework for desktop and embedded
development. It includes an intuitive API and a rich C++ class
library, integrated tools for GUI development and internationalization,
and support for Java? and C++ development.
WWW: http://qtscriptgenerator.googlecode.com
Submitted by: Mina R Waheeb <syncer at gmail.com>
|
09:50 kuriyama
This module handles the installing and uninstalling of perl modules,
scripts, man pages, etc...
Both install() and uninstall() are specific to the way
ExtUtils::MakeMaker handles the installation and deinstallation of
perl modules. They are not designed as general purpose tools.
WWW: http://search.cpan.org/dist/ExtUtils-Install/
|
Wednesday, 5 Aug 2009
|
12:23 miwi
repoze.who is an identification and authentication framework
for arbitrary WSGI applications. It acts as WSGI middleware.
WWW: http://www.repoze.org/
PR: ports/137419
Submitted by: Wen Heping <wenheping at gmail.com>
|
08:29 nivit
MercurialEclipse is an Eclipse plugin for the Mercurial version control system.
WWW: http://www.vectrace.com/mercurialeclipse/
PR: ports/136089
Submitted by: Edmondas Girkantas <eg at fbsd.lt>
|
02:37 clsung
- Attributes with aliases for constructor arguments for MooseX
- required by p5-Net-Twitter
PR: ports/137305
Submitted by: Cezary Morga <cm_AT_therek dot net>
|
Tuesday, 4 Aug 2009
|
20:04 miwi
- Update Qt4 to 4.5.2
The KDE FreeBSD team would like to say thanks to all the helpers
and submitters.
Tested by: pointyhat-exp-run (pav/miwi)
|
19:18 miwi
- Update py-qt4 to py-qt4.5.4
- Update qscintilla-2* to 2.4
- Update py-sip to 4.8.2
- Update py-kde to 1.16.3
- Update py-qt to 1.18.1
The KDE FreeBSD team would like to say thanks to all the helpers
and submitters
New Port:
devel/py-qt4-scripttools
|
12:18 lippe
Often in program logic, multiple different steps need to be taken that
are independent of each other, but their total result is needed before
the next step can be taken. In synchonous code, the usual approach is
to do them sequentially.
An asynchronous or event-based program could do this, but if each step
involves some IO idle time, better overall performance can often be
gained by running the steps in parallel. A Async::MergePoint object
can then be used to wait for all of the steps to complete, before
passing the combined result of each step on to the next stage.
This module was originally part of the IO::Async distribution, but was
removed under the inspiration of Pedro Melo's Async::Hooks
distribution, because it doesn't itself contain anything IO-specific.
WWW: http://search.cpan.org/dist/Async-MergePoint/
|
11:23 tobez
Add devel/p5-B-Hooks-OP-PPAddr 0.03, a Perl module that provides a C api
for XS modules to hook into the execution of perl opcodes.
|
Monday, 3 Aug 2009
|
12:16 nivit
- Add devel/pyturbojson11 (recopied from py-turbojson)
PR: ports/137325
Submitted by: nivit
|
Sunday, 2 Aug 2009
|
19:36 mezz
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr
|
Saturday, 1 Aug 2009
|
21:49 wxs
The dklibs is a set of libraries by Dirk Krause.
The following libraries are included:
* dkport portability layer
* dkc general purpose C functions
* dknet portable client side TCP/IP networking
* dkappr access random number generators
* dkbif library to read bitmap images
* dklatsup support for applications creating LaTeX source files
* dksdbi simple interface to NDBM, GDBM and BDB databases
* dktrace produce debug output when linked to projects containing
*.c files generated by tracecc
The following programs are also included:
* stc string table compiler
* tracecc tracing preprocessor for C, C++, Objective-C and Java
* trana trace output analyzer
WWW: http://dklibs.sourceforge.net
PR: ports/136913
Submitted by: Charlie Kester <corky1951@comcast.net> (maintainer)
|
Thursday, 30 Jul 2009
|
15:26 amdmi3
Invoke package init methods at compile time
WWW: http://search.cpan.org/~mons/self-init-0.01/lib/self/init.pm
PR: 136707
Submitted by: Andrey Kostenko <gugu@veda.park.rambler.ru>
|
Tuesday, 28 Jul 2009
|
18:18 miwi
Perl pragma to declare previously undeclared constants
WWW: http://search.cpan.org/dist/constant-def/
PR: ports/136963
Submitted by: Mons Anderson <mons at cpan.org>
|
17:13 miwi
MooseX::Traits::Pluggable - an extension to MooseX::Traits. Adds support for
class precedence search for traits and some extra attributes.
WWW: http://search.cpan.org/dist/MooseX-Traits-Pluggable/
PR: ports/137141
Submitted by: Bill Brinzer <bill.brinzer at gmail.com>
|
17:13 miwi
Moose::Autobox provides an implementation of SCALAR, ARRAY, HASH & CODE for use
with autobox. It does this using a hierarchy of roles in a manner similar to
what Perl 6 might do.
WWW: http://search.cpan.org/dist/Moose-Autobox/
PR: ports/137139
Submitted by: Bill Brinzer <bill.brinzer at gmail.com>
|
17:11 miwi
The autobox pragma allows methods to be called on integers, floats, strings,
arrays, hashes, and code references in exactly the same manner as blessed
references.
WWW: http://search.cpan.org/dist/autobox/
PR: ports/137137
Submitted by: Bill Brinzer <bill.brinzer at gmail.com>
|
17:10 miwi
This module provides tracking of objects, for the purpose of detecting
memory leaks due to circular references or innappropriate caching schemes.
WWW: http://search.cpan.org/dist/Devel-LeakGuard-Object/
PR: ports/136897
Submitted by: TERAMOTO Masahiro <markun at onohara.to>
|
11:45 pav
- Update boost to 1.39
- Split boost port to separate components, with boost-all metaport
PR: ports/137054
Submitted by: Alexander Churanov <churanov.port.maintainer@gmail.com>
(maintainer)
|
08:58 bsam
Add linux-f10-dbus-glib 0.76, GLib bindings for D-Bus (Linux Fedora 10).
This port is needed for linux-firefox-3.5.
|
08:57 bsam
Add linux-f10-dbus-libs 1.2.4, libraries for accessing D-BUS (Linux
Fedora 10). This port is needed for linux-firefox-3.5.
|
07:12 miwi
The same as lib, but makes relative path absolute
WWW: http://search.cpan.org/dist/lib-abs/
PR: ports/136960
Submitted by: Mons Anderson <mons at cpan.org>
|
Saturday, 25 Jul 2009
|
10:40 arved
Add ocfpcsc, A library to provide a means to use Open Card Framework to talk
to PC/SC supported smartcard readers.
PR: 136948
Submitted by: Marcin Cieslak
|
Friday, 24 Jul 2009
|
06:30 alepulver
FOSSology is a software license analyzer.
WWW: http://fossology.org/
|
Tuesday, 21 Jul 2009
|
13:47 jadawin
Add colorgcc 1.3.2, perl script to colorize the terminal ouput of GCC.
PR: ports/136953
Submitted by: Sofian Brabez <sbrabez at gmail.com>
|
00:23 sobomax
Add py-interface 0.96, a Python implementation of an Erlang node.
|
Thursday, 16 Jul 2009
|
21:45 miwi
A class that provides an event callback interface
WWW: http://search.cpan.org/dist/Object-Event/
PR: ports/136784
Submitted by: Mons Anderson <mons at cpan.org>
|
14:56 amdmi3
SFML is a portable and easy to use multimedia API written in C++.
You can see it as a modern, object-oriented alternative to SDL.
SFML is composed of several packages to perfectly suit your needs.
You can use SFML as a minimal windowing system to interface with
OpenGL, or as a fully-featured multimedia library for building games
or interactive programs.
WWW: http://www.sfml-dev.org/index.php
|
10:49 tobez
Add devel/p5-Data-Path 1.4.1, a Perl module that provides XPath-like
access to complex data structures.
|
Wednesday, 15 Jul 2009
|
20:15 flz
Add Review Board Tools (rbtools), a set of utilities for Review Board.
|
13:47 amdmi3
This module does the same thing as msgfmt from GNU gettext-tools,
except this is pure Perl.
WWW: http://search.cpan.org/dist/Locale-Msgfmt/
PR: 136699
Submitted by: Cezary Morga <cm@therek.net>
|
Tuesday, 14 Jul 2009
|
17:40 pgollucci
This module builds on MooseX::Types::DateTime to add additional
custom types and coercions. Since it builds on an existing type,
all coercions and constraints are inherited.
The package name is left as is for legacy reasons: this module is
really a Type with coercions for DateTimeX::Easy. DateTimeX is just
a namespace for non-core or less-official DateTime modules.
WWW: http://search.cpan.org/dist/MooseX-Types-DateTimeX/
PR: ports/135939 (5 of 6)
Submitted by: Cezary Morga <cm at therek.net>
|
17:39 pgollucci
DateTime::Format::Flexible attempts to take any string you give it
and parse it into a DateTime object. The test file tests 2500+
variations of date/time strings.
WWW: http://search.cpan.org/dist/DateTime-Format-Flexible/
PR: ports/135939 (4 of 6)
Submitted by: Cezary Morga <cm at therek.net>
|
17:38 pgollucci
DateTimeX::Easy makes DateTime object creation quick and easy. It
uses a variety of DateTime::Format packages to do the bulk of the
parsing, with some custom tweaks to smooth out the rough edges
(mainly concerning timezone detection and selection).
WWW: http://search.cpan.org/dist/DateTimeX-Easy/
PR: ports/135939 (3 of 6)
Submitted by: Cezary Morga <cm at therek.net>
|
17:38 pgollucci
This module packages several Moose::Util::TypeConstraints with
coercions, designed to work with the DateTime suite of objects.
This module is just the MooseX::Types::DateTime without the requirement
on DateTimeX::Easy (which requires DateTime::Manip). As of 0.05
this module supports globally unique Olson abbreviations, and dies
when they are not globally unique.
WWW: http://search.cpan.org/dist/MooseX-Types-DateTime-ButMaintained/
PR: ports/135939 (2 of 6)
Submitted by: Cezary Morga <cm at therek.net>
|
17:37 pgollucci
This module should help you with converting commonly used and often
ambigious olson abbreviations into TZ offset notation.
WWW: http://search.cpan.org/dist/Olson-Abbreviations/
PR: ports/135939 (1 of 6)
Submitted by: Cezary Morga <cm at therek.net>
|
Monday, 13 Jul 2009
|
14:35 lwhsu
Add py-unittestplus 1.1.1, test utilities built on unittest.
PR: ports/136716
Submitted by: Kouki Hashimoto <hsmtkk at gmail.com>
|
Sunday, 12 Jul 2009
|
21:40 timur
Adding slave ports for the net/samba4-devel. We are installing this
libraries separately, so they can be used by other ports.
|
Wednesday, 8 Jul 2009
|
19:55 mm
The GNU Binutils are a collection of binary tools. The main ones are:
* ld - the GNU linker.
* as - the GNU assembler.
Most of these programs use BFD, the Binary File Descriptor library, to do
low-level manipulation. Many of them also use the opcodes library to assemble
and disassemble machine instructions.
This port may be used as a replacement for the system binutils and support
features from the latest versions of GCC.
For cross-compilation, see the devel/cross-binutils port.
WWW: http://sources.redhat.com/binutils/
|
Tuesday, 7 Jul 2009
|
19:28 miwi
This is a Perl front end for the Gearman C library. It aims to provide
a simple interface closely tied to the C library.
WWW: http://www.gearmand.org
PR: ports/136256
Submitted by: Alex Kapranoff <ka at nadoby.ru>
|
07:40 miwi
2009-07-07 audio/gai-album: abandoned project, does not build
2009-07-07 audio/gai-visual-audio: abandoned project, does not build
2009-07-05 devel/linxt: Use devel/roboctl instead.
2007-08-22 german/citrix_ica: Use net/citrix_ica
2007-08-22 japanese/citrix_ica: Use net/citrix_ica
2009-06-30 mail/bogofilter-qdbm: Migrate to bogofilter-tc instead
2009-06-27 mail/xc-mail: depends on a port that expired in 2007
2009-07-01 www/trac-blog: Not supported anymore for trac > 0.10; use
FullBlogPlugin instead
2009-07-01 www/trac-restrictedarea: Not supported anymore; functionality
included in trac since 0.11
|
Sunday, 5 Jul 2009
|
22:43 miwi
- Update to 1.5.1
- Connect to the build
PR: 135526
Submitted by: Wen Heping <wenheping@gmail.com> (maintainer)
|
22:27 miwi
Capture::Tiny provides a simple, portable way to capture anything sent to
STDOUT or STDERR, regardless of whether it comes from Perl, from XS code or
from an external program. Optionally, output can be teed so that it is captured
while being passed through to the original handles.
WWW: http://search.cpan.org/dist/Capture-Tiny/
PR: ports/135982
Submitted by: Bill Brinzer <bill.brinzer at gmail.com>
|
22:26 miwi
p5::JSON::RPC-Common is a perl module provides abstractions for
JSON-RPC 1.0, 1.1 (both variations) and 2.0 (formerly 1.2)
Procedure Call and Procedure Return objects (formerly known as
request and result), along with error objects. It also provides
marshalling objects to convert the model objects into JSON text
and HTTP requests/responses.
WWW: http://search.cpan.org/dist/JSON-RPC-Common/
PR: ports/135981
Submitted by: Wen Heping <wenheping at gmail.com>
|
Saturday, 4 Jul 2009
|
23:41 bms
Add Erlang bindings for Thrift.
|
23:36 miwi
setuptools plugin for darcs.
WWW: http://pypi.python.org/pypi/setuptools_darcs/
PR: ports/136175
Submitted by: Wen Heping <wenheping at gmail.com>
|
23:15 miwi
ToscaWidgets is a framework for building reusable web components.
The system allows a web developer to use a complex widget in their
application with ease - the internal complexity of the widget is
hidden. This helps rapidly develop compelling web applications.
WWW: http://toscawidgets.org/
PR: ports/136221
Submitted by: Wen Heping <wenheping at gmail.com>
|
Thursday, 2 Jul 2009
|
14:19 tobez
Add devel/p5-Devel-Ditto 0.06, a Perl module that helps to identify
where print output comes from.
|
Wednesday, 1 Jul 2009
|
10:47 miwi
py-rioritized_methods is an extension to PEAK-Rules to prioritize
methods in order to to avoid AmbiguousMethods situations.This module
provides four decorators:
prioritized_when
prioritized_around
prioritized_before
prioritized_after
These behave like their peak.rules counterparts except that they accept
an optional prio argument which can be used to provide a comparable
object (usually an integer) that will be used to disambiguate situations
in which more than rule applies to the given arguments and no rule is
more specific than another. That is, situations in which an
peak.rules.AmbiguousMethods would have been raised.
This is useful for libraries which want to be extensible via generic
functions but want their users to easily override a method without
figuring out how to write a more specific rule or when it is not
feasible.
WWW: http://pypi.python.org/pypi/prioritized_methods/
PR: ports/136094
Submitted by: Wen Heping <wenheping at gmail.com>
|
09:02 miwi
py-AddOn classes are like dynamic mixins, but with their own private attribute
and method namespaces. A concern implemented using add-ons can be added at
runtime to any object that either has a writable __dict__ attribute, or is
weak-referenceable.
AddOn classes are also like adapters, but rather than creating a new instance
each time you ask for one, an existing instance is returned if possible. In
this way, add-ons can keep track of ongoing state. For example, a Persistence
add-on might keep track of whether its subject has been saved to disk.
WWW: http://www.python.org/pypi/AddOns
PR: ports/135947
Submitted by: Wen Heping <wenheping at gmail.com>
|
09:02 miwi
PEAK-Rules is a highly-extensible framework for creating and using
generic functions, from the very simple to the very complex. Out of
the box, it supports multiple-dispatch on positional arguments using
tuples of types, full predicate dispatch using strings containing
Python expressions, and CLOS-like method combining. (But the framework
allows you to mix and match dispatch engines and custom method
combinations, if you need or want to.)
WWW: http://pypi.python.org/pypi/PEAK-Rules
PR: ports/135965
Submitted by: Wen Heping <wenheping at gmail.com>
|
09:01 miwi
py-BytecodeAssembler is a simple bytecode assembler module that handles
most low-level bytecode generation details like jump offsets, stack size
tracking, line number table generation, constant and variable name index
tracking, etc. That way, you can focus your attention on the desired
semantics of your bytecode instead of on these mechanical issues.
WWW: http://pypi.python.org/pypi/BytecodeAssembler
PR: ports/135945
Submitted by: Wen Heping <wenheping at gmail.com>
|
09:01 miwi
py-SymbolType is a Simple "symbol" type, useful for enumerations
or sentinels.
WWW: http://peak.telecommunity.com/DevCenter/SymbolType
PR: ports/135940
Submitted by: Wen Heping <wenheping at gmail.com>
|
Tuesday, 30 Jun 2009
|
13:15 pav
This Perl module parses ctags files and handles both traditional
ctags as well as extended ctags files such as produced with Exuberant
ctags.
The module is implemented as a wrapper around the readtags library
that normally ships with Exuberant ctags.
WWW: http://search.cpan.org/dist/Parse-ExuberantCTags/
PR: ports/136146
Submitted by: Cezary Morga <cm@therek.net>
|
Monday, 29 Jun 2009
|
07:33 avl
Framework agnostic object based authentication solution that handles all of the
non sense for you. It's as easy as ActiveRecord is with a database.
WWW: http://rubyforge.org/projects/authlogic/
Approved by: glarkin (mentor)
|
Sunday, 28 Jun 2009
|
01:58 wxs
This module understands the formats used by SQLite for its DATE, DATETIME, TIME,
and TIMESTAMP data types. It can be used to parse these formats in order to
create DateTime objects, and it can take a DateTime object and produce a string
representing it in the SQLite format.
WWW: http://search.cpan.org/dist/DateTime-Format-SQLite/
PR: ports/135962
Submitted by: hideo <hideo@lastamericanempire.com>
|
Monday, 22 Jun 2009
|
21:11 avl
An interface which glues ruby-debug to IDEs like Eclipse (RDT) and NetBeans.
WWW: http://rubyforge.org/projects/debug-commons/
Approved by: glarkin (mentor)
|
12:45 miwi
BioRuby project aims to implement integrated environment for
Bioinformatics by using Ruby.
WWW: http://bioruby.org/
PR: ports/135856
Submitted by: Wen Heping <wenheping at gmail.com>
|
07:55 flz
- Update lang/mono to 2.4.
- Update a bunch of c# ports as well (gtksharp20, mono-zeroconf, tomboy,
gnome-desktop-sharp, gnomesharp20).
- Remove devel/monodoc as it is now included in lang/mono.
- Add www/mod_mono, an apache module serving ASP.net pages.
- Add www/xsp, a mono-based webserver.
PR: ports/135248, ports/135249
Submitted by: Romain Tartiere <romain@blogreen.org>
|
02:18 lwhsu
Add py-coverage 3.0, code coverage measurement for Python.
|
Saturday, 20 Jun 2009
|
19:32 beat
This module provides thread-safe FIFO queues that can be accessed safely
by any number of threads.
Any data types supported by threads::shared can be passed via queues:
- Ordinary scalars
- Array refs
- Hash refs
- Scalar refs
- Objects based on the above
Ordinary scalars are added to queues as they are.
WWW: http://search.cpan.org/dist/Thread-Queue/
PR: ports/135181
Submitted by: Cezary Morga <cm AT therek.net>
|
Friday, 19 Jun 2009
|
09:24 pav
ruby_parser (RP) is a ruby parser written in pure ruby (utilizing
racc--which does by default use a C extension). RP's output is
the same as ParseTree's output: s-expressions using ruby's arrays and
base types.
Author: Ryan Davis (zenspider) <ryand-ruby@zenspider.com>
WWW: http://rubyforge.org/projects/parsetree/
PR: ports/135706
Submitted by: Espen Volden <voldern@hoeggen.net>
|
Thursday, 18 Jun 2009
|
14:07 skv
Add p5-Class-C3-Adopt-NEXT 0.12, make NEXT suck less.
PR: ports/135704
Submitter: Denis Pokataev <catone xx cpan.org>
|
Wednesday, 17 Jun 2009
|
19:33 joerg
After upgrading devel/avr-gcc to GCC 4.3.x, keep a GCC 4.2.x version
here as it frequently produces more compact code (but supports less
target MCU types).
|
16:17 garga
The Stomp project is the Streaming Text Orientated Messaging Protocol site (or
the Protocol Briefly Known as TTMP and Represented by the symbol :ttmp).
Stomp provides an interoperable wire format so that any of the available Stomp
Clients can communicate with any Stomp Message Broker to provide easy and
widespread messaging interop among languages, platforms and brokers.
This is a rubygem binding for stomp.
WWW: http://stomp.codehaus.org/Ruby
|
12:50 stas
- Add ri-emacs, an Emacs extension to work with ruby RDoc RI documentation.
Author: Kristof Bastiaensen <kristof@vleeuwen.org>
WWW: http://rubyforge.org/projects/ri-emacs/
|
12:18 stas
- Add ruby-fastri, a fast RDoc ri browser replacement.
Author: Mauricio Julio Fernandez Pradier <mfp@acm.org>
WWW: http://eigenclass.org/hiki/fastri
|
Monday, 15 Jun 2009
|
20:50 miwi
A ZConf backed method of choosing a backend for a Perl module that
has multiple backends.
zcgui-get Gets the current preferred backends for a module.
zcgui-gux Gets the value for useX.
zcgui-la Lists available GUI backends for a ZConf::GUI compliant module.
zcgui-lm Lists the modules that currently have preferences set.
zcgui-set Set the preferred backends for a module.
zcgui-sux Set the useX value for a module.
zcgui-which Prints a list of the available preferred modules for a module.
WWW: http://search.cpan.org/dist/ZConf-GUI/
PR: ports/134988
Submitted by: Zane C, Bowers <vvelox at vvelox.net>
|
19:55 garga
A Rubygems packaging tool that provides Rake tasks for documentation, extension
compiling, testing, and deployment.
WWW: http://blog.evanweaver.com/files/doc/fauna/echoe/
|
Saturday, 13 Jun 2009
|
22:36 miwi
p5-SUPER is a perl module provides three different ways
to control superclass method dispatch.
WWW: http://search.cpan.org/dist/SUPER/
PR: ports/135499
Submitted by: Wen Heping <wenheping at gmail.com>
|
22:32 miwi
Test-WWW-Selenium is a perl driver and test library for Selenium
Remote Control (SRC).
WWW: http://search.cpan.org/dist/Test-WWW-Selenium/
PR: ports/135507
Submitted by: Wen Heping <wenheping at gmail.com>
|
22:32 miwi
Test-WWW-Declare is a perl module of declarative testing
for your web app.
WWW: http://search.cpan.org/dist/Test-WWW-Declare/
PR: ports/135509
Submitted by: Wen Heping <wenheping at gmail.com>
|
19:22 erwin
Remove devel/tcl-trf as it has been marked BORKEN for over 5 months.
|
19:21 erwin
Remove devel/ruby-p4 as it has been marked BROKEN for over 6 months.
|
19:18 erwin
Remove devel/p5-VCP as it has been marked BROKEN for over 4 months.
|
Thursday, 11 Jun 2009
|
21:47 joerg
Make GCC 4.3.x the default version.
Contents goes into devel/avr-gcc now.
devel/avr-gcc-devel
|
Saturday, 6 Jun 2009
|
22:46 miwi
py-darcsver is a python module to generate a version
number from darcs history.
WWW: http://pypi.python.org/pypi/darcsver
PR: ports/135279
Submitted by: Wen Heping <wenheping at gmail.com>
|
07:41 stas
- Delete expired devel/powerpc-gcc and devel/powerpc-binutils ports.
|
Tuesday, 2 Jun 2009
|
15:59 garga
PHP language extension for RedHat Newt library, a terminal-based window and
widget library for writing applications with user friendly interface. Once this
extension is enabled in PHP it will provide the use of Newt widgets, such as
windows, buttons, checkboxes, radiobuttons, labels, editboxes, scrolls,
textareas, scales, etc. Use of this extension if very similar to the original
Newt API of C programming language.
WWW: http://pecl.php.net/package/newt
|
00:23 amdmi3
The Open On-Chip Debugger (OpenOCD) aims to provide debugging, in-system
programming and boundary-scan testing for embedded target devices. OpenOCD uses
a "hardware interface dongle" to communicate with the JTAG (IEEE 1149.1)
compliant taps on your target board. OpenOCD currently supports many types
of hardware dongles: USB based, parallel port based, and other standalone boxes
that run OpenOCD internally. It allows ARM7 (ARM7TDMI and ARM720t),
ARM9 (ARM920T, ARM922T, ARM926EJ-S, ARM966E-S), XScale (PXA25x, IXP42x) and
Cortex-M3 (Luminary Stellaris LM3 and ST STM32) based cores to be debugged
via the GDB protocol. Flash writing is supported for external CFI compatible
NOR flashes (Intel and AMD/Spansion command set) and several internal flashes
(LPC2000, AT91SAM7, STR7x, STR9x, LM3, and STM32x). Preliminary support for
various NAND flash controllers (LPC3180, Orion, S3C24xx, more) controller is
included.
WWW: http://openocd.berlios.de/
PR: 135094
Submitted by: CeDeROM <tomek.cedro@gmail.com>
|
Monday, 1 Jun 2009
|
17:26 bsam
Here are new Linux Fedora 10 infrastructure ports.
Those ports are intended to be used with 8-CURRENT at least
with SVN r192206.
If you want to switch to linux-f10 ports, please define at /etc/make.conf:
OVERRIDE_LINUX_BASE_PORT=f10
OVERRIDE_LINUX_NONBASE_PORTS=f10
An upgrading procedure is shown at /usr/ports/UPDATING, entries 20090401
and 20070327.
For the first time all tested linux ports work as expected(!):
. acroread8;
. google-earth;
. skype;
. seamonkey.
Many thanks for kernel folks who really did the main work
(and I wrote only some lines of ports).
There is a good chance that those ports may become a default
for 8.0-RELEASE. Please, test and report back to emulation@ ML.
|
Saturday, 30 May 2009
|
18:44 miwi
A general purpose source code indexer and cross-referencer that
provides web-based browsing of source code with links to the
definition and usage of any identifier.
WWW: http://sourceforge.net/projects/lxr/
PR: ports/134145
Submitted by: Eygene Ryabinkin
|
Friday, 29 May 2009
|
19:32 glarkin
Lpc21isp is an in-circuit programming (ISP) tool for programming
flash on NXP & Analog Devices ARM7 CPUs over the serial bootloader
WWW: http://tech.groups.yahoo.com/group/lpc21isp/
SRC: http://sourceforge.net/projects/lpc21isp
PR: ports/131168
Submitted by: Steve Franks
|
Wednesday, 27 May 2009
|
07:07 vanilla
Add py-protobuf, it's python binding of google protobuf.
|
Thursday, 21 May 2009
|
16:35 brix
- Add p5-Class-Mix:
The "mix_class" function provided by this module dynamically generates
`anonymous' classes with specified inheritance.
WWW: http://search.cpan.org/dist/Class-Mix/
|
Tuesday, 19 May 2009
|
13:14 laszlof
-Added port: devel/lmdbg
LMDBG is a collection of small tools for collecting and analyzing
the logs of malloc/realloc/memalign/free function calls. Unlike many
others, LMDBG does not provide any way to detect overruns of the
boundaries of malloc() memory allocations, as this is not the goal.
Like most other malloc debuggers, LMDBG allows detecting memory leaks
and double frees. However, unlike others, LMDBG generates full
stacktraces and separates the logging process from analysis, thus
allowing you to analyze an application on a per-module basis.
WWW: http://sourceforge.net/projects/lmdbg
Author: Aleksey Cheusov (cheusov at users.sourceforge.net)
PR: ports/134617
Submitted by: Mikolaj Golub <to.my.trociny@gmail.com>
|
Sunday, 17 May 2009
|
12:33 miwi
Waf is a Python-based framework for configuring, compiling and
installing applications. It is a replacement for other tools such
as autotools, scons, cmake or Ant.
PR: ports/133260
Submitted by: Olivier Duchateau <duchateau.olivier at gmail.com>
|
Saturday, 16 May 2009
|
23:25 miwi
- Connect ptlib26 to the build
|
Thursday, 14 May 2009
|
12:31 tobez
Add devel/p5-Data-Remember 0.07, a Perl module to remember complex
information without giving yourself a headache.
|
Wednesday, 13 May 2009
|
10:42 araujo
YDbf is a library for reading/writing DBF-files (aka XBase) in pythonic way.
WWW: http://www.pyobject.ru/projects/YDbf
PR: ports/134461
Submitted by: Andrey Polyakov <andrey@polyakov.name>
|
06:06 skv
Add p5-MooseX-MethodAttributes 0.09, code attribute introspection.
|
06:01 skv
Add p5-MooseX-Emulate-Class-Accessor-Fast 0.00802, emulate
Class::Accessor::Fast behavior using Moose attributes.
|
05:54 skv
Add p5-MooseX-Declare 0.22, declarative syntax for Moose.
|
Number of commits found: 11319 (showing only 100 on this page) |