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 photos
All times are UTC
Ukraine
The recently imposed "must be logged in" restriction is a response to increased bot traffic on the site. This affects search, commits, and vuxml pages.
Search engines are not blocked. Try using "site:www.freshports.org" and your search terms.
After the ports freeze to fix some stuff, the freeze is over. I have some work to do before FreshPorts can start processing commits again before it can start processing again. I've created an issue for that.
non port: devel/Makefile

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

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

Saturday, 28 Jul 2012
01:02 ak search for other commits by this committer
Remove expired ports:
2012-07-20 audio/etoile-melodie: API no longer supported
2012-07-20 audio/etoile-volumecontrolmenulet: API no longer supported
2012-07-20 deskutils/etoile-corner: API no longer supported
2012-07-20 deskutils/etoile-dictionaryreader: API no longer supported
2012-07-20 deskutils/etoile-distributedview: API no longer supported
2012-07-20 deskutils/etoile-extendedworkspacekit: API no longer supported
2012-07-20 deskutils/etoile-hardware: API no longer supported
2012-07-20 deskutils/etoile-inspectorkit: API no longer supported
2012-07-20 deskutils/etoile-lookandbehavior: API no longer supported
2012-07-20 deskutils/etoile-menuserver: API no longer supported
2012-07-20 deskutils/etoile-panekit: API no longer supported
2012-07-20 deskutils/etoile-scriptservices: API no longer supported
2012-07-20 deskutils/etoile-servicemenulet: API no longer supported
2012-07-20 deskutils/etoile-servicesbarkit: API no longer supported
2012-07-20 deskutils/etoile-systemconfig: API no longer supported
2012-07-20 deskutils/etoile-trackerkit: API no longer supported
2012-07-20 deskutils/etoile-ui: API no longer supported
2012-07-20 devel/etoile-collectionkit: API no longer supported
2012-07-20 devel/etoile-coreobject: API no longer supported
2012-07-20 devel/etoile-foundation: API no longer supported
2012-07-20 devel/etoile-serialize: API no longer supported
2012-07-20 devel/etoile-unitkit: API no longer supported
2012-07-20 devel/llvm-etoile: API no longer supported
2012-07-20 editors/etoile-typewriter: API no longer supported
2012-07-20 graphics/popplerkit: API no longer supported
2012-07-20 graphics/vindaloo: API no longer supported
2012-07-20 lang/etoile-compiler: API no longer supported
2012-07-20 lang/etoile-io: API no longer supported
2012-07-20 lang/etoile-languagekit: API no longer supported
2012-07-20 lang/etoile-lkplugins: API no longer supported
2012-07-20 lang/etoile-scriptkit: API no longer supported
2012-07-20 lang/etoile-smalltalkkit: API no longer supported
2012-07-20 multimedia/etoile-babbler: API no longer supported
2012-07-20 multimedia/etoile-mediakit: API no longer supported
2012-07-20 multimedia/etoile-multimediakit: API no longer supported
2012-07-20 net-im/etoile-stepchat: API no longer supported
2012-07-20 net-im/etoile-xmppkit: API no longer supported
2012-07-20 sysutils/etoile-behavior: API no longer supported
2012-07-20 sysutils/etoile-installer: API no longer supported
2012-07-20 sysutils/etoile-powermenulet: API no longer supported
2012-07-20 sysutils/etoile-system: API no longer supported
2012-07-20 textproc/etoile-lucenekit: API no longer supported
2012-07-20 textproc/etoile-ogrekit: API no longer supported
2012-07-20 textproc/etoile-opmlkit: API no longer supported
2012-07-20 www/etoile-bookmarkkit: API no longer supported
2012-07-20 www/etoile-mollusk: API no longer supported
2012-07-20 x11-fm/etoile-fontmanager: API no longer supported
2012-07-20 x11-themes/etoile-azbackground: API no longer supported
2012-07-20 x11-themes/etoile-camaelon: API no longer supported
2012-07-20 x11-themes/etoile-etoilemenus: API no longer supported
2012-07-20 x11-themes/etoile-iconkit: API no longer supported
2012-07-20 x11-themes/etoile-wildmenus: API no longer supported
2012-07-20 x11-wm/etoile-azalea: API no longer supported
2012-07-20 x11-wm/etoile-azdock: API no longer supported
2012-07-20 x11-wm/etoile-azswitch: API no longer supported
2012-07-20 x11-wm/etoile-login: API no longer supported
2012-07-20 x11/etoile: Update to a new release is required
2012-07-20 x11/etoile-idle: API no longer supported
2012-07-20 x11/etoile-iterm: API no longer supported
2012-07-20 x11/etoile-xwindowserverkit: API no longer supported
2012-07-20 x11/gnustep-app: API no longer supported
Original commit
Thursday, 26 Jul 2012
05:40 bapt search for other commits by this committer
new devel/pkgconf added to replace devel/pkg-config. new version of pkg-config
are no more self hosting so we are stuck with 0.25 version while pkgconf provide
the same set of features as 0.27 and a compatible frontend. A symlink to
pkg-config has been added for convenience and compatibility

This also introduces a new macro to use pkgconf in your ports:
USE_PKGCONFIG

it can take the following arguments:
 - yes (meaning build only dep)
 - build (meaning build only dep)
 - run (meaning run only dep)
 - both (meaning run and build dep)

From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG
The old gnome macro has been modified to use pkgconf but still the sameway: run
and build dep to avoid large breakage.

