FreshPorts -- The Place For Ports notbug Sun, 12 Feb 2012 5:19 AM GMT
Port details
dvdisaster 0.72.2 sysutils on this many watch lists=0 search for ports that depend on this port
A CD/DVD error recovery tool
Maintained by: chalpin@cs.wisc.edu search for ports maintained by this maintainer
Port Added: 30 Sep 2006 08:04:01
License: GPLv2
The dvdisaster project:
dvdisaster provides a margin of safety against data loss on CD and DVD media
caused by aging or scratches.

    * dvdisaster creates error correction data to compensate read errors which
      are not correctable in the CD/DVD drive.

    * dvdisaster tries to read as much data as possible from defective media.
      Afterwards unreadable sectors are recovered using the previously created
      error correction data. The maximum error correction capacity is
      user-selectable.

    * dvdisaster operates at the image level and does not depend on the file
      system.

If you create the error correction data in time and keep it at a safe place,
you have a good chance of recovering the medium contents from typical read
errors and to transfer your complete data onto a new medium.

WWW: http://www.dvdisaster.com/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.
Required To Build: shells/bash, devel/gmake, textproc/intltool, devel/pkg-config
Required To Run: devel/pkg-config, devel/gio-fam-backend
Required Libraries: devel/gettext, accessibility/atk, devel/glib20, x11-toolkits/gtk20, x11-toolkits/pango
There are no ports dependent upon this port

To install the port: cd /usr/ports/sysutils/dvdisaster/ && make install clean
To add the package: pkg_add -r dvdisaster


Configuration Options
     No options to configure

Master Sites:
http://heanet.dl.sourceforge.net/project/dvdisaster/dvdisaster/0.72.2/
http://sunet.dl.sourceforge.net/project/dvdisaster/dvdisaster/0.72.2/
http://iweb.dl.sourceforge.net/project/dvdisaster/dvdisaster/0.72.2/
http://switch.dl.sourceforge.net/project/dvdisaster/dvdisaster/0.72.2/
http://surfnet.dl.sourceforge.net/project/dvdisaster/dvdisaster/0.72.2/
http://kent.dl.sourceforge.net/project/dvdisaster/dvdisaster/0.72.2/
http://freefr.dl.sourceforge.net/project/dvdisaster/dvdisaster/0.72.2/
http://voxel.dl.sourceforge.net/project/dvdisaster/dvdisaster/0.72.2/
http://jaist.dl.sourceforge.net/project/dvdisaster/dvdisaster/0.72.2/
http://osdn.dl.sourceforge.net/project/dvdisaster/dvdisaster/0.72.2/
http://nchc.dl.sourceforge.net/project/dvdisaster/dvdisaster/0.72.2/
http://ncu.dl.sourceforge.net/project/dvdisaster/dvdisaster/0.72.2/
http://transact.dl.sourceforge.net/project/dvdisaster/dvdisaster/0.72.2/
http://softlayer.dl.sourceforge.net/project/dvdisaster/dvdisaster/0.72.2/
http://internode.dl.sourceforge.net/project/dvdisaster/dvdisaster/0.72.2/
http://ufpr.dl.sourceforge.net/project/dvdisaster/dvdisaster/0.72.2/
http://waix.dl.sourceforge.net/project/dvdisaster/dvdisaster/0.72.2/
http://dvdisaster.net/downloads/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 20

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
18 Sep 2011 20:52:35
Original commit files touched by this commit  0.72.2
swills search for other commits by this committer
- Forgot to cvs add pkg-message in previous commit
18 Sep 2011 20:52:03
Original commit files touched by this commit  0.72.2
swills search for other commits by this committer
- Update to 0.72.2

PR:             ports/160788
Submited by:    "4720@hushmail.com" <4720@hushmail.com>
Approved by:    Corey Halpin <chalpin@cs.wisc.edu> (maintainer)
19 Mar 2011 12:38:54
Original commit files touched by this commit  0.72_3
miwi search for other commits by this committer
- Get Rid MD5 support
31 May 2010 02:01:56
Original commit files touched by this commit  0.72_3
ade search for other commits by this committer
Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.
28 Mar 2010 06:47:48
Original commit files touched by this commit  0.72_2
dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
05 Feb 2010 11:46:55
Original commit files touched by this commit  0.72_1
dinoex search for other commits by this committer
- update to jpeg-8
28 Jul 2009 17:43:59
Original commit files touched by this commit  0.72
amdmi3 search for other commits by this committer
- Update to 0.72
- While here, fix build with custom PREFIX/LOCALBASE

