Commit graph

5728 commits

Author SHA1 Message Date
tnn
815dc0e54f Update to libpciaccess-0.11.
Synced the netbsd support patch from xsrc HEAD, with a minor tweak:
 Now we first try to map memory in the newfangled /dev/pciN way.
 If that fails, then we fall back to /dev/mem.
 We need to do this to deal with netbsd-5 and earlier.

Add NetBSD/sparc64 to the list of supported platforms.

Upstream changes:

0.11.0:
 Add pci_device_get_parent_bridge()
 I/O port access routines
 Fix pci_device_open_io() to actually return something useful
 Fix I/O handle array allocator to work for devices past the first
 libpciaccess 0.11.0
 .gitignore: use common defaults with custom section # 24239
 Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
 Deploy the new XORG_DEFAULT_OPTIONS #24242
 INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
 Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
0.10.9:
 vgaarb: check pci_sys exists before initing vga arb
 shutup stupid gcc warning, strtok_r ignores the first parameter
 Free return value from scandir instead of leaking it.
 vgaarb: check for fd before close it
 vgaarb: fix newbie typo
2010-04-09 08:09:11 +00:00
asau
00708ce7e3 Recursive revision bump for GMP update. 2010-03-24 19:43:21 +00:00
joerg
3162dc2e92 Use /usr/include/dev/apm/* on AMD64. Add explicit failure message for
systems that have neither those nor /usr/include/machine/apmvar.h.
Mark as DESTDIR ready.
2010-03-22 15:46:02 +00:00
wiz
a4eec2f4cc Reset maintainer, developer lost his commit bit. 2010-03-21 16:29:38 +00:00
taca
161f580ba2 Improve portability (NULL v.s. 0).
Bump PKGREVISION.
2010-03-21 14:49:10 +00:00
wiz
27e765fb89 Remove evolution-data-server dependency from totem-pl-parser buildlink3.mk,
depend on version that removed dependency and bump PKGREVISION for
dependencies.
2010-03-20 12:43:29 +00:00
joerg
13711d559d USE_NCURSES=# -> USE_NCURSES=yes 2010-03-17 14:17:38 +00:00
taca
14abdb6755 Remove PHP_VERSIONS_ACCEPTED since we don't have php4 package any more
and no need to specify PHP_VERSIONS_ACCEPTED explicitly now.

No functional change.
2010-03-15 16:45:59 +00:00
wiz
8a558125a9 Update to 2.01.01alpha77:
All:

-	Added support for DragonFly/x86_64

-	Support for "pcc" on Solaris x86 was added as a first step.
	The C-Compiler "pcc" http://pcc.ludd.ltu.se/ is based on the
	Portable C-Comppiler from AT&T from the late 1970s. It is
	under BSDl and thus offers compilation with a really free
	build environment.

	Note that due to a pcc bug, the autoconf results for
	Large File support are incorrect. Unless you edit the file
	incs/i386-sunos5-pcc/xconfig.h and manually correct the
	file to contain this:

#define _FILE_OFFSET_BITS 64    /* # of bits in off_t if settable          */

	You will not get working large file support.

	Support for more Operating system will follow after the issues
	in the compiler have been resolved.

Libfind:

-	Fixed a bug in libfind/walk.c (calling strcatl() with last parameter 0
	instead of (char *)0)

Cdrecord:

-	Fixed a bug with INDEX 00 support for CUE files from
	ExactAudioCopy

-	Cdrecord no longer tries to close a session on a BD-RE media.
	This is not supported in the recent MMC Standard and most drives
	return a SCSI error when attempting to close such a session.
2010-03-15 12:10:36 +00:00
gls
c9c4726755 Remove trailing whitespace. 2010-03-11 21:40:46 +00:00
adam
5592f0f9ac Sqlite is no longer supported, sqlite3 is the default now 2010-03-11 16:03:49 +00:00
gls
1eed2b0204 Update to 2.0.7.
Patch provided by maintainer, Andrey Simonenko in PR 42945.
Fix MASTER_SITES.

