1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
Commit Graph

221392 Commits

Author SHA1 Message Date
Alejandro Pulver
aeabbf466d - Update to version 3.3.5. 2009-07-28 21:35:37 +00:00
Martin Wilke
434d64f9f4 - Update to 0.27
Approved by:	maintainer implicit
2009-07-28 21:35:03 +00:00
Marcelo Araujo
0ab090b7bf - Support updated to latest lang/lua library version.
- Fixed a wrong prefix when use WITH_MLOGC=yes.

PR:		ports/137214, ports/137215
Submitted by:	Oleg Ginzburg <oleg.ginzburg@nevosoft.ru>
2009-07-28 20:51:46 +00:00
Nicola Vitale
6dcc3d4ab6 - Update to 1.2.3
- Set USE_PYTHON to 2.5-2.6, because GAE is not compatible with Python 3
2009-07-28 20:44:58 +00:00
Dmitry Marakasov
519072fe76 Dbeacon is a distributed multicast monitoring tool. The main purpose of a
beacon is to monitor other beacons' reachability and to collect statistics
such as loss, delay, and jitter between beacons.  Dbeacon supports both
IPv4 and IPv6 multicast and supports collecting information using both Any
Source Multicast (ASM) and Source-Specific Multicast (SSM).

WWW: http://fivebits.net/proj/dbeacon

PR:		136916
Submitted by:	Antonio Querubin <tony@lava.net>
2009-07-28 18:49:41 +00:00
Martin Wilke
fa09161bd3 - Update to 2.4.6
- Pass maintainership to Dima Panov <Fluffy@fluffy.khv.ru>

PR:		based on 136810
2009-07-28 18:33:24 +00:00
Martin Wilke
eb1357b1e6 - Update to 0.5
PR:		136970
Submitted by:	Andrew Lewis <freeghb@gmail.com> (maintainer)
2009-07-28 18:29:37 +00:00
Martin Wilke
aad50dbb70 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>
2009-07-28 18:18:45 +00:00
Martin Wilke
550283f9fa - Fix build with CUSTOM PREFIX
- OPTIONS cleanup

PR:		136979
Submitted by:	Milan Obuch <bsd@dino.sk> (maintainer)
2009-07-28 18:05:33 +00:00
Dmitry Marakasov
afa232e935 bsnes is an emulator that began development on 2004-10-14.
The purpose of this emulator is a bit different from others:
it focuses on accuracy, debugging functionality, and clean code.

The emulator does not focus on things that would hinder accuracy.
This includes speed and game-specific hacks for compatibility.
As a result, the minimum system requirements for bsnes are very high.

The emulator itself was not derived from any existing emulator source code,
such as SNES9x. It was written from scratch by myself.
Any similarities to other emulators are merely coincidental.

WWW: http://byuu.org/bsnes/

PR:		135592
Submitted by:	Emmanuel Vadot <elbarto@arcadebsd.org>
2009-07-28 18:04:33 +00:00
Martin Wilke
509b364c73 AuthCAS aims at providing a Perl API to Yale's Central Authentication
System (CAS). Only a basic Perl library is provided with CAS whereas
AuthCAS is a full object-oriented library.

WWW:	http://cpan.uwinnipeg.ca/dist/AuthCAS

PR:		ports/136956
Submitted by:	Frank Wall <fw at moov.de>
2009-07-28 17:54:27 +00:00
Martin Wilke
76c5fd67c5 Apertium is an open-source machine translation platform, initially aimed
at related-language pairs but recently expanded to deal with more
divergent language pairs (such as English-Catalan). The platform
provides:

1. a language-independent machine translation engine
2. tools to manage the linguistic data necessary to build a machine
   translation system for a given language pair and
3. linguistic data for a growing number of language pairs

WWW: http://www.apertium.org/

PR:		ports/137135
Submitted by:	Mykola Dzham <freebsd at levsha.org.ua>
2009-07-28 17:47:44 +00:00
Martin Wilke
c7e0c5c34c lttoolbox is a toolbox for lexical processing, morphological analysis
and generation of words. The analysis is the process of splitting of
words splitting a word (e.g. cats) into its lemma 'cat' and the
grammatical information <n><pl>.  The generation is the opposite
process.
The package is split into three programs, lt-comp, the compiler,
lt-proc, the processor, and lt-expand, which generates all possible
mappings between surface forms and lexical forms in the dictionary.

