Commit graph

9573 commits

Author SHA1 Message Date
Mark Linimon
d7f19049c1 Mark as broken on sparc64: uuid library does not compile. 2009-03-16 09:30:30 +00:00
Mark Linimon
2c80ac6180 Mark as broken on sparc64. 2009-03-16 08:49:32 +00:00
Edwin Groothuis
9eb07a44eb Update to version 2.1:
Lire 2.1 is available for download from http://download.logreport.org/pub/.
Major changes since 2.0.3 (the previous stable release):

- Lire now requires DBD::SQLite, which uses SQLite 3.0.  (SQLite 2 has
  become obsolete and is no longer supported).  This means that the
  Lire database format has changed. If you have one or more old lire
  stores, you will need to convert each of them from SQLite2 format to
  SQLite3 format, like this:
        sqlite oldstore.db .dump | sqlite3 newstore.db
  This assumes that you have both sqlite2 and sqlite3 installed on your
  system, and that the names of the command line interface for the old
  and new version are sqlite and sqlite3 respectively (this is at least
  correct for Fedora).  After completion of the conversion(s), and
  after upgrading to Lire 2.1, SQLite 2 can be removed from your
  system, unless it is used by other applications than Lire of course.
- Improvement in exim2dlf, thanks to a patch contributed by Adrian Phillips.
  Version 4.67 of exim introduced pid to log_selector, exim2dlf now supports
  such log files too.  See also
  http://lists.logreport.org/pipermail/development/2008/000934.html.  Note
  that compatibility with pre-4.67 exim logfiles is preserved by this patch.
- Added the merge2combined and dlf2combined www scripts for merging web
  server logs of different types into one log file in combined format.
2009-03-16 00:20:47 +00:00
Dirk Meyer
8b215d7355 - bump PORTREVISION to catch graphviz new shared lib version 2009-03-15 13:48:07 +00:00
Dmitry Marakasov
caf91f941a Afuse is an automounting file system implemented in user-space using
FUSE. Afuse currently implements the most basic functionality that can
be expected by an automounter; that is it manages a directory of virtual
directories. If one of these virtual directories is accessed and is not
already automounted, afuse will attempt to mount a filesystem onto that
directory. If the mount succeeds the requested access proceeds as normal,
otherwise it will fail with an error.

The advantage of using afuse over traditional automounters is that afuse
is designed to run entirely in user-space by individual users. This way an
automounting action can take advantage of the invoking users environment,
for example allowing access to an ssh-agent for password-less sshfs
mounts, or allowing access to a graphical environment to get user input
to complete a mount (i.e. popping up a window asking for a password).

WWW: http://afuse.sourceforge.net/

PR:		132309
Submitted by:	Alexander Logvinov <ports at logvinov dot com>
2009-03-15 13:37:45 +00:00
Jimmy Olgeni
b09a11900e Update modules file-1.460-1 and status-1.460-1. 2009-03-15 10:07:03 +00:00
Li-Wen Hsu
cd8c89756f - Add dependency on php5-pcre
PR:		ports/132640
Submitted by:	"Vasiliy P. Melnik" <basil AT vpm.net.ua> (maintainer)
2009-03-15 03:49:45 +00:00
Martin Wilke
99be28d2a5 - Update to 0.4.1
PR:		132635
Submitted by:	"J.R. Oldroyd" <fbsd@opal.com> (maintainer)
2009-03-14 22:46:19 +00:00
Martin Wilke
d47f511eff - Update Maintainer mail adress
Submitted by:	Nikos Ntarmos <ntarmos@cs.uoi.gr> (maintainer via private mail)
2009-03-14 13:45:28 +00:00
Joe Marcus Clarke
f91321f9e7 Fix hal on the latest -CURRENT now that libusb20 has been renamed. 2009-03-14 06:51:17 +00:00
Shaun Amott
e947ebc240 Free most of my ports, since they aren't being maintained to a
reasonable standard.
2009-03-13 23:27:19 +00:00
Alex Dupre
5ae212dded Update to 1.12 release.
Submitted by:	maintainer
2009-03-13 14:55:09 +00:00
Jimmy Olgeni
3855eb4fc1 Upgrade to version 1.460. 2009-03-13 13:36:09 +00:00
Jimmy Olgeni
0798710529 Upgrade to version 1.390. 2009-03-13 13:35:23 +00:00
Xin LI
4a7be535d2 - fix config.cfg overwriting
- fix lamdaemon.pl permissions

Submitted by:	maintainer
PR:		ports/132555
2009-03-13 01:06:27 +00:00
Alejandro Pulver
4c20289e45 - Update to version 2009.2.1. 2009-03-13 00:30:03 +00:00
Ion-Mihai Tetcu
ec377f19f3 - fix it to work with newusb on HEAD [1] [2]
- makefile cleanup and portlint petting.

