Commit Graph

9695 Commits

Author SHA1 Message Date
Rong-En Fan
354d1871f9 - Fix build on 6.x or 7.x < 701103
Pointy hat to:	rafan (I should look at tindy output for 6.x...)
Noticed by:	miwi
2009-03-22 11:47:23 +00:00
Rong-En Fan
c579fd9e69 - Update to 4.82D (fix build on 8-CURRENT)
PR:		ports/132890
Submitted by:	Larry Rosenman <ler at lerctr.org> (maintainer)
2009-03-22 06:49:23 +00:00
Rong-En Fan
92c34fbe60 - Fix build after multi-IPv4/v6/no-IP jail MFC
PR:		ports/131513
Submitted by:	bz@
Approved by:	maintainer timeout (1 month)
2009-03-22 06:42:48 +00:00
Martin Wilke
edb8cc3197 - Update maintainer mail
PR:		132857 132858 132859 132860 132861 132863
		132864 132865
Submitted by:	Michael Ranner <mranner@inode.at>
2009-03-20 17:49:26 +00:00
Dirk Meyer
be37c96bb5 - udpate to 0.4.1 2009-03-20 09:15:46 +00:00
Pav Lucistnik
ed9214cdb1 The lsof port has a patch that turns HASSECURITY on. However, thanks to the
security.bsd.see_other_uids sysctl feature, a lsof binary that was built
without HASSECURITY does not report any additional information
whensecurity.bsd.see_other_uids is set to 0.

It would be nice to get rid of this since enabling HASSECURITY has the nasty
side effect that non-root users cannot use lsof to look at processes other than
their own even if they a member of group kmem.

PR:		ports/132557
Submitted by:	Craig Leres <leres@ee.lbl.gov>
Approved by:	maintainer, so (cperciva)
2009-03-19 22:27:55 +00:00
Dirk Meyer
6ff490ccd7 - add LICENSE: 2009-03-19 21:09:05 +00:00
Pav Lucistnik
a1e7116794 - Mark BROKEN on -CURRENT - getdelim()
Reported by:	pointyhat
2009-03-19 18:44:29 +00:00
Boris Samorodov
0263b9d868 Welcome to the new linux ports infrastructure which allows using
both current (fc4) and future linux (f8) distributions at one
ports tree.

The patch contains full changes to ports/Mk files and all ports involved.
But only infrastructure is changed. The resulting packages are the same as
before. Hence no need to bump PORTREVISIONs.

The idea was taken from bsd.gnome.mk and others.

More than 130 ports are switched to follow a new linux infrastructure
introduced by changes to bsd.port.mk, bsd.linux-rpm.mk and a new
bsd.linux-apps.mk.

Thanks for all who was involved and helped me with this work.
And help from Alexander Leidinger was incredible.

Other changes are coming. Stay tuned!

PR:		ports/132510
Submitted by:	bsam (me)
Exp-run by:	portmgr (pav)
2009-03-19 17:28:51 +00:00
Martin Wilke
c1e9addf82 The dae program is used to list all daemon control scripts installed
within the rc.d system. It may also be used to execute any of these
scripts with the parameters provided.

