diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2006-09-10 12:16:08 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2006-09-10 12:16:08 +0000 |
commit | 6142852753ba4da442bb6ba7479348f0273183fa (patch) | |
tree | cc7a69288fee94e7d2c42a2f93ae0483fbd31d71 /archivers/zipper | |
parent | 67cca198d15365ce374980e3a0c188590cb60dcc (diff) | |
download | ports-6142852753ba4da442bb6ba7479348f0273183fa.tar.gz ports-6142852753ba4da442bb6ba7479348f0273183fa.zip |
Notes
Diffstat (limited to 'archivers/zipper')
-rw-r--r-- | archivers/zipper/Makefile | 31 | ||||
-rw-r--r-- | archivers/zipper/distinfo | 3 | ||||
-rw-r--r-- | archivers/zipper/pkg-descr | 3 | ||||
-rw-r--r-- | archivers/zipper/pkg-plist | 17 |
4 files changed, 54 insertions, 0 deletions
diff --git a/archivers/zipper/Makefile b/archivers/zipper/Makefile new file mode 100644 index 000000000000..181f9b844e52 --- /dev/null +++ b/archivers/zipper/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: zipper.app +# Date created: 31 Aug 2006 +# Whom: gurkan@linuks.mine.nu +# +# $FreeBSD$ +# + +PORTNAME= zipper +PORTVERSION= 1.1 +CATEGORIES= archivers +MASTER_SITES= http://xanthippe.dyndns.org/Zipper/ \ + http://florida.ethz.ch/ports/distfiles/ +DISTNAME= Zipper-${PORTVERSION} + +MAINTAINER= gurkan@linuks.mine.nu +COMMENT= Tool for inspecting the contents of a compressed archive + +BUILD_DEPENDS+= ${COMBOLIBDIR}/libRenaissance.so:${PORTSDIR}/${RENAISSANCE_PORT} +RUN_DEPENDS+= ${COMBOLIBDIR}/libRenaissance.so:${PORTSDIR}/${RENAISSANCE_PORT} + +WRKSRC= ${WRKDIR}/Zipper +USE_GMAKE= yes +USE_GNUSTEP= yes +USE_GNUSTEP_PREFIX= yes +USE_GNUSTEP_BACK= yes +USE_GNUSTEP_BUILD= yes +USE_GNUSTEP_INSTALL= yes +MAKEFILE= GNUmakefile +RENAISSANCE_PORT?= x11-toolkits/renaissance + +.include <bsd.port.mk> diff --git a/archivers/zipper/distinfo b/archivers/zipper/distinfo new file mode 100644 index 000000000000..31509912cd9e --- /dev/null +++ b/archivers/zipper/distinfo @@ -0,0 +1,3 @@ +MD5 (Zipper-1.1.tar.gz) = db9d9e88bd71fce128890adfd01b70c6 +SHA256 (Zipper-1.1.tar.gz) = 6f649d33fe82584618d100dd4469567760a9e214a51b271ae6ea7affe7dbc1dc +SIZE (Zipper-1.1.tar.gz) = 462647 diff --git a/archivers/zipper/pkg-descr b/archivers/zipper/pkg-descr new file mode 100644 index 000000000000..cc171531d0f4 --- /dev/null +++ b/archivers/zipper/pkg-descr @@ -0,0 +1,3 @@ +Zipper is a tool for extracting and viewing archive files in GNUstep. + +WWW: http://xanthippe.dyndns.org/Zipper/ diff --git a/archivers/zipper/pkg-plist b/archivers/zipper/pkg-plist new file mode 100644 index 000000000000..bc2529bf60a7 --- /dev/null +++ b/archivers/zipper/pkg-plist @@ -0,0 +1,17 @@ +Local/Applications/Zipper.app/Zipper +Local/Applications/Zipper.app/library_paths.openapp +Local/Applications/Zipper.app/Resources/Info-gnustep.plist +Local/Applications/Zipper.app/Resources/FileIcon.tiff +Local/Applications/Zipper.app/Resources/Zipper.desktop +Local/Applications/Zipper.app/Resources/MainMenu-GNUstep.gsmarkup +Local/Applications/Zipper.app/Resources/no_order.tiff +Local/Applications/Zipper.app/Resources/Preferences.gsmarkup +Local/Applications/Zipper.app/Resources/sort_ascending.tiff +Local/Applications/Zipper.app/Resources/sort_descending.tiff +Local/Applications/Zipper.app/Resources/zipper.tiff +Local/Applications/Zipper.app/Resources/Zipper.gsmarkup +Local/Applications/Zipper.app/Resources/ZipperInfo.plist +Local/Applications/Zipper.app/stamp.make +@dirrm Local/Applications/Zipper.app/Resources +@dirrm Local/Applications/Zipper.app +@dirrmtry Local/Applications |