PR:		ports/132548 [1]
Submitted by:	Ben Kelly [1], stass@ [2]
2009-03-12 14:10:54 +00:00
Marius Strobl
50bb525873 Update to 2.01.01a58.
Approved by:	netchild
2009-03-09 21:01:47 +00:00
Martin Wilke
2e76902ae8 - Update to 1.7.7
PR:		132413
Submitted by:	Wen Heping <wenheping@gmail.com> (maintainer)
2009-03-09 20:44:07 +00:00
Martin Wilke
4590ff95ef - Reset farrokhi@freebsd.org due to long period of inactivity.
Approved by:	portmgr (linimon)
2009-03-09 19:29:12 +00:00
Martin Wilke
602bb08fe9 - Take over maintainership 2009-03-09 19:14:20 +00:00
Stanislav Sedov
f5d05ea54d - Chase libusb20 rename in r189585.
- Mark sane-backends broken on current due to changes
  in USB stack.

Reviewed by:	thompsa (old version), miwi
Tested by:	miwi
2009-03-09 17:15:43 +00:00
Max Brazhnikov
4ac1397e9e Update KDE to 4.2.1.
multimedia/phonon port has been split into phonon itself, phonon-xine
and phono-gstreamer backends. After updating phonon port you have
to install at least one backend. phonon-xine backend is recommended
for KDE.
2009-03-09 00:55:48 +00:00
Beech Rintoul
e4f3991dfe - Fix rc.d scripts [1]
- fix hang during multiple simultaneous backups. [2]

PR:		ports/132286 [1]
PR:		ports/132314 [2]
Submitted by:	Oliver Lehmann <oliver@freebsd.org> [1]
		Dan Langille <dan@langille.org> (maintainer) [2]
Approved by:	maintainer
2009-03-08 23:05:43 +00:00
Robert Noland
10ba2190ea Update to 0.9.0 2009-03-08 18:42:07 +00:00
Alex Dupre
e9112f88dd Update to 1.11 release.
Submitted by:	maintainer
2009-03-08 08:39:55 +00:00
Oliver Lehmann
ce06749311 bump PORTREVISION because of xfce 4.6 update
Noted By:	Zahemszky Gábor <Gabor@Zahemszky.HU>
2009-03-07 20:01:41 +00:00
Marius Strobl
4d2ce9dcb8 Fix build with r189136.
Submitted by:	das via rnoland (principle patch)
Approved by:	netchild
2009-03-07 16:52:54 +00:00
Cy Schubert
21df3ce841 Fix a SIGSEGV in ps/ps.c when ps is setuid root or when run by root.
kvm_t kv was not set to zero and therefore kvm_open(3) was not called.

Fix another SIGSEGV in ps caused by the -O compile flag) when the -ef
flags are passed to ps.

Approved by:	gahr (maintainer)
2009-03-06 23:18:41 +00:00
Ed Schouten
ca01b2c143 Add new port: hidesvn.
Hidesvn is a small script that starts new processes with a library
preloaded that hides .svn directories from readdir(). This is very
useful when grepping the FreeBSD source tree.

Reviewed by:	garga
2009-03-06 19:43:59 +00:00
Dennis Herrmann
2b3b399de8 - Use my FreeBSD address on the ports I maintain
Approved by:	tabthorpe (co-mentor)
2009-03-06 18:14:36 +00:00
Oliver Lehmann
d20d57304a Bump PORTREVISION after xfce 4.6 update 2009-03-06 15:24:12 +00:00
Philippe Audeoud
2eb5ae4854 - Update to 0.8.2
PR:		ports/132243
Submitted by:	bapt <baptiste.daroussin at gmail.com>
2009-03-06 09:24:37 +00:00
Sergey Skvortsov
0f24c25f5a Remove variable PERL_VER from the ports tree at all - because
it is obsolete since Perl 5.6.0.
2009-03-05 17:56:24 +00:00
Kevin Lo
1a31e2acef Fix build: 80064 -> 800064 2009-03-05 10:47:22 +00:00
Robert Noland
04e28f5cf7 Set the device node to NULL for usb keyboards. The xorg keyboard
driver has the ability to open character devices, but in our case
syscons always owns the devices.  This should allow usb only
setups as well as help people who are setting xorg input options
on usb devices.

PR:		132270
Submitted by:	Jose M Rodriguez <josemi@freebsd.jazztel.es>
Approved by:	marcus
2009-03-03 03:30:20 +00:00
Cy Schubert
f64a274232 Delete configuration files if they have not been altered by the user.
Suggested by:	pav
2009-03-03 00:07:44 +00:00
Joe Marcus Clarke
311bab68e4 Add the new usb2 probers to the plist. 2009-03-02 20:45:18 +00:00
Emanuel Haupt
2319c3985e - Update to 1.82
- Grab maintainer-ship

