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

skayser at users.sourceforge.net skayser at users.sourceforge.net
Thu Dec 9 02:10:37 CET 2010


Revision: 11847
          http://gar.svn.sourceforge.net/gar/?rev=11847&view=rev
Author:   skayser
Date:     2010-12-09 01:10:37 +0000 (Thu, 09 Dec 2010)

Log Message:
-----------
snownews: initial commit, work in progress, feel free to take over

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


Property changes on: csw/mgar/pkg/snownews/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/snownews/trunk/Makefile
===================================================================
--- csw/mgar/pkg/snownews/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/snownews/trunk/Makefile	2010-12-09 01:10:37 UTC (rev 11847)
@@ -0,0 +1,28 @@
+# TODO (release-critical prefixed with !, non release-critical with *)
+#
+# ! build state unknown, work in progress, please verify
+#
+GARNAME = snownews
+GARVERSION = 1.5.12
+CATEGORIES = apps
+
+DESCRIPTION = Text mode RSS/RDF news reader
+define BLURB
+  Long description
+endef
+
+VENDOR_URL   = http://kiza.kcore.de/software/snownews/
+MASTER_SITES = http://kiza.kcore.de/media/software/snownews/
+DISTFILES    = $(GARNAME)-$(GARVERSION).tar.gz
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
+
+CONFIGURE_ARGS = --prefix=$(prefix)
+
+EXTRA_INC=/opt/csw/include/ncursesw/
+
+include gar/category.mk
+
+# snownews doesn't use autoconf, but a very simple perl ./configure script
+pre-configure-modulated:
+	perl -pi -e 's|-Wall -Wno-format-y2k||' $(WORKSRC)/configure
+	@$(MAKECOOKIE)

Added: csw/mgar/pkg/snownews/trunk/checksums
===================================================================
--- csw/mgar/pkg/snownews/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/snownews/trunk/checksums	2010-12-09 01:10:37 UTC (rev 11847)
@@ -0,0 +1 @@
+80da8943fc5aa96571924aec0087d4c0  download/snownews-1.5.12.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