[csw-devel] SF.net SVN: gar:[16213] csw/mgar/pkg
guengel at users.sourceforge.net
guengel at users.sourceforge.net
Sat Nov 19 09:48:01 CET 2011
Revision: 16213
http://gar.svn.sourceforge.net/gar/?rev=16213&view=rev
Author: guengel
Date: 2011-11-19 08:48:01 +0000 (Sat, 19 Nov 2011)
Log Message:
-----------
yapet/trunk: Initial release
Added Paths:
-----------
csw/mgar/pkg/yapet/
csw/mgar/pkg/yapet/Makefile
csw/mgar/pkg/yapet/branches/
csw/mgar/pkg/yapet/tags/
csw/mgar/pkg/yapet/trunk/
csw/mgar/pkg/yapet/trunk/Makefile
csw/mgar/pkg/yapet/trunk/checksums
csw/mgar/pkg/yapet/trunk/files/
csw/mgar/pkg/yapet/trunk/files/README.CSW
Added: csw/mgar/pkg/yapet/Makefile
===================================================================
--- csw/mgar/pkg/yapet/Makefile (rev 0)
+++ csw/mgar/pkg/yapet/Makefile 2011-11-19 08:48:01 UTC (rev 16213)
@@ -0,0 +1,2 @@
+%:
+ $(MAKE) -C trunk $*
Property changes on: csw/mgar/pkg/yapet/Makefile
___________________________________________________________________
Added: svn:keywords
+ Date Revision Author HeadURL Id
Added: svn:eol-style
+ native
Property changes on: csw/mgar/pkg/yapet/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/yapet/trunk/Makefile
===================================================================
--- csw/mgar/pkg/yapet/trunk/Makefile (rev 0)
+++ csw/mgar/pkg/yapet/trunk/Makefile 2011-11-19 08:48:01 UTC (rev 16213)
@@ -0,0 +1,42 @@
+# $Id$
+#
+NAME = yapet
+VERSION = 0.8pre2
+GARTYPE = v2
+CATEGORIES = apps
+
+DESCRIPTION = Brief description
+define BLURB
+ Long description
+endef
+
+MASTER_SITES = http://www.guengel.ch/myapps/yapet/downloads/
+DISTFILES = $(DISTNAME).tar.gz
+DISTFILES += README.CSW
+
+# 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 =
+
+RUNTIME_DEP_PKGS = CSWosslrt
+RUNTIME_DEP_PKGS += CSWlibncurses5
+RUNTIME_DEP_PKGS += CSWggettextrt
+
+BUILD64 = 1
+ISAEXEC = 1
+
+BUILD_DEP_PKGS = CSWossldevel
+BUILD_DEP_PKGS += CSWlibncurses-dev
+BUILD_DEP_PKGS += CSWggettext-dev
+
+EXTRA_INC = /opt/csw/include/ncurses
+
+CONFIGURE_ARGS = $(DIRPATHS)
+
+include gar/category.mk
+
Property changes on: csw/mgar/pkg/yapet/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native
Added: csw/mgar/pkg/yapet/trunk/checksums
===================================================================
--- csw/mgar/pkg/yapet/trunk/checksums (rev 0)
+++ csw/mgar/pkg/yapet/trunk/checksums 2011-11-19 08:48:01 UTC (rev 16213)
@@ -0,0 +1 @@
+da08d937e8eb3bcec206089ee765bda4 yapet-0.8pre2.tar.gz
Added: csw/mgar/pkg/yapet/trunk/files/README.CSW
===================================================================
--- csw/mgar/pkg/yapet/trunk/files/README.CSW (rev 0)
+++ csw/mgar/pkg/yapet/trunk/files/README.CSW 2011-11-19 08:48:01 UTC (rev 16213)
@@ -0,0 +1,4 @@
+YAPET
+-----
+
+* In order to get color support, set TERM to xterm-color.
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