diff options
author | dd <dd@FreeBSD.org> | 2004-12-02 20:08:00 +0800 |
---|---|---|
committer | dd <dd@FreeBSD.org> | 2004-12-02 20:08:00 +0800 |
commit | 76b4a5f9a72e2a9f7ee1d39a6d78393312c20788 (patch) | |
tree | 388fcc6ebb7e65190c778c5294d34299d2d2ad2b /textproc | |
parent | 316fbe13fda378c9f52d7a9b8deb474797e36352 (diff) | |
download | freebsd-ports-gnome-76b4a5f9a72e2a9f7ee1d39a6d78393312c20788.tar.gz freebsd-ports-gnome-76b4a5f9a72e2a9f7ee1d39a6d78393312c20788.tar.zst freebsd-ports-gnome-76b4a5f9a72e2a9f7ee1d39a6d78393312c20788.zip |
Syck is a YAML parser for popular scripting languages
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/syck/Makefile | 18 | ||||
-rw-r--r-- | textproc/syck/distinfo | 2 | ||||
-rw-r--r-- | textproc/syck/pkg-descr | 10 | ||||
-rw-r--r-- | textproc/syck/pkg-plist | 3 |
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 |