summaryrefslogtreecommitdiff
path: root/homebrew/apachetop
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/apachetop')
-rw-r--r--homebrew/apachetop/.beer31
-rw-r--r--homebrew/apachetop/.make.sh-auto4
-rw-r--r--homebrew/apachetop/_metadata/description1
-rw-r--r--homebrew/apachetop/_metadata/homepage1
-rw-r--r--homebrew/apachetop/_metadata/name1
-rw-r--r--homebrew/apachetop/_metadata/version1
-rwxr-xr-xhomebrew/apachetop/download.sh1
7 files changed, 40 insertions, 0 deletions
diff --git a/homebrew/apachetop/.beer b/homebrew/apachetop/.beer
new file mode 100644
index 000000000..66a3d1c48
--- /dev/null
+++ b/homebrew/apachetop/.beer
@@ -0,0 +1,31 @@
+{
+ "name": "Apachetop",
+ "description": "Top-like display of Apache log",
+ "url": "https://deb.debian.org/debian/pool/main/a/apachetop/apachetop_0.18.4.orig.tar.gz",
+ "mirror": null,
+ "homepage": "https://web.archive.org/web/20170809160553/freecode.com/projects/apachetop",
+ "depends": [
+ {
+ "depend": "autoconf",
+ "build-depend": true
+ },
+ {
+ "depend": "automake",
+ "build-depend": true
+ }
+ ],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "system \"./autogen.sh\"",
+ "system \"./configure\", \"--prefix=#{prefix}\",",
+ "\"--mandir=#{man}\",",
+ "\"--disable-debug\",",
+ "\"--disable-dependency-tracking\",",
+ "\"--with-logfile=/var/log/apache2/access_log\"",
+ "system \"make\", \"install\""
+ ],
+ "version": "0.18.4",
+ "file": "apachetop.rb"
+} \ No newline at end of file
diff --git a/homebrew/apachetop/.make.sh-auto b/homebrew/apachetop/.make.sh-auto
new file mode 100644
index 000000000..4b6662ab3
--- /dev/null
+++ b/homebrew/apachetop/.make.sh-auto
@@ -0,0 +1,4 @@
+pkg:setup
+./autogen.sh
+pkg:configure --disable-dependency-tracking --with-logfile=/var/log/apache2/access_log
+make DESTDIR=${PKG_DEST} install
diff --git a/homebrew/apachetop/_metadata/description b/homebrew/apachetop/_metadata/description
new file mode 100644
index 000000000..0ce95dd90
--- /dev/null
+++ b/homebrew/apachetop/_metadata/description
@@ -0,0 +1 @@
+Top-like display of Apache log
diff --git a/homebrew/apachetop/_metadata/homepage b/homebrew/apachetop/_metadata/homepage
new file mode 100644
index 000000000..4cf17c17a
--- /dev/null
+++ b/homebrew/apachetop/_metadata/homepage
@@ -0,0 +1 @@
+https://web.archive.org/web/20170809160553/freecode.com/projects/apachetop
diff --git a/homebrew/apachetop/_metadata/name b/homebrew/apachetop/_metadata/name
new file mode 100644
index 000000000..859ce832e
--- /dev/null
+++ b/homebrew/apachetop/_metadata/name
@@ -0,0 +1 @@
+Apachetop
diff --git a/homebrew/apachetop/_metadata/version b/homebrew/apachetop/_metadata/version
new file mode 100644
index 000000000..0cc988469
--- /dev/null
+++ b/homebrew/apachetop/_metadata/version
@@ -0,0 +1 @@
+0.18.4
diff --git a/homebrew/apachetop/download.sh b/homebrew/apachetop/download.sh
new file mode 100755
index 000000000..77ec438c9
--- /dev/null
+++ b/homebrew/apachetop/download.sh
@@ -0,0 +1 @@
+wget https://deb.debian.org/debian/pool/main/a/apachetop/apachetop_0.18.4.orig.tar.gz \ No newline at end of file