diff options
author | dinoex <dinoex@FreeBSD.org> | 2006-09-10 20:16:08 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2006-09-10 20:16:08 +0800 |
commit | a2be456f6a4449b9752c7c1545022fdc6b348b22 (patch) | |
tree | 966782557db39dde6bde86692c8c12ec588b1434 /archivers/zipper | |
parent | 41cf52ff8134f411750bb244e4f3bf74fe864998 (diff) | |
download | freebsd-ports-gnome-a2be456f6a4449b9752c7c1545022fdc6b348b22.tar.gz freebsd-ports-gnome-a2be456f6a4449b9752c7c1545022fdc6b348b22.tar.zst freebsd-ports-gnome-a2be456f6a4449b9752c7c1545022fdc6b348b22.zip |
Zipper is a tool for extracting and viewing archive files in GNUstep.
PR: 103088
Submitted by: Gürkan Sengün
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 |