[Midnightbsd-cvs] mports: mports/archivers: add zipper, a gnustep tool

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Feb 28 20:54:50 EST 2009


Log Message:
-----------
add zipper, a gnustep tool

Modified Files:
--------------
    mports/archivers:
        Makefile (r1.33 -> r1.34)

Added Files:
-----------
    mports/archivers/zipper:
        Makefile (r1.1)
        distinfo (r1.1)
        pkg-descr (r1.1)
        pkg-plist (r1.1)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/archivers/Makefile,v
retrieving revision 1.33
retrieving revision 1.34
diff -L archivers/Makefile -L archivers/Makefile -u -r1.33 -r1.34
--- archivers/Makefile
+++ archivers/Makefile
@@ -48,6 +48,7 @@
     SUBDIR += xar
     SUBDIR += zip
     SUBDIR += zipios++
+    SUBDIR += zipper
     SUBDIR += zoo
 
 .include <bsd.port.subdir.mk>
--- /dev/null
+++ archivers/zipper/pkg-descr
@@ -0,0 +1,5 @@
+Zipper is a tool for extracting and viewing archive files in GNUstep.
+
+LICENSE: Public Domain
+
+WWW: http://xanthippe.dyndns.org/Zipper/
--- /dev/null
+++ archivers/zipper/pkg-plist
@@ -0,0 +1,16 @@
+Local/Applications/Zipper.app/Resources/FileIcon.tiff
+Local/Applications/Zipper.app/Resources/Info-gnustep.plist
+Local/Applications/Zipper.app/Resources/MainMenu-GNUstep.gsmarkup
+Local/Applications/Zipper.app/Resources/Preferences.gsmarkup
+Local/Applications/Zipper.app/Resources/Zipper.desktop
+Local/Applications/Zipper.app/Resources/Zipper.gsmarkup
+Local/Applications/Zipper.app/Resources/ZipperInfo.plist
+Local/Applications/Zipper.app/Resources/no_order.tiff
+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/Zipper
+Local/Applications/Zipper.app/stamp.make
+Local/Tools/Zipper
+ at dirrm Local/Applications/Zipper.app/Resources
+ at dirrm Local/Applications/Zipper.app
--- /dev/null
+++ archivers/zipper/Makefile
@@ -0,0 +1,25 @@
+# $MidnightBSD: mports/archivers/zipper/Makefile,v 1.1 2009/03/01 01:54:48 laffer1 Exp $
+
+PORTNAME=	zipper
+PORTVERSION=	1.3
+CATEGORIES=	archivers gnustep
+MASTER_SITES=	http://xanthippe.dyndns.org/Zipper/ \
+		${MASTER_SITE_GNUSTEP_CH}
+DISTNAME=	Zipper-${PORTVERSION}
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Tool for inspecting the contents of a compressed archive
+LICENSE=	publicdom
+
+USE_GNUSTEP=	yes
+USE_GNUSTEP_PREFIX=	yes
+USE_GNUSTEP_BACK=	yes
+USE_GNUSTEP_BUILD=	yes
+USE_GNUSTEP_INSTALL=	yes
+USE_GNUSTEP_SYSTEM_LIBS+=	Renaissance:${RENAISSANCE_PORT}
+
+WRKSRC=		${WRKDIR}/Zipper
+
+RENAISSANCE_PORT?=	x11-toolkits/renaissance
+
+.include <bsd.port.mk>
--- /dev/null
+++ archivers/zipper/distinfo
@@ -0,0 +1,3 @@
+MD5 (Zipper-1.3.tar.gz) = 117ca345401334c84daa5a24b2acf7ac
+SHA256 (Zipper-1.3.tar.gz) = fd6df5f8aef351282147a2820bd39b4b8c7561e42e743008c19e3f733d678931
+SIZE (Zipper-1.3.tar.gz) = 470821


More information about the Midnightbsd-cvs mailing list