1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
Commit Graph

233889 Commits

Author SHA1 Message Date
Emanuel Haupt
4fdaed942d Discontinue audacious plugin support. The plugin won't build after audacious
has changed the API [1]. The option will be added again if the plugin gets fixed
by the upstream project.

[1] http://board.kohina.net/viewtopic.php?t=1212&sid=b6dea715bf62b1d9607435a16dfdd8d5

PR:		144903 (based on)
Submitted by:	CeDeROM <tomek.cedro@gmail.com>
2010-03-20 21:34:51 +00:00
Joe Marcus Clarke
7a149bee8a Update to 0.4.5. 2010-03-20 21:31:41 +00:00
Joe Marcus Clarke
b6d43d60cb Update to 0.0.11. 2010-03-20 21:29:57 +00:00
Jimmy Olgeni
f1ae00508b Add missing emacs files.
Obtained from:	Nico Kruber <kruber at zib dot de>
2010-03-20 20:20:59 +00:00
Ed Schouten
d35e87b8b8 Remove unneeded includes of <utmp.h>. This fixes build on HEAD.
Approved by:	rodrigc
----------------------------------------------------------------------
2010-03-20 19:42:49 +00:00
Martin Wilke
98280b3968 Genetic Algorithm File Fitter, GAFFitter for short, is a tool based
on a genetic algorithm (GA) that tries to fit a collection of items
into as few as possible volumes of a specific size.

For example, the items might be files/directories and the volumes
might be CDs or DVDs.

The task of arranging items in such manner that the number of
required bins is minimized is called Bin Packing, a NP-hard
combinatorial problem for which no deterministic polynomial-time
algorithm is known. Using heuristics, such as GAs, it is usually
possible to approximate -- and often reach -- the best solution for
the problem within a reasonable time.

WWW: http://gaffitter.sourceforge.net

PR:		ports/144725
Submitted by:	Charlie Kester <corky1951@comcast.net>
2010-03-20 19:36:43 +00:00
Martin Wilke
f2f7d93f07 - Update to 0.7.2
PR:		144813
Submitted by:	Jason E. Hale <bsdkaffee@gmail.com> (maintainer)
2010-03-20 19:33:15 +00:00
Martin Wilke
6e693270bd Implements a simple Getopt::Std class for command line parsing, as well as a
Getopt::Long class for more advanced command line parsing.

WWW: http://www.rubyforge.org/projects/shards

PR:		ports/144799
Submitted by:	Alexey V. Degtyarev <alexey at renatasystems.org>
2010-03-20 19:25:22 +00:00
Martin Wilke
0ddc993dd9 - Pass maintainership to submitter
PR:		144889
Submitted by:	Charlie Kester <corky1951@comcast.net>
2010-03-20 19:20:42 +00:00
Martin Wilke
9040750f46 - Update to 0.36
PR:		144793
Submitted by:	Andras Horvath <han@log69.com> (maintainer)
2010-03-20 19:12:48 +00:00
Martin Wilke
b0c6169445 - Update to 1.8.0
PR:		144737
Submitted by:	ghostonthewire <ghostonthewire@gmail.com> (maintainer)
2010-03-20 19:12:44 +00:00
Martin Wilke
cd6f5cff83 - Update to 3.0.STABLE25
- Correct a comment in files/squid.in

PR:		144747
Submitted by:	Thomas-Martin Seck <tmseck@web.de> (maintainer)
2010-03-20 19:12:43 +00:00
Martin Wilke
32046c9d00 - Update to 1.7.10
PR:		144750
Submitted by:	"Joseph S. Atkinson" <jsa@wickedmachine.net> (maintainer)
2010-03-20 19:12:36 +00:00
Martin Wilke
d77a39296d - Update to 1.9.1
PR:		144803
Submitted by:	John Prather <john.c.prather@gmail.com> (maintainer)
2010-03-20 19:12:33 +00:00
Martin Wilke
77015411b0 - Update to 0.4.97
PR:		144738
Submitted by:	Ashish SHUKLA <wahjava@gmail.com> (maintainer)
2010-03-20 19:12:32 +00:00
Martin Wilke
2ed5aceee1 - Update to 1.0.1
PR:		144816
Submitted by:	ports@c0decafe.net
Approved by:	maintainer
2010-03-20 19:12:29 +00:00
Martin Wilke
4ceba8159d - Update to 0.08
PR:		144902
Submitted by:	TAKAHASHI Kaoru <kaoru@kaisei.org> (maintainer)
2010-03-20 19:12:24 +00:00
Martin Wilke
6ec3883fc8 HTTP::Server::Simple::PSGI is a HTTP::Server::Simple based HTTP server
that can run PSGI applications. This module only depends on
HTTP::Server::Simple, which itself doesn't depend on any non-core
modules so it's best to be used as an embedded web server.

WWW:	http://search.cpan.org/dist/HTTP-Server-Simple-PSGI/

PR:		ports/144795
Submitted by:	ports at c0decafe.net
2010-03-20 18:58:28 +00:00
Martin Wilke
1361749bbb - Update to 3.3.1
PR:		144789
Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
2010-03-20 18:56:56 +00:00
Martin Wilke
d6843fd87e mcplay is a curses based front-end for various audio players. It
is a reimplementation in C of the well-known python program 'cplay'.

Supported players currently include:
- mpg123
- ogg123
- sox

WWW:	http://www.yahuxo.de/mcplay/

PR:		ports/144879
Submitted by:	Charlie Kester <corky1951 at comcast.net>
2010-03-20 18:55:54 +00:00
Martin Wilke
bad2f86a36 - Update to 0.06
PR:		144829
Submitted by:	Alan Snelson <Alan@Wave2.org> (maintainer)
2010-03-20 18:54:35 +00:00
Martin Wilke
00c8384ee2 Template::Tiny is a reimplementation of a partial subset of the Template
Toolkit in as few lines of code as possible.

