From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 10 10:00:37 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D9C4F16A412 for ; Sun, 10 Sep 2006 10:00:37 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3560B43D53 for ; Sun, 10 Sep 2006 10:00:37 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k8AA0btY017150 for ; Sun, 10 Sep 2006 10:00:37 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8AA0aSd017149; Sun, 10 Sep 2006 10:00:36 GMT (envelope-from gnats) Resent-Date: Sun, 10 Sep 2006 10:00:36 GMT Resent-Message-Id: <200609101000.k8AA0aSd017149@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Gürkan Sengün Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E9B7B16A40F for ; Sun, 10 Sep 2006 09:51:41 +0000 (UTC) (envelope-from tar@florida.ethz.ch) Received: from florida.ethz.ch (florida.ethz.ch [195.176.48.76]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2BC0A43D46 for ; Sun, 10 Sep 2006 09:51:40 +0000 (GMT) (envelope-from tar@florida.ethz.ch) Received: from florida.ethz.ch (localhost [127.0.0.1]) by florida.ethz.ch (8.13.6/8.13.6) with ESMTP id k8A9ms1J056575 for ; Sun, 10 Sep 2006 11:48:54 +0200 (CEST) (envelope-from tar@florida.ethz.ch) Received: (from tar@localhost) by florida.ethz.ch (8.13.6/8.13.6/Submit) id k8A9msGR056574; Sun, 10 Sep 2006 11:48:54 +0200 (CEST) (envelope-from tar) Message-Id: <200609100948.k8A9msGR056574@florida.ethz.ch> Date: Sun, 10 Sep 2006 11:48:54 +0200 (CEST) From: Gürkan Sengün To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/103088: new port: deskutils/zipper - Tool for inspecting the contents of a compressed archive X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Gürkan Sengün List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Sep 2006 10:00:37 -0000 >Number: 103088 >Category: ports >Synopsis: new port: deskutils/zipper - Tool for inspecting the contents of a compressed archive >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Sep 10 10:00:36 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Gürkan Sengün >Release: FreeBSD 6.1-RELEASE sparc64 >Organization: http://www.linuks.mine.nu >Environment: System: FreeBSD florida.ethz.ch 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sun May 7 15:56:53 UTC 2006 root@s-dallas.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC sparc64 >Description: Zipper is a tool for extracting and viewing archive files in GNUstep. >How-To-Repeat: >Fix: --- zipper.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # zipper # zipper/pkg-descr # zipper/Makefile # zipper/distinfo # zipper/pkg-plist # echo c - zipper mkdir -p zipper > /dev/null 2>&1 echo x - zipper/pkg-descr sed 's/^X//' >zipper/pkg-descr << 'END-of-zipper/pkg-descr' XZipper is a tool for extracting and viewing archive files in GNUstep. X XWWW: http://xanthippe.dyndns.org/Zipper/ END-of-zipper/pkg-descr echo x - zipper/Makefile sed 's/^X//' >zipper/Makefile << 'END-of-zipper/Makefile' X# New ports collection makefile for: zipper.app X# Date created: 31 Aug 2006 X# Whom: gurkan@linuks.mine.nu X# X# $FreeBSD$ X# X XPORTNAME= zipper.app XPORTVERSION= 1.1 XCATEGORIES= deskutils XMASTER_SITES= http://xanthippe.dyndns.org/Zipper/ \ X http://florida.ethz.ch/ports/distfiles/ XDISTNAME= Zipper-${PORTVERSION} X XMAINTAINER= gurkan@linuks.mine.nu XCOMMENT= Tool for inspecting the contents of a compressed archive X XWRKSRC= ${WRKDIR}/Zipper XUSE_GMAKE= yes XUSE_GNUSTEP= yes XUSE_GNUSTEP_PREFIX= yes XUSE_GNUSTEP_BACK= yes XUSE_GNUSTEP_BUILD= yes XUSE_GNUSTEP_INSTALL= yes XMAKEFILE= GNUmakefile X XLIB_DEPENDS+= renaissance.0.8.0:${PORTSDIR}/x11-toolkits/renaissance X X.include END-of-zipper/Makefile echo x - zipper/distinfo sed 's/^X//' >zipper/distinfo << 'END-of-zipper/distinfo' XMD5 (Zipper-1.1.tar.gz) = db9d9e88bd71fce128890adfd01b70c6 XSHA256 (Zipper-1.1.tar.gz) = 6f649d33fe82584618d100dd4469567760a9e214a51b271ae6ea7affe7dbc1dc XSIZE (Zipper-1.1.tar.gz) = 462647 END-of-zipper/distinfo echo x - zipper/pkg-plist sed 's/^X//' >zipper/pkg-plist << 'END-of-zipper/pkg-plist' XLocal/Applications/Zipper.app XLocal/Applications/Zipper.app/Zipper XLocal/Applications/Zipper.app/library_paths.openapp XLocal/Applications/Zipper.app/Resources XLocal/Applications/Zipper.app/Resources/Info-gnustep.plist XLocal/Applications/Zipper.app/Resources/FileIcon.tiff XLocal/Applications/Zipper.app/Resources/Zipper.desktop XLocal/Applications/Zipper.app/Resources/MainMenu-GNUstep.gsmarkup XLocal/Applications/Zipper.app/Resources/no_order.tiff XLocal/Applications/Zipper.app/Resources/Preferences.gsmarkup XLocal/Applications/Zipper.app/Resources/sort_ascending.tiff XLocal/Applications/Zipper.app/Resources/sort_descending.tiff XLocal/Applications/Zipper.app/Resources/zipper.tiff XLocal/Applications/Zipper.app/Resources/Zipper.gsmarkup XLocal/Applications/Zipper.app/Resources/ZipperInfo.plist XLocal/Applications/Zipper.app/stamp.make X@dirrm Local/Applications/Zipper.app/Resources X@dirrm Local/Applications/Zipper.app END-of-zipper/pkg-plist exit --- zipper.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: