Commit graph

210163 commits

Author SHA1 Message Date
Thierry Thomas
fcd940ea6e Fix a bug triggered on amd64 by Cristiano Rolim.
Submitted by:	Cristiano Rolim <cristianorolim (at) hotmail<dot>com>
2009-01-26 17:57:30 +00:00
Joe Marcus Clarke
0c3c90ce56 Depend on hald when starting up so that we have a better chance of finding
all necessary input devices.
2009-01-26 17:56:33 +00:00
Joe Marcus Clarke
6f3a97ad14 Take another stab at fixing mouse support in X. This approach eliminates
the constant polling to find a mouse device owner, and instead uses a
kevent/polling model.  Testing has shown this to work in all cases.

Tested by:	rnoland
2009-01-26 17:55:44 +00:00
Thierry Thomas
c584171e48 Upgrade to 1.3.3. 2009-01-26 17:52:55 +00:00
Thierry Thomas
e8e613c2a6 Upgrade to 1.3.3 and use gfortran43.
Changelog at
<http://rd.edf.com/the-edf-offers/research-and-development/softwares/code-saturne/code-saturne-news081127-en-601064.html>
2009-01-26 17:52:53 +00:00
Thierry Thomas
fc5d806388 Upgrade to 0.12.0. 2009-01-26 17:52:46 +00:00
Thierry Thomas
1f2126a81c Upgrade to 1.0.8. 2009-01-26 17:52:44 +00:00
Philip M. Gollucci
9a21b712e7 - Update to 2.5.0
PR:             ports/130999
Submitted by:   Michael Stowe <mstowe@chicago.us.mensa.org> (maintainer)
2009-01-26 17:50:03 +00:00
Philip M. Gollucci
1eecaa062f - update to 20090104 version
- generate fonts.dir, fonts.scale files at build phase

PR:             ports/130981
Submitted by:   "Pawel Pekala" <c0rn@o2.pl>
2009-01-26 17:48:46 +00:00
Philip M. Gollucci
977a209ab7 - Update to 0.8.2-2
PR:             ports/130946
Submitted by:   Dominic Fandrey <kamikaze@bsdforen.de> (maintainer)
2009-01-26 17:47:34 +00:00
Thierry Thomas
2e7652d189 Upgrade to 4.9.3.
Changelog at <http://bouml.sourceforge.net/historic.html>
2009-01-26 17:45:33 +00:00
Philip M. Gollucci
cf57632844 A configuration system allowing for either file or LDAP backed storage. A
utility is included as well, 'zcrunner'. It can be used to configure
actions and run files using them.

WWW: http://search.cpan.org/dist/ZConf-Runner

PR:		ports/ports/130566
Submitted by:	Zane C, Bowers <vvelox at vvelox.net>
2009-01-26 17:45:24 +00:00
Philip M. Gollucci
7baa3768c1 This module implements various functions needed for making a ZConf backed mail
cleint. It also currently includes two small utilities, listed below.

zcmailcompose - Composes a mail message and sends it using the specified
 account.
zcgetmail - A getmail replacement using ZConf::Mail.

WWW: http://search.cpan.org/dist/ZConf-Mail/

PR:		ports/ports/130564
Submitted by:	Zane C, Bowers <vvelox at vvelox.net>
2009-01-26 17:44:55 +00:00
Philip M. Gollucci
d96e622263 Normally if a part of a pipe fails, depending on the location, it won't
be detected. This breaks down a command involving pipes and runs each
command seperately.

It uses open3 to run each chunk of the pipe.

    use IO::MultiPipe;

    my $pipes = IO::MultiPipe->new();

    #This sets the pipe that will be run.
    $pipes->set('sed s/-// | sed s/123/abc/ | sed s/ABC/abc/');
    if ($pipes->{error}){
        print "Error!\n";
    }

    #'123-ABCxyz' through the command set above.
    my $returned=$pipes->run('123-ABCxyz');

