From 1db993d5b08a5bf7d32d58fe9b1d32cf2b003a67 Mon Sep 17 00:00:00 2001 From: Mark A. Matienzo Date: Fri, 17 Sep 2010 15:39:43 -0400 Subject: New formula: bagit BagIt Library is a Java software library that supports the creation, manipulation and validation of directories complying with the BagIt specification. The spec is for packaging of digital content for transfer. Content is packaged (the bag) along with a small amount of machine-readable text (the tag) to help automate the content's receipt, storage and retrieval. Signed-off-by: Adam Vandenberg --- Library/Formula/bagit.rb | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Library/Formula/bagit.rb (limited to 'Library') diff --git a/Library/Formula/bagit.rb b/Library/Formula/bagit.rb new file mode 100644 index 000000000..5eff20ec2 --- /dev/null +++ b/Library/Formula/bagit.rb @@ -0,0 +1,18 @@ +require 'formula' + +class Bagit