summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2014-12-30 15:52:04 +0000
committerwiz <wiz@pkgsrc.org>2014-12-30 15:52:04 +0000
commitf0109d37d623994c3bfbc40b5f292340f15bf181 (patch)
treeaba3146bd094a1f379d49b5c69f0aa62e2c091d5 /textproc
parent7b85cdb32fbbbad40506cfe53baee485b71479c2 (diff)
downloadpkgsrc-f0109d37d623994c3bfbc40b5f292340f15bf181.tar.gz
Import qore-yaml-module-0.4nb4 as textproc/qore-yaml-module, packaged
for wip by nros. Plugin for the Qore programming language that provides conversion from native Qore data to YAML strings.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/qore-yaml-module/DESCR2
-rw-r--r--textproc/qore-yaml-module/Makefile40
-rw-r--r--textproc/qore-yaml-module/PLIST308
-rw-r--r--textproc/qore-yaml-module/buildlink3.mk16
-rw-r--r--textproc/qore-yaml-module/distinfo7
-rw-r--r--textproc/qore-yaml-module/options.mk12
-rw-r--r--textproc/qore-yaml-module/patches/patch-configure21
-rw-r--r--textproc/qore-yaml-module/patches/patch-src_Makefile.in14
8 files changed, 420 insertions, 0 deletions
diff --git a/textproc/qore-yaml-module/DESCR b/textproc/qore-yaml-module/DESCR
new file mode 100644
index 00000000000..370b6766a06
--- /dev/null
+++ b/textproc/qore-yaml-module/DESCR
@@ -0,0 +1,2 @@
+Plugin for the Qore programming language that provides conversion from
+native Qore data to YAML strings.
diff --git a/textproc/qore-yaml-module/Makefile b/textproc/qore-yaml-module/Makefile
new file mode 100644
index 00000000000..eb7f78e1110
--- /dev/null
+++ b/textproc/qore-yaml-module/Makefile
@@ -0,0 +1,40 @@
+# $NetBSD: Makefile,v 1.1 2014/12/30 15:52:04 wiz Exp $
+
+DISTNAME= qore-yaml-module-0.4
+PKGREVISION= 4
+CATEGORIES= textproc
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=qore/}
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= nros@users.sourceforge.net
+COMMENT= Yaml module for Qore
+HOMEPAGE= http://www.qore.org/
+LICENSE= gnu-lgpl-v2.1 OR mit
+
+GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
+USE_LANGUAGES= c c++
+USE_TOOLS+= gmake pax
+
+PTHREAD_OPTS+= native
+
+#This is needed in order to comply the with MIT license and binary distribution
+#Install docs.
+INSTALLATION_DIRS+= share/doc/${PKGBASE}
+post-install:
+ ${INSTALL_DATA} ${WRKSRC}/COPYING.LGPL \
+ ${DESTDIR}${PREFIX}/share/doc/${PKGBASE}
+ ${INSTALL_DATA} ${WRKSRC}/COPYING.MIT \
+ ${DESTDIR}${PREFIX}/share/doc/${PKGBASE}
+ cd ${WRKSRC}/docs && ${PAX} -wr * \
+ ${DESTDIR}${PREFIX}/share/doc/${PKGBASE}
+ ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} \
+ ${DESTDIR}${PREFIX}/share/doc/${PKGBASE}
+
+.include "../../lang/qore/module.mk"
+.include "options.mk"
+
+.include "../../mk/pthread.buildlink3.mk"
+.include "../../textproc/libyaml/buildlink3.mk"
+.include "../../lang/qore/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/textproc/qore-yaml-module/PLIST b/textproc/qore-yaml-module/PLIST
new file mode 100644
index 00000000000..6239f3286b7
--- /dev/null
+++ b/textproc/qore-yaml-module/PLIST
@@ -0,0 +1,308 @@
+@comment $NetBSD: PLIST,v 1.1 2014/12/30 15:52:04 wiz Exp $
+${QORE_MODULE_DIR}/${QORE_VERSION}/YamlRpcClient.qm
+${QORE_MODULE_DIR}/${QORE_VERSION}/YamlRpcHandler.qm
+${QORE_MODULE_DIR}/yaml-api-${QORE_LATEST_MODULE_API}.qmod
+share/doc/qore-yaml-module/COPYING.LGPL
+share/doc/qore-yaml-module/COPYING.MIT
+share/doc/qore-yaml-module/YamlRpcClient/html/_yaml_rpc_client_8qm_8dox_8h_source.html
+share/doc/qore-yaml-module/YamlRpcClient/html/annotated.html
+share/doc/qore-yaml-module/YamlRpcClient/html/annotated.js
+share/doc/qore-yaml-module/YamlRpcClient/html/bc_s.png
+share/doc/qore-yaml-module/YamlRpcClient/html/bdwn.png
+share/doc/qore-yaml-module/YamlRpcClient/html/class_yaml_rpc_client_1_1_yaml_rpc_client-members.html
+share/doc/qore-yaml-module/YamlRpcClient/html/class_yaml_rpc_client_1_1_yaml_rpc_client.html
+share/doc/qore-yaml-module/YamlRpcClient/html/class_yaml_rpc_client_1_1_yaml_rpc_client.js
+share/doc/qore-yaml-module/YamlRpcClient/html/classes.html
+share/doc/qore-yaml-module/YamlRpcClient/html/closed.png
+share/doc/qore-yaml-module/YamlRpcClient/html/dir_49e56c817e5e54854c35e136979f97ca.html
+share/doc/qore-yaml-module/YamlRpcClient/html/dir_49e56c817e5e54854c35e136979f97ca_dep.map
+share/doc/qore-yaml-module/YamlRpcClient/html/dir_49e56c817e5e54854c35e136979f97ca_dep.md5
+share/doc/qore-yaml-module/YamlRpcClient/html/dir_49e56c817e5e54854c35e136979f97ca_dep.png
+share/doc/qore-yaml-module/YamlRpcClient/html/dir_f0c12ab8496b9632c5b71797b5466ad3.html
+share/doc/qore-yaml-module/YamlRpcClient/html/dir_f0c12ab8496b9632c5b71797b5466ad3_dep.map
+share/doc/qore-yaml-module/YamlRpcClient/html/dir_f0c12ab8496b9632c5b71797b5466ad3_dep.md5
+share/doc/qore-yaml-module/YamlRpcClient/html/dir_f0c12ab8496b9632c5b71797b5466ad3_dep.png
+share/doc/qore-yaml-module/YamlRpcClient/html/doxygen.css
+share/doc/qore-yaml-module/YamlRpcClient/html/doxygen.png
+share/doc/qore-yaml-module/YamlRpcClient/html/dynsections.js
+share/doc/qore-yaml-module/YamlRpcClient/html/ftv2blank.png
+share/doc/qore-yaml-module/YamlRpcClient/html/ftv2cl.png
+share/doc/qore-yaml-module/YamlRpcClient/html/ftv2doc.png
+share/doc/qore-yaml-module/YamlRpcClient/html/ftv2folderclosed.png
+share/doc/qore-yaml-module/YamlRpcClient/html/ftv2folderopen.png
+share/doc/qore-yaml-module/YamlRpcClient/html/ftv2lastnode.png
+share/doc/qore-yaml-module/YamlRpcClient/html/ftv2link.png
+share/doc/qore-yaml-module/YamlRpcClient/html/ftv2mlastnode.png
+share/doc/qore-yaml-module/YamlRpcClient/html/ftv2mnode.png
+share/doc/qore-yaml-module/YamlRpcClient/html/ftv2mo.png
+share/doc/qore-yaml-module/YamlRpcClient/html/ftv2node.png
+share/doc/qore-yaml-module/YamlRpcClient/html/ftv2ns.png
+share/doc/qore-yaml-module/YamlRpcClient/html/ftv2plastnode.png
+share/doc/qore-yaml-module/YamlRpcClient/html/ftv2pnode.png
+share/doc/qore-yaml-module/YamlRpcClient/html/ftv2splitbar.png
+share/doc/qore-yaml-module/YamlRpcClient/html/ftv2vertline.png
+share/doc/qore-yaml-module/YamlRpcClient/html/functions.html
+share/doc/qore-yaml-module/YamlRpcClient/html/functions_func.html
+share/doc/qore-yaml-module/YamlRpcClient/html/functions_vars.html
+share/doc/qore-yaml-module/YamlRpcClient/html/graph_legend.html
+share/doc/qore-yaml-module/YamlRpcClient/html/graph_legend.md5
+share/doc/qore-yaml-module/YamlRpcClient/html/graph_legend.png
+share/doc/qore-yaml-module/YamlRpcClient/html/index.html
+share/doc/qore-yaml-module/YamlRpcClient/html/index.qhp
+share/doc/qore-yaml-module/YamlRpcClient/html/jquery.js
+share/doc/qore-yaml-module/YamlRpcClient/html/nav_f.png
+share/doc/qore-yaml-module/YamlRpcClient/html/nav_g.png
+share/doc/qore-yaml-module/YamlRpcClient/html/nav_h.png
+share/doc/qore-yaml-module/YamlRpcClient/html/navtree.css
+share/doc/qore-yaml-module/YamlRpcClient/html/navtree.js
+share/doc/qore-yaml-module/YamlRpcClient/html/navtreeindex0.js
+share/doc/qore-yaml-module/YamlRpcClient/html/open.png
+share/doc/qore-yaml-module/YamlRpcClient/html/resize.js
+share/doc/qore-yaml-module/YamlRpcClient/html/search/all_63.html
+share/doc/qore-yaml-module/YamlRpcClient/html/search/all_63.js
+share/doc/qore-yaml-module/YamlRpcClient/html/search/all_64.html
+share/doc/qore-yaml-module/YamlRpcClient/html/search/all_64.js
+share/doc/qore-yaml-module/YamlRpcClient/html/search/all_6d.html
+share/doc/qore-yaml-module/YamlRpcClient/html/search/all_6d.js
+share/doc/qore-yaml-module/YamlRpcClient/html/search/all_76.html
+share/doc/qore-yaml-module/YamlRpcClient/html/search/all_76.js
+share/doc/qore-yaml-module/YamlRpcClient/html/search/all_79.html
+share/doc/qore-yaml-module/YamlRpcClient/html/search/all_79.js
+share/doc/qore-yaml-module/YamlRpcClient/html/search/classes_79.html
+share/doc/qore-yaml-module/YamlRpcClient/html/search/classes_79.js
+share/doc/qore-yaml-module/YamlRpcClient/html/search/close.png
+share/doc/qore-yaml-module/YamlRpcClient/html/search/functions_63.html
+share/doc/qore-yaml-module/YamlRpcClient/html/search/functions_63.js
+share/doc/qore-yaml-module/YamlRpcClient/html/search/functions_6d.html
+share/doc/qore-yaml-module/YamlRpcClient/html/search/functions_6d.js
+share/doc/qore-yaml-module/YamlRpcClient/html/search/mag_sel.png
+share/doc/qore-yaml-module/YamlRpcClient/html/search/nomatches.html
+share/doc/qore-yaml-module/YamlRpcClient/html/search/pages_79.html
+share/doc/qore-yaml-module/YamlRpcClient/html/search/pages_79.js
+share/doc/qore-yaml-module/YamlRpcClient/html/search/search.css
+share/doc/qore-yaml-module/YamlRpcClient/html/search/search.js
+share/doc/qore-yaml-module/YamlRpcClient/html/search/search_l.png
+share/doc/qore-yaml-module/YamlRpcClient/html/search/search_m.png
+share/doc/qore-yaml-module/YamlRpcClient/html/search/search_r.png
+share/doc/qore-yaml-module/YamlRpcClient/html/search/variables_64.html
+share/doc/qore-yaml-module/YamlRpcClient/html/search/variables_64.js
+share/doc/qore-yaml-module/YamlRpcClient/html/search/variables_76.html
+share/doc/qore-yaml-module/YamlRpcClient/html/search/variables_76.js
+share/doc/qore-yaml-module/YamlRpcClient/html/sync_off.png
+share/doc/qore-yaml-module/YamlRpcClient/html/sync_on.png
+share/doc/qore-yaml-module/YamlRpcClient/html/tab_a.png
+share/doc/qore-yaml-module/YamlRpcClient/html/tab_b.png
+share/doc/qore-yaml-module/YamlRpcClient/html/tab_h.png
+share/doc/qore-yaml-module/YamlRpcClient/html/tab_s.png
+share/doc/qore-yaml-module/YamlRpcClient/html/tabs.css
+share/doc/qore-yaml-module/YamlRpcHandler/html/_yaml_rpc_handler_8qm_8dox_8h_source.html
+share/doc/qore-yaml-module/YamlRpcHandler/html/annotated.html
+share/doc/qore-yaml-module/YamlRpcHandler/html/annotated.js
+share/doc/qore-yaml-module/YamlRpcHandler/html/bc_s.png
+share/doc/qore-yaml-module/YamlRpcHandler/html/bdwn.png
+share/doc/qore-yaml-module/YamlRpcHandler/html/class_yaml_rpc_handler_1_1_yaml_rpc_handler-members.html
+share/doc/qore-yaml-module/YamlRpcHandler/html/class_yaml_rpc_handler_1_1_yaml_rpc_handler.html
+share/doc/qore-yaml-module/YamlRpcHandler/html/class_yaml_rpc_handler_1_1_yaml_rpc_handler.js
+share/doc/qore-yaml-module/YamlRpcHandler/html/classes.html
+share/doc/qore-yaml-module/YamlRpcHandler/html/closed.png
+share/doc/qore-yaml-module/YamlRpcHandler/html/dir_49e56c817e5e54854c35e136979f97ca.html
+share/doc/qore-yaml-module/YamlRpcHandler/html/dir_49e56c817e5e54854c35e136979f97ca_dep.map
+share/doc/qore-yaml-module/YamlRpcHandler/html/dir_49e56c817e5e54854c35e136979f97ca_dep.md5
+share/doc/qore-yaml-module/YamlRpcHandler/html/dir_49e56c817e5e54854c35e136979f97ca_dep.png
+share/doc/qore-yaml-module/YamlRpcHandler/html/dir_f0c12ab8496b9632c5b71797b5466ad3.html
+share/doc/qore-yaml-module/YamlRpcHandler/html/dir_f0c12ab8496b9632c5b71797b5466ad3_dep.map
+share/doc/qore-yaml-module/YamlRpcHandler/html/dir_f0c12ab8496b9632c5b71797b5466ad3_dep.md5
+share/doc/qore-yaml-module/YamlRpcHandler/html/dir_f0c12ab8496b9632c5b71797b5466ad3_dep.png
+share/doc/qore-yaml-module/YamlRpcHandler/html/doxygen.css
+share/doc/qore-yaml-module/YamlRpcHandler/html/doxygen.png
+share/doc/qore-yaml-module/YamlRpcHandler/html/dynsections.js
+share/doc/qore-yaml-module/YamlRpcHandler/html/ftv2blank.png
+share/doc/qore-yaml-module/YamlRpcHandler/html/ftv2cl.png
+share/doc/qore-yaml-module/YamlRpcHandler/html/ftv2doc.png
+share/doc/qore-yaml-module/YamlRpcHandler/html/ftv2folderclosed.png
+share/doc/qore-yaml-module/YamlRpcHandler/html/ftv2folderopen.png
+share/doc/qore-yaml-module/YamlRpcHandler/html/ftv2lastnode.png
+share/doc/qore-yaml-module/YamlRpcHandler/html/ftv2link.png
+share/doc/qore-yaml-module/YamlRpcHandler/html/ftv2mlastnode.png
+share/doc/qore-yaml-module/YamlRpcHandler/html/ftv2mnode.png
+share/doc/qore-yaml-module/YamlRpcHandler/html/ftv2mo.png
+share/doc/qore-yaml-module/YamlRpcHandler/html/ftv2node.png
+share/doc/qore-yaml-module/YamlRpcHandler/html/ftv2ns.png
+share/doc/qore-yaml-module/YamlRpcHandler/html/ftv2plastnode.png
+share/doc/qore-yaml-module/YamlRpcHandler/html/ftv2pnode.png
+share/doc/qore-yaml-module/YamlRpcHandler/html/ftv2splitbar.png
+share/doc/qore-yaml-module/YamlRpcHandler/html/ftv2vertline.png
+share/doc/qore-yaml-module/YamlRpcHandler/html/functions.html
+share/doc/qore-yaml-module/YamlRpcHandler/html/functions_func.html
+share/doc/qore-yaml-module/YamlRpcHandler/html/functions_vars.html
+share/doc/qore-yaml-module/YamlRpcHandler/html/graph_legend.html
+share/doc/qore-yaml-module/YamlRpcHandler/html/graph_legend.md5
+share/doc/qore-yaml-module/YamlRpcHandler/html/graph_legend.png
+share/doc/qore-yaml-module/YamlRpcHandler/html/index.html
+share/doc/qore-yaml-module/YamlRpcHandler/html/index.qhp
+share/doc/qore-yaml-module/YamlRpcHandler/html/jquery.js
+share/doc/qore-yaml-module/YamlRpcHandler/html/namespace_yaml_rpc_handler.html
+share/doc/qore-yaml-module/YamlRpcHandler/html/namespace_yaml_rpc_handler.js
+share/doc/qore-yaml-module/YamlRpcHandler/html/namespaces.html
+share/doc/qore-yaml-module/YamlRpcHandler/html/namespaces.js
+share/doc/qore-yaml-module/YamlRpcHandler/html/nav_f.png
+share/doc/qore-yaml-module/YamlRpcHandler/html/nav_g.png
+share/doc/qore-yaml-module/YamlRpcHandler/html/nav_h.png
+share/doc/qore-yaml-module/YamlRpcHandler/html/navtree.css
+share/doc/qore-yaml-module/YamlRpcHandler/html/navtree.js
+share/doc/qore-yaml-module/YamlRpcHandler/html/navtreeindex0.js
+share/doc/qore-yaml-module/YamlRpcHandler/html/open.png
+share/doc/qore-yaml-module/YamlRpcHandler/html/resize.js
+share/doc/qore-yaml-module/YamlRpcHandler/html/search/all_61.html
+share/doc/qore-yaml-module/YamlRpcHandler/html/search/all_61.js
+share/doc/qore-yaml-module/YamlRpcHandler/html/search/all_63.html
+share/doc/qore-yaml-module/YamlRpcHandler/html/search/all_63.js
+share/doc/qore-yaml-module/YamlRpcHandler/html/search/all_67.html
+share/doc/qore-yaml-module/YamlRpcHandler/html/search/all_67.js
+share/doc/qore-yaml-module/YamlRpcHandler/html/search/all_69.html
+share/doc/qore-yaml-module/YamlRpcHandler/html/search/all_69.js
+share/doc/qore-yaml-module/YamlRpcHandler/html/search/all_6d.html
+share/doc/qore-yaml-module/YamlRpcHandler/html/search/all_6d.js
+share/doc/qore-yaml-module/YamlRpcHandler/html/search/all_73.html
+share/doc/qore-yaml-module/YamlRpcHandler/html/search/all_73.js
+share/doc/qore-yaml-module/YamlRpcHandler/html/search/all_76.html
+share/doc/qore-yaml-module/YamlRpcHandler/html/search/all_76.js
+share/doc/qore-yaml-module/YamlRpcHandler/html/search/all_79.html
+share/doc/qore-yaml-module/YamlRpcHandler/html/search/all_79.js
+share/doc/qore-yaml-module/YamlRpcHandler/html/search/classes_79.html
+share/doc/qore-yaml-module/YamlRpcHandler/html/search/classes_79.js
+share/doc/qore-yaml-module/YamlRpcHandler/html/search/close.png
+share/doc/qore-yaml-module/YamlRpcHandler/html/search/functions_61.html
+share/doc/qore-yaml-module/YamlRpcHandler/html/search/functions_61.js
+share/doc/qore-yaml-module/YamlRpcHandler/html/search/functions_63.html
+share/doc/qore-yaml-module/YamlRpcHandler/html/search/functions_63.js
+share/doc/qore-yaml-module/YamlRpcHandler/html/search/functions_67.html
+share/doc/qore-yaml-module/YamlRpcHandler/html/search/functions_67.js
+share/doc/qore-yaml-module/YamlRpcHandler/html/search/functions_6d.html
+share/doc/qore-yaml-module/YamlRpcHandler/html/search/functions_6d.js
+share/doc/qore-yaml-module/YamlRpcHandler/html/search/functions_73.html
+share/doc/qore-yaml-module/YamlRpcHandler/html/search/functions_73.js
+share/doc/qore-yaml-module/YamlRpcHandler/html/search/mag_sel.png
+share/doc/qore-yaml-module/YamlRpcHandler/html/search/namespaces_79.html
+share/doc/qore-yaml-module/YamlRpcHandler/html/search/namespaces_79.js
+share/doc/qore-yaml-module/YamlRpcHandler/html/search/nomatches.html
+share/doc/qore-yaml-module/YamlRpcHandler/html/search/pages_79.html
+share/doc/qore-yaml-module/YamlRpcHandler/html/search/pages_79.js
+share/doc/qore-yaml-module/YamlRpcHandler/html/search/search.css
+share/doc/qore-yaml-module/YamlRpcHandler/html/search/search.js
+share/doc/qore-yaml-module/YamlRpcHandler/html/search/search_l.png
+share/doc/qore-yaml-module/YamlRpcHandler/html/search/search_m.png
+share/doc/qore-yaml-module/YamlRpcHandler/html/search/search_r.png
+share/doc/qore-yaml-module/YamlRpcHandler/html/search/variables_69.html
+share/doc/qore-yaml-module/YamlRpcHandler/html/search/variables_69.js
+share/doc/qore-yaml-module/YamlRpcHandler/html/search/variables_76.html
+share/doc/qore-yaml-module/YamlRpcHandler/html/search/variables_76.js
+share/doc/qore-yaml-module/YamlRpcHandler/html/sync_off.png
+share/doc/qore-yaml-module/YamlRpcHandler/html/sync_on.png
+share/doc/qore-yaml-module/YamlRpcHandler/html/tab_a.png
+share/doc/qore-yaml-module/YamlRpcHandler/html/tab_b.png
+share/doc/qore-yaml-module/YamlRpcHandler/html/tab_h.png
+share/doc/qore-yaml-module/YamlRpcHandler/html/tab_s.png
+share/doc/qore-yaml-module/YamlRpcHandler/html/tabs.css
+share/doc/qore-yaml-module/yaml/html/bc_s.png
+share/doc/qore-yaml-module/yaml/html/bdwn.png
+share/doc/qore-yaml-module/yaml/html/closed.png
+share/doc/qore-yaml-module/yaml/html/dir_68267d1309a1af8e8297ef4c3efbcdba.html
+share/doc/qore-yaml-module/yaml/html/dir_68267d1309a1af8e8297ef4c3efbcdba.js
+share/doc/qore-yaml-module/yaml/html/doxygen.css
+share/doc/qore-yaml-module/yaml/html/doxygen.png
+share/doc/qore-yaml-module/yaml/html/dynsections.js
+share/doc/qore-yaml-module/yaml/html/files.html
+share/doc/qore-yaml-module/yaml/html/files.js
+share/doc/qore-yaml-module/yaml/html/ftv2blank.png
+share/doc/qore-yaml-module/yaml/html/ftv2cl.png
+share/doc/qore-yaml-module/yaml/html/ftv2doc.png
+share/doc/qore-yaml-module/yaml/html/ftv2folderclosed.png
+share/doc/qore-yaml-module/yaml/html/ftv2folderopen.png
+share/doc/qore-yaml-module/yaml/html/ftv2lastnode.png
+share/doc/qore-yaml-module/yaml/html/ftv2link.png
+share/doc/qore-yaml-module/yaml/html/ftv2mlastnode.png
+share/doc/qore-yaml-module/yaml/html/ftv2mnode.png
+share/doc/qore-yaml-module/yaml/html/ftv2mo.png
+share/doc/qore-yaml-module/yaml/html/ftv2node.png
+share/doc/qore-yaml-module/yaml/html/ftv2ns.png
+share/doc/qore-yaml-module/yaml/html/ftv2plastnode.png
+share/doc/qore-yaml-module/yaml/html/ftv2pnode.png
+share/doc/qore-yaml-module/yaml/html/ftv2splitbar.png
+share/doc/qore-yaml-module/yaml/html/ftv2vertline.png
+share/doc/qore-yaml-module/yaml/html/group__yaml__emitter__option__constants.html
+share/doc/qore-yaml-module/yaml/html/group__yaml__emitter__option__constants.js
+share/doc/qore-yaml-module/yaml/html/group__yaml__functions.html
+share/doc/qore-yaml-module/yaml/html/group__yaml__functions.js
+share/doc/qore-yaml-module/yaml/html/index.html
+share/doc/qore-yaml-module/yaml/html/jquery.js
+share/doc/qore-yaml-module/yaml/html/modules.html
+share/doc/qore-yaml-module/yaml/html/modules.js
+share/doc/qore-yaml-module/yaml/html/namespaceQore_1_1YAML.html
+share/doc/qore-yaml-module/yaml/html/namespacemembers.html
+share/doc/qore-yaml-module/yaml/html/namespacemembers_func.html
+share/doc/qore-yaml-module/yaml/html/namespacemembers_vars.html
+share/doc/qore-yaml-module/yaml/html/namespaces.html
+share/doc/qore-yaml-module/yaml/html/namespaces.js
+share/doc/qore-yaml-module/yaml/html/nav_f.png
+share/doc/qore-yaml-module/yaml/html/nav_g.png
+share/doc/qore-yaml-module/yaml/html/nav_h.png
+share/doc/qore-yaml-module/yaml/html/navtree.css
+share/doc/qore-yaml-module/yaml/html/navtree.js
+share/doc/qore-yaml-module/yaml/html/navtreeindex0.js
+share/doc/qore-yaml-module/yaml/html/open.png
+share/doc/qore-yaml-module/yaml/html/ql__yaml_8dox_8h_source.html
+share/doc/qore-yaml-module/yaml/html/resize.js
+share/doc/qore-yaml-module/yaml/html/search/all_62.html
+share/doc/qore-yaml-module/yaml/html/search/all_62.js
+share/doc/qore-yaml-module/yaml/html/search/all_63.html
+share/doc/qore-yaml-module/yaml/html/search/all_63.js
+share/doc/qore-yaml-module/yaml/html/search/all_65.html
+share/doc/qore-yaml-module/yaml/html/search/all_65.js
+share/doc/qore-yaml-module/yaml/html/search/all_67.html
+share/doc/qore-yaml-module/yaml/html/search/all_67.js
+share/doc/qore-yaml-module/yaml/html/search/all_6d.html
+share/doc/qore-yaml-module/yaml/html/search/all_6d.js
+share/doc/qore-yaml-module/yaml/html/search/all_6e.html
+share/doc/qore-yaml-module/yaml/html/search/all_6e.js
+share/doc/qore-yaml-module/yaml/html/search/all_70.html
+share/doc/qore-yaml-module/yaml/html/search/all_70.js
+share/doc/qore-yaml-module/yaml/html/search/all_71.html
+share/doc/qore-yaml-module/yaml/html/search/all_71.js
+share/doc/qore-yaml-module/yaml/html/search/all_79.html
+share/doc/qore-yaml-module/yaml/html/search/all_79.js
+share/doc/qore-yaml-module/yaml/html/search/close.png
+share/doc/qore-yaml-module/yaml/html/search/functions_67.html
+share/doc/qore-yaml-module/yaml/html/search/functions_67.js
+share/doc/qore-yaml-module/yaml/html/search/functions_6d.html
+share/doc/qore-yaml-module/yaml/html/search/functions_6d.js
+share/doc/qore-yaml-module/yaml/html/search/functions_70.html
+share/doc/qore-yaml-module/yaml/html/search/functions_70.js
+share/doc/qore-yaml-module/yaml/html/search/groups_79.html
+share/doc/qore-yaml-module/yaml/html/search/groups_79.js
+share/doc/qore-yaml-module/yaml/html/search/mag_sel.png
+share/doc/qore-yaml-module/yaml/html/search/namespaces_71.html
+share/doc/qore-yaml-module/yaml/html/search/namespaces_71.js
+share/doc/qore-yaml-module/yaml/html/search/nomatches.html
+share/doc/qore-yaml-module/yaml/html/search/search.css
+share/doc/qore-yaml-module/yaml/html/search/search.js
+share/doc/qore-yaml-module/yaml/html/search/search_l.png
+share/doc/qore-yaml-module/yaml/html/search/search_m.png
+share/doc/qore-yaml-module/yaml/html/search/search_r.png
+share/doc/qore-yaml-module/yaml/html/search/variables_62.html
+share/doc/qore-yaml-module/yaml/html/search/variables_62.js
+share/doc/qore-yaml-module/yaml/html/search/variables_63.html
+share/doc/qore-yaml-module/yaml/html/search/variables_63.js
+share/doc/qore-yaml-module/yaml/html/search/variables_65.html
+share/doc/qore-yaml-module/yaml/html/search/variables_65.js
+share/doc/qore-yaml-module/yaml/html/search/variables_6e.html
+share/doc/qore-yaml-module/yaml/html/search/variables_6e.js
+share/doc/qore-yaml-module/yaml/html/search/variables_79.html
+share/doc/qore-yaml-module/yaml/html/search/variables_79.js
+share/doc/qore-yaml-module/yaml/html/sync_off.png
+share/doc/qore-yaml-module/yaml/html/sync_on.png
+share/doc/qore-yaml-module/yaml/html/tab_a.png
+share/doc/qore-yaml-module/yaml/html/tab_b.png
+share/doc/qore-yaml-module/yaml/html/tab_h.png
+share/doc/qore-yaml-module/yaml/html/tab_s.png
+share/doc/qore-yaml-module/yaml/html/tabs.css
diff --git a/textproc/qore-yaml-module/buildlink3.mk b/textproc/qore-yaml-module/buildlink3.mk
new file mode 100644
index 00000000000..5a5d5bce4c8
--- /dev/null
+++ b/textproc/qore-yaml-module/buildlink3.mk
@@ -0,0 +1,16 @@
+# $NetBSD: buildlink3.mk,v 1.1 2014/12/30 15:52:04 wiz Exp $
+#
+
+BUILDLINK_TREE+= qore-yaml-module
+
+.if !defined(QORE_YAML_MODULE_BUILDLINK3_MK)
+QORE_YAML_MODULE_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.qore-yaml-module+= qore-yaml-module>=0.4
+BUILDLINK_PKGSRCDIR.qore-yaml-module?= ../../textproc/qore-yaml-module
+
+
+.include "../../lang/qore/buildlink3.mk"
+.endif # QORE_YAML_MODULE_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -qore-yaml-module
diff --git a/textproc/qore-yaml-module/distinfo b/textproc/qore-yaml-module/distinfo
new file mode 100644
index 00000000000..3737736838c
--- /dev/null
+++ b/textproc/qore-yaml-module/distinfo
@@ -0,0 +1,7 @@
+$NetBSD: distinfo,v 1.1 2014/12/30 15:52:04 wiz Exp $
+
+SHA1 (qore-yaml-module-0.4.tar.bz2) = f25685d08fae5e856eda05bf7f00853c6fee11d3
+RMD160 (qore-yaml-module-0.4.tar.bz2) = 8f09b44abfa6d150d31759d39ed5edcb65f7a5f5
+Size (qore-yaml-module-0.4.tar.bz2) = 529023 bytes
+SHA1 (patch-configure) = c1b05c303d0ae9eb1c6e7e2c729efa6122da8d76
+SHA1 (patch-src_Makefile.in) = fe5669255ad9d1b7a93369d8dbae346c9b293b9b
diff --git a/textproc/qore-yaml-module/options.mk b/textproc/qore-yaml-module/options.mk
new file mode 100644
index 00000000000..90cdfa15721
--- /dev/null
+++ b/textproc/qore-yaml-module/options.mk
@@ -0,0 +1,12 @@
+# $NetBSD: options.mk,v 1.1 2014/12/30 15:52:04 wiz Exp $
+#
+
+PKG_OPTIONS_VAR= PKG_OPTIONS.qore-yaml-module
+PKG_SUPPORTED_OPTIONS= debug
+.include "../../mk/bsd.options.mk"
+
+.if !empty(PKG_OPTIONS:Mdebug)
+CONFIGURE_ARGS+= --enable-debug
+.else
+CONFIGURE_ARGS+= --disable-debug
+.endif
diff --git a/textproc/qore-yaml-module/patches/patch-configure b/textproc/qore-yaml-module/patches/patch-configure
new file mode 100644
index 00000000000..a0126f7bf76
--- /dev/null
+++ b/textproc/qore-yaml-module/patches/patch-configure
@@ -0,0 +1,21 @@
+$NetBSD: patch-configure,v 1.1 2014/12/30 15:52:04 wiz Exp $
+pkgsrc doesn't use lib64 or targetdir so don't set it.
+fixes build on linux.
+http://sf.net/p/qore/6817/
+--- configure.orig 2014-11-01 14:08:57.166541065 +0000
++++ configure
+@@ -15786,14 +15786,6 @@ if test "$enable_64bit" = "yes"; then
+ *linux*) if test "$GXX" = "yes"; then
+ CXXFLAGS="$CXXFLAGS -m64"
+ fi
+- # only set LIBSUFFIX=64 if /usr/lib64 exists
+- if test -d /usr/lib64; then
+- LIBSUFFIX=64
+- fi
+- target="${host_cpu}-${host_os}"
+- if test -d /usr/lib/$target; then
+- LIBSUFFIX=/$target
+- fi
+
+ ;;
+ *hpux*) if test "$host_cpu" = "ia64"; then
diff --git a/textproc/qore-yaml-module/patches/patch-src_Makefile.in b/textproc/qore-yaml-module/patches/patch-src_Makefile.in
new file mode 100644
index 00000000000..6dd6b24a020
--- /dev/null
+++ b/textproc/qore-yaml-module/patches/patch-src_Makefile.in
@@ -0,0 +1,14 @@
+$NetBSD: patch-src_Makefile.in,v 1.1 2014/12/30 15:52:04 wiz Exp $
+* dont't install .a files
+http://sourceforge.net/p/qore/code/6295/
+--- src/Makefile.in.orig 2013-09-18 15:25:18.000000000 +0000
++++ src/Makefile.in
+@@ -677,7 +677,7 @@ ql_yaml.cpp: ql_yaml.qpp
+
+ install-exec-hook:
+ mv $(DESTDIR)$(libdir)/$(MNAME).$(MODULE_SUFFIX) $(DESTDIR)$(libdir)/$(MNAME)-api-$(MODULE_API).qmod
+- $(RM) $(DESTDIR)$(libdir)/$(MNAME).la $(RM_OTHER)
++ $(RM) $(DESTDIR)$(libdir)/$(MNAME).la $(DESTDIR)$(libdir)/$(MNAME).a $(RM_OTHER)
+
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.