aboutsummaryrefslogtreecommitdiff
path: root/archivers/liborange
diff options
context:
space:
mode:
Diffstat (limited to 'archivers/liborange')
-rw-r--r--archivers/liborange/Makefile39
-rw-r--r--archivers/liborange/distinfo3
-rw-r--r--archivers/liborange/files/patch-inno.h67
-rw-r--r--archivers/liborange/pkg-descr7
-rw-r--r--archivers/liborange/pkg-plist6
5 files changed, 0 insertions, 122 deletions
diff --git a/archivers/liborange/Makefile b/archivers/liborange/Makefile
deleted file mode 100644
index ff465dff62dc..000000000000
--- a/archivers/liborange/Makefile
+++ /dev/null
@@ -1,39 +0,0 @@
-# New ports collection makefile for: orange
-# Date Created: January 2005
-# Whom: Sam Lawrance <boris@brooknet.com.au>
-#
-# $FreeBSD$
-#
-
-PORTNAME= orange
-PORTVERSION= 0.3
-PORTREVISION= 1
-CATEGORIES= archivers
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= synce
-
-MAINTAINER= lawrance@FreeBSD.org
-COMMENT= Extract Microsoft Cabinet files from self-extracting installers
-
-LIB_DEPENDS= synce.0:${PORTSDIR}/palm/synce-libsynce \
- rapi.2:${PORTSDIR}/palm/synce-librapi2 \
- dynamite.0:${PORTSDIR}/archivers/dynamite \
- unshield.0:${PORTSDIR}/archivers/unshield
-
-GNU_CONFIGURE= yes
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
-CONFIGURE_ARGS= --with-libsynce=${LOCALBASE}
-USE_ICONV= yes
-INSTALLS_SHLIB= yes
-
-.include <bsd.port.pre.mk>
-
-post-patch:
- @${REINPLACE_CMD} -e 's|-Werror||' \
- ${WRKSRC}/lib/Makefile.in \
- ${WRKSRC}/src/Makefile.in
-.if ${OSVERSION} < 500000
- @${REINPLACE_CMD} -e 's|<stdint.h>|<inttypes.h>|' ${WRKSRC}/lib/inno.h
-.endif
-
-.include <bsd.port.post.mk>
diff --git a/archivers/liborange/distinfo b/archivers/liborange/distinfo
deleted file mode 100644
index 7c6ffc3ffc49..000000000000
--- a/archivers/liborange/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (orange-0.3.tar.gz) = 90f6e822bb81af886dce5bdecd227655
-SHA256 (orange-0.3.tar.gz) = 828cc7c7b7c21e0d8e5e3143b1428bbc1f4cfab7f9af934fe1b110fe7d333e41
-SIZE (orange-0.3.tar.gz) = 336931
diff --git a/archivers/liborange/files/patch-inno.h b/archivers/liborange/files/patch-inno.h
deleted file mode 100644
index 2d3cd73d60ed..000000000000
--- a/archivers/liborange/files/patch-inno.h
+++ /dev/null
@@ -1,67 +0,0 @@
---- lib/inno.h.orig Mon Sep 8 17:17:28 2003
-+++ lib/inno.h Mon Jan 10 05:07:47 2005
-@@ -3,7 +3,7 @@
- #define __inno_h__
-
- #include <stdbool.h>
--#include <stdint.h>
-+#include <inttypes.h>
- #include <stdio.h>
- #include <zlib.h>
-
-@@ -100,7 +100,7 @@
- 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
-@@ -144,9 +144,9 @@
-
- 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
-@@ -173,12 +173,12 @@
- 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,
-@@ -191,7 +191,7 @@
- #endif
- } TSetupFileEntry;
-
--P typedef struct
-+typedef struct
- {
- uint32_t FirstDisk;
- uint32_t LastDisk;
-@@ -202,7 +202,7 @@
- uint32_t Date;
- uint32_t FileVersionMS;
- uint32_t FileVersionLS;
--} TSetupFileLocationEntry;
-+} P TSetupFileLocationEntry;
-
- #define SETUP_FILE_LOCATION_ENTRY_SIZE 0x29
-
diff --git a/archivers/liborange/pkg-descr b/archivers/liborange/pkg-descr
deleted file mode 100644
index e0fb7124737c..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://synce.sourceforge.net
diff --git a/archivers/liborange/pkg-plist b/archivers/liborange/pkg-plist
deleted file mode 100644
index 6bd214029cb4..000000000000
--- a/archivers/liborange/pkg-plist
+++ /dev/null
@@ -1,6 +0,0 @@
-bin/orange
-include/liborange.h
-lib/liborange.a
-lib/liborange.la
-lib/liborange.so
-lib/liborange.so.0