On Thu, Jun 28, 2018 at 04:02:03PM +0200, Kristaps Dzonsons wrote: > Attached is a port for sqlite2mdoc. > > pkg/DESCR: > This utility accepts an SQLite3 header file sqlite3.h and produces a > set of decently well-formed mdoc(7) files documenting the C API. > These will be roughly equivalent to the C-language Interface > Specification for SQLite3. > > HOMEPAGE: https://github.com/kristapsdz/sqlite2mdoc > > I've been using this tool for a while to have the sqlite3 C API as a set > of aproposable manpages. Tried to get it into sqlite3 itself, but gave > up due to copyright assignment reasons. [1] It's pledged. > > Note: it doesn't work with pre-version-3 sqlite things. > > [1] > http://sqlite.1065341.n5.nabble.com/C-API-reference-manpages-td88451.html
Looks good to me, just need to regenerate the PLIST to get the @bin marker and the license in the Makefile should be ISC not AGPLv3. ok to import or ok jturner@ for someone else. -- James Turner
