Edwin Groothuis
3cb2c16787
[patch] net/quagga - add optional delay after startup
...
I'm so tired of my machines rebooting and having to manually
start half of the services because they were started when
ospfd hadn't kicked in, so I added this quagga_delay to the
rc.d file.
PR: ports/113351
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Approved by: Boris Kovalenko <boris@tagnet.ru>
2007-06-20 02:19:55 +00:00
Volker Stolz
c78546c92c
Mark as BROKEN on 7.x: does not compile
2007-06-20 01:56:15 +00:00
Mathieu Arnold
8b2b18d6ff
Update to 1.15
2007-06-19 23:10:07 +00:00
Martin Wilke
2602ff611e
- Fix build
...
Submitted by: pointyhat via kris
2007-06-19 22:32:21 +00:00
Lars Balker Rasmussen
9e55cd9d17
Update to 0.05
2007-06-19 21:46:39 +00:00
Martin Wilke
fb84b9a115
- Update to 1.56
2007-06-19 21:42:40 +00:00
Martin Wilke
0ca94c4ffc
- Update to 1.22
2007-06-19 21:41:34 +00:00
Mathieu Arnold
7b81bcf8b0
Update to 1.14
2007-06-19 21:31:27 +00:00
Gabor Kovesdan
2f227cfa92
This is the BSD-licensed version of the well-known sort utility, obtained from
...
OpenBSD. It lacks some features of GNU sort. It is a proposed project idea
to replace the GNU sort with this one, but it needs to be completed first.
Patches are highly appreciated.
WWW: http://www.freebsd.org/projects/ideas/#p-bsdtexttools
Obtained from: OpenBSD
2007-06-19 21:21:32 +00:00
Gabor Kovesdan
3d93484078
This is the BSD-licensed version of the well-known grep utility, obtained from
...
OpenBSD. It lacks some features of GNU grep. It is a proposed project idea
to replace the GNU grep with this one, but it needs to be completed first.
Patches are highly appreciated.
WWW: http://www.freebsd.org/projects/ideas/#p-bsdtexttools
Obtained from: OpenBSD
2007-06-19 21:20:04 +00:00
Gabor Kovesdan
76fd880143
This is the BSD-licensed version of the well-known diff utility, obtained from
...
OpenBSD. It lacks some features of GNU diff. It is a proposed project idea
to replace the GNU diff with this one, but it needs to be completed first.
Patches are highly appreciated.
WWW: http://www.freebsd.org/projects/ideas/#p-bsdtexttools
Obtained from: OpenBSD
2007-06-19 21:18:28 +00:00
Thierry Thomas
7e47d89ea6
Upgrade to iReport-2.0.0.
...
Changelog at
<https://sourceforge.net/project/shownotes.php?release_id=517106 >.
2007-06-19 21:02:31 +00:00
Rong-En Fan
d93db65ceb
- Add missing run-time dependency
...
PR: ports/113833
Submitted by: Max Brazhnikov <makc at issp.ac.ru>
Approved by: Jean-S嶵astien Roy <js at jeannot.org> (maintainer)
2007-06-19 20:30:37 +00:00
Martin Wilke
f7e39dbc9c
- Add net/pear-Net_URL2
...
Reported by: erwin cron
2007-06-19 20:26:48 +00:00
Aaron Dalton
9cec3ba81e
Bump to v0.16.
...
PR: 111719
Submitted by: araujo@bsdmail.org
2007-06-19 20:15:58 +00:00
Remko Lodder
02327974a6
Document clamav -- multiple vulnerabilities.
2007-06-19 19:47:51 +00:00
Mathieu Arnold
d348cc0c15
Update to 1.57
2007-06-19 19:16:57 +00:00
Andrew Pantyukhin
d0313ec506
- Update to 0.9.12
2007-06-19 18:17:13 +00:00
Mathieu Arnold
c4bc9d3185
Update to 0.68
2007-06-19 16:55:01 +00:00
Andrew Pantyukhin
e6892ceae9
- Update to 3865
...
- Rework the port
PR: ports/113471 (based on)
Submitted by: Artem V. Kropachev <neon_cyrex@mail.ru>
2007-06-19 16:33:44 +00:00
Mathieu Arnold
7a3e33e011
Update to 2.18
2007-06-19 16:18:44 +00:00
Mathieu Arnold
20881ba334
Update to 1.21
2007-06-19 15:56:56 +00:00
Michael Johnson
bb302da228
gstreamer-plugins-[nas|sndfile|x264] are back in the ports tree
2007-06-19 14:39:38 +00:00
Michael Johnson
3416eea8a1
gstreamer-plugins-[nas|sndfile|x264] are back in the ports tree
2007-06-19 14:24:00 +00:00
Michael Johnson
6905230151
- Readd gstreamer-plugins-sndfile
2007-06-19 14:20:22 +00:00
Philip Paeps
c505771d34
Update to 1.2.5.
...
http://svn.gna.org/viewcvs/wesnoth/tags/1.2.5/changelog?rev=18287&view=download
PR: ports/113846
Submitted by: Denis Barov <dindin -@- dindin.ru> [partly]
2007-06-19 14:18:44 +00:00
Michael Johnson
7482c4a4e3
- Readd gstreamer-plugins-nas
2007-06-19 14:15:46 +00:00
Michael Johnson
126c7e8ba2
Readd gstreamer-plugins-x264
2007-06-19 14:13:22 +00:00
Michael Johnson
5cbb782334
- Add support for upcoming plugins
2007-06-19 14:09:10 +00:00
Mathieu Arnold
8a1e3dd03d
Update to 0.16.001
2007-06-19 14:08:09 +00:00
Michael Johnson
5c568b1b8f
- Update good plugins to 0.10.6
...
- Update bad plugins to 0.10.5
- Update ugly plugins to 0.10.6
2007-06-19 12:55:05 +00:00
Lars Balker Rasmussen
2e1c819690
FormCanary will examine your outgoing HTML and add a canary value to
...
each form. When the form is submitted, the value of the canary is com-
pared against one saved in the session at page generation time. If the
canary that's sent doesn't match the one in the session (or there is no
canary at all), the request is halted.
There is no way to get params into your application without a correct
canary. This is good for preventing "cross-site request attacks".
This module is compatible with FormBuilder. Just drop it into your use
line and have secure submit-once-only forms. Yay.
Inspired by:
http://www.25hoursaday.com/weblog/2007/06/05/WhatRubyOnRailsCanLearnFromASPNET.a
spx
2007-06-19 12:34:00 +00:00
Beech Rintoul
32ef91436e
- Change maintainer address
...
Approved by: sat (mentor)
2007-06-19 10:44:30 +00:00
Beech Rintoul
a7c1f9b52a
- Fix pkg-plist
...
- Makefile tweaks
Reported by: pointyhat via kris
Approved by: Anders Troback <freebsd@troback.com> (maintainer),
sat (mentor)
2007-06-19 10:30:09 +00:00
Andrew Pantyukhin
d1f265b433
- Add master_site_rar and use it in rar, unrar and libunrar ports
...
Approved by: ache, gabor, Alex Samorukov <samm@os2.kiev.ua> (maintainers)
2007-06-19 10:28:40 +00:00
Martin Wilke
1c597d50b3
- Update to 1.6.1
2007-06-19 10:23:41 +00:00
Martin Wilke
6872b0f5dc
- Update to 2.4.2
2007-06-19 10:23:37 +00:00
Martin Wilke
7d3fa3fdef
- Update to 0.18.1
2007-06-19 10:23:34 +00:00
Martin Wilke
610c4398ab
- Update to 2.2.34
...
PR: 113767
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
2007-06-19 10:23:31 +00:00
Martin Wilke
cecbdcacbc
- Update to 4.86
...
Approved by: maintainer implicit
2007-06-19 10:23:28 +00:00
Martin Wilke
d6d2de1558
- Fix build with gcc4
...
- Support SUB_FILES
PR: 113768
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
2007-06-19 10:23:25 +00:00
Martin Wilke
3db3e6026f
- Fix build with gcc4
...
PR: 113769
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
2007-06-19 10:23:22 +00:00
Mathieu Arnold
2e9f7aa3c2
Update to 0.66.02
2007-06-19 10:19:39 +00:00
Mathieu Arnold
bf2f0dfec5
Update to 20070508
...
PR: ports/113636
Submitted by: leeym
2007-06-19 10:18:03 +00:00
Mathieu Arnold
9ce278b87d
Update to 1.27
2007-06-19 10:16:37 +00:00
Mathieu Arnold
1ca5f287a3
Update to 0.64
2007-06-19 10:15:53 +00:00
Beech Rintoul
57c7af0c30
- Forced commit to note a repocopy of horde ports
...
PR: ports/112327
Repocopy by: marcus
Approved by: sat (mentor)
2007-06-19 10:11:04 +00:00
Andrew Pantyukhin
6f805f856a
- Relax gcc version requirement from 3.4 to 3.4+ to allow build on 7.x
...
- Minor tweaks while I'm here
Reported by: pointyhat via kris
2007-06-19 09:33:03 +00:00
Pav Lucistnik
935fe4bcd0
- Fix plist
...
Reported by: krismail
2007-06-19 09:12:35 +00:00
Pav Lucistnik
e5ea62c715
- Fix a crash on login for people running on X.org 7.2 in 24-bit color depth
...
PR: ports/113216, ports/113678
Submitted by: Thomas Spreng <spreng@socket.ch>
Approved by: maintainer timeout (obrien; 18 days)
2007-06-19 08:55:11 +00:00