Approved by:	rink (maintainer)
2009-03-02 20:03:36 +00:00
Pietro Cerutti
7c8ecf9e01 - Add patch to work on -CURRENT
Submitted by:	ed@ via private e-mail
2009-03-02 19:56:56 +00:00
Oliver Lehmann
395f5a4663 update Xfce to 4.6
for more information please read

        http://www.xfce.org/about/news?id=21
2009-03-02 16:51:57 +00:00
Oliver Lehmann
0c23a8af99 add xfce4-settings:
The settings manager allows you to customize your desktop environment in
an easy and intuitive way. You can set some hardware components such as
mouse, keyboard or display; but also theme your windows, widgets and icons,
set your preferred applications, manage your sessions...

WWW: http://www.xfce.org/projects/xfce4-settings/
2009-03-02 16:31:59 +00:00
Ed Schouten
fe8379f9e9 Make LPRng compile again.
Reported by:	linimon
2009-03-02 12:36:05 +00:00
Renato Botelho
ca07f86c2b - Add tcpserver limits patch, an optional, off by default patch that permit you
to add connection limits based on originator IP, originator class of IP and
  maximmun load average. This patch conflicts with SSL one.

Submitted by:	Sirko Zidlewitz <sz@bytecamp.net> (idea)
2009-03-02 11:13:44 +00:00
Thomas Abthorpe
2877a234ed - Pass maintainership to submitter
Submitted by:	Ulrich via freebsd-ports@
2009-03-02 01:27:12 +00:00
Beat Gaetzi
4f389c4a67 - Update to 0.6.0
PR:		ports/132225
Submitted by:	nrg milk <bsdports AT gmail.com> (maintainer)
Approved by:	miwi (mentor)
2009-03-01 19:38:06 +00:00
Markus Brueffer
e7abdb9974 Update to version 1.0.4
PR:		ports/130929
Submitted by:	Shane Bell <decept0@gmail.com>
2009-03-01 17:59:58 +00:00
Josh Paetzel
21c5d34814 Update sysutils/fusefs-wdfs to use neon28
Based on ports/126840

PR:	ports/126840
Approved by:	linimon (mentor)
2009-03-01 03:00:46 +00:00
Jung-uk Kim
4452e21dbe Move my local distfiles from HTTP to FTP mirrors. 2009-02-27 23:43:57 +00:00
Joe Marcus Clarke
b50bfda7fa Chase the recent usb2 changes in HEAD. 2009-02-27 19:02:44 +00:00
Thomas Abthorpe
a1ce6ca46d - Pass maintainership to submitter
Submitted by:	hiro via freebsd-ports@
2009-02-27 14:14:37 +00:00
Peter Pentchev
a0e1784644 Add a couple of local (FreeBSD) master sites while waiting for Len Budney
to fix / relocate his website.

Reported by:	pav
2009-02-27 14:01:10 +00:00
Martin Wilke
f3ff7fd690 - Update to 0.8.2
PR:		131954
Submitted by:	Edmondas Girkantas <eg@fbsd.lt>
Approved by:	maintainer
2009-02-27 13:45:02 +00:00
Joe Marcus Clarke
91d4a8fb35 Fix infinite loop when adding files to a data project. 2009-02-27 07:03:53 +00:00
Wesley Shields
a993796075 The DTraceToolkit is a collection of useful documented scripts developed
by the OpenSolaris DTrace community.

It's worth noting that not all of these scripts will work.  They are
either too Solaris specific or the probes have not yet been implemented.
As more probes are implemented more scripts will work.

WWW: http://www.opensolaris.org/os/community/dtrace/dtracetoolkit/

PR:		ports/132079
Submitted by:	Steven Kreuzer <skreuzer@exit2shell.com>
2009-02-26 15:05:58 +00:00
Joe Marcus Clarke
4684488d86 Fix build on older versions of FreeBSD. 2009-02-25 21:39:13 +00:00
Renato Botelho
2aa0766b5d - Fix build on 7-stable and 8-current [1]
- Pacify portlint
- Change DOCSDIR and DATADIR to respect PKGNAMESUFFIX
- Remove CHMOD and CHOWN and add param on INSTALL command
- Move pkg-message to files/pkg-message.in
- Use PORTDOCS
- Remove old signature from pkg-descr
- Use %%DATADIR%% in pkg-plist
- Take maintainership

