aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Reset MAINTAINER - address is no longer availableAndrey A. Chernov2006-12-091-1/+1
| | | | Notes: svn path=/head/; revision=179331
* - After repocopy from net-im/gajim, update to snapshot 20061129Pav Lucistnik2006-12-098-504/+669
| | | | | | | | | PR: ports/105995 Submitted by: Denis Shaposhnikov <dsh@vlink.ru> Repocopy by: marcus Notes: svn path=/head/; revision=179329
* Deprecate and expire on 2007-02-07 to give the maintainer more incentiveKris Kennaway2006-12-091-0/+2
| | | | | | | to work on this long-standing problem. Notes: svn path=/head/; revision=179328
* BROKEN: Checksum mismatchKris Kennaway2006-12-091-0/+2
| | | | Notes: svn path=/head/; revision=179327
* Upgrade to 0.6.1.Thierry Thomas2006-12-092-5/+4
| | | | | | | | Changelog at <https://sourceforge.net/project/shownotes.php?release_id=469933>. Notes: svn path=/head/; revision=179326
* - Fix WWWAndrew Pantyukhin2006-12-091-1/+1
| | | | Notes: svn path=/head/; revision=179325
* - Update to 5.11.2Stanislav Sedov2006-12-095-46/+58
| | | | | | | | - Use new framework - Honor permissions Notes: svn path=/head/; revision=179324
* Update to 20061208.Max Khon2006-12-092-19/+19
| | | | Notes: svn path=/head/; revision=179323
* ReplaceAndrey A. Chernov2006-12-092-3/+2
| | | | | | | | | | | | | # REQUIRE: DAEMON # BEFORE: LOGIN with # REQUIRE: LOGIN cleanvar (mysql-first problem) PR: 106429 Notes: svn path=/head/; revision=179322
* Add missing entriesMichael Johnson2006-12-091-0/+9
| | | | | | | Reported by: Adam McDougall <mcdouga9@egr.msu.edu> Notes: svn path=/head/; revision=179321
* o Respect PTHREAD_LIBS. [1]Norikatsu Shigemura2006-12-091-1/+4
| | | | | | | | | | | o USE_LDCONFIG instead of INSTALLS_SHLIB. [2] Approved by: Antoine Brodin <antoine.brodin@laposte.net> (maintainer) [1] Reviewed by: thierry [1] Requested by: Antoine Brodin <antoine.brodin@laposte.net> (maintainer) [2] Notes: svn path=/head/; revision=179320
* Add kmastermind, a mastermindlike game for KDETilman Keskinoz2006-12-095-0/+200
| | | | Notes: svn path=/head/; revision=179318
* - Respect X11BASERong-En Fan2006-12-092-0/+17
| | | | | | | Approved by: portmgr (linimon) Notes: svn path=/head/; revision=179317
* Seems to now build on ia64 [-CURRENT] without issue.Shaun Amott2006-12-091-4/+0
| | | | Notes: svn path=/head/; revision=179316
* - Fix pkg-plistMartin Wilke2006-12-092-17/+21
| | | | | | | - Add manpages to Makefile Notes: svn path=/head/; revision=179315
* Update to 1.54 which add SSL support (default disabled).Ion-Mihai Tetcu2006-12-092-5/+13
| | | | | | | | | | Full list of changes: http://caspian.dotconf.net/menu/Software/SendEmail/CHANGELOG Submitted by: portscout Notes: svn path=/head/; revision=179314
* This module implements asynchronous I/O using whatever means yourMartin Wilke2006-12-095-0/+65
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | operating system supports. Asynchronous means that operations that can normally block your program (e.g. reading from disk) will be done asynchronously: the operation will still block, but you can do something else in the meantime. This is extremely useful for programs that need to stay interactive even when doing heavy I/O (GUI programs, high performance network servers etc.), but can also be used to easily do operations in parallel that are normally done sequentially, e.g. stat'ing many files, which is much faster on a RAID volume or over NFS when you do a number of stat operations concurrently. While most of this works on all types of file descriptors (for example sockets), using these functions on file descriptors that support nonblocking operation (again, sockets, pipes etc.) is very inefficient or might not work (aio_read fails on sockets/pipes/fifos). Use an event loop for that (such as the Event module): IO::AIO will naturally fit into such an event loop itself. WWW: http://search.cpan.org/dist/IO-AIO/ Notes: For index unbreak. PR: ports/106526 Submitted by: Gea-Suan Lin <gslin at gslin.org> Notes: svn path=/head/; revision=179312
* AnyEvent provides an identical interface to multiple event loops.Martin Wilke2006-12-095-0/+60
| | | | | | | | | | | | | | | | | | | | | | | | | | | This allows module authors to utilise an event loop without forcing module users to use the same event loop (as only a single event loop can coexist peacefully at any one time). The interface itself is vaguely similar but not identical to the Event module. On the first call of any method, the module tries to detect the currently loaded event loop by probing wether any of the following modules is loaded: Coro::Event, Event, Glib, Tk. The first one found is used. If none is found, the module tries to load these modules in the order given. The first one that could be successfully loaded will be used. If still none could be found, AnyEvent will fall back to a pure-perl event loop, which is also not very efficient. WWW: http://search.cpan.org/dist/AnyEvent/ Noted: For index unbreak :( PR: ports/106527 Submitted by: Gea-Suan Lin <gslin at gslin.org> Notes: svn path=/head/; revision=179310
* - Fix fetchingGabor Kovesdan2006-12-093-11/+6
| | | | | | | | | | - Fix WWW - Eliminate pkg-plist Approved by: erwin (mentor) Notes: svn path=/head/; revision=179309
* - Fix build with python 2.5Martin Wilke2006-12-091-0/+11
| | | | | | | | | PR: ports/104323 Submitted by: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp> Approved by: maintainer timeout Notes: svn path=/head/; revision=179308
* Respect PTHREAD_LIBS.Norikatsu Shigemura2006-12-091-4/+4
| | | | | | | Approved by: nobutaka (maintainer) Notes: svn path=/head/; revision=179307
* Update to 2.182.Anton Berezin2006-12-092-4/+4
| | | | Notes: svn path=/head/; revision=179306
* NO_LATEST_LINK=yesMax Khon2006-12-092-0/+2
| | | | | | | Pointed out by: kris Notes: svn path=/head/; revision=179305
* - Update to 4.2Martin Wilke2006-12-092-4/+4
| | | | | | | | | PR: ports/105782 Submitted by: chinsan Approved by: maintainer timeout Notes: svn path=/head/; revision=179304
* - Update to 1.39.30Martin Wilke2006-12-092-5/+4
| | | | | | | | PR: 106531 Submitted by: Dan Langille <dan@langille.org> (maintainer) Notes: svn path=/head/; revision=179303
* - Add a startup scriptPav Lucistnik2006-12-092-0/+106
| | | | | | | | | PR: ports/105601 Submitted by: Nicolas Szalay <nico@rottenbytes.info> Approved by: maintainer timeout (3 weeks) Notes: svn path=/head/; revision=179302
* - Update to 1.0.27Pav Lucistnik2006-12-092-4/+4
| | | | Notes: svn path=/head/; revision=179301
* - Update to 2.5.5Gabor Kovesdan2006-12-093-51/+15
| | | | | | | | | | | | - Add support for NOPORTDOCS - Remove old patch PR: ports/106336 Submitted by: gabor Approved by: erwin (mentor) Notes: svn path=/head/; revision=179300
* - Update to 1.21Martin Wilke2006-12-092-4/+4
| | | | Notes: svn path=/head/; revision=179299
* - Update to 4.5Gabor Kovesdan2006-12-092-5/+4
| | | | | | | | | | | - portlint(1) PR: ports/106339 Submitted by: gabor Approved by: erwin (mentor) Notes: svn path=/head/; revision=179298
* - Update to 3.1.1Martin Wilke2006-12-094-175/+77
| | | | | | | | PR: 106528 Submitted by: Gea-Suan Lin <gslin@gslin.org> Notes: svn path=/head/; revision=179297
* Fix dependency after the upgrade of archivers/p5-Compress-ZlibErwin Lansing2006-12-092-2/+4
| | | | | | | | Submitted by: pointyhat Pointy hat to: demon Notes: svn path=/head/; revision=179296
* Respect X11BASEFrank J. Laszlo2006-12-091-0/+1
| | | | | | | | PR: ports/106162 Approved by: maintainer (implicit) Notes: svn path=/head/; revision=179295
* Respect X11BASEFrank J. Laszlo2006-12-091-0/+3
| | | | | | | | PR: ports/106155 Approved by: maintainer (implicit) Notes: svn path=/head/; revision=179294
* Respect X11BASE.Frank J. Laszlo2006-12-092-13/+14
| | | | | | | | PR: ports/106096 Approved by: maintainer timeout. Notes: svn path=/head/; revision=179293
* Virtuoso is an innovative Virtualization platform that transparentlyMax Khon2006-12-098-0/+1416
| | | | | | | | | | | | | | | | | | | | | | | integrates Data, Services, and Business Processes across the enterprise. Its unique product architecture enables it to delivery traditionally distinct server functionality, within a single product offering, along the following lines: * Data Management & Integration (SQL, XML and EII) * Application Integration (Web Services & SOA) * Process Management & Integration (BPEL) * Collaboration and Network Effects WWW: http://virtuoso.openlinksw.com/ - Hosting modules (python and ruby) will be added as slave ports later. - Mono hosting is broken on FreeBSD - Perl hosting is broken on FreeBSD (perl* ports are built without -Dusemultiplicity) - PHP4/5 hosting is broken on FreeBSD (php* ports do not install libphp). - JDBC driver will be added as a slave port later. Notes: svn path=/head/; revision=179292
* Eclipse Verilog editor provides Verilog (IEEE-1364) and VHDL languageMartin Wilke2006-12-095-0/+81
| | | | | | | | | | | | | specific features on Eclipse IDE. It helps coding and debugging in hardware development based on Verilog or VHDL. WWW: http://veditor.sourceforge.net/ PR: ports/105450 Submitted by: lon_kamikaze at gmx.de Notes: svn path=/head/; revision=179290
* IPC::Signal - Utility functions dealing with signalsMartin Wilke2006-12-095-0/+36
| | | | | | | | | | | | This module contains utility functions for dealing with signals. WWW: http://search.cpan.org/dist/IPC-Signal/ PR: ports/103882 Submitted by: Rouslan Iskhakov <rouslan at rshell.net> Notes: svn path=/head/; revision=179288
* - Forced commit to note, that my email was not really dropped, justStanislav Sedov2006-12-090-0/+0
| | | | | | | replaced;-) Notes: svn path=/head/; revision=179287
* - Update to 1.0.27Stanislav Sedov2006-12-092-5/+5
| | | | | | | - Drop my email Notes: svn path=/head/; revision=179286
* - Update to 1.0.7Stanislav Sedov2006-12-092-5/+5
| | | | | | | - Change my email Notes: svn path=/head/; revision=179285
* - Update to 2.2.5Stanislav Sedov2006-12-092-5/+5
| | | | | | | - Change my email Notes: svn path=/head/; revision=179284
* - Update to 2.9.8Stanislav Sedov2006-12-092-5/+5
| | | | | | | - Change my email Notes: svn path=/head/; revision=179283
* - Update to 1.7.4Stanislav Sedov2006-12-092-5/+5
| | | | | | | - Change my email Notes: svn path=/head/; revision=179282
* - Save user's checkdns.conf and install checkdns.conf-dist.Martin Wilke2006-12-093-13/+22
| | | | | | | | | | | | | | | - Respect NOPORTDOCS and install docs to DOCSDIR. - Install missing checkdns.css. - Don't install uninstall.sh. PR: ports/105364 Submitted by: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp> Approved by: maintainer timeout xride (is holder of this pr) Notes: svn path=/head/; revision=179281
* - Update to 3.0.20Stanislav Sedov2006-12-092-4/+4
| | | | Notes: svn path=/head/; revision=179280
* - Update to 0.2.0Stanislav Sedov2006-12-093-32/+40
| | | | Notes: svn path=/head/; revision=179279
* - Update to 1.6.3Rong-En Fan2006-12-093-6/+7
| | | | | | | | | | - Chase databases/xapian-core update PR: ports/106507 Submitted by: Jean-Francois Dockes <jean-francois.dockes at wanadoo.fr> (maintainer) Notes: svn path=/head/; revision=179278
* - Respect X11BASERong-En Fan2006-12-091-0/+1
| | | | | | | Approved by: portmgr (linimon) Notes: svn path=/head/; revision=179277
* - Update to 0.9.7Martin Wilke2006-12-093-4/+10
| | | | Notes: svn path=/head/; revision=179276