Index: head/devel/lua51-cjson/pkg-descr =================================================================== --- head/devel/lua51-cjson/pkg-descr (revision 520689) +++ head/devel/lua51-cjson/pkg-descr (nonexistent) @@ -1,12 +0,0 @@ -Lua CJSON provides fast JSON parsing and encoding support for Lua. It -has been tested under Linux, FreeBSD, OSX, Solaris and Windows. - -Features: - -- Fast, standards compliant encoding/parsing routines. -- Full support for JSON with UTF-8, including decoding surrogate pairs. -- Optional run-time support for common exceptions to the JSON specification - (NaN, Infinity,..). -- No external dependencies. - -WWW: http://www.kyne.com.au/~mark/software/lua-cjson.php Property changes on: head/devel/lua51-cjson/pkg-descr ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/devel/lua51-cjson/distinfo =================================================================== --- head/devel/lua51-cjson/distinfo (revision 520689) +++ head/devel/lua51-cjson/distinfo (nonexistent) @@ -1,2 +0,0 @@ -SHA256 (lua-cjson-2.1.0.tar.gz) = 51bc69cd55931e0cba2ceae39e9efa2483f4292da3a88a1ed470eda829f6c778 -SIZE (lua-cjson-2.1.0.tar.gz) = 86024 Property changes on: head/devel/lua51-cjson/distinfo ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/devel/lua51-cjson/Makefile =================================================================== --- head/devel/lua51-cjson/Makefile (revision 520689) +++ head/devel/lua51-cjson/Makefile (revision 520690) @@ -1,11 +1,10 @@ # Created by: osa # $FreeBSD$ COMMENT= Fast JSON parsing and encoding support for Lua 5.1 MASTERDIR= ${.CURDIR}/../lua-cjson -PKGMESSAGE= ${.CURDIR}/pkg-message USES= lua:51 .include "${MASTERDIR}/Makefile"