From jirnov@gmail.com  Sun Jun 15 22:04:50 2008
Return-Path: <jirnov@gmail.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 80783106567A
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 15 Jun 2008 22:04:50 +0000 (UTC)
	(envelope-from jirnov@gmail.com)
Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.154])
	by mx1.freebsd.org (Postfix) with ESMTP id 04CF68FC19
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 15 Jun 2008 22:04:49 +0000 (UTC)
	(envelope-from jirnov@gmail.com)
Received: by fg-out-1718.google.com with SMTP id l26so3717155fgb.35
        for <FreeBSD-gnats-submit@freebsd.org>; Sun, 15 Jun 2008 15:04:48 -0700 (PDT)
Received: by 10.86.59.18 with SMTP id h18mr7253470fga.30.1213567488255;
        Sun, 15 Jun 2008 15:04:48 -0700 (PDT)
Received: from ?192.168.50.2? ( [89.104.102.23])
        by mx.google.com with ESMTPS id 12sm10838193fgg.0.2008.06.15.15.04.46
        (version=SSLv3 cipher=RC4-MD5);
        Sun, 15 Jun 2008 15:04:47 -0700 (PDT)
Message-Id: <485591B1.4000002@gmail.com>
Date: Mon, 16 Jun 2008 02:03:29 +0400
From: Evgeny Zhirnov <jirnov@gmail.com>
To: FreeBSD-gnats-submit@freebsd.org
Subject: [NEW PORT] sysutils/fusefs-gunzip	

>Number:         124625
>Category:       ports
>Synopsis:       [NEW PORT] sysutils/fusefs-gunzip
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jun 15 22:10:02 UTC 2008
>Closed-Date:    Sat Jul 05 11:39:48 UTC 2008
>Last-Modified:  Sat Jul  5 11:40:00 UTC 2008
>Originator:     Charlie &
>Release:        FreeBSD 7.0-RELEASE-p1 i386
>Organization:
>Environment:
 System: FreeBSD root.nill.org.ru 7.0-RELEASE-p1 FreeBSD 7.0-RELEASE-p1 #0: Tue Jan 1 03:20:51 MSK 2002 root@root.nill.org.ru:/usr/obj/usr/src/sys/ATHLON i386
