Commit graph

9 commits

Author SHA1 Message Date
joerg
10a61258e6 Don't override user optimizer settings with mythical GCC optimizer
levels.
2012-04-17 17:48:47 +00:00
dholland
41cb935f14 fix getline conflict 2011-10-02 03:18:39 +00:00
joerg
61b6a39101 DESTDIR support 2010-01-27 18:56:54 +00:00
wiz
60f460ab01 Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
block). Uncomment some commented out LICENSE lines while here.
2009-05-19 08:59:00 +00:00
gdt
5f103079ec add RESTRICTED. 2007-06-14 18:39:05 +00:00
joerg
161c920c15 Prepare for switching to NO_MTREE=yes. 2007-03-24 19:21:18 +00:00
obache
e896edb7fe Rename variable MAKEFILE to MAKE_FILE. 2006-09-09 02:41:53 +00:00
jlam
9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
2006-03-04 21:28:51 +00:00
agc
726f314ff1 Initial import of fs-kit-0.4 into the Packages Collection.
Welcome to the File System Construction Kit!  This is a software
	package that accompanies the book, Practical File System Design, which
	Dominic Giampaolo wrote and is published by Morgan Kaufmann (ISBN
	1558604979).

	This package is a very simple framework in which you can experiment
	with a working (but simple) file system implementation.  The framework
	is designed so that you can go in and modify one part of it, such as
	how the used and free disk blocks are managed, and not have to touch
	the rest of the file system.  And because the package creates its file
	system inside of a normal file on your hard disk, you don't have to
	have a spare disk or require special (root) privileges to run the
	program.  The goal is that this package should provide a convenient
	test bed for trying out new file system ideas without having to go
	through the pain and difficulty of creating a real kernel based file
	system.  The API is generic enough however that after an you debug
	your implementation within this framework it could be moved to a real
	kernel based file system for the BeOS or a Unix like operating system.

This package has a "no commercial use" licence.
2005-10-01 18:27:37 +00:00