Date: Sat, 2 Jan 2021 19:51:37 GMT From: Toomas Soome <tsoome@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 72c59f1728c1 - main - Add 'contrib/pnglite/' from commit 'a70c2a23d0d84dfc63a1d9413a7f4aaede7313aa' Message-ID: <202101021951.102JpbNU058417@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by tsoome: URL: https://cgit.FreeBSD.org/src/commit/?id=72c59f1728c12fbdcd316c172708d8f3a60299be commit 72c59f1728c12fbdcd316c172708d8f3a60299be Merge: 5bcd0b860c7d a70c2a23d0d8 Author: Toomas Soome <tsoome@FreeBSD.org> AuthorDate: 2021-01-02 19:27:29 +0000 Commit: Toomas Soome <tsoome@FreeBSD.org> CommitDate: 2021-01-02 19:27:29 +0000 Add 'contrib/pnglite/' from commit 'a70c2a23d0d84dfc63a1d9413a7f4aaede7313aa' git-subtree-dir: contrib/pnglite git-subtree-mainline: 5bcd0b860c7d4935db5b290cf932357fc22adf3a git-subtree-split: a70c2a23d0d84dfc63a1d9413a7f4aaede7313aa contrib/pnglite/LICENSE | 25 ++ contrib/pnglite/README.md | 5 + contrib/pnglite/pnglite.c | 862 ++++++++++++++++++++++++++++++++++++++++++++++ contrib/pnglite/pnglite.h | 232 +++++++++++++ 4 files changed, 1124 insertions(+) diff --cc contrib/pnglite/LICENSE index 000000000000,460af5e106f5..460af5e106f5 mode 000000,100644..100644 --- a/contrib/pnglite/LICENSE +++ b/contrib/pnglite/LICENSE diff --cc contrib/pnglite/README.md index 000000000000,000000000000..4d2929600228 new file mode 100644 --- /dev/null +++ b/contrib/pnglite/README.md @@@ -1,0 -1,0 +1,5 @@@ ++pnglite ++==== ++#### A pretty small png library ++ ++Currently all documentation resides in pnglite.h. diff --cc contrib/pnglite/pnglite.c index 000000000000,4899f24b6a85..4899f24b6a85 mode 000000,100644..100644 --- a/contrib/pnglite/pnglite.c +++ b/contrib/pnglite/pnglite.c diff --cc contrib/pnglite/pnglite.h index 000000000000,bbb207502409..bbb207502409 mode 000000,100644..100644 --- a/contrib/pnglite/pnglite.h +++ b/contrib/pnglite/pnglite.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101021951.102JpbNU058417>