Initial import of fileutils-4.0

the GNU versions of common file management utilities

Submitted by: David Lebel <lebel@lebel.org>
This commit is contained in:
wilfried 2001-03-14 21:51:13 +00:00
parent b6c95edbe8
commit d2ea769467
5 changed files with 107 additions and 0 deletions

27
misc/fileutils/Makefile Normal file
View File

@ -0,0 +1,27 @@
# $OpenBSD: Makefile,v 1.1.1.1 2001/03/14 21:51:13 wilfried Exp $
DISTNAME= fileutils-4.0
CATEGORIES= misc
NEED_VERSION= 1.340
MAINTAINER= David Lebel <lebel@lebel.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= fileutils
LIB_DEPENDS= intl.1::devel/gettext
SEPARATE_BUILD= concurrent
USE_GMAKE= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \
CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib"
CONFIGURE_ARGS= --program-prefix=g
.include <bsd.port.mk>

3
misc/fileutils/files/md5 Normal file
View File

@ -0,0 +1,3 @@
MD5 (fileutils-4.0.tar.gz) = 082ab37b7f37c00e768b04e37bc736be
RMD160 (fileutils-4.0.tar.gz) = 2045fecb6e97079d18f001d665441e8ba201d4cd
SHA1 (fileutils-4.0.tar.gz) = 7fe286ff074e37dc573d5f8a23512d6693a66385

View File

@ -0,0 +1 @@
the GNU versions of common file management utilities

16
misc/fileutils/pkg/DESCR Normal file
View File

@ -0,0 +1,16 @@
The fileutils package includes a number of GNU versions of common and
popular file management utilities. Fileutils includes the following
tools: chgrp (changes a file's group ownership), chown (changes a
file's ownership), chmod (changes a file's permissions), cp (copies
files), dd (copies and converts files), df (shows a filesystem's disk
usage), dir (gives a brief directory listing), dircolors (the setup
program for the color version of the ls command), du (shows disk
usage), install (copies files and sets permissions), ln (creates file
links), ls (lists directory contents), mkdir (creates directories),
mkfifo (creates FIFOs or named pipes), mknod (creates special files),
mv (renames files), rm (removes/deletes files), rmdir (removes empty
directories), sync (synchronizes memory and disk), touch (changes file
timestamps), and vdir (provides long directory listings).
All the binaries are prefixed by the letter g to differentiate them
with the standard applications with the same name.

60
misc/fileutils/pkg/PLIST Normal file
View File

@ -0,0 +1,60 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2001/03/14 21:51:13 wilfried Exp $
@unexec install-info --delete --info-dir=%D/info %D/info/fileutils.info
bin/gchgrp
bin/gchmod
bin/gchown
bin/gcp
bin/gdd
bin/gdf
bin/gdir
bin/gdircolors
bin/gdu
bin/ginstall
bin/gln
bin/gls
bin/gmkdir
bin/gmkfifo
bin/gmknod
bin/gmv
bin/grm
bin/grmdir
bin/gsync
bin/gtouch
bin/gvdir
info/fileutils.info
man/man1/gchgrp.1
man/man1/gchmod.1
man/man1/gchown.1
man/man1/gcp.1
man/man1/gdd.1
man/man1/gdf.1
man/man1/gdir.1
man/man1/gdircolors.1
man/man1/gdu.1
man/man1/ginstall.1
man/man1/gln.1
man/man1/gls.1
man/man1/gmkdir.1
man/man1/gmkfifo.1
man/man1/gmknod.1
man/man1/gmv.1
man/man1/grm.1
man/man1/grmdir.1
man/man1/gsync.1
man/man1/gtouch.1
man/man1/gvdir.1
share/locale/cs/LC_MESSAGES/fileutils.mo
share/locale/de/LC_MESSAGES/fileutils.mo
share/locale/el/LC_MESSAGES/fileutils.mo
share/locale/es/LC_MESSAGES/fileutils.mo
share/locale/fr/LC_MESSAGES/fileutils.mo
share/locale/ko/LC_MESSAGES/fileutils.mo
share/locale/nl/LC_MESSAGES/fileutils.mo
share/locale/no/LC_MESSAGES/fileutils.mo
share/locale/pl/LC_MESSAGES/fileutils.mo
share/locale/pt/LC_MESSAGES/fileutils.mo
share/locale/ru/LC_MESSAGES/fileutils.mo
share/locale/sk/LC_MESSAGES/fileutils.mo
share/locale/sl/LC_MESSAGES/fileutils.mo
share/locale/sv/LC_MESSAGES/fileutils.mo
@exec install-info --info-dir=%D/info %D/info/fileutils.info