aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 6.1.1Dennis Herrmann2011-03-183-9/+15
| | | | | | | | | | - Remove MD5 checksum PR: ports/155358 Submitted by: Dereckson <dereckson@gmail.com> (maintainer) Notes: svn path=/head/; revision=271253
* - Improve fix to work with RubyGems 1.6.xBernhard Froehlich2011-03-182-13/+12
| | | | | | | | | | | | | RubyGems 1.6.x is incompatible with the bundled rails 2.3.5. It's documented in the RubyGems release notes that "RubyGems no longer requires 'thread'. Rails < 3 will need to add require 'thread' to their applications." PR: ports/155492 Reported by: Thomas Sandford <freebsduser@paradisegreen.co.uk> Thanks to: Thomas Sandford <freebsduser@paradisegreen.co.uk> Notes: svn path=/head/; revision=271252
* - Add an entry to let users of www/node and www/node-devel know the latestMarcelo Araujo2011-03-181-0/+15
| | | | | | | | | changes done on both ports. PR: ports/154990 Notes: svn path=/head/; revision=271251
* - Mark IGNORE for a while in favor of www/node, and untill a developmentMarcelo Araujo2011-03-181-0/+2
| | | | | | | | | | version come out. PR: ports/154990 Submitted by: Jin-Sih Lin <linpct@gmail.com> (maintainer) Notes: svn path=/head/; revision=271250
* - Merging from www/node-devel to www/node.Marcelo Araujo2011-03-1814-146/+120
| | | | | | | | | | - Update to 0.4.2. PR: ports/154990 Submitted by: Jin-Sih Lin <linpct@gmail.com> (maintainer) Notes: svn path=/head/; revision=271249
* - Fix build on current after removal of uio_yield()Bernhard Froehlich2011-03-181-0/+16
| | | | | | | | Submitted by: Michael Butler <imb@protected-networks.net> Reported by: pointyhat (via pav) Notes: svn path=/head/; revision=271248
* Add tesseract-data 3.00, additional trained language data for theBrendan Fabeny2011-03-184-0/+127
| | | | | | | Tesseract OCR engine. Notes: svn path=/head/; revision=271247
* Split tesseract into a base port with optionalBrendan Fabeny2011-03-184-90/+11
| | | | | | | | | | English trained language data, and a separate data port that allows users to add and remove additional trained language data without rebuilding the engine. Notes: svn path=/head/; revision=271246
* JGroups is a toolkit for reliable multicast communication.Alex Dupre2011-03-188-0/+122
| | | | | | | | | | | | | | | | | | | (Note that this doesn't necessarily mean IP Multicast, JGroups can also use transports such as TCP). It can be used to create groups of processes whose members can send messages to each other. The main features include: * Group creation and deletion * Joining and leaving of groups * Membership detection and notification about joined/left/crashed members * Detection and removal of crashed members * Sending and receiving of member-to-group messages (point-to-multipoint) * Sending and receiving of member-to-member messages (point-to-point) WWW: http://www.jgroups.org/ Notes: svn path=/head/; revision=271245
* Update my MAINTAINER address to sbz at FreeBSD.org.Sofian Brabez2011-03-1847-47/+47
| | | | | | | Approved by: jadawin@ (mentor) Notes: svn path=/head/; revision=271244
* - Fix CoredumpMartin Wilke2011-03-183-2/+11
| | | | | | | | PR: 155654 Submitted by: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp> Notes: svn path=/head/; revision=271243
* 1. fix portlint complaint about incorrect whitespace in CONFIGURE_ARGSMartin Wilke2011-03-184-7/+25
| | | | | | | | | | | | | | | | | | assignment 2. instead of unconditionally setting LIBS in CONFIGURE_ENV use automake logc to correctly set library dependencies for the case when external libmp4v2 is used Fix #2 also fixes build with non-base gcc: configure stage would pass LIBS to all invocations of gcc and linking would fail because libmp4v2 is a C++ library, but non-base gcc (as opposed to g++) doesn't know where to look for the correct libstdc++. PR: 149765 Submitted by: Andriy Gapon <avg@icyb.net.ua> Notes: svn path=/head/; revision=271242
* - Update to 1.45.02Nicola Vitale2011-03-185-38/+25
| | | | | | | - Remove MD5 checksum from distinfo Notes: svn path=/head/; revision=271241
* - Update to 2.0.2Martin Wilke2011-03-183-59/+52
| | | | | | | | PR: 155164 Submitted by: Peter C. Lai" <cowbert@gmail.com> (maintainer) Notes: svn path=/head/; revision=271240
* Nagios plugin to observe LDAPMartin Wilke2011-03-187-0/+164
| | | | | | | | | | WWW: http://search.cpan.org/dist/Nagios-Plugin-LDAP/ PR: ports/155145 Submitted by: Alexander Kriventsov <avk at vl.ru> Notes: svn path=/head/; revision=271239
* - Add LICENSE (GPLv2) and adjust relevant commentAlexey Dokuchaev2011-03-181-8/+6
| | | | | | | - Shorten DESKTOP_ENTRIES definition Notes: svn path=/head/; revision=271238
* games/etuxracer is a duplicate of games/etracerBaptiste Daroussin2011-03-188-580/+1
| | | | | | | Submitted by: David Demelier <demelier.david _at_ gmail.com> Notes: svn path=/head/; revision=271237
* This program is an audio-player, written with help of Qt library.Martin Wilke2011-03-188-0/+373
| | | | | | | | | | | | | | | | | | | | | | | | | | Its user interface is similar to winamp or xmms. features: Last.fm scrobbler, D-Bus, Spectrum Analyzer, sample rate conversion, streaming (MP3, Vorbis via IceCast/ShoutCast), projectm visualization, device detection, MPRIS, global hotkey, video playback using Mplayer, Bauer Stereophonic-to-Binaural DSP, projectM audio visulaliser, lyrics (from LyricWiki.orig), and all skins for winamp and/or xmms input plugins: MPEG1 layer 1/2/3, Ogg Vorbis, native FLAC, Musepack, WavePack, ModPlug, WMA (and other formats provided by FFmpeg library), PCM WAVE, AAC, CD audio and CUE (including flac, WavPack embeded cue) output plugins: PulseAudio, OSS and Jack WWW: http://qmmp.ylsoftware.com/ or http://code.google.com/p/qmmp/ PR: ports/154773 Submitted by: SimaMoto,RyoTa <liangtai.s4 at gmail.com> Notes: svn path=/head/; revision=271236
* Update to 5.3.6 release.Alex Dupre2011-03-185-23/+24
| | | | Notes: svn path=/head/; revision=271235
* Add my coordinates to freebsd.committers.markers.Sofian Brabez2011-03-181-0/+1
| | | | | | | Approved by: miwi@ (mentor) Notes: svn path=/head/; revision=271234
* - Document games/wormux-devel removalMartin Wilke2011-03-181-0/+1
| | | | Notes: svn path=/head/; revision=271233
* - Remove wormux-devel project was renamed and isMartin Wilke2011-03-187-1060/+0
| | | | | | | | | | long time out of sync PR: 155653 Submitted by: makc@ Notes: svn path=/head/; revision=271232
* Update to 3.00Brendan Fabeny2011-03-1811-262/+207
| | | | Notes: svn path=/head/; revision=271231
* Update to 0.7.2Max Brazhnikov2011-03-182-3/+3
| | | | Notes: svn path=/head/; revision=271230
* Add missing build dependency.Max Brazhnikov2011-03-181-0/+1
| | | | | | | | | | One more pointyhat for me: I've tested the port with KDE 4.6 only, where this dependency is not needed anymore. Reported by: Pav Notes: svn path=/head/; revision=271229
* Mark BROKEN on 9.xErwin Lansing2011-03-181-1/+7
| | | | Notes: svn path=/head/; revision=271228
* Mark BROKEN on all archs for 9.0, it also fails on i386Erwin Lansing2011-03-181-1/+1
| | | | Notes: svn path=/head/; revision=271227
* Cuba is a microframework for web development originallyCheng-Lung Sung2011-03-184-0/+32
| | | | | | | | | | | | inspired by Rum, a tiny but powerful mapper for Rack applications. It integrates many templates via Tilt, and testing via Cutest and Capybara. WWW: http://github.com/soveran/cuba Notes: svn path=/head/; revision=271226
* - Update to 2.00.6Sunpoet Po-Chuan Hsieh2011-03-182-3/+3
| | | | | | | Changes: http://tintin.sourceforge.net/news.php Notes: svn path=/head/; revision=271225
* - Update to 8.01.06 while I'm hereSunpoet Po-Chuan Hsieh2011-03-182-13/+11
| | | | | | | | | Changes: http://www.lsi.com/DistributionSystem/User/AssetMgr.aspx?file=8.01.06_FreeBSD_MegaCLI.txt PR: ports/155150 Submitted by: venom <samflanker@gmail.com> (maintainer) Notes: svn path=/head/; revision=271224
* - Update to 2.88Martin Wilke2011-03-182-3/+3
| | | | Notes: svn path=/head/; revision=271223
* nvramtool is a utility for reading/writing coreboot parameters andMartin Wilke2011-03-184-0/+46
| | | | | | | | | | | | | | | | | | | | | displaying information from the coreboot table. It is intended for x86-based systems (both 32-bit and 64-bit) that use coreboot. The coreboot table resides in low physical memory, and may be accessed through the /dev/mem interface. It is created at boot time by coreboot, and contains various system information such as the type of mainboard in use. It specifies locations in the CMOS (nonvolatile RAM) where the coreboot parameters are stored. For information about coreboot, see http://www.coreboot.org/. WWW: http://www.coreboot.org/Nvramtool PR: ports/155583 Submitted by: Andrey Zonov <andrey at zonov.org> Notes: svn path=/head/; revision=271222
* Kombu is an AMQP messaging framework for Python.Cheng-Lung Sung2011-03-186-0/+215
| | | | | | | | | | | | | | | | | | | | | | | | | The aim of Kombu is to make messaging in Python as easy as possible by providing an idiomatic high-level interface for the AMQP protocol, and also provide proven and tested solutions to common messaging problems. Features: * Allows application authors to support several message server solutions by using pluggable transports. * Supports automatic encoding, serialization and compression of message payloads. * Consistent exception handling across transports. * The ability to ensure that an operation is performed by gracefully handling connection and channel errrors. * Several annoyances with amqplib has been fixed, like supporting timeouts and the ability to wait for events on more than one channel. WWW: http://github.com/ask/kombu Notes: svn path=/head/; revision=271221
* FusionInventory provides a complete, modular and multi-platform solution for:Martin Wilke2011-03-185-0/+865
| | | | | | | | | | | | | | | Hardware & software inventory (with agent or agentless using SNMP); Wake On Lan (WOL); Software deployment using OCS Inventory NG protocol and peer to peer download; Network connected devices (using Netbios, nmap and SNMP). WWW: http://fusioninventory.org/ PR: ports/154867 Submitted by: Gvozdikov Veniamin <g.veniamin at googlemail.com> Notes: svn path=/head/; revision=271220
* Fix 9-CURRENT build.Cy Schubert2011-03-181-2/+2
| | | | | | | Discovered by: pav Notes: svn path=/head/; revision=271219
* - Update to 1.7Martin Wilke2011-03-182-4/+3
| | | | Notes: svn path=/head/; revision=271218
* - Update to 1.0.8Martin Wilke2011-03-182-3/+3
| | | | Notes: svn path=/head/; revision=271217
* - Update to 0.4.4Martin Wilke2011-03-182-5/+4
| | | | Notes: svn path=/head/; revision=271216
* - Update to 0.16Martin Wilke2011-03-183-16/+20
| | | | Notes: svn path=/head/; revision=271215
* - Update to 6.54Martin Wilke2011-03-182-3/+3
| | | | Notes: svn path=/head/; revision=271214
* - Update to 1.5.5Martin Wilke2011-03-182-4/+3
| | | | Notes: svn path=/head/; revision=271213
* - Update to 0.2.1Martin Wilke2011-03-183-5/+13
| | | | Notes: svn path=/head/; revision=271212
* - Update to 0.92Martin Wilke2011-03-182-4/+3
| | | | Notes: svn path=/head/; revision=271211
* - Update to 20110315Gabor Kovesdan2011-03-184-81/+87
| | | | Notes: svn path=/head/; revision=271210
* - Update to 0.1012Martin Wilke2011-03-182-4/+4
| | | | | | | | PR: 155635 Submitted by: Gea-Suan Lin <gslin@gslin.org> (maintainer) Notes: svn path=/head/; revision=271209
* - Update to 0.54Martin Wilke2011-03-182-4/+5
| | | | | | | | PR: 155634 Submitted by: Gea-Suan Lin <gslin@gslin.org> (maintainer) Notes: svn path=/head/; revision=271208
* - Update to 0.14Martin Wilke2011-03-182-4/+4
| | | | | | | | PR: 155633 Submitted by: Gea-Suan Lin <gslin@gslin.org> (maintainer) Notes: svn path=/head/; revision=271207
* - Update to 1.1Martin Wilke2011-03-182-4/+4
| | | | | | | | PR: 155632 Submitted by: Gea-Suan Lin <gslin@gslin.org> (maintainer) Notes: svn path=/head/; revision=271206
* - Update to 0.28Martin Wilke2011-03-182-5/+5
| | | | | | | | PR: 155631 Submitted by: Gea-Suan Lin <gslin@gslin.org> (maintainer) Notes: svn path=/head/; revision=271205
* - Update to 0.06Martin Wilke2011-03-182-4/+4
| | | | | | | | PR: 155630 Submitted by: maintainer Notes: svn path=/head/; revision=271204