| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=179331
|
|
|
|
|
|
|
|
|
| |
PR: ports/105995
Submitted by: Denis Shaposhnikov <dsh@vlink.ru>
Repocopy by: marcus
Notes:
svn path=/head/; revision=179329
|
|
|
|
|
|
|
| |
to work on this long-standing problem.
Notes:
svn path=/head/; revision=179328
|
|
|
|
| |
Notes:
svn path=/head/; revision=179327
|
|
|
|
|
|
|
|
| |
Changelog at
<https://sourceforge.net/project/shownotes.php?release_id=469933>.
Notes:
svn path=/head/; revision=179326
|
|
|
|
| |
Notes:
svn path=/head/; revision=179325
|
|
|
|
|
|
|
|
| |
- Use new framework
- Honor permissions
Notes:
svn path=/head/; revision=179324
|
|
|
|
| |
Notes:
svn path=/head/; revision=179323
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
# REQUIRE: DAEMON
# BEFORE: LOGIN
with
# REQUIRE: LOGIN cleanvar
(mysql-first problem)
PR: 106429
Notes:
svn path=/head/; revision=179322
|
|
|
|
|
|
|
| |
Reported by: Adam McDougall <mcdouga9@egr.msu.edu>
Notes:
svn path=/head/; revision=179321
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=179318
|
|
|
|
|
|
|
| |
Approved by: portmgr (linimon)
Notes:
svn path=/head/; revision=179317
|
|
|
|
| |
Notes:
svn path=/head/; revision=179316
|
|
|
|
|
|
|
| |
- Add manpages to Makefile
Notes:
svn path=/head/; revision=179315
|
|
|
|
|
|
|
|
|
|
| |
Full list of changes:
http://caspian.dotconf.net/menu/Software/SendEmail/CHANGELOG
Submitted by: portscout
Notes:
svn path=/head/; revision=179314
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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 WWW
- Eliminate pkg-plist
Approved by: erwin (mentor)
Notes:
svn path=/head/; revision=179309
|
|
|
|
|
|
|
|
|
| |
PR: ports/104323
Submitted by: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp>
Approved by: maintainer timeout
Notes:
svn path=/head/; revision=179308
|
|
|
|
|
|
|
| |
Approved by: nobutaka (maintainer)
Notes:
svn path=/head/; revision=179307
|
|
|
|
| |
Notes:
svn path=/head/; revision=179306
|
|
|
|
|
|
|
| |
Pointed out by: kris
Notes:
svn path=/head/; revision=179305
|
|
|
|
|
|
|
|
|
| |
PR: ports/105782
Submitted by: chinsan
Approved by: maintainer timeout
Notes:
svn path=/head/; revision=179304
|
|
|
|
|
|
|
|
| |
PR: 106531
Submitted by: Dan Langille <dan@langille.org> (maintainer)
Notes:
svn path=/head/; revision=179303
|
|
|
|
|
|
|
|
|
| |
PR: ports/105601
Submitted by: Nicolas Szalay <nico@rottenbytes.info>
Approved by: maintainer timeout (3 weeks)
Notes:
svn path=/head/; revision=179302
|
|
|
|
| |
Notes:
svn path=/head/; revision=179301
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add support for NOPORTDOCS
- Remove old patch
PR: ports/106336
Submitted by: gabor
Approved by: erwin (mentor)
Notes:
svn path=/head/; revision=179300
|
|
|
|
| |
Notes:
svn path=/head/; revision=179299
|
|
|
|
|
|
|
|
|
|
|
| |
- portlint(1)
PR: ports/106339
Submitted by: gabor
Approved by: erwin (mentor)
Notes:
svn path=/head/; revision=179298
|
|
|
|
|
|
|
|
| |
PR: 106528
Submitted by: Gea-Suan Lin <gslin@gslin.org>
Notes:
svn path=/head/; revision=179297
|
|
|
|
|
|
|
|
| |
Submitted by: pointyhat
Pointy hat to: demon
Notes:
svn path=/head/; revision=179296
|
|
|
|
|
|
|
|
| |
PR: ports/106162
Approved by: maintainer (implicit)
Notes:
svn path=/head/; revision=179295
|
|
|
|
|
|
|
|
| |
PR: ports/106155
Approved by: maintainer (implicit)
Notes:
svn path=/head/; revision=179294
|
|
|
|
|
|
|
|
| |
PR: ports/106096
Approved by: maintainer timeout.
Notes:
svn path=/head/; revision=179293
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
replaced;-)
Notes:
svn path=/head/; revision=179287
|
|
|
|
|
|
|
| |
- Drop my email
Notes:
svn path=/head/; revision=179286
|
|
|
|
|
|
|
| |
- Change my email
Notes:
svn path=/head/; revision=179285
|
|
|
|
|
|
|
| |
- Change my email
Notes:
svn path=/head/; revision=179284
|
|
|
|
|
|
|
| |
- Change my email
Notes:
svn path=/head/; revision=179283
|
|
|
|
|
|
|
| |
- Change my email
Notes:
svn path=/head/; revision=179282
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
| |
Notes:
svn path=/head/; revision=179280
|
|
|
|
| |
Notes:
svn path=/head/; revision=179279
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
| |
Approved by: portmgr (linimon)
Notes:
svn path=/head/; revision=179277
|
|
|
|
| |
Notes:
svn path=/head/; revision=179276
|