[csw-devel] SF.net SVN: gar:[8172] csw/mgar/pkg
wahwah at users.sourceforge.net
wahwah at users.sourceforge.net
Mon Jan 25 16:00:42 CET 2010
Revision: 8172
http://gar.svn.sourceforge.net/gar/?rev=8172&view=rev
Author: wahwah
Date: 2010-01-25 15:00:42 +0000 (Mon, 25 Jan 2010)
Log Message:
-----------
pychecker: Initial commit
Modified Paths:
--------------
csw/mgar/pkg/pychecker/trunk/Makefile
csw/mgar/pkg/pychecker/trunk/checksums
Added Paths:
-----------
csw/mgar/pkg/pychecker/
Modified: csw/mgar/pkg/pychecker/trunk/Makefile
===================================================================
--- csw/mgar/pkg/template/trunk/Makefile 2010-01-25 11:29:54 UTC (rev 8165)
+++ csw/mgar/pkg/pychecker/trunk/Makefile 2010-01-25 15:00:42 UTC (rev 8172)
@@ -11,8 +11,9 @@
## For more information about GAR variables, please see:
## https://sourceforge.net/apps/trac/gar/wiki/GAR%20Variable%20Reference
##
-GARNAME = mypkg
-GARVERSION = 1.0
+GARNAME = pychecker
+GARVERSION = 0.8.18
+# pychecker-0.8.18.tar.gz
##
## The category that your software fits in. This is not a descriptive field, but
## influences the build process. Depending on the CATEGORIES setting, different
@@ -22,24 +23,23 @@
## Possible settings are:
## apps, cpan, devel, gnome, java, kde, lang, lib, meta, net, python, server,
## utils, x11, xfce, xorg, xtra
-CATEGORIES = lib
+CATEGORIES = python
##
## A one-line description of the package, which will appear in the pkginfo.
-DESCRIPTION = <please fill in>
+DESCRIPTION = static analysis tool for Python
##
## A longer description of the package. This is only for descriptive purposes
## inside the Makefile and is not used elsewhere.
define BLURB
- <please fill in>
endef
##
## Upstream URL that should show up in the VENDOR field as well as on
## http://opencsw.org/packages/<packagename>.
-SPKG_SOURCEURL =
+SPKG_SOURCEURL = http://pychecker.sourceforge.net/
##
## Whitespace-separated list of URLs to download the source package from.
## There are presets: $(SF_MIRRORS), $(GNU_MIRRORS) and $(GOOGLE_MIRROR).
-MASTER_SITES =
+MASTER_SITES = $(SF_MIRRORS)
##
## SF_PROJ is required if you set $(MASTER_SITES) to $(SF_MIRRORS) and the
## Sourceforge project name differs from $(GARNAME). Specifies the Sourceforge
@@ -56,7 +56,6 @@
## $(MASTER_SITES).
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
##
## Catalog name is the name to be used with pkg{-get,util} -i <pkgname>.
@@ -148,7 +147,7 @@
## CONFIGURE_SCRIPTS =
## BUILD_SCRIPTS =
## INSTALL_SCRIPTS =
-## TEST_SCRIPTS =
+TEST_SCRIPTS =
##
## Compilation settings
##
@@ -160,7 +159,7 @@
## BUILD_ARGS =
##
## Arguments passed to the ./configure script.
-CONFIGURE_ARGS = $(DIRPATHS)
+## CONFIGURE_ARGS = $(DIRPATHS)
##
## BUILD64 =
## CONFIGURE_ENV =
@@ -176,10 +175,4 @@
## The compiler to use. Defaults to SOS11, can be also: SOS12, GCC3, GCC4.
## GARCOMPILER = SOS11
##
-# Remove the following rules and uncomment the
-# include before building.
-all: .DEFAULT
-.DEFAULT:
- @true
-
-#include gar/category.mk
+include gar/category.mk
Modified: csw/mgar/pkg/pychecker/trunk/checksums
===================================================================
--- csw/mgar/pkg/template/trunk/checksums 2010-01-25 11:29:54 UTC (rev 8165)
+++ csw/mgar/pkg/pychecker/trunk/checksums 2010-01-25 15:00:42 UTC (rev 8172)
@@ -0,0 +1 @@
+ef156a631df46de150a364912f2e36c8 pychecker-0.8.18.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