PR:		ports/132586
Submitted by:	Dylan Bridgman
2009-03-19 16:33:06 +00:00
Jimmy Olgeni
7ba8877397 Upgrade to version 1.470. 2009-03-19 15:11:32 +00:00
Jimmy Olgeni
2f2cbf7ad0 Upgrade to version 1.400. 2009-03-19 15:08:39 +00:00
Joe Marcus Clarke
e0d66346b4 Fix the build on recent -CURRENT.
Reported by:	rnoland
2009-03-18 23:38:57 +00:00
Jeremy Messenger
f56281c4d5 Release these ports into wild. I don't have time for these ports anymore. I am
keeping maintain two ports that don't require a lot of time to take care of.
2009-03-18 20:06:38 +00:00
Joe Marcus Clarke
310ab5c579 Update to 2.22.2. 2009-03-18 03:42:42 +00:00
Wesley Shields
97e238eadb - Respect NOPORTDOCS
PR:		ports/132729
Submitted by:	Steven Kreuzer <skreuzer@exit2shell.com>
2009-03-17 19:47:22 +00:00
Martin Wilke
d77d403465 - Remove sysutils/libisoburn project was renamed to sysutils/xorriso 2009-03-16 21:19:35 +00:00
Martin Wilke
020b9991a5 - Connect sysutils/xorriso to the build 2009-03-16 21:16:28 +00:00
Martin Wilke
60e7ebaec6 - Update to 0.3.4
PR;		132637
Submitted by:	"J.R. Oldroyd" <fbsd@opal.com> (maintainer)
2009-03-16 21:15:11 +00:00
Erwin Lansing
24ad2e513e Mark BROKEN: checksum mismatch. 2009-03-16 13:47:34 +00:00
Ion-Mihai Tetcu
71da70ada5 Despite portlint, CONFIGURE_ENV ain't added in by bsd.port.mk. Restore the old
way.
This fixes the failure to find gd.h thus enabling building WITH_CGI. [1]

The strange thing is that it doen't fail w/o CONIFGURE_ENV on tindys, only on
any other machine.

Reported by:	 Robert Huff, Simon Wright [1]
2009-03-16 10:14:35 +00:00
Mark Linimon
e4ad4a83aa Mark as broken on sparc64-6. 2009-03-16 09:38:21 +00:00
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
Vasil Dimov
1874744796 Non-functional change in sysutils/rdiff-backup: change variable
name to be in sync with sysutils/rdiff-backup-devel.
2009-02-01 06:45:13 +00:00
Vasil Dimov
d7123731b1 Upgrade sysutils/rdiff-backup from 1.2.5 to 1.2.6
ChangeLog:
http://www.gnu.org/savannah-checkouts/non-gnu/rdiff-backup/CHANGELOG-stable

PR:		ports/131188
Submitted by:	Peter Schuller <peter.schuller@infidyne.com>
2009-02-01 06:37:49 +00:00
Andrej Zverev
7fe4047283 - Update to 0.09
PR:		ports/131212
Submitted by:	Tsung-Han Yeh (maintainer)
2009-02-01 06:04:55 +00:00
Joe Marcus Clarke
73d3e9338a Quiet the syslog messages from hal.
Submitted by:	miwi
Obtained from:	https://bugs.freedesktop.org/show_bug.cgi?id=18985
2009-01-31 21:49:13 +00:00
Jimmy Olgeni
621fcca6e6 Upgrade module quota-1.380-1. 2009-01-31 14:07:12 +00:00
Beat Gaetzi
9f4c19800a - Update to 2.5.24
PR:		ports/131068
Submitted by:	Cristiano Rolim Pereira <cristianorolim AT hotmail.com> (maintainer)
Approved by:	miwi (mentor)
2009-01-31 12:14:43 +00:00
Florent Thoumie
e3775a74f4 klaptopdaemon requires libXtst.
Reported by:	pointyhat via erwin
2009-01-31 12:07:06 +00:00
Florent Thoumie
9d346dd059 klineakconfig requires xkbfile.
Reported by:	pointyhat via erwin
2009-01-31 12:05:36 +00:00
Florent Thoumie
6039f08b68 xbatt requires libXaw.
Reported by:	pointyhat via erwin
2009-01-31 12:00:28 +00:00
Wesley Shields
f34d3e962e - Update to 20081212.1
- Clarify pkg-message

Submitted by:	maintainer (private mail)
2009-01-31 02:43:02 +00:00
Beech Rintoul
340cbebf98 - Update sysutils/uif2iso to 0.1.7a
PR:		ports/131175
Submitted by:	Martin Tournoij <carpetsmoker@rwxrwxrwx.net> (maintainer)
2009-01-31 02:38:20 +00:00
Beech Rintoul
9e10b52085 - Update sysutils/daa2iso to 0.1.7b
PR:		ports/131174
Submitted by:	Martin Tournoij <carpetsmoker@rwxrwxrwx.net> (maintainer)
2009-01-31 02:24:07 +00:00
Jimmy Olgeni
902ac18974 Upgrade module webmin-1.450-1. 2009-01-31 01:04:30 +00:00
Brooks Davis
c9c565ee51 At long last commit a patch to fix problems with disk statistic reporting
and related crashes.

