diff options
author | Wen Heping <wen@FreeBSD.org> | 2009-10-01 14:34:34 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2009-10-01 14:34:34 +0000 |
commit | d6e5448e818e2b4bc54bd189a07d4c2598980d4a (patch) | |
tree | e13c132a44aad764d39113817c7da2048a90f401 /textproc/syck | |
parent | 9139911d56c6f5b67e9dc158580f26f38a964958 (diff) | |
download | ports-d6e5448e818e2b4bc54bd189a07d4c2598980d4a.tar.gz ports-d6e5448e818e2b4bc54bd189a07d4c2598980d4a.zip |
- Update to 0.70
- Update MASTER_SITES
Approved by: miwi(mentor)
Notes
Notes:
svn path=/head/; revision=242356
Diffstat (limited to 'textproc/syck')
-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 |