aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/bulk_extractor.rb
AgeCommit message (Collapse)Author
2013-09-18bulk_extractor: fix checksumJack Nagel
Fixes #22639.
2013-09-10bulk_extractor: update to 1.4 and change python-specific stepsMark A. Matienzo
Closes #22454. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-06-03Python 2.x and 3.x supportSamuel John
New `depends_on :python` Dependency. New `depends_on :python3` Dependency. To avoid having multiple formulae with endings -py2 and -py3, we will handle support for different pythons (2.x vs. 3.x) in the same formula. Further brewed vs. external python will be transparently supported. The formula also gets a new object `python`, which is false if no Python is available or the user has disabled it. Otherwise it is defined and provides several support methods: python.site_packages # the site-packages in the formula's Cellar python.global_site_packages python.binary # the full path to the python binary python.prefix python.version python.version.major python.version.minor python.xy # => e.g. "python2.7" python.incdir # includes of python python.libdir # the python dylib library python.pkg_config_path # used internally by brew python.from_osx? python.framework? python.universal? python.pypy? python.standard_caveats # Text to set PYTHONPATH for python.from_osx? python.if3then3 # => "" for 2.x and to "3" for 3.x. Further, to avoid code duplication, `python` takes an optional block that is run twice if the formula defines depends_on :python AND :python3. python do system python, 'setup.py', "--prefix=#{prefix}" end Read more in the Homebrew wiki.
2012-11-25bulk_extractor 1.3.1Mark A. Matienzo
As of 1.3.1, bulk_extractor now builds with clang (see #16187). Closes #16230. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-11-21bulk_extractor: remove HEAD (for now)Misty De Meo
2012-11-21bulk_extractor: Fix BEViewer script; fails with clangMark A. Matienzo
Closes #16187. Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
2012-10-27Use script helpersAdam Vandenberg
2012-10-09bulk_extractor: sha1 changedMisty De Meo
2012-09-30bulk_extractor 1.3Mark A. Matienzo
Closes #15198. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-26bulk_extractor: add devel (1.3b5)Mark A. Matienzo
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-10Use autotools symbolsAdam Vandenberg
2012-06-07bulk_extractor: update homepageJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-15Add more autoconf deps where appropriateJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-30bulk_extractor 1.2.2Mark A. Matienzo
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-24bulk_extractor 1.2.1Mark A. Matienzo
add automake/autoconf dependencies if XCode >= 4.3 Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-10bulk_extractor: relocated downloads to githubMark A. Matienzo
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-17bulk_extractor 1.2.0Mark A. Matienzo
Closes #10277. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-12-09bulk_extractor 1.1.1Mark A. Matienzo
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-11-19bulk_extractor 1.1.0-beta8Mark A. Matienzo
Closes #8686. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-10-10bulk_extractor 1.1.0-alpha2Mark A. Matienzo
Closes #8041. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-28bulk_extractor 1.0.4Mark A. Matienzo
Closes #7860. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-08-01bulk_extractor 1.0.2Mark A. Matienzo
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-07-20bulk_extractor 1.0.1Mark A. Matienzo
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-07-05bulk_extractor 1.0.0Mark A. Matienzo
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-06-14bulk_extractor 0.7.24Mark A. Matienzo
Also install Python support files. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-04-13bulk-extractor: add exiv2 as optionalAdam Vandenberg
2011-04-13New formula: bulk_extractorMark A. Matienzo
bulk_extractor is a C++ program that scans a disk image (or any other file) and extracts useful information—without parsing the file system. It is like a combination of "strings" and "grep" with a whole bunch of useful patterns, including domain names, email addresses, etc. bulk_extractor will also perform a histogram analysis on the resulting extracted features. Signed-off-by: Adam Vandenberg <flangy@gmail.com>