Marius Strobl
baa05fd357
Update to 2.01a34 which is the first release canditate for the upcoming
...
2.01-final (ETA 1 week).
2.01a33 was skipped because the new DMA speed check erroneously detected
the maximum speed as 0 with a lot of drives which made cdrecord refuse to
burn by default.
For changes since 2.01a32 see:
ftp://ftp.berlios.de/pub/cdrecord/alpha/AN-2.01a33
and
ftp://ftp.berlios.de/pub/cdrecord/alpha/AN-2.01a34
Approved by: netchild
2004-08-02 23:34:07 +00:00
Joe Marcus Clarke
7dc9739e78
Update to a snapshot of CVS from today to fix the build with GCC 3.4.
...
Reported by: pointyhat
Obtained from: FreeBSD CVS
2004-08-02 20:41:15 +00:00
Joe Marcus Clarke
7c3c515b5e
Bump PORTREVISION to chase the gstreamer shared lib version.
2004-08-02 20:15:42 +00:00
Kirill Ponomarev
4f3dd008d6
Fix build with gcc-3.4.2
...
PR: ports/69885
Submitted by: Alexander Marx <mad@madness.at>
2004-08-02 07:56:24 +00:00
Michael Nottebrock
b36ee793ac
Add a patch that fixes a problem with detection of the dvd+rw-format
...
executable.
Submitted by: maintainer
2004-08-01 12:13:38 +00:00
Michael Nottebrock
8ea1a2c0c1
Correct a configure-misdetection which went unnoticed until now, but causes
...
breakage with gcc 3.4.
2004-07-31 23:06:10 +00:00
Pav Lucistnik
f5fd241497
Add xwlans, an utility which displays your current wlan (IEEE 802.11/wavelan)
...
signal strength in a nice graph on your X11 root desktop.
WWW: http://shapeshifter.se/code/xwlans/
PR: ports/69822
Submitted by: Fredrik Lindberg <fredde@shapeshifter.se>
2004-07-31 19:01:26 +00:00
Sergey Matveychuk
3f5ee407b0
Add portmanager 0.1.3, freeBSD port management software.
2004-07-31 17:18:26 +00:00
Sergey Matveychuk
5377466bd1
add network interfaces monitoring support
...
PR: ports/69839
Submitted by: maintainer
2004-07-31 09:46:36 +00:00
Pav Lucistnik
43bbfe439b
Add spassgen, a small GUI Qt utility to generate secure random passwords with variable
...
length, variable symbols set, etc.
PR: ports/69748
Submitted by: Rashid N. Achilov <shelton@sentry.granch.ru>
2004-07-31 09:24:39 +00:00
Pav Lucistnik
db95a8d61a
Add torsmo, a system monitor that sits in the corner of your desktop. Torsmo can
...
show various information about your system and it's peripherals.
PR: ports/69743
Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru>
2004-07-30 20:47:55 +00:00
Vanilla I. Shu
51939469a0
Add snowlog 1.0, a webserver access log browser/analyzer.
...
PR: ports/69783
Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
2004-07-30 19:26:52 +00:00
Peter Pentchev
fc73a3eebe
Fix shutdown on older systems: avoid find's '-depth n' primary.
...
Reported by: Robin Breathe <robin@isometry.net>
2004-07-30 17:40:18 +00:00
Pav Lucistnik
2e4148e2c9
- Fix an unquoted slash within a matching operator
...
PR: ports/69717
Submitted by: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp>
Approved by: maintainer
2004-07-30 12:27:20 +00:00
Sergey Skvortsov
0f27160ee4
Updated to 3.010
2004-07-30 10:09:28 +00:00
Oliver Eikemeier
7821520c40
update to 0.3.b
...
PR: 69789
Submitted by: Michael Bushkov <bushman@rsu.ru> (maintainer)
2004-07-30 08:03:13 +00:00
Pav Lucistnik
caa4559991
- Fix distinfo
...
PR: ports/69711
Submitted by: Matt Lancereau <matt@bsdfly.org> (maintainer)
2004-07-29 19:21:24 +00:00
Markus Brueffer
75e48aaf6e
Update to version 3.0.1
...
PR: ports/69374
Submitted by: Andrej Zverev <az@inec.ru>
2004-07-29 15:00:19 +00:00
Pav Lucistnik
1ddc643d8d
- Update to 18
...
1. Dependences expanding is faster and uses less stack
2. query script is slightly more intelligent in searching for correct or
suggested package names
3. Added versioning support to portindex.pck file. You will no longer need
to delete this file by hand -- program can now handle this itself. Your
database will be full-rebuilded while updating to v18.
4. Fixed crash in updateall script on deleted ports due to unsatisfied depends.
5. minorupdates config option is back
PR: ports/69715
Submitted by: Radim Kolar <hsn@netmag.cz> (maintainer)
2004-07-28 17:25:22 +00:00
Ying-Chieh Liao
10aadb5e60
upgrade to 0.8.4
...
PR: 69678
Submitted by: maintainer
2004-07-28 02:05:44 +00:00
Kirill Ponomarev
bc548ba337
Fix MASTER_SITES and WWW: line
2004-07-27 13:04:11 +00:00
Peter Pentchev
87f39b0573
Make the startup script also work on older versions of FreeBSD which
...
lack the daemon(8) utility.
2004-07-27 06:27:07 +00:00
Joe Marcus Clarke
cfa34308b2
Add gnomesu, a frontend to su which prompts the user for root's password
...
using a GNOME dialog before running a privileged command.
Submitted by: Franz Klammer <klammer@webonaut.com>
2004-07-26 21:26:44 +00:00
Peter Pentchev
648cd0ea13
- make this script work with the New World Order in /etc/rc.d/localpkg,
...
where the config files may have been loaded already and our load_rc_config
invocation may do nothing: thus, we need to honor any previously set value
of svscan_enable;
- for some reason svscan_stop_post() does not like the IFS-like vars set by
rc.subr and localpkg; use find/xargs instead of having the shell parse its
own output;
- dequote COMMENT;
- fix the daemon(8)-ization by moving 2>&1 to its proper place, so that the
errors from svscan are actually picked up by readproctitle, as explained
in <20040630175050.GD979@straylight.m.ringlet.net>;
- move the 'Starting svscan' message to its proper place, so that the PATH
set by env(1) affects svscan, not the echo command :)
2004-07-26 12:48:44 +00:00
Volker Stolz
870da68c71
Remove references to mirror.ac.uk
...
PR: ports/69481
Submitted by: Tim Bishop
2004-07-26 12:13:47 +00:00
Sergey Skvortsov
ddd02a7092
Updated to 2.021
2004-07-26 09:08:40 +00:00
Pav Lucistnik
1b18522121
- Update to 1.1
...
PR: ports/69561
Submitted by: Michael Ranner <mranner@inode.at> (maintainer)
2004-07-25 17:49:03 +00:00
Pav Lucistnik
1ec1b81fd4
- Respect CFLAGS
...
PR: ports/69563
Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru> (maintainer)
2004-07-25 15:20:48 +00:00
Lars Koeller
f11f926233
o) Fix out of order restore (older files instead of newest one)
...
PR: ports/69565
Submitted by: Dan Langille <dan@langille.org>
2004-07-25 14:08:02 +00:00
Lars Koeller
a07c798787
o) Don't install old sample start script
...
o) Fix a typo
PR: ports/69285
Submitted by: Dan Langille <dan@langille.org>
2004-07-25 12:37:14 +00:00
Tilman Keskinoz
6a391e58d8
Add kdar, a backup-utility for KDE using libdar
...
PR: 65126
Submitted by: Kay Lehmann
2004-07-25 10:02:50 +00:00
Volker Stolz
13b20ca3fc
Add usermatic 0.6.1, scripts to automate the maintenance of accounts.
...
PR: ports/68870
Submitted by: Andreas Fehlner (fehlner@gmx.de )
2004-07-25 09:01:24 +00:00
Norikatsu Shigemura
6405ace67d
Oops, I forgot to add "print stop message".
2004-07-25 08:54:56 +00:00
Norikatsu Shigemura
ff622b2d5d
o portlint clean. [1]
...
o print start message. [1]
o daemon(8)'ify. [2]
o bump PORTREVISION accordingly.
PR: ports/68558 [1]
Submitted by: Renato Botelho <renato@galle.com.br> [1]
myself [2]
Reviewed by: roam [2]
Approved by: roam (blanket)
2004-07-25 08:52:51 +00:00
Oliver Eikemeier
84e6916181
add lookupd, a name service lookup daemon, and lookupd_ldap, an LDAP plugin
...
PR: 68811, 68810
Submitted by: Michael Bushkov <bushman@rsu.ru>
2004-07-24 17:27:36 +00:00
David E. O'Brien
037bfcddeb
Update to a snap release that allows building on 5-CURRENT after
...
sys/sys/pipe.h rev 1.28.
2004-07-24 14:57:25 +00:00
Sergey Skvortsov
94911f627e
Updated to 0.6
2004-07-23 15:54:41 +00:00
Pav Lucistnik
7b153f7883
- Update to 5.20.4.10.8
...
PR: ports/69440
Submitted by: Charles Swiger <chuck@pkix.net> (maintainer)
2004-07-22 21:23:05 +00:00
Oliver Eikemeier
4317cf38ba
add tenshi, a log monitoring program
2004-07-21 20:03:52 +00:00
Volker Stolz
ce44c523f3
- Fix build with GCC 3.4.1
...
- Drop maintainership
PR: ports/69378
Submitted by: Florent Thoumie (maintainer)
2004-07-21 19:39:07 +00:00
Kirill Ponomarev
501e1abf47
Change maintainer's mail.
...
Fix MASTER_SITES
PR: ports/69338
Submitted by: maintainer
2004-07-21 12:39:13 +00:00
Volker Stolz
76fb6bb2b8
Patch for libgtop2, unDEPRECATE.
2004-07-21 12:21:16 +00:00
Alex Dupre
ee35ae9ae6
Add pecl-fileinfo 0.2, a PECL extension to retrieve info about files.
...
This extension replaces the deprecated PHP4 mime_magic extension.
2004-07-21 09:29:36 +00:00
Mario Sergio Fujikawa Ferreira
fdf5e9f29a
New port dolly+ version 0.93: Improved version of dolly harddisk/partition
...
network clone utility
2004-07-20 22:09:47 +00:00
Mario Sergio Fujikawa Ferreira
10379bfe47
New port dolly version 0.57: A program to clone harddisks/partitions
...
over a fast switched network
2004-07-20 22:08:44 +00:00
Greg Lewis
9918749344
. Add parallel to CATEGORIES as this is often used on clusters.
2004-07-20 17:15:22 +00:00
Volker Stolz
ba65eb4005
Update to 17, bugfix release:
...
- added pointupdates tool
- do not crash when generating port with incomplete depends
- keep unresolved cfg option was reversed by mistake
- updateall: print generating readme.html
- updateall: ports with unresolved depends needs to be removed from in-memory list also
- do not warn about missing port multiple times
- check for write errors while generating readme.html
PR: ports/69316
Submitted by: Radim Kolar (maintainer)
2004-07-20 15:03:00 +00:00
Hajimu UMEMOTO
23b1bc1974
Update to 2.2.2.
2004-07-20 09:34:23 +00:00
Volker Stolz
409cbf8587
Add memdump 1.0, forensic utility for memory-dumping.
...
PR: ports/68413
Submitted by: Yonatan <Yonatan@xpert.com>
2004-07-20 07:24:05 +00:00
Joe Marcus Clarke
9ea041aac6
Update to 0.90.0.
2004-07-20 06:45:22 +00:00