While here fix some ports relying on pkg-config but not specifying it, fix some
ports broken because testing wrong .pc files, and fix ports using pkg-config
--version to determine pkg-config version instead of
pkg-config --modversion pkg-config like recommanded by pkg-config

With Hat:	portmgr
Exp-runs by:	bapt (pointhat-west), beat (pointyhat)
Original commit
Wednesday, 25 Jul 2012
01:48 swills search for other commits by this committer
Ripper parses Ruby source and tokenizes or builds an AST.

This gem is meant for Ruby 1.8.x builds. Ruby 1.9.x comes with a functioning
ripper implementation out of the box. This gem is a port of the Ripper 1.9
for Ruby 1.8.x. Ripper was written by Minero Aoki and ported by Loren Segal.

WWW: http://github.com/lsegal/ripper18

PR:		ports/169390
Submitted by:	Douglas Thrift
Original commit
Tuesday, 24 Jul 2012
21:37 ohauer search for other commits by this committer
- new port bugzilla42

New Features and Improvements:
- Experimental SQLite Support
- Creating an Attachment by Pasting Text Into a Text Field
- HTML Bugmail (default: on  can be disabled in user preference)
- Improved Searching System
- Disabling Old Components, Versions and Milestones
- Displaying a Custom Field Value Based on Multiple Values of Another Field
- Auditing of All Changes Within Bugzilla
- Accessibility Improvements

And many other Improvements, for complete list see:
 http://www.bugzilla.org/releases/4.2.1/release-notes.html
Original commit
Sunday, 22 Jul 2012
13:53 kuriyama search for other commits by this committer
Data::MessagePack::Stream is streaming deserializer for MessagePack.

This module is alternate for Data::MessagePack::Unpacker.  Unlike
original unpacker, this module support internal buffer and it's
possible to handle streaming data correctly.

WWW: http://search.cpan.org/dist/Data-MessagePack-Stream/
Original commit
01:19 ak search for other commits by this committer
Remove expired port:
2012-07-21 devel/acpicatools: It's quite obsolete and is already in base system
for a long time
Original commit
Saturday, 21 Jul 2012
09:51 culot search for other commits by this committer
Acme::Comment allows multi-line comments which are filtered out.
Unlike the pseudo multi-line comment if (0) {}, the code being
commented out need not be syntactically valid.

WWW: http://search.cpan.org/dist/Acme-Comment/

PR:		ports/169956
Submitted by:	Marcello Silva Coutinho <marcellocoutinho@gmail.com>
Original commit
09:17 pawel search for other commits by this committer
A Multi-Protocol Infrared Remote Library for the Arduino

This IR remote library, written by Ken Shirriff, lets you both send
and receive IR remote codes in multiple protocols. It supports NEC,
Sony SIRC, Philips RC5, Philips RC6, and raw protocols.

WWW: http://www.arcfn.com/2009/08/multi-protocol-infrared-remote-library.html

PR:		ports/163806
Submitted by:	Craig Leres <leres@ee.lbl.gov>
Original commit
Thursday, 19 Jul 2012
18:06 pawel search for other commits by this committer
A Graphical LCD library for Arduino

This library supports Graphical LCD (GLCD) displays for use with
Arduino and other AVR controllers.

WWW: http://code.google.com/p/glcd-arduino/

PR:		ports/166237
Submitted by:	Craig Leres <leres@ee.lbl.gov>
Original commit
Wednesday, 18 Jul 2012
18:00 jgh search for other commits by this committer
- project renamed from app -> papp

PR:	ports/169889
Submitted by:	maintainer, jwbacon@tds.net
Original commit
Tuesday, 17 Jul 2012
20:08 cs search for other commits by this committer
Revert r301029: Don't destroy the index
Original commit
19:56 olivierd search for other commits by this committer
- Update maintainer address
- Update to 1.3

Submitted by: by myself
Approved by: miwi, rene (mentors)
Original commit
15:14 gahr search for other commits by this committer
- link yajl-tcl to the build
Original commit
Monday, 16 Jul 2012
15:04 mm search for other commits by this committer
This is a static version of the libevent library for use with
lang/hiphop-php

WWW: https://github.com/facebook/hiphop-php/wiki/
Original commit
08:44 kuriyama search for other commits by this committer
Cool.io provides a high performance event framework for Ruby which
uses the libev C library.

WWW: http://coolio.github.com/
Original commit
Friday, 13 Jul 2012
17:38 jgh search for other commits by this committer
add new port: devel/geoip-java

MaxMind provides IP intelligence through the GeoIP brand. Over 5,000 companies
use GeoIP data to locate their Internet visitors and show them relevant content
and ads, perform analytics, enforce digital rights, and efficiently route
Internet traffic. Businesses can obtain additional insights into their
customers' connection speeds, ISPs, and more using GeoIP data.

WWW: http://www.maxmind.com/app/java

Sponsored by: Experts-Exchange, LLC.
Original commit
Thursday, 12 Jul 2012
12:00 gahr search for other commits by this committer
- Split devel/cmake port into devel/cmake and cmake/cmake-modules, in order
  to keep Modules and Templates separated.

Approved by:    avilla (kde)
Original commit
Tuesday, 10 Jul 2012
10:18 kuriyama search for other commits by this committer
IO::Buffer is a fast byte queue which is primarily intended for
non-blocking I/O applications but is suitable wherever buffering is
required.  IO::Buffer is compatible with Ruby 1.8/1.9 and Rubinius.

