Commit graph

5030 commits

Author SHA1 Message Date
Steve Wills
cd6db90edb 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
2012-07-25 01:48:00 +00:00
Olli Hauer
f87e4270c3 - 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
2012-07-24 21:37:07 +00:00
Jun Kuriyama
fd7dfa9a2b 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/
2012-07-22 13:53:27 +00:00
Alex Kozlov
bdf53c2691 Remove expired port:
2012-07-21 devel/acpicatools: It's quite obsolete and is already in base system for a long time
2012-07-22 01:19:31 +00:00
Frederic Culot
a0e65666e4 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>
2012-07-21 09:51:21 +00:00
Pawel Pekala
455299f98c 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>
2012-07-21 09:17:05 +00:00
Pawel Pekala
eb5bbe7686 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>
2012-07-19 18:06:22 +00:00
Jason Helfman
db07cda4f6 - project renamed from app -> papp
PR:	ports/169889
Submitted by:	maintainer, jwbacon@tds.net
2012-07-18 18:00:35 +00:00
Carlo Strub
72bf23c5b7 Revert r301029: Don't destroy the index 2012-07-17 20:08:59 +00:00
Olivier Duchateau
626a2b6b5d - Update maintainer address
- Update to 1.3

Submitted by: by myself
Approved by: miwi, rene (mentors)
2012-07-17 19:56:47 +00:00
Pietro Cerutti
8d9012358f - link yajl-tcl to the build 2012-07-17 15:14:16 +00:00
Martin Matuska
341d184808 This is a static version of the libevent library for use with
lang/hiphop-php

WWW: https://github.com/facebook/hiphop-php/wiki/
2012-07-16 15:04:34 +00:00
Jun Kuriyama
680e45a374 Cool.io provides a high performance event framework for Ruby which
uses the libev C library.

WWW: http://coolio.github.com/
2012-07-16 08:44:15 +00:00
Jason Helfman
cd57934a70 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.
2012-07-13 17:38:23 +00:00
Pietro Cerutti
8970eaa874 - Split devel/cmake port into devel/cmake and cmake/cmake-modules, in order
to keep Modules and Templates separated.

Approved by:    avilla (kde)
2012-07-12 12:00:13 +00:00
Jun Kuriyama
e06ee6bd7e 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
2012-07-10 10:18:13 +00:00
Eitan Adler
a2f24e6510 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)
2012-07-10 06:13:17 +00:00
Eitan Adler
710caedb48 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>
2012-07-10 04:59:12 +00:00
Jason Helfman
3c8c5ebf02 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
2012-07-09 03:44:00 +00:00
Frederic Culot
b3411921b6 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/
2012-07-07 07:05:03 +00:00
George V. Neville-Neil
c5f7cf75eb Add zookeeper to the devel Makefile.
Approved by: skreuzer (mentor)
2012-07-06 21:37:48 +00:00
Frederic Culot
e10f5e759b CPAN::Meta::Check verifies if requirements described in a CPAN::Meta
object are present.

WWW: http://search.cpan.org/dist/CPAN-Meta-Check/
2012-07-06 07:58:57 +00:00
Sunpoet Po-Chuan Hsieh
33e7786837 - 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/
2012-07-05 09:34:11 +00:00
Sofian Brabez
42c8edbf68 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>
2012-07-05 09:15:41 +00:00
Nicola Vitale
2fb1fcf0eb A script for cloning a non-relocatable virtualenv.
WWW: http://github.com/edwardgeorge/virtualenv-clone
2012-06-30 20:54:17 +00:00
Sunpoet Po-Chuan Hsieh
e58f660246 - 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>
2012-06-28 02:25:42 +00:00
Jun Kuriyama
3cd5f2def1 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/
2012-06-27 11:53:09 +00:00
Anton Berezin
15bc7af071 Add devel/p5-Test-CheckManifest 1.25, a perl module
to check that a perl distibution's MANIFEST file
matches the distribution contents.
2012-06-27 10:46:49 +00:00
Max Brazhnikov
b9eaf39433 - 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>
2012-06-26 17:36:30 +00:00
Pietro Cerutti
951dd628a4 - 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
2012-06-26 08:19:44 +00:00
Chris Rees
8cb6d791e7 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
2012-06-24 16:54:41 +00:00
Sunpoet Po-Chuan Hsieh
29941ae9c0 - 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>
2012-06-24 14:58:08 +00:00
Gabor Pali
d6d6d4fa76 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
2012-06-24 10:15:27 +00:00
Gabor Pali
7f696346eb Prevent or capture writing to stdout and other handles.
WWW:	https://github.com/trystan/silently

Obtained from:	FreeBSD Haskell
2012-06-24 10:12:27 +00:00
Gabor Pali
d820d35c65 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
2012-06-24 10:07:02 +00:00
Gabor Pali
973ab3a70d Lightweight UTF8 handling.
WWW:	http://hackage.haskell.org/package/utf8-light

Obtained from:	FreeBSD Haskell
2012-06-24 10:04:39 +00:00
Gabor Pali
f0a2b263d0 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
2012-06-24 09:56:58 +00:00
Gabor Pali
6d13ecc374 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
2012-06-24 09:53:26 +00:00
Gabor Pali
ab680f0b07 Use Template Haskell to embed file contents directly.
WWW:	https://github.com/snoyberg/file-embed

Obtained from:	FreeBSD Haskell
2012-06-24 09:49:39 +00:00
Sunpoet Po-Chuan Hsieh
cd59bab94f - 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>
2012-06-23 12:38:35 +00:00
Ruslan Makhmatkhanov
ea7b543972 - fix missorted entry
PR:		169278
Submitted by:	"Conrad J. Sabatier" <conrads at cox dot net>
2012-06-21 07:59:54 +00:00
Steven Kreuzer
c1aa93effa 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/
2012-06-20 14:37:07 +00:00
Carlo Strub
a0b4be3219 Update port and Makefile 2012-06-17 20:26:50 +00:00
Ruslan Makhmatkhanov
0437cf932d 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>
2012-06-17 19:16:34 +00:00
Carlo Strub
3a9e71a0b3 Rename devel/bazaar to devel/baz and bump portrevision on dependant ports 2012-06-17 13:37:23 +00:00
Frederic Culot
488da84095 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.
2012-06-14 14:30:39 +00:00
Pietro Cerutti
34aead295c - 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
2012-06-14 10:06:36 +00:00
Baptiste Daroussin
6650773ab1 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
2012-06-12 21:58:50 +00:00
Martin Wilke
eb3b6a488c 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>
2012-06-10 16:32:20 +00:00
Martin Wilke
787fa8e884 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>
2012-06-10 09:47:55 +00:00