Index: head/converters/Makefile =================================================================== --- head/converters/Makefile (revision 386970) +++ head/converters/Makefile (revision 386971) @@ -1,165 +1,166 @@ # $FreeBSD$ # COMMENT = Character code converters SUBDIR += R-cran-RJSONIO SUBDIR += R-cran-rjson SUBDIR += aish SUBDIR += ascii2binary SUBDIR += asr10 SUBDIR += base64 SUBDIR += bibtexconv SUBDIR += bsdconv SUBDIR += btoa SUBDIR += chmview SUBDIR += cl-babel SUBDIR += cl-babel-sbcl SUBDIR += cmios9 SUBDIR += cocot SUBDIR += convmv SUBDIR += dosunix SUBDIR += drg2sbg SUBDIR += dumpasn1 SUBDIR += enca SUBDIR += fconv SUBDIR += fix-mime-charset SUBDIR += fondu SUBDIR += fpc-iconvenc SUBDIR += fribidi SUBDIR += gbase SUBDIR += gbsdconv SUBDIR += hs-aeson SUBDIR += hs-dataenc SUBDIR += hs-json SUBDIR += htx SUBDIR += i18ntools SUBDIR += ical2html SUBDIR += iconv SUBDIR += iconv-extra SUBDIR += iconv-rfc1345 SUBDIR += ish SUBDIR += libb64 SUBDIR += libiconv SUBDIR += libticonv SUBDIR += libutf-8 SUBDIR += lua-iconv + SUBDIR += lua-json SUBDIR += mimelib SUBDIR += mmencode SUBDIR += mpack SUBDIR += nomyso SUBDIR += o3read SUBDIR += osm2mp SUBDIR += osm2pgsql SUBDIR += p5-Boulder SUBDIR += p5-Convert-ASCII-Armour SUBDIR += p5-Convert-ASN1 SUBDIR += p5-Convert-BER SUBDIR += p5-Convert-Bencode SUBDIR += p5-Convert-Bencode_XS SUBDIR += p5-Convert-BinHex SUBDIR += p5-Convert-Binary-C SUBDIR += p5-Convert-IBM390 SUBDIR += p5-Convert-Morse SUBDIR += p5-Convert-NLS_DATE_FORMAT SUBDIR += p5-Convert-PEM SUBDIR += p5-Convert-Recode SUBDIR += p5-Convert-TNEF SUBDIR += p5-Convert-UU SUBDIR += p5-Convert-UUlib SUBDIR += p5-Cpanel-JSON-XS SUBDIR += p5-Cstools SUBDIR += p5-Data-AMF SUBDIR += p5-Encode SUBDIR += p5-Encode-Detect SUBDIR += p5-Encode-Detect-CJK SUBDIR += p5-Encode-DoubleEncodedUTF8 SUBDIR += p5-Encode-IMAPUTF7 SUBDIR += p5-Encode-JIS2K SUBDIR += p5-Encode-Locale SUBDIR += p5-Encode-Punycode SUBDIR += p5-Encode-compat SUBDIR += p5-Encoding-BER SUBDIR += p5-Encoding-FixLatin SUBDIR += p5-Format-Human-Bytes SUBDIR += p5-JSON SUBDIR += p5-JSON-Any SUBDIR += p5-JSON-DWIW SUBDIR += p5-JSON-MaybeXS SUBDIR += p5-JSON-PP SUBDIR += p5-JSON-Tiny SUBDIR += p5-JSON-XS SUBDIR += p5-JSON-XS-VersionOneAndTwo SUBDIR += p5-JSON1 SUBDIR += p5-LaTeXML SUBDIR += p5-MIME-Base32 SUBDIR += p5-MIME-Base64 SUBDIR += p5-MIME-Base64-URLSafe SUBDIR += p5-Net-IDN-Nameprep SUBDIR += p5-Number-Nary SUBDIR += p5-Number-RecordLocator SUBDIR += p5-PerlIO-via-Unidecode SUBDIR += p5-Sereal SUBDIR += p5-Sereal-Decoder SUBDIR += p5-Sereal-Encoder SUBDIR += p5-Storable-AMF SUBDIR += p5-String-Multibyte SUBDIR += p5-String-SetUTF8 SUBDIR += p5-Text-Bidi SUBDIR += p5-Text-Iconv SUBDIR += p5-Text-Unidecode SUBDIR += p5-URI-UTF8-Punycode SUBDIR += p5-Unicode-IMAPUtf7 SUBDIR += p5-Unicode-Map SUBDIR += p5-Unicode-Map8 SUBDIR += p5-Unicode-MapUTF8 SUBDIR += p5-Unicode-RecursiveDowngrade SUBDIR += p5-Unicode-String SUBDIR += p5-Unicode-Stringprep SUBDIR += p5-Unicode-UTF8simple SUBDIR += p5-WAP-wbxml SUBDIR += p5-XML-WBXML SUBDIR += p5-bsdconv SUBDIR += p5-plutil SUBDIR += pdf2djvu SUBDIR += pear-Services_JSON SUBDIR += pecl-fribidi SUBDIR += pecl-igbinary SUBDIR += php5-bsdconv SUBDIR += php5-iconv SUBDIR += php5-mbstring SUBDIR += php5-recode SUBDIR += php55-iconv SUBDIR += php55-mbstring SUBDIR += php55-recode SUBDIR += php56-iconv SUBDIR += php56-mbstring SUBDIR += php56-recode SUBDIR += psiconv SUBDIR += py-bencode SUBDIR += py-bsdconv SUBDIR += py-iconv SUBDIR += py-pisa SUBDIR += py-unidecode SUBDIR += py-zfec SUBDIR += rcctools SUBDIR += recode SUBDIR += ruby-dump.rb SUBDIR += rubygem-bsdconv SUBDIR += shftool SUBDIR += showkey SUBDIR += ta2as SUBDIR += tnef SUBDIR += trans SUBDIR += tuc SUBDIR += unix2dos SUBDIR += uudeview SUBDIR += uudx SUBDIR += uulib SUBDIR += vda2fbd SUBDIR += wkhtmltopdf SUBDIR += xdeview SUBDIR += ytnef SUBDIR += zbase32 .include Index: head/converters/lua-json/Makefile =================================================================== --- head/converters/lua-json/Makefile (nonexistent) +++ head/converters/lua-json/Makefile (revision 386971) @@ -0,0 +1,21 @@ +# Created by: Sunpoet Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= json +PORTVERSION= 1.3.3 +CATEGORIES= converters +PKGNAMEPREFIX= ${LUA_PKGNAMEPREFIX} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= JSON parser/creator for Lua + +RUN_DEPENDS= ${LUA_PKGNAMEPREFIX}lpeg>=0.8.1:${PORTSDIR}/devel/lua-lpeg + +MAKE_ARGS= INSTALL_CMOD=${LUA_MODLIBDIR} INSTALL_LMOD=${LUA_MODSHAREDIR} +USES= lua:run + +GH_ACCOUNT= harningt +GH_PROJECT= lua${PORTNAME} +USE_GITHUB= yes + +.include Property changes on: head/converters/lua-json/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/converters/lua-json/distinfo =================================================================== --- head/converters/lua-json/distinfo (nonexistent) +++ head/converters/lua-json/distinfo (revision 386971) @@ -0,0 +1,2 @@ +SHA256 (harningt-luajson-1.3.3_GH0.tar.gz) = 6a986efa210a912a04c8e6cae8f3b5e72172c02f974152e14818af6598a5e2db +SIZE (harningt-luajson-1.3.3_GH0.tar.gz) = 42653 Property changes on: head/converters/lua-json/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/converters/lua-json/pkg-descr =================================================================== --- head/converters/lua-json/pkg-descr (nonexistent) +++ head/converters/lua-json/pkg-descr (revision 386971) @@ -0,0 +1,3 @@ +LuaJSON is a JSON parser/creator for Lua. + +WWW: http://www.eharning.us/wiki/luajson/ Property changes on: head/converters/lua-json/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/converters/lua-json/pkg-plist =================================================================== --- head/converters/lua-json/pkg-plist (nonexistent) +++ head/converters/lua-json/pkg-plist (revision 386971) @@ -0,0 +1,18 @@ +%%LUA_MODSHAREDIR%%/json.lua +%%LUA_MODSHAREDIR%%/json/decode.lua +%%LUA_MODSHAREDIR%%/json/decode/composite.lua +%%LUA_MODSHAREDIR%%/json/decode/number.lua +%%LUA_MODSHAREDIR%%/json/decode/others.lua +%%LUA_MODSHAREDIR%%/json/decode/state.lua +%%LUA_MODSHAREDIR%%/json/decode/strings.lua +%%LUA_MODSHAREDIR%%/json/decode/util.lua +%%LUA_MODSHAREDIR%%/json/encode.lua +%%LUA_MODSHAREDIR%%/json/encode/array.lua +%%LUA_MODSHAREDIR%%/json/encode/calls.lua +%%LUA_MODSHAREDIR%%/json/encode/number.lua +%%LUA_MODSHAREDIR%%/json/encode/object.lua +%%LUA_MODSHAREDIR%%/json/encode/others.lua +%%LUA_MODSHAREDIR%%/json/encode/output.lua +%%LUA_MODSHAREDIR%%/json/encode/output_utility.lua +%%LUA_MODSHAREDIR%%/json/encode/strings.lua +%%LUA_MODSHAREDIR%%/json/util.lua Property changes on: head/converters/lua-json/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property