Commit graph

3 commits

Author SHA1 Message Date
Jean-Yves Lefort
3ca85b632c Track the in-place distfile change:
diff -ruN foremost-1.0.orig/extract.c foremost-1.0/extract.c
--- foremost-1.0.orig/extract.c	Tue Jun 28 07:13:47 2005
+++ foremost-1.0/extract.c	Wed Jul  6 08:04:12 2005
@@ -1809,7 +1809,7 @@
       		return foundat;/*Error*/
     }
     foundat+=7;
-    printx(foundat,0,16);
+    //printx(foundat,0,16);

     if(foundat) /*Found found a valid JPEG*/
     {

Reported by:	pointyhat
2005-07-07 17:34:05 +00:00
Jean-Yves Lefort
b4bc14d8e5 Update to 1.0
PR:		ports/82781
Submitted by:	maintainer
2005-06-30 20:34:54 +00:00
Volker Stolz
166af4876b Add foremost 0.69, console program to recover files based on their
headers and footers.

PR:		ports/68414
Submitted by:	Yonatan <Yonatan@xpert.com>
2004-12-15 12:39:25 +00:00