Commit graph

165713 commits

Author SHA1 Message Date
Kris Kennaway
11f2c90811 BROKEN: Checksum mismatch 2006-12-09 19:52:25 +00:00
Thierry Thomas
80aed68e88 Upgrade to 0.6.1.
Changelog at
<https://sourceforge.net/project/shownotes.php?release_id=469933>.
2006-12-09 18:53:26 +00:00
Andrew Pantyukhin
d06e04c695 - Fix WWW 2006-12-09 18:30:09 +00:00
Stanislav Sedov
6a0650cec3 - Update to 5.11.2
- Use new framework
- Honor permissions
2006-12-09 18:08:13 +00:00
Max Khon
b8a88edf7e Update to 20061208. 2006-12-09 18:05:02 +00:00
Andrey A. Chernov
a89c1b1bd6 Replace
# REQUIRE: DAEMON
# BEFORE: LOGIN
with
# REQUIRE: LOGIN cleanvar
(mysql-first problem)

PR:             106429
2006-12-09 17:34:33 +00:00
Michael Johnson
f83744eaae Add missing entries
Reported by:	Adam McDougall <mcdouga9@egr.msu.edu>
2006-12-09 17:23:26 +00:00
Norikatsu Shigemura
f31ea515c8 o Respect PTHREAD_LIBS. [1]
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]
2006-12-09 16:59:22 +00:00
Tilman Keskinoz
ef52cd753d Add kmastermind, a mastermindlike game for KDE 2006-12-09 16:41:50 +00:00
Rong-En Fan
1c348e4c30 - Respect X11BASE
Approved by:	portmgr (linimon)
2006-12-09 16:30:59 +00:00
Shaun Amott
ac25324fc1 Seems to now build on ia64 [-CURRENT] without issue. 2006-12-09 16:11:37 +00:00
Martin Wilke
f92a3ddd60 - Fix pkg-plist
- Add manpages to Makefile
2006-12-09 16:05:43 +00:00
Ion-Mihai Tetcu
b3c5a92349 Update to 1.54 which add SSL support (default disabled).
Full list of changes:
http://caspian.dotconf.net/menu/Software/SendEmail/CHANGELOG

Submitted by:	portscout
2006-12-09 15:55:55 +00:00
Martin Wilke
83307fd8a2 This module implements asynchronous I/O using whatever means your
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>
2006-12-09 15:48:32 +00:00
Martin Wilke
eecb982234 AnyEvent provides an identical interface to multiple event loops.
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>
2006-12-09 15:46:55 +00:00
Gabor Kovesdan
e764e76dc7 - Fix fetching
- Fix WWW
- Eliminate pkg-plist

Approved by:	erwin (mentor)
2006-12-09 15:34:09 +00:00
Martin Wilke
a45ece12c2 - Fix build with python 2.5
PR:             ports/104323
Submitted by:   TAOKA Fumiyoshi <fmysh@iijmio-mail.jp>
Approved by:    maintainer timeout
2006-12-09 14:55:44 +00:00
Norikatsu Shigemura
5f00925706 Respect PTHREAD_LIBS.
Approved by:	nobutaka (maintainer)
2006-12-09 14:46:27 +00:00
Anton Berezin
290aa042c4 Update to 2.182. 2006-12-09 14:32:17 +00:00
Max Khon
ff51c45d4d NO_LATEST_LINK=yes
Pointed out by:	kris
2006-12-09 14:30:03 +00:00
Martin Wilke
4ff90deb21 - Update to 4.2
PR:		ports/105782
Submitted by:	chinsan
Approved by:	maintainer timeout
2006-12-09 14:24:14 +00:00
Martin Wilke
b33052cb5f - Update to 1.39.30
PR:		106531
Submitted by:	Dan Langille <dan@langille.org> (maintainer)
2006-12-09 14:13:45 +00:00
Pav Lucistnik
d241b07ec3 - Add a startup script
PR:		ports/105601
Submitted by:	Nicolas Szalay <nico@rottenbytes.info>
Approved by:	maintainer timeout (3 weeks)
2006-12-09 14:12:00 +00:00
Pav Lucistnik
82643329cb - Update to 1.0.27 2006-12-09 14:10:51 +00:00
Gabor Kovesdan
8f8b8594a8 - Update to 2.5.5
- Add support for NOPORTDOCS
- Remove old patch

