ports/159242: New port: sysutils/fuse-zip FUSE filesystem to mount ZIP archives with write support
Oleg Ginzburg
olevole at olevole.ru
Thu Jul 28 00:20:11 UTC 2011
>Number: 159242
>Category: ports
>Synopsis: New port: sysutils/fuse-zip FUSE filesystem to mount ZIP archives with write support
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Thu Jul 28 00:20:10 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator: Oleg Ginzburg
>Release:
>Organization:
>Environment:
FreeBSD home.my.domain 9.0-CURRENT FreeBSD 9.0-CURRENT #0: Fri Jul 22 08:08:18 MSK 2011 root at home.my.domain:/usr/obj/usr/src/sys/GENERIC-NODEBUG amd64
>Description:
New port
>How-To-Repeat:
>Fix:
Patch attached with submission follows:
# 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
# fusefs-zip/Makefile
# fusefs-zip/distinfo
# fusefs-zip/pkg-descr
#
echo c - fusefs-zip
mkdir -p fusefs-zip > /dev/null 2>&1
echo x - fusefs-zip/Makefile
sed 's/^X//' >fusefs-zip/Makefile << 'd6c29b75488aedcca3ca06c15b0e1e2e'
X# New ports collection makefile for: fusefs-zip
X# Date created: 2011-07-28
X# Whom: Oleg Ginzburg <olevole at olevole.ru>
X#
X# $FreeBSD: $
X#
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.3:${PORTSDIR}/archivers/libzip
XBUILD_DEPENDS= ${LOCALBASE}/include/fuse.h:${PORTSDIR}/sysutils/fusefs-libs
XRUN_DEPENDS= ${LOCALBASE}/modules/fuse.ko:${PORTSDIR}/sysutils/fusefs-kmod
X
XUSE_GMAKE =yes
XCXXFLAGS= "-I${LOCALBASE}/include"
X
XPLIST_FILES= bin/fuse-zip
XNO_INSTALL_MANPAGES= yes
X
Xdo-build:
X (cd ${WRKSRC} && \
X ${GMAKE} -C lib && \
X ${GMAKE} CXXFLAGS=${CXXFLAGS})
X
Xdo-install:
X ${INSTALL_PROGRAM} ${WRKSRC}/fuse-zip ${PREFIX}/bin
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
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list