PR:		ports/131977 [1]
Submitted by:	Dmitry <dmitry2006@yandex.ru> [1]
2009-02-25 13:03:48 +00:00
Joe Marcus Clarke
45a0273ad4 Actually commit the build for the old USB backend. 2009-02-24 20:28:56 +00:00
Joe Marcus Clarke
bb1008c45c Fix the build now that usb2 has been renamed. 2009-02-24 05:49:13 +00:00
Thomas Abthorpe
993bbe4ab1 - Pass maintainership to submitter
Submitted by:	martinko via freebsd-ports@
2009-02-24 03:57:27 +00:00
Joe Marcus Clarke
e0aebe8a23 Fix probe-hiddev building on very recent -CURRENT. 2009-02-23 23:52:56 +00:00
Cy Schubert
491d6d248c Set termios' VERASE to DEL, for vte's autodetect feature.
PR:		131858
Submitted by:	Szalai Andras <szalai.bandi@gmail.com>
Obtained from:	screen.git commit 01fbf99748f536519605087d5937761790fc6ded
		by Micah Cowan <micah@cowan.name>
		see: http://git.savannah.gnu.org/cgit/screen.git/commit/?id=01fbf99748f536519605087d5937761790fc6ded
2009-02-23 21:48:35 +00:00
Joe Marcus Clarke
088229bdb8 * Add support for usb2 in -CURRENT.
* Fix processing of devd events.
* Add support for the PART GEOM type.
* Attempt to fix a race condition where a drive an be learned before its
  parent.  This fix only works on 7.1, RELENG_7, and -CURRENT.
2009-02-23 21:44:23 +00:00
Vasil Dimov
4a7ed2bf82 * Upgrade sysutils/duplicity from 0.5.06 to 0.5.09
ChangeLog:
http://duplicity.nongnu.org/CHANGELOG

Supersedes:	ports/131656
2009-02-23 18:25:23 +00:00
Martin Matuska
24bf28eff1 - Change default Tcl/Tk version to 8.5
- Bump PORTVERSION of ports affected

Tested by:	pointyhat (pav)
2009-02-23 14:46:37 +00:00
Stanislav Sedov
f1af06be75 - Add an additional mirror temporarly, as 4.82C seems to be vanished
from all master sites.
2009-02-23 13:42:41 +00:00
Sergey Skvortsov
ae3d66874e Update to 3.060
Changes:	http://cpansearch.perl.org/src/WSNYDER/Schedule-Load-3.060/Changes
2009-02-23 13:31:12 +00:00
Joe Marcus Clarke
716d2e9641 Update to 2.24.4. 2009-02-23 05:38:36 +00:00
Joe Marcus Clarke
ce5cfd52de Update to 2.24.1. 2009-02-23 05:28:28 +00:00
Soeren Straarup
cc3a197ac5 Update to 2.4 instead of 2.3 as the PR suggested.
PR:		ports/131952
Submitted by:	Edmondas Girkantas <eg@fbsd.lt>
Approved by:	maintainer
2009-02-22 22:12:35 +00:00
Beat Gaetzi
45971b4932 - Fix path to zfs utility
PR:		ports/131966
Submitted by:	Jui-Nan Lin <jnlin AT csie.nctu.edu.tw> (maintainer)
Approved by:	miwi (mentor)
2009-02-22 15:24:50 +00:00
Cy Schubert
3b720fe551 Fix local variable declaration.
Bump PORTREVISION.
2009-02-22 05:13:23 +00:00
Cy Schubert
20085b54ec Conditionally install the zetaback configuration files and do not
remove the said files when the package is deinstalled as the user may
wish to keep the files across upgrades. A message is printed advising the
user to remove the files manually if the packages is uninstalled permanently.
2009-02-22 04:41:12 +00:00
Martin Wilke
e903896365 - Fix plist 2009-02-21 23:52:29 +00:00
Rong-En Fan
5d99596f75 - Update to 4.82C
PR:		ports/131903
Submitted by:	Larry Rosenman <ler at lerctr.org> (maintainer)
2009-02-21 15:17:13 +00:00
Thierry Thomas
cec54d3bac - Upgrade to 2.27
Changelog at <http://billposer.org/Software/uniutils.html#changelog>

- Use PORTEXAMPLES;

- Add some regression-tests.
2009-02-21 10:55:07 +00:00
Beat Gaetzi
2292cb8a75 - Update to 2.4.1
- Add patch for problem reported in ports/131812

PR:		ports/131885
Submitted by:	Joerg Pulz <Joerg.Pulz AT frm2.tum.de> (maintainer)
Approved by:	miwi (mentor)
2009-02-20 17:42:51 +00:00
Martin Wilke
f7df0b8c13 - Update to 3.20.4 2009-02-20 15:44:48 +00:00
Koop Mast
eed99aedee Hook up gstreamer-plugins-cdio
Pointed out by:	pav
Pointyhat awarded to:	kwm
2009-02-20 15:19:28 +00:00
Ion-Mihai Tetcu
c4c9376026 - Fix integer overflow on 64bit platforms
- bump PORTREVISION

