- update to unshield 0.5.1

- bump SHARED_LIBS
- regen PLIST
- update patches
- update HOMEPAGE

ok jsg@, ajacoutot@
This commit is contained in:
benoit 2009-05-23 16:34:50 +00:00
parent 18b76430e6
commit 3fe777d2dc
10 changed files with 55 additions and 100 deletions

View File

@ -1,14 +1,12 @@
# $OpenBSD: Makefile,v 1.7 2007/09/15 10:14:33 espie Exp $
# $OpenBSD: Makefile,v 1.8 2009/05/23 16:34:50 benoit Exp $
COMMENT= extract files from InstallShield CAB archives
DISTNAME= unshield-0.5
PKGNAME= ${DISTNAME}p1
DISTNAME= unshield-0.5.1
SHARED_LIBS+= unshield 2.0 # .0.0
CATEGORIES= archivers
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=synce/}
SHARED_LIBS += unshield 1.0 # .0.0
HOMEPAGE= http://synce.sourceforge.net/synce/unshield.php
HOMEPAGE= http://sourceforge.net/projects/synce/
MAINTAINER= Jonathan Gray <jsg@openbsd.org>
@ -19,9 +17,12 @@ PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c z
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=synce/}
USE_LIBTOOL= Yes
AUTOCONF_VERSION= 2.59
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= ${CONFIGURE_SHARED}
USE_LIBTOOL= Yes
.include <bsd.port.mk>

View File

@ -1,5 +1,5 @@
MD5 (unshield-0.5.tar.gz) = /2uw++livADiMFkskQuQzg==
RMD160 (unshield-0.5.tar.gz) = z1bLO+kXuMIPExoOgkacEbWFsUI=
SHA1 (unshield-0.5.tar.gz) = MXmQhBzO6pXVFji9TylFbiz69a8=
SHA256 (unshield-0.5.tar.gz) = dzxmzkEZrp6uLVykUu7EBdmb0dOIJolpENU4eDGR7ao=
SIZE (unshield-0.5.tar.gz) = 325744
MD5 (unshield-0.5.1.tar.gz) = zAblVzpNUJWHG/G7FPPaHw==
RMD160 (unshield-0.5.1.tar.gz) = XvTbk5Q33F5iDKxNRrA8HVm+t3E=
SHA1 (unshield-0.5.1.tar.gz) = EyEaMhAJR5aajs5jkzRTMtb/Zns=
SHA256 (unshield-0.5.1.tar.gz) = o0umcHPi5B51g7t5PzPj+bA0oeRyDOh/EamSwimdhn0=
SIZE (unshield-0.5.1.tar.gz) = 362466

View File