Changes in ipa-2.0.7:

    *	If during initialization a limit has time of START, REACH or
	UPDATED event greater than current time, then ipa will not restart
	such limit immediately.

    *	If during initialization a not reached limit has time of START event
	greater than current time, then ipa will change time of this event
	to current time and will not restart such limit immediately.
2010-03-10 21:16:55 +00:00
adam
cc98df446d Changes 5.0.1:
* We believe that we have resolved most of the problems
  concerning canceled or failed jobs being "stuck" in the
  Director.  There is one outstanding problem in the SD when
  canceling jobs that we will fix in the next major release.
  If you see jobs that seem to be stuck, in general issuing
  a cancel command in bconsole should now make them go away.

Directives:
* The default for "Allow Duplicate Jobs" has been changed from
  no to yes.  If you use this directive, please check your
  conf file, and note the next two items!
* AllowHigherDuplicates disabled. It did not work as documented
    and was confusing.
* New directive "CancelLowerLevelDuplicates" See New Features
  section in the manual.
* Truncate on Purge rewritten.  See New Features section in the manual.

* Bug fixes

* Ensure SD asks for help when looping even if poll set.
* Fix three-pool regress bug
* This version fixes an issue where the console window would start out
  docked. It is fixed by initiating the variables in the Pages class wi
  constructor.
* Fix make_catalog_backup.pl fails when catalog db is on other host
2010-03-09 07:06:00 +00:00
jym
889d624a64 user-destdir support, and add LICENSE (gnu-gpl-v2). 2010-03-08 01:19:42 +00:00
joerg
719a20854d DESTDIR ready 2010-03-07 23:15:11 +00:00
obache
15e08607ba * Add user-destdir installation support.
* set LICENSE=gnu-gpl-v2.
2010-03-07 09:03:14 +00:00
martin
a2690ba69d NetBSD 5.99.21 and newer does not swap out user areas 2010-03-04 14:56:13 +00:00
schmonz
86db693b51 Update to 4.1.3. From the changelog:
-fix 64-bit data patterns with some versions of gcc.  Thanks: Tony Battersby.
  -clarify `make install` in readme.  Thanks: Marc Lobelle.
2010-03-04 08:43:21 +00:00
wiz
aeaceb273d Reset maintainer for developers who gave back their commit bit. 2010-02-26 10:28:30 +00:00
wiz
ba0f347239 Update to 1.11, provided by Mustafa Dogan in private mail.
Changes in version 1.11:

In case of error writing the logfile to disc, the user is now given the
possibility of fixing the problem and continue.

The splitting algorithm has been modified to read secuentially the areas
smaller than a threshold size.

After every read error, ddrescue now verifies the input file has not
disappeared.

In rescue mode, ddrescue now shows the time elapsed from the last
successful read.

Signals SIGUSR1 and SIGUSR2 are now ignored by ddrescue.

Descriptions of "--direct", "--synchronous" and "--sparse" in the manual
have been made clearer.

Description of rescue algorithm in the manual has been made clearer.

"make check" now verifies that files are open in binary mode.

A warning about logfile usage has been added to "ddrescue --help" output.

1.10:
Changes: The option "--try-again" has been added. The size skipped
when bad sectors are found has been made independent of "cluster-size".
Rescue speed has been improved for large log files. An overflow
reading from devices of undefined size has been fixed. "make
install-info" should now work on Debian and Mac OS X.