Clean up a couple portlint nits at the same time.

Submitted by:	KOIE Hidetaka <koie at suri dot co dot jp>
PR:		ports/116144
2009-01-30 23:01:39 +00:00
Brooks Davis
47e24183d5 Upgrade Ganglia to 3.1.1 plus a fix for CVE-2009-0241.
PR:		ports/129822, ports/131067
Submitted by:	Mark Foster <mark at foster dot cc> (vuxml)
Security:	vid:b9077cc4-6d04-4bcb-a37a-9ceaebfdcc9e
2009-01-30 03:56:35 +00:00
Beech Rintoul
2fb22ea5de - Update to 2.5.0
- Fix conf file handling
- Makefile and plist tweaks

PR:		ports/130840
Submitted by:	Vasiliy P. Melnik <basil@vpm.net.ua> (maintainer)
2009-01-29 20:54:15 +00:00
Erwin Lansing
dc3b831b6b Reassign my p5-* ports to perl@ so more than one person
can look at them.
2009-01-29 17:41:17 +00:00
Jimmy Olgeni
b2f16477b4 Upgrade modules bind8-1.450-1 and postfix-1.450-1. 2009-01-29 11:13:23 +00:00
Jimmy Olgeni
b087fa1a75 Upgrade to version 1.380. 2009-01-29 11:12:53 +00:00
Li-Wen Hsu
12d3647031 - Update to 1.2.1 2009-01-29 09:03:14 +00:00
Beat Gaetzi
72329eb351 Update my email address to @FreeBSD.org.
Approved by:	miwi (mentor)
2009-01-28 23:25:21 +00:00
Stefan Walter
74b30afa5a Fix stopping the daemon via rc script by properly setting $pidfile and
$command_interpreter.

PR:		127444
Submitted by:	Tyler Aviss <a-freebsd@phormix.com>
Patch by:	stefan
2009-01-28 11:58:14 +00:00
Stefan Walter
aa11ea7f3d Use USE_LDCONFIG32 on amd64.
PR:		128288
Submitted by:	Oleg Gawriloff <barzog@telecom.by>
Patch by:	Yuri Pankov (on IRC)
2009-01-28 09:23:09 +00:00
Philippe Audeoud
accd6f8910 - Update to 5.0
PR:		ports/131050
Submitted by:	Dominic Fandrey <kamikaze _AT_ bsdforen.de> (maintainer)
2009-01-28 08:49:52 +00:00
Koop Mast
1c1eadf2b8 Update to 0.10.10.
Release notes:
http://gstreamer.freedesktop.org/releases/gst-plugins-ugly/0.10.10.html
2009-01-27 23:21:13 +00:00
Koop Mast
21c48ee0f8 Update to 0.10.13.
Release notes:
http://gstreamer.freedesktop.org/releases/gst-plugins-good/0.10.13.html
2009-01-27 23:07:52 +00:00
Philip M. Gollucci
eb14c96201 Rsyslog works based in input and output modules. The port sysutils/rsyslog4 brings
the core modules for basic functionality.

-snmp SNMP trap sending

PR:		        ports/130046
Submitted by:	Cristiano Rolim Pereira <cristianorolim at hotmail.com>
2009-01-27 19:52:01 +00:00
Philip M. Gollucci
45e55c9ffb Rsyslog works based in input and output modules. The port sysutils/rsyslog4
brings the core modules for basic functionality.

-relp Reliable message delivery with RELP protocol

PR:             ports/130046
Submitted by:	Cristiano Rolim Pereira <cristianorolim at hotmail.com>
2009-01-27 19:50:24 +00:00
Philip M. Gollucci
1585fdcd8b Rsyslog works based in input and output modules. The port sysutils/rsyslog4
brings the core modules for basic functionality.

