aboutsummaryrefslogtreecommitdiff
path: root/textproc/pear-File_MARC
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2011-02-21 00:47:51 +0000
committerWen Heping <wen@FreeBSD.org>2011-02-21 00:47:51 +0000
commitc7046707cd64e9fa28972ab10c563406019e2d81 (patch)
tree114e27d827000b9fe8626567e77e2345f47bbf6f /textproc/pear-File_MARC
parent088cd592123f8b38cb95bf2967d101f3ee57a54a (diff)
downloadports-c7046707cd64e9fa28972ab10c563406019e2d81.tar.gz
ports-c7046707cd64e9fa28972ab10c563406019e2d81.zip
The standard for machine-readable cataloging (MARC) records is documented at
http://loc.gov/marc/. This package enables you to read existing MARC records from a file, string, or (using the YAZ extension), from a Z39.50 source. You can also use this package to create new MARC records. WWW: http://pear.php.net/package/File_MARC
Notes
Notes: svn path=/head/; revision=269415
Diffstat (limited to 'textproc/pear-File_MARC')
-rw-r--r--textproc/pear-File_MARC/Makefile60
-rw-r--r--textproc/pear-File_MARC/distinfo2
-rw-r--r--textproc/pear-File_MARC/pkg-descr6
3 files changed, 68 insertions, 0 deletions
diff --git a/textproc/pear-File_MARC/Makefile b/textproc/pear-File_MARC/Makefile
new file mode 100644
index 000000000000..ca41c35baf84
--- /dev/null
+++ b/textproc/pear-File_MARC/Makefile
@@ -0,0 +1,60 @@
+# Ports collection makefile for: pear-File_MARC
+# Date created: Feb 21, 2011
+# Whom: Wen Heping <wen@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= File_MARC
+PORTVERSION= 0.6.2
+CATEGORIES= textproc pear
+
+MAINTAINER= wen@FreeBSD.org
+COMMENT= Parse, modify, and create MARC records
+
+FILES= File/MARC.php \
+ File/MARCBASE.php \
+ File/MARCXML.php \
+ File/MARC/Control_Field.php \
+ File/MARC/Data_Field.php \
+ File/MARC/Exception.php \
+ File/MARC/Field.php \
+ File/MARC/List.php \
+ File/MARC/Record.php \
+ File/MARC/Subfield.php
+TESTS= bad_example.mrc bad_example.xml \
+ bigarchive.xml example.mrc \
+ marc_001.phpt marc_002.phpt \
+ marc_003.phpt marc_004.phpt \
+ marc_005.phpt marc_006.phpt \
+ marc_007.phpt marc_008.phpt \
+ marc_009.phpt marc_010.phpt \
+ marc_011.phpt marc_012.phpt \
+ marc_013.phpt marc_014.phpt \
+ marc_015.phpt marc_016.phpt \
+ marc_017.phpt marc_018.phpt \
+ marc_16783.phpt \
+ marc_field_001.phpt marc_field_002.phpt \
+ marc_field_003.phpt marc_field_004.phpt \
+ marc_record_001.phpt \
+ marc_subfield_001.phpt marc_subfield_002.phpt \
+ marc_xml_001.phpt marc_xml_002.phpt \
+ marc_xml_003.phpt marc_xml_004.phpt \
+ marc_xml_005.phpt marc_xml_006.phpt \
+ marc_xml_007.phpt marc_xml_008.phpt \
+ marc_xml_009.phpt \
+ marc_xml_16642.phpt \
+ marc_xml_rsinger.phpt \
+ music.mrc \
+ music.xml \
+ onerecord.xml \
+ sandburg.mrc \
+ sandburg.xml \
+ skipif.inc \
+ xmlescape.mrc
+EXAMPLES= example.mrc marc_yaz.php \
+ read.php subfields.php
+
+.include <bsd.port.pre.mk>
+.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
+.include <bsd.port.post.mk>
diff --git a/textproc/pear-File_MARC/distinfo b/textproc/pear-File_MARC/distinfo
new file mode 100644
index 000000000000..6c870df4bfe4
--- /dev/null
+++ b/textproc/pear-File_MARC/distinfo
@@ -0,0 +1,2 @@
+SHA256 (PEAR/File_MARC-0.6.2.tgz) = c18a65732b6a18a50faab5f21934f25185cb1eae504780ed30c150d344559e44
+SIZE (PEAR/File_MARC-0.6.2.tgz) = 52615
diff --git a/textproc/pear-File_MARC/pkg-descr b/textproc/pear-File_MARC/pkg-descr
new file mode 100644
index 000000000000..2a80e3516b79
--- /dev/null
+++ b/textproc/pear-File_MARC/pkg-descr
@@ -0,0 +1,6 @@
+The standard for machine-readable cataloging (MARC) records is documented at
+http://loc.gov/marc/. This package enables you to read existing MARC records
+from a file, string, or (using the YAZ extension), from a Z39.50 source. You
+can also use this package to create new MARC records.
+
+WWW: http://pear.php.net/package/File_MARC