WWW: https://github.com/tarcieri/iobuffer
Original commit
06:13 eadler search for other commits by this committer
Benchmark::Timer class allows you to time portions of code conveniently, as
well as benchmark code by allowing timings of repeated trials. It is perfect
for when you need more precise information about the running time of portions
of your code than the Benchmark module will give you, but don't want to go all
out and profile your code.

WWW:    http://search.cpan.org/dist/Benchmark-Timer/

Reviewed by:    az (older version)
Original commit
04:59 eadler search for other commits by this committer
Delta assists you in minimizing "interesting" files subject
to a test of their interestingness. A common such situation is when attempting
to isolate a small failure-inducing substring of a large input that causes your
program to exhibit a bug.

WWW:    http://delta.tigris.org/

Reviewed by:    Bryan Drewery <bryan@shatow.net>
Original commit
Monday, 9 Jul 2012
03:44 jgh search for other commits by this committer
add new port: devel/libvirt-java

Libvirt-java is a base framework allowing to use libvirt, the virtualization
API though the Java programming language.

WWW: http://libvirt.org/java.html
Original commit
Saturday, 7 Jul 2012
07:05 culot search for other commits by this committer
Test::CheckDeps adds a test that assures all dependencies have been
installed properly. If requested, it can bail out all testing on error.

WWW: http://search.cpan.org/dist/Test-CheckDeps/
Original commit
Friday, 6 Jul 2012
21:37 gnn search for other commits by this committer
Add zookeeper to the devel Makefile.

Approved by: skreuzer (mentor)
Original commit
07:58 culot search for other commits by this committer
CPAN::Meta::Check verifies if requirements described in a CPAN::Meta
object are present.

WWW: http://search.cpan.org/dist/CPAN-Meta-Check/
Original commit
Thursday, 5 Jul 2012
09:34 sunpoet search for other commits by this committer
- Add p5-Test-utf8 1.00

Test::utf8 is a collection of tests useful for dealing with utf8 strings in
Perl. It has two types of tests: The validity tests check if a string is valid
and not corrupt, whereas the characteristics tests will check that string has a
given set of characteristics.

WWW: http://search.cpan.org/dist/Test-utf8/
Original commit
09:15 sbz search for other commits by this committer
This is a Python wrapper for Reddit's API, aiming to be as easy to use as
possible.

WWW:    https://github.com/mellort/reddit_api

PR:             ports/169396
Submitted by:   koobs <koobs.freebsd at gmail.com>
Original commit
Saturday, 30 Jun 2012
20:54 nivit search for other commits by this committer
A script for cloning a non-relocatable virtualenv.

WWW: http://github.com/edwardgeorge/virtualenv-clone
Original commit
Thursday, 28 Jun 2012
02:25 sunpoet search for other commits by this committer
- Add py-termcolor 1.1.0

ANSII Color formatting for output in terminal.

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

PR:             ports/169397
Submitted by:   Volodymyr Kostyrko <c.kworr@gmail.com>
Original commit
Wednesday, 27 Jun 2012
11:53 kuriyama search for other commits by this committer
Qudo is simple and extensible job queue manager system.

Your application can insert job into DB ,that is managed by Qudo.  And
Your application can get & execute job by Qudo worker.  Qudo
corresponds to deal with DB as MySQL and SQLite.

If you add Hook Point around job's working method, you can add it
easily and many point of work milestone.  Qudo is consided about
adding Hook Point Flexibility.

WWW: http://search.cpan.org/dist/Qudo/
Original commit
10:46 tobez search for other commits by this committer
Add devel/p5-Test-CheckManifest 1.25, a perl module
to check that a perl distibution's MANIFEST file
matches the distribution contents.
Original commit
Tuesday, 26 Jun 2012
17:36 makc search for other commits by this committer
- Update E17 ports:
  EFL updated to 1.1.0 and E17 updated to 0.16.999.65643 (svn 65643)
- Pass maintainership to submitter.
- New ports:
        benchmarks/expedite
        devel/eio
        graphics/evas-loader-generic
        graphics/evas-loader-ico
        graphics/evas-loader-psd
        graphics/evas-loader-wbmp
        graphics/evas_generic_loaders-gst
        graphics/evas_generic_loaders-pdf
        graphics/evas_generic_loaders-ps
        graphics/evas_generic_loaders-raw
        graphics/evas_generic_loaders-xcf
        x11-wm/e17-module-comp-scale
        x11-wm/e17-module-e-tiling
        x11-wm/e17-module-elfe
        x11-wm/e17-module-everything-aspell
        x11-wm/e17-module-everything-shotgun
        x11-wm/e17-module-xkbswitch

PR:             ports/167405
Submitted by:   Grzegorz Blach <magik at roorback.net>
Original commit
08:19 gahr search for other commits by this committer
- New port: devel/qt4-qtsolutions-soap

  The Qt SOAP project provides basic web service support with
  version 1.1 of the SOAP protocol.

  WWW: http://qt.gitorious.org/qt-solutions

- Slightly modify qt4-qtsolutions-singleapplication for use as master port
Original commit
Sunday, 24 Jun 2012
16:54 crees search for other commits by this committer
Replace devel/py-sendfile with net/py-pysendfile; upstream of py-sendfile
is dead and py-pysendfile is a fork.

PR:             ports/169177
Submitted by:   koobs <koobs.freebsd@gmail.com>
Approved by:    maintainer of py-sendfile's email domain is parked
Original commit
14:58 sunpoet search for other commits by this committer
- Add libgta 1.0.2

