1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
Commit Graph

5620 Commits

Author SHA1 Message Date
Antoine Brodin
763fd667bb New port: devel/pear-SebastianBergmann_Git
Simple wrapper for Git
WWW: https://github.com/sebastianbergmann/git

PR:		ports/181671
Submitted by:	Gasol Wu
2013-11-17 08:30:23 +00:00
Antoine Brodin
93088ea47a New port: devel/pecl-jsonc
PECL extension for JSON serialization

PR:		ports/181538
Submitted by:	Gasol Wu
2013-11-16 12:50:57 +00:00
Kubilay Kocak
cd76888cd6 devel/py-futures: [NEW PORT] Backport of Python 3.2 concurrent.futures module
The concurrent.futures module provides a high-level interface for
asynchronously executing callables.

This is described in PEP-3148 and is included in Python 3.2+

WWW: http://code.google.com/p/pythonfutures/
2013-11-16 05:06:38 +00:00
Mathieu Arnold
e99e795000 Remove, it's already there in textproc... 2013-11-15 22:13:24 +00:00
Sunpoet Po-Chuan Hsieh
fd18afe712 - Add p5-File-Slurp-Tiny 0.002
File::Slurp::Tiny provides functions for fast and correct slurping and spewing.
All functions are optionally exported.

WWW: http://search.cpan.org/dist/File-Slurp-Tiny/
2013-11-15 20:48:57 +00:00
Sunpoet Po-Chuan Hsieh
c1bf065138 - Add rubygem-builder 3.2.2
Simple builder to facilitate programmatic generation of XML markup.

WWW: http://onestepback.org
2013-11-15 19:16:29 +00:00
Mathieu Arnold
fafc2605c4 Rename devel/perltidy to devel/p5-Perl-Tidy to stay coherent with upstream.
PR:		ports/169337
Submitted by:	sunpoet
2013-11-15 17:10:53 +00:00
Mathieu Arnold
1673678af9 Add p5-Devel-Leak-Cb 0.04, detect leaked callbacks.
PR:		ports/180307
Submitted by:	Anes Mukhametov <anes@anes.su>
2013-11-15 16:52:58 +00:00
Mathieu Arnold
6bf99e9ee6 Add p5-DateTime-Format-RSS 0.03000, format DateTime For RSS.
PR:		ports/180305
Submitted by:	Anes Mukhametov <anes@anes.su>
2013-11-15 16:48:33 +00:00
Mathieu Arnold
2bdc8c6a51 Add p5-Test-If 0.01, test only if.
PR:		ports/180302
Submitted by:	Anes Mukhametov <anes@anes.su>
2013-11-15 16:41:49 +00:00
Mathieu Arnold
3392c71080 Add p5-Variable-Eject 0.02, eject variables from hash to current
namespace.

PR:		ports/180301
Submitted by:	Anes Mukhametov <anes@anes.su>
2013-11-15 16:37:49 +00:00
Mathieu Arnold
9e4994d09c Add p5-CPAN-Site 1.11, extend CPAN with private packages.
PR:		ports/179754
Submitted by:	Anes Mukhametov <anes@anes.su>
2013-11-15 16:28:54 +00:00
Mathieu Arnold
4d6104c2e8 Add p5-Script-isAperlScript 1.0.0, this does a basic check if something
is a perl script or not.
2013-11-15 16:04:51 +00:00
Tom Judge
9d85a4d228 Adapter to use callbacks with Log::Any.
WWW: http://search.cpan.org/dist/Log-Any-Adapter-Callback/
2013-11-15 15:46:57 +00:00
Mathieu Arnold
e115b6026e Add p5-String-RewritePrefix 0.006, rewrite strings based on a set of
known prefixes.

PR:		ports/180299
Submitted by:	Anes Mukhametov <anes@anes.su>
2013-11-15 15:12:58 +00:00
Mathieu Arnold
30d97fcb21 Add p5-Lingua-Translit 0.19, transliterates text between writing
systems.

