Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Mar 2012 07:52:49 GMT
From:      vermaden <vermaden@interia.pl>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/166275: [update to 1.3.1] sysutils/automount devd(8) based automounter for FreeBSD
Message-ID:  <201203200752.q2K7qmLc082254@red.freebsd.org>
Resent-Message-ID: <201203200800.q2K80PH4027519@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         166275
>Category:       ports
>Synopsis:       [update to 1.3.1] sysutils/automount devd(8) based automounter for FreeBSD
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 20 08:00:24 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     vermaden
>Release:        9.0-RELEASE
>Organization:
>Environment:
>Description:
Hi,

this is the latest version after tweaks and bug fixes,
seems that any more changes are not needed for now.

Regards,
vermaden
>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:
#
#	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



>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201203200752.q2K7qmLc082254>