1.9
Changes: The new option "--domain-logfile" has been added. Verbosity
control of user messages has been simplified. This release improves
portability by using the LLONG_MAX macro instead of LONG_LONG_MAX.
This release is also available in lzip format.
2010-02-25 20:21:44 +00:00
reed
3283df32e5 Add more details to bare description. 2010-02-25 18:31:08 +00:00
drochner
22410be11d update to 1.2.8.5
changes: minor bugfixes
2010-02-24 18:45:43 +00:00
drochner
720008ff51 build against libslang2 rather than libslang1, initialize its UTF8
handling, bump PKGREVISION
2010-02-24 17:56:20 +00:00
sno
3196de0c7d Added sysutils/p5-Linux-Inotify2 version 1.2.1 2010-02-23 13:51:47 +00:00
sno
00096b34a0 Importing pkgsrc/sysutils/p5-Linux-Inotify2 version 1.2.1 as dependency
of scheduled update of devel/p5-File-ChangeNotify to 0.12

This module implements an interface to the Linux 2.6.13 and later Inotify
file/directory change notification sytem.

It has a number of advantages over the Linux::Inotify module:
    - it is portable (Linux::Inotify only works on x86)
    - the equivalent of fullname works correctly
    - it is better documented
    - it has callback-style interface, which is better suited for
      integration.
2010-02-23 13:51:34 +00:00
sno
87c40884b9 Added sysutils/p5-IO-Kqueue version 0.34 2010-02-23 13:22:09 +00:00
sno
4482d8b94b Importing sysutils/p5-IO-KQueue version 0.34 as dependency for scheduled
update of devel/p5-File-ChangeNotify to 0.12.

This module provides a fairly low level interface to the BSD kqueue(2) system
call, allowing you to monitor for changes on sockets, files, processes and
signals.

Usage is very similar to the kqueue system calls, so having read and
understood the kqueue(2) man page is a usage prereqisite.
2010-02-23 13:08:53 +00:00
sno
90e985cabc Updating sysutils/p5-Lchown from 1.00nb2 to 1.01
pkgsrc changes:
- Add license definition
- Add new module type
- Make clear that it requires a C compiler

Upstream changes:
1.01    2009-10-18
        RT #25968
        changed to Module::Build
2010-02-22 16:30:40 +00:00
sno
933e92fde9 Updating sysutils/p5-Sys-Filesystem from 1.23 to 1.27
pkgsrc changes:
- Adding license definition
- Adding dependencies

Upstream changes:
1.27
	Fixing RT#54406 (patch from Robert Bohne with some modifications)
	Fixing RT#54599 (patch from Jonathan Yu)
	Fixing wrong dependencies detection on Windows
	Fixing generic fstab/mnttab reading

1.26
	Adding more special file systems for Linux
	Prefer /proc/self/mounts over /etc/mtab (when available), fixes
	  RT #51151 (Thanks Tyler MacDonald)
	Fix some tests to skip when no regular file systems could be found
	Some Win32 fixes
	Switch to Module::Pluggable to load OS-plugins
1.25
	Fixed support for FreeBSD and generalize BSD support
	Fixed support for AIX
	Fixed aliased attribute support for Sys::Filesystem->filesystems
	Fix "Sys::Filesystem->filesystems ()" and
	  "Sys::Filesystem::filesystems" (reported by H.Merijn Brand)
	  by using Params::Util
	Add keyword "Id" to be used/expanded by svn
	Explain how restrictions on method filesystem works in Sys::Filesystem
	Add a version method to all fs plugins
	Update documentation
	Correct t/03test.t to use format instead of type (recommended)

1.24
        Added support for NetBSD (Jens Rehsack)
        Added support for HP-UX (H.Merijn Brand)
        Fixed POD a little
        Add a simple test to see whether it's working or not
	Increased required perl version (suggested by H.Merijn Brand)
2010-02-22 14:27:01 +00:00
tez
c755a771d3 fix for pr#42396 from dbus 1.2.16 (different branch than this)
don't pass -no-pointer-sign to compiler that does not support it (gcc34)
2010-02-21 19:32:25 +00:00
wiz
05f347b12d Apply patch:
Fix problem with systems with more than 2 GB memory (notably,
x86_64-based systems).  Thanks Goswin Brederlow.

