Jung-uk Kim
dc2795b91d
Replace unnecessary open(2)/close(2) with stat(2) and do not sort result
...
of glob(3) when counting /dev/ttyv*.
Reviewed by: marcus
2009-02-02 22:31:54 +00:00
Andrej Zverev
58fe8a1226
Update to 0.007
...
PR: ports/131294
Submitted by: hideo <hideo@lastamericanempire.com> (maintainer)
2009-02-02 20:57:20 +00:00
Rene Ladan
fd75ff8ffa
Add PORTSCOUT variable to report only x.2y.z versions.
...
Approved by: tabthorpe
2009-02-02 19:47:39 +00:00
Martin Wilke
8757bfd575
- Update to 20090123
2009-02-02 19:38:34 +00:00
Erwin Lansing
57eda18a6c
Use posix_openpt() instead of calling openpty() to allocate a PTY
...
and open the slave TTY, and calling unlockpt() afterwards.
PR: 128941
Submitted by: ed
Reported by: Gerhard Gonter <g.gonter@ieee.org>
2009-02-02 19:24:49 +00:00
Thomas Abthorpe
b0ff3937f1
- Update to 0.1.2
...
Notified by: portscout
2009-02-02 19:17:57 +00:00
Thomas Abthorpe
e39f432aeb
- Update to 0.19.2
...
Notified by: portscout
2009-02-02 19:16:55 +00:00
Thomas Abthorpe
2bcc22a52d
- Update to 0.21.0
...
Notified by: portscout
2009-02-02 18:09:39 +00:00
Soeren Straarup
287c71d98a
Fix the compile error reported by QAT
...
PR: 131202
Submitted by: Wen Heping <wenheping@gmail.com> (maintainer)
2009-02-02 18:03:40 +00:00
Robert Noland
e7f924eb7f
Pull this under the x11@ umbrella
2009-02-02 17:32:25 +00:00
Thomas Abthorpe
3fb127aa82
- Remove gnomesword
2009-02-02 17:27:03 +00:00
Renato Botelho
0a0f45c843
Data::Dumper::Perltidy encapsulates both Data::Dumper and
...
Perl::Tidy to provide a function that stringifies a Perl
data structure in a pretty printed format.
WWW: http://search.cpan.org/dist/Data-Dumper-Perltidy/
PR: ports/131165
Submitted by: Murilo Opsfelder <mopsfelder at gmail.com>
2009-02-02 17:24:11 +00:00
Renato Botelho
3525efedf1
Using this module it does the ini configuration file parsing,
...
with an addon facility of regex kind of search. This module
aims out doing a regex search for Sections, and Parameters
of the Ini configuration file. It does the Perl regex matching,
nothing external. So whoever knows the Perl basic regex can
use this feature.
WWW: http://search.cpan.org/dist/Config-IniRegEx/
PR: ports/131155
Submitted by: Murilo Opsfelder <mopsfelder at gmail.com>
2009-02-02 17:22:57 +00:00
Philippe Audeoud
16fd42e928
- Update to 0.15
2009-02-02 16:42:39 +00:00
Florent Thoumie
2cee7124ae
- Update devel/cgit to 0.8.2.
...
- Reintroduce some magic.
2009-02-02 16:38:58 +00:00
Emanuel Haupt
9ce17eb0eb
Update to 14.3.1
2009-02-02 15:10:11 +00:00
Boris Samorodov
b0cafbc1d0
. add pkg-message;
...
. bump PORTREVISION.
PR: ports/131275
Submitted by: keramida (maintainer, followup to the PR)
2009-02-02 15:08:10 +00:00
Li-Wen Hsu
683d152723
- Update to 0.0.3
2009-02-02 14:34:13 +00:00
Stefan Walter
77b44bad4e
Mark as BROKEN on OSVERSION >= 700000 for now: does not work with databases
...
bigger than ~200 MB.
PR: 130236
Submitted by: Kenji Rikitake <kenji.rikitake@acm.org>
Approved by: maintainer
2009-02-02 14:23:18 +00:00
Stefan Walter
9ee9a9867c
Mark as BROKEN on amd64.
...
PR: 128288
Approved by: maintainer timeout (>3 months)
2009-02-02 14:11:57 +00:00
Stefan Walter
d2ecdbb508
Update to 1.2.4.
...
PR: 131264
Submitted by: lwhsu
2009-02-02 13:55:27 +00:00
Thomas Abthorpe
8d70b66bc2
- GnomeSword has become Xiphos
2009-02-02 13:54:59 +00:00
Thomas Abthorpe
f1a4923ab7
- Force commit, repocopy misc/gnomesword -> misc/xiphos
...
Repocopy by: marcus
2009-02-02 13:51:04 +00:00
Sergey A. Osokin
005cfbe39c
Update from 0.7.32 to 0.7.33.
...
[*] Add support for http_accesskey module from
http://wiki.codemongers.com/NginxHttpAccessKeyModule .
[*] Spotted by: Andrey Belashkov aka manager at capsida dot net
<ChangeLog>
*) Bugfix: a double response might be returned if the epoll or rtsig
methods are used and a redirect was returned to a request with
body.
Thanks to Eden Li.
*) Bugfix: the $sent_http_location variable was empty for some
redirects types.
*) Bugfix: a segmentation fault might occur in worker process if
"resolver" directive was used in SMTP proxy.
</ChangeLog>
2009-02-02 13:15:44 +00:00
Philippe Audeoud
a9ec6ba5a5
- Update to 3.5
2009-02-02 12:47:27 +00:00
Pav Lucistnik
db3777d96d
- Update to 1.4.24
...
- Disable mozilla and xulrunner options, they do not work. Interested parties
are encouraged to submit patches
2009-02-02 12:16:42 +00:00
Boris Samorodov
6f2bb26c30
Emacs pretest 23.0.90 is now available:
...
http://lists.gnu.org/archive/html/emacs-devel/2009-02/msg00051.html
PR: ports/131275
Submitted by: keramida (maintainer)
2009-02-02 12:15:44 +00:00
Martin Matuska
e7d914cc09
- switch to USE_TCL infrastructure
...
- add support for Tcl/Tk 84 and 85 w + w/o threads
- prepare for introduction of tcl86
PR: ports/131008
Approved by: Friedrich K. Volkmann <bsd@volki.at> (maintainer)
2009-02-02 11:44:26 +00:00
Chin-San Huang
8778ccc5a2
- Update to 2.3.3
2009-02-02 11:36:20 +00:00
Gerald Pfeifer
35753a5a81
Remove obsolete comment.
...
Approved by: thierry
2009-02-02 10:54:21 +00:00
Philippe Audeoud
eb0d1bf28d
- Fix pkg-plist
...
- Add new patches
- Bump PORTREVISION
PR: ports/131154
Submitted by: bapt <baptiste.daroussin _AT_ gmail.com> (maintainer)
2009-02-02 09:50:21 +00:00
Ed Schouten
85b4de32c7
Fix MASTER_SITES of elan.
2009-02-02 09:35:39 +00:00
Ed Schouten
f1cdc62356
Bump mimir to 2.15.
...
It seems distfiles have been moved around on the FTP site, so fix the
MASTER_SITES.
2009-02-02 09:35:08 +00:00
Beech Rintoul
7c1c80dc0c
OpenAL Soft is a software implementation of the OpenAL 3D audio API and an
...
alternative to the somewhat outdated reference implementation.
As stated on the website, OpenAL provides capabilities for playing audio in a
virtual 3d environment. Distance attenuation, doppler shift, and directional
sound emitters are among the features handled by the API. More advanced
effects, including air absorption, low-pass filters, and reverb, are
available through the EFX extension. It also facilitates streaming audio,
multi-channel buffers, and audio capture.
WWW: http://kcat.strangesoft.net/openal.html
PR: ports/131260
Submitted by: Marcus von Appen <mva at sysfault.org>
2009-02-02 09:31:47 +00:00
Mark Linimon
bac811844f
Make graphics/libGL/bsd.mesalib.mk play nicer with its slave port
...
graphics/libglut and vice versa.
Hat: portmgr
2009-02-02 09:09:05 +00:00
Maho Nakata
2c49ae17c8
Install glutf90.h, bump port revision, remove
...
unnecessary file, and drop maintainership to ports@.
Approved by: shaun@
2009-02-02 08:45:45 +00:00
Cheng-Lung Sung
bf0af7120e
- Update to 0.9.5
2009-02-02 08:05:12 +00:00
Vanilla I. Shu
95f2f230ab
Upgrade to 3.0.8.
...
Approved by: maintainer
2009-02-02 07:51:45 +00:00
Beech Rintoul
818cb812d6
- Update to 1.11
2009-02-02 07:40:55 +00:00
Greg Lewis
78a3416947
. Implement the virtual machine interface for BSD. This allows
...
jmap -histo and jmap -dump to work.
Submitted by: Brian Gardner <brian@experts-exchange.com>
Sponsored by: Experts Exchange
2009-02-02 07:35:54 +00:00
Yen-Ming Lee
636cbaa09a
- update to 0.04
2009-02-02 07:00:33 +00:00
Beech Rintoul
7eb318e4de
- Update to 1.3.7
...
- Fix plist
PR: ports/131239
Submitted by: Jack <xxjack12xx@gmail.com> (maintainer)
2009-02-02 06:28:46 +00:00
Andrej Zverev
10f3b0a99e
Fix distfile location for fetch target
...
Reported by: pav-fetch-original mail
2009-02-02 05:57:58 +00:00
Andrej Zverev
3a38e90fb6
Remove unused part for CPAN macro
2009-02-02 05:47:47 +00:00
Beech Rintoul
deb6419975
- Update to 4.6.21.3
...
- Thanks for the help by Panagiotis Christias <p.christias _ noc.ntua.gr>
PR: ports/131236
Submitted by: Gea-Suan Lin <gslin@gslin.org> (maintainer)
2009-02-02 05:03:25 +00:00
Beech Rintoul
ec81abc4e4
- Update portversion to 1.7
...
PR: ports/131203
Submitted by: Veit Jahns <vj562001@yahoo.de> (maintainer)
2009-02-02 04:45:10 +00:00
Cheng-Lung Sung
34a8da796b
- Update to 0.8.3
...
PR: ports/130767
Submitted by: clsung
Approved by: maintainer (Jonathan Weiss)
2009-02-02 03:47:13 +00:00
Cheng-Lung Sung
c2d59b09a0
- Update to 1.0.2
...
PR: ports/130766
Submitted by: clsung
Approved by: maintainer (Jonathan Weiss)
2009-02-02 03:46:47 +00:00
Cheng-Lung Sung
6218ee2ffd
- Update to 1.8.2
...
PR: ports/130765
Submitted by: clsung
Approved by: maintainer (Jonathan Weiss)
2009-02-02 03:46:12 +00:00
Beech Rintoul
2e043352fc
- Update to 1.8.3
...
PR: ports/130592
Submitted by: J.R. Oldroyd <fbsd@opal.com>
2009-02-02 03:24:19 +00:00