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

skayser at users.sourceforge.net skayser at users.sourceforge.net
Mon Jun 1 18:20:44 CEST 2009


Revision: 5124
          http://gar.svn.sourceforge.net/gar/?rev=5124&view=rev
Author:   skayser
Date:     2009-06-01 16:20:44 +0000 (Mon, 01 Jun 2009)

Log Message:
-----------
slocate: initial commit

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


Property changes on: csw/mgar/pkg/slocate/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/slocate/trunk/Makefile
===================================================================
--- csw/mgar/pkg/slocate/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/slocate/trunk/Makefile	2009-06-01 16:20:44 UTC (rev 5124)
@@ -0,0 +1,35 @@
+# Todo
+# * Build fails due to missing fts.h -> incooperate from gnulib
+# * Go through README to implement correct file ownership / modes
+# * Use cswusergroups to add slocate group
+GARNAME = slocate
+GARVERSION = 3.1
+CATEGORIES = utils
+
+DESCRIPTION = Secure locate alternative
+define BLURB
+  Secure locate provides a secure way to index and quickly search for
+  files on your system. It uses incremental encoding just like GNU locate
+  to compress its database to make searching faster, but it will also
+  check file permissions and ownership so that users will not see files
+  they do not have access to.
+endef
+
+MASTER_SITES = http://slocate.trakker.ca/files/
+DISTFILES  = $(GARNAME)-$(GARVERSION).tar.gz
+SPKG_SOURCEURL = http://slocate.trakker.ca/
+
+# We define upstream file regex so we can be notifed of new upstream software release
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
+
+CONFIGURE_SCRIPTS =
+BUILD_ARGS = PATH=/opt/csw/gnu:$(PATH) \
+		CC=$(CC) CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)"
+
+INSTALL_SCRIPTS = custom
+
+include gar/category.mk
+
+install-custom:
+	# tbd
+	@$(MAKECOOKIE)

Added: csw/mgar/pkg/slocate/trunk/checksums
===================================================================
--- csw/mgar/pkg/slocate/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/slocate/trunk/checksums	2009-06-01 16:20:44 UTC (rev 5124)
@@ -0,0 +1 @@
+908e6949d959ae7b686c10bb76b35bf3  download/slocate-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