[csw-devel] SF.net SVN: gar:[8049] csw/mgar/pkg

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Sun Jan 17 20:50:22 CET 2010


Revision: 8049
          http://gar.svn.sourceforge.net/gar/?rev=8049&view=rev
Author:   dmichelsen
Date:     2010-01-17 19:50:12 +0000 (Sun, 17 Jan 2010)

Log Message:
-----------
file: Initial commit

Added Paths:
-----------
    csw/mgar/pkg/file/
    csw/mgar/pkg/file/branches/
    csw/mgar/pkg/file/tags/
    csw/mgar/pkg/file/trunk/
    csw/mgar/pkg/file/trunk/Makefile
    csw/mgar/pkg/file/trunk/checksums
    csw/mgar/pkg/file/trunk/files/


Property changes on: csw/mgar/pkg/file/trunk
___________________________________________________________________
Added: svn:ignore
   + cookies
download
work


Added: svn:externals
   + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2


Added: csw/mgar/pkg/file/trunk/Makefile
===================================================================
--- csw/mgar/pkg/file/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/file/trunk/Makefile	2010-01-17 19:50:12 UTC (rev 8049)
@@ -0,0 +1,29 @@
+GARNAME = file
+GARVERSION = 5.03
+CATEGORIES = utils
+
+DESCRIPTION = A file type guesser
+define BLURB
+  The file command is "a file type guesser", that is, a command-line tool that
+  tells you in words what kind of data a file contains. Unlike most GUI systems,
+  command-line UNIX systems - with this program leading the charge - don't rely
+  on filename extentions to tell you the type of a file, but look at the file's
+  actual contents. This is, of course, more reliable, but requires a bit of I/O.
+endef
+
+MASTER_SITES = ftp://ftp.astron.com/pub/file/
+DISTFILES  = $(GARNAME)-$(GARVERSION).tar.gz
+
+# We define upstream file regex so we can be notifed of new upstream software release
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
+
+SPKG_SOURCEURL = http://www.darwinsys.com/file/
+
+CONFIGURE_ARGS = $(DIRPATHS)
+
+# These flags are not understood by Sun Studio
+CONFIGURE_ARGS += --disable-warnings
+
+TEST_TARGET = check
+
+include gar/category.mk

Added: csw/mgar/pkg/file/trunk/checksums
===================================================================
--- csw/mgar/pkg/file/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/file/trunk/checksums	2010-01-17 19:50:12 UTC (rev 8049)
@@ -0,0 +1 @@
+d05f08a53e5c2f51f8ee6a4758c0cc53  file-5.03.tar.gz


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list