head	1.3;
access;
symbols
	RELEASE_5_EOL:1.2
	RELEASE_7_0_0:1.2
	RELEASE_6_3_0:1.2
	PRE_XORG_7:1.2
	RELEASE_4_EOL:1.2
	RELEASE_6_2_0:1.2
	RELEASE_6_1_0:1.2
	RELEASE_5_5_0:1.2
	RELEASE_6_0_0:1.2
	RELEASE_5_4_0:1.1
	RELEASE_4_11_0:1.1
	RELEASE_5_3_0:1.1
	RELEASE_4_10_0:1.1;
locks; strict;
comment	@# @;


1.3
date	2008.07.29.23.48.01;	author pav;	state dead;
branches;
next	1.2;

1.2
date	2005.07.30.09.30.03;	author se;	state Exp;
branches;
next	1.1;

1.1
date	2004.04.09.12.47.57;	author se;	state Exp;
branches;
next	;


desc
@@


1.3
log
@- Update to 0.5.1

PR:		ports/123971
Submitted by:	Alexander Logvinov <ports@@logvinov.com>
Approved by:	maintainer timeout (se; 2 months)
@
text
@--- src/unshield.c~	Fri Jul  8 18:08:37 2005
+++ src/unshield.c	Fri Jul 29 19:40:03 2005
@@@@ -1,6 +1,8 @@@@
 /* $Id: unshield.c,v 1.20 2005/07/08 14:08:37 twogood Exp $ */
 #define _BSD_SOURCE 1
+#if !defined(__FreeBSD__)
 #define _POSIX_C_SOURCE 2
+#endif
 #include "../lib/libunshield.h"
 #include <ctype.h>
 #include <locale.h>
@


1.2
log
@Upgrade to version 0.5.

Submitted by:	Andrej Zverev (az at inec dot ru)
PR:		84316
@
text
@@


1.1
log
@New port of unshield, a InstallShield cabinet file reader.
This prgogarm is particularly useful to extract .SYS and .INF files
from NDIS drivers packaged as InstallShield archives, which are required
as input to ndiscvt (i.e. for the NDISulator).
@
text
@d1 4
a4 3
--- src/unshield.c~	Mon Aug 25 19:17:29 2003
+++ src/unshield.c	Fri Apr  9 13:55:47 2004
@@@@ -1,5 +1,7 @@@@
d9 1
a9 1
 #include <libunshield.h>
d11 1
a11 1
 #include <stdio.h>
@