PR:		131741
Submitted by:	maintainer
2009-02-20 15:06:15 +00:00
Marcus von Appen
b73f95f908 Updated my mail address to use @FreeBSD.org now.
Approved by: miwi (co-mentor), beech (mentor)
2009-02-19 21:45:43 +00:00
Dmitry Marakasov
15c81bc1ba - Fix sed errors when burning an iso
- Change default cdrom device to /dev/cd0

Reported by:	Peter Vereshagin <peter at vereshagin dot org>
2009-02-19 16:51:12 +00:00
Renato Botelho
9de6e4cf55 - Update to 0.8.1
PR:		ports/131345
Submitted by:	Hardy Schumacher <hardy.schumacher@amd.com>
Approved by:	maintainer timeout (2 weeks)
2009-02-17 15:58:11 +00:00
Philippe Audeoud
a0ad85c134 - Fix blazer.8 place
Submitted by:	maintainer (via mail)
2009-02-17 13:22:10 +00:00
Christian Weisgerber
63e1ad8f15 Update to 0.7.
Approved by:	maintainer
2009-02-16 23:38:50 +00:00
Ion-Mihai Tetcu
f467c69748 IGNORE the pdf manual, it changes to often.
PR:		131747 [1]
Submitted by:	Shin-ichi Yoshimoto [1]
Prompted by:	[1]
2009-02-16 22:56:48 +00:00
Luigi Rizzo
4d29676b87 forgot this file
Detected by: pointyhat build
2009-02-16 21:20:05 +00:00
Martin Wilke
d7d64edfea - Reset Maintainer
PR:		131742
Submitted by:	"Sergey N. Voronkov" <serg@tmn.ru> (maintainer)
2009-02-16 20:43:17 +00:00
Philippe Audeoud
0423cdf6c5 - Update to 2.4.0
- Add PDU to OPTIONS (default to off)
- Update manpage list

PR:		ports/131657
Submitted by:	Joerg Pulz <Joerg.Pulz at frm2.tum.de>
2009-02-16 14:17:56 +00:00
Philippe Audeoud
283e1bfa75 - Update to 2.3.4
- Update MASTER_SITES
- Update dependencies
- Update manpages
- Remove useless old stuff
- Update WWW in pkg-descr

PR:		ports/131654
Submitted by:	Joerg Pulz <Joerg.Pulz at frm2.tum.de>
2009-02-16 13:25:42 +00:00
Joe Marcus Clarke
5f7c107d66 Check to see if "/dev/usb " exists, and if it does, don't try to
initialize USB support.  This will keep hald from taking up 100% CPU
on usb2 -CURRENT systems.
2009-02-16 04:53:51 +00:00
Joe Marcus Clarke
3aadf625aa Correct the path to chown.
Reported by:	Andrei V. Lavreniyuk <andy.lavr@reactor-xg.kiev.ua>
2009-02-15 23:49:22 +00:00
Ion-Mihai Tetcu
0c24f0aa41 Update to 3.14.5:
* docs: Document the /refresh switch for apctray.
  * apctest: Do not create pid file. There is little reason for it
    since apctest is a command-line tool, not a daemon. Plus nothing
    ever deletes the file so it interferes with apcupsd operation.
  * gapcmon: Network connect timeout fix.
  * Fix a few unsafe uses of sprintf and strcat.
  * gapcmon: Iconify fixes for KDE
  * Fix LOWBATT glitch handling bug that could cause us to act on a
    LOWBATT signal immediately instead of waiting for the debounce time.
  * Support shutting down apcupsd instances running in other sessions
    (such as terminal services or remote desktop sessions).
  * docs: PCNET minimum password length is 15 chars, default username
    is 'apc', no known way to change the username.
  * Makefile: Fix dependency build errors on Darwin and other platforms.
    ('echo -n' is not portable; use 'tr' to strip newline instead)

Tested by:	beech@
2009-02-15 19:45:43 +00:00
Joe Marcus Clarke
f0e90a6ec8 Fix some directory and file permissions to restore some lost PolicyKit
functionality.
2009-02-15 19:31:12 +00:00
Brooks Davis
8c40d09254 Add missing run dependency on apr.
Reported by:	pointyhat (via pav)
2009-02-15 18:37:17 +00:00
Dirk Meyer
0a78365e08 - add LICENSE: 2009-02-15 16:44:55 +00:00
Martin Wilke
39c4892f3d This is a port of Unix::Lsof, a perl wrapper around the UNIX lsof
command.

WWW: http://search.cpan.org/dist/Unix-Lsof/