WWW: http://search.cpan.org/~vvelox/IO-MultiPipe/

PR:		ports/ports/130563
Submitted by:	Zane C, Bowers <vvelox at vvelox.net>
2009-01-26 17:44:14 +00:00
Philip M. Gollucci
6bb5042363 This is a perl wrapper to "jexec" with more feature.
Script takes system jail id, rc.conf order id, full hostname of jail or
rc.conf name of jail. If no command for jail is given - run default
('bash' or other).

No additional software or tools like "jailer" are needed.

WWW: http://legh.ru/jx/

- Dmiry Shulgachik
legh@legh.ru

PR:		ports/ports/130148
Submitted by:	Dmitry Shulgachik <legh at legh.ru>
2009-01-26 17:41:45 +00:00
Rong-En Fan
5920a5c3f1 - Add liblinebreak 1.0
Liblinebreak is an implementation of the line breaking algorithm as
  described in Unicode 5.1.0 Standard Annex 14, Revision 22. It breaks
  lines that contain Unicode characters. It is designed to be used in a
  generic text renderer. FBReader is one real-world example.

  WWW:	http://vimgadgets.sourceforge.net/liblinebreak/

PR:		ports/130949
Submitted by:	Yuri Pankov <yuri.pankov at gmail.com>
2009-01-26 16:50:45 +00:00
Sergey Skvortsov
b4617474ee Add "regression-test" make target. 2009-01-26 16:30:12 +00:00
Gabor Kovesdan
f871a9d64e - Fix plist
Reported by:	pointyhat (via pav)
2009-01-26 16:19:02 +00:00
Philippe Audeoud
33a9dd1841 Algorithm-Munkres is a perl extension for Munkres' solution to
classical Assignment problem for square and rectangular matrices
This module extends the solution of Assignment problem for square
matrices to rectangular matrices by padding zeros. Thus a rectangular
matrix is converted to square matrix by padding necessary zeros.

WWW:	http://search.cpan.org/dist/Algorithm-Munkres/

PR:		ports/131010
Submitted by:	Wen Heping <wenheping at gmail.com>
2009-01-26 15:31:24 +00:00
Sergei Kolobov
5e124fa6ec - Update to 6.0.3
- Use author's website as a primary MASTER_SITE
- Use MASTER_SITE_LOCAL/sergei as a backup
- Take back maintainership of this port
2009-01-26 14:59:34 +00:00
Hiroki Sato
3aeee132ad Remove implicit dependency on x11/xorg-libraries.
Spotted by:	motoyuki
2009-01-26 13:58:24 +00:00
Ying-Chieh Liao
fff0d37b93 upgrade to 2.14.0 2009-01-26 13:55:04 +00:00
Florent Thoumie
3c40260af6 Maintainer says lang/ypsilon doesn't require libglut, so backout last
change.

Reported by:	maintainer
2009-01-26 13:30:44 +00:00
Emanuel Haupt
dd129e7b6a Update to 1.0.8 2009-01-26 13:29:47 +00:00
Philippe Audeoud
352966c26d p5-Geo-EOP is a perl module to process earth observation
products meta-data.

WWW: http://search.cpan.org/dist/Geo-EOP/