>Description:
>How-To-Repeat:
>Fix:

 --- fusefs-gunzip 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:
 #
 #    /usr/ports/sysutils/fusefs-gunzip/
 #    /usr/ports/sysutils/fusefs-gunzip/Makefile
 #    /usr/ports/sysutils/fusefs-gunzip/files
 #    /usr/ports/sysutils/fusefs-gunzip/files/patch-fuse.gunzip.c
 #    /usr/ports/sysutils/fusefs-gunzip/distinfo
 #    /usr/ports/sysutils/fusefs-gunzip/pkg-descr
 #
 echo c - /usr/ports/sysutils/fusefs-gunzip/
 mkdir -p /usr/ports/sysutils/fusefs-gunzip/ > /dev/null 2>&1
 echo x - /usr/ports/sysutils/fusefs-gunzip/Makefile
 sed 's/^X//' >/usr/ports/sysutils/fusefs-gunzip/Makefile << 
 'END-of-/usr/ports/sysutils/fusefs-gunzip/Makefile'
 X# New ports collection makefile for:    fusefs-gunzip
 X# Date created:        2008-06-16
 X# Whom:            Evgeny Zhirnov <jirnov@gmail.com>
 X#
 X# $FreeBSD$
 X#
 X
 XPORTNAME=    fuse.gunzip
 XPORTVERSION=    20070320
 XPORTREVISION=   1
 XCATEGORIES=    sysutils
 XMASTER_SITES=    http://fuse.gunzip.silverice.org/files/
 X
 XMAINTAINER=    jirnov@gmail.com
 XCOMMENT=    fuse.gunzip provides transparent decompression of gzip 
 compressed files
 X
 XBUILD_DEPENDS=   
  ${LOCALBASE}/include/fuse.h:${PORTSDIR}/sysutils/fusefs-libs
 XRUN_DEPENDS=   
  ${LOCALBASE}/modules/fuse.ko:${PORTSDIR}/sysutils/fusefs-kmod
 X
 XWRKSRC=        ${WRKDIR}/fuse.gunzip
 X
 XPLIST_FILES=    bin/fuse.gunzip
 X
 XNO_INSTALL_MANPAGES=    yes
 X
 Xdo-build:
 X    (cd ${WRKSRC} && \
 X    ${CC} ${CFLAGS} -I${LOCALBASE}/include -I${LOCALBASE}/include/fuse \
 X    -D_FILE_OFFSET_BITS=64 \
 X    -o fuse.gunzip fuse.gunzip.c -L${LOCALBASE}/lib ${PTHREAD_LIBS} 
 -lulockmgr -lz -lfuse -liconv -lm)
 X
 Xdo-install:
 X    ${INSTALL_PROGRAM} ${WRKSRC}/fuse.gunzip ${PREFIX}/bin
 X
 X.include <bsd.port.pre.mk>
 X
 X.if ${OSVERSION} < 600000    # Inherited from fusefs-kmod
 XIGNORE=        requires FreeBSD 6.x or above
 X.endif
 X
 X.include <bsd.port.post.mk>
 END-of-/usr/ports/sysutils/fusefs-gunzip/Makefile
 echo c - /usr/ports/sysutils/fusefs-gunzip/files
 mkdir -p /usr/ports/sysutils/fusefs-gunzip/files > /dev/null 2>&1
 echo x - /usr/ports/sysutils/fusefs-gunzip/files/patch-fuse.gunzip.c
 sed 's/^X//' 
  >/usr/ports/sysutils/fusefs-gunzip/files/patch-fuse.gunzip.c << 
 'END-of-/usr/ports/sysutils/fusefs-gunzip/files/patch-fuse.gunzip.c'
 X--- fuse.gunzip.c.orig    2007-03-21 01:19:26.000000000 +0300
 X+++ fuse.gunzip.c    2008-06-16 01:46:43.000000000 +0400
 X@@ -38,9 +38,6 @@
 X #include <config.h>
 X */
 X
 X-#define HAVE_SETXATTR 1
 X-#define HAVE_FDATASYNC 1
 X-
 X #define _GNU_SOURCE
 X
 X #include <fuse.h>
 END-of-/usr/ports/sysutils/fusefs-gunzip/files/patch-fuse.gunzip.c
 echo x - /usr/ports/sysutils/fusefs-gunzip/distinfo
 sed 's/^X//' >/usr/ports/sysutils/fusefs-gunzip/distinfo << 
 'END-of-/usr/ports/sysutils/fusefs-gunzip/distinfo'
 XMD5 (fuse.gunzip-20070320.tar.gz) = ac08b1716285701042cb72936b3f7ec0
 XSHA256 (fuse.gunzip-20070320.tar.gz) = 
 f7111805898ddd059da9b59002447ba44e94d77707d3d398579ce754d2cd23c2
 XSIZE (fuse.gunzip-20070320.tar.gz) = 16002
 END-of-/usr/ports/sysutils/fusefs-gunzip/distinfo
 echo x - /usr/ports/sysutils/fusefs-gunzip/pkg-descr
 sed 's/^X//' >/usr/ports/sysutils/fusefs-gunzip/pkg-descr << 
 'END-of-/usr/ports/sysutils/fusefs-gunzip/pkg-descr'
 Xfuse.gunzip provides transparent decompression of gzip compressed files.
 XFiles read as if they were not compressed.
 XTypical usage is to provide transparent decompression for /usr
 XHowever, it can be enabled for /opt and /home also.
 XSystem administrators select which files to compress.
 X
 XWWW: http://fuse.gunzip.silverice.org/
 END-of-/usr/ports/sysutils/fusefs-gunzip/pkg-descr
 exit
 --- fusefs-gunzip ends here ---
 
 
>Release-Note:
>Audit-Trail:
Class-Changed-From-To: sw-bug->update 
Class-Changed-By: linimon 
Class-Changed-When: Sun Jun 15 22:17:04 UTC 2008 
Class-Changed-Why:  
Rescue this PR from the 'pending' category. 


Responsible-Changed-From-To: gnats-admin->freebsd-ports-bugs 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Sun Jun 15 22:17:04 UTC 2008 
Responsible-Changed-Why:  

http://www.freebsd.org/cgi/query-pr.cgi?pr=124625 
State-Changed-From-To: open->closed 
State-Changed-By: edwin 
State-Changed-When: Sat Jul 5 11:39:45 UTC 2008 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=124625 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/124625: commit references a PR
Date: Sat,  5 Jul 2008 11:39:50 +0000 (UTC)

 edwin       2008-07-05 11:39:42 UTC
 
   FreeBSD ports repository
 
   Modified files:
     sysutils             Makefile 
   Added files:
     sysutils/fusefs-gunzip Makefile distinfo pkg-descr 
     sysutils/fusefs-gunzip/files patch-fuse.gunzip.c 
   Log:
   [NEW PORT] sysutils/fusefs-gunzip
   
   PR:             ports/124625
   Submitted by:   Evgeny Zhirnov <jirnov@gmail.com>
   
   Revision  Changes    Path
   1.1027    +1 -0      ports/sysutils/Makefile
   1.1       +41 -0     ports/sysutils/fusefs-gunzip/Makefile (new)
   1.1       +3 -0      ports/sysutils/fusefs-gunzip/distinfo (new)
   1.1       +12 -0     ports/sysutils/fusefs-gunzip/files/patch-fuse.gunzip.c (new)
   1.1       +7 -0      ports/sysutils/fusefs-gunzip/pkg-descr (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
