# 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/Makefile # automount/distinfo # automount/files # automount/files/pkg-install.in # automount/pkg-descr # echo c - automount mkdir -p automount > /dev/null 2>&1 echo x - automount/Makefile sed 's/^X//' >automount/Makefile << 'a684d750ccdf9f4d6ffa6a1936b8d432' X# Created by: Slawomir Wojciech Wojtczak X# $FreeBSD: head/sysutils/automount/Makefile 519071 2019-12-05 09:21:16Z rodrigo $ X XPORTNAME= automount XPORTVERSION= 1.7.2 XCATEGORIES= sysutils XMASTER_SITES= https://raw.github.com/vermaden/automount/master/ 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 EXT2/3/4 filesystem XEXT4_RUN_DEPENDS= fusefs-ext2>=0:sysutils/fusefs-ext2 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 x - automount/distinfo sed 's/^X//' >automount/distinfo << 'f9168fc754e2bffcb12d5eb7f25848ec' XTIMESTAMP = 1588157161 XSHA256 (automount-1.7.2.tar.gz) = 99b424086016639dfc92a77a719e7f30aa04fabd2664cae77c486bdade91ec85 XSIZE (automount-1.7.2.tar.gz) = 6670 X f9168fc754e2bffcb12d5eb7f25848ec 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/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 exit