PR:		ports/130908
Submitted by:	Wen Heping <wenheping at gmail.com>
2009-01-26 12:45:28 +00:00
Doug Barton
dc0606b06a Fix the PLIST_SUBs for @comment's so that plist creation will succeed 2009-01-26 12:40:45 +00:00
Martin Matuska
3b1bc4c79c - Update to 0.8.1.1
PR:		ports/130616
Submitted by:	garga@FreeBSD.org
2009-01-26 11:15:04 +00:00
Philippe Audeoud
a1d2a6e257 - Update to 0.13
PR:		ports/130890
Submitted by:	Wen Heping <wenheping _AT_ gmail.com> (maintainer)
2009-01-26 10:21:04 +00:00
Philippe Audeoud
ad991aa811 - Update to 0.90
PR:		ports/130892
Submitted by:	Wen Heping <wenheping _AT_ gmail.com> (maintainer)
2009-01-26 10:19:15 +00:00
Philippe Audeoud
37af405fcc - Update to 0.10
PR:		ports/130883
Submitted by:	Wen Heping <wenheping _AT_ gmail.com> (maintainer)
2009-01-26 10:17:55 +00:00
Nicola Vitale
1025625d8e - Update to 0.18.3 2009-01-26 10:04:59 +00:00
Nicola Vitale
1305975099 - Update to 0.5.2 2009-01-26 09:43:43 +00:00
Maxim Sobolev
2e9defca17 Update to 1.4.22.2. 2009-01-26 09:19:31 +00:00
Maxim Sobolev
8fb15cbb82 Unbreak packaging. 2009-01-26 09:04:20 +00:00
Philip M. Gollucci
44c18261a1 Forced commit to note repocopy
sysutils/heartbeat -> sysutils/heartbeat2

Repocopy by:    marcus
2009-01-26 06:42:52 +00:00
Jun Kuriyama
d39669a30f Fix breakage on 6.x system. 2009-01-26 06:07:06 +00:00
Rong-En Fan
d369b922c0 - Update to 0.5.0 2009-01-26 04:34:46 +00:00
Beech Rintoul
8fc85a32c2 - Update to 2.4.6
PR:		ports/130991
Submitted by:	Sergei Vyshenski <svysh@pn.sinp.msu.ru> (maintainer)
2009-01-26 02:32:07 +00:00
Peter Pentchev
790b47f113 Forced commit to note that the without-proxy build failure was...
Reported by:	Warren Block <wblock@wonkity.com>
2009-01-26 02:13:53 +00:00
Peter Pentchev
bd3c754a8f Apply a band-aid to fix the build without proxy support.
Note that some of the tests shall fail for the present.
2009-01-26 02:11:01 +00:00
Beech Rintoul
731195e519 - Update to version 2.5
PR:		ports/130989
Submitted by:	Herbert J. Skuhra <h.skuhra@gmail.com> (maintainer)
2009-01-26 00:33:35 +00:00
Pav Lucistnik
5c3db43b30 - Mark BROKEN: does not compile
Reported by:	pointyhat
2009-01-26 00:19:46 +00:00
Pav Lucistnik
549eb55420 - Mark BROKEN: unfetchable
Reported by:	pointyhat
2009-01-26 00:17:18 +00:00
Beech Rintoul
5a505e6eb9 - Update mail/dbmail23 port to the latest version 2.3.5
PR:		ports/130983
Submitted by:	Mark Starovoytov <mark_sf@kikg.ifmo.ru> (maintainer)
2009-01-26 00:03:48 +00:00
Mark Linimon
5425e73773 Assign maintainership to submitter of last PR. 2009-01-25 23:59:24 +00:00
Edwin Groothuis
5ffd3dbd3a Remove unnecessary file.
Submitted by:	"Herbert J. Skuhra" <h.skuhra@gmail.com>
2009-01-25 23:19:55 +00:00
Beech Rintoul
2796f50935 - Update to 1.00
PR:		ports/130956
Submitted by:	TAKAHASHI Kaoru <kaoru@kaisei.org> (maintainer)
2009-01-25 22:57:41 +00:00
Robert Noland
557fa0f566 add dri2proto depend here as well
Reported by:	pointyhat (pav)
Approved by:	garga (mentor, implicit)
2009-01-25 21:34:13 +00:00
Martin Matuska
ecb9810f34 - Deprecate due to tcl82 removal plans
- Port expires on 2009-04-22
- Project is unmaintained since 1998

PR:		ports/130879
Approved by:	beat@chruetertee.ch (maintainer)
2009-01-25 21:24:10 +00:00
Pav Lucistnik
b45290a513 - Mark BROKEN: does not compile
Reported by:	pointyhat
2009-01-25 21:06:41 +00:00