Libgta is a portable library that implements the Generic Tagged Array (GTA) file
format. This file format has the following features:
- GTAs can store any kind of data in multidimensional arrays
- GTAs can optionally use simple tags to store rich metadata
- GTAs are streamable, which allows direct reading from and writing to pipes,
  network sockets, and other non-seekable media
- GTAs can use ZLIB, BZIP2, or XZ compression, allowing a tradeoff between
  compression/decompression speed and compression ratio
- Uncompressed GTA files allow easy out-of-core data access for very large
  arrays

See http://gta.nongnu.org/ for more information.

WWW: http://gta.nongnu.org/libgta.html

PR:             ports/169041
Submitted by:   lbartoletti <coder@tuxfamily.org>
Original commit
10:15 pgj search for other commits by this committer
Behavior Driven Development for Haskell.  Hspec is roughly based on the
Ruby library RSpec.  However, Hspec is just a framework for running
HUnit and QuickCheck tests.  Compared to other options, it provides a
much nicer syntax that makes tests very easy to read.

WWW:    http://hspec.github.com/

Obtained from:  FreeBSD Haskell
Original commit
10:12 pgj search for other commits by this committer
Prevent or capture writing to stdout and other handles.

WWW:    https://github.com/trystan/silently

Obtained from:  FreeBSD Haskell
Original commit
10:07 pgj search for other commits by this committer
Parses Javascript into an Abstract Syntax Tree (AST). Initially intended
as frontend to hjsmin.

WWW:    http://github.com/alanz/language-javascript

Obtained from:  FreeBSD Haskell
Original commit
10:04 pgj search for other commits by this committer
Lightweight UTF8 handling.

WWW:    http://hackage.haskell.org/package/utf8-light

Obtained from:  FreeBSD Haskell
Original commit
09:56 pgj search for other commits by this committer
Provides ability to traverse a folder structure efficiently, as well as
convenience wrappers for reading from and writing to files.

WWW:    http://github.com/snoyberg/conduit

Obtained from:  FreeBSD Haskell
Original commit
09:53 pgj search for other commits by this committer
This is a small wrapper around the "directory", "unix", and "Win32"
packages, for use with "system-filepath".  It provides a consistent API
to the various versions of these packages distributed with different
versions of GHC.  In particular, this library supports working with
POSIX files that have paths which can't be decoded in the current locale
encoding.

WWW:    https://john-millikin.com/software/haskell-filesystem/

Obtained from:  FreeBSD Haskell
Original commit
09:49 pgj search for other commits by this committer
Use Template Haskell to embed file contents directly.

WWW:    https://github.com/snoyberg/file-embed

Obtained from:  FreeBSD Haskell
Original commit
Saturday, 23 Jun 2012
12:38 sunpoet search for other commits by this committer
- Add rebar 2.0.0

rebar is an Erlang build tool that makes it easy to compile and test Erlang
applications, port drivers and releases.

rebar is a self-contained Erlang script, so it's easy to distribute or even
embed directly in a project. Where possible, rebar uses standard Erlang/OTP
conventions for project structures, thus minimizing the amount of build
configuration work. rebar also provides dependency management, enabling
application writers to easily re-use common libraries from a variety of
locations (git, hg, etc).

WWW: https://github.com/basho/rebar

PR:             ports/168905
Submitted by:   koobs <koobs.freebsd@gmail.com>
Original commit
Thursday, 21 Jun 2012
07:59 rm search for other commits by this committer
- fix missorted entry

PR:             169278
Submitted by:   "Conrad J. Sabatier" <conrads at cox dot net>
Original commit
Wednesday, 20 Jun 2012
14:37 skreuzer search for other commits by this committer
liblcfg is a lightweight configuration file library written in C99.
The file format supports arbitrarily nested simple assignments, lists
and maps (aka dictionaries).

WWW:    http://liblcfg.carnivore.it/
Original commit
Sunday, 17 Jun 2012
20:26 cs search for other commits by this committer
Update port and Makefile
Original commit
19:16 rm search for other commits by this committer
This package provides OAuth 1.0/a, 2.0, and Ofly consumer support. The
package is wrapped around the superb Python Requests.

- Built on Python-Requests
- Supports OAuth 1.0, 1.0a, 2.0 and Ofly]
- Service wrappers for convenient connection initialization
- Well tested (100% coverage)

WWW:    https://github.com/litl/rauth

PR:             168802
Submitted by:   koobs <koobs.freebsd at gmail dot com>
Original commit
13:37 cs search for other commits by this committer
Rename devel/bazaar to devel/baz and bump portrevision on dependant ports
Original commit
Thursday, 14 Jun 2012
14:30 culot search for other commits by this committer
IO::HTML provides an easy way to open a file containing HTML while
automatically determining its encoding. It uses the HTML5 encoding
sniffing algorithm specified in section 8.2.2.1 of the draft standard.

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

This new port is needed to update textproc/p5-HTML-HTML5-Parser.
Original commit
10:06 gahr search for other commits by this committer
- New port: devel/qt4-qmlviewer

The Qt QML Viewer is a tool for loading QML documents that makes it easy to
quickly develop and debug QML applications. It invokes the QML runtime to load
QML documents and also includes additional features useful for the development
of QML-based applications.

