diff options
author | wen <wen@FreeBSD.org> | 2009-10-01 22:34:34 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2009-10-01 22:34:34 +0800 |
commit | fa59bbbfe8bd49df97d1683fd89fc19c35677ed0 (patch) | |
tree | c68eb05a74ed8fd630c0d4075852a03209a005a0 /textproc | |
parent | 01e2dc32fcc15851e5f11265921513a7a25f3402 (diff) | |
download | freebsd-ports-gnome-fa59bbbfe8bd49df97d1683fd89fc19c35677ed0.tar.gz freebsd-ports-gnome-fa59bbbfe8bd49df97d1683fd89fc19c35677ed0.tar.zst freebsd-ports-gnome-fa59bbbfe8bd49df97d1683fd89fc19c35677ed0.zip |
- Update to 0.70
- Update MASTER_SITES
Approved by: miwi(mentor)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/syck/Makefile | 8 | ||||
-rw-r--r-- | textproc/syck/distinfo | 6 | ||||
-rw-r--r-- | textproc/syck/pkg-descr | 16 |
3 files changed, 13 insertions, 17 deletions
diff --git a/textproc/syck/Makefile b/textproc/syck/Makefile index e94452057d86..445b4d92530c 100644 --- a/textproc/syck/Makefile +++ b/textproc/syck/Makefile @@ -6,14 +6,12 @@ # PORTNAME= syck -PORTVERSION= 0.55 -PORTREVISION= 1 +PORTVERSION= 0.70 CATEGORIES= textproc devel -MASTER_SITES= ${MASTER_SITE_RUBYFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= http://cloud.github.com/downloads/indeyets/syck/ MAINTAINER= ports@FreeBSD.org -COMMENT= Syck is an extension for reading and writing YAML swiftly +COMMENT= A library for reading and writing YAML 1.0 GNU_CONFIGURE= yes USE_BISON= build diff --git a/textproc/syck/distinfo b/textproc/syck/distinfo index 3759d629e492..0ad8eda73eec 100644 --- a/textproc/syck/distinfo +++ b/textproc/syck/distinfo @@ -1,3 +1,3 @@ -MD5 (syck-0.55.tar.gz) = a57b7c46d81170b9318e2f384f77910c -SHA256 (syck-0.55.tar.gz) = ac881945c9dfe5dd6395a5db921e8256d1d359295bb66a1acbfe49fb637c1a3a -SIZE (syck-0.55.tar.gz) = 354205 +MD5 (syck-0.70.tar.gz) = 198f925b4ed7fe04a182c35014498634 +SHA256 (syck-0.70.tar.gz) = 4c94c472ee8314e0d76eb2cca84f6029dc8fc58bfbc47748d50dcb289fda094e +SIZE (syck-0.70.tar.gz) = 401917 diff --git a/textproc/syck/pkg-descr b/textproc/syck/pkg-descr index 81b13870773f..3ec59b067ae4 100644 --- a/textproc/syck/pkg-descr +++ b/textproc/syck/pkg-descr @@ -1,10 +1,8 @@ -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. - 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/ +WWW: http://wiki.github.com/indeyets/syck |