PR:		ports/131686
Submitted by:	George Cox <gjvc at gjvc.com>
2009-02-15 14:49:59 +00:00
Joe Marcus Clarke
f5231bef52 Add some better error reporting so people don't get flooded with
g_hash_table_lookup warnings.  Also, point people to mounting /proc
if they don't have it mounted already.
2009-02-14 20:28:51 +00:00
Luigi Rizzo
277e2e3598 add fio to the build 2009-02-14 19:32:46 +00:00
Luigi Rizzo
ddd028e250 Fio is an I/O testing tool that will spawn a number of threads or
processes doing a particular type of I/O action as specified by
the user. Fio can be driven by a 'job file' describing the I/O
load one wants to simulate.

WWW:    http://git.kernel.dk/
2009-02-14 19:32:30 +00:00
Stanislav Sedov
bf22ae96a7 - Fix plist after ruby update by generating it dynamically. 2009-02-14 01:11:37 +00:00
Thomas Abthorpe
15ad88cd94 - Pass maintainership to submitter
Submitted by:	Sergey Voronkov via freebsd-ports@
2009-02-13 15:31:11 +00:00
Stanislav Sedov
c450fb64ed - Really fix on current. 2009-02-12 23:36:01 +00:00
Stanislav Sedov
9edb4ed3dd - Fix on current. 2009-02-12 23:22:47 +00:00
Wesley Shields
408bb76044 - Fix copy/paste mistake (131620 is not a valid email address)
Pointy Hat:	me
Noticed by:	pgollucci
2009-02-12 21:20:37 +00:00
Wesley Shields
c735ba497b - Pass maintainership to submitter
PR:		ports/131620
Submitted by:	Charlie Kester <corky1951@comcast.net>
2009-02-12 20:53:00 +00:00
Brooks Davis
db12abae11 Actually remove port created directories and symlinks.
Point hat to:	brooks
Reported by:	QAT
2009-02-12 20:24:58 +00:00
Brooks Davis
efef2a8773 Actually build a proper package with a valid plist[0], set the default
config file locations correctly, and run as the ganglia user instead of
nobody by default.

Reported by:	QAT, pointyhat via pav [0]
Pointy hat to:	brooks
2009-02-12 18:11:31 +00:00
Beat Gaetzi
6368c01787 - Update to 1.5.5
- Use SF macro in MASTER_SITES

PR:		ports/131528
Submitted by:	Yi-Jheng Lin <yzlin AT cs.nctu.edu.tw>
Approved by:	Jonatan B <onatan AT gmail.com> (maintainer), miwi (mentor)
2009-02-12 17:58:46 +00:00
Cy Schubert
160b1bbe1a Make pkg-descr correct. 2009-02-11 21:23:52 +00:00
Cy Schubert
71c00a06d8 Zetaback is a thin-agent based ZFS backup tool. It is designed to:
* run from a central host
    * scan clients for new ZFS filesystems
    * manage varying desired backup intervals (per host) for
          o full backups
          o incremental backups
    * maintain varying retention policies (per host)
    * summarize existing backups
    * restore any host:fs backup at any point in time to any target host
2009-02-11 21:20:03 +00:00
Stanislav Sedov
5bc22a9dc0 - Recode filenames according to user's locale. This allows philesight
to be used with non-POSIX locale filesystems.
2009-02-11 20:18:09 +00:00
Stanislav Sedov
f1a3af0a9e - Fix NOPORTEXAMPLES case.
Reported by:	QAT
2009-02-11 19:29:47 +00:00
Stanislav Sedov
16173924fb - Add sysutils/philesight, a program to show a graphics representation
of the filesystem usage.

Author:	Ico Doornekamp <philesight@zevv.nl>
WWW:	http://zevv.nl/play/code/philesight/
2009-02-11 19:09:52 +00:00
Dmitry Marakasov
77117efc85 scprotect is implementation of system call for setting or unsetting
P_PROTECTED flag. It's similar to madvise(2) behaviour MADV_PROTECT,
but may be used for already running processes. Also rc.d/scprotect
scripts allow you to set protection flag even if process was
restarted by user.

WWW:	http://dindin.ru/scprotect/

PR:		131423
Submitted by:	Denis Barov <dindin at dindin dot ru>
2009-02-10 23:15:03 +00:00
Martin Wilke
c5f28b7c10 - default inode size for mke2fs to 128
Inspired by: Wesley Shields
- remove BROKEN; Solaris 8 SPARC64 compiles package just fine