PR:             136837
Submitted by:   Corey Halpin <chalpin@cs.wisc.edu> (maintainer)
04 May 2009 18:55:19
Original commit files touched by this commit  0.70.6_1
miwi search for other commits by this committer
- Pass maintainership to Corey Halpin (chalpin@cs.wisc.edu)
03 Apr 2009 09:54:28
Original commit files touched by this commit  0.70.6_1
miwi search for other commits by this committer
- Update PORTSCOUT flags
03 Feb 2009 09:45:39
Original commit files touched by this commit  0.70.6_1
miwi search for other commits by this committer
- Fix portscout flag
08 Sep 2008 09:26:11
Original commit files touched by this commit  0.70.6_1
miwi search for other commits by this committer
- set PORTSCOUT variable
21 Aug 2008 06:18:49
Original commit files touched by this commit  0.70.6_1
rafan search for other commits by this committer
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
(Only the first 15 lines of the commit message are shown above View all of this commit message)
06 Jun 2008 14:03:26
Original commit files touched by this commit  0.70.6_1
edwin search for other commits by this committer
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
11 Mar 2008 14:04:09
Original commit files touched by this commit  0.70.6
miwi search for other commits by this committer
- Update to 0.70.6
07 Mar 2008 00:37:03
Original commit files touched by this commit  0.70.5
miwi search for other commits by this committer
- Update to 0.70.5
19 May 2007 20:32:57
Original commit files touched by this commit  0.70.4_1
flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
07 Feb 2007 01:05:03
Original commit files touched by this commit  0.70.4
miwi search for other commits by this committer
- Update to 0.70.4
- Remove IGNORE on FreeBSD 4.x, it's no longer need.
12 Jan 2007 21:57:31
Original commit files touched by this commit  0.70.3
miwi search for other commits by this committer
- Update to 0.70.3
- Take maintainership

PR:             107747
Submitted by:   miwi
Approved by:    old maintainer (Heiner <h.eichmann@gmx.de>)
15 Nov 2006 19:44:04
Original commit files touched by this commit  0.70.2
miwi search for other commits by this committer
- Update to 0.70.2

PR:             ports/105489
Submitted by:   miwi
Approved by:    maintainer
30 Sep 2006 08:02:15
Original commit files touched by this commit  0.70.1
miwi search for other commits by this committer
The dvdisaster project:
dvdisaster provides a margin of safety against data loss on CD and DVD media
caused by aging or scratches.

* dvdisaster creates error correction data to compensate read errors which
are not correctable in the CD/DVD drive.

* dvdisaster tries to read as much data as possible from defective media.
Afterwards unreadable sectors are recovered using the previously created
error correction data. The maximum error correction capacity is
user-selectable.

* dvdisaster operates at the image level and does not depend on the file
system.

If you create the error correction data in time and keep it at a safe place,
you have a good chance of recovering the medium contents from typical read
errors and to transfer your complete data onto a new medium.

WWW: http://www.dvdisaster.com/

PR:             ports/103772
Submitted by:   Heiner <h.eichmann(at)gmx.de>

Number of commits found: 20

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
webcalendarFeb 12
webcalendar-develFeb 12
bipFeb 11
firefoxFeb 11
linux-firefoxFeb 11
linux-seamonkeyFeb 11
linux-thunderbirdFeb 11
seamonkeyFeb 11
surfFeb 11
thunderbirdFeb 11
chromiumFeb 09
chromiumFeb 09
drupal6Feb 07
drupal7Feb 07
bugzillaFeb 06

15 vulnerabilities affecting 34 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds

Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 23150
Broken 192
Deprecated 96
Ignore 728
Forbidden 2
Restricted 329
No CDROM 109
Vulnerable 0
Expired 7
Set to expire 93
Interactive 59
new 24 hours 1
new 48 hours6
new 7 days43
new fortnight70
new month141

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2012 DVL Software Limited. All rights reserved.
This page created in 0.292 seconds.