WWW: http://qt-project.org/doc/qt-4.8/qmlviewer.html
Original commit
Tuesday, 12 Jun 2012
21:58 bapt search for other commits by this committer
2012-05-31 deskutils/sciplore-mindmapping: Discontinued, use deskutils/docear
instead
2012-06-07 devel/libtool-fixed: libtool has been fixed, no more need of this
version
2012-05-23 devel/p5-Devel-ObjectTracker: removed from CPAN
2012-05-10 devel/rubygem-vmc: BROKEN for more than 6 month
2012-06-01 games/antrix: no more public distfiles, abandoned upstream
2012-05-10 games/sfbol: BROKEN for more than 6 month
2012-06-01 java/eclipseme: depends on java/sun-wtk
2012-05-10 mail/lmtpd: BROKEN for more than 6 month
Original commit
Sunday, 10 Jun 2012
16:32 miwi search for other commits by this committer
A sane date/time Python interface: better epoch time, timezones, and deltas
with Django support as well

WWW:    https://github.com/HubSpot/sanetime

PR:             ports/168663
Submitted by:   koobs <koobs.freebsd@gmail.com>
Original commit
09:47 miwi search for other commits by this committer
This is a Python library to access the Github API v3.

With it, you can manage your Github resources (repositories, user profiles,
organizations, etc.) from Python scripts.

It covers the full API, and all methods are tested against the real Github site.

WWW:    http://vincent-jacques.net/PyGithub

PR:             ports/168660
Submitted by:   koobs <koobs.freebsd@gmail.com>
Original commit
Wednesday, 6 Jun 2012
16:21 sunpoet search for other commits by this committer
- Add p5-Daemon-Control 0.000009

Daemon::Control provides a library for creating init scripts in perl. Your perl
script just needs to set the accessors for what and how you want something to
run and the library takes care of the rest.

You can launch programs through the shell (/usr/sbin/my_program) or launch Perl
code itself into a daemon mode. Single and double fork methods are supported and
in double-fork mode all the things you would expect like reopening
STDOUT/STDERR, switching UID/GID are supported.

WWW: http://search.cpan.org/dist/Daemon-Control/
Original commit
Tuesday, 5 Jun 2012
14:26 swills search for other commits by this committer
Maps are ordered hashes that are both ordered, string/symbol indifferent, and
have recursive conversion, more robust implementation than
HashWithIndifferentAccess, support for struct like (map.foo) access, and
support for option/keyword access which avoids several nasty classes of errors
in many ruby libraries

WWW:    http://rubygems.org/gems/map
Original commit
05:52 miwi search for other commits by this committer
Python libev interface.

WWW:    http://packages.python.org/pyev/

PR:             ports/168511
Submitted by:   Denis Generalov <gd@rambler-co.ru>
Original commit
04:10 swills search for other commits by this committer
Bacon is a small RSpec clone weighing less than 350 LoC but nevertheless
providing all essential features.

WWW:    http://rubygems.org/gems/bacon
Original commit
Sunday, 3 Jun 2012
20:52 pgj search for other commits by this committer
- Update The Glorious Glasgow Haskell Compiler to version 7.4.1

Please note that port revision for all the Haskell ports without version changes
are also bumped.  Other per-port updates are coming soon (in separate commits)!
In addition to that, separate -docs ports are no longer needed so they are
now removed.

Thanks ashish@ for the assistance.

Obtained from:  FreeBSD Haskell
Original commit
Saturday, 2 Jun 2012
14:21 kuriyama search for other commits by this committer
IO::Callback provides an easy way to produce a phoney read-only
filehandle that calls back to your own code when it needs data to
satisfy a read.  This is useful if you want to use a library module
that expects to read data from a filehandle, but you want the data to
come from some other source and you don't want to read it all into
memory and use IO::String.

WWW: http://search.cpan.org/dist/IO-Callback/
Original commit
12:33 sunpoet search for other commits by this committer
- Add p5-Error-Helper 0.1.0

Error::Helper provides some easy error related methods.

WWW: http://search.cpan.org/dist/Error-Helper/
Original commit
Friday, 1 Jun 2012
18:16 swills search for other commits by this committer
prototype-rails provides Prototype, Scriptaculous, and RJS for Rails 3.1

WWW: https://github.com/rails/prototype-rails

PR:             ports/168126
Submitted by:   Mikhail T. <m.tsatsenko@gmail.com>
Original commit
15:40 swills search for other commits by this committer
Pretty print Ruby objects to visualize their structure.

WWW:    http://rubygems.org/gems/awesome_print

PR:             ports/168171
Submitted by:   Koichiro IWAO <meta+ports@vmeta.jp>
Original commit
06:20 sunpoet search for other commits by this committer
- Add p5-Test-CPAN-Meta-YAML 0.20

Test::CPAN::Meta::YAML was written to ensure that a META.yml file, provided with
a standard distribution uploaded to CPAN, meets the specifications that slowly
being introduced to module uploads, via the use of ExtUtils::MakeMaker,
Module::Build and Module::Install.

See CPAN::Meta for further details of the CPAN Meta Specification.

WWW: http://search.cpan.org/dist/Test-CPAN-Meta-YAML/
Original commit
Thursday, 31 May 2012
17:19 nobutaka search for other commits by this committer
Add libvshadow, a library to support the Volume Service Snapshot (VSS) format.
Original commit
17:01 nobutaka search for other commits by this committer
Add libewf, a library for support of the Expert Witness Compression Format
(EWF).
Original commit
Wednesday, 30 May 2012
19:58 rm search for other commits by this committer
Flake8 is a wrapper around these tools:

    - PyFlakes
    - pep8
    - Ned's McCabe script

Flake8 runs all tools by launching the single 'flake8' script, but ignores pep8
and PyFlakes extended options and just uses defaults. It displays the warnings
in a per-file, merged output.

WWW:    https://bitbucket.org/tarek/flake8

