Commit graph

4759 commits

Author SHA1 Message Date
taca
b9f2f7a575 Add and enable ruby-activesambaldap. 2008-06-23 02:02:18 +00:00
taca
227ec85f37 Importing ruby-activesambaldap version 0.0.6.
ActiveSambaLdap is a library and a management tool for Samba + LDAP
environment.

ActiveSambaLdap provides object-oriented API to manipulate LDAP entry
for Samba.  ActiveSambaLdap also provides command-line tools to
replace smbldap-tools written by Perl.
2008-06-23 02:00:57 +00:00
peter
ae56d629c9 Update to pfstat-2.3.
Added a patch to make it compile on NetBSD 3.1 (no pf+ALTQ).

(No changelog found)
2008-06-22 13:36:59 +00:00
he
0c179ed087 Update to version 1.41. Changes:
1.41 Mon  2 Jun 2008
	- No functional changes
	- Updating location of author tests
	- Switching to Module::Install again, to generate a better META.yml
2008-06-22 13:36:33 +00:00
joerg
471ca90022 Catch up with gnustep-base changes. Bump revision. 2008-06-21 23:04:11 +00:00
wiz
61223d31cf Update to 2.01.01a41:
All:

-	several modification have been made to fix warning messages from
	a "coverity" test run.

Scgcheck:

-	New option -auto for fully automated tests

-	Restructured for better results

Mkisofs (Maintained/enhanced by Jörg Schilling since 1997, originated by Eric Youngdale):

-	Fixed a bug in the graft -root code from Patrik Ohly thanks to
	Ben Korvemaker <neb@drycold.ca> FreeBSD for reporting.
2008-06-21 18:52:23 +00:00
wiz
3b62d7a641 Sort. 2008-06-21 15:40:00 +00:00
drochner
8f43b7a8f9 update to 0.4.11
changes:
-restore a patch which got lost in 0.4.10, for S3 filestore
-fix for ssh uris with given portnumbers
2008-06-21 15:08:48 +00:00
drochner
413855906f +boxbackup* 2008-06-21 15:07:09 +00:00
drochner
06fb8d1cc2 add boxbackup-client-0.10, a tool for online backups to some file store
(which should be a RAID and/or backed up by some "real" tool by itself),
comparable to sysutils/duplicity
2008-06-21 15:05:13 +00:00
drochner
9b5387ad19 add boxbackup-server-0.10, a tool for online backups to some file store
(which should be a RAID and/or backed up by some "real" tool by itself),
comparable to sysutils/duplicity
(I also have the impression that it might behave better than duplicity
in case that the file store is backed up with some incremental scheme,
but this needs to be verified.)
2008-06-21 15:04:35 +00:00
joerg
227c288b10 Fix build on AMD64 by avoiding text relocations. Bump revisions. 2008-06-20 15:37:43 +00:00
joerg
3b0d97b0de Add DESTDIR support. 2008-06-20 01:09:05 +00:00
joerg
da712f263e Add a marker for bootstrap packages to allow special cases them during
bulk builds.
2008-06-19 18:36:51 +00:00
taca
f7ceb84d39 - Switch to use vendor_dir with Ruby 1.8.7.
Bump PKGREVISION.
2008-06-19 14:52:11 +00:00
bjs
b3a93cfb30 - Fix support for NetBSD's atomic ops.
- Fix up some inconsistent handing of CONFIGURE_ARGS (mostly related
  to the debug option).
- Add test target (commented out, see Makefile).
- Add some patches from freedesktop.org git (see comments atop new patches).
- Remove trailing comma from an enum in tools/dbus-monitor.c.

Passes all tests on NetBSD/amd64 4.99.65, save for spawn test, which seems
to hang (?).  I'm also running GNOME now and everything seems to be in order.
2008-06-19 01:56:44 +00:00
taca
cb4d4f1c52 Add and enable smbldap-tools. 2008-06-16 16:05:09 +00:00
taca
55a29dc539 Importing smbldap-tools version 0.9.5. It has still experimental phase.
Smbldap-tools is a set of scripts designed to help integrate Samba and
a LDAP directory.  They target both users and administrators of unix
systems.

