[csw-devel] SF.net SVN: gar:[16025] csw/mgar/pkg
skayser at users.sourceforge.net
skayser at users.sourceforge.net
Thu Oct 27 23:56:21 CEST 2011
Revision: 16025
http://gar.svn.sourceforge.net/gar/?rev=16025&view=rev
Author: skayser
Date: 2011-10-27 21:56:21 +0000 (Thu, 27 Oct 2011)
Log Message:
-----------
monit/trunk: initial commit
Added Paths:
-----------
csw/mgar/pkg/monit/
csw/mgar/pkg/monit/Makefile
csw/mgar/pkg/monit/branches/
csw/mgar/pkg/monit/tags/
csw/mgar/pkg/monit/trunk/
csw/mgar/pkg/monit/trunk/Makefile
csw/mgar/pkg/monit/trunk/checksums
csw/mgar/pkg/monit/trunk/files/
Added: csw/mgar/pkg/monit/Makefile
===================================================================
--- csw/mgar/pkg/monit/Makefile (rev 0)
+++ csw/mgar/pkg/monit/Makefile 2011-10-27 21:56:21 UTC (rev 16025)
@@ -0,0 +1,2 @@
+%:
+ $(MAKE) -C trunk $*
Property changes on: csw/mgar/pkg/monit/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/monit/trunk/Makefile
===================================================================
--- csw/mgar/pkg/monit/trunk/Makefile (rev 0)
+++ csw/mgar/pkg/monit/trunk/Makefile 2011-10-27 21:56:21 UTC (rev 16025)
@@ -0,0 +1,28 @@
+# $Id$
+# TODO (release-critical prefixed with !, non release-critical with *)
+# ! Early stage recipe, doesn't build yet
+#
+#gmake[3]: Entering directory `/home/skayser/mgar/pkg/monit/trunk/work/solaris9-sparc/build-isa-sparcv8/monit-5.3.1/libmonit'
+#/bin/bash ./libtool --tag=CC --mode=compile /opt/SUNWspro/bin/cc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -I/opt/csw/include -I/opt/csw/include -xO3 -m32 -xarch=v8 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -D__EXTENSIONS__ -m64 -mtune=v9 -c -o src/Bootstrap.lo src/Bootstrap.c
+#libtool: compile: /opt/SUNWspro/bin/cc -DHAVE_CONFIG_H -I. -I./src -I./src -I./src/exceptions -I./src/io -I./src/net -I./src/util -I./src/thread -I/opt/csw/include -I/opt/csw/include -xO3 -m32 -xarch=v8 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -D__EXTENSIONS__ -m64 -mtune=v9 -c src/Bootstrap.c -KPIC -DPIC -o src/.libs/Bootstrap.o
+#cc: Warning: illegal option -mtune=v9
+#cc: -xarch=v8 is 32-bit only
+#
+NAME = monit
+VERSION = 5.3.1
+GARTYPE = v2
+CATEGORIES = utils
+
+DESCRIPTION = Utility for monitoring and managing daemons or similar programs
+define BLURB
+ Long description
+endef
+
+VENDOR_URL = http://mmonit.com/monit/
+MASTER_SITES = http://mmonit.com/monit/dist/
+DISTFILES = $(DISTNAME).tar.gz
+
+CONFIGURE_ARGS = $(DIRPATHS)
+
+include gar/category.mk
+
Property changes on: csw/mgar/pkg/monit/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: csw/mgar/pkg/monit/trunk/checksums
===================================================================
--- csw/mgar/pkg/monit/trunk/checksums (rev 0)
+++ csw/mgar/pkg/monit/trunk/checksums 2011-10-27 21:56:21 UTC (rev 16025)
@@ -0,0 +1 @@
+2e97eac9750f68945ca860028d9ef0f3 monit-5.3.1.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