Commit graph

30 commits

Author SHA1 Message Date
Jack Nagel
204c78e055 bulk_extractor: use checksummed patches 2014-03-14 10:22:32 -05:00
Mark A. Matienzo
fcc1b84c5b bulk_extractor 1.4.4
Closes Homebrew/homebrew#25966.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-01-16 23:47:31 +00:00
Mike McQuaid
1baf475569 bulk_extractor: cleanup python usage. 2014-01-04 13:19:20 +00:00
Jack Nagel
782141449c bulk_extractor: fix checksum
Fixes Homebrew/homebrew#22639.
2013-09-18 11:08:59 -05:00
Mark A. Matienzo
8eb6f9d12a bulk_extractor: update to 1.4 and change python-specific steps
Closes Homebrew/homebrew#22454.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-09-10 19:50:28 -07:00
Samuel John
f6e80bdea2 Python 2.x and 3.x support
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.
2013-06-03 17:29:43 +02:00
Mark A. Matienzo
82bc29f92e bulk_extractor 1.3.1
As of 1.3.1, bulk_extractor now builds with clang (see Homebrew/homebrew#16187).

Closes Homebrew/homebrew#16230.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-11-25 15:55:32 -08:00
Misty De Meo
07b93e454d bulk_extractor: remove HEAD (for now) 2012-11-21 16:14:27 -06:00
Mark A. Matienzo
e6a035aabb bulk_extractor: Fix BEViewer script; fails with clang
Closes Homebrew/homebrew#16187.

Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
2012-11-21 16:12:36 -06:00
Adam Vandenberg
0806504e0e Use script helpers 2012-10-27 19:28:49 -07:00
Misty De Meo
29bcee6cf9 bulk_extractor: sha1 changed 2012-10-09 10:06:06 -05:00
Mark A. Matienzo
1a50e69086 bulk_extractor 1.3
Closes Homebrew/homebrew#15198.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-30 11:19:42 -07:00
Mark A. Matienzo
0b88ac3d89 bulk_extractor: add devel (1.3b5)
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-26 09:12:28 -07:00
Adam Vandenberg
62fa0c4f42 Use autotools symbols 2012-07-10 08:56:02 -07:00
Jack Nagel
649aebb9e0 bulk_extractor: update homepage
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-06-07 17:01:54 -05:00
Jack Nagel
52270920c6 Add more autoconf deps where appropriate
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-15 16:38:16 -05:00
Mark A. Matienzo
2767012cf4 bulk_extractor 1.2.2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-30 07:17:04 -07:00
Mark A. Matienzo
bb1f180268 bulk_extractor 1.2.1
add automake/autoconf dependencies if XCode >= 4.3

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-24 20:27:25 -07:00
Mark A. Matienzo
965e7a3ac8 bulk_extractor: relocated downloads to github
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-10 06:12:52 -07:00
Mark A. Matienzo
312bdd7e38 bulk_extractor 1.2.0
Closes Homebrew/homebrew#10277.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-17 13:51:07 -06:00
Mark A. Matienzo
bbb4a66242 bulk_extractor 1.1.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-12-09 06:37:24 -08:00
Mark A. Matienzo
570d92f835 bulk_extractor 1.1.0-beta8
Closes Homebrew/homebrew#8686.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-11-19 14:34:21 -06:00
Mark A. Matienzo
fab13327d6 bulk_extractor 1.1.0-alpha2
Closes Homebrew/homebrew#8041.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-10-10 13:31:22 -07:00
Mark A. Matienzo
3ec4a1cd1a bulk_extractor 1.0.4
Closes Homebrew/homebrew#7860.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-28 14:58:07 -05:00
Mark A. Matienzo
88ce3262e7 bulk_extractor 1.0.2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-01 12:10:40 -07:00
Mark A. Matienzo
6b2c5617f8 bulk_extractor 1.0.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-07-20 21:50:06 -07:00
Mark A. Matienzo
cd4beb071d bulk_extractor 1.0.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-07-05 13:41:20 -07:00
Mark A. Matienzo
f3f68a1bb5 bulk_extractor 0.7.24
Also install Python support files.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-06-14 09:27:01 -07:00
Adam Vandenberg
cc3373e6ed bulk-extractor: add exiv2 as optional 2011-04-13 20:22:48 -07:00
Mark A. Matienzo
8f3f232440 New formula: bulk_extractor
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>
2011-04-13 19:08:20 -07:00