[csw-devel] SF.net SVN: gar:[17682] csw/mgar/pkg/tidy/trunk
bdwalton at users.sourceforge.net
bdwalton at users.sourceforge.net
Sun Apr 15 02:08:41 CEST 2012
Revision: 17682
http://gar.svn.sourceforge.net/gar/?rev=17682&view=rev
Author: bdwalton
Date: 2012-04-15 00:08:41 +0000 (Sun, 15 Apr 2012)
Log Message:
-----------
tidy/trunk: lay out the basics using a locally created tarball from the CVS checkout
Modified Paths:
--------------
csw/mgar/pkg/tidy/trunk/Makefile
csw/mgar/pkg/tidy/trunk/checksums
Modified: csw/mgar/pkg/tidy/trunk/Makefile
===================================================================
--- csw/mgar/pkg/tidy/trunk/Makefile 2012-04-14 23:46:10 UTC (rev 17681)
+++ csw/mgar/pkg/tidy/trunk/Makefile 2012-04-15 00:08:41 UTC (rev 17682)
@@ -2,28 +2,20 @@
# TODO (release-critical prefixed with !, non release-critical with *)
#
NAME = tidy
-VERSION = x.y
+VERSION = 20090325cvs
GARTYPE = v2
-CATEGORIES = category
+CATEGORIES = utils
-DESCRIPTION = Brief description
+DESCRIPTION = An HTML Syntax Checker and Reformatter
define BLURB
- Long description
+An HTML Syntax Checker and Reformatter
endef
-MASTER_SITES =
+MASTER_SITES = http://tidy.sourceforge.net
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
-
-# If the url used to check for software update is different of MASTER_SITES, then
-# uncomment the next line. Otherwise it is set by default to the value of MASTER_SITES
-# UPSTREAM_MASTER_SITES =
-
-CONFIGURE_ARGS = $(DIRPATHS)
-
include gar/category.mk
+pre-configure-modulated:
+ @(cd $(WORKSRC); bash build/gnuauto/setup.sh )
+ @$(MAKECOOKIE)
Modified: csw/mgar/pkg/tidy/trunk/checksums
===================================================================
--- csw/mgar/pkg/tidy/trunk/checksums 2012-04-14 23:46:10 UTC (rev 17681)
+++ csw/mgar/pkg/tidy/trunk/checksums 2012-04-15 00:08:41 UTC (rev 17682)
@@ -0,0 +1 @@
+a99519d57738d5677659b8e55f3868f9 tidy-20090325cvs.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