aboutsummaryrefslogtreecommitdiff
path: root/archivers/liborange
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2019-10-15 15:25:52 +0000
committerRene Ladan <rene@FreeBSD.org>2019-10-15 15:25:52 +0000
commita38992e6e2e6f4a3161672002d286abf773c6ee4 (patch)
treefdbf09198d6f243b5115a7218a8758f73e9b7861 /archivers/liborange
parent36bc476bff5fac43574f6762961966d27dec5797 (diff)
downloadports-a38992e6e2e6f4a3161672002d286abf773c6ee4.tar.gz
ports-a38992e6e2e6f4a3161672002d286abf773c6ee4.zip
Remove archivers/liborange.
It got broken after palm/synce-libsynce removal and its website is gone. It was also unmaintained.
Notes
Notes: svn path=/head/; revision=514539
Diffstat (limited to 'archivers/liborange')
-rw-r--r--archivers/liborange/Makefile51
-rw-r--r--archivers/liborange/distinfo2
-rw-r--r--archivers/liborange/files/patch-lib_inno.h49
-rw-r--r--archivers/liborange/pkg-descr7
-rw-r--r--archivers/liborange/pkg-plist9
5 files changed, 0 insertions, 118 deletions
diff --git a/archivers/liborange/Makefile b/archivers/liborange/Makefile
deleted file mode 100644
index 78136dbe149b..000000000000
--- a/archivers/liborange/Makefile
+++ /dev/null
@@ -1,51 +0,0 @@
-# Created by: Sam Lawrance <boris@brooknet.com.au>
-# $FreeBSD$
-
-PORTNAME= liborange
-PORTVERSION= 0.4
-PORTREVISION= 7
-CATEGORIES= archivers
-MASTER_SITES= SF/synce/Orange/${PORTVERSION}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Library to extract CAB files from self-extracting installers
-
-LIB_DEPENDS= libgsf-1.so:devel/libgsf
-RUN_DEPENDS= cabextract:archivers/cabextract
-
-OPTIONS_DEFINE= LIBDYNAMITE LIBUNSHIELD INNO VISE MSI
-OPTIONS_DEFAULT= LIBDYNAMITE LIBUNSHIELD
-LIBDYNAMITE_DESC= PKWARE data compression support via libdynamite
-LIBUNSHIELD_DESC= InstallShield support via libunshield
-INNO_DESC= Expermential Inno Setup support
-VISE_DESC= Expermential VISE support
-MSI_DESC= Expermential MSI support
-
-USES= iconv libtool localbase pathfix pkgconfig
-LIBS+= -lgsf-1
-GNU_CONFIGURE= yes
-USE_LDCONFIG= yes
-INSTALL_TARGET= install-strip
-
-CONFIGURE_ARGS+= --with-libgsf
-
-LIBDYNAMITE_LIB_DEPENDS= libdynamite.so:archivers/libdynamite
-LIBDYNAMITE_CONFIGURE_WITH= libdynamite
-LIBDYNAMITE_VARS= REQUIRES+=libdynamite
-
-LIBUNSHIELD_LIB_DEPENDS= libunshield.so:archivers/unshield
-LIBUNSHIELD_CONFIGURE_WITH= libunshield
-LIBUNSHIELD_VARS= REQUIRES+=libunshield
-
-INNO_CONFIGURE_ENABLE= inno
-
-VISE_CONFIGURE_ENABLE= vise
-
-MSI_CONFIGURE_ENABLE= msi
-
-post-patch:
-.for req in ${REQUIRES}
- @${REINPLACE_CMD} -e 's|${req}||' ${WRKSRC}/${PORTNAME}.pc.in
-.endfor
-
-.include <bsd.port.mk>
diff --git a/archivers/liborange/distinfo b/archivers/liborange/distinfo
deleted file mode 100644
index 6aed8399d966..000000000000
--- a/archivers/liborange/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (liborange-0.4.tar.gz) = 023fc4ecdd4e775023b89d8fea37918ed8ba55012578e4f7ac0ec3cd1e843fbe
-SIZE (liborange-0.4.tar.gz) = 330089
diff --git a/archivers/liborange/files/patch-lib_inno.h b/archivers/liborange/files/patch-lib_inno.h
deleted file mode 100644
index c9e262e5258e..000000000000
--- a/archivers/liborange/files/patch-lib_inno.h
+++ /dev/null
@@ -1,49 +0,0 @@
---- lib/inno.h.orig 2007-11-29 13:50:20 UTC
-+++ lib/inno.h
-@@ -3,7 +3,7 @@
- #define __inno_h__
-
- #include <stdbool.h>
--#include <stdint.h>
-+#include <inttypes.h>
- #include <stdio.h>
- #include <zlib.h>
-
-@@ -99,7 +99,7 @@ typedef struct
- uint32_t NumUninstallDeleteEntries;
- uint32_t NumRunEntries;
- uint32_t NumUninstallRunEntries;
-- P uint8_t stuff[0x35];
-+ uint8_t P stuff[0x35];
- } TSetupHeader;
-
- #define SETUP_HEADER_SIZE 0xd9
-@@ -143,9 +143,9 @@ typedef enum
-
- typedef struct
- {
-- P uint32_t WinVersion;
-- P uint32_t NTVersion;
-- P uint16_t Word;
-+ uint32_t P WinVersion;
-+ uint32_t P NTVersion;
-+ uint16_t P Word;
- } TSetupVersionData;
-
- #if 0
-@@ -172,12 +172,12 @@ typedef struct
- char* InstallFontName;
- char* Components;
- char* Tasks;
-- P TSetupVersionData MinVersion;
-- P TSetupVersionData OnlyBelowVersion;
-+ TSetupVersionData P MinVersion;
-+ TSetupVersionData P OnlyBelowVersion;
- uint32_t LocationEntry;
- uint32_t Attribs;
- uint32_t ExternalSize;
-- P char stuff[4];
-+ char P stuff[4];
- #if 0
- Options: set of (foConfirmOverwrite, foUninsNeverUninstall, foRestartReplace,
- foDeleteAfterInstall, foRegisterServer, foRegisterTypeLib, foSharedFile,
diff --git a/archivers/liborange/pkg-descr b/archivers/liborange/pkg-descr
deleted file mode 100644
index 85f75884809b..000000000000
--- a/archivers/liborange/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-Orange is a tool and library for squeezing out juicy installable
-Microsoft Cabinet Files from self-extracting installers for Microsoft
-Windows.
-
-Supported installers include VISE, InstallShield, Setup Factory and more.
-
-WWW: http://www.synce.org/moin/
diff --git a/archivers/liborange/pkg-plist b/archivers/liborange/pkg-plist
deleted file mode 100644
index a69306d1a57c..000000000000
--- a/archivers/liborange/pkg-plist
+++ /dev/null
@@ -1,9 +0,0 @@
-bin/orange
-include/liborange.h
-include/liborange_stub.h
-lib/liborange.a
-lib/liborange.so
-lib/liborange.so.0
-lib/liborange.so.0.0.0
-libdata/pkgconfig/liborange.pc
-man/man1/orange.1.gz