ports/122212: new port sysutils/automounter
Dominic Fandrey
kamikaze at bsdforen.de
Fri Mar 28 23:40:01 UTC 2008
>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 at 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 at bsdforen.de>
+#
+# $FreeBSD$
+#
+
+PORTNAME= automounter
+PORTVERSION= 1.0
+CATEGORIES= sysutils
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= bsdadminscripts
+
+MAINTAINER= kamikaze at 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 at bsdforen.de
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list