summaryrefslogtreecommitdiff
path: root/homebrew/log4cplus
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/log4cplus
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/log4cplus')
-rw-r--r--homebrew/log4cplus/.beer19
-rw-r--r--homebrew/log4cplus/.make.sh-auto4
-rw-r--r--homebrew/log4cplus/_metadata/description1
-rw-r--r--homebrew/log4cplus/_metadata/homepage1
-rw-r--r--homebrew/log4cplus/_metadata/name1
-rw-r--r--homebrew/log4cplus/_metadata/version1
-rwxr-xr-xhomebrew/log4cplus/download.sh1
7 files changed, 28 insertions, 0 deletions
diff --git a/homebrew/log4cplus/.beer b/homebrew/log4cplus/.beer
new file mode 100644
index 000000000..7644dd6f6
--- /dev/null
+++ b/homebrew/log4cplus/.beer
@@ -0,0 +1,19 @@
+{
+ "name": "Log4cplus",
+ "description": "Logging Framework for C++",
+ "url": "https://downloads.sourceforge.net/project/log4cplus/log4cplus-stable/2.0.2/log4cplus-2.0.2.tar.xz",
+ "mirror": null,
+ "homepage": "https://sourceforge.net/p/log4cplus/wiki/Home/",
+ "depends": [],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "ENV.cxx11",
+ "system \"./configure\", \"--disable-dependency-tracking\",",
+ "\"--prefix=#{prefix}\"",
+ "system \"make\", \"install\""
+ ],
+ "version": "2.0.2",
+ "file": "log4cplus.rb"
+} \ No newline at end of file
diff --git a/homebrew/log4cplus/.make.sh-auto b/homebrew/log4cplus/.make.sh-auto
new file mode 100644
index 000000000..2c88e4da4
--- /dev/null
+++ b/homebrew/log4cplus/.make.sh-auto
@@ -0,0 +1,4 @@
+pkg:setup
+ENV.cxx11
+pkg:configure --disable-dependency-tracking
+make DESTDIR=${PKG_DEST} install
diff --git a/homebrew/log4cplus/_metadata/description b/homebrew/log4cplus/_metadata/description
new file mode 100644
index 000000000..5ea51cab8
--- /dev/null
+++ b/homebrew/log4cplus/_metadata/description
@@ -0,0 +1 @@
+Logging Framework for C++
diff --git a/homebrew/log4cplus/_metadata/homepage b/homebrew/log4cplus/_metadata/homepage
new file mode 100644
index 000000000..4afa3ee7b
--- /dev/null
+++ b/homebrew/log4cplus/_metadata/homepage
@@ -0,0 +1 @@
+https://sourceforge.net/p/log4cplus/wiki/Home/
diff --git a/homebrew/log4cplus/_metadata/name b/homebrew/log4cplus/_metadata/name
new file mode 100644
index 000000000..19d3ec785
--- /dev/null
+++ b/homebrew/log4cplus/_metadata/name
@@ -0,0 +1 @@
+Log4cplus
diff --git a/homebrew/log4cplus/_metadata/version b/homebrew/log4cplus/_metadata/version
new file mode 100644
index 000000000..e9307ca57
--- /dev/null
+++ b/homebrew/log4cplus/_metadata/version
@@ -0,0 +1 @@
+2.0.2
diff --git a/homebrew/log4cplus/download.sh b/homebrew/log4cplus/download.sh
new file mode 100755
index 000000000..e41ef2a54
--- /dev/null
+++ b/homebrew/log4cplus/download.sh
@@ -0,0 +1 @@
+wget https://downloads.sourceforge.net/project/log4cplus/log4cplus-stable/2.0.2/log4cplus-2.0.2.tar.xz \ No newline at end of file