On 2019/11/18 19:24, Edd Barrett wrote: > Hi, > > Here's a first stab at mdbook, a HTML (from markdown) generator. > > My first Rust port, so please check carefully. I basically took ripgrep > as a starting point. > > All tests pass and it seems to work fine. > > portcheck complains about crates.mk. I put the (many) dependencies in a > new file so as to not clutter up the Makefile. Is that all right? > > As I post this, I also wonder if this would be better in textproc/ > instead of www/. What do others think? > > -- > Best Regards > Edd Barrett > > http://www.theunixzoo.co.uk
This ... V = 0.3.5 GH_ACCOUNT = rust-lang GH_PROJECT = mdbook GH_TAGNAME = v${V} WRKDIST = ${WRKDIR}/mdBook-${V} CATEGORIES = www textproc HOMEPAGE = https://github.com/rust-lang/mdBook/ should be ... GH_ACCOUNT = rust-lang GH_PROJECT = mdBook GH_TAGNAME = v0.3.5 PKGNAME = ${DISTNAME:L} CATEGORIES = www textproc I'm not really a fan of it being different than the other existing ports by using the separate .mk file ..