Commit graph

6 commits

Author SHA1 Message Date
Alexey Dokuchaev
29fa225d1c Update to most recent version.
Approved by:	maintainer
2006-04-19 05:01:03 +00:00
Emanuel Haupt
d77998cd7c - Update distinfo, tarball was rerolled [1]
- Bump PORTREVISION

[1]
Changes:
 - char * -> unsigned char *
 - whitespace changes

A full diff is available under
 http://mmmmmm.mine.nu/FreeBSD/foremost.diff

PR:		91554
Submitted by:	Jonathan <onatan@gmail.com> (maintainer)
2006-01-09 15:23:40 +00:00
Marcus Alves Grando
eff8176b10 Vendor updated content without changing the tarball name. Most changes are from "char *" to "unsigned char *". (maintainer comment)
Bump PORTREVISION
Add SHA256

PR:		89095
Submitted by:	Yonatan <onatan@gmail.com> (maintainer)
2005-11-16 02:46:05 +00:00
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