@ -1,33 +1,21 @@
$OpenBSD: patch-lib_Makefile_in,v 1.2 2006/10/18 13:47:36 jsg Exp $
--- lib/Makefile.in.orig Sat Jul 9 00:55:34 2005
+++ lib/Makefile.in Wed Oct 18 23:26:57 2006
@@ -138,7 +138,7 @@ target_alias = @target_alias@
target_cpu = @target_cpu@
target_os = @target_os@
target_vendor = @target_vendor@
-AM_CFLAGS = -g -ansi -Wall -Wsign-compare -Wno-long-long -Werror @CFLAGS@ @APPLE_CFLAGS@ -I..
+AM_CFLAGS = -ansi -Wall -Wsign-compare -Wno-long-long -Werror @CFLAGS@ @APPLE_CFLAGS@ -I..
lib_LTLIBRARIES = libunshield.la
@@ -155,11 +155,10 @@ libunshield_la_SOURCES = \
libunshield_la_LDFLAGS = -no-undefined -version-info 0:0:0
-libunshield_la_LIBADD = md5/libmd5.la
include_HEADERS = libunshield.h
-SUBDIRS = md5 .
+SUBDIRS = .
subdir = lib
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
@@ -167,7 +166,6 @@ CONFIG_HEADER = unshield_config.h
CONFIG_CLEAN_FILES =
--- lib/Makefile.in.orig Tue May 6 03:42:53 2008
+++ lib/Makefile.in Sat Mar 21 19:00:40 2009
@@ -56,7 +56,6 @@ am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(i
libLTLIBRARIES_INSTALL = $(INSTALL)
LTLIBRARIES = $(lib_LTLIBRARIES)
-libunshield_la_DEPENDENCIES = md5/libmd5.la
@USE_OUR_OWN_MD5_TRUE@am__DEPENDENCIES_1 = md5/libmd5.la
-libunshield_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
am_libunshield_la_OBJECTS = bswap.lo component.lo directory.lo file.lo \
file_group.lo helper.lo libunshield.lo log.lo
libunshield_la_OBJECTS = $(am_libunshield_la_OBJECTS)
@@ -228,9 +227,8 @@ libunshield_la_SOURCES = \
cabfile.h
libunshield_la_LDFLAGS = -no-undefined -version-info 0:0:0
-libunshield_la_LIBADD = $(MD5_LIBS)
include_HEADERS = libunshield.h
-SUBDIRS = $(MD5_SUBDIR) .
+SUBDIRS = .
all: unshield_config.h
$(MAKE) $(AM_MAKEFLAGS) all-recursive

View File

@ -1,8 +1,8 @@
$OpenBSD: patch-lib_component_c,v 1.2 2006/10/18 13:47:36 jsg Exp $
--- lib/component.c.orig Wed Jun 29 04:49:36 2005
+++ lib/component.c Wed Oct 18 23:08:15 2006
$OpenBSD: patch-lib_component_c,v 1.3 2009/05/23 16:34:54 benoit Exp $
--- lib/component.c.orig Tue May 6 03:38:11 2008
+++ lib/component.c Sat Mar 21 19:00:40 2009
@@ -1,8 +1,9 @@
/* $Id: patch-lib_component_c,v 1.2 2006/10/18 13:47:36 jsg Exp $ */
/* $Id: patch-lib_component_c,v 1.3 2009/05/23 16:34:54 benoit Exp $ */
-#include "internal.h"
-#include "log.h"
#include <stdlib.h>

View File

@ -1,23 +0,0 @@
$OpenBSD: patch-lib_file_c,v 1.2 2006/10/18 13:47:36 jsg Exp $
--- lib/file.c.orig Wed Jun 29 04:49:36 2005
+++ lib/file.c Wed Oct 18 23:10:28 2006
@@ -1,14 +1,14 @@
/* $Id: patch-lib_file_c,v 1.2 2006/10/18 13:47:36 jsg Exp $ */
-#include "internal.h"
-#include "md5/global.h"
-#include "md5/md5.h"
-#include "cabfile.h"
-#include "log.h"
#include <assert.h>
#include <stdlib.h>
#include <string.h>
#include <sys/param.h> /* for MIN(a,b) */
#include <zlib.h>
+#include <crypto/md5.h>
+
+#include "internal.h"
+#include "cabfile.h"
+#include "log.h"
#define VERBOSE 0

View File

@ -1,8 +1,8 @@
$OpenBSD: patch-lib_file_group_c,v 1.2 2006/10/18 13:47:36 jsg Exp $
--- lib/file_group.c.orig Wed Jun 29 04:49:36 2005
+++ lib/file_group.c Wed Oct 18 23:08:15 2006
$OpenBSD: patch-lib_file_group_c,v 1.3 2009/05/23 16:34:54 benoit Exp $
--- lib/file_group.c.orig Tue May 6 03:38:11 2008
+++ lib/file_group.c Sat Mar 21 19:00:40 2009
@@ -1,8 +1,9 @@
/* $Id: patch-lib_file_group_c,v 1.2 2006/10/18 13:47:36 jsg Exp $ */
/* $Id: patch-lib_file_group_c,v 1.3 2009/05/23 16:34:54 benoit Exp $ */
-#include "internal.h"
-#include "log.h"
#include <stdlib.h>

View File

@ -1,8 +1,8 @@
$OpenBSD: patch-lib_helper_c,v 1.2 2006/10/18 13:47:36 jsg Exp $
--- lib/helper.c.orig Fri Jul 30 04:19:21 2004
+++ lib/helper.c Wed Oct 18 23:08:15 2006
$OpenBSD: patch-lib_helper_c,v 1.3 2009/05/23 16:34:54 benoit Exp $
--- lib/helper.c.orig Tue May 6 03:38:11 2008
+++ lib/helper.c Sat Mar 21 19:00:40 2009
@@ -1,11 +1,12 @@
/* $Id: patch-lib_helper_c,v 1.2 2006/10/18 13:47:36 jsg Exp $ */
/* $Id: patch-lib_helper_c,v 1.3 2009/05/23 16:34:54 benoit Exp $ */
#define _BSD_SOURCE 1
-#include "internal.h"
-#include "log.h"

View File

@ -1,8 +1,8 @@
$OpenBSD: patch-lib_libunshield_c,v 1.2 2006/10/18 13:47:36 jsg Exp $
--- lib/libunshield.c.orig Tue Aug 24 16:10:27 2004
+++ lib/libunshield.c Wed Oct 18 23:08:15 2006
$OpenBSD: patch-lib_libunshield_c,v 1.3 2009/05/23 16:34:54 benoit Exp $
--- lib/libunshield.c.orig Tue May 6 03:38:11 2008
+++ lib/libunshield.c Sat Mar 21 19:00:40 2009
@@ -1,11 +1,12 @@
/* $Id: patch-lib_libunshield_c,v 1.2 2006/10/18 13:47:36 jsg Exp $ */
/* $Id: patch-lib_libunshield_c,v 1.3 2009/05/23 16:34:54 benoit Exp $ */
#define _BSD_SOURCE 1
-#include "internal.h"
-#include "log.h"

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-src_Makefile_in,v 1.1.1.1 2005/07/25 09:58:16 jsg Exp $
--- src/Makefile.in.orig Sat Jul 23 15:50:40 2005
+++ src/Makefile.in Sat Jul 23 15:50:46 2005
@@ -138,7 +138,7 @@ target_alias = @target_alias@
target_cpu = @target_cpu@
target_os = @target_os@
target_vendor = @target_vendor@
-AM_CFLAGS = -g -ansi -Wall -Wsign-compare -Wno-long-long -Werror @APPLE_CFLAGS@ -I../lib
+AM_CFLAGS = -ansi -Wall -Wsign-compare -Wno-long-long -Werror @APPLE_CFLAGS@ -I../lib
LDADD = ../lib/libunshield.la
bin_PROGRAMS = unshield

View File

@ -1,8 +1,9 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2005/07/25 09:58:16 jsg Exp $
bin/unshield
@comment $OpenBSD: PLIST,v 1.2 2009/05/23 16:34:59 benoit Exp $
@bin bin/unshield
include/libunshield.h
lib/libunshield.a
lib/libunshield.la
share/aclocal/
share/aclocal/unshield.m4
%%SHARED%%
lib/pkgconfig/
lib/pkgconfig/libunshield.pc
@man man/man1/unshield.1