Commit graph

214881 commits

Author SHA1 Message Date
Marcelo Araujo
460820b3dd - Update to 2009.04.06. 2009-04-09 01:13:48 +00:00
Philip M. Gollucci
eac6867d0f - convert to RUBYGEM_AUTOPLIST
remove x-generate-plist and friends
- use RF macro and remove SUBDIR where possible
- remove some uneeded GEM_NAME=${DISTNAME}
  (this c/should be handled better in bsd.*.mk)

other deltas specific to individual ports:
  audio/rubygem-mp3info     - unbreak, fix packaging, bump PORTREVISION
  devel/rubygem-rapt        - adopt
  devel/rubygem-rspec       - remove BUILD_DEPENDS=RUN_DEPENDS -- neither set
  devel/rubygem-ruby2ruby   - add #' for vim highlight
  graphics/rubygem-extifr   - drop PORTREVISION=0
  graphics/rubygem-gd2      - add #' for vim highlight
  www/rubygem-rubyfulsoup   - swap GEM_NAME / DISTNAME for constistency

Sponsored by:   RideCharge Inc.
Tested on:      RideCharge's Tinderbox
Reviewed by:    stas
2009-04-09 00:11:47 +00:00
Wesley Shields
85d080b14b - Add option for building in a jail (default OFF). With this option set
the IP address that is used for polling is replaced with whatever is
  defined in ${NAGIOSPOLLIP} (default is 127.0.0.1).  If you want to
  change this please set it in ports.conf.

PR:		ports/133069
Submitted by:	L Campbell <llc2w@virginia.edu>
Approved by:	Jarrod Sayers <jarrod@netleader.com.au> (maintainer)
2009-04-08 23:53:22 +00:00
Dmitry Marakasov
2e844ae137 Rabbyt is a sprite library for Python with game development in mind.
It has two goals:

 1. Be fast, without sacrificing ease of use.
 2. Be easy to use, without sacrificing speed

WWW:	http://matthewmarshall.org/projects/rabbyt/
2009-04-08 23:14:43 +00:00
Dmitry Marakasov
2326d93d21 - Mark BROKEN on recent -CURRENT because of x11-toolkits/plib problem
PR:		133485
Submitted by:	Ganael Laplanche <ganael dot laplanche at martymac dot com> (maintainer)
2009-04-08 23:12:42 +00:00
Marcelo Araujo
8b072d7dc9 - Now, sticky was removed.
NOTE: Use "pcvs udpate -A"
2009-04-08 22:15:50 +00:00
Marcelo Araujo
d83cbe2c6f - Force commit to remove sticky tag. 2009-04-08 22:04:19 +00:00
Rene Ladan
6475fdef58 * upgrade to 0.28
* add quickguide PDF
* place distfiles in separate directory
* always download PDF files

Reviewed by:	itetcu
Approved by:	itetcu
2009-04-08 20:55:21 +00:00
Philip M. Gollucci
e8dc4b641c SOAP4R is a Ruby library for accessing Web Services via SOAP
WWW:    http://dev.ctor.org/soap4r