-pgsql outputs to a Postgresql database

PR:		        ports/130046
Submitted by:	Cristiano Rolim Pereira <cristianorolim at hotmail.com>
2009-01-27 19:49:26 +00:00
Philip M. Gollucci
4dc1d88d17 Rsyslog works based in input and output modules. The port sysutils/rsyslog4
brings the core modules for basic functionality.

-mysql outputs to a MySQL database

PR:		        ports/130046
Submitted by:	Cristiano Rolim Pereira <cristianorolim at hotmail.com>
2009-01-27 19:48:39 +00:00
Philip M. Gollucci
b62247f57b Rsyslog works based in input and output modules. The port sysutils/rsyslog4
brings the core modules for basic functionality.

-gssapi gives additional security with GSS API

PR:		        ports/130046
Submitted by:	Cristiano Rolim Pereira <cristianorolim at hotmail.com>
2009-01-27 19:48:08 +00:00
Philip M. Gollucci
1d46d6f020 Rsyslog works based in input and output modules. The port sysutils/rsyslog4
brings the core modules for basic functionality.

-gnutls brings additional security with GNU TLS

PR:		        ports/130046
Submitted by:	Cristiano Rolim Pereira <cristianorolim at hotmail.com>
2009-01-27 19:47:25 +00:00
Philip M. Gollucci
322be3ee25 Rsyslog works based in input and output modules. The port sysutils/rsyslog4
brings the core modules for basic functionality.

-dbi give output via libdbi

PR:		        ports/130046
Submitted by:	Cristiano Rolim Pereira <cristianorolim at hotmail.com>
2009-01-27 19:46:33 +00:00
Philip M. Gollucci
5e651b0fb3 Rsyslog is an enhanced multi-threaded syslogd with a focus on security and
reliability.

Among others, it offers support for on-demand disk buffering, reliable syslog
over TCP, SSL, TLS and RELP, writing to databases (MySQL, PostgreSQL, Oracle,
and many more), email alerting, fully configurable output formats (including
high-precision timestamps),the ability to filter on any part of the syslog
message, on-the-wire message compression, and the ability to convert text
files to syslog.

It is a drop-in replacement for stock syslogd and able to work with the same
configuration file syntax. Its advanced features make it suitable for
enterprise-class, encryption protected syslog relay chains while at the same
time being very easy to setup for the novice user.

Version 4.x.x is still in devel stage and can show stability issues.

WWW: http://www.rsyslog.com/

PR:		ports/130014
Submitted by:	Cristiano Rolim Pereira <cristianorolim at hotmail.com>
2009-01-27 19:40:41 +00:00
Jimmy Olgeni
bb03c22a01 Upgrade to version 1.450. 2009-01-27 13:02:43 +00:00
Stefan Walter
d5768e8244 - Add a proper resource for starting/stopping rc.d script.
- Improve detection of interfaces.

PR:		124238
Submitted by:	Piotr Rybicki <meritus@innervision.pl>
Approved by:	maintainer
2009-01-27 10:52:18 +00:00
Rong-En Fan
63ee3b8867 - Update to 0.5
PR:		ports/131026
Submitted by:	maintainer
2009-01-27 04:19:15 +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
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
Philip M. Gollucci
44c18261a1 Forced commit to note repocopy
sysutils/heartbeat -> sysutils/heartbeat2

Repocopy by:    marcus
2009-01-26 06:42:52 +00:00
Thomas Abthorpe
814263133e - Update to 1.7.5
PR:		ports/130912
Submitted by:	Wen Heping <wenheping gmail.com> (maintainer)
2009-01-25 01:44:10 +00:00
Chin-San Huang
da286aa686 - Fix build (fogot to updte patch) 2009-01-24 14:27:01 +00:00
Chin-San Huang
56857b16f8 - Update to 0.9 2009-01-24 14:08:41 +00:00
Robert Noland
4b892eb230 When changing the input.device property we need to remove the property
first.  If we don't, consumers seem to get the old value.  This seems to
make Xorg happy with mouse detection now.  This should work with or
without moused enabled.

