summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorDima Dorfman <dd@FreeBSD.org>2004-12-02 12:08:00 +0000
committerDima Dorfman <dd@FreeBSD.org>2004-12-02 12:08:00 +0000
commit7e30eb1e47c06f83dd52e2d959ddfc7a5f53c9d1 (patch)
treec9633ecece89cc43ef38694fc74a774bbb3ff76e /textproc
parentImprove startup-script (bump PORTREV) (diff)
Syck is a YAML parser for popular scripting languages
Notes
Notes: svn path=/head/; revision=122975
Diffstat (limited to 'textproc')
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/syck/Makefile18
-rw-r--r--textproc/syck/distinfo2
-rw-r--r--textproc/syck/pkg-descr10
-rw-r--r--textproc/syck/pkg-plist3
5 files changed, 34 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index ac326d0767a4..bae87bf7f07d 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -608,6 +608,7 @@
SUBDIR += stardict2
SUBDIR += sv-aspell
SUBDIR += sw-aspell
+ SUBDIR += syck
SUBDIR += ta-aspell
SUBDIR += tclExpat
SUBDIR += tdtd.el
diff --git a/textproc/syck/Makefile b/textproc/syck/Makefile
new file mode 100644
index 000000000000..369de97b04d0
--- /dev/null
+++ b/textproc/syck/Makefile
@@ -0,0 +1,18 @@
+# New ports collection makefile for: syck
+# Date created: 2 December 2004
+# Whom: dd
+#
+# $FreeBSD$
+#
+
+PORTNAME= syck
+PORTVERSION= 0.45
+CATEGORIES= textproc devel
+MASTER_SITES= http://rubyforge.org/frs/download.php/1371/
+
+MAINTAINER= dd@FreeBSD.org
+COMMENT= Syck is an extension for reading and writing YAML swiftly
+
+GNU_CONFIGURE= yes
+
+.include <bsd.port.mk>
diff --git a/textproc/syck/distinfo b/textproc/syck/distinfo
new file mode 100644
index 000000000000..07a6fd1f2cac
--- /dev/null
+++ b/textproc/syck/distinfo
@@ -0,0 +1,2 @@
+MD5 (syck-0.45.tar.gz) = 8071e1e2ee255576f025b4cef8feee62
+SIZE (syck-0.45.tar.gz) = 281607
diff --git a/textproc/syck/pkg-descr b/textproc/syck/pkg-descr
new file mode 100644
index 000000000000..81b13870773f
--- /dev/null
+++ b/textproc/syck/pkg-descr
@@ -0,0 +1,10 @@
+From the web site:
+
+ Syck is an extension for reading and writing YAML swiftly in popular
+ scripting languages. As Syck loads the YAML, it stores the data
+ directly in your language's symbol table. This means speed. This
+ means power. This means Do not disturb Syck because it is so focused
+ on the task at hand that it will slay you mortally if you get in its
+ way.
+
+WWW: http://www.whytheluckystiff.net/syck/
diff --git a/textproc/syck/pkg-plist b/textproc/syck/pkg-plist
new file mode 100644
index 000000000000..9ecb1bfa671f
--- /dev/null
+++ b/textproc/syck/pkg-plist
@@ -0,0 +1,3 @@
+include/syck.h
+include/syck_st.h
+lib/libsyck.a