NB: slightly changed version of the port committed. My changes:
- add $FreeBSD$
- update to 1.3.1
- add license (MIT)
- add a comment about python3. It will work but it use distutils for python3
  and setuptools for python2. I think the port will need to be changed to use
  distutils for both python branches.
- use %%PYEASYINSTALL_EGG%% in pkg-plist

PR:             ports/168108
Submitted by:   William Grzybowski <william88@gmail.com>
Original commit
08:07 miwi search for other commits by this committer
Web Widgets for building and validating forms. (former ToscaWidgetsForms)

WWW:    http://toscawidgets.org/

PR:             ports/167710
Submitted by:   Yuan-Chung Hsiao <ychsiao@gmail.com>
Original commit
08:06 miwi search for other commits by this committer
Collection of repoze.who friendly form plugins

repoze.who-friendlyform is a repoze.who plugin which
provides a collection of developer-friendly form plugins,
although for the time being such a collection has only
one item.

WWW:    http://code.gustavonarea.net/repoze.who-friendlyform/

PR:             ports/167703
Submitted by:   Yuan-Chung Hsiao <ychsiao@gmail.com>
Original commit
Sunday, 27 May 2012
07:18 kuriyama search for other commits by this committer
This module provides an easy interface for getting various metadata
about a Perl module distribution.

WWW: http://search.cpan.org/dist/Dist-Metadata/
Original commit
Saturday, 26 May 2012
16:26 ache search for other commits by this committer
A simple, fast implementation of an in-memory LRU cache in pure perl.
Original commit
15:41 kuriyama search for other commits by this committer
This module is a stupid hack to make the default File::Spec behavior
available from a subclass.  This can be useful when using another
module that expects a subclass of File::Spec but you want to use the
current, native OS format (automatically detected by File::Spec).

WWW: http://search.cpan.org/dist/File-Spec-Native/
Original commit
Friday, 25 May 2012
16:03 miwi search for other commits by this committer
AnyEvent::Gearman is a module set of client/worker modules for Gearman for
AnyEvent applications.

WWW:    http://search.cpan.org/dist/AnyEvent-Gearman/

PR:             ports/166949
Submitted by:   Gea-Suan Lin <gslin@gslin.org>
Original commit
15:52 miwi search for other commits by this committer
This module is a object container interface which supports both OO interface
and Singleton interface.

WWW:    http://search.cpan.org/dist/Object-Container/

PR:             ports/166948
Submitted by:   Gea-Suan Lin <gslin@gslin.org>
Original commit
02:15 makc search for other commits by this committer
KDE/FreeBSD team presents long awaited KDE SC 4.8.3!

kdeaccessibility4 and kdeutils4 are now meta ports. deskutils/kdepim4 updated
to match KDE SC version, old kdepim preserved in deskutils/kdepim44.

Follow UPDATING instruction!

New ports:
- accessibility/kaccessible
- accessibility/kmag
- accessibility/kmousetool
- accessibility/kmouth
- archivers/ark
- comms/kremotecontrol
- deskutils/kcharselect
- deskutils/kdepim44
- deskutils/kdepim44-runtime
- deskutils/superkaramba
- devel/kdebindings4-perl-perlkde
- devel/kdebindings4-perl-perlqt
- math/analitza
- math/kcalc
- misc/kde4-l10n-fa
- security/kgpg-kde4
- security/kwallet
- sysutils/kdf
- sysutils/kfloppy
- sysutils/sweeper
- vietnamese/kde4-l10n
- x11-clocks/ktimer
- x11/kactivities
- x11/libkonq

Removed ports:
- devel/kdebindings4-kross-interpreters
- devel/kdebindings4-python
- devel/kdebindings4-ruby
- devel/kdebindings4-smoke
Original commit
Tuesday, 22 May 2012
23:55 miwi search for other commits by this committer
Setuptools revision control system plugin for Git.

WWW:    http://pypi.python.org/pypi/setuptools-git
Original commit
12:36 miwi search for other commits by this committer
String::TT exports a "tt" function, which takes a TT (Template Toolkit)
template as its argument. It uses the current lexical scope to resolve
variable references.

PR:             ports/168165
Submitted by:   Muhammad Moinur Rahman <5u623l20@gmail.com>
Original commit
Monday, 21 May 2012
09:42 miwi search for other commits by this committer
setuptools plugin for Mercurial version control system.

WWW:    http://pypi.python.org/pypi/setuptools_hg
Original commit
Sunday, 20 May 2012
09:39 rm search for other commits by this committer
LDAP-backed plugins for the Zope2 PluggableAuthService

WWW:    http://pypi.python.org/pypi/Products.LDAPMultiPlugins

Submitted by:   lstewart (via mail)
Original commit
09:38 rm search for other commits by this committer
A LDAP-enabled Zope 2 user folder

WWW:    http://pypi.python.org/pypi/Products.LDAPUserFolder

Submitted by:   lstewart (via mail)
Original commit
Friday, 18 May 2012
23:20 bapt search for other commits by this committer
2012-04-17 devel/p5-POE-Exceptions: included in devel/p5-POE and not needed
according to configure message
2012-05-09 net/p5-Net-Services: Removed from CPAN
2012-05-10 net/perldap: BROKEN for more than 6 month
2012-05-09 security/p5-Crypt-Cryptix: Gone from CPAN, project site says project
is dead
2012-05-11 www/p5-HTML-Sanitizer: no longer in CPAN
2012-04-25 www/p5-IMDB-Movie: Removed from CPAN
Original commit
19:01 jgh search for other commits by this committer
add new port: devel/app