WWW: http://wiki.apertium.org/wiki/Lttoolbox

PR:		ports/137134
Submitted by:	Mykola Dzham <freebsd at levsha.org.ua>
2009-07-28 17:47:02 +00:00
Dmitry Marakasov
ff7976e8ce - Update to 0.72
- While here, fix build with custom PREFIX/LOCALBASE

PR:		136837
Submitted by:	Corey Halpin <chalpin@cs.wisc.edu> (maintainer)
2009-07-28 17:43:59 +00:00
Martin Wilke
72ea79cf54 - Update to 3.13
PR:		136457
Submitted by:	dikshie <dikshie@sfc.wide.ad.jp>
Approved by:	maintainer timeout
2009-07-28 17:40:28 +00:00
Martin Wilke
6968d280b3 - Update to 2.0.r6834
PR:		137185
Submitted by:	Thomas-Martin Seck <tmseck@web.de> (maintainer)
2009-07-28 17:16:16 +00:00
Martin Wilke
af245d7f11 - Update to 5.161
PR:		137176
Submitted by:	TERAMOTO Masahiro <markun@onohara.to>
2009-07-28 17:15:22 +00:00
Martin Wilke
0f984b0b75 Adds a Catalyst::Component "COMPONENT" method to your Catalyst component base
class.  This method reads the optional traits parameter from app and component
config and instantiates the component subclass with those traits using
"new_with_traits" in MooseX::Traits from MooseX::Traits::Pluggable.

WWW: http://search.cpan.org/dist/CatalystX-Component-Traits/

PR:		ports/137142
Submitted by:	Bill Brinzer <bill.brinzer at gmail.com>
2009-07-28 17:14:16 +00:00
Martin Wilke
de791bf747 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>
2009-07-28 17:13:44 +00:00
Martin Wilke
75abc35320 This controller automatically generates and validates unique tokens across
multiple HTTP requests (form submits).  You can use it to prevent duplicate
submits, or to protect against CSRF attacks.

WWW: http://search.cpan.org/dist/Catalyst-Controller-RequestToken/

PR:		ports/137140
Submitted by:	Bill Brinzer <bill.brinzer at gmail.com>
2009-07-28 17:13:19 +00:00
Martin Wilke
f89378ad55 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>
2009-07-28 17:13:03 +00:00
Martin Wilke
e42ce61cd2 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>
2009-07-28 17:11:33 +00:00
Martin Wilke
81cbd91898 A simple lightweight event based web server
WWW:	http://search.cpan.org/dist/AnyEvent-HTTPD

PR:		ports/136897
Submitted by:	Mons Anderson <mons at cpan.org>
2009-07-28 17:10:48 +00:00
Martin Wilke
22d09f5b65 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>
2009-07-28 17:10:23 +00:00
Martin Wilke
2fd93831f0 Library for importing and converting Corel WordPerfect(tm) Graphics images
WWW: http://libwpg.sourceforge.net/

Submitted by:	Dima Panov <fluffy at Fluffy.Khv.RU>
2009-07-28 17:08:50 +00:00
Martin Wilke
84648ccfcd - Fix build on 8.0-BETA2 2009-07-28 16:45:17 +00:00
Martin Wilke
df0c79dd69 - Fix cross-build
PR:		137199
Submitted by:	Dima
2009-07-28 16:43:00 +00:00
Dmitry Marakasov
4745bf8510 - Update URL of my distfile mirror in 87 ports
Approved by:	portmgr (erwin)
2009-07-28 16:34:36 +00:00
Wesley Shields
a8c9043fe2 - Update to 2.6
- Pass maintainer to submitter
- Remove include of spawn.h since it is not included on anything
  less than 8.0.

PR:		ports/136929
Submitted by:	Kouki Hashimoto <hsmtkk@gmail.com>
2009-07-28 15:28:22 +00:00
Greg Larkin
66d4535284 - Updated to 0.5.2 2009-07-28 15:25:33 +00:00
Wesley Shields
660049f810 - Update to 1.1.33 [1]
- While here respect PREFIX/LOCALBASE

