1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

[NEW PORT] archivers/dynamite: Decompress data compressed with

PKWARE Data Compression Library

	Dynamite is a tool and library for decompressing data
	compressed with the PKWARE Data Compression Library.

	WWW: http://synce.sourceforge.net

	Notes:
	* This library is required for the update of synce-kde
	* The 'dynamite' binary crashes when invoked without
	  arguments. This is expected, not a freebsd specific
	  problem.

PR:		ports/76026
Submitted by:	Sam Lawrance <boris@brooknet.com.au>
This commit is contained in:
Edwin Groothuis 2005-01-14 00:09:25 +00:00
parent f99287805e
commit d74c9bcddf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=126387
9 changed files with 87 additions and 0 deletions

View File

@ -15,6 +15,7 @@
SUBDIR += dact
SUBDIR += deepforest
SUBDIR += dpkg
SUBDIR += dynamite
SUBDIR += fastjar
SUBDIR += fileroller
SUBDIR += fpc-paszlib

View File

@ -0,0 +1,30 @@
# New ports collection makefile for: dynamite
# Date Created: 10 January 2005
# Whom: Sam Lawrance <boris@brooknet.com.au>
#
# $FreeBSD$
#
PORTNAME= dynamite
PORTVERSION= 0.1
CATEGORIES= archivers
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= synce
MAINTAINER= boris@brooknet.com.au
COMMENT= Decompress data compressed with PKWARE Data Compression Library
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
USE_REINPLACE= yes
INSTALLS_SHLIB= yes
.include <bsd.port.pre.mk>
post-patch:
.if ${OSVERSION} < 500000
@${REINPLACE_CMD} -e 's|<stdint.h>|<inttypes.h>|' \
${WRKSRC}/lib/libdynamite.c
.endif
.include <bsd.port.post.mk>

View File

@ -0,0 +1,2 @@
MD5 (dynamite-0.1.tar.gz) = 5e99d9172f60b8084cc6f6ba1a8c8261
SIZE (dynamite-0.1.tar.gz) = 194544

View File

@ -0,0 +1,4 @@
Dynamite is a tool and library for decompressing data compressed with the
PKWARE Data Compression Library.
WWW: http://synce.sourceforge.net

View File

@ -0,0 +1,7 @@
bin/dynamite
include/libdynamite.h
lib/libdynamite.a
lib/libdynamite.la
lib/libdynamite.so
lib/libdynamite.so.0
share/aclocal/dynamite.m4

View File

@ -0,0 +1,30 @@
# New ports collection makefile for: dynamite
# Date Created: 10 January 2005
# Whom: Sam Lawrance <boris@brooknet.com.au>
#
# $FreeBSD$
#
PORTNAME= dynamite
PORTVERSION= 0.1
CATEGORIES= archivers
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= synce
MAINTAINER= boris@brooknet.com.au
COMMENT= Decompress data compressed with PKWARE Data Compression Library
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
USE_REINPLACE= yes
INSTALLS_SHLIB= yes
.include <bsd.port.pre.mk>
post-patch:
.if ${OSVERSION} < 500000
@${REINPLACE_CMD} -e 's|<stdint.h>|<inttypes.h>|' \
${WRKSRC}/lib/libdynamite.c
.endif
.include <bsd.port.post.mk>

View File

@ -0,0 +1,2 @@
MD5 (dynamite-0.1.tar.gz) = 5e99d9172f60b8084cc6f6ba1a8c8261
SIZE (dynamite-0.1.tar.gz) = 194544

View File

@ -0,0 +1,4 @@
Dynamite is a tool and library for decompressing data compressed with the
PKWARE Data Compression Library.
WWW: http://synce.sourceforge.net

View File

@ -0,0 +1,7 @@
bin/dynamite
include/libdynamite.h
lib/libdynamite.a
lib/libdynamite.la
lib/libdynamite.so
lib/libdynamite.so.0
share/aclocal/dynamite.m4