From d2ea7694673ac06ed5a4805ac10efe5366180879 Mon Sep 17 00:00:00 2001 From: wilfried Date: Wed, 14 Mar 2001 21:51:13 +0000 Subject: [PATCH] Initial import of fileutils-4.0 the GNU versions of common file management utilities Submitted by: David Lebel --- misc/fileutils/Makefile | 27 +++++++++++++++++ misc/fileutils/files/md5 | 3 ++ misc/fileutils/pkg/COMMENT | 1 + misc/fileutils/pkg/DESCR | 16 ++++++++++ misc/fileutils/pkg/PLIST | 60 ++++++++++++++++++++++++++++++++++++++ 5 files changed, 107 insertions(+) create mode 100644 misc/fileutils/Makefile create mode 100644 misc/fileutils/files/md5 create mode 100644 misc/fileutils/pkg/COMMENT create mode 100644 misc/fileutils/pkg/DESCR create mode 100644 misc/fileutils/pkg/PLIST diff --git a/misc/fileutils/Makefile b/misc/fileutils/Makefile new file mode 100644 index 00000000000..f36289b5acb --- /dev/null +++ b/misc/fileutils/Makefile @@ -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 + +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 diff --git a/misc/fileutils/files/md5 b/misc/fileutils/files/md5 new file mode 100644 index 00000000000..35d13b60b19 --- /dev/null +++ b/misc/fileutils/files/md5 @@ -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 diff --git a/misc/fileutils/pkg/COMMENT b/misc/fileutils/pkg/COMMENT new file mode 100644 index 00000000000..a76c0215698 --- /dev/null +++ b/misc/fileutils/pkg/COMMENT @@ -0,0 +1 @@ +the GNU versions of common file management utilities diff --git a/misc/fileutils/pkg/DESCR b/misc/fileutils/pkg/DESCR new file mode 100644 index 00000000000..55a8b5817d8 --- /dev/null +++ b/misc/fileutils/pkg/DESCR @@ -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. diff --git a/misc/fileutils/pkg/PLIST b/misc/fileutils/pkg/PLIST new file mode 100644 index 00000000000..625136ff706 --- /dev/null +++ b/misc/fileutils/pkg/PLIST @@ -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