This commit is contained in:
Slawomir Wojciech Wojtczak (vermaden) 2012-03-20 08:45:22 +01:00
parent 377c63019c
commit 81cede14b9
2 changed files with 82 additions and 1 deletions

81
sysutils/automount.shar Normal file
View File

@ -0,0 +1,81 @@
# 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-install
# automount/Makefile
# automount/distinfo
# automount/pkg-descr
#
echo c - automount
mkdir -p automount > /dev/null 2>&1
echo x - automount/pkg-install
sed 's/^X//' >automount/pkg-install << '251e9ad33f5651c05228156a36207e92'
X#!/bin/sh
X
Xcase ${2} in
X (POST-INSTALL)
X /etc/rc.d/devd restart
X echo
X echo
X echo "Check /usr/local/sbin/automount --help for available options."
X echo
X echo
X ;;
X (PRE-INSTALL)
X :
X ;;
Xesac
X
251e9ad33f5651c05228156a36207e92
echo x - automount/Makefile
sed 's/^X//' >automount/Makefile << 'a684d750ccdf9f4d6ffa6a1936b8d432'
X# New ports collection Makefile for: automount
X# Date created: 04 March 2012
X# Whom: Slawomir Wojciech Wojtczak <vermaden@interia.pl>
X#
X# $FreeBSD$
X#
X
XPORTNAME= automount
XPORTVERSION= 1.3.1
XCATEGORIES= sysutils
XMASTER_SITES= https://raw.github.com/vermaden/automount/master/
X
XMAINTAINER= vermaden@interia.pl
XCOMMENT= FreeBSD's devd(8) based automount sollution
X
XLICENSE= BSD
X
XPLIST_FILES= sbin/automount etc/devd/automount_devd.conf etc/automount.conf.sample
X
XNO_BUILD= yes
X
Xdo-install:
X ${INSTALL_SCRIPT} ${WRKSRC}/automount ${PREFIX}/sbin
X ${INSTALL_DATA} ${WRKSRC}/automount_devd.conf ${PREFIX}/etc/devd/automount_devd.conf
X ${INSTALL_DATA} ${WRKSRC}/automount.conf.sample ${PREFIX}/etc/automount.conf.sample
X ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
X
X.include <bsd.port.mk>
a684d750ccdf9f4d6ffa6a1936b8d432
echo x - automount/distinfo
sed 's/^X//' >automount/distinfo << 'f9168fc754e2bffcb12d5eb7f25848ec'
XSHA256 (automount-1.3.1.tar.gz) = 1bc38c82b513c03bdd9e1f65edf552e3d1b74a64a90d628bad39a35d07ff0f7d
XSIZE (automount-1.3.1.tar.gz) = 3636
f9168fc754e2bffcb12d5eb7f25848ec
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/MSDOS/exFAT/EXT2/EXT3/EXT4/UFS
X
XWWW: https://github.com/vermaden/automount/
beeed37ba9f50e251d50bf9bd7dcb079
exit

View File

@ -8,7 +8,7 @@
PORTNAME= automount
PORTVERSION= 1.3.1
CATEGORIES= sysutils
MASTER_SITES= https://github.com/vermaden/automount/raw/master/
MASTER_SITES= https://raw.github.com/vermaden/automount/master/
MAINTAINER= vermaden@interia.pl
COMMENT= FreeBSD's devd(8) based automount sollution