[Lunar-commits] CVS: moonbase/devel/diffutils DETAILS,1.2,1.3

Chad Kittel v3rt1g0 at lunar-linux.org
Thu Dec 16 05:06:49 UTC 2004


Update of /var/cvs/lunar/moonbase/devel/diffutils
In directory espresso.foo-projects.org:/tmp/cvs-serv11317

Modified Files:
	DETAILS 
Log Message:
Added the missing website and prettified the module's long description.


Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/devel/diffutils/DETAILS,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- DETAILS	5 Oct 2004 09:29:54 -0000	1.2
+++ DETAILS	16 Dec 2004 05:06:47 -0000	1.3
@@ -1,28 +1,28 @@
           MODULE=diffutils
          VERSION=2.8.1
-       # VERSION=2.8
           SOURCE=$MODULE-$VERSION.tar.gz
    SOURCE_URL[0]=$GNU_URL/$MODULE/
    SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE/
-        WEB_SITE=unknown
+        WEB_SITE=http://www.gnu.org/software/diffutils/diffutils.html
          ENTERED=20010922
          UPDATED=20020410
-           SHORT="diffutils finds differences between and among files."
+           SHORT="finds differences between and among files"
+
 cat << EOF
-diffutils - Finds differences between and among files
-A group of utilities that displays difference between and among text
-files.
-'diff' outputs the difference between two files in any of several
-formats. If the files are identical, it normally produces no ouput; if
-they are binary (non-text) it normally reports only that they are
-different.
-'cmp' shows the offsets and files numbers where two files differ; it can
-also show, side by side, all the characters that differ between the two
-files.
-'sdiff' merges two files interactively.
-'diff3' shows differences among three files. If two people have made
-independent changes to a common original, diff3 reports that difference
-between the original and the two changed versions, and can produce a
-merged file that contains both persons' changes along with warnings
-about conflicts.
+diffutils is a group of utilities that displays difference between and
+among text files.
+ * diff  - outputs the difference between two files in any of several
+           formats. If the files are identical, it normally produces 
+           no output; if they are binary (non-text) it normally 
+           reports only that they are different.
+ * cmp   - shows the offsets and files numbers where two files differ;
+           it can also show, side by side, all the characters that 
+           differ between the two files.
+ * sdiff - merges two files interactively.
+ * diff3 - shows differences among three files. If two people have 
+           made independent changes to a common original, diff3 
+           reports that difference between the original and the two
+           changed versions, and can produce a merged file that 
+           contains both persons' changes along with warnings about
+           conflicts.
 EOF



More information about the Lunar-commits mailing list