1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00

- Update to 0.70

- Update MASTER_SITES

Approved by:	miwi(mentor)
This commit is contained in:
Wen Heping 2009-10-01 14:34:34 +00:00
parent 9139911d56
commit d6e5448e81
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=242356
3 changed files with 13 additions and 17 deletions

View File

@ -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

View File

@ -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

View File

@ -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