PR:		ports/136987 [1]
Submitted by:	Qing Feng <qingfeng@me.com> [1]
Approved by:	Gea-Suan Lin <gslin@gslin.org> (maintainer) [1]
2009-07-28 14:53:52 +00:00
Boris Samorodov
a3368f40ea Add a patch forgotten at a previous commit. This should fix make index.
Reported by:	Portsnap buildbox, erwin
Pointyhat to:	me
2009-07-28 14:52:23 +00:00
Wesley Shields
5c1ec06944 - Use realpath(1) instead of GNU readlink.
- Depend upon misc/getopt.
- Don't hardcode ${LOCALBASE} in new patch.

PR:		ports/136940
Submitted by:	Peter Schuller <peter.schuller@infidyne.com> (maintainer)
2009-07-28 14:50:25 +00:00
Anton Berezin
bdbfc544e2 Update to 0.16.
Changes:	http://search.cpan.org/dist/Data-ICal/Changes
2009-07-28 14:49:28 +00:00
Anton Berezin
10700a48ab Update to 1.21.
Changes:	http://search.cpan.org/dist/CDDB/CHANGES
2009-07-28 14:34:43 +00:00
Anton Berezin
7036666dda Update to 1.03.
Changes:	http://search.cpan.org/dist/Text-FormatTable/Changes
2009-07-28 14:32:37 +00:00
Anton Berezin
88207e1d6f Update to 0.70.
Changes:
http://search.cpan.org/dist/Algorithm-Evolutionary/Changes
2009-07-28 14:30:50 +00:00
Steven Kreuzer
85947c6fe2 Fix typo: mamager -> manager
Approved by:	dinoex
2009-07-28 14:29:26 +00:00
Dmitry Marakasov
563aaca041 - Fix a Python import when importing of a pcap file in scapy
PR:		136798, 136924
Submitted by:	Aurélien Ansel <aurelien.ansel@netasq.com>
Approved by:	VANHULLEBUS Yvan <vanhu@netasq.com> (maintainer via private email)
2009-07-28 14:11:27 +00:00
Dirk Meyer
e1a9c4a330 - force WITHOUT_NLS
PR:		137123
Submitted by:	Helge Oldach
2009-07-28 14:09:37 +00:00
Dmitry Marakasov
958c907975 - Update to 1.021
PR:		137204
Submitted by:	hideo <hideo@lastamericanempire.com> (maintainer)
2009-07-28 13:59:00 +00:00
Anton Berezin
610625a483 Typo fix.
Approved by:	maintainer
2009-07-28 13:51:30 +00:00
Pietro Cerutti
904a1cc670 - Update to 0.5.1
PR:		136748
Submitted by:	gahr
Approved by:	maintainer timeout (14 days)
2009-07-28 13:47:03 +00:00
Dmitry Marakasov
36ccffc22b - Update to 1.1.0
PR:		137202
Submitted by:	Chris Petrik <chris@officialunix.com> (maintainer)
2009-07-28 13:43:00 +00:00
Anton Berezin
b97bef31e4 Add textproc/p5-XML-Parser-Style-EasyTree 0.03, a Perl module that
parses XML to a simple tree.
2009-07-28 13:36:18 +00:00
Pietro Cerutti
f50fc2f6bc - Unbreak on sparc64 (it builds fine)
Approved by:	kde (miwi)
2009-07-28 12:53:03 +00:00
Josh Paetzel
48bb215a61 Fix typo in patch
Approved by:	itetcu@ (mentor)
2009-07-28 12:42:29 +00:00
Anton Berezin
bc48ca5cfe Add math/p5-Statistics-Basic 1.6600, a collection of very basic
statistics modules written in Perl.
2009-07-28 12:25:41 +00:00
Dmitry Marakasov
cfcfc4c89b - Update to 0.7.1 2009-07-28 11:47:53 +00:00
Anton Berezin
9b9cce3ecb Hmm, fun with QAT. 2009-07-28 11:46:59 +00:00