View | Details | Raw Unified | Return to bug 122726
Collapse All | Expand All

(-)ports/sysutils/automounter/Makefile (+34 lines)
Line 0 Link Here
1
# New ports collection makefile for:	automounter
2
# Date created:		26 March 2008
3
# Whom:			Dominic Fandrey <kamikaze@bsdforen.de>
4
#
5
# $FreeBSD$
6
#
7
8
PORTNAME=	automounter
9
PORTVERSION=	1.2
10
CATEGORIES=	sysutils
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
12
MASTER_SITE_SUBDIR=	bsdadminscripts
13
14
MAINTAINER=	kamikaze@bsdforen.de
15
COMMENT=	Provides scripts to dynamically configure amd
16
17
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}/src
18
NO_BUILD=	yes
19
MANCOMPRESSED=	no
20
21
.if defined(NOPORTDOCS)
22
NOPORTDOCS=	-nodoc
23
.else
24
MAN5=		automounter.conf.5
25
MAN8=		automounter.8
26
.endif
27
28
PLIST=	${WRKDIR}/plist
29
30
do-install:
31
		@cd ${WRKSRC}; ./list.sh -nodoc > ${PLIST}
32
		@cd ${WRKSRC}; ./install.sh -prefix=${PREFIX} ${NOPORTDOCS}
33
34
.include <bsd.port.mk>
(-)ports/sysutils/automounter/distinfo (+3 lines)
Line 0 Link Here
1
MD5 (automounter-1.2.tar.gz) = c56604b8226a33c1368cd00efc1ee8ae
2
SHA256 (automounter-1.2.tar.gz) = 67fb59ab3445ad303ee2e3a24dc21b986656a23a6b5a271e64fb48babbaf256e
3
SIZE (automounter-1.2.tar.gz) = 12389
(-)ports/sysutils/automounter/pkg-descr (+11 lines)
Line 0 Link Here
1
A script to dynamically configure amd and populate /media with appropriate
2
links, when USB mass storage devices appear. It relies on geom labels, hence
3
it only works for properly labeled devices.
4
5
It also allows to automatically attach geli encrypted devices and images with
6
keys polled from file systems it makes mountable.
7
8
WWW: http://sourceforge.net/projects/bsdadminscripts/
9
10
- Kamikaze
11
kamikaze@bsdforen.de

Return to bug 122726