summaryrefslogtreecommitdiffstats
path: root/libraries/electric-fence/slack-desc
diff options
context:
space:
mode:
author dsomero <xgizzmo@slackbuilds.org>2011-04-04 18:48:06 -0400
committer Robby Workman <rworkman@slackbuilds.org>2011-04-04 22:06:49 -0500
commitcc1c5cf5100e7ed5d15d3bf19d6884509ecaee74 (patch)
treefe9d1b3655c6a977aae5a56dc36dcfca742e3649 /libraries/electric-fence/slack-desc
parentd0f75f19419a6db6f24c77302208e742bd6694de (diff)
downloadslackbuilds-cc1c5cf5100e7ed5d15d3bf19d6884509ecaee74.tar.gz
slackbuilds-cc1c5cf5100e7ed5d15d3bf19d6884509ecaee74.tar.xz
libraries/electric-fence: Removed, this fails to build.
This fails to build and there seems to be no upstream. Fedora has a ton of patches to this and they could get this working again. Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to '')
-rw-r--r--libraries/electric-fence/slack-desc19
1 files changed, 0 insertions, 19 deletions
diff --git a/libraries/electric-fence/slack-desc b/libraries/electric-fence/slack-desc
deleted file mode 100644
index b1efed50e3..0000000000
--- a/libraries/electric-fence/slack-desc
+++ /dev/null
@@ -1,19 +0,0 @@
-# HOW TO EDIT THIS FILE:
-# The "handy ruler" below makes it easier to edit a package description. Line
-# up the first '|' above the ':' following the base package name, and the '|' on
-# the right side marks the last column you can put a character in. You must make
-# exactly 11 lines for the formatting to be correct. It's also customary to
-# leave one space after the ':'.
-
- |-----handy-ruler------------------------------------------------------|
-electric-fence: Electric Fence (A malloc(3) debugger)
-electric-fence:
-electric-fence: Electric Fence is a debugger that uses virtual memory hardware to
-electric-fence: detect illegal memory accesses. It can detect two common programming
-electric-fence: bugs: software that overruns or underruns the boundaries of a malloc()
-electric-fence: memory allocation, and software that touches a memory allocation that
-electric-fence: has been released by free().
-electric-fence:
-electric-fence:
-electric-fence:
-electric-fence: