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

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Thu Jul 4 16:21:12 CEST 2013


Revision: 21437
          http://gar.svn.sourceforge.net/gar/?rev=21437&view=rev
Author:   dmichelsen
Date:     2013-07-04 14:21:07 +0000 (Thu, 04 Jul 2013)
Log Message:
-----------
foremost/trunk: Initial commit

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


Property changes on: csw/mgar/pkg/foremost/trunk
___________________________________________________________________
Added: svn:ignore
   + cookies
download
work



Added: csw/mgar/pkg/foremost/trunk/Makefile
===================================================================
--- csw/mgar/pkg/foremost/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/foremost/trunk/Makefile	2013-07-04 14:21:07 UTC (rev 21437)
@@ -0,0 +1,60 @@
+# : Makefile 9089 2010-03-11 08:34:46Z wahwah $
+NAME = foremost
+VERSION = 1.5.7
+
+DESCRIPTION = Forensic file recovery and data carving tool
+define BLURB
+endef
+
+# MASTER_SITES = $(SF_MIRROR)
+MASTER_SITES = http://foremost.sourceforge.net/pkg/
+DISTFILES  = $(DISTNAME).tar.gz
+
+VENDOR_URL = http://foremost.sourceforge.net/
+
+BUILD_DEP_PKGS = CSWtofrodos
+
+REINPLACEMENTS += conf
+REINPLACE_MATCH_conf = /usr/local/etc/foremost.conf
+REINPLACE_WITH_conf = $(sysconfdir)/foremost.conf
+REINPLACE_FILES_conf += config.c
+
+CONFIGURE_SCRIPTS = 
+
+BUILD_OVERRIDE_VARS = RAW_CC RAW_FLAGS
+BUILD_OVERRIDE_VAR_RAW_CC = $(CC)
+BUILD_OVERRIDE_VAR_RAW_FLAGS = $(CFLAGS) -DVERSION=\\\"$(VERSION)\\\"
+BUILD_ARGS = solaris
+
+# There is no testsuite
+TEST_SCRIPTS =
+
+# We need ginstall as install
+INSTALL_ENV_PATH = /opt/csw/gnu:$(PATH)
+
+INSTALL_OVERRIDE_VARS += BIN
+INSTALL_OVERRIDE_VAR_BIN = $(DESTDIR)$(bindir)
+INSTALL_OVERRIDE_VARS += MAN
+INSTALL_OVERRIDE_VAR_MAN = $(DESTDIR)$(mandir)/man8
+INSTALL_OVERRIDE_VARS += CONF
+INSTALL_OVERRIDE_VAR_CONF = $(DESTDIR)$(sysconfdir)
+
+PRESERVECONF += $(sysconfdir)/foremost.conf
+
+MIGRATE_FILES += foremost.conf
+
+include gar/category.mk
+
+post-extract:
+	fromdos $(WORKSRC)/*
+	@$(MAKECOOKIE)
+
+pre-install:
+	ginstall -d $(INSTALL_OVERRIDE_VAR_BIN)
+	ginstall -d $(INSTALL_OVERRIDE_VAR_MAN)
+	ginstall -d $(INSTALL_OVERRIDE_VAR_CONF)
+	@$(MAKECOOKIE)
+
+post-install:
+	gunzip $(INSTALL_OVERRIDE_VAR_MAN)/foremost.8.gz
+	@$(MAKECOOKIE)


Property changes on: csw/mgar/pkg/foremost/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
   + Id

Added: csw/mgar/pkg/foremost/trunk/checksums
===================================================================
--- csw/mgar/pkg/foremost/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/foremost/trunk/checksums	2013-07-04 14:21:07 UTC (rev 21437)
@@ -0,0 +1 @@
+860119c49665c2a3fb2b0b1d3dbad02a  foremost-1.5.7.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