Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Jan 2001 00:30:20 +0100 (CET)
From:      Cyrille Lefevre <clefevre@citeweb.net>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        ust@cert.siemens.de
Subject:   ports/24565: Updated port: sysutils/fileutils - 4.0
Message-ID:  <200101222330.f0MNUK834459@gits.dyndns.org>

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

>Number:         24565
>Category:       ports
>Synopsis:       Updated port: sysutils/fileutils - 4.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 22 15:40:02 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Cyrille Lefevre
>Release:        FreeBSD 4.2-STABLE i386
>Organization:
ACME
>Environment:

FreeBSD gits 4.2-STABLE FreeBSD 4.2-STABLE #5: Thu Jan 18 00:14:29 CET 2001     root@gits:/disk2/4.x-stable/src/sys/compile/CUSTOM  i386

>Description:

	Makefile
		post-install is almost the same.

	pkg-comment
		updated accordingly to other GNU tools..

	pkg-descr
		updated.
		WWW added.

>How-To-Repeat:

	n/a

>Fix:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/sysutils/fileutils/Makefile,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 Makefile
--- Makefile	2000/07/15 18:46:53	1.1.1.1
+++ Makefile	2001/01/22 23:19:56
@@ -13,6 +13,10 @@
 
 MAINTAINER=	ust@cert.siemens.de
 
+#
+# Global variables
+#
+
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--program-prefix=g
 
@@ -20,7 +24,13 @@
 		gdircolors.1 gdu.1 ginstall.1 gln.1 gls.1 gmkdir.1 gmkfifo.1 \
 		gmknod.1 gmv.1 grm.1 grmdir.1 gsync.1 gtouch.1 gvdir.1
 
+#
+# Local variables
+#
+
+INSTALL_INFO?=	install-info
+
 post-install:
-	install-info ${PREFIX}/info/fileutils.info ${PREFIX}/info/dir
+	@${INSTALL_INFO} ${PREFIX}/info/${PORTNAME}.info ${PREFIX}/info/dir
 
 .include <bsd.port.mk>
Index: pkg-comment
===================================================================
RCS file: /home/ncvs/ports/sysutils/fileutils/pkg-comment,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 pkg-comment
--- pkg-comment	2000/07/15 18:46:53	1.1.1.1
+++ pkg-comment	2000/10/12 22:14:36
@@ -1 +1 @@
-GNU version of file utilities
+The GNU file utilities
Index: pkg-descr
===================================================================
RCS file: /home/ncvs/ports/sysutils/fileutils/pkg-descr,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 pkg-descr
--- pkg-descr	2000/07/15 18:46:53	1.1.1.1
+++ pkg-descr	2001/01/22 22:30:42
@@ -1 +1,13 @@
-This directory contains the release of GNU fileutils.
+The Free Software Foundation's "file" utilities, including "chgrp",
+"chmod", "chown", "cp", "dd", "df", "dir", "dircolors", "du",
+"install", "ln", "ls", "mkdir", "mkfifo", "mknod", "mv", "rm",
+"rmdir", "sync", "touch", "vdir".
+
+These utilities exist in the FreeBSD base collection, but the GNU
+versions have added functionality that is sometimes useful.
+
+Note that this port will install these utilities with a `g' prefix,
+for example gcp, gdu, gls, gmv, grm, but the texinfo documentation
+will refer to these utilities without the `g' prefix.
+
+WWW: http://www.gnu.org/software/fileutils/fileutils.html

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


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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