PR:		ports/106336
Submitted by:	gabor
Approved by:	erwin (mentor)
2006-12-09 13:44:11 +00:00
Martin Wilke
8d064142ed - Update to 1.21 2006-12-09 13:40:35 +00:00
Gabor Kovesdan
6cbeaeaf41 - Update to 4.5
- portlint(1)

PR:		ports/106339
Submitted by:	gabor
Approved by:	erwin (mentor)
2006-12-09 13:36:02 +00:00
Martin Wilke
72428dcd61 - Update to 3.1.1
PR:		106528
Submitted by:	Gea-Suan Lin <gslin@gslin.org>
2006-12-09 13:35:41 +00:00
Erwin Lansing
c980b28dbd Fix dependency after the upgrade of archivers/p5-Compress-Zlib
Submitted by:	pointyhat
Pointy hat to:	demon
2006-12-09 13:22:14 +00:00
Frank J. Laszlo
f7120dbb8c Respect X11BASE
PR:		ports/106162
Approved by:	maintainer (implicit)
2006-12-09 13:19:13 +00:00
Frank J. Laszlo
2888f17d3a Respect X11BASE
PR:		ports/106155
Approved by:	maintainer (implicit)
2006-12-09 13:17:54 +00:00
Frank J. Laszlo
40a0a74402 Respect X11BASE.
PR:		ports/106096
Approved by:	maintainer timeout.
2006-12-09 13:11:39 +00:00
Max Khon
92f7662c0e Virtuoso is an innovative Virtualization platform that transparently
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.
2006-12-09 13:05:29 +00:00
Martin Wilke
dda7615110 Eclipse Verilog editor provides Verilog (IEEE-1364) and VHDL language
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
2006-12-09 13:00:39 +00:00
Martin Wilke
75312a8f7b IPC::Signal - Utility functions dealing with signals
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>
2006-12-09 12:48:57 +00:00
Stanislav Sedov
f970fedebc - Forced commit to note, that my email was not really dropped, just
replaced;-)
2006-12-09 12:00:16 +00:00
Stanislav Sedov
e8d0d9ab85 - Update to 1.0.27
- Drop my email
2006-12-09 11:59:21 +00:00
Stanislav Sedov
f96e73a4ee - Update to 1.0.7
- Change my email
2006-12-09 11:51:22 +00:00
Stanislav Sedov
c1a736db3e - Update to 2.2.5
- Change my email
2006-12-09 11:50:09 +00:00
Stanislav Sedov
d343c0e793 - Update to 2.9.8
- Change my email
2006-12-09 11:46:41 +00:00
Stanislav Sedov
bf9a306327 - Update to 1.7.4
- Change my email
2006-12-09 11:44:09 +00:00
Martin Wilke
445b9dc0e5 - Save user's checkdns.conf and install checkdns.conf-dist.
- 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)
2006-12-09 11:40:51 +00:00
Stanislav Sedov
05cdf71ba8 - Update to 3.0.20 2006-12-09 11:39:14 +00:00
Stanislav Sedov
1c03e54f9c - Update to 0.2.0 2006-12-09 11:24:23 +00:00
Rong-En Fan
45071f8646 - Update to 1.6.3
- Chase databases/xapian-core update

PR:		ports/106507
Submitted by:	Jean-Francois Dockes <jean-francois.dockes at wanadoo.fr> (maintainer)
2006-12-09 11:12:39 +00:00
Rong-En Fan
0f574ea91e - Respect X11BASE
Approved by:	portmgr (linimon)
2006-12-09 11:10:46 +00:00
Martin Wilke
656dbe092b - Update to 0.9.7 2006-12-09 11:07:05 +00:00
Martin Wilke
3a1953c70f - Update to 1.8.2 2006-12-09 10:21:27 +00:00
Martin Wilke
c09cd02d22 - Update to 1.37 2006-12-09 10:00:38 +00:00
Martin Wilke
c6c4f49bb9 - Update to 1.01 2006-12-09 09:54:02 +00:00