summaryrefslogtreecommitdiff
path: root/databases/p5-MARC/DESCR
diff options
context:
space:
mode:
Diffstat (limited to 'databases/p5-MARC/DESCR')
-rw-r--r--databases/p5-MARC/DESCR15
1 files changed, 15 insertions, 0 deletions
diff --git a/databases/p5-MARC/DESCR b/databases/p5-MARC/DESCR
new file mode 100644
index 00000000000..f0ef4664b70
--- /dev/null
+++ b/databases/p5-MARC/DESCR
@@ -0,0 +1,15 @@
+MARC (MAchine Readable Cataloging)
+
+MARC.pm is a Perl 5 module for reading in, manipulating, and outputting
+bibliographic records in the USMARC format. It handles conversions
+from MARC into ASCII (text), Library of Congress MARCMaker, HTML,
+and ISBD. Input from MARCMaker format is also supported. Individual
+records, fields, indicators, and subfields can be created, modified, and
+deleted. It can extract URLs from the 856 field into HTML.
+
+MARC.pm can handle both single and batches of MARC records. The limit on
+the number of records in a batch is determined by the memory capacity of
+the machine you are running. If memory is an issue for you MARC.pm will
+allow you to read in records from a batch gradually. MARC.pm also includes
+a variety of tools for searching, removing, and even creating records from
+scratch.