Commit graph

5268 commits

Author SHA1 Message Date
wiz
27dba9222b Update to 20090414: more devices.
Add comment for LICENSEs (two).
2009-04-20 11:34:13 +00:00
tonnerre
97285d9081 Import the patch_add/patch_delete/patch_info suite of binary patch
management utilities. These tools can be used to add patches to the
local system and to back them out again. It also uses OpenSSL for
patch signing.

This package is BSD licensed and uses solely BSD licensed tools for
operation.
2009-04-19 21:34:56 +00:00
tonnerre
c159ebf50f Import the patch_add/patch_delete/patch_info suite of binary patch
management utilities. These tools can be used to add patches to the
local system and to back them out again. It also uses OpenSSL for
patch signing.

This package is BSD licensed and uses solely BSD licensed tools for
operation.
2009-04-19 21:13:57 +00:00
tonnerre
7850fbaaad Import the patch_add/patch_delete/patch_info suite of binary patch
management utilities. These tools can be used to add patches to the
local system and to back them out again. It also uses OpenSSL for
patch signing.

This package is BSD licensed and uses solely BSD licensed tools for
operation.
2009-04-19 20:15:17 +00:00
seb
8892360146 Add & enable ruby-rb-appscript 2009-04-19 09:28:29 +00:00
seb
6f9da7a447 Initial import of ruby-rb-appscript version 0.5.1 in the NetBSD
Packages Collection.

Ruby appscript (rb-appscript) is a high-level, user-friendly Apple
event bridge that allows you to control scriptable Mac OS X
applications using ordinary Ruby scripts.
2009-04-19 09:27:36 +00:00
rh
6694cf28d1 gnustep-make now allows unprivileged DESTDIR installs. 2009-04-18 23:54:02 +00:00
wiz
de30f4e812 Needs m4, add it to USE_TOOLS.
From Aleksey Cheusov in PR 41242.
2009-04-18 14:29:07 +00:00
drochner
249b6550ab update to 2.26.2
changes: bugfixes
2009-04-17 18:06:12 +00:00
drochner
473bb56a5c update to 1.2.2
changes: bugfixes
2009-04-17 18:01:50 +00:00
drochner
996bc478fd update to 2.26.1
changes:
-bugfixes
-translation updates
2009-04-17 18:00:52 +00:00
drochner
c4c626181a update to 2.26.1
changes: translation updates
2009-04-17 17:59:33 +00:00
joerg
a28ea5b442 Fix broken caching of iconv handlers. Addresses PR 37643. 2009-04-16 16:44:02 +00:00
schmonz
028185d0a3 I'll look after this one. 2009-04-14 22:35:45 +00:00
rh
6771be496a Update gworkspace to 0.8.6. This is a major restructure of the GNUstep
workspace manager.  This also changes the filesystem layout to be more
hier(7) compliant.
2009-04-13 12:45:04 +00:00
abs
d906593763 Add fam to PKG_SUPPORTED_OPTIONS, rather than just PKG_SUGGESTED_OPTIONS... 2009-04-12 20:08:04 +00:00
wiz
9123c8a0c8 Update to 2.01.01alpha59pre2:
NEW features of cdrtools-2.01.01a59:

All:

-	Add -D_GNU_SOURCE to the standard include flags for Linux in order
	to unhide needed extensions.

Cdrecord:

-	Better error messages when the media size is unknown

-	Try to work around a firmware bug in the drive:
	'HL-DT-ST' 'DVD-RAM GH22NP20' '1.02'
	that is in effect with DVD+R media.

-	cdtext.c now checks for empty CD-Text files to prevent a later endless loop in cdrecord
	while writing the TOC. Thanks to Sebastian Tr