PR:		ports/180294
Submitted by:	Anes Mukhametov <anes@anes.su>
2013-11-15 14:24:29 +00:00
Mathieu Arnold
807440e5e0 Add p5-Class-Mixin 1.00, API for aliasing methods to/from other classes.
PR:		ports/180293
Submitted by:	Anes Mukhametov <anes@anes.su>
2013-11-15 13:48:38 +00:00
Pietro Cerutti
ad8d42f1ab - New port: devel/tclvfs
The TclVfs project aims to provide an extension to the Tcl language which
allows Virtual Filesystems to be built using Tcl scripts only. It is also a
repository of such Tcl-implemented filesystems (metakit, zip, ftp, tar, http,
webdav, namespace, url)

WWW: http://sourceforge.net/projects/tclvfs/
2013-11-13 16:54:21 +00:00
William Grzybowski
cc7ae22d81 devel/etcdctl: Simple commandline client for etcd
Etcdctl is a command line client for etcd. It can
be used in scripts or for administrators to explore
an etcd cluster.

WWW: https://github.com/coreos/etcdctl#etcdctl

PR:		ports/183845
Submitted by:	ports robakdesign.com
2013-11-13 12:01:18 +00:00
Antoine Brodin
1f7f01205b New port: devel/pear-SebastianBergmann_Version
Library that helps with managing the version number of Git-hosted PHP projects

WWW: https://github.com/sebastianbergmann/version

PR:		ports/181670
Submitted by:	Gasol Wu
2013-11-12 18:52:03 +00:00
Bryan Drewery
e2637ec07d Add new port devel/py-jellyfish
Jellyfish is a python library for doing approximate and phonetic matching of
strings.

WWW: https://github.com/sunlightlabs/jellyfish
2013-11-12 00:11:57 +00:00
Sunpoet Po-Chuan Hsieh
fbdbee4420 - Add p5-UUID-Random-Patch-UseMRS 0.01
UUID::Random::Patch::UseMRS makes UUID::Random use rand() from
Math::Random::Secure instead of the default rand() that comes with Perl. It is
useful for creating cryptographically secure UUID's. On the other hand, as a
note, this makes generate() around 20 times slower.

After you use this module, use UUID::Random as usual.

WWW: http://search.cpan.org/dist/UUID-Random-Patch-UseMRS/

PR:		ports/182322
Submitted by:	Henk van Oers <hvo.pm@xs4all.nl>
2013-11-11 14:08:08 +00:00
Sunpoet Po-Chuan Hsieh
6e6572d72e - Add p5-UUID-Random 0.04
UUID::Random generates random uuid strings. It does not satisfy any of the
points listed in RFC 4122 but the default format.

If you need RFC compliant UUID strings have a look at Data::UUID.

WWW: http://search.cpan.org/dist/UUID-Random/

PR:		ports/182321
Submitted by:	Henk van Oers <hvo.pm@xs4all.nl>
2013-11-11 14:07:38 +00:00
Antoine Brodin
7396cc37bf New port: devel/pecl-jsmin
This extension provides an API for minifying JavaScript.
WWW: http://pecl.php.net/package/jsmin

PR:		ports/182138
Submitted by:	Gasol Wu
2013-11-10 15:42:50 +00:00
William Grzybowski
7291db28e4 devel/py-ipdb: IPython-enabled pdb
ipdb exports functions to access the IPython debugger, which features tab
completion, syntax highlighting, better tracebacks, better introspection with
the same interface as the pdb module.

WWW: https://github.com/gotcha/ipdb

PR:		ports/179564
Submitted by:	milki <milki rescomp.berkeley.edu>
2013-11-10 14:02:44 +00:00
William Grzybowski
bb6b55d838 devel/thrift-c_glib: C glib interface to Thrift
WWW: http://thrift.apache.org/

PR:		ports/183057
Submitted by:	Valery Komarov <komarov valerka.net>
2013-11-09 15:17:54 +00:00
William Grzybowski
9f15a9fb93 devel/thrift-cpp: C++ interface to Thrift
WWW: http://thrift.apache.org/

PR:		ports/183060
Submitted by:	Valery Komarov <komarov valerka.net>
2013-11-09 15:11:49 +00:00
Max Brazhnikov
8928eb6dc4 Add new port devel/p5-Alien-SDL:
Alien::SDL can be used to detect and get configuration settings
from an installed SDL and related libraries.