From Debian via Andrew Daugherity in PR 36627.

Bump PKGREVISION.

pkglint cleanup while here.
2010-02-21 16:44:52 +00:00
wiz
640a03ab3f Remove adjustkernel: Broken since 2002 (PR 17761). 2010-02-21 16:25:48 +00:00
wiz
54f0bf588b Update to 2.01.01alpha76:
NEW features of cdrtools-2.01.01a75:

Cdrecord:

-	Hidden Track support is now complete:

-	Added support for writing Hidden Audio Tracks before Track #1
	in the Mtsushita CW-7501 device driver.

-	Added support for writing Hidden Audio Tracks before Track #1
	in the Sony CDU-924 / CDU-948 device driver.

-	Added support for writing Hidden Audio Tracks in RAW mode.
	Cdrecord-2.01.01a74 did put "track number 0" into the subchannel
	data for track 1 index 0. Cdrecord now correctly writes Track #1
	into the sub channel data.

-	Added support for Track #1 having a different number than 1 into
	the CUE file parser.

-	The CUE file parser now prints much better error messages in case that
	a keyword is seen out of the permitted order.

-	The CUE file parser now supports hidden tracks.

-	Fixed a bug in the CUE file parser that caused "pregap size 0" (missing
	INDEX 00) to be replaced by the default pregap size of 150 sectors.