Cdda2wav (Maintained/enhanced by J

-	cdda2wav now supports new parameters for the -output-endianess option.
	"host" or "machine" represent the actual byte order of the host CPU in the current OS.

NEW features of cdrtools-2.01.01a58:

All:

-	New Make rules for Syllable. Syllable is a fork from AtheOS.

-	New make rules for Haiku

-	New include file schily/sysexits.h is needed for Haiku

-	New autoconf test for sysexits.h

-	Autoconf tests for os2.h and os2me.h moved from cdda2wav to
	global

-	config.guess and config.sub now have support for Haiku

-	New rule support for linux on "sh3", "sh4" and "sh4a" platforms.

-	autoconf now acts more reliable and more orthogonal with  AC_CHECK_TYPE() vs.
	AC_CHECK_SIZEOF() and carefully includes include files separately based on
	fine grained tests.

-	Changed schily/dirent.h to correctly set up NAME_MAX on ATARI MiNT

-	Changed schily/maxpath.h to correctly set up NAME_MAX on ATARI MiNT

Libschily:

-	fexec now correctly works on Haiku and BeOS

-	libschily/format.c now supports the %z (size_t) and %t (ptrdiff_t)
	printf format size modifiers (fixed a typo introdiced in the first attempt)

Libscg:

-	A first version of the SCSI adaptation layer for Syllable has been added.
	Thanks to Kristian Van Der Vliet <vanders@liqwyd.com> for the first
	implementation.

-	Haiku is a BeOS clone and thus uses scsi-beos.c as SCSI adaptation layer.

	IMPORTANT NOTICE: if you like to compile libscg with a current Haiku release
	you first need to copy a file:

	cd /boot/develop/headers/os
	cp device/CAM.h drivers/CAM.h

	CAM.h was at /boot/develop/headers/os/drivers/CAM.h in BeOS and as CAM
	has no own hardware, it seems to belong into /boot/develop/headers/os/drivers/

Cdrecord:

-	Fixed a minor typo in cdrecord

-	Some better warnings with cdrecord in case that the environment variables
	'CDR_FORCERAWSPEED=' or 'CDR_FORCSPEED=' have been specified.


Cdda2wav (Maintained/enhanced by J

-	Cdda2wav now uses an autoconf test to decide whether BEOS clone areas
	can be used. THis gives Haiku compatibility.

-	Fixed a bug introduced with introducing support for MD5 Sums.
	Cdda2wav now disables the MD5 sum output in case -no-infofile has been specified

-	Autoconf tests for os2.h and os2me.h moved from cdda2wav to
	global

Mkisofs (Maintained/enhanced by J

-	Mkisofs now reports "Haiku" for the OS platform if on Haiku.

-	The isoinfo man page now includes the -debug option

-	Automated support for System ID

	Haiku, Syllable, AMIGA-OS, ATARI-MiNT

-	Fixed some Rock Ridge bugs that have been identified when investigating
	in the OpenSolaris bug 6807009
	http://defect.opensolaris.org/bz/show_bug.cgi?id=5385

-	Man page description for -abstract -biblio -copyright is now better
	to understand
2009-04-12 14:36:52 +00:00
wiz
ca3935f19d Avoid null mounting /dev (it needs to be layer-free).
Otherwise, random panics may occur.

Explanation from ad@, patch from Zafer.

Bump to 0.17.
2009-04-11 17:28:16 +00:00
asau
570c708f82 Make FAM support optional (enabled by default).
Per request in PR pkg/41025
2009-04-10 22:27:16 +00:00
kefren
1fb8176071 Install net modules also
Bump PKGREVISION
2009-04-10 05:03:12 +00:00
kefren
4dcaefa1fe blind update to 1.470
Changelist since 1.370 is too large to be included in this message
so please consult:

 http://www.webmin.com/changes-1.380.html
 http://www.webmin.com/changes-1.390.html
 http://www.webmin.com/changes-1.400.html
 http://www.webmin.com/changes-1.410.html
 http://www.webmin.com/changes-1.420.html
 http://www.webmin.com/changes-1.430.html
 http://www.webmin.com/changes-1.440.html
 http://www.webmin.com/changes-1.450.html
 http://www.webmin.com/changes-1.460.html
 http://www.webmin.com/changes-1.470.html
2009-04-09 10:15:01 +00:00
joerg
368d71b62e Remove redundant NO_CHECKSUM and EXTRACT_ONLY definitions. 2009-04-09 00:48:06 +00:00
joerg
d0076c3403 Remove the remaining NO_MTREE definitions, it has been a nop for a
while.
2009-04-08 22:43:23 +00:00
drochner
3c3cb3b7d0 minor fix for NetBSD: get netmask in the right byteorder
(this is ugly code, should use ioctl instead of kvm)
bump PKGREVISION
2009-04-07 11:26:48 +00:00
gdt
f8c0fc3b57 New in Version 0.6.1
Remove DESTDIR/stand before building to avoid failed builds from
  renamed module path.
2009-04-01 19:05:03 +00:00
bouyer
c49b6b0a4d Never build qemu documentation (it's the stock qemu documentation and
has not been updated for Xen, so it's not of much use anyway).
Fix PLIST issues because the documentation was built only if texi2html
was installed.
Bump PKGREVISION
2009-03-31 17:37:36 +00:00
martti
969f6f0ea9 Removed xenconsole from pkgsrc. 2009-03-29 08:49:29 +00:00
joerg
fd1a99ea0a Fix installation. Honour PKGMANDIR. 2009-03-26 19:05:29 +00:00
he
43cafc3804 Bump PKGREVISION following the update of textproc/icu, and the
corresponding change of ABI.

OK'ed by wiz@ (as was the textproc/icu update).
2009-03-25 22:37:12 +00:00
abs
9ae4e10533 Adjust doc & manfiles to not overlap with qemu, and fix PLIST 2009-03-24 20:04:51 +00:00
sno
9993b99a53 Added sysutils/p5-Filesys-Statvfs version 0.82 2009-03-22 21:53:58 +00:00
sno
a85dd265ff Importing package for Perl module Filesys::Statvfs-0.82
Interface for statvfs() and fstatvfs()

Unless access to the bsize, flag, and namemax values is required, either
Filesys::DfPortable or Filesys::Df could be a better choice.  They will
generally provide more functionality and portability.

The module should work with all flavors of Unix that implement the statvfs()
and fstatvfs() calls. This would include Linux, *BSD, HP-UX, AIX, Solaris,
Mac OS X, Irix, Cygwin, etc ...

Oked by joerg@
2009-03-22 21:45:16 +00:00
sno
0219a03b35 Added sysutils/p5-Filesys-DfPortable version 0.85 2009-03-22 21:36:24 +00:00
sno
e2409894d9 Adding package for perl module Filesys::DfPortable-0.85
This module provides a portable way to obtain filesystem disk space
information.

The module should work with all versions of Windows (95 and up), and with all
flavors of Unix that implement the statvfs or the statfs calls. This would
include Linux, *BSD, HP-UX, AIX, Solaris, Mac OS X, Irix, Cygwin, etc ...

This module differs from Filesys::Df in that it has added support for
Windows, but does not support open filehandles as a argument.

Oked by joerg@
2009-03-22 21:34:26 +00:00
sno
12c2ecb731 Added sysutils/p5-Filesys-Df version 0.92 2009-03-22 21:30:30 +00:00
sno
521fc1c07a Importing module for Filesys::Df
This module provides a way to obtain filesystem disk space information. This
is a Unix only distribution. If those information needs to be gathered for
Unix and Windows, use Filesys::DfPortable. The only major benefit of using
Filesys::Df over Filesys::DfPortable, is that Filesys::Df supports the use of
open filehandles as arguments.

The module should work with all flavors of Unix that implement the statvfs()
and fstatvfs() calls, or the statfs() and fstatfs() calls. This would include
Linux, *BSD, HP-UX, AIX, Solaris, Mac OS X, Irix, Cygwin, etc ...

Oked by joerg@
2009-03-22 21:25:10 +00:00
sno
42eb7dce07 Added sysutils/p5-Sys-Utmp version 1.6 2009-03-22 21:21:39 +00:00
sno
65b45c1f81 Importing package for Sys::Utmp - an object(ish) interface to UTMP files.
Sys::Utmp provides a vaguely object oriented interface to the Unix user
accounting file (sometimes /etc/utmp or /var/run/utmp). Whilst it would
prefer to use the getutent() function from the systems C libraries it will
attempt to provide its own if they are missing.

Oked by joerg@
2009-03-22 21:17:03 +00:00
wiz
a3f54af0c9 Update to 20090309, undocumented. 2009-03-22 20:50:10 +00:00
wiz
930a789f33 Convert to destdir (not user-destdir, because of libgtop_server2). 2009-03-22 19:57:08 +00:00
wiz
32c14e8aa3 Update to 2.26.0:
1 Mars 2009: Overview of changes in 2.26.0
==========================================
* Nothing.

17 February 2009: Overview of changes in 2.25.91
================================================
* Synced with gnome-2-24.
2009-03-22 19:53:15 +00:00
wiz
b1076bb765 Remove msgfmtstrip scripts and targets using them, now that the
infrastructure supports this properly (thanks joerg!).
2009-03-22 19:01:37 +00:00
wiz
c3da557f7b Update to 2.22.2:
Changes since last release
==========================

  General
  =======
  - Clean up GTK Includes (Maxim Ermilov)
  - Remove usage of deprecated API (Andre Klapper, Thomas H.P. Andersen)

  Translation
  ===========
  - ar (Anas Husseini)
  - as (Amitakhya Phukan)
  - ast (Astur)
  - bn_IN (Runa Bhattacharjee)
  - de (Mario Blättermann)
  - dz (Dawa pemo)
  - en_GB (Jen Ockwell)
  - es (Jorge González)
  - fi (Ilkka Tuohela)
  - gl (Suso Baleato)
  - he (Mark Krapivner)
  - hi (Rajesh Ranjan)
  - it (Francesco Marletta)
  - ko (Changwoo Ryu)
  - lv (Raivis Dejus)
  - or (Manoj Kumar Giri)
  - pl (Tomasz Dominikowski)
  - ps (Zabeeh Khan)
  - pt_BR (Leonardo Ferreira Fontenelle)
  - ro (Adi Roiban)
  - sk (Pavol Klačanský)
  - sv (Daniel Nylander)
  - te (Krishna Babu K)
  - th (Theppitak Karoonboonyanan)
  - zh_HK (Woodman Tuen)
  - zh_TW (Woodman Tuen)
2009-03-22 18:20:36 +00:00
snj
b652920554 Update to 1.2.8.
Changes:
Improve handling of incorrect permissions on backup repository during
restore operation. Closes Ubuntu bug #329722. (Andrew Ferguson)

Don't crash on zlib errors. Closes Debian bug #518531. (Andrew Ferguson)

Make sticky bit warnings quieter while determining file system abilities.
Closes Savannah bug #25788. (Andrew Ferguson)

Fix situation where destination file cannot be opened because of an access
error. Thanks to Dean Cording for the bug report. (Andrew Ferguson)

Fix --compare-hash options on Windows. Thanks to Serge Zub for the fix.
2009-03-22 15:24:37 +00:00
wiz
63c73d9f57 Update to 2.26.0:
2.26.0:

* ApplicationRegistry: supports_mime_type(), supports_uri_scheme():
  Actually return the bool. (Vincent Untz ) Bug #570107.
2009-03-22 10:27:55 +00:00
wiz
b8054b9702 Fix CD burning handling on NetBSD. From Jared McNeill in PR 41043.
Bump PKGREVISION.
2009-03-22 09:30:38 +00:00
manu
0529d18242 Leave over maintainership to pkgsrc-users 2009-03-22 04:53:38 +00:00
sno
fc65f837ca Adding a patch to allow compiling with gcc incompatible compilers
and enabling LINUX_COMPAT on AIX (file-5.00 requires it, because it
allocates 0 bytes)

Oked by he@
2009-03-21 20:55:58 +00:00
snj
994e253f62 Update to 0.3.5.
No changelog, but changes seem to be the addition of DragonFly and
FreeBSD plus some minor code shuffling.

From Bartosz Kuzma in PR pkg/41053.
2009-03-21 17:35:06 +00:00
gdt
8ae022fa5b Use my NetBSD.org address for $MAINTAINER. 2009-03-21 11:58:56 +00:00