Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Mar 2008 23:34:40 GMT
From:      Dominic Fandrey <kamikaze@bsdforen.de>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/122212: new port sysutils/automounter
Message-ID:  <200803282334.m2SNYe99004067@www.freebsd.org>
Resent-Message-ID: <200803282340.m2SNe1R8033694@freefall.freebsd.org>

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

>Number:         122212
>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:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Mar 28 23:40:00 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: Sun Mar 23 08:35:05 CET 2008     root@mobileKamikaze.norad:/usr/obj/HP6510b/amd64/usr/src/sys/HP6510b  amd64

>Description:
A new port that installs a script to dynamically configure 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-03-29 00:04:11.000000000 +0100
@@ -0,0 +1,35 @@
+# New ports collection makefile for:	automounter
+# Date created:		26 March 2008
+# Whom:			Dominic Fandrey <kamikaze@bsdforen.de>
+#
+# $FreeBSD$
+#
+
+PORTNAME=	automounter
+PORTVERSION=	1.0
+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)
+MAN5=		automounter.conf.5
+MAN8=		automounter.8
+.else
+NOPORTDOCS=	-nodoc
+.endif
+
+PLIST_FILES=	sbin/automounter \
+		etc/automounter.conf.sample \
+		etc/rc.d/automounter
+
+do-install:
+		@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-03-29 00:21:30.000000000 +0100
@@ -0,0 +1,3 @@
+MD5 (automounter-1.0.tar.gz) = adb79cd39d51c786132b0f766873ff38
+SHA256 (automounter-1.0.tar.gz) = 2a1370ba761d3bf10f5d967b862556a5351cb6da25b278e486c83cf319d18cb0
+SIZE (automounter-1.0.tar.gz) = 7368
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-03-29 00:09:08.000000000 +0100
@@ -0,0 +1,8 @@
+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.
+
+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?200803282334.m2SNYe99004067>