Cdda2wav (Maintained/enhanced by J

-	Hidden Track support is now complete:

-	Fixed a bug in the cdda2wav track loop control that caused cdda2wav
	not to write the *.inf file for the last track in case of an audio CD
	with a hidden track.

-	Introduced an alias "isrc" and "ISRC" for -vtrackid

-	Introduced an alias "mcn" and "MCN" for -vcatalog

-	cdda2wav now emits a "PREGAP" keyword in the CUE file for a CD without
	hidden track if it starts with a sector number > 0.

NEW features of cdrtools-2.01.01a76:

Cdrecord:

-	Added a workaround for a firmware bug in the drive:
	'HL-DT-ST' 'BD-RE  BH10LS30 ' '1.00'
	That causes the drive to return zero media size for BluRay media.

-	cdrecord now aborts if the cuefile= option was specified with a non-CD
	media in the drive.

-	CDRWIN CUE files now may refer to several data files where each data file
	contains less than the whole disk but more than a single track.

-	The CUE parser now correctly sets the sector size information for the
	lead-in area.

-	The CUE parser now by default only accepts CDRWIN CUE compliant files
	but may be switched into an enhanced mode by introducing a special comment
	"REM CDRTOOLS"

-	The CUE parser now supports a FILE command between INDEX 00 and INDEX 01.
	This is needed in order to write CUE sheets from Exact Audio Copy.
	Note that cdrecord needs to be switched into the enhanced CUE parser mode
	by either specifying "REM CDRTOOLS" or by specifying:
	REM COMMENT "ExactAudioCopy v0.99pb5"

	Also note that cdrecord currently does not support more than one FILE
	command per TRACK. For this reason, hidden audio tracks only work if
	the hidden audio data is in the same file that also contains data for
	track 1.

-	New commands "ARRANGER", "COMPOSER" and "MESSAGE" for adding CD-Text information
	in CUE files. Note that these commands are cdrecord specific extensions that
	re unknown by CDRWIN and thus need "REM CDRTOOLS" to be enabled.

-	The CUE file format is now documented in the cdrecord man page.

-	Fixed a small type bug in cdrecord/fifo.c (introduced a few
	versions before) that hits if the OS does not support the FIFO.


Cdda2wav (Maintained/enhanced by J

-	New cdda2wav option -vaudio-tracks

-	Make cdda2wav -q silent again (even with CDs with hidden track) to
	make it compatible again with scripts.

-	cdda2ogg and cdda2ogg.1 added to standard install
	The script cdda2ogg was enhanced to work seamlessly.

-	cdda2mp3 and cdda2mp3.1 added to standard install
	The script cdda2mp3 was enhanced to work seamlessly.

-	the scripts cdda2ogg and cdda2mp3 now allow to forward options to
	cdda2wav.

	In order to enable "paranoia mode", call:

	cdda2ogg -paranoia

	In order to enable the most proof "paranoia mode", call:

	cdda2ogg -paraopts=proof

-	The cdda2ogg man page was completely reworked

-	The SYSvr4 pkg definition now includes cdda2ogg and cdda2mp3

-	Added a workaround for a broken ASPI that hangs with
	odd transfer counts.


Readcd:

-	Added a workaround for a broken ASPI that hangs with
	odd transfer counts.
2010-02-21 13:19:51 +00:00
joerg
924052ac2b Allow unprivileged installation. No point in making the executable
readable only for root.
2010-02-20 00:02:33 +00:00
joerg
d9cb2a97c1 Fix permissions. 2010-02-19 21:23:34 +00:00
joerg
05acd1330d Fix ownership. Bump revision. 2010-02-19 21:21:20 +00:00
joerg
e13983927d Fix ownership. Bump revision. 2010-02-19 20:48:44 +00:00
joerg
93b5e131c9 Fix ownership. Bump revision. 2010-02-19 20:30:21 +00:00
joerg
ad505a7a1d Really use root for the config files. Bump revision. 2010-02-19 19:05:26 +00:00
joerg
86e038c3f9 Use REAL_ROOT_USER here. 2010-02-19 18:55:56 +00:00
seb
d55ce28666 Add & enable p5-Mac-AppleScript and p5-Mac-AppleScript-Glue 2010-02-18 03:01:08 +00:00
seb
ea3cae9ed8 Initial import of p5-Mac-AppleScript-Glue version 0.03 in the NetBSD
Packages Collection.

The Perl 5 module Mac::AppleScript::Glue allows you to write Perl
code in object-oriented syntax to control Mac applications. The
module does not actually execute Apple Events, but actually translates
Perl code to AppleScript code and causes it to be executed.
2010-02-18 02:56:35 +00:00
seb
42bc49550d Initial import of p5-Mac-AppleScript version 0.04 in the NetBSD
Packages Collection.

The Perl 5 module Mac::AppleScript is a simple interface to the OSA
scripting stuff.
2010-02-18 02:56:04 +00:00
joerg
66e9048cd9 DESTDIR support 2010-02-17 15:39:02 +00:00
joerg
fed0eef2ea DESTDIR support 2010-02-17 15:14:05 +00:00
sno
045d9ef0b4 Updating sysutils/p5-SSH-Batch from 0.021 to 0.023
pkgsrc changes:
- Add license definition

Upstream changes:
0.023
- key2nodes: more examples added to SYNOPSIS in its POD.
- added repository address into Makefile.PL, thanks Alexandr Ciornii.

0.022
- tonodes: now we automatically expand ~ and ~foo using local USER env if set
- added support for SSH_BATCH_SSH_CMD env and --ssh option to key2nodes.
- tonodes now print a warning message while expanding ~ and ~foo locally in the target path.
- added more docs explaining how to disable StrictHostKeyChecking for ssh
2010-02-17 11:10:21 +00:00
wiz
2de6c38cb4 PKGREVISION bump for libxklavier shlib update. 2010-02-16 13:35:40 +00:00
wiz
82ceabf0ce Update to 0.84:
There are some compatibility fixes here, but I should call out for OS
builders commit 34636b12c62523b9db789b0fbeb3a86782debf10 where you no
longer have to pass --with-introspect-xml to configure.
2010-02-16 13:23:50 +00:00
drochner
71bf84d51e these don't need "fam" directly (but still through glib2) 2010-02-16 12:10:14 +00:00
joerg
5c61340c88 DESTDIR support 2010-02-12 14:56:19 +00:00
joerg
ec002db210 DESTDIR support 2010-02-12 14:42:45 +00:00
joerg
d20a4494e5 DESTDIR support 2010-02-12 14:16:57 +00:00
joerg
2d93a69cf8 Don't derive DISTNAME from PKGNAME. 2010-02-11 12:38:45 +00:00
joerg
fd5b9b57b0 Allow Python 2.6. 2010-02-10 21:09:05 +00:00
joerg
3a06eb96bf Bump revision for PYTHON_VERSION_DEFAULT change. 2010-02-10 19:17:31 +00:00
joerg
c2e442e671 Retire sysutils/xraidadmin. 2010-02-10 16:54:21 +00:00
joerg
f9fc7fb1e7 Retire NetBSD 1.5 only program. 2010-02-10 16:49:05 +00:00
taca
c2393984ea Update pear-Log package from 0.8.4 to 1.12.0, fixing PR pkg/42673.
Changes are too huge to show here, please refer:
http://pear.php.net/package/Log/download/All.

And now, this pacakge supports PHP5 only.

1.12.0

This release drops PHP4 compatibility (enforced by the package dependencies).

There is unfortunately no way to support both PHP4 and PHP5 in the same code
base when running under E_ALL. Because it appears that the majority of Log
package users have moved to PHP5, the Log package now targets that audience.

Given the fact that the Log package is now largely in maintenance mode,
existing PHP4 users shouldn't feel adandoned. If necessary, important fixes,
etc. can be merged back into the 1.11.* release line, which will retain PHP4
compatibility.
2010-02-06 16:05:13 +00:00
heinz
eef5df8bd4 Provided a working, although outdated, HOMEPAGE. 2010-02-04 21:27:46 +00:00
heinz
dfab45357f Added support for installation to DESTDIR and LICENSE information.
Uses PKGMANDIR now.
2010-02-04 21:14:02 +00:00
heinz
cd5f7baa85 Added support for installation to DESTDIR and LICENSE information. 2010-02-04 20:58:45 +00:00
taca
0656211bcc Update sysutils/puppet to 0.24.9.
* Add LICENSE.
* Add patches for CVE-2009-3564 from puppet's repositry.
* puppet user/group handling which commented out now.
* Some other pkgsrc tweak.

0.24.9
    Fix for temporary file issues
    (https://bugzilla.redhat.com/show_bug.cgi?id=502881)
2010-02-04 16:22:02 +00:00
wiz
3068c8c953 Update to 2.01.01alpha74:
NEW features of cdrtools-2.01.01a73:

Cdrecord:

-	The *.inf file parser now supports a new tag "Track=" that
	is intended to carry the absolute track number from the original disk.


Cdda2wav (Maintained/enhanced by J

-	Cdda2wav now permits to use "max" for the endtrack number. This
	allows to specify e.g. -t2+max for a list of tracks from track #2
	to the last audio track on the disk.

-	New option -cuefile allows to tell cdda2wav to create a CDRWIN CUE
	file. This currently only works together with wither -tall, or with
	-t0+max or -t1+max.

	Note that due to a misconception in the CDRWIN CUE file definition,
	it is impossible to create 100% correct CD-audio copy by 100%
	following the CDRWIN CUE file definition and having separate audio
	files for each track at the same time. For this reason, it is currently
	impossible to create CDRWIN CUE files while using cdda2wav -B.

-	Cdda2wav now only writes a binary *.cdtext file in case that this
	file would contain more data than a header that tells that there
	is no further content.

-	Cdda2wav no longer removes the Index0 entry from a longer Index list
	if Index0 is -1.

-	Cdda2wav now automatically scans for hidden audio tracks. This is a
	complex task as there are drives that do not allow to read the
	hidden data before track 1.

-	New option -no-hidden-track allows to prevent cdda2wav from scanning
	for a hidden audio track.

-	Cdda2wav now writes the new tag "Track=" into the *.inf files that
	is intended to carry the absolute track number from the original disk.

-	A shortcut for paraopts=sectors-per-track-1,retries=200 was introduced.
	The name of the shortcut is "proof", so just use "paraopts=proof" for
	selecting the most stringent paranoia mode.

-	Cdda2wav now automatically selects paranoia mode in case that the
	paraopts= option was used.

-	Cdda2wav now again works in suid root mode on Solaris 11. It seems that
	the development versions from Solaris 11 did change the behavior with
	fine grained privileges in a way that was incompatible with the way
	cdda2wav did try to handle both suid root and fine grained privileges.

Mkisofs (Maintained/enhanced by J

-	The man page for mkisofs was enhanced in order to better mention
	that mkisofs always writes ISO-9660 and that other file systems are
	thus always added as a hybrid file system.

NEW features of cdrtools-2.01.01a74:

Cdrecord:

-	Cdrecord now supports to copy CDs with hidden track if there are *.inf files
	created by cdda2wav. In order to copy a CD with hidden Track with optimal
	quality, call:

	cdda2wav -vall -B -paranoia paraports=proof cddb=0
	cdrecord -v -sao -useinfo -text *.wav

-	cdwrite@lists.debian.org removed from man page
	please use the official mailing lists for cdrecord that exist since 10 years:
	http://developer.berlios.de/mail/?group_id=5

Cdda2wav (Maintained/enhanced by J

-	A forgotten debug message from implementing support for hidden tracks
	has been removed.

-	Fixed a small bug that made cdda2wav with hidden track support not fully
	compatible to earlier versions. In case that only one track is to be extracted,
	this is again always track #1 regsrdless whether the CD has a hidden track.

-	Fixed a bug with CDRWIN CUE file support. Cdda2wav used the tag "WAV" instead
	of "WAVE" for the data type specifier in the FILE tag.

-	cdwrite@lists.debian.org removed from man page
	please use the official mailing lists for cdrecord that exist since 10 years:
	http://developer.berlios.de/mail/?group_id=5

Readcd:

-	cdwrite@lists.debian.org removed from man page
	please use the official mailing lists for cdrecord that exist since 10 years:
	http://developer.berlios.de/mail/?group_id=5

Scgcheck:

-	cdwrite@lists.debian.org removed from man page
	please use the official mailing lists for cdrecord that exist since 10 years:
	http://developer.berlios.de/mail/?group_id=5

Btcflash:

-	cdwrite@lists.debian.org removed from man page
	please use the official mailing lists for cdrecord that exist since 10 years:
	http://developer.berlios.de/mail/?group_id=5

Mkisofs (Maintained/enhanced by J

-	cdwrite@lists.debian.org removed from man page
	please use the official mailing lists for cdrecord that exist since 10 years:
	http://developer.berlios.de/mail/?group_id=5
2010-02-03 16:04:26 +00:00
joerg
9d1c040b2f DESTDIR support 2010-02-03 12:41:47 +00:00
joerg
f08caa596f Really enable destdir support 2010-01-28 00:19:41 +00:00
joerg
c76f6f6a08 DESTDIR support 2010-01-27 22:26:39 +00:00
joerg
3df47416d5 DESTDIR support 2010-01-27 20:57:22 +00:00
joerg
4cebfdc30f DESTDIR support 2010-01-27 20:41:16 +00:00
joerg
3697bfb680 DESTDIR support 2010-01-27 20:28:15 +00:00
joerg
25145759fa Untested destdir support 2010-01-27 20:24:57 +00:00
joerg
5aed922ce0 DESTDIR support. Create runtime directories at install time. Bump revision. 2010-01-27 20:22:54 +00:00
joerg
e8bc112b94 DESTDIR support 2010-01-27 20:19:36 +00:00
joerg
d4218405f7 DESTDIR support 2010-01-27 20:09:09 +00:00
joerg
b88c47e0a6 Finish DESTDIR support 2010-01-27 20:05:28 +00:00
joerg
e8180d9a9a DESTDIR support 2010-01-27 20:01:36 +00:00
joerg
561595ad92 Really add destdir support 2010-01-27 20:00:36 +00:00
joerg
2096d1a14b DESTDIR support 2010-01-27 19:51:55 +00:00
joerg
1d494ad87c DESTDIR support 2010-01-27 19:31:05 +00:00
joerg
c896ec5454 DESTDIR support. Fix man page location. 2010-01-27 19:29:47 +00:00
joerg
33c4173462 DESTDIR support 2010-01-27 19:27:24 +00:00
joerg
0f5e6bc2cd DESTDIR support. Needs libXt at run time. Bump revision. 2010-01-27 19:27:08 +00:00
joerg
47ce6f1059 DESTDIR support 2010-01-27 19:24:27 +00:00
joerg
6ea83ecd0e DESTDIR support 2010-01-27 19:13:37 +00:00
joerg
b223d8ecaa DESTDIR ready. 2010-01-27 19:12:29 +00:00
joerg
c71aeeb8a1 DESTDIR support 2010-01-27 19:07:31 +00:00
joerg
209b67b26e DESTDIR ready. 2010-01-27 19:03:58 +00:00
joerg
61b6a39101 DESTDIR support 2010-01-27 18:56:54 +00:00
joerg
28b2dba219 DESTDIR support. Needs libXt at run time. Bump revision. 2010-01-27 18:56:44 +00:00
joerg
3a436110ad DESTDIR support 2010-01-27 18:51:33 +00:00
joerg
9ba511b223 DESTDIR support 2010-01-27 18:38:15 +00:00
joerg
aadef89f10 DESTDIR support. Not MAKE_JOBS_SAFE. 2010-01-27 18:36:54 +00:00
joerg
bdbe175060 DESTDIR support 2010-01-27 18:25:46 +00:00
joerg
ff1bb81e90 DESTDIR support from Steven Drake. 2010-01-27 18:21:56 +00:00
wiz
bfe9f68b9d + iat. 2010-01-26 19:37:52 +00:00
wiz
f919d66e8b Initial import of iat-0.1.7:
Iso9660 Analyzer Tool is a free utility tool for detecting the
structure of DVD/CD-ROM image file formats; the tool supports many
CD/DVD-ROM data image file formats.

Iso9660 Analyzer Tool provides the conversion of any image format
to an UDF/ISO for easy mounting in your favorite Operating System.
The tool also permits the creation of TOC or CUE file descriptor
to burn the image easily with your favorite burner on your favorite
Operating System. If the image is not compliant with TOC or CUE,
it should be converted to UDF/ISO format which can be mounted upon
any Operating System.

If the Operating System does not support image of DVD/CD-ROM, then
creating the TOC file descriptor is a good option burn 1:1 original
image. Iso9960 Analyzer Tool provides option to create TOC file
descriptor. Note some application does not support TOC descriptor.

Similarly, if the Operating System does not support image of
DVD/CD-ROM, then creating the CUE file descriptor is also a good
option. Iso9960 Analyzer Tool provides option to create CUE file
descriptor. Note the creation of CUE might not work with protected
image.
2010-01-26 19:37:23 +00:00
drochner
35f525d3a9 manke the "avahi" option non-default, as in other gnome base pkgs,
bump PKGREVISION
2010-01-26 19:30:14 +00:00
wiz
4089946672 Bump PKGREVISION for new patch-ax. 2010-01-26 06:16:30 +00:00
macallan
9a8eae61e2 make this work on non-x86
OKed long, long ago by jmcneill
2010-01-26 01:12:02 +00:00
hubertf
cd1f1bf0dd Add LICENSE 2010-01-24 23:13:31 +00:00
heinz
d653ce6a74 Added LICENSE information. 2010-01-24 17:11:17 +00:00