From 12335518ab39608d58370c85ff9f5384ad2aa5f7 Mon Sep 17 00:00:00 2001 From: MCApollo <34170230+MCApollo@users.noreply.github.com> Date: Sat, 20 Apr 2019 20:49:46 -0500 Subject: Ported in the homebrew-marauder for a hacky update/import system. TODO: Maybe add a license & fix up messy code. --- homebrew/apachetop/.beer | 31 +++++++++++++++++++++++++++++++ homebrew/apachetop/.make.sh-auto | 4 ++++ homebrew/apachetop/_metadata/description | 1 + homebrew/apachetop/_metadata/homepage | 1 + homebrew/apachetop/_metadata/name | 1 + homebrew/apachetop/_metadata/version | 1 + homebrew/apachetop/download.sh | 1 + 7 files changed, 40 insertions(+) create mode 100644 homebrew/apachetop/.beer create mode 100644 homebrew/apachetop/.make.sh-auto create mode 100644 homebrew/apachetop/_metadata/description create mode 100644 homebrew/apachetop/_metadata/homepage create mode 100644 homebrew/apachetop/_metadata/name create mode 100644 homebrew/apachetop/_metadata/version create mode 100755 homebrew/apachetop/download.sh (limited to 'homebrew/apachetop') 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 -- cgit v1.2.3