aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* - Add option for building in a jail (default OFF). With this option setWesley Shields2009-04-081-1/+7
| | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=231908
* Rabbyt is a sprite library for Python with game development in mind.Dmitry Marakasov2009-04-085-0/+70
| | | | | | | | | | | | 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/ Notes: svn path=/head/; revision=231907
* - Mark BROKEN on recent -CURRENT because of x11-toolkits/plib problemDmitry Marakasov2009-04-081-1/+7
| | | | | | | | PR: 133485 Submitted by: Ganael Laplanche <ganael dot laplanche at martymac dot com> (maintainer) Notes: svn path=/head/; revision=231906
* - Now, sticky was removed.Marcelo Araujo2009-04-080-0/+0
| | | | | | | NOTE: Use "pcvs udpate -A" Notes: svn path=/head/; revision=231905
* - Force commit to remove sticky tag.Marcelo Araujo2009-04-080-0/+0
| | | | Notes: svn path=/head/; revision=231904
* * upgrade to 0.28Rene Ladan2009-04-083-16/+21
| | | | | | | | | | | | * add quickguide PDF * place distfiles in separate directory * always download PDF files Reviewed by: itetcu Approved by: itetcu Notes: svn path=/head/; revision=231903
* SOAP4R is a Ruby library for accessing Web Services via SOAPPhilip M. Gollucci2009-04-084-0/+30
| | | | | | | | | WWW: http://dev.ctor.org/soap4r Sponsored by: RideCharge Inc. Notes: svn path=/head/; revision=231902
* httpclient gives something like the functionality of libwww-perl (LWP) in ↵Philip M. Gollucci2009-04-084-0/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=231901
* It is intended as a holder for data returned from PostGIS and the SpatialPhilip M. Gollucci2009-04-084-0/+30
| | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=231900
* Ruby Reports (Ruport) is an extensible reporting system.Philip M. Gollucci2009-04-084-0/+36
| | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=231899
* Parses one line street addresses and returns a normalized address object.Philip M. Gollucci2009-04-084-0/+34
| | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=231898
* DeepTest enables tests to run in parallel using multiple processes. ProcessesPhilip M. Gollucci2009-04-084-0/+30
| | | | | | | | | | | 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. Notes: svn path=/head/; revision=231897
* iCalendar -- Internet calendaring, Ruby stylePhilip M. Gollucci2009-04-084-0/+55
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=231896
* Chronic is a natural language date/time parser written in pure Ruby.Philip M. Gollucci2009-04-084-0/+29
| | | | | | | | | WWW: http://chronic.rubyforge.org Sponsored by: RideCharge Inc. Notes: svn path=/head/; revision=231895
* RUNT -- Ruby Temporal ExpressionsPhilip M. Gollucci2009-04-084-0/+29
| | | | | | | | | | | 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. Notes: svn path=/head/; revision=231894
* - Update to 20090408Renato Botelho2009-04-082-4/+4
| | | | Notes: svn path=/head/; revision=231893
* - Update to 0.95.1 and fix clamav-milterRenato Botelho2009-04-082-5/+4
| | | | Notes: svn path=/head/; revision=231892
* - Update to 1.0.2Dennis Herrmann2009-04-082-4/+4
| | | | | | | | | PR: ports/133479 Submitted by: Eric Crist <ecrist@secure-computing.net> (maintainer) Approved by: tabthorpe (co-mentor) Notes: svn path=/head/; revision=231891
* - Update to 1.2.0Nicola Vitale2009-04-083-6/+7
| | | | Notes: svn path=/head/; revision=231890
* Fix bashism that I think was breaking rule generation.Robert Noland2009-04-081-1/+2
| | | | Notes: svn path=/head/; revision=231889
* - Update to 2.3.7Sergey Matveychuk2009-04-082-4/+4
| | | | Notes: svn path=/head/; revision=231888
* Update to 6.12.2Robert Noland2009-04-084-10/+8
| | | | Notes: svn path=/head/; revision=231887
* Update to 0.62Mathieu Arnold2009-04-082-4/+4
| | | | Notes: svn path=/head/; revision=231886
* Update to 0.88Mathieu Arnold2009-04-082-4/+4
| | | | Notes: svn path=/head/; revision=231885
* Update to 0.06.Anton Berezin2009-04-082-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/Text-Diff-HTML/Changes Notes: svn path=/head/; revision=231884
* Update to 0.08.Anton Berezin2009-04-082-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/App-CLI/Changes Notes: svn path=/head/; revision=231883
* Update to 0.05.Anton Berezin2009-04-082-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/Set-IntSpan-Fast-XS/Changes Notes: svn path=/head/; revision=231882
* Update to 1.07.Anton Berezin2009-04-082-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/Module-Util/Changes Notes: svn path=/head/; revision=231881
* Kill auto_install because it could cause CPAN to configure even though we've ↵Lars Balker Rasmussen2009-04-081-1/+1
| | | | | | | | | | | asked it not to. Reported by: QAT + Pointyhat Reported to: upstream tools peoples Thanks to: tobez Notes: svn path=/head/; revision=231880
* Use PORTDOCS and DOCSDIR and ifx plist with -DNOPORTDOCS.Ion-Mihai Tetcu2009-04-082-4/+4
| | | | | | | | Prompted by: QAT QA run Approved by: maintainer timeout on QATMail Notes: svn path=/head/; revision=231879
* Don't add RUN_DEPENDS if there is no corresponding file for the component.Boris Samorodov2009-04-081-0/+2
| | | | Notes: svn path=/head/; revision=231878
* Use EXAMPLESDIR, DOCSDIR, etc. and fix plist for -DNOPORT*Ion-Mihai Tetcu2009-04-084-32/+40
| | | | | | | Prompted by: QAT QA run Notes: svn path=/head/; revision=231877
* Update to version 2.7.1.Dmitry Sivachenko2009-04-082-4/+4
| | | | Notes: svn path=/head/; revision=231876
* Man pages installation is not controlled by NOPORTDOCS.Ion-Mihai Tetcu2009-04-081-2/+0
| | | | | | | | Prompted by: QAT QA run Approved by: Maintainer timeout on QATMail Notes: svn path=/head/; revision=231875
* Fix plist with -DNOPORTDOCS.Ion-Mihai Tetcu2009-04-081-5/+10
| | | | | | | Prompted by: QAT QA run Notes: svn path=/head/; revision=231874
* Fix plist with -DNOPORT*.Ion-Mihai Tetcu2009-04-081-0/+3
| | | | | | | | Prompted by: QAT QA run Approved by: maintainer timeout on QATMail Notes: svn path=/head/; revision=231873
* Fix plist with -DNOPORT*.Ion-Mihai Tetcu2009-04-081-0/+3
| | | | | | | | Prompted by: QAT QA run Approved by: maintainer timeout on QATMail Notes: svn path=/head/; revision=231872
* Fix plist with -DNOPORT*.Ion-Mihai Tetcu2009-04-081-1/+4
| | | | | | | | Prompted by: QAT QA run Approved by: maintainer timeout on QATMail Notes: svn path=/head/; revision=231871
* Fix plist with -DNOPORT*.Ion-Mihai Tetcu2009-04-081-1/+1
| | | | | | | | Prompted by: QAT QA run Approved by: maintainer timeout on QATMail Notes: svn path=/head/; revision=231870
* Fix plist with -DNOPORT*Ion-Mihai Tetcu2009-04-081-4/+6
| | | | | | | Prompted by: QAT QA run Notes: svn path=/head/; revision=231869
* Fix plist with -DNOPORT*.Ion-Mihai Tetcu2009-04-083-11/+7
| | | | | | | | Prompted by: QAT QA run Approved by: maintainer timeout on QATMail Notes: svn path=/head/; revision=231868
* - Update to 3.16Philippe Audeoud2009-04-082-4/+4
| | | | Notes: svn path=/head/; revision=231867
* Update to p5-WWW-Curl-4.06.Peter Pentchev2009-04-082-5/+4
| | | | Notes: svn path=/head/; revision=231866
* Fix plist with -DNOPORT*.Ion-Mihai Tetcu2009-04-082-0/+4
| | | | | | | | Prompted by: QAT QA run Approved by: maintainer timeout on QATMail Notes: svn path=/head/; revision=231865
* Explicitly tag with MAKE_JOBS_UNSAFE.Mikhail Teterin2009-04-081-0/+1
| | | | | | | Suggested by: pav Notes: svn path=/head/; revision=231864
* Fix plist with -DNOPORT*.Ion-Mihai Tetcu2009-04-081-0/+4
| | | | | | | Prompted by: QAT QA run Notes: svn path=/head/; revision=231863
* Upgrade from 0.6.14 to 0.7.2.Sergey A. Osokin2009-04-083-7/+9
| | | | Notes: svn path=/head/; revision=231862
* Update to 0.8.2Robert Noland2009-04-0846-674/+648
| | | | | | | o Start removing the fusion name from plugins. Notes: svn path=/head/; revision=231861
* - update to 0.20Yen-Ming Lee2009-04-082-8/+5
| | | | Notes: svn path=/head/; revision=231860
* Fix _LINUX_APPS_ALL: _LINUX_26_APPS -> ${_LINUX_26_APPS}.Boris Samorodov2009-04-081-1/+1
| | | | | | | Submitted by: nox (at emaulation@ ML) Notes: svn path=/head/; revision=231859