Opened 14 years ago

Closed 14 years ago

#25898 closed submission (fixed)

[NEW] security/volatility

Reported by: jul_bsd@… Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
Component: ports Version: 1.9.1
Keywords: Cc:
Port: volatility

Description

The Volatility Framework is a completely open collection of tools, implemented in Python under the GNU General Public License, for the extraction of digital artifacts from volatile memory (RAM) samples. The extraction techniques are performed completely independent of the system being investigated but offer unprecedented visibilty into the runtime state of the system. The framework is intended to introduce people to the techniques and complexities associated with extracting digital artifacts from volatile memory samples and provide a platform for further work into this exciting area of research.

Attachments (1)

Portfile (2.2 KB) - added by jul_bsd@… 14 years ago.

Download all attachments as: .zip

Change History (3)

Changed 14 years ago by jul_bsd@…

Attachment: Portfile added

comment:1 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)

Owner: changed from macports-tickets@… to ryandesign@…
Port: volatility added
Status: newassigned

comment:2 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: assignedclosed

Thanks, committed in r70206 with these changes:

  • whitespace / formatting
  • made you the maintainer with openmaintainer
  • removed the "GPL" comment and added "license GPL-2+" (since comments in the source code says it is licensed under GPL version 2 or any later version)
  • tweaked long_description
  • removed "depends_lib port:python26" as the python26 portgroup already adds that for you
  • moved your post-build reinplaces to post-patch and fixed the shebang reinplace so it works (the backslashes needed two levels of escaping: one for tcl's double quotes and one for the regex engine)
  • simplified post-destroot by removing foreach loops
  • installed all the documentation files not just README.txt
  • removed commented-out code in post-destroot
  • added "supported_archs noarch" because this port does not install any architecture-specific files
  • fixed livecheck
Note: See TracTickets for help on using tickets.