summaryrefslogtreecommitdiff
path: root/archivers/dynamite
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2005-01-14 00:09:25 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2005-01-14 00:09:25 +0000
commitd74c9bcddfe138a550ed19378054d2f5abe4d739 (patch)
tree7543759ac1eff98435af96fc1be62c7e15f7fe3e /archivers/dynamite
parent[PORT UPDATE] net/amule-devel 2.0.0rc7_2 (diff)
[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>
Notes
Notes: svn path=/head/; revision=126387
Diffstat (limited to 'archivers/dynamite')
-rw-r--r--archivers/dynamite/Makefile30
-rw-r--r--archivers/dynamite/distinfo2
-rw-r--r--archivers/dynamite/pkg-descr4
-rw-r--r--archivers/dynamite/pkg-plist7
4 files changed, 43 insertions, 0 deletions
diff --git a/archivers/dynamite/Makefile b/archivers/dynamite/Makefile
new file mode 100644
index 000000000000..514958e39a85
--- /dev/null
+++ b/archivers/dynamite/Makefile
@@ -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>
diff --git a/archivers/dynamite/distinfo b/archivers/dynamite/distinfo
new file mode 100644
index 000000000000..9a7d8f6f43b4
--- /dev/null
+++ b/archivers/dynamite/distinfo
@@ -0,0 +1,2 @@
+MD5 (dynamite-0.1.tar.gz) = 5e99d9172f60b8084cc6f6ba1a8c8261
+SIZE (dynamite-0.1.tar.gz) = 194544
diff --git a/archivers/dynamite/pkg-descr b/archivers/dynamite/pkg-descr
new file mode 100644
index 000000000000..edbaf5e0c5d5
--- /dev/null
+++ b/archivers/dynamite/pkg-descr
@@ -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
diff --git a/archivers/dynamite/pkg-plist b/archivers/dynamite/pkg-plist
new file mode 100644
index 000000000000..3cc01626100a
--- /dev/null
+++ b/archivers/dynamite/pkg-plist
@@ -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