It is intended for use in light-usage, low-memory, or low-cpu templating
situations, where you may need to upgrade to the full feature set in the
future, or if you want the familiarity of TT-style templates.

It is intended to have fully-compatible template and stash usage, with a
limited by similar Perl API.

Unlike Template Toolkit, Template::Tiny will process templates without a
compile phase (but despite this is still quicker, owing to heavy use of
the Perl regular expression engine.

WWW:	http://search.cpan.org/dist/Template-Tiny/

PR:		ports/144823
Submitted by:	ports at c0decafe.net
2010-03-20 18:52:44 +00:00
Martin Wilke
f2b591d731 - Update to 20100318
- Pass maintainership to Krzysztof Stryjek

Submitted by:	maintainer via irc
2010-03-20 18:51:09 +00:00
Martin Wilke
868ab73b74 - Update to 1.0.5 2010-03-20 18:06:37 +00:00
Martin Wilke
94be55b1cd - Update to 20100228 2010-03-20 18:06:35 +00:00
Martin Wilke
960f05736c - Update to 1.1.1 2010-03-20 18:06:32 +00:00
Martin Wilke
f420f95252 - Update to 1.9.9.50 2010-03-20 18:06:29 +00:00
Martin Wilke
471d096760 - Update to 1.3.8 2010-03-20 18:06:27 +00:00
Martin Wilke
517e7e3013 - Update to 0.5.5.8 2010-03-20 18:06:24 +00:00
Martin Wilke
79b8d2e7c7 - Update to 0.2.11 2010-03-20 18:06:22 +00:00
Martin Wilke
d3ddb077be - Update to 0.2.4 2010-03-20 18:06:19 +00:00
Martin Wilke
88fa7cc1c7 - Update to 4.3 2010-03-20 18:06:16 +00:00
Martin Wilke
e60cd54591 - Update to 0.2.1.25 2010-03-20 18:06:14 +00:00
Martin Wilke
bbd4f13ec1 - Update to 0.9.5.2 2010-03-20 18:06:11 +00:00
Martin Wilke
18ac089009 - Pass maintainership to Jaap Akkerhuis <jaap@nlnetlabs.nl>
PR:		144864
Submitted by:	Olafur Osvaldsson <osvaldsson@icelandic.net> (previous maintainer)
2010-03-20 18:02:23 +00:00
Martin Wilke
537c86d600 - Pass maintainership to Jaap Akkerhuis <jaap@nlnetlabs.nl>
PR:		144865
Submitted by:	Olafur Osvaldsson <osvaldsson@icelandic.net> (previous maintainer)
2010-03-20 18:00:32 +00:00
Johan van Selst
a663ed4f79 Gnulib, the GNU portability library, offers a macro system and C
declarations and definitions for commonly-used API elements and
abstracted system behaviors. It can be used to improve portability and
other functionality in your programs.

Gnulib takes a different approach than libiberty. Gnulib components are
intended to be shared at the source level, rather than being a library that
gets built, installed, and linked against.

WWW: http://www.gnu.org/software/gnulib/
2010-03-20 17:05:56 +00:00
Jimmy Olgeni
b28a16f990 Upgrade to version 1.88. 2010-03-20 16:30:16 +00:00
Martin Wilke
9ca6c279f1 - Mark BROKEN on HEAD: fails to build with new utmpx
Reported by:	pointyhat
2010-03-20 16:17:50 +00:00
Martin Wilke
1779c8dc07 - Mark BROKEN on HEAD: fails to build with new utmpx
Reported by:	pointyhat
2010-03-20 16:04:25 +00:00
Martin Wilke
1e52282e82 - Mark BROKEN on HEAD: fails to build with new utmpx
Reported by:	pointyhat
2010-03-20 16:01:04 +00:00
Martin Wilke
5a23bb49bd - Mark BROKEN on HEAD: fails to build with new utmpx
Reported by:	pointyhat
2010-03-20 15:45:21 +00:00
Martin Wilke
e463dfdc2d - Mark BROKEN on HEAD: fails to build with new utmpx
- Fix whitespaces

Reported by:	pointyhat
2010-03-20 15:41:49 +00:00
Martin Wilke
59d9dee50a - Mark BROKEN on HEAD: fails to build with new utmpx
Reported by:	pointyhat
2010-03-20 15:04:45 +00:00
Martin Wilke
80b7e09305 - Mark BROKEN on HEAD: fails to build with new utmpx
Reported by:	pointyhat
2010-03-20 14:53:50 +00:00
Martin Wilke
f29016bb0c - Mark BROKEN on HEAD: fails to build with new utmpx
Reported by:	pointyhat
2010-03-20 14:20:32 +00:00
Sylvio Cesar Teixeira
378fc70b87 - Add directory files
PR:		ports/144899
Submitted by:	Ashish Shukla (wahjava@gmail.com)
Approved by:	miwi (mentor)
2010-03-20 14:01:21 +00:00
Martin Wilke
b4595e2897 - Mark BROKEN on HEAD: fails to build with new utmpx
Reported by:	pointyhat
2010-03-20 13:45:08 +00:00
Martin Wilke
9d2eb43f70 - Mark BROKEN on HEAD: fails to build with new utmpx
Reported by:	pointyhat
2010-03-20 13:38:17 +00:00
Martin Wilke
ddb8804c0f - Mark BROKEN on HEAD: fails to build with new utmpx
Reported by:	pointyhat
2010-03-20 13:31:19 +00:00