看板 DFBSD_commit 關於我們 聯絡資訊
commit 7f252648cebba7fc12190abf02775337295e294d Author: Matthew Dillon <dillon@apollo.backplane.com> Date: Tue Feb 23 09:45:29 2010 -0800 libexpat - Bring in libexpat from contrib, name it libbsdxml * Will be used in rpaulo's wifi port update. Taken-from: FreeBSD Summary of changes: lib/Makefile | 6 ++- lib/libexpat/Makefile | 35 +++++++++++++++ lib/libexpat/expat_config.h | 99 +++++++++++++++++++++++++++++++++++++++++++ lib/libexpat/libbsdxml.3 | 69 ++++++++++++++++++++++++++++++ 4 files changed, 207 insertions(+), 2 deletions(-) create mode 100644 lib/libexpat/Makefile create mode 100644 lib/libexpat/expat_config.h create mode 100644 lib/libexpat/libbsdxml.3 http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/7f252648cebba7fc12190abf02775337295e294d -- DragonFly BSD source repository