summaryrefslogtreecommitdiff
path: root/homebrew/ftimes
diff options
context:
space:
mode:
authorMCApollo <34170230+MCApollo@users.noreply.github.com>2019-04-20 20:49:46 -0500
committerMCApollo <34170230+MCApollo@users.noreply.github.com>2019-04-23 20:18:47 -0500
commit12335518ab39608d58370c85ff9f5384ad2aa5f7 (patch)
tree352d81f2a2de3f1252af732080ec0fde38c13b4d /homebrew/ftimes
parenta2b26ad12d4fa12f0273645caf4be6d0b8b71e7c (diff)
Ported in the homebrew-marauder for a hacky update/import system.
TODO: Maybe add a license & fix up messy code.
Diffstat (limited to 'homebrew/ftimes')
-rw-r--r--homebrew/ftimes/.beer31
-rw-r--r--homebrew/ftimes/.make.sh-auto4
-rw-r--r--homebrew/ftimes/_metadata/description1
-rw-r--r--homebrew/ftimes/_metadata/homepage1
-rw-r--r--homebrew/ftimes/_metadata/name1
-rw-r--r--homebrew/ftimes/_metadata/version1
-rwxr-xr-xhomebrew/ftimes/download.sh1
7 files changed, 40 insertions, 0 deletions
diff --git a/homebrew/ftimes/.beer b/homebrew/ftimes/.beer
new file mode 100644
index 000000000..c3ba92301
--- /dev/null
+++ b/homebrew/ftimes/.beer
@@ -0,0 +1,31 @@
+{
+ "name": "Ftimes",
+ "description": "System baselining and evidence collection tool",
+ "url": "https://downloads.sourceforge.net/project/ftimes/ftimes/3.11.0/ftimes-3.11.0.tgz",
+ "mirror": null,
+ "homepage": "https://ftimes.sourceforge.io/FTimes/index.shtml",
+ "depends": [
+ {
+ "depend": "openssl",
+ "build-depend": false
+ },
+ {
+ "depend": "pcre",
+ "build-depend": false
+ }
+ ],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "system \"./configure\", \"--prefix=#{prefix}\",",
+ "\"--with-pcre=#{Formula[\"pcre\"].opt_prefix}\",",
+ "\"--with-ssl=#{Formula[\"openssl\"].opt_prefix}\",",
+ "\"--sysconfdir=#{etc}\",",
+ "\"--with-server-prefix=#{var}/ftimes\"",
+ "inreplace \"doc/ftimes/Makefile\" do |s|",
+ "s.change_make_var! \"INSTALL_PREFIX\", man1"
+ ],
+ "version": "3.11.0",
+ "file": "ftimes.rb"
+} \ No newline at end of file
diff --git a/homebrew/ftimes/.make.sh-auto b/homebrew/ftimes/.make.sh-auto
new file mode 100644
index 000000000..8652cf2b3
--- /dev/null
+++ b/homebrew/ftimes/.make.sh-auto
@@ -0,0 +1,4 @@
+pkg:setup
+pkg:configure --with-pcre=#{Formula[pcre"].opt_prefix}" --with-ssl=#{Formula[openssl"].opt_prefix}" --with-server-prefix=#{var}/ftimes
+inreplace "doc/ftimes/Makefile" do |s|
+s.change_make_var! "INSTALL_PREFIX", man1
diff --git a/homebrew/ftimes/_metadata/description b/homebrew/ftimes/_metadata/description
new file mode 100644
index 000000000..34da54b0b
--- /dev/null
+++ b/homebrew/ftimes/_metadata/description
@@ -0,0 +1 @@
+System baselining and evidence collection tool
diff --git a/homebrew/ftimes/_metadata/homepage b/homebrew/ftimes/_metadata/homepage
new file mode 100644
index 000000000..2eb8247e1
--- /dev/null
+++ b/homebrew/ftimes/_metadata/homepage
@@ -0,0 +1 @@
+https://ftimes.sourceforge.io/FTimes/index.shtml
diff --git a/homebrew/ftimes/_metadata/name b/homebrew/ftimes/_metadata/name
new file mode 100644
index 000000000..28e661d15
--- /dev/null
+++ b/homebrew/ftimes/_metadata/name
@@ -0,0 +1 @@
+Ftimes
diff --git a/homebrew/ftimes/_metadata/version b/homebrew/ftimes/_metadata/version
new file mode 100644
index 000000000..afad81866
--- /dev/null
+++ b/homebrew/ftimes/_metadata/version
@@ -0,0 +1 @@
+3.11.0
diff --git a/homebrew/ftimes/download.sh b/homebrew/ftimes/download.sh
new file mode 100755
index 000000000..01cfa26f5
--- /dev/null
+++ b/homebrew/ftimes/download.sh
@@ -0,0 +1 @@
+wget https://downloads.sourceforge.net/project/ftimes/ftimes/3.11.0/ftimes-3.11.0.tgz \ No newline at end of file