Approved by:	marcus, garga (mentor, implicit)
2009-01-24 07:26:34 +00:00
Florent Thoumie
340b57f8be - Update X.org ports to 7.4+ (few ports are more recent than the katamari).
- Bump PORTREVISION for all ports depending on libglut since the shlib
version number went from 4 to 3.
- Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't
installed anymore.
- Couple of ports fixes (mostly missing xorg components added to USE_XORG).
2009-01-23 16:28:36 +00:00
Peter Pentchev
c189a6b2da Bump the version of the curl shared library after the ftp/curl update
to 7.19.2.
Bump PORTREVISION, even on the ports that do not have a versioned
dependency, since the binaries will most probably still stop working.
2009-01-23 15:43:14 +00:00
Martin Wilke
13c0f27605 - Chase lang/guile shlib bump 2009-01-22 16:04:11 +00:00
Wesley Shields
f5fcacecd0 - Update to 2.2
- Add missing man page
- Add pkg-message support when using the port

PR:		ports/130270
Submitted by:	Andrew Clark <andrewclarkii@gmail.com>
Approved by:	maintainer timeout
2009-01-22 03:16:41 +00:00
Wesley Shields
53e3072f15 - Update to 2.7.4
PR:		ports/130268
Submitted by:	Andrew Clark <andrewclarkii@gmail.com>
Approved by:	maintainer timeout
2009-01-22 03:15:23 +00:00
Wesley Shields
da72320888 - Remove AUTOSETEOT option - it is no longer valid and incorporated upstream
PR:		ports/130552
Submitted by:	Ole <olevole@yandex.ru>
Approved by:	maintainer (via IRC)
2009-01-22 01:05:03 +00:00
Beech Rintoul
9feea1f72d - Add missing files
PR:		ports/130700
Submitted by:	Wen Heping <wenheping@gmail.com> (maintainer)
2009-01-21 22:54:13 +00:00
Beech Rintoul
b36a67c743 - Update to 0.6 from 0.5
- Respect PORTDOCS and PORTEXAMPLES

PR:		ports/130700
Submitted by:	Wen Heping <wenheping@gmail.com> (maintainer)
2009-01-21 22:51:40 +00:00
Philippe Audeoud
c508d60a8f - Add PHP dependencies
- Add OPTIONS
- Bump PORTREVISION

PR:		ports/130673
Submitted by:	Cristiano Rolim Pereira <cristianorolim _AT_ hotmail _DOT_ com> (maintainer)
2009-01-21 15:17:21 +00:00
Jeremy Messenger
b4eace6911 Update to 2.24.4. 2009-01-20 02:13:10 +00:00
Dmitry Marakasov
306b7ac136 - Chase textproc/wv shlib version bump 2009-01-19 23:43:07 +00:00
Marcelo Araujo
fa06db3170 - Update to 0.4.0.
PR:		ports/129983
Submitted by:	"J.R. Oldroyd" <fbsd@opal.com> (maintainer)
2009-01-19 20:20:05 +00:00
Philip M. Gollucci
4b23e98ce8 - Fix pkg-plist
Reported by:    QAT
2009-01-19 00:15:19 +00:00
Philip M. Gollucci
5b12f4d7af LSI Logic MegaRAID SAS MegaCLI Release
This is the Linux console based management utility for the LSI
MegaRAID SAS family of controllers.

RESTRICTED= Redistribution prohibited, see: http://lsi.com/cm/License.do

Connect to Build.