WWW: http://search.cpan.org/dist/Alien-SDL/
2013-11-07 16:35:50 +00:00
Rusmir Dusko
cef3506f49 pure-stllib is an "umbrella" package that contains a pair of Pure addons,
pure-stlvec and pure-stlmap. These addons provide Pure interfaces to a
selection of containers provided by the C++ Standard Library, specialized
to hold pointers to arbitrary Pure expressions.

WWW: http://docs.pure-lang.googlecode.com/hg/pure-stllib.html

PR:		ports/165865
Submitted by:	Zhihao Yuan <lichray@gmail.com>
Approved by:	wg (mentor)
2013-11-07 13:44:01 +00:00
Sunpoet Po-Chuan Hsieh
41bd70c694 - Add p5-Git-Repository-Plugin-Log 1.310
Git::Repository::Plugin::Log adds a log() method to Git::Repository, which will
return Git::Repository::Log objects representing the commit information provided
by `git log`.

WWW: http://search.cpan.org/dist/Git-Repository-Plugin-Log/
2013-11-07 13:03:50 +00:00
Baptiste Daroussin
c52771c15c 2013-11-05 devel/ORBit: EOLed upstream for very long
2013-11-05 x11/gnome-libs: EOLed upstream for very long

Bye bye gnome1

Approved by:	gnome(implicit)
2013-11-07 09:13:54 +00:00
Jun Kuriyama
07c7ac050d Reads the content of perl modules the same way perl does. This
includes reading modules available only by @INC hooks, or filtered
through them.

WWW: http://search.cpan.org/dist/Module-Reader/
2013-11-07 07:32:58 +00:00
Jun Kuriyama
9c8612ccbb Pack your dependencies onto your script file.
WWW: http://search.cpan.org/dist/App-FatPacker/
2013-11-07 05:37:32 +00:00
Bryan Drewery
9c3538b151 - Remove bogus py-setuptools which was accidentally readded in r332994
This was breaking full tree builds with poudriere
2013-11-06 18:21:38 +00:00
William Grzybowski
6d5261d4ef devel/py-stsci.distutils: Packaging utilities used by some of STScI's packages
This package contains utilities used to package some of STScI's Python
projects, specifically those projects that comprise stsci_python and Astrolib.

It currently consists mostly of some setup_hook scripts meant for use with
distutils2/packaging and/or d2to1, and a customized easy_install command meant
for use with distribute.

This package is not meant for general consumption, though it might be worth
looking at for examples of how to do certain things with your own packages.

WWW: http://www.stsci.edu/institute/software_hardware/pyraf/stsci_python
2013-11-06 14:31:14 +00:00
Jun Kuriyama
0c4478bab6 Sys::Sendfile provides access to your operating system's sendfile
facility.  It allows you to efficiently transfer data from one
filehandle to another.  Typically the source is a file on disk and the
sink is a socket, and some operating systems may not even support
other usage.

WWW: http://search.cpan.org/dist/Sys-Sendfile/
2013-11-06 01:33:51 +00:00
Olli Hauer
493f516c08 - move subversion documentation into own port
Approved by:	lev@
2013-11-05 22:02:04 +00:00
Antoine Brodin
e6ca9cbec5 New port: devel/pecl-msgpack
This extension provide API for communicating with MessagePack serialization.

WWW: http://pecl.php.net/package/msgpack

PR:		ports/181577
Submitted by:	John Chen
2013-11-05 18:39:09 +00:00
Antoine Brodin
e0bb83400b New port: devel/pecl-uri_template
Implementation of URI Template(RFC6570) specification for PHP.

WWW: http://pecl.php.net/package/uri_template

PR:		ports/182991
Submitted by:	Gasol Wu
2013-11-05 17:58:34 +00:00
Sunpoet Po-Chuan Hsieh
2b0fad3614 - Add p5-LV 0.006
LV makes lvalue subroutines easy and practical to use. It's inspired by the
lvalue module which is sadly problematic because of the existence of another
module on CPAN called Lvalue. (They can get confused on file-systems that have
case-insensitive file names.)