The app command preprocesses assembly language code, much like cpp does
for C and C++.

WWW:    http://acadix.biz/app.php

PR:     ports/167969
Submitted by:   jwbacon@tds.net
Original commit
01:44 swills search for other commits by this committer
A ruby gem to mirror gems from rubygems.org. It uses net/http/persistent and
threads to grab the mirror set a little faster than the original.

WWW:    http://rubygems.org/gems/rubygems-mirror
Original commit
Thursday, 17 May 2012
19:39 madpilot search for other commits by this committer
A simple, intuitive C++ library to handle JSON serialized data.

WWW: http://git.cflinux.hu/?p=libjson.git;a=summary

PR:             ports/167852
Submitted by:   Richard Kojedzinszky <krichy@cflinux.hu>
Approved by:    crees (mentor)
Original commit
Wednesday, 16 May 2012
15:49 swills search for other commits by this committer
A specialized ruby testing framework

WWW:    http://rubygems.org/gems/mspec
Original commit
09:46 flo search for other commits by this committer
readd php 5.3.13 and all its modules as php53*
Original commit
Tuesday, 15 May 2012
10:49 makc search for other commits by this committer
Connect fuel
Original commit
Friday, 11 May 2012
19:36 bapt search for other commits by this committer
2012-05-10 archivers/php4-bz2: php4 is EOLed
2012-05-10 archivers/php4-zlib: php4 is EOLed
2012-05-10 converters/php4-iconv: php4 is EOLed
2012-05-10 converters/php4-mbstring: php4 is EOLed
2012-05-10 converters/php4-recode: php4 is EOLed
2012-05-10 databases/php4-dba: php4 is EOLed
2012-05-10 databases/php4-dbase: php4 is EOLed
2012-05-10 databases/php4-dbx: php4 is EOLed
2012-05-10 databases/php4-filepro: php4 is EOLed
2012-05-10 databases/php4-interbase: php4 is EOLed
2012-05-10 databases/php4-mssql: php4 is EOLed
2012-05-10 databases/php4-mysql: php4 is EOLed
2012-05-10 databases/php4-odbc: php4 is EOLed
2012-05-10 databases/php4-oracle: php4 is EOLed
2012-05-10 databases/php4-pgsql: php4 is EOLed
databases/php4-rrdtool: php4 is EOLed
2012-05-10 databases/php4-sybase_ct: php4 is EOLed
2012-05-10 devel/php4-dio: php4 is EOLed
2012-05-10 devel/php4-gettext: php4 is EOLed
2012-05-10 devel/php4-mcve: php4 is EOLed
2012-05-10 devel/php4-ncurses: php4 is EOLed
2012-05-10 devel/php4-pcntl: php4 is EOLed
2012-05-10 devel/php4-pcre: php4 is EOLed
2012-05-10 devel/php4-readline: php4 is EOLed
2012-05-10 devel/php4-shmop: php4 is EOLed
2012-05-10 devel/php4-sysvmsg: php4 is EOLed
2012-05-10 devel/php4-sysvsem: php4 is EOLed
2012-05-10 devel/php4-sysvshm: php4 is EOLed
2012-05-10 devel/php4-tokenizer: php4 is EOLed
2012-05-10 finance/php4-pfpro: php4 is EOLed
2012-05-10 ftp/php4-curl: php4 is EOLed
2012-05-10 ftp/php4-ftp: php4 is EOLed
2012-05-10 graphics/php4-chartdirector: php4 is EOLed
2012-05-10 graphics/php4-exif: php4 is EOLed
2012-05-10 graphics/php4-gd: php4 is EOLed
lang/php4: php4 is EOLed
2012-05-10 lang/php4-extensions: php4 is EOLed
2012-05-10 lang/php4-overload: php4 is EOLed
2012-05-10 mail/php4-imap: php4 is EOLed
2012-05-10 math/php4-bcmath: php4 is EOLed
2012-05-10 math/php4-gmp: php4 is EOLed
2012-05-10 misc/php4-calendar: php4 is EOLed
2012-05-10 misc/php4-mcal: php4 is EOLed
2012-05-10 net/php4-ldap: php4 is EOLed
2012-05-10 net/php4-sockets: php4 is EOLed
2012-05-10 net/php4-xmlrpc: php4 is EOLed
2012-05-10 net/php4-yp: php4 is EOLed
2012-05-10 net-mgmt/php4-snmp: php4 is EOLed
2012-05-10 security/php4-crack: php4 is EOLed
2012-05-10 security/php4-mcrypt: php4 is EOLed
2012-05-10 security/php4-mhash: php4 is EOLed
2012-05-10 security/php4-openssl: php4 is EOLed
2012-05-10 sysutils/php4-posix: php4 is EOLed
2012-05-10 textproc/php4-ctype: php4 is EOLed
2012-05-10 textproc/php4-domxml: php4 is EOLed
2012-05-10 textproc/php4-pspell: php4 is EOLed
2012-05-10 textproc/php4-wddx: php4 is EOLed
2012-05-10 textproc/php4-xml: php4 is EOLed
2012-05-10 textproc/php4-xslt: php4 is EOLed
2012-05-10 www/php4-session: php4 is EOLed
2012-05-10 archivers/pecl-zip: php4 is EOLed
2012-05-10 databases/pecl-sqlite: php4 is EOLed
2012-05-11 devel/pear-XML_XPath: php4 is EOLed
2012-05-11 devel/pecl-json: php4 is EOLed
2012-05-10 www/pecl-tidy: php4 is EOLed
2012-05-10 www/php-dyn: php4 is EOLed
2012-05-11 security/pecl-hash: php4 is EOLed
2012-05-11 net/phpldapadmin098: php4 is EOLed
graphics/jpgraph: php4 is EOLed
Original commit
01:49 glarkin search for other commits by this committer
This gem aims at being a simple and reliable solution for controlling
external programs running in the background on any Ruby / OS
combination.

