Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Apr 2008 15:10:28 GMT
From:      Dominic Fandrey <kamikaze@bsdforen.de>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/122726: [new port] sysutils/automounter
Message-ID:  <200804131510.m3DFASUu091771@www.freebsd.org>
Resent-Message-ID: <200804131520.m3DFK11h056520@freefall.freebsd.org>

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

>Number:         122726
>Category:       ports
>Synopsis:       [new port] sysutils/automounter
>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:   Sun Apr 13 15:20:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Dominic Fandrey
>Release:        RELENG_7
>Organization:
private
>Environment:
FreeBSD mobileKamikaze.norad 7.0-STABLE FreeBSD 7.0-STABLE #0: Fri Apr 11 18:39:17 CEST 2008     root@mobileKamikaze.norad:/usr/obj/HP6510b/amd64/usr/src/sys/HP6510b  amd64
>Description:
A new port with a script that dynamically configures amd.
>How-To-Repeat:

>Fix:
diff -Pur ports/sysutils/automounter.orig/Makefile ports/sysutils/automounter/Makefile
--- ports/sysutils/automounter.orig/Makefile	1970-01-01 01:00:00.000000000 +0100
+++ ports/sysutils/automounter/Makefile	2008-04-13 15:49:57.000000000 +0200
@@ -0,0 +1,34 @@
+# New ports collection makefile for:	automounter
+# Date created:		26 March 2008
+# Whom:			Dominic Fandrey <kamikaze@bsdforen.de>
+#
+# $FreeBSD$
+#
+
+PORTNAME=	automounter
+PORTVERSION=	1.2
+CATEGORIES=	sysutils
+MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR=	bsdadminscripts
+
+MAINTAINER=	kamikaze@bsdforen.de
+COMMENT=	Provides scripts to dynamically configure amd
+
+WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}/src
+NO_BUILD=	yes
+MANCOMPRESSED=	no
+
+.if defined(NOPORTDOCS)
+NOPORTDOCS=	-nodoc
+.else
+MAN5=		automounter.conf.5
+MAN8=		automounter.8
+.endif
+
+PLIST=	${WRKDIR}/plist
+
+do-install:
+		@cd ${WRKSRC}; ./list.sh -nodoc > ${PLIST}
+		@cd ${WRKSRC}; ./install.sh -prefix=${PREFIX} ${NOPORTDOCS}
+
+.include <bsd.port.mk>
diff -Pur ports/sysutils/automounter.orig/distinfo ports/sysutils/automounter/distinfo
--- ports/sysutils/automounter.orig/distinfo	1970-01-01 01:00:00.000000000 +0100
+++ ports/sysutils/automounter/distinfo	2008-04-13 15:50:01.000000000 +0200
@@ -0,0 +1,3 @@
+MD5 (automounter-1.2.tar.gz) = c56604b8226a33c1368cd00efc1ee8ae
+SHA256 (automounter-1.2.tar.gz) = 67fb59ab3445ad303ee2e3a24dc21b986656a23a6b5a271e64fb48babbaf256e
+SIZE (automounter-1.2.tar.gz) = 12389
diff -Pur ports/sysutils/automounter.orig/pkg-descr ports/sysutils/automounter/pkg-descr
--- ports/sysutils/automounter.orig/pkg-descr	1970-01-01 01:00:00.000000000 +0100
+++ ports/sysutils/automounter/pkg-descr	2008-04-13 15:52:38.000000000 +0200
@@ -0,0 +1,11 @@
+A script to dynamically configure amd and populate /media with appropriate
+links, when USB mass storage devices appear. It relies on geom labels, hence
+it only works for properly labeled devices.
+
+It also allows to automatically attach geli encrypted devices and images with
+keys polled from file systems it makes mountable.
+
+WWW: http://sourceforge.net/projects/bsdadminscripts/
+
+- Kamikaze
+kamikaze@bsdforen.de

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



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