LV comes with three different implementations, based on Variable::Magic,
Sentinel and tie; it will choose and use the best available one. You can force
LV to pick a particular implementation using:

    $ENV{PERL_LV_IMPLEMENTATION} = 'Magic'; # or 'Sentinel' or 'Tie'

The tie implementation is the slowest, but will work on Perl 5.6 with only core
modules.

WWW: http://search.cpan.org/dist/LV/
2013-11-05 16:53:59 +00:00
Sunpoet Po-Chuan Hsieh
93e00bd189 - Add p5-Sentinel 0.05
Sentinel provides a single lvalue function, sentinel, which yields a scalar that
invoke callbacks to get or set its value. Primarily this is useful to create
lvalue object accessors or other functions, to invoke actual code when a new
value is set, rather than simply updating a scalar variable.

WWW: http://search.cpan.org/dist/Sentinel/
2013-11-05 16:51:53 +00:00
Pietro Cerutti
1c9e4cc4c8 - New port: devel/critcl
The C Runtime In Tcl, CriTcl for short, is a system to build C extension
  packages for Tcl on the fly, from C code embedded within Tcl scripts,
  for all who wish to make their code go faster.

  WWW: http://andreas-kupries.github.io/critcl/
2013-11-05 08:59:18 +00:00
Jun Kuriyama
166cfa589c Project::Libs automatically adds directories that may contain modules
which a project depends on.

WWW: http://search.cpan.org/dist/Project-Libs/
2013-11-05 04:15:52 +00:00
Jun Kuriyama
c87cedd529 Proc::Pidfile is a very simple OO interface which manages a pidfile
for the current process.  You can pass the path to a pidfile to use as
an argument to the constructor, or you can let Proc::Pidfile choose
one (basically, "/var/run/$basename", if you can write to /var/run,
otherwise "/$tmpdir/$basename").

WWW: http://search.cpan.org/dist/Proc-Pidfile/
2013-11-04 13:08:03 +00:00
Steve Wills
f28bf077c2 Send Devise's emails in background. Supports Resque, Sidekiq, Delayed::Job and
QueueClassic.

WWW: https://github.com/mhfs/devise-async/
2013-11-03 16:34:00 +00:00
Rene Ladan
e2edca1c4c Remove expired port:
2013-11-01 devel/ruby-io-reactor: Does not work with Ruby 1.9
2013-11-03 12:44:32 +00:00
Antoine Brodin
7b05972823 New port: pecl-event
This is a port of libevent to the PHP infrastructure.

WWW: http://pecl.php.net/package/event

PR:		ports/179074
Submitted by:	John Chen
2013-11-03 09:49:31 +00:00
Sunpoet Po-Chuan Hsieh
001814561d - Add p5-IPC-ShellCmd 0.005
IPC::ShellCmd comes from the nth time I've had to implement a select loop and
wanted appropriate sudo/su privilege magic, environment variables that are set
in the child, working directories set etc.

It aims to provide a reasonable interface for setting up command execution
environment (working directory, environment variables, stdin, stdout and stderr
redirection if necessary), but allowing for ssh and sudo and magicking in the
appropriate shell quoting.

It tries to be flexible about how you might want to capture output, exit status
and other such, but in such a way as it's hopefully easy to understand and make
it work.

Setup method calls are chain-able in a File::Find::Rule kind of a way.

WWW: http://search.cpan.org/dist/IPC-ShellCmd/
2013-11-03 05:00:53 +00:00
Sunpoet Po-Chuan Hsieh
d78b21ad4b - Add p5-Types-Serialiser 0.03
Types::Serialiser provides some extra datatypes that are used by common
serialisation formats such as JSON or CBOR. The idea is to have a repository of
simple/small constants and containers that can be shared by different
implementations so they become interoperable between each other.

WWW: http://search.cpan.org/dist/Types-Serialiser/
2013-11-02 20:03:10 +00:00
Jun Kuriyama
7a60244ef6 This module is more or less a bunch of heuristics for determining if a
given path is a development tree root of some kind.

This has many useful applications, notably ones that require
behaviours for "installed" modules to be different to those that are
still "in development"

WWW: http://search.cpan.org/dist/Path-IsDev/
2013-11-02 09:41:06 +00:00