PR:             ports/128846
Submitted by:   Sean McAfee <smcafee@collaborativefusion.com>
Repocopy by:    marcus
2009-01-18 20:07:24 +00:00
Philip M. Gollucci
7231ce2c4f repo copied from sysutils/linux-megacli -> sysutils/linux-megacli2
Repocopy by: marcus
2009-01-18 19:50:26 +00:00
Pav Lucistnik
13bfa6f906 - Disallow from pointyhat, these ports exceed filesize limit 2009-01-18 19:02:44 +00:00
Joe Marcus Clarke
5ed8ef86d4 Update to 2.24.3. 2009-01-18 17:55:17 +00:00
Joe Marcus Clarke
5af2cac0e6 This port-patch is no longer required. 2009-01-18 07:12:11 +00:00
Stanislav Sedov
2a518ec7fd - cpuctl(4) appeared in 701102. Reflect this. 2009-01-17 20:04:26 +00:00
Luigi Rizzo
c74bab9e71 new tarball to fix a build issue on amd64 (cast to ptr of different size) 2009-01-17 11:25:09 +00:00
Rong-En Fan
52efef1a6e - Update WWW in pkg-descr
PR:		ports/130137
Submitted by:	N.J. Mann" <njm at njm.me.uk>
Approved by:	maintainer timeout (2 weeks)
2009-01-17 08:30:28 +00:00
Dirk Meyer
a6f9484f59 - add LICENSE: 2009-01-16 17:22:52 +00:00
Martin Wilke
111af26af5 - Update to maintainer mail adress
PR:		130611
Submitted by:	Yoshihiko Sarumaru <sarumaru@jp.FreeBSD.org> (maintainer)
2009-01-16 09:50:00 +00:00
Joe Marcus Clarke
3c841de8eb Add two additional properties to disc media so that applications can
determine when media is available and that media's capacity.

Reported by:	Alexander Logvinov <freebsd@akavia.ru>
2009-01-16 04:48:31 +00:00
Joe Marcus Clarke
136e55f9dd Fix detection of media on FreeBSD. There are still some issues with brasero,
but hopefully they will be worked out soon.

Reported by:	Alexander Logvinov <freebsd@akavia.ru>
2009-01-16 04:46:57 +00:00
Martin Wilke
d0eb383170 - Update to 4.1.4
PR:		130079
Submitted by:	Dennis Herrmann <adox@mcx2.org>
Approved by:	maintainer
2009-01-16 00:43:08 +00:00
Pav Lucistnik
35c7d4cffb - Fix plist with perl 5.8.9 2009-01-15 09:26:50 +00:00
Li-Wen Hsu
d9ff5113b2 - Update to 6
PR:		ports/130513
Submitted by:	Yi-Jheng Lin <yzlin AT cs.nctu.edu.tw>
Approved by:	Baptiste Grenier <gwarf AT gwarf.org> (maintainer)
2009-01-15 08:37:28 +00:00
Beech Rintoul
3f852cc27c - Change maintainer email
PR:		ports/130570
Submitted by:	bahamasfranks@gmail.com (maintainer)
2009-01-15 06:46:35 +00:00
Marius Strobl
3fad432ce0 Update to 2.01.01a55.
Approved by:	netchild
2009-01-14 20:03:24 +00:00
Martin Wilke
0d1869c376 - Update to 0.3.2
PR:		130163
Submitted by:	"Beat Gätzi" <beat@chruetertee.ch>
Approved by:	maintainer
2009-01-14 09:11:56 +00:00
Jose Alonso Cardenas Marquez
f7f940d1c2 - Update to 2.2.2 2009-01-14 06:13:57 +00:00
Jose Alonso Cardenas Marquez
956fb56553 - New port: sysutils/fpc-users
Free Pascal interface to manipulate system users
2009-01-14 03:53:14 +00:00
Max Brazhnikov
e014235229 kde@freebsd team is pleased to announce KDE 4.1.4, the last bugfix release in 4.1.x series.
You have only two weeks to play with it -- KDE 4.2.0 is coming ;)
Great thanks for those who helped us with testing 4.1.2 and 4.1.3 during long-long ports ice-age.

For lists of bugfixes and improvements please see:
http://www.kde.org/announcements/changelogs/changelog4_1_1to4_1_2.php
http://www.kde.org/announcements/changelogs/changelog4_1_2to4_1_3.php
http://www.kde.org/announcements/changelogs/changelog4_1_3to4_1_4.php

Approved by:	miwi (mentor)
2009-01-13 23:16:38 +00:00