Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Feb 2000 15:44:39 GMT
From:      Udo Schweigert <ust@cert.siemens.de>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/16638: New port: GNU fileutils
Message-ID:  <200002101544.PAA30236@alaska.cert.siemens.de>

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

>Number:         16638
>Category:       ports
>Synopsis:       New port: GNU fileutils
>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:   Thu Feb 10 07:50:00 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     Udo Schweigert
>Release:        FreeBSD 3.4-STABLE i386
>Organization:
Siemens AG, ZT IK 3
>Environment:

-stable
-current

>Description:

Recetly I had to deal with some scripts, which heavily depended on the GNU
versions of "df" and "touch", so here is the port.

>How-To-Repeat:


>Fix:
	

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	fileutils
#	fileutils/files
#	fileutils/files/md5
#	fileutils/patches
#	fileutils/patches/patch-aa
#	fileutils/pkg
#	fileutils/pkg/COMMENT
#	fileutils/pkg/DESCR
#	fileutils/pkg/PLIST
#	fileutils/Makefile
#
echo c - fileutils
mkdir -p fileutils > /dev/null 2>&1
echo c - fileutils/files
mkdir -p fileutils/files > /dev/null 2>&1
echo x - fileutils/files/md5
sed 's/^X//' >fileutils/files/md5 << 'END-of-fileutils/files/md5'
XMD5 (fileutils-4.0.tar.gz) = 082ab37b7f37c00e768b04e37bc736be
END-of-fileutils/files/md5
echo c - fileutils/patches
mkdir -p fileutils/patches > /dev/null 2>&1
echo x - fileutils/patches/patch-aa
sed 's/^X//' >fileutils/patches/patch-aa << 'END-of-fileutils/patches/patch-aa'
X--- doc/Makefile.in.orig	Sat Nov 14 16:46:10 1998
X+++ doc/Makefile.in	Thu Feb 10 16:08:46 2000
X@@ -211,23 +211,8 @@
X 	    else : ; fi; \
X 	  done; \
X 	done
X-	@$(POST_INSTALL)
X-	@if $(SHELL) -c 'install-info --version | sed 1q | fgrep -s -v -i debian' >/dev/null 2>&1; then \
X-	  for file in $(INFO_DEPS); do \
X-	    echo " install-info --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/$$file";\
X-	    install-info --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/$$file || :;\
X-	  done; \
X-	else : ; fi
X 
X uninstall-info:
X-	$(PRE_UNINSTALL)
X-	@if $(SHELL) -c 'install-info --version | sed 1q | fgrep -s -v -i debian' >/dev/null 2>&1; then \
X-	  ii=yes; \
X-	else ii=; fi; \
X-	for file in $(INFO_DEPS); do \
X-	  test -z "$ii" \
X-	    || install-info --info-dir=$(DESTDIR)$(infodir) --remove $$file; \
X-	done
X 	@$(NORMAL_UNINSTALL)
X 	for file in $(INFO_DEPS); do \
X 	  (cd $(DESTDIR)$(infodir) && rm -f $$file $$file-[0-9] $$file-[0-9][0-9]); \
END-of-fileutils/patches/patch-aa
echo c - fileutils/pkg
mkdir -p fileutils/pkg > /dev/null 2>&1
echo x - fileutils/pkg/COMMENT
sed 's/^X//' >fileutils/pkg/COMMENT << 'END-of-fileutils/pkg/COMMENT'
XGNU version of file utilities
END-of-fileutils/pkg/COMMENT
echo x - fileutils/pkg/DESCR
sed 's/^X//' >fileutils/pkg/DESCR << 'END-of-fileutils/pkg/DESCR'
XThis directory contains the release of GNU fileutils.
END-of-fileutils/pkg/DESCR
echo x - fileutils/pkg/PLIST
sed 's/^X//' >fileutils/pkg/PLIST << 'END-of-fileutils/pkg/PLIST'
Xbin/gchgrp
Xbin/gchmod
Xbin/gchown
Xbin/gcp
Xbin/gdd
Xbin/gdf
Xbin/gdir
Xbin/gdircolors
Xbin/gdu
Xbin/ginstall
Xbin/gln
Xbin/gls
Xbin/gmkdir
Xbin/gmkfifo
Xbin/gmknod
Xbin/gmv
Xbin/grm
Xbin/grmdir
Xbin/gsync
Xbin/gtouch
Xbin/gvdir
X@unexec install-info --quiet --delete %D/info/fileutils.info %D/info/dir
Xinfo/fileutils.info
X@exec install-info %D/info/fileutils.info %D/info/dir
Xshare/locale/cs/LC_MESSAGES/fileutils.mo
Xshare/locale/de/LC_MESSAGES/fileutils.mo
Xshare/locale/el/LC_MESSAGES/fileutils.mo
Xshare/locale/es/LC_MESSAGES/fileutils.mo
Xshare/locale/fr/LC_MESSAGES/fileutils.mo
Xshare/locale/ko/LC_MESSAGES/fileutils.mo
Xshare/locale/nl/LC_MESSAGES/fileutils.mo
Xshare/locale/no/LC_MESSAGES/fileutils.mo
Xshare/locale/pl/LC_MESSAGES/fileutils.mo
Xshare/locale/pt/LC_MESSAGES/fileutils.mo
Xshare/locale/ru/LC_MESSAGES/fileutils.mo
Xshare/locale/sk/LC_MESSAGES/fileutils.mo
Xshare/locale/sl/LC_MESSAGES/fileutils.mo
Xshare/locale/sv/LC_MESSAGES/fileutils.mo
X@unexec rmdir %D/share/locale/cs/LC_MESSAGES 2>/dev/null || true
X@unexec rmdir %D/share/locale/cs 2>/dev/null || true
X@unexec rmdir %D/share/locale/de/LC_MESSAGES 2>/dev/null || true
X@unexec rmdir %D/share/locale/de 2>/dev/null || true
X@unexec rmdir %D/share/locale/el/LC_MESSAGES 2>/dev/null || true
X@unexec rmdir %D/share/locale/el 2>/dev/null || true
X@unexec rmdir %D/share/locale/es/LC_MESSAGES 2>/dev/null || true
X@unexec rmdir %D/share/locale/es 2>/dev/null || true
X@unexec rmdir %D/share/locale/fr/LC_MESSAGES 2>/dev/null || true
X@unexec rmdir %D/share/locale/fr 2>/dev/null || true
X@unexec rmdir %D/share/locale/ko/LC_MESSAGES 2>/dev/null || true
X@unexec rmdir %D/share/locale/ko 2>/dev/null || true
X@unexec rmdir %D/share/locale/nl/LC_MESSAGES 2>/dev/null || true
X@unexec rmdir %D/share/locale/nl 2>/dev/null || true
X@unexec rmdir %D/share/locale/no/LC_MESSAGES 2>/dev/null || true
X@unexec rmdir %D/share/locale/no 2>/dev/null || true
X@unexec rmdir %D/share/locale/pl/LC_MESSAGES 2>/dev/null || true
X@unexec rmdir %D/share/locale/pl 2>/dev/null || true
X@unexec rmdir %D/share/locale/ru/LC_MESSAGES 2>/dev/null || true
X@unexec rmdir %D/share/locale/ru 2>/dev/null || true
X@unexec rmdir %D/share/locale/sk/LC_MESSAGES 2>/dev/null || true
X@unexec rmdir %D/share/locale/sk 2>/dev/null || true
X@unexec rmdir %D/share/locale/sl/LC_MESSAGES 2>/dev/null || true
X@unexec rmdir %D/share/locale/sl 2>/dev/null || true
X@unexec rmdir %D/share/locale/sv/LC_MESSAGES 2>/dev/null || true
X@unexec rmdir %D/share/locale/sv 2>/dev/null || true
X@unexec rmdir %D/share/locale 2>/dev/null || true
END-of-fileutils/pkg/PLIST
echo x - fileutils/Makefile
sed 's/^X//' >fileutils/Makefile << 'END-of-fileutils/Makefile'
X# New ports collection makefile for:	GNU fileutils
X# Version required: 4.0
X# Date created:	Thu 10 Feb 16:29:33 CET 2000
X# Whom: ust@cert.siemens.de
X#
X# $FreeBSD$
X#
X
XDISTNAME=       fileutils-4.0
XCATEGORIES=	sysutils
XMASTER_SITES=   ${MASTER_SITE_GNU}
XMASTER_SITE_SUBDIR=	fileutils
X
XMAINTAINER=	ust@cert.siemens.de
X
XGNU_CONFIGURE=	yes
XCONFIGURE_ARGS=	--program-prefix=g
XMAN1=		gchgrp.1 gchmod.1 gchown.1 gcp.1 gdd.1 gdf.1 gdir.1 \
X		gdircolors.1 gdu.1 ginstall.1 gln.1 gls.1 gmkdir.1 gmkfifo.1 \
X		gmknod.1 gmv.1 grm.1 grmdir.1 gsync.1 gtouch.1 gvdir.1
X
X.include <bsd.port.mk>
END-of-fileutils/Makefile
exit


>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?200002101544.PAA30236>