Commit graph

13 commits

Author SHA1 Message Date
Pav Lucistnik
efa63f6ba4 - Remove USE_GCC where it can be satisfied with base compiler on following
FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT
2008-07-25 14:34:52 +00:00
Martin Wilke
53dff68f61 - Distfile was rerolled
- Bump Portrevision for follow fixes.

-Changelog:
 * Fixed realpath problems when compiling with cygwin
 * Fixed flaw in Zip extraction
 * Made indirect block detection a little more stable

Submitted by:	pointyhat via pav
2007-01-28 14:24:59 +00:00
Martin Wilke
8fec71eab6 - Update to 1.4
PR:		ports/106824
Submitted by:	miwi
Approved by:	maintainer
2006-12-21 21:43:33 +00:00
Cheng-Lung Sung
25b180324d - Update to 1.3
PR:		ports/103921
Submitted by:	chinsan
Approved by:	maintainer (Jonatan B)
2006-10-05 04:07:49 +00:00
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
8f74f5f9f7 Update MASTER_SITES (fetchable again)
Notified by:	kris
2005-12-12 12:34:44 +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
Mark Linimon
59bff7960a Apparently the maintainer still exists but with a new email address.
Suggested by:	pav
2005-01-29 19:54:56 +00:00
Mark Linimon
9efb759cd4 With portmgr hat on, reset bouncing maintainer address:
Final-Recipient: rfc822; Yonatan@xpert.com
Action: failed
Status: 5.0.0
Diagnostic-Code: X-Postfix; unknown user: "yonatan"
2005-01-29 19:47:21 +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