Users can change their password in a way similar to the standard
`passwd' command.

Administrators can perform user and group management command line
actions and synchronise Samba account management consistently.

A version of these tools are bundled with samba, but this set is from
the master development site and is generally more up to date.
2008-06-16 16:04:25 +00:00
joerg
0a2da9314b Fix DESTDIR. 2008-06-16 15:36:07 +00:00
peter
3507adc02f Update pftop to version 0.7. Tested on NetBSD 3.1, 4.0 and yamt-pf42.
Changes in version 0.7:
This version adds state filtering, which is funded by backcountry.com,
many thanks. It is now possible to select which states are displayed
using a tcpdump(8) like filtering language. The filter can be specified
on the command line, using the '-f' switch. It is also possible to
change the filter interactively using the 'f' command key.
Some sample, not necessarily practical, filters are given below:

- Do not show pfsync or carp traffic:

  not (pfsync or carp)
  not pfsync and not carp

- DNS traffic not going to or coming from the DNS servers:

  port 53 and not host (10.0.0.10 or 10.0.0.11)

- States with input bytes greater than 1M:

  inb > 1000000

- Traffic with very small average packet size:

  ((inb / inp) + (outb / outp))/2 < 100
  inb / inp + outb / outp < 200


Changes in version 0.6:
No functional changes. It now compiles and runs on OpenBSD 4.1-current
after pf interface changes. This version also contains separated pf
and display code. This should make adding new views easier.


Changes in version 0.5:
This version displays all active pf rules by traversing the ruleset tree.
In addition HFSC queues are now displayed correctly thanks to
Jared Spiegel. This version also incorporates other patches and comments
I have received since the previous release. Many thanks to all who have
contributed.

- New command-line switch 'S' to start the display at a given state.
- Display HFCS statistics in the queue page.
- Fixed state and rule byte and packet counters
- Fixed state sorting by packets and bytes
- Fixed some minor display problems
- The rule view now traverses all rulesets, and displays all active rules,
  together with anchor (ruleset) names.
- Anchor and Label fields dynamically resize themselves
2008-06-15 14:09:03 +00:00
tnn
96502be895 restore patch fragment that was lost in the recent update 2008-06-14 10:24:52 +00:00
joerg
b762b2f951 Fix DESTDIR. 2008-06-14 08:50:53 +00:00
drochner
bb7d6d8f9c update dbus dependency 2008-06-13 11:32:28 +00:00
drochner
aa03a20cab update to 0.76
changes:
-some critical bugfixes
-more bugfixes
-New function to specify default timeout for calls on proxy
-Implement org.freedesktop.DBus.Properties.GetAll
2008-06-13 11:31:10 +00:00
drochner
d42c6e47c6 update to 1.2.1, mostly from Blair Sadewitz
There is some stuff in the pkg which is not completed or doesn't work yet,
as support for NetBSD's new atomic increment ops, but this is not
essential. It is a good moment to do the update right now because gtk2
was just updated, and there is just enough time before the next branch.
This is a major update, too many changes to list here.
2008-06-13 11:28:35 +00:00
heinz
9bb362b1a4 Added support for installation to DESTDIR. 2008-06-12 20:44:52 +00:00
obache
5106ed148a + wbm-virtual-server 2008-06-12 08:40:51 +00:00
joerg
ba171a91fa Add DESTDIR support. 2008-06-12 02:14:13 +00:00
ad
879bffa757 Update MASTER_SITES. 2008-06-11 16:46:36 +00:00
obache
fabae02da4 Update detox to 1.2.0.
Based on MAINTAINER update request in PR 38940.
While here, add DESTDIR support.

Changes since detox-1.2.0-rc1
 - Added the ability to ignore specific files.
   [sourceforge.net tracker #1253826]
 - Fixed a bug where directories specified on the command line wouldn't
   get translated. [sourceforge.net tracker #1213623]
 - Added support for translating large files.
   [sourceforge.net tracker #1509493]
 - Added inline-detox for stream based detoxification.
2008-06-11 13:56:29 +00:00
jnemeth
2c418d56e9 This is the "Virtualmin" module for Webmin.
It is a Webmin module for managing multiple virtual hosts through a
single interface, like Plesk or Cpanel. It supports the creation and
management of Apache virtual hosts, BIND DNS domains, MySQL databases,
and mailboxes and aliases with Sendmail or Postfix. It makes use of the
existing Webmin modules for these servers, and so should work with any
existing system configuration, rather than needing it's own mail server,
web server and so on.

Virtualmin can also create a Webmin user for each virtual server, who is
restricted to managing just his domain and its files. Webmin's existing
module access control features are used, and are set up automatically to
limit the user appropriately. These server administrators can also manage
the mailboxes and mail aliases in their domain, via a web interface that
is part of the module.
2008-06-10 02:20:42 +00:00
drochner
47f7bbe623 needs msgfmt, from Hasso Tepper per PR pkg/38862 2008-06-05 10:14:54 +00:00
obache
4806f8c780 Need msgfmt to build.
Noticed by Hasso Tepper in PR 38813.
2008-06-01 08:19:48 +00:00
hauke
4a6b3dbc1f Radmind update to 1.11.1
This release of Radmind includes the following changes:

* Fixed port failover on Mac OS X 10.5 clients.
* Exclude patterns now support escape sequences [ Bug 1856125 ]. Thanks
to Scott Hannahs for the report.
* fsdiff manpage: clarification of exclude behavior.

Major changes since 1.10.0:

- Support for exclude patterns.
- The default server port is now the IANA-registered 6222. Clients now
try to connect to port 6222 by default, failing over to the legacy port
if necessary.
- USE_ASCII defined on Mac OS X to improve case-insensitive fsdiff
performance.

Minor changes and fixes:

- lcksum -a works again. Thanks to Geoff Franks for the report.
- Minor cleanup of port selection code.
- Set correct paths for TLS related files. Thanks to Linc Davis for
reporting the problem.
- ra.sh up is now shorthand for ra.sh update.
- Allow directories to have 5 or 6 arguments on all platforms. This
fixes a bug preventing twhich from parsing apple transcripts on
non-apple hardware.
- twhich now trims trailing slashes from paths passed in from the
command line.
2008-05-30 14:45:45 +00:00
wiz
bb2d148e97 Update to 2.01.01.40:
All:

-	Added an autoconf test for SIZEOF_FLOAT & SIZEOF_DOUBLE to allow
	to compile the Bourne shell in 64 bit mode.

Mkisofs (Maintained/enhanced by Jörg Schilling since 1997, originated by Eric Youngdale):

-	mkisofs now prints more explicit error messages if the strings (like
	e.g. the volume name) inside the PVD do not fit. This should help
	people that 	use e.g. UTF-8 based locales and don't understand
	that the strings may use up more octett space than the number of
	characters in the string.

-	mkisofs now supports to import multi-extent files (> 4 GB) from old
	sessions.
2008-05-30 10:59:49 +00:00
drochner
4a34e7f90e update to 2.22.2
change: Performance fix for bad graphic card drivers
2008-05-29 17:08:43 +00:00
tnn
9bef4463fc Convert to user destdir (use SPECIAL_PERMS) 2008-05-29 16:52:59 +00:00
drochner
36fc82810d sync w/ base pkg 2008-05-29 16:07:07 +00:00
drochner
f2dee8b1d2 update to 0.2.4
changes:
-bugfixes
-Add ability to control http debuging through GVFS_HTTP_DEBUG
 env variable
2008-05-29 11:39:41 +00:00
drochner
ed7e9f2d27 remove obsolete esound dependency, ride on update of some minutes ago 2008-05-29 11:25:28 +00:00
drochner
2d086a1953 update to 2.22.3
changes:
-speed up thumbnailing
-more UI improvements
-bugfixes
2008-05-29 11:19:41 +00:00
drochner
644594c9d1 update to 2.22.2
changes:
-Do not show separators at the beginning/end of a menu, or after
 another separator, but add an option to show them
-bugfixes
-layout improvements
-translation updates
2008-05-29 11:08:52 +00:00
drochner
b6dff5b9e5 update to 2.22.2.1
changes:
-fix for people running a session without nautilus
-translation updates
2008-05-29 11:03:29 +00:00
wiz
0284b4cf26 Remove two more directories. Bump PKGREVISION. 2008-05-29 08:04:45 +00:00
abs
e07a1f67b4 Update sysutils/p5-File-Copy-Recursive from 0.35 to 0.36
0.36  Wed Apr 16 15:32:36 2008
    - made all bareword file handles be lexical variables if the perl is new enough to support it (5.6.0 and up, see 'Indirect Filehandles' in perlopentut)
2008-05-28 20:54:43 +00:00
tnn
1dd4358c42 Mark some packages as not for bulk building on HPUX. 2008-05-26 22:37:30 +00:00
joerg
3d8ef5a52d Second round of explicit pax dependencies. As reminded by tnn@,
many packages used to use ${PAX}. Use the common way of directly calling
pax, it is created as tool after all.
2008-05-26 02:13:14 +00:00
wiz
41f426ade1 Reset maintainer on his request. 2008-05-25 21:20:07 +00:00
tron
5653b15d71 Remove me as maintainer of some package, clame ownership of a few packages. 2008-05-25 14:45:16 +00:00
tnn
1b0172a782 Add destdir support. 2008-05-24 13:30:36 +00:00