ports/159242: New port: sysutils/fuse-zip FUSE filesystem to mount ZIP archives with write support

Eric Krausser eric at krausser-edv.de
Sun Jan 6 04:50:01 UTC 2013


The following reply was made to PR ports/159242; it has been noted by GNATS.

From: Eric Krausser <eric at krausser-edv.de>
To: bug-followup at FreeBSD.org
Cc: olevole at olevole.ru
Subject: Re: ports/159242: New port: sysutils/fuse-zip FUSE filesystem to
 mount ZIP archives with write support
Date: Sun, 06 Jan 2013 05:39:51 +0100

 This is a multi-part message in MIME format.
 --------------080100040108030604030409
 Content-Type: text/plain; charset=ISO-8859-15
 Content-Transfer-Encoding: 7bit
 
 I made a working port from submitters patch. With MAN1 and DOCS. I hope
 the style is right.
 
 --------------080100040108030604030409
 Content-Type: text/plain; charset=UTF-8;
  name="fuse-zip.shar.txt"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: attachment;
  filename="fuse-zip.shar.txt"
 
 # 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:
 #
 #       fusefs-zip/Makefile
 #       fusefs-zip/distinfo
 #       fusefs-zip/pkg-descr
 #
 echo x - fusefs-zip/Makefile
 sed 's/^X//' >fusefs-zip/Makefile << 'd6c29b75488aedcca3ca06c15b0e1e2e'
 X# $FreeBSD$
 X
 XPORTNAME=      fuse-zip
 XPORTVERSION=   0.2.13
 XCATEGORIES=    sysutils
 XMASTER_SITES=  GOOGLE_CODE
 X
 XMAINTAINER=    olevole at olevole.ru
 XCOMMENT=       FUSE filesystem to mount ZIP archives with write support
 X
 XLICENSE=       LGPL3
 X
 XLIB_DEPENDS=   zip:${PORTSDIR}/archivers/libzip
 X
 XUSE_FUSE=      yes
 XUSE_PKGCONFIG= yes
 XUSE_GMAKE=     yes
 X
 XPLIST_FILES=   bin/${PORTNAME}
 XMAN1=          ${PORTNAME}.1
 XPORTDOCS=      README TODO changelog
 X
 X.include <bsd.port.options.mk>
 X
 Xdo-build:
 X       (cd ${WRKSRC} && \
 X       ${GMAKE} -C lib && \
 X       ${GMAKE} CXXFLAGS="-I${LOCALBASE}/include")
 X
 Xdo-install:
 X       ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
 X       ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${MANPREFIX}/man/man1
 X
 Xpost-install:
 X.if ${PORT_OPTIONS:MDOCS}
 X       ${MKDIR} ${DOCSDIR}
 X.for doc in ${PORTDOCS}
 X       ${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR}
 X.endfor
 X.endif
 X
 X.include <bsd.port.mk>
 d6c29b75488aedcca3ca06c15b0e1e2e
 echo x - fusefs-zip/distinfo
 sed 's/^X//' >fusefs-zip/distinfo << '3d539ae1e62b356f28f9332acc8404d2'
 XSHA256 (fuse-zip-0.2.13.tar.gz) = e41c0746e3419db8f519fad7e819ef72ddb48ffca2de52773f038016aacd9804
 XSIZE (fuse-zip-0.2.13.tar.gz) = 185431
 3d539ae1e62b356f28f9332acc8404d2
 echo x - fusefs-zip/pkg-descr
 sed 's/^X//' >fusefs-zip/pkg-descr << '3af9d247a410ba0db254176e3f55613f'
 Xfuse-zip is a FUSE file system to navigate, extract, create and modify 
 XZIP archives based in libzip implemented in C++. With fuse-zip you really
 Xcan work with ZIP archives as real directories. Unlike KIO or Gnome VFS,
 Xit can be used in any application without modifications.
 X
 XWWW: http://code.google.com/p/fuse-zip/
 3af9d247a410ba0db254176e3f55613f
 exit
 
 
 --------------080100040108030604030409--


More information about the freebsd-ports-bugs mailing list