Sponsored by:   RideCharge Inc.
2009-04-08 20:34:31 +00:00
Philip M. Gollucci
65b84030ea httpclient gives something like the functionality of libwww-perl (LWP) in Ruby. httpclient formerly known as http-access2.
Features:

    * methods like GET/HEAD/POST/* via HTTP/1.1.
    * HTTPS(SSL), Cookies, proxy, authentication(Digest, NTLM, Basic), etc.
    * asynchronous HTTP request, streaming HTTP request.
    * by contrast with net/http in standard distribution;
          o Cookies support
          o MT-safe
          o streaming POST (POST with File/IO)
          o Digest auth
          o Negotiate/NTLM auth for WWW-Authenticate (requires net/htlm module)
          o NTLM auth for Proxy-Authenticate (requires win32/sspi module)
          o extensible with filter interface
          o you dont have to care HTTP/1.1 persistent connection (httpclient cares instead of you)
    * Not supported now
          o Cache
          o Rather advanced HTTP/1.1 usage such as Range, deflate, etc. (of course you can set it in header by yourself)

For more detail, see API document at dev.ctor.org/doc/httpclient/

WWW:    http://raa.ruby-lang.org/project/httpclient/

Sponsored by:   RideCharge Inc.
2009-04-08 20:29:17 +00:00
Philip M. Gollucci
468ac7320b It is intended as a holder for data returned from PostGIS and the Spatial
Extensions of MySql. The data model roughly follows the OGC "Simple i
Features for SQL" specification (see http://www.opengis.org/docs/99-049.pdf),
although without any kind of advanced functionalities (such as geometric
operators or reprojections). It also supports various output and
input formats (GeoRSS, KML, Shapefile).

Sponsored by:   RideCharge Inc.
2009-04-08 20:21:36 +00:00
Philip M. Gollucci
ec4cfaddff Ruby Reports (Ruport) is an extensible reporting system.
It aims to be as lightweight as possible while still providing core support
for data aggregation and manipulation as well as multi-format rendering
of reports.

Ruport provides tools for using a number of data sources, including CSV files,
ActiveRecord models, and raw SQL connections via RubyDBI (through ruport-util).

Sponsored by:   RideCharge Inc.
2009-04-08 19:42:35 +00:00
Philip M. Gollucci
aec95f76d9 Parses one line street addresses and returns a normalized address object.
This is a near direct port of the of the perl module
Geo::StreetAddress::US originally written by Schuyler D. Erle.
For more information see
http://search.cpan.org/~sderle/Geo-StreetAddress-US-0.99/

WWW:    http://streetaddress.rubyforge.org

Sponsored by:   RideCharge Inc.
2009-04-08 19:41:30 +00:00
Philip M. Gollucci
1699380068 DeepTest enables tests to run in parallel using multiple processes. Processes
may spawned locally to take advantage of multiple processors on a single
machine or distributed across many machines to take advantage of distributed
processing.

Sponsored by:   RideCharge Inc.
2009-04-08 19:40:13 +00:00
Philip M. Gollucci
02aceb5555 iCalendar -- Internet calendaring, Ruby style
This is a Ruby library for dealing with iCalendar files.  Rather than
explaining myself, here is the introduction from RFC-2445, which
defines the format:

The use of calendaring and scheduling has grown considerably in the
last decade. Enterprise and inter-enterprise business has become
dependent on rapid scheduling of events and actions using this
information technology. However, the longer term growth of calendaring
and scheduling, is currently limited by the lack of Internet standards
for the message content types that are central to these knowledgeware
applications. This memo is intended to progress the level of
interoperability possible between dissimilar calendaring and
scheduling applications. This memo defines a MIME content type for
exchanging electronic calendaring and scheduling information. The
Internet Calendaring and Scheduling Core Object Specification, or
iCalendar, allows for the capture and exchange of information normally
stored within a calendaring and scheduling application; such as a
Personal Information Manager (PIM) or a Group Scheduling product.

The iCalendar format is suitable as an exchange format between
applications or systems. The format is defined in terms of a MIME
content type. This will enable the object to be exchanged using
several transports, including but not limited to SMTP, HTTP, a file
system, desktop interactive protocols such as the use of a memory-
based clipboard or drag/drop interactions, point-to-point asynchronous
communication, wired-network transport, or some form of unwired
transport such as infrared might also be used.

WWW: http://rubyforge.org/projects/icalendar/

Sponsored by:   RideCharge Inc.
2009-04-08 19:39:26 +00:00
Philip M. Gollucci
566bd36a3f Chronic is a natural language date/time parser written in pure Ruby.
WWW:    http://chronic.rubyforge.org

Sponsored by:   RideCharge Inc.
2009-04-08 19:37:28 +00:00
Philip M. Gollucci
781771d413 RUNT -- Ruby Temporal Expressions
Runt is a Ruby implementation of select Martin Fowler patterns
[http://www.martinfowler.com/articles].  TemporalExpressions allow a developer
to define patterns of date recurrence using set expressions.

Sponsored by:   RideCharge Inc.
2009-04-08 19:36:04 +00:00
Renato Botelho
42bc83e243 - Update to 20090408 2009-04-08 19:10:26 +00:00
Renato Botelho
8c7c9cf638 - Update to 0.95.1 and fix clamav-milter 2009-04-08 18:15:42 +00:00
Dennis Herrmann
cc296e0b3d - Update to 1.0.2
PR:		ports/133479
Submitted by:	Eric Crist <ecrist@secure-computing.net> (maintainer)
Approved by:	tabthorpe (co-mentor)
2009-04-08 17:21:21 +00:00
Nicola Vitale
286cc66ac9 - Update to 1.2.0 2009-04-08 16:40:18 +00:00
Robert Noland
aadcfb42d0 Fix bashism that I think was breaking rule generation. 2009-04-08 16:38:42 +00:00
Sergey Matveychuk
8641e9dde4 - Update to 2.3.7 2009-04-08 16:23:22 +00:00
Robert Noland
0c39e58cc8 Update to 6.12.2 2009-04-08 15:18:49 +00:00
Mathieu Arnold
4e99581e1e Update to 0.62 2009-04-08 14:23:27 +00:00
Mathieu Arnold
44f6f141b3 Update to 0.88 2009-04-08 14:19:03 +00:00
Anton Berezin
711c70b5b5 Update to 0.06.
Changes: http://search.cpan.org/dist/Text-Diff-HTML/Changes
2009-04-08 13:08:06 +00:00
Anton Berezin
5f55d7c87a Update to 0.08.
Changes: http://search.cpan.org/dist/App-CLI/Changes
2009-04-08 13:05:57 +00:00
Anton Berezin
0c767abba1 Update to 0.05.
Changes: http://search.cpan.org/dist/Set-IntSpan-Fast-XS/Changes
2009-04-08 13:04:41 +00:00
Anton Berezin
1ca5b2d9c2 Update to 1.07.
Changes: http://search.cpan.org/dist/Module-Util/Changes
2009-04-08 13:00:38 +00:00
Lars Balker Rasmussen
09c6776ae8 Kill auto_install because it could cause CPAN to configure even though we've asked it not to.
Reported by: QAT + Pointyhat
Reported to: upstream tools peoples
Thanks to: tobez
2009-04-08 12:53:14 +00:00
Ion-Mihai Tetcu
c54771ee35 Use PORTDOCS and DOCSDIR and ifx plist with -DNOPORTDOCS.
Prompted by:	QAT QA run
Approved by:	maintainer timeout on QATMail
2009-04-08 12:38:27 +00:00
Boris Samorodov
e4f65a9d29 Don't add RUN_DEPENDS if there is no corresponding file for the component. 2009-04-08 12:26:24 +00:00
Ion-Mihai Tetcu
e02ffe1d95 Use EXAMPLESDIR, DOCSDIR, etc. and fix plist for -DNOPORT*
Prompted by:	QAT QA run
2009-04-08 12:17:47 +00:00
Dmitry Sivachenko
1972b942d9 Update to version 2.7.1. 2009-04-08 11:59:59 +00:00
Ion-Mihai Tetcu
b0c00bf4f6 Man pages installation is not controlled by NOPORTDOCS.
Prompted by:	QAT QA run
Approved by:	Maintainer timeout on QATMail
2009-04-08 11:50:11 +00:00
Ion-Mihai Tetcu
3b47b7eb6e Fix plist with -DNOPORTDOCS.
Prompted by:	QAT QA run
2009-04-08 11:09:09 +00:00
Ion-Mihai Tetcu
85d2ed3167 Fix plist with -DNOPORT*.
Prompted by:	QAT QA run
Approved by:	maintainer timeout on QATMail
2009-04-08 10:58:05 +00:00
Ion-Mihai Tetcu
8dc49736f1 Fix plist with -DNOPORT*.
Prompted by:	QAT QA run
Approved by:	maintainer timeout on QATMail
2009-04-08 10:33:16 +00:00
Ion-Mihai Tetcu
c8fd25ea3e Fix plist with -DNOPORT*.
Prompted by:	QAT QA run
Approved by:	maintainer timeout on QATMail
2009-04-08 10:16:55 +00:00
Ion-Mihai Tetcu
00997f6ab6 Fix plist with -DNOPORT*.
Prompted by:	QAT QA run
Approved by:	maintainer timeout on QATMail
2009-04-08 09:57:56 +00:00
Ion-Mihai Tetcu
2f26a9db7a Fix plist with -DNOPORT*
Prompted by:	QAT QA run
2009-04-08 09:39:30 +00:00
Ion-Mihai Tetcu
76b9abe06f Fix plist with -DNOPORT*.
Prompted by:	QAT QA run
Approved by:	maintainer timeout on QATMail
2009-04-08 09:22:14 +00:00
Philippe Audeoud
227a834afe - Update to 3.16 2009-04-08 08:19:12 +00:00
Peter Pentchev
b9490f6114 Update to p5-WWW-Curl-4.06. 2009-04-08 08:13:30 +00:00
Ion-Mihai Tetcu
c9fe2dbd14 Fix plist with -DNOPORT*.
Prompted by:	QAT QA run
Approved by:	maintainer timeout on QATMail
2009-04-08 07:43:28 +00:00
Mikhail Teterin
ec74ed9622 Explicitly tag with MAKE_JOBS_UNSAFE.
Suggested by:	pav
2009-04-08 07:43:00 +00:00
Ion-Mihai Tetcu
d23cfbf19b Fix plist with -DNOPORT*.
Prompted by:	QAT QA run
2009-04-08 07:39:08 +00:00
Sergey A. Osokin
c46a242a24 Upgrade from 0.6.14 to 0.7.2. 2009-04-08 07:24:41 +00:00
Robert Noland
e9977a3693 Update to 0.8.2
o Start removing the fusion name from plugins.
2009-04-08 06:55:30 +00:00