# 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: # # automount # automount/pkg-descr # automount/Makefile # automount/files # automount/files/pkg-install.in # automount/distinfo # echo c - automount mkdir -p automount > /dev/null 2>&1 echo x - automount/pkg-descr sed 's/^X//' >automount/pkg-descr << 'beeed37ba9f50e251d50bf9bd7dcb079' Xautomount is a devd(8) based automounter for FreeBSD. X XIt supports most popular file systems: XNTFS/FAT/exFAT/EXT2/EXT3/EXT4/UFS/HFS/XFS/ISO9660 X XWWW: https://github.com/vermaden/automount/ beeed37ba9f50e251d50bf9bd7dcb079 echo x - automount/Makefile sed 's/^X//' >automount/Makefile << 'a684d750ccdf9f4d6ffa6a1936b8d432' X# Created by: Slawomir Wojciech Wojtczak X# $FreeBSD: head/sysutils/automount/Makefile 513267 2019-09-29 20:01:21Z pi $ X XPORTNAME= automount XPORTVERSION= 1.7.1 XCATEGORIES= sysutils XMASTER_SITES= https://raw.github.com/vermaden/automount/master/ \ X LOCAL/madpilot/${PORTNAME}/ X XMAINTAINER= vermaden@interia.pl XCOMMENT= FreeBSD's devd(8) based automount solution X XLICENSE= BSD2CLAUSE X XPLIST_FILES= sbin/automount etc/devd/automount_devd.conf etc/automount.conf.sample X XSUB_FILES= pkg-install XNO_BUILD= yes XNO_ARCH= yes X XOPTIONS_DEFINE= NTFS3G EXT4 EXFAT XOPTIONS_DEFAULT= NTFS3G EXT4 XNTFS3G_DESC= Enable NTFS write support with ntfs-3g over FUSE XNTFS3G_RUN_DEPENDS= fusefs-ntfs>=0:sysutils/fusefs-ntfs XEXT4_DESC= Support EXT4 filesystem XEXT4_RUN_DEPENDS= fusefs-ext4fuse>=0:sysutils/fusefs-ext4fuse XEXFAT_DESC= Support Microsoft exFAT filesystem XEXFAT_RUN_DEPENDS= fusefs-exfat>=0:sysutils/fusefs-exfat X Xdo-install: X ${INSTALL_SCRIPT} ${WRKDIR}/automount ${STAGEDIR}${PREFIX}/sbin X ${INSTALL_DATA} ${WRKDIR}/automount_devd.conf ${STAGEDIR}${PREFIX}/etc/devd/automount_devd.conf X ${INSTALL_DATA} ${WRKDIR}/automount.conf ${STAGEDIR}${PREFIX}/etc/automount.conf.sample X X.include X a684d750ccdf9f4d6ffa6a1936b8d432 echo c - automount/files mkdir -p automount/files > /dev/null 2>&1 echo x - automount/files/pkg-install.in sed 's/^X//' >automount/files/pkg-install.in << 'eb5e388a54a57b884e34441e771d1240' X#!/bin/sh X Xcase ${2} in X (POST-INSTALL) X service devd restart X echo X echo X echo "Check %%PREFIX%%/bin/automount --help for available options." X echo X echo X ;; X (PRE-INSTALL) X : X ;; Xesac eb5e388a54a57b884e34441e771d1240 echo x - automount/distinfo sed 's/^X//' >automount/distinfo << 'f9168fc754e2bffcb12d5eb7f25848ec' XTIMESTAMP = 1567078461 XSHA256 (automount-1.7.1.tar.gz) = e6c2110b8c6099f9924a6f4c49be6aa93f65b69ba1ee98576d8fb60846f1a5c2 XSIZE (automount-1.7.1.tar.gz) = 6532 X f9168fc754e2bffcb12d5eb7f25848ec exit