The code originated in the selenium-webdriver gem, but should prove
useful as a standalone library.

WWW: https://github.com/jarib/childprocess
Original commit
Thursday, 10 May 2012
02:22 swills search for other commits by this committer
Errand provides Ruby bindings for RRD functions (via librrd), and a concise DSL
for interacting with RRDs.

WWW: http://rubygems.org/gems/errand
Original commit
Wednesday, 9 May 2012
15:55 rm search for other commits by this committer
Remove expired port: upstream doesn't provide development snapshots anymore,
use devel/py-boto instead.
Original commit
14:01 swills search for other commits by this committer
Backports some of the Ruby 1.9 API changes into Ruby 1.8,
which allows for better compatibility between the two versions.

The goal of backports is to make it easier to write ruby code
that runs across different versions of Ruby.

WWW: https://github.com/marcandre/backports

PR:             ports/167269
Submitted by:   Bryan Drewery <bryan@shatow.net>
Original commit
Tuesday, 8 May 2012
21:29 delphij search for other commits by this committer
This module provides basic functions for parsing mime-type names and matching
them against a list of media-ranges.

PR:             ports/167717
Submitted by:   William Grzybowski <william88 gmail.com>
Original commit
21:22 delphij search for other commits by this committer
hgsubversion is an extension for Mercurial that allows using Mercurial
as a Subversion client.

At this point, hgsubversion is usable by users reasonably familiar with
Mercurial as a VCS. It's not recommended to dive into hgsubversion as an
introduction to Mercurial, since hgsubversion "bends the rules" a little
and violates some of the typical assumptions of early Mercurial users.

PR:             ports/167692
Submitted by:   William Grzybowski <william88 gmail.com>
Original commit
21:17 delphij search for other commits by this committer
hghooks is a simple module that adds several useful hooks for use in
Mercurial hooks system.

Right now it includes hooks for:

 * pep8 checking of python files
 * pyflakes checking of python files
 * checking for forgotten pdb statements in python files
 * Trac integration. This includes:
   - Making sure at least a ticket is mentioned in the changeset message
   - Updating the Trac ticket with the changeset

PR:             ports/167595
Submitted by:   William Grzybowski <william88 gmail.com>
Original commit
Monday, 7 May 2012
16:52 crees search for other commits by this committer
- Connect legacy gitolite2 port to build

- Register CONFLICTS with latest gitolite port

PR:             ports/167440
Submitted by:   milki <milki@rescomp.berkeley.edu>
Original commit
Sunday, 6 May 2012
18:02 zi search for other commits by this committer
New port: devel/uthash

This is a hash table, implemented in C, supporting constant-time
add/find/remove of C structures. Any structure having a unique,
arbitrarily-typed key member can be hashed by adding a UT_hash_handle
member to the structure and calling these macros.

WWW: http://uthash.sourceforge.net/
Original commit
Thursday, 3 May 2012
16:09 miwi search for other commits by this committer
A singly-linked list offers the ability to insert or delete
nodes at any point within the list. A doubly-linked list also offers the
ability to request previous nodes in the list.

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

PR:             167315
Submitted by:   Muhammad Moinur Rahman <5u623l20@gmail.com>
Original commit
15:47 des search for other commits by this committer
This module packages several TypeConstraints with coercions for
working with ISO8601 date strings and the DateTime suite of objects.

WWW: http://search.cpan.org/dist/MooseX-Types-ISO8601/
Original commit
Tuesday, 1 May 2012
18:21 rm search for other commits by this committer
This library provides an easy and structured way to access the gpodder.net web
services. In addition to subscription list synchronization and storage, the
advanced API support allows to upload and download episode status changes.

WWW:    http://thp.io/2010/mygpoclient/

Until now this package has installed with multimedia/gpodder, it's time to
make it a separate package.
Original commit
Monday, 30 Apr 2012
03:10 sunpoet search for other commits by this committer
- Add p5-Test-Mock-LWP-Dispatch 0.03

Test::Mock::LWP::Dispatch intends for testing a code that heavily uses
LWP::UserAgent.

Assume that function you want to test makes three different request to the
server and expects to get some content from the server. To test this function
you should setup request/response mappings for mocked UserAgent and test it.

For doing something with mappings, here are methods map, unmap and unmap_all.
For controlling context of these mappings (is it applies for all created in your
code LWP::UserAgent's or only to one specific?) you should call these functions
for exported $mock_ua object (global mapping) or for newly created
LWP::UserAgent (local mappings).

See also on Test::Mock::LWP, it provides mocked LWP objects for you, so probably
you can solve your problems with this module too.

WWW: http://search.cpan.org/dist/Test-Mock-LWP-Dispatch/
Original commit
01:47 sunpoet search for other commits by this committer
- Add p5-Test-DependentModules 0.12

Test::DependentModules  is intended as a tool for module authors who would like
to easily test that a module release will not break dependencies. This is
particularly useful for module authors (like myself) who have modules which are
a dependency of many other modules.

WARNING: The tests this module does should *NEVER* be included as part of a
normal CPAN install!

WWW: http://search.cpan.org/dist/Test-DependentModules/
Original commit

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

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