Date: Mon, 28 Feb 2011 13:18:48 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/bsdbuild Makefile distinfo pkg-descr pkg-plist Message-ID: <201102281318.p1SDImcP022419@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
bapt 2011-02-28 13:18:48 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/bsdbuild Makefile distinfo pkg-descr pkg-plist Log: BSDBuild is a simple, self-contained and portable build system derived from the traditional 4.4BSD share/mk files. BSDBuild uses BSD-style makefiles, but without BSD make extensions (it uses standard Bourne script fragments instead), so the build system is portable to most operating systems and make flavors. Because BSDBuild is implemented as a library, makefiles are edited directly and never need to be "regenerated". WWW: http://hypertriton.com/bsdbuild/ Revision Changes Path 1.4254 +1 -0 ports/devel/Makefile 1.1 +37 -0 ports/devel/bsdbuild/Makefile (new) 1.1 +2 -0 ports/devel/bsdbuild/distinfo (new) 1.1 +8 -0 ports/devel/bsdbuild/pkg-descr (new) 1.1 +140 -0 ports/devel/bsdbuild/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201102281318.p1SDImcP022419>