[csw-devel] SF.net SVN: gar:[19633] csw/mgar/pkg
igalic at users.sourceforge.net
igalic at users.sourceforge.net
Sun Nov 11 00:21:46 CET 2012
Revision: 19633
http://gar.svn.sourceforge.net/gar/?rev=19633&view=rev
Author: igalic
Date: 2012-11-10 23:21:46 +0000 (Sat, 10 Nov 2012)
Log Message:
-----------
cksfv/trunk: gar-ify this package, and bump version.
Added Paths:
-----------
csw/mgar/pkg/cksfv/
csw/mgar/pkg/cksfv/Makefile
csw/mgar/pkg/cksfv/branches/
csw/mgar/pkg/cksfv/tags/
csw/mgar/pkg/cksfv/trunk/
csw/mgar/pkg/cksfv/trunk/Makefile
csw/mgar/pkg/cksfv/trunk/checksums
csw/mgar/pkg/cksfv/trunk/files/
Added: csw/mgar/pkg/cksfv/Makefile
===================================================================
--- csw/mgar/pkg/cksfv/Makefile (rev 0)
+++ csw/mgar/pkg/cksfv/Makefile 2012-11-10 23:21:46 UTC (rev 19633)
@@ -0,0 +1,2 @@
+%:
+ $(MAKE) -C trunk $*
Property changes on: csw/mgar/pkg/cksfv/trunk
___________________________________________________________________
Added: svn:ignore
+ work
Added: csw/mgar/pkg/cksfv/trunk/Makefile
===================================================================
--- csw/mgar/pkg/cksfv/trunk/Makefile (rev 0)
+++ csw/mgar/pkg/cksfv/trunk/Makefile 2012-11-10 23:21:46 UTC (rev 19633)
@@ -0,0 +1,36 @@
+# $Id$
+# TODO (release-critical prefixed with !, non release-critical with *)
+#
+NAME = cksfv
+VERSION = 1.3.14
+GARTYPE = v2
+
+DESCRIPTION = Simple File Verification program. Does crc32 checksums on files.
+define BLURB
+ Some files that you download will come with a .sfv file.
+ This is used to verify that the files that you received
+ are the same as the originals. cksfv is a program that
+ can use the .sfv file to verify the downloaded files.
+ Also, it can be used to create new .sfv files.
+endef
+
+VENDOR_URL = http://zakalwe.fi/~shd/foss/cksfv/
+MASTER_SITES = http://zakalwe.fi/~shd/foss/cksfv/files/
+DISTFILES = $(DISTNAME).tar.gz
+
+# File name regex to get notifications about upstream software releases
+# NOTE: Use this only if the automatic regex creation
+# does not work for your package
+# UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*).tar.gz
+
+REINPLACE_MATCH = -Wall
+REINPLACE_WITH =
+REINPLACE_FILES += src/Makefile.in
+
+CONFIGURE_ARGS = $(DIRPATHS)
+
+BUILD64 = 1
+ISAEXEC = 1
+
+include gar/category.mk
+
Property changes on: csw/mgar/pkg/cksfv/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: csw/mgar/pkg/cksfv/trunk/checksums
===================================================================
--- csw/mgar/pkg/cksfv/trunk/checksums (rev 0)
+++ csw/mgar/pkg/cksfv/trunk/checksums 2012-11-10 23:21:46 UTC (rev 19633)
@@ -0,0 +1 @@
+2e15289753ea0b90b6ea86993f93b383 cksfv-1.3.14.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