From c72c1cf5f95cbe537b005028f1743cddb16ef203 Mon Sep 17 00:00:00 2001 From: zuntum Date: Thu, 1 Nov 2001 00:57:41 +0000 Subject: Move pkg/ files into package's toplevel directory --- devel/diffutils/DESCR | 21 +++++++++++++++++++++ devel/diffutils/PLIST | 12 ++++++++++++ devel/diffutils/pkg/DESCR | 21 --------------------- devel/diffutils/pkg/PLIST | 12 ------------ 4 files changed, 33 insertions(+), 33 deletions(-) create mode 100644 devel/diffutils/DESCR create mode 100644 devel/diffutils/PLIST delete mode 100644 devel/diffutils/pkg/DESCR delete mode 100644 devel/diffutils/pkg/PLIST (limited to 'devel/diffutils') diff --git a/devel/diffutils/DESCR b/devel/diffutils/DESCR new file mode 100644 index 00000000000..d435b7352ae --- /dev/null +++ b/devel/diffutils/DESCR @@ -0,0 +1,21 @@ +GNU diff utilities: + + You can use the `diff' command to show differences between two +files, or each corresponding file in two directories. `diff' outputs +differences between files line by line in any of several formats, +selectable by command line options. This set of differences is often +called a "diff" or "patch". For files that are identical, `diff' +normally produces no output; for binary (non-text) files, `diff' +normally reports only that they are different. + + You can use the `cmp' command to show the offsets and line numbers +where two files differ. `cmp' can also show all the characters that +differ between the two files, side by side. + + You can use the `diff3' command to show differences among three +files. When two people have made independent changes to a common +original, `diff3' can report the differences between the original and +the two changed versions, and can produce a merged file that contains +both persons' changes together with warnings about conflicts. + + You can use the `sdiff' command to merge two files interactively. diff --git a/devel/diffutils/PLIST b/devel/diffutils/PLIST new file mode 100644 index 00000000000..ee6e0c3cda5 --- /dev/null +++ b/devel/diffutils/PLIST @@ -0,0 +1,12 @@ +@comment $NetBSD: PLIST,v 1.1 2001/11/01 01:23:11 zuntum Exp $ +bin/gcmp +bin/gdiff +bin/gdiff3 +bin/gsdiff +@unexec install-info --delete %D/info/diff.info %D/info/dir +info/diff.info +info/diff.info-1 +info/diff.info-2 +info/diff.info-3 +info/diff.info-4 +@exec install-info %D/info/diff.info %D/info/dir diff --git a/devel/diffutils/pkg/DESCR b/devel/diffutils/pkg/DESCR deleted file mode 100644 index d435b7352ae..00000000000 --- a/devel/diffutils/pkg/DESCR +++ /dev/null @@ -1,21 +0,0 @@ -GNU diff utilities: - - You can use the `diff' command to show differences between two -files, or each corresponding file in two directories. `diff' outputs -differences between files line by line in any of several formats, -selectable by command line options. This set of differences is often -called a "diff" or "patch". For files that are identical, `diff' -normally produces no output; for binary (non-text) files, `diff' -normally reports only that they are different. - - You can use the `cmp' command to show the offsets and line numbers -where two files differ. `cmp' can also show all the characters that -differ between the two files, side by side. - - You can use the `diff3' command to show differences among three -files. When two people have made independent changes to a common -original, `diff3' can report the differences between the original and -the two changed versions, and can produce a merged file that contains -both persons' changes together with warnings about conflicts. - - You can use the `sdiff' command to merge two files interactively. diff --git a/devel/diffutils/pkg/PLIST b/devel/diffutils/pkg/PLIST deleted file mode 100644 index 6317b6148fa..00000000000 --- a/devel/diffutils/pkg/PLIST +++ /dev/null @@ -1,12 +0,0 @@ -@comment $NetBSD: PLIST,v 1.3 2001/01/13 16:17:48 tron Exp $ -bin/gcmp -bin/gdiff -bin/gdiff3 -bin/gsdiff -@unexec install-info --delete %D/info/diff.info %D/info/dir -info/diff.info -info/diff.info-1 -info/diff.info-2 -info/diff.info-3 -info/diff.info-4 -@exec install-info %D/info/diff.info %D/info/dir -- cgit v1.2.3