This commit is contained in:
Your Name
2020-04-29 21:15:24 +02:00
parent f8799f1793
commit 63a7197179
592 changed files with 3779 additions and 3299 deletions

View File

@@ -1,2 +1,2 @@
DIST hasufell-binhost--app-text--md4c-0.4.2--C.31807.1576513220.632357.C.tar.bz2 113955 SHA256 297dec0df19b20f27709906b19f4f9cecc675e175faf7639f52406c47482ba5c SHA512 d2c189d760018e269bff23bee7a6205df2a757875b7a97de9ce15d27a05ae8cc40531f4d3038c8d335c44d63efc4e0e0e22f2fc1f39620b4323f234ce407c076 WHIRLPOOL 97e710ffc0197dd8bd2b0fb98762eea4b7dbd48619b8cd0a61ae9f5d86926972d8b9e69035e1649619cf4e980067d7b4474a87cf23dee617b7386ee204d0bcf0
PBIN md4c-0.4.2.pbin-1+exheres-0 2801 SHA256 ad14333ba4fffd63004f62e1d6e341cf53e50c5fb40a62a0b83e45f02d4263d9 SHA512 ee278ac10e358b6f4d0d49aed1106ff986537dbf579ec0e42fd632887d2bc42d588fa641d7e5d8a34543695f6d482a26bb18406235b0963d8dac3cc0631a51b3 WHIRLPOOL 4201e86a726a357ff43a69271b7a749308b41929d653584f76d335ff65604e22db1ecf78122a8285c229a7e589f42e2e0c7ebbe741d82b91e1ce6ff36a114de7
DIST hasufell-binhost--app-text--md4c-0.4.3--C.21815.1588177677.660340.C.tar.bz2 117109 SHA256 7df6f6b68fddef92eae19b2c28f2c1fde416da3fcb3dd355f1e55d045a5d6e33 SHA512 d3638e2e513ceeead7a85ab385eb9403a85a72c664c873c2956ca4350b31a2f1544445c8cedf471724a03415b590fd8dd44988e41a91725ee1b55a95feade72b WHIRLPOOL dcbef76963c1ec9257c9fdcccb0710aeaf4c7440b037f88816b31e4cba27b4a18680b6187e3fe3a8d0ea14b0bc03a59f8f17f226344fb10a79a74b960d88aa32
PBIN md4c-0.4.3.pbin-1+exheres-0 2802 SHA256 08d241de3368b1bf0ab02c3b2bdbb81a3c9a06658c73c075040e5f50b13f7b7e SHA512 90580fd743f283787ec379297212f0d036af7859f1948f1dce01b779c0dbee03cd421e1eb6b56de697dd46da13b2299e2a04aff99fbbd4d64e9d1c4b68f37e8a WHIRLPOOL f46cf7e18ef2fe2e9a1d51338ea39fb648b5869d99ff3b7fad1fb7991a9e1d8538593c85f2b2f3c8c7d8fc0b1c533e3c74a12c906a6e3a24dcd08ce9edff54f9

View File

@@ -1,4 +1,4 @@
# Created by paludis-3.0.0 on Mon Dec 16 17:20:20 CET 2019
# Created by paludis-3.0.0 on Wed Apr 29 18:27:57 CEST 2020
CHOST="x86_64-pc-linux-gnu"
DEPENDENCIES="( build: sys-devel/cmake[>=3.14.0] ) [[ defined-in = [ cmake.exlib ] ]]"
DESCRIPTION=" It has the following features: * Compliance: Generally MD4C aims to be compliant to the latest version of CommonMark specification. Right now it's fully compliant to CommonMark 0.29. * Extensions: MD4C supports some commonly requested and accepted extensions. * Compactness: MD4C is implemented in one source file and one header file. * Embedding: MD4C is easy to reuse in other projects, its API is very straightforward: There is actually just one function, md_parse(). * Push model: MD4C parses the complete document and calls callback functions provided by the application for each start/end of block, start/end of a span, and with any textual contents. * Portability: MD4C builds and works on Windows and Linux, and it should be fairly simple to make it run also on most other systems. * Encoding: MD4C can be compiled to recognize ASCII-only control characters, UTF-8 and, on Windows, also UTF-16, i.e. what is on Windows commonly called just \"Unicode\". See more details below. * Performance: MD4C is very fast."
@@ -9,10 +9,10 @@ MYOPTIONS="( ) "
PLATFORMS="~amd64"
LICENCES="MIT"
SLOT="0"
DOWNLOADS="https://github.com/mity/md4c/archive/release-0.4.2.tar.gz -> md4c-release-0.4.2.tar.gz"
DOWNLOADS="https://github.com/mity/md4c/archive/release-0.4.3.tar.gz -> md4c-release-0.4.3.tar.gz"
OPTIONS=""
GENERATED_USING="paludis-3.0.0"
GENERATED_TIME="1576513220"
GENERATED_TIME="1588177677"
SUBOPTIONS="AMD64_CPU_FEATURES ANT_DATA_TYPES ANT_SCRIPTING ANT_TASKS APACHE_MODULES ARM_CPU_FEATURES COCKPIT_COMPONENTS CONTRIB_MODULES COURIER_MODULES ENCODINGS EPIPHANY_EXTENSIONS EXTENSIONS FPRINT_DRIVERS GCC_VERSION GIT_REMOTE_HELPERS GSTREAMER_PLUGINS IM_PROTOCOLS INPUT_DRIVERS KDE_PARTS KIPI_PLUGINS KOPETE_PLUGINS LIBC LINGUAS LUA_ABIS MODULES NGINX_MODULES NUT_DRIVERS P2P_NETWORKS PCSC_DRIVERS PHP_ABIS PHP_EXTENSIONS PLATFORM PLUGINS POSTGRESQL_EXTENSIONS POSTGRESQL_SERVERS PROVIDERS PYTHON_ABIS RUBY_ABIS TARGETS VALA_ABIS VIDEO_DRIVERS X86_CPU_FEATURES"
HIDDEN_SUBOPTIONS="ARM_CPU_FEATURES LIBC PLATFORM X86_CPU_FEATURES"
ASFLAGS=""
@@ -28,7 +28,7 @@ LIBCXXFLAGS=""
GENERATED_FROM_REPOSITORY="arbor"
PLATFORMS="~amd64"
BINARY_PLATFORMS="~amd64"
BINARY_URI="mirror://hasufell-binhost/hasufell-binhost--app-text--md4c-0.4.2--C.31807.1576513220.632357.C.tar.bz2"
BINARY_URI="mirror://hasufell-binhost/hasufell-binhost--app-text--md4c-0.4.3--C.21815.1588177677.660340.C.tar.bz2"
SUMMARY="A Markdown parser implementation in C"
BUGS_TO=""
REMOTE_IDS=" github:mity/md4c "