PR:		131556
Submitted by:	Matthias Andree <matthias.andree@gmx.de> (maintainer)
2009-02-10 22:36:42 +00:00
Boris Samorodov
580b911de3 Welcome to cfengine version 3!
PR:		ports/131311
Submitted by:	Jo Rhett <jrhett at netconsonance.com>
2009-02-10 21:37:55 +00:00
Brooks Davis
ebcbf10d44 Add missing depend on apr.
Reported by:	pointyhat (via pav, erwin, linimon)
2009-02-09 19:42:33 +00:00
Beat Gaetzi
36c50e0e00 - Update to 0.5.1
Approved by:	miwi (mentor)
2009-02-09 13:19:28 +00:00
Max Brazhnikov
dce832d3c8 Add missing patch to fix build (noticed by beech) 2009-02-09 09:35:44 +00:00
Martin Wilke
5d9f0fb74b - Update to 1.41.4
PR:		131449
Submitted by:	Matthias Andree <matthias.andree@gmx.de> (maintainer)
2009-02-08 22:53:32 +00:00
Stanislav Sedov
46dd14f90e - Update to 1.24. 2009-02-08 22:52:04 +00:00
Martin Wilke
ef1b3d1071 The KDE FreeBSD team is proud to announce the release of KDE 4.2.0
for FreeBSD. The official KDE 4.2.0 (Codename: "The Answer") release
notes can be found at:
http://kde.org/announcements/4.2/index.php.

New supported languages include Arabic, Icelandic, Basque,
Hebrew, Romanian, Tajik and several Indian languages (Bengali India,
Gujarati, Kannada, Maithili, Marathi) indicating a rise in popularity in
this part of Asia.

New ports for KDE 4.2.0:
arabic/kde4-l10n		Arabic
hebrew/kde4-l10n		Hebrew
misc/kde4-l10n-bn_IN		Bengali (India)
misc/kde4-l10n-eu		Basque
misc/kde4-l10n-gu		Gujarati
misc/kde4-l10n-is		Icelandic
misc/kde4-l10n-kn		Kannada
misc/kde4-l10n-mai		Maithili
misc/kde4-l10n-mr		Marathi
misc/kde4-l10n-ro		Romanian
misc/kde4-l10n-tg		Tajik
math/eigen2			Lightweight library for vector and matrix math
graphics/kipi-plugins-kde4	KDE4 kipi graphics plugins
sysutils/policykit-kde		PolicyKit manager for KDE

Unfortunately FreeBSD 6.4 support is dropped.

We'd like to say thanks for feedback and help to:
	Matt Tosto, Kris Moore, stickibit, David Johnson, Markus Brueffer,
	David Naylor, Thomas Schlesinger, Warren Liddell, Thomas Abthorpe,
	Diego Depaoli, Mats Andreassen, portmgr for exp-run and repocopies.
2009-02-08 20:23:45 +00:00
Robert Noland
c6542427d4 Replace libdvdread with the version maintained by the mplayer group
-Turn over maintainership
	-Bump ports that depend on libdvdread since shared lib
	 version rolls back from .5 to .4
	-Fix multimedia/ogle build with this version

PR:		127849
Submitted by:	Ganael LAPLANCHE <ganael.laplanche@martymac.com>
2009-02-08 18:45:38 +00:00
Martin Wilke
51fdedf3f9 - Update to 1.1 2009-02-08 17:09:09 +00:00
Philip M. Gollucci
d8d2cf17f9 - devel/libslang2 has completely replaced devel/libslang which has not been
released in ~5yrs.

- WITH_SLANG2 is now no longer a valid ports knob
- WITH_SLANG implies devel/libslang2 now
- devel/libslang -> devel/libslang2 is a SHARED LIB bump
  so bump PORTREVISION for affected ports

- Take MAINTAINER for most unmaintained ports in this chain
- some SF macro conversions

- BROKEN with devel/libslang2 and DEPRECATE
    math/slsc (abandoned upstream)
- BROKEN with devel/libslang2
    japanese/slirc

PR:             ports/125255
Reviewed by:    garga (libslang maintainer), portmgr (pav)
Exp Run by:     pav
2009-02-08 03:14:14 +00:00
Max Brazhnikov
b8070d5bd2 Add sysutils/kgrubeditor:
KGRUBEditor is a KDE utility, that edits GRUB's configuration
files through an inituitive user interface. It combines both
ease of use with flexibility and is the perfect solution for
those who want to configure GRUB, without messing with its files.

WWW:	http://sourceforge.net/projects/kgrubeditor

Submitted by:	Gvozdikov Veniamin <g.veniamin at googlemail.com> via email
Approved by:	miwi (implicit)
2009-02-07 21:44:51 +00:00
Jimmy Olgeni
c44c5be7ed Remove sysutils/srmt (now in archivers/star). 2009-02-07 20:45:25 +00:00
Rong-En Fan
ff3b64268e - Update to 1.5.2.2
PR:		ports/131406
Submitted by:	Yi-Jheng Lin <yzlin at cs.nctu.edu.tw>
Approved by:	Guy Brand <gb at unistra.fr> (maintainer)
2009-02-07 05:37:11 +00:00
Dmitry Marakasov
1fea782247 - Update MASTER_SITES
PR:		131417
Submitted by:	Roberto de Iriarte <rdeiriar at spock dot cl>
Approved by:	Patrick M. Hausen <pmh at hausen dot com> (maintainer)
2009-02-06 13:49:30 +00:00
Alejandro Pulver
c00010e66e - Update to version 2009.1.1. 2009-02-05 21:27:43 +00:00
Martin Wilke
9b1368fe9b - Restore to 1.15 to fix the index
Pointy hat to:	pgollucci
2009-02-05 20:33:53 +00:00
Boris Samorodov
97931967df Update to 2.2.9.
PR:		ports/131040
Submitted by:	Eygene Ryabinkin <rea-fbsd at codelabs.ru>
Patch by:	Jo Rhett <jrhett at netconsonance.com> (maintainer)
2009-02-05 18:17:22 +00:00
Dmitry Marakasov
80e51f3dad - Remove unsupported OPTIONS from port. These options are only useful to developers anyway and generate a surprising amount of support requests from users of the non-developer kind.
- More verbose description for LFS option

PR:		131348
Submitted by:	Daniel Roethlisberger <daniel at roe dot ch> (maintainer)
2009-02-05 15:30:49 +00:00
Philippe Audeoud
38beb49a89 - Update to 1.01
PR:		ports/131410
Submitted by:	maintainer
2009-02-05 14:00:52 +00:00
Florent Thoumie
020bbcee67 Replace HAS_CONFIGURE with GNU_CONFIGURE. 2009-02-05 09:22:55 +00:00
Philip M. Gollucci
fc0b95f3d8 - Update download locations, update WWW
Moved to SF
  Update to 2.06 to fix fetch
  While here, clean up MAKE_ENV

Reported by:    -fetch-original pointyhat run
2009-02-05 08:46:19 +00:00
Jung-uk Kim
b791481683 - Do not allow openning /dev/sysmouse multiple times. When there are
multiple instances of moused(8) and Xorg mouse driver
opens /dev/sysmouse multiple times, Xorg server gets confused badly,
e.g., losing input events, waiting for already processed events, etc.
- Really fix laptop brightness control.  The previous commit didn't
fix IBM and Sony laptops.  Pointyhat to me, again.

Reviewed by:	marcus
2009-02-04 17:45:32 +00:00
Ed Schouten
abb56b6e21 Make the fusefs kernel module compile on -CURRENT again.
The kernel module uses unit2minor(), which is not available on -CURRENT
anymore. I'm not increasing PORTREVISION, because this commit should not
have any effect on <800062 users.

Approved by:	port maintainer
2009-02-03 20:45:37 +00:00
Martin Wilke
2961cbe657 - Fix portscout flag 2009-02-03 09:45:39 +00:00
Martin Wilke
d9037eedb8 - Update to 3.20.3 2009-02-03 09:07:00 +00:00
Jung-uk Kim
f29822d4d4 Fix breakages introduced in the previous commit. hf_has_sysctl() is only
capable of finding the leaf node.

Pointyhat to:	jkim
2009-02-03 01:54:59 +00:00
Jung-uk Kim
28e9540211 - Do not search for Linux-specific hald-addon-acpi module.
- Remove unnecessary ioctl calls for battery on non-laptops.
- Do not use model-specific sysctl if it is not available.
- Always provide frequencies of BSP as we do not export APs' yet.

Reviewed by:	marcus
2009-02-02 22:33:22 +00:00
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
Stefan Walter
9ee9a9867c Mark as BROKEN on amd64.
PR:		128288
Approved by:	maintainer timeout (>3 months)
2009-02-02 14:11:57 +00:00
Philippe Audeoud
a9ec6ba5a5 - Update to 3.5 2009-02-02 12:47:27 +00:00
Marcelo Araujo
7c806af372 - Use GNOME macro instead of ${MASTER_SITE_GNOME}, remove
MASTER_SITE_SUBDIR when possible.

PR:		ports/125243
Submitted by:	pgollucci
Reworked by:	myself
Tested on:	pointyhat exp-run (pav)
2009-02-02 01:36:16 +00:00
Beat Gaetzi
9bf198d2ff - Update to 20090201
PR:		ports/131258
Submitted by:	Marcin Simonides <marcin AT studio4plus.com> (maintainer)
Approved by:	miwi (mentor)
2009-02-01 21:47:46 +00:00
Vasil Dimov
2235cb5daa Fix CONFLICTS in rdiff-backup, rdiff-backup-devel and rdiff-backup10. 2009-02-01 07:07:46 +00:00
Vasil Dimov
bb613a7da5 Upgrade sysutils/rdiff-backup-devel from 1.1.15 to 1.3.1
(start tracking the new development branch)

ChangeLog:
http://www.nongnu.org/rdiff-backup/CHANGELOG-devel
2009-02-01 06:58:18 +00:00