Contributing to FreeBSDContributed by &a.jkh;.So you want to contribute something to FreeBSD? That is great! We
can always use the help, and FreeBSD is one of those systems that
relies on the contributions of its user base in
order to survive. Your contributions are not only appreciated, they
are vital to FreeBSD's continued growth!Contrary to what some people might also have you believe, you do
not need to be a hot-shot programmer or a close personal friend of the
FreeBSD core team in order to have your contributions accepted. The
FreeBSD Project's development is done by a large and growing number of
international contributors whose ages and areas of technical expertise
vary greatly, and there is always more work to be done than there are
people available to do it.Since the FreeBSD project is responsible for an entire operating
system environment (and its installation) rather than just a kernel or
a few scattered utilities, our TODO list also spans a very wide
range of tasks, from documentation, beta testing and presentation to
highly specialized types of kernel development. No matter what your
skill level, there is almost certainly something you can do to help
the project!Commercial entities engaged in FreeBSD-related enterprises are
also encouraged to contact us. Need a special extension to make your
product work? You will find us receptive to your requests, given that
they are not too outlandish. Working on a value-added product?
Please let us know! We may be able to work cooperatively on some
aspect of it. The free software world is challenging a lot of
existing assumptions about how software is developed, sold, and
maintained throughout its life cycle, and we urge you to at least give
it a second look.What Is NeededThe following list of tasks and sub-projects represents
something of an amalgam of the various core team TODO lists and user
requests we have collected over the last couple of months. Where
possible, tasks have been ranked by degree of urgency. If you are
interested in working on one of the tasks you see here, send mail to
the coordinator listed by clicking on their names. If no
coordinator has been appointed, maybe you would like to
volunteer?High priority tasksThe following tasks are considered to be urgent, usually
because they represent something that is badly broken or sorely
needed:3-stage boot issues. Overall coordination:
&a.hackers;Move userconfig (-c) into 3rd stage boot.Do WinNT compatible drive tagging so that the 3rd
stage can provide an accurate mapping of BIOS
geometries for disks.Filesystem problems. Overall coordination: &a.fs;Fix the MSDOS file system.Clean up and document the nullfs filesystem code.
Coordinator: &a.gibbs;Fix the union file system. Coordinator:
&a.dg;Implement kernel and user vm86 support. Coordinator:
&a.jlemon;Implement Int13 vm86 disk driver. Coordinator:
&a.hackers;Kernel issues. Overall coordination: &a.hackers;Complete the eisaconf conversion of all existing
drivers.Change all interrupt routines to take a (void *)
instead of using unit numbers.Merge EISA/PCI/ISA interrupt registration
code.Split PCI/EISA/ISA probes out from drivers like
bt742a.c (WIP)Fix the syscons ALT-Fn/vt switching hangs.
Coordinator: &a.sos;Merge the 3c509 and 3c590 drivers (essentially
provide a PCI probe for ep.c).Medium priority tasksThe following tasks need to be done, but not with any
particular urgency:Port AFS (Andrew File System) to FreeBSD Coordinator:
Alexander Seth Jones ajones@ctron.comMCA support? This should be finalized one way or the
other.Full LKM based driver support/Configuration Manager.Devise a way to do all LKM registration without
ld. This means some kind of symbol table in the
kernel.Write a configuration manager (in the 3rd stage
boot?) that probes your hardware in a sane manner,
keeps only the LKMs required for your hardware,
etc.PCMCIA/PCCARD. Coordinators: &a.msmith; and &a.phk;Documentation!Reliable operation of the pcic driver (needs
testing).Recognizer and handler for
sio.c (mostly done).Recognizer and handler for
ed.c (mostly done).Recognizer and handler for
ep.c (mostly done).User-mode recognizer and handler (partially
done).Advanced Power Management. Coordinators: &a.msmith; and
&a.phk;APM sub-driver (mostly done).IDE/ATA disk sub-driver (partially done).syscons/pcvt sub-driver.Integration with the PCMCIA/PCCARD drivers
(suspend/resume).Low priority tasksThe following tasks are purely cosmetic or represent such an
investment of work that it is not likely that anyone will get them
done anytime soon:The first 20 items are from Terry Lambert
terry@lambert.orgAbility to make BIOS calls from protected mode using V86
mode on the processor and return the results via a mapped
interrupt IPC mechanism to the protected mode caller.Drivers built into the kernel that use the BIOS call
mechanism to allow them to be independent of the actual
underlying hardware the same way that DOS is independent of
the underlying hardware. This includes NetWork and ASPI
drivers loaded in DOS prior to BSD being loaded by a
DOS-based loader program, which means potential polling,
which means DOS-not-busy interrupt generation for V86
machines by the protected mode kernel.An image format that allows tagging of such drivers data
and text areas in the default kernel executable so that that
portion of the kernel address space may be recovered at a
later time, after hardware specific protected mode drivers
have been loaded and activated. This includes separation of
BIOS based drivers from each other, since it is better to
run with a BIOS based driver in all cases than to not run at
all.Abstraction of the bus interface mechanism. Currently,
PCMCIA, EISA, and PCI busses are assumed to be bridged from
ISA. This is not something which should be assumed.A configuration manager that knows about PNP events,
including power management events, insertion, extraction,
and bus (PNP ISA and PCMCIA bridging chips) vs. card level
event management.A topological sort mechanism for assigning reassignable
addresses that do not collide with other reassignable and
non-reassignable device space resource usage by fixed
devices.A registration based mechanism for hardware services
registration. Specifically, a device centric registration
mechanism for timer and sound and other system critical
service providers. Consider Timer2 and Timer0 and speaker
services as one example of a single monolithic service
provider.A kernel exported symbol space in the kernel data space
accessible by an LKM loader mechanism that does relocation
and symbol space manipulation. The intent of this interface
is to support the ability to demand load and unload kernel
modules.NetWare Server (protected mode ODI driver) loader and
subservices to allow the use of ODI card drivers supplied
with network cards. The same thing for NDIS drivers and
NetWare SCSI drivers.An "upgrade system" option that works on Linux boxes
instead of just previous rev FreeBSD boxes.Splitting of the console driver into abstraction layers,
both to make it easier to port and to kill the X and
ThinkPad and PS/2 mouse and LED and console switching and
bouncing NumLock problems once and for all.Other kernel emulation environments for other foreign
drivers as opportunity permits. SCO and Solaris are good
candidates, followed by UnixWare, etc.Processor emulation environments for execution of
foreign binaries. This is easier than it sounds if the
system call interface does not change much.Streams to allow the use of commercial streams drivers.Kernel multithreading (requires kernel preemption).Symmetric Multiprocessing with kernel preemption
(requires kernel preemption).A concerted effort at support for portable computers.
This is somewhat handled by changing PCMCIA bridging rules
and power management event handling. But there are things
like detecting internal vs. external display and picking a
different screen resolution based on that fact, not spinning
down the disk if the machine is in dock, and allowing
dock-based cards to disappear without affecting the machines
ability to boot (same issue for PCMCIA).Reorganization of the source tree for multiple platform
ports.A make world that "makes the world" (rename the
current one to make regress if that is all it is good
for).A 4M (preferably smaller!) memory footprint.Smaller tasksMost of the tasks listed in the previous sections require
either a considerable investment of time or an in-depth knowledge
of the FreeBSD kernel (or both). However, there are also many
useful tasks which are suitable for "weekend hackers",
or people without programming skills.If you run FreeBSD-current and have a good Internet
connection, there is a machine current.freebsd.org which
builds a full release once a day — every now and again, try
and install the latest release from it and report any
failures in the process.Read the freebsd-bugs mailing list. There might be a
problem you can comment constructively on or with patches
you can test. Or you could even try to fix one of the
problems yourself.Read through the FAQ and Handbook periodically. If
anything is badly explained, out of date or even just
completely wrong, let us know. Even better, send us a fix
(SGML is not difficult to learn, but there is no objection
to ASCII submissions).Help translate FreeBSD documentation into your native
language (if not already available) — just send an email to
&a.doc; asking if anyone is working on it. Note that you
are not committing yourself to translating every single
FreeBSD document by doing this — in fact, the documentation
most in need of translation is the installation
instructions.Read the freebsd-questions mailing list and the
newsgroup comp.unix.bsd.freebsd.misc occasionally (or even
regularly). It can be very satisfying to share your
expertise and help people solve their problems; sometimes
you may even learn something new yourself! These forums can
also be a source of ideas for things to work on.If you know of any bugfixes which have been successfully
applied to -current but have not been merged into -stable
after a decent interval (normally a couple of weeks), send
the committer a polite reminder.Move contributed software to
src/contrib in the source tree.Make sure code in src/contrib is up
to date.Look for year 2000 bugs (and fix any you find!)Build the source tree (or just part of it) with extra
warnings enabled and clean up the warnings.Fix warnings for ports which do deprecated things like
using gets() or including malloc.h.If you have contributed any ports, send your patches
back to the original author (this will make your life easier
when they bring out the next version)Suggest further tasks for this list!How to ContributeContributions to the system generally fall into one or more of
the following 6 categories:Bug reports and general commentaryAn idea or suggestion of general
technical interest should be mailed to the &a.hackers;. Likewise,
people with an interest in such things (and a tolerance for a
high volume of mail!) may subscribe to the
hackers mailing list by sending mail to &a.majordomo;. See
mailing lists for more
information about this and other mailing lists.If you find a bug or are submitting a specific change, please
report it using the send-pr1program or its
WEB-based
equivalent. Try to fill-in each field of the bug report.
Unless they exceed 65KB, include any patches directly in the
report. Consider compressing them and using
uuencode1 if they exceed 20KB. Upload very large submissions to ftp.freebsd.org:/pub/FreeBSD/incoming/.After filing a report, you should receive confirmation along
with a tracking number. Keep this tracking number so that you can
update us with details about the problem by sending mail to bug-followup@FreeBSD.ORG. Use the number as the message subject, e.g. "Re: kern/3377". Additional information for any bug report should be submitted this way.If you do not receive confirmation in a timely fashion (3 days
to a week, depending on your email connection) or are, for some
reason, unable to use the send-pr1 command,
then you may ask someone to file it for you by sending mail to the
&a.bugs;.Changes to the documentationChanges to the documentation are overseen by the &a.doc;. Send
submissions and changes (even small ones are welcome!) using
send-pr as described in
Bug Reports and General
Commentary.Changes to existing source codeAn addition or change to the existing source code is a
somewhat trickier affair and depends a lot on how far out of date
you are with the current state of the core FreeBSD development.
There is a special on-going release of FreeBSD known as
“FreeBSD-current” which is made available in a variety of ways
for the convenience of developers working actively on the system.
See Staying current with FreeBSD
for more information
about getting and using FreeBSD-current.Working from older sources unfortunately means that your
changes may sometimes be too obsolete or too divergent for easy
re-integration into FreeBSD. Chances of this can be minimized
somewhat by subscribing to the &a.announce; and the &a.current;
lists, where discussions on the current state of the system take
place.Assuming that you can manage to secure fairly up-to-date
sources to base your changes on, the next step is to produce a set
of diffs to send to the FreeBSD maintainers. This is done with
the diff1 command, with the “context diff”
form being preferred. For example:&prompt.user; diff -c oldfile newfile
or
&prompt.user; diff -c -r olddir newdir
would generate such a set of context diffs for
the given source file or directory hierarchy. See the man page
for diff1 for more details.Once you have a set of diffs (which you may test with the
patch1 command), you should submit them for
inclusion with FreeBSD. Use the send-pr1
program as described in
Bug Reports and General
Commentary. Do not just send the diffs to
the &a.hackers; or they will get lost! We greatly appreciate your
submission (this is a volunteer project!); because we are busy, we
may not be able to address it immediately, but it will remain in
the pr database until we do.If you feel it appropriate (e.g. you have added, deleted, or
renamed files), bundle your changes into a tar file and run the
uuencode1 program on it. Shar archives are
also welcome.If your change is of a potentially sensitive nature, e.g. you
are unsure of copyright issues governing its further distribution
or you are simply not ready to release it without a tighter review
first, then you should send it to &a.core; directly rather than
submitting it with send-pr1. The core
mailing list reaches a much smaller group of people who do much of
the day-to-day work on FreeBSD. Note that this group is also
very busy and so you should only send mail to
them where it is truly necessary.Please refer to man 9 intro and
man 9 style for some information on
coding style. We would appreciate it if you were at least aware
of this information before submitting code.New code or major value-added packagesIn the rare case of a significant contribution of a large body
work, or the addition of an important new feature to FreeBSD, it
becomes almost always necessary to either send changes as
uuencode'd tar files or upload them to our ftp site ftp://ftp.FreeBSD.ORG/pub/FreeBSD/incoming.When working with large amounts of code, the touchy subject of
copyrights also invariably comes up. Acceptable copyrights for
code included in FreeBSD are:The BSD copyright. This copyright is most preferred due
to its “no strings attached” nature and general
attractiveness to commercial enterprises. Far from
discouraging such commercial use, the FreeBSD Project
actively encourages such participation by commercial
interests who might eventually be inclined to invest
something of their own into FreeBSD.The GNU Public License, or “GPL”. This license is not
quite as popular with us due to the amount of extra effort
demanded of anyone using the code for commercial purposes,
but given the sheer quantity of GPL'd code we currently
require (compiler, assembler, text formatter, etc) it would
be silly to refuse additional contributions under this
license. Code under the GPL also goes into a different part
of the tree, that being /sys/gnu or
/usr/src/gnu, and is therefore easily
identifiable to anyone for whom the GPL presents a
problem.Contributions coming under any other type of copyright must be
carefully reviewed before their inclusion into FreeBSD will be
considered. Contributions for which particularly restrictive
commercial copyrights apply are generally rejected, though the
authors are always encouraged to make such changes available
through their own channels.To place a “BSD-style” copyright on your work, include the
following text at the very beginning of every source code file you
wish to protect, replacing the text between the
%% with the appropriate information.
Copyright (c) %%proper_years_here%%
%%your_name_here%%, %%your_state%% %%your_zip%%. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer as
the first lines of this file unmodified.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
THIS SOFTWARE IS PROVIDED BY %%your_name_here%% ``AS IS'' AND ANY EXPRESS OR
IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
IN NO EVENT SHALL %%your_name_here%% BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
$Id$For your convenience, a copy of this text can
be found in
/usr/share/examples/etc/bsd-style-copyright.Porting an existing piece of free softwareContributed by &a.jkh;, &a.gpalmer;, &a.asami; and
&a.obrien;.28 August 1996.The porting of freely available software, while perhaps not as
gratifying as developing your own from scratch, is still a vital
part of FreeBSD's growth and of great usefulness to those who
would not otherwise know where to turn for it. All ported
software is organized into a carefully organized hierarchy known
as “the ports collection”. The collection enables a new user to
get a quick and complete overview of what is available for FreeBSD
in an easy-to-compile form. It also saves considerable space by
not actually containing the majority of the sources being ported,
but merely those differences required for running under FreeBSD.What follows are some guidelines for creating a new port for
FreeBSD. The bulk of the work is done by
/usr/share/mk/bsd.port.mk, which all port
Makefiles include. Please refer to that file for more details on
the inner workings of the ports collection. Even if you don't
hack Makefiles daily, it is well commented, and you will still
gain much knowledge from it.Before Starting the PortOnly a fraction of the overridable variables
are mentioned in
this document. Most (if not all) are documented at the start
of bsd.port.mk. This file uses a
non-standard tab setting. Emacs and
Vim should recognize the setting on loading
the file. vi or ex can
be set to using the correct value by typing :set
tabstop=4 once the file has been loaded.You may come across code that needs modifications or
conditional compilation based upon what version of UNIX it is
running under. If you need to make such changes to the code for
conditional compilation, make sure you make the changes as
general as possible so that we can back-port code to FreeBSD 1.x
systems and cross-port to other BSD systems such as 4.4BSD from
CSRG, BSD/386, 386BSD, NetBSD, and OpenBSD.The preferred way to tell 4.3BSD/Reno (1990) and newer
versions of the BSD code apart is by using the
BSD macro defined in
<sys/param.h>. Hopefully that file
is already included; if not, add the code:
#if (defined(__unix__) || defined(unix)) && !defined(USG)
#include <sys/param.h>
#endifto the proper place in the .c file. We
believe that every system that defines these to symbols has
sys/param.h. If you find a system that
doesn't, we would like to know. Please send mail to
&a.ports;.Another way is to use the GNU Autoconf style of doing
this:
#ifdef HAVE_SYS_PARAM_H
#include <sys/param.h>
#endifDon't forget to add -DHAVE_SYS_PARAM_H to
the CFLAGS in the Makefile for this
method.Once you have sys/param.h
included, you may use:
#if (defined(BSD) && (BSD >= 199103))to detect if the code is being compiled on a 4.3 Net2 code
base or newer (e.g. FreeBSD 1.x, 4.3/Reno, NetBSD 0.9, 386BSD,
BSD/386 1.1 and below).Use:
#if (defined(BSD) && (BSD >= 199306))to detect if the code is being compiled on a 4.4 code base
or newer (e.g. FreeBSD 2.x, 4.4, NetBSD 1.0, BSD/386 2.0 or
above).The value of the BSD macro is 199506 for the 4.4BSD-Lite2
code base. This is stated for informational purposes only. It
should not be used to distinguish between version of FreeBSD
based only on 4.4-Lite vs. versions that have merged in changes
from 4.4-Lite2. The __FreeBSD__ macro should be used
instead.Use sparingly:__FreeBSD__ is defined in all
versions of FreeBSD. Use it if the change you are making
ONLY affects FreeBSD. Porting gotchas like the use of
sys_errlist[] vs
strerror() are Berkeleyisms, not
FreeBSD changes.In FreeBSD 2.x, __FreeBSD__ is
defined to be 2. In earlier
versions, it is 1. Later
versions will bump it to match their major version number.If you need to tell the difference between a FreeBSD
1.x system and a FreeBSD 2.x or 3.x system, usually the
right answer is to use the BSD macros
described above. If there actually is a FreeBSD specific
change (such as special shared library options when using
ld) then it is OK to use
__FreeBSD__ and #if
__FreeBSD__ > 1 to detect a FreeBSD 2.x
and later system. If you need more granularity in
detecting FreeBSD systems since 2.0-RELEASE you can use
the following:
#if __FreeBSD__ >= 2
#include <osreldate.h>
# if __FreeBSD_version >= 199504
/* 2.0.5+ release specific code here */
# endif
#endifRelease_FreeBSD_version2.0-RELEASE1194112.1-currents199501, 1995032.0.5-RELEASE1995042.2-current before 2.11995082.1.0-RELEASE1995112.2-current before 2.1.51995122.1.5-RELEASE1996072.2-current before 2.1.61996082.1.6-RELEASE1996122.1.7-RELEASE1996122.2-RELEASE2200002.2.1-RELEASE220000 (no change)2.2-STABLE after 2.2.1-RELEASE220000 (no change)2.2-STABLE after texinfo-3.92210012.2-STABLE after top2210022.2.2-RELEASE2220002.2-STABLE after 2.2.2-RELEASE2220012.2.5-RELEASE2250002.2-STABLE after 2.2.5-RELEASE2250012.2-STABLE after ldconfig -R merge2250022.2.6-RELEASE2260002.2.7-RELEASE2270002.2-STABLE after 2.2.7-RELEASE2270013.0-current before mount(2) change3000003.0-current as of November 1996300001Note that 2.2-STABLE sometimes identifies itself as
“2.2.5-STABLE” after the 2.2.5-RELEASE. The pattern used to
be year followed by the month, but we decided to change it
to a more straightforward major/minor system starting from
2.2. This is because the parallel development on several
branches made it infeasible to classify the releases simply
by their real release dates. If you are making a port now,
you don't have to worry about old -current's; they are
listed here just for your reference.In the hundreds of ports that have been done, there have
only been one or two cases where __FreeBSD__
should have been used. Just because an earlier port screwed up
and used it in the wrong place does not mean you should do so
too.Quick PortingThis section tells you how to do a quick port. In many
cases, it is not enough, but we will see.First, get the original tarball and put it into DISTDIR, which defaults to
/usr/ports/distfiles.The following assumes that the software compiled
out-of-the-box, i.e., there was absolutely no change required
for the port to work on your FreeBSD box. If you needed to
change something, you will have to refer to the next section
too.Writing the MakefileThe minimal Makefile would
look something like this:
# New ports collection makefile for: oneko
# Version required: 1.1b
# Date created: 5 December 1994
# Whom: asami
#
# $Id$
#
DISTNAME= oneko-1.1b
CATEGORIES= games
MASTER_SITES= ftp://ftp.cs.columbia.edu/archives/X11R5/contrib/
MAINTAINER= asami@FreeBSD.ORG
MAN1= oneko.1
MANCOMPRESSED= yes
USE_IMAKE= yes
.include <bsd.port.mk>See if you can figure it out. Do not worry about the
contents of the $Id$
line, it will be filled in automatically by CVS when the port
is imported to our main ports tree. You can find a more
detailed example in the sample Makefile
section.Writing the description filesThere are three required description files that are
required for any port, whether they actually package or not.
They are COMMENT,
DESCR, and PLIST,
and reside in the pkg
subdirectory.COMMENTThis is the one-line description of the port.
Please do not include the package name (or version
number of the software) in the comment. Here is
an example:
A cat chasing a mouse all over the screen.DESCRThis is a longer description of the port. One to a few
paragraphs concisely explaining what the port does is
sufficient.This is not a manual or an
in-depth description on how to use or compile the port!
Please be careful if you are copying from the
README or manpage; too often
they are not a concise description of the port or are in an
awkward format (e.g., manpages have justified spacing). If the
ported software has an official WWW homepage, you should list
it here.It is recommended that you sign the name at the end of
this file, as in:
This is a port of oneko, in which a cat chases a poor mouse all over
the screen.
:
(etc.)
http://www.oneko.org/
- Satoshi
asami@cs.berkeley.eduPLISTThis file lists all the files installed by the port. It
is also called the `packing list' because the package is
generated by packing the files listed here. The pathnames
are relative to the installation prefix (usually
/usr/local or
/usr/X11R6). If you are using the
MANn variables (as
you should be), do not list any manpages here.Here is a small example:
bin/oneko
lib/X11/app-defaults/Oneko
lib/X11/oneko/cat1.xpm
lib/X11/oneko/cat2.xpm
lib/X11/oneko/mouse.xpmRefer to the pkg_create1 man page
for details on the packing list.Creating the checksum fileJust type make makesum.
The ports make rules will automatically generate the file
files/md5.Testing the portYou should make sure that the port rules do exactly what
you want it to do, including packaging up the port. Try doing
make install, make package and then make deinstall and see if all the files
and directories are correctly deleted. Then do a pkg_add `make package-name`.tgz and see
if everything re-appears and works correctly. Then do another
make deinstall and then
make reinstall; make package
to make sure you haven't included in the packing list any
files that are not installed by your port.Submitting the portFirst, make sure you have read the Do's and Dont's section.Now that you are happy with your port, the only thing
remaining is to put it in the main FreeBSD ports tree and make
everybody else happy about it too. We do not need your
work directory or the
pkgname.tgz package, so delete them
now. Next, simply include the output of shar `find
port_dir` in a bug report and send it with the
send-pr1 program. If the uncompressed port is larger than
20KB, you should compress it into a tarfile and use uuencode1 before including it in the bug report (uuencoded
tarfiles are acceptable even if the bug report is smaller than
20KB but are not preferred). Be sure to classify the bug report as
category ports and class
change-request.One more time, do not include the original source
distfile, the work directory, or the
package you built with make
package.See Bug Reports and General
Commentary for more information.We will look at your port,
get back to you if necessary, and put it in the
tree. Your name will also appear in the list of “Additional
FreeBSD contributors” on the FreeBSD Handbook and other files.
Isn't that great?!? :)Slow PortingOk, so it was not that simple, and the port required some
modifications to get it to work. In this section, we will
explain, step by step, how to modify it to get it to work with
the ports paradigm.How things workFirst, this is the sequence of events which occurs when
the user first types make in
your port's directory, and you may find that having
bsd.port.mk in another window while you
read this really helps to understand it.But do not worry if you do not really understand what
bsd.port.mk is doing, not many people
do... :>The fetch target is run. The fetch target is
responsible for making sure that the tarball exists
locally in DISTDIR.
If fetch cannot find the required files in DISTDIR it will look up the
URL MASTER_SITES,
which is set in the Makefile, as well as our main ftp
site at ftp://ftp.freebsd.org/pub/FreeBSD/distfiles/, where we put sanctioned distfiles as backup. It will then attempt to fetch the named distribution file with FETCH, assuming that the requesting site has direct access to the Internet. If that succeeds, it will save the file in DISTDIR for future use and proceed.The extract target is run. It looks for your port's
distribution file in DISTDIR (typically a gzip'd
tarball) and unpacks it into a temporary subdirectory
specified by WRKDIR
(defaults to work).The patch target is run. First, any patches defined
in PATCHFILES are
applied. Second, if any patches are found in PATCHDIR (defaults to the
patches subdirectory), they are
applied at this time in alphabetical order.The configure target is run. This can do any one of
many different things.If it exists,
scripts/configure is run.If HAS_CONFIGURE or
GNU_CONFIGURE
is set,
WRKSRC/configure is
run.If USE_IMAKE is set,
XMKMF
(default: xmkmf
-a) is run.The build target is run. This is responsible for
descending into the ports' private working directory
(WRKSRC) and
building it. If USE_GMAKE is set, GNU
make will be used,
otherwise the system make
will be used.The above are the default actions. In addition, you can
define targets pre-something or post-something, or put scripts
with those names, in the scripts
subdirectory, and they will be run before or after the default
actions are done.For example, if you have a post-extract target defined in your
Makefile, and a file pre-build in the
scripts subdirectory, the
post-extract target will be
called after the regular extraction actions, and the
pre-build script will be executed before
the default build rules are done. It is recommended that you
use Makefile targets if the actions are
simple enough, because it will be easier for someone to figure
out what kind of non-default action the port requires.The default actions are done by the
bsd.port.mk targets do-something. For example, the
commands to extract a port are in the target do-extract. If you are not happy with
the default target, you can fix it by redefining the
do-something target in
your Makefile.The “main” targets (e.g., extract, configure, etc.) do nothing more than
make sure all the stages up to that one is completed and
call the real targets or scripts, and they are not intended
to be changed. If you want to fix the extraction, fix
do-extract, but never ever
touch extract!Now that you understand what goes on when the user types
make, let us go through the
recommended steps to create the perfect port.Getting the original sourcesGet the original sources (normally) as a compressed
tarball (foo.tar.gz or
foo.tar.Z) and copy it into
DISTDIR. Always use
mainstream sources when and where you
can.If you cannot find a ftp/http site that is well-connected
to the net, or can only find sites that have irritatingly
non-standard formats, you might want to put a copy on a
reliable http or ftp server that you control. If you are a FreeBSD
committer, your public_html directory on
freefall is ideal. Make sure you set
MASTER_SITE to reflect your choice. If you
cannot find somewhere convenient and reliable to put the distfile,
we can “house” it ourselves by putting
it on ftp://ftp.freebsd.org/pub/FreeBSD/distfiles/LOCAL_PORTS/ as the last resort. Please refer to this
location as MASTER_SITE_LOCAL. Send mail to
the &a.ports;if you are not sure what to do.If your port requires some additional `patches' that are
available on the Internet, fetch them too and put them in
DISTDIR. Do not worry if
they come from site other than where you got the main source
tarball, we have a way to handle these situations (see the
description of PATCHFILES below).Modifying the portUnpack a copy of the tarball in a private directory and
make whatever changes are necessary to get the port to compile
properly under the current version of FreeBSD. Keep
careful track of everything you do, as
you will be automating the process shortly. Everything,
including the deletion, addition or modification of files
should be doable using an automated script or patch file when
your port is finished.If your port requires significant user
interaction/customization to compile or install, you should
take a look at one of Larry Wall's classic Configure scripts
and perhaps do something similar yourself. The goal of the
new ports collection is to make each port as “plug-and-play”
as possible for the end-user while using a minimum of disk
space.Unless explicitly stated, patch files, scripts, and
other files you have created and contributed to the FreeBSD
ports collection are assumed to be covered by the standard
BSD copyright conditions.PatchingIn the preparation of the port, files that have been added
or changed can be picked up with a recursive diff for later
feeding to patch. Each set of patches you wish to apply
should be collected into a file named
patch-xx where
xx denotes the sequence in which
the patches will be applied — these are done in
alphabetical order, thus
aa first, ab second and so on. These files
should be stored in PATCHDIR, from where they will be
automatically applied. All patches should be relative to
WRKSRC (generally the
directory your port's tarball unpacks itself into, that being
where the build is done). To make fixes and upgrades easier
you should avoid having more than one patch fix the same file
(e.g., patch-aa and patch-ab both changing WRKSRC/foobar.c).ConfiguringInclude any additional customization commands to your
configure script and save it in the
scripts subdirectory. As mentioned
above, you can also do this as Makefile
targets and/or scripts with the name
pre-configure or
post-configure.Handling user inputIf your port requires user input to build, configure or
install, then set IS_INTERACTIVE in your
Makefile. This will allow “overnight builds” to skip your port
if the user sets the variable BATCH in his
environment (and if the user sets the variable
INTERACTIVE, then only
those ports requiring interaction are built).Configuring the MakefileConfiguring the Makefile is pretty simple, and again we
suggest that you look at existing examples before starting.
Also, there is a sample
Makefile in this handbook, so take a look and please follow
the ordering of variables and sections in that template to make
your port easier for others to read.Now, consider the following problems in sequence as you
design your new Makefile:The original sourceDoes it live in DISTDIR as a standard gzip'd
tarball? If so, you can go on to the next step. If not, you
should look at overriding any of the EXTRACT_CMD, EXTRACT_BEFORE_ARGS, EXTRACT_AFTER_ARGS, EXTRACT_SUFX, or DISTFILES variables, depending on
how alien a format your port's distribution file is. (The
most common case is EXTRACT_SUFX=.tar.Z,
when the tarball is condensed by regular compress, not
gzip.)In the worst case, you can simply create your own
do-extract target to override
the default, though this should be rarely, if ever,
necessary.DISTNAMEYou should set DISTNAME to be the base name of
your port. The default rules expect the distribution file
list (DISTFILES) to be
named DISTNAMEEXTRACT_SUFX by
default which, if it is a normal tarball, is going to be
something like foozolix-1.0.tar.gz for a setting of
DISTNAME=foozolix-1.0.The default rules also expect the tarball(s) to extract
into a subdirectory called
work/DISTNAME, e.g. work/foozolix-1.0/.All this behavior can be overridden, of course; it simply
represents the most common time-saving defaults. For a port
requiring multiple distribution files, simply set DISTFILES explicitly. If only a
subset of DISTFILES are
actual extractable archives, then set them up in EXTRACT_ONLY, which will override
the DISTFILES list when
it comes to extraction, and the rest will be just left in
DISTDIR for later
use.CATEGORIESWhen a package is created, it is put under
/usr/ports/packages/All and links are
made from one or more subdirectories of
/usr/ports/packages. The names of these
subdirectories are specified by the variable CATEGORIES. It is intended to
make life easier for the user when he is wading through the
pile of packages on the ftp site or the CD-ROM. Please take a
look at the existing categories (you can find them in the ports
page) and pick the ones that are suitable for your
port. If your port truly belongs to something that is
different from all the existing ones, you can even create a
new category name.MASTER_SITESRecord the directory part of the ftp/http-URL pointing at
the original tarball in MASTER_SITES. Do not forget the
trailing slash (/)!The make macros will try to use this specification for
grabbing the distribution file with FETCH if they cannot find it
already on the system.It is recommended that you put multiple sites on this
list, preferably from different continents. This will
safeguard against wide-area network problems, and we are even
planning to add support for automatically determining the
closest master site and fetching from there!If the original tarball is part of one of the following
popular archives: X-contrib, GNU, Perl CPAN, TeX CTAN, or
Linux Sunsite, you refer to those sites in an easy compact
form using MASTER_SITE_XCONTRIB, MASTER_SITE_GNU,
MASTER_SITE_PERL_CPAN, MASTER_SITE_TEX_CTAN, and
MASTER_SITE_SUNSITE. Simply set MASTER_SITE_SUBDIR to the
path with in the archive. Here is an example:
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= applicationsThe user can also set the MASTER_SITE_* variables in
/etc/make.conf to override our choices,
and use their favorite mirrors of these popular archives
instead.PATCHFILESIf your port requires some additional patches that are
available by ftp or http, set PATCHFILES to the names of the
files and PATCH_SITES to
the URL of the directory that contains them (the format is the
same as MASTER_SITES).If the patch is not relative to the top of the source tree
(i.e., WKRSRC) because it
contains some extra pathnames, set PATCH_DIST_STRIP accordingly.
For instance, if all the pathnames in the patch has an extra
foozolix-1.0/ in front of the
filenames, then set
PATCH_DIST_STRIP=-p1.Do not worry if the patches are compressed, they will be
decompressed automatically if the filenames end with
.gz or
.Z.If the patch is distributed with some other files, such as
documentation, in a gzip'd tarball, you can't just use
PATCHFILES. If that is
the case, add the name and the location of the patch tarball
to DISTFILES and
MASTER_SITES. Then, from
the pre-patch target, apply the
patch either by running the patch command from there, or
copying the patch file into the PATCHDIR directory and calling it
patch-xx.Note the tarball will have been extracted alongside the
regular source by then, so there is no need to explicitly
extract it if it is a regular gzip'd or compress'd tarball.
If you do the latter, take extra care not to overwrite
something that already exists in that directory. Also do
not forget to add a command to remove the copied patch in
the pre-clean target.MAINTAINERSet your mail-address here. Please. :)For detailed description of the responsibility of
maintainers, refer to MAINTAINER
on Makefiles section.DependenciesMany ports depend on other ports. There are five
variables that you can use to ensure that all the required
bits will be on the user's machine.LIB_DEPENDSThis variable specifies the shared libraries this port
depends on. It is a list of lib:dir pairs where
lib is the name of the shared library,
and dir is the directory in which to
find it in case it is not available. For example,
LIB_DEPENDS= jpeg\\.6\\.:${PORTSDIR}/graphics/jpeg
will check for a shared jpeg library with
major version 6, and descend into the
graphics/jpeg subdirectory of your
ports tree to build and install it if it is not
found.The lib part is just an argument
given to ldconfig -r | grep, so
periods should be escaped by two backslashes like in the
example above.The dependency is checked from within the extract target. Also, the name of the
dependency is put in to the package so that
pkg_add will automatically install it if it
is not on the user's system.RUN_DEPENDSThis variable specifies executables or files this port
depends on during run-time. It is a list of path:dir pairs where
path is the name of the executable or
file, and dir is the directory in which
to find it in case it is not available. If
path starts with a slash
(/), it is treated as a file and its
existence is tested with test -e;
otherwise, it is assumed to be an executable, and
which -s is used to determine if the
program exists in the user's search path.For example,
RUN_DEPENDS= ${PREFIX}/etc/innd:${PORTSDIR}/news/inn \
wish:${PORTSDIR}/x11/tk
will check if the file
/usr/local/etc/innd exists, and build
and install it from the news/inn
subdirectory of the ports tree if it is not found. It will
also see if an executable called wish is in your search path, and
descend into the x11/tk subdirectory of
your ports tree to build and install it if it is not
found.In this case, innd is actually an
executable; if an executable is in a place that is not
expected to be in a normal user's search path, you should
use the full pathname.The dependency is checked from within the install target. Also, the name of the
dependency is put in to the package so that
pkg_add will automatically install it if it
is not on the user's system.BUILD_DEPENDSThis variable specifies executables or files this port
requires to build. Like RUN_DEPENDS, it is
a list of path:dir pairs.
For example,
BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip
will check for an executable called
unzip, and descend into the
archivers/unzip subdirectory of your
ports tree to build and install it if it is not
found.“build” here means everything from extracting to
compilation. The dependency is checked from within the
extract target.FETCH_DEPENDSThis variable specifies executables or files this port
requires to fetch. Like the previous two, it is a list of
path:dir pairs. For
example,
FETCH_DEPENDS= ncftp2:${PORTSDIR}/net/ncftp2
will check for an executable called
ncftp2, and descend into the
net/ncftp2 subdirectory of your ports
tree to build and install it if it is not found.The dependency is checked from within the fetch target.DEPENDSIf there is a dependency that does not fall into either
of the above four categories, or your port requires to have
the source of the other port extracted (i.e., having them
installed is not enough), then use this variable. This is
just a list of directories, as there is nothing to check,
unlike the previous four.Building mechanismsIf your package uses GNU make, set
USE_GMAKE=yes. If your package uses GNU
configure, set
GNU_CONFIGURE=yes. If you want to give
some extra arguments to GNU configure (other than the default
--prefix=${PREFIX}), set those extra
arguments in CONFIGURE_ARGS.If your package is an X application that creates
Makefiles from
Imakefiles using imake, then set
USE_IMAKE=yes. This will cause the
configure stage to automatically do an xmkmf
-a. If the flag is a
problem for your port, set
XMKMF=xmkmf.If your port's source Makefile has
something else than all as the
main build target, set ALL_TARGET accordingly. Same
goes for install and INSTALL_TARGET.NO_INSTALL_MANPAGESIf the port uses imake but does not understand the
install.man target,
NO_INSTALL_MANPAGES=yes should be set.
In addition, the author of the original port should be shot.
:>Ports that require MotifThere are many programs that require a Motif library
(available from several commercial vendors, while there is (at
least) one effort to create a free clone) to compile. Since it
is a popular toolkit and their licenses usually permit
redistribution of statically linked binaries, we have made
special provisions for handling ports that require Motif in a
way that we can easily compile binaries linked either
dynamically or statically.REQUIRES_MOTIFIf your port requires Motif, define this variable in the
Makefile. This will prevent people who don't own a copy of
Motif from even attempting to build it.MOTIFLIBThis variable will be set by
bsd.port.mk to be the appropriate
reference to the Motif library. Please patch the source to
use this wherever the Motif library is referenced in the
Makefile or Imakefile.There are two common cases:If the port refers to the Motif library as
in its Makefile or Imakefile,
simply substitute MOTIFLIB for it.If the port uses XmClientLibs in its Imakefile,
change it to ${MOTIFLIB}
${XTOOLLIB} ${XLIB}.MOTIFLIB (usually)
expands to -L/usr/X11R6/lib -lXm or
/usr/X11R6/lib/libXm.a, so there is
no need to add or
in front.ELF supportSince FreeBSD is moving to ELF from 3.0-release onwards,
we need to convert many ports that build shared libraries
to support ELF. Complicating this task is that a 3.0
system can run as both ELF and a.out, and that there will
be one more release (2.2.8) from the 2.2 branch. Below
are the guidelines on how to convert a.out only ports to
support both a.out and ELF compilation.Some part of this list is only applicable during the
conversion, but will be left here for awhile for reference
in case you have come across some old port you wish to
upgrade.Moving a.out libraries out of the wayA.out libraries should be moved out of
/usr/local/lib and similar to an
aout subdirectory. (If you don't move them
out of the way, ELF ports will happily overwrite a.out libraries.)
The move-aout-libs target in the -current
src/Makefile (called from
aout-to-elf) will do this for you. It
will only move a.out libs so it is safe to call it on a system
with both ELF and a.out libs in the standard directories.FormatThe ports tree will build packages in the format the machine
is in. This means a.out for 2.2 and a.out or ELF for 3.0 depending
on what `objformat` returns. Also, once users
move a.out libraries to a subdirectory, building a.out libraries
will be unsupported. (I.e., it may still work if you know what you
are doing, but you are on your own.)If a port only works for a.out, set
BROKEN_ELF to a string describing the reason
why. Such ports will be skipped during a build on an ELF
system.PORTOBJFORMATbsd.port.mk will set
PORTOBJFORMAT to aout or
elf and export it in the environments
CONFIGURE_ENV, SCRIPTS_ENV and
MAKE_ENV. (It's always going to be
aout in -stable). It is also passed to
PLIST_SUB as
PORTOBJFORMAT=${PORTOBJFORMAT}. (See comment
on ldconfig lines below.)The variable is set using this line in
bsd.port.mk:
PORTOBJFORMAT!= test -x /usr/bin/objformat && /usr/bin/objformat || echo aoutPorts' make processes should use this variable to decide what
to do. However, if the port's configure
script already automatically detects an ELF system, it is not
necessary to refer to PORTOBJFORMAT.Building shared librariesThe following are differences in handling shared
libraries for a.out and ELF.Shared library versionsAn ELF shared library should be called
libfoo.so.M
where M is the single version
number, and an a.out library should be called
libfoo.so.M.N where M is the major version and N is the the minor version number. Do not mix those; never install an ELF shared library called libfoo.so.N.M or an a.out shared library (or symlink) called libfoo.so.N.Linker command linesAssuming cc -shared is used rather than
ld directly, the only difference is that
you need to add
on the command line for ELF.You need to install a symlink from
libfoo.so to
libfoo.so.N to
make ELF linkers happy. Since it should be listed in
PLIST too, and it won't hurt in the a.out
case (some ports even require the link for dynamic loading), you
should just make this link regardless of the setting of
PORTOBJFORMAT.LIB_DEPENDSAll port Makefiles are edited to remove minor numbers from
LIB_DEPENDS, and also to have the regexp
support removed. (E.g., foo\\.1\\.\\(33|40\\)
becomes foo.2.) They will be matched using
grep -wF.PLISTPLIST should contain the short (ELF)
shlib names if the a.out minor number is zero, and the long
(a.out) names otherwise. bsd.port.mk will
automatically add .0 to the end of short shlib
lines if PORTOBJFORMAT equals
aout, and will delete the minor number from
long shlib names if PORTOBJFORMAT equals
elf.In cases where you really need to install shlibs with two
versions on an ELF system or those with one version on an a.out
system (for instance, ports that install compatibility libraries
for other operating systems), define the variable
NO_FILTER_SHLIBS. This will turn off the
editing of PLIST mentioned in the previous
paragraph.ldconfigThe ldconfig/ line in Makefiles should read:
${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ....In PLIST it should read;
@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m ...
@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -RThis is to ensure that the correct ldconfig
will be called depending on the format of the package, not the
default format of the system.Info filesThe new version of texinfo (included in 2.2.2-RELEASE and
onwards) contains a utility called install-info to add and delete entries to
the dir file. If your port installs any
info documents, please follow these instructions so your
port/package will correctly update the user's
${PREFIX}/info/dir file. (Sorry for
the length of this section, but it is imperative to weave all
the info files together. If done correctly, it will produce a
beautiful listing, so please bear with me!
:)First, this is what you (as a porter) need to know:&prompt.user; install-info --help
install-info [OPTION]... [INFO-FILE [DIR-FILE]]
Install INFO-FILE in the Info directory file DIR-FILE.
Options:
--delete Delete existing entries in INFO-FILE;
don't insert any new entries.
:
--entry=TEXT Insert TEXT as an Info directory entry.
:
--section=SEC Put this file's entries in section SEC of the directory. :This program will not actually
install info files; it merely inserts or
deletes entries in the dir file.Here's a seven-step procedure to convert ports to use
install-info. I will use
editors/emacs as an example.Look at the texinfo sources and make a patch to insert
@dircategory and @direntry
statements to files that don't have them. This is part of
my patch:
--- ./man/vip.texi.org Fri Jun 16 15:31:11 1995
+++ ./man/vip.texi Tue May 20 01:28:33 1997
@@ -2,6 +2,10 @@
@setfilename ../info/vip
@settitle VIP
+@dircategory The Emacs editor and associated tools
+@direntry
+* VIP: (vip). A VI-emulation for Emacs.
+@end direntry
@iftex
@finalout
:The format should be self-explanatory. Many authors
leave a dir file in the source tree
that contains all the entries you need, so look around
before you try to write your own. Also, make sure you
look into related ports and make the section names and
entry indentations consistent (we recommend that all entry
text start at the 4th tab stop).Note that you can put only one info entry per file
because of a bug in install-info
--delete that deletes only the first entry
if you specify multiple entries in the
@direntry section.You can give the dir
entries to install-info as
arguments ( and
) instead of patching the texinfo
sources. I do not think this is a good idea for ports
because you need to duplicate the same information in
three places
(Makefile and
@exec/@unexec of
PLIST; see below). However, if you
have a Japanese (or other multibyte encoding) info files,
you will have to use the extra arguments to install-info because makeinfo can't handle those texinfo
sources. (See Makefile and
PLIST of
japanese/skk for examples on how to
do this).Go back to the port directory and do a make clean; make and verify that
the info files are regenerated from the texinfo sources.
Since the texinfo sources are newer than the info files,
they should be rebuilt when you type make; but many
Makefiles don't include correct
dependencies for info files. In emacs' case, I had to
patch the main Makefile.in so it will
descend into the man
subdirectory to rebuild the info pages.
--- ./Makefile.in.org Mon Aug 19 21:12:19 1996
+++ ./Makefile.in Tue Apr 15 00:15:28 1997
@@ -184,7 +184,7 @@
# Subdirectories to make recursively. `lisp' is not included
# because the compiled lisp files are part of the distribution
# and you cannot remake them without installing Emacs first.
-SUBDIR = lib-src src
+SUBDIR = lib-src src man
# The makefiles of the directories in $SUBDIR.
SUBDIR_MAKEFILES = lib-src/Makefile man/Makefile src/Makefile oldXMenu/Makefile lwlib/Makefile
--- ./man/Makefile.in.org Thu Jun 27 15:27:19 1996
+++ ./man/Makefile.in Tue Apr 15 00:29:52 1997
@@ -66,6 +66,7 @@
${srcdir}/gnu1.texi \
${srcdir}/glossary.texi
+all: info
info: $(INFO_TARGETS)
dvi: $(DVI_TARGETS)The second hunk was necessary because the default
target in the man subdir is called
info, while the main
Makefile wants to call all. I also deleted the installation
of the info info file
because we already have one with the same name in
/usr/share/info (that patch is not
shown here).If there is a place in the
Makefile that is installing the
dir file, delete it. Your
port may not be doing it. Also, remove any commands that
are otherwise mucking around with the
dir file.
--- ./Makefile.in.org Mon Aug 19 21:12:19 1996
+++ ./Makefile.in Mon Apr 14 23:38:07 1997
@@ -368,14 +368,8 @@
if [ `(cd ${srcdir}/info && /bin/pwd)` != `(cd ${infodir} && /bin/pwd)` ]; \
then \
(cd ${infodir}; \
- if [ -f dir ]; then \
- if [ ! -f dir.old ]; then mv -f dir dir.old; \
- else mv -f dir dir.bak; fi; \
- fi; \
cd ${srcdir}/info ; \
- (cd $${thisdir}; ${INSTALL_DATA} ${srcdir}/info/dir ${infodir}/dir); \
- (cd $${thisdir}; chmod a+r ${infodir}/dir); \
for f in ccmode* cl* dired-x* ediff* emacs* forms* gnus* info* message* mh-e* sc* vip*; do \
(cd $${thisdir}; \
${INSTALL_DATA} ${srcdir}/info/$$f ${infodir}/$$f; \
chmod a+r ${infodir}/$$f); \(This step is only necessary if you are modifying an
existing port.) Take a look at
pkg/PLIST and delete anything that is
trying to patch up info/dir. They
may be in pkg/INSTALL or some other
file, so search extensively.
Index: pkg/PLIST
===================================================================
RCS file: /usr/cvs/ports/editors/emacs/pkg/PLIST,v
retrieving revision 1.15
diff -u -r1.15 PLIST
--- PLIST 1997/03/04 08:04:00 1.15
+++ PLIST 1997/04/15 06:32:12
@@ -15,9 +15,6 @@
man/man1/emacs.1.gz
man/man1/etags.1.gz
man/man1/ctags.1.gz
-@unexec cp %D/info/dir %D/info/dir.bak
-info/dir
-@unexec cp %D/info/dir.bak %D/info/dir
info/cl
info/cl-1
info/cl-2Add a post-install
target to the Makefile to create a
dir file if it is not there. Also,
call install-info with the
installed info files.
Index: Makefile
===================================================================
RCS file: /usr/cvs/ports/editors/emacs/Makefile,v
retrieving revision 1.26
diff -u -r1.26 Makefile
--- Makefile 1996/11/19 13:14:40 1.26
+++ Makefile 1997/05/20 10:25:09 1.28
@@ -20,5 +20,11 @@
post-install:
.for file in emacs-19.34 emacsclient etags ctags b2m
strip ${PREFIX}/bin/${file}
.endfor
+ if [ ! -f ${PREFIX}/info/dir ]; then \
+ ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \
+ fi
+.for info in emacs vip viper forms gnus mh-e cl sc dired-x ediff ccmode
+ install-info ${PREFIX}/info/${info} ${PREFIX}/info/dir
+.endfor
.include <bsd.port.mk>Do not use anything other than
/usr/share/info/dir and the above
command to create a new info file. In fact, I'd add the
first three lines of the above patch to
bsd.port.mk if you (the porter)
wouldn't have to do it in PLIST by
yourself anyway.Edit PLIST and add equivalent
@exec statements and also
@unexec for pkg_delete.
You do not need to delete info/dir
with @unexec.
Index: pkg/PLIST
===================================================================
RCS file: /usr/cvs/ports/editors/emacs/pkg/PLIST,v
retrieving revision 1.15
diff -u -r1.15 PLIST
--- PLIST 1997/03/04 08:04:00 1.15
+++ PLIST 1997/05/20 10:25:12 1.17
@@ -16,7 +14,15 @@
man/man1/etags.1.gz
man/man1/ctags.1.gz
+@unexec install-info --delete %D/info/emacs %D/info/dir
:
+@unexec install-info --delete %D/info/ccmode %D/info/dir
info/cl
info/cl-1
@@ -87,6 +94,18 @@
info/viper-3
info/viper-4
+@exec [ -f %D/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir
+@exec install-info %D/info/emacs %D/info/dir
:
+@exec install-info %D/info/ccmode %D/info/dir
libexec/emacs/19.34/i386--freebsd/cvtmail
libexec/emacs/19.34/i386--freebsd/digest-docThe @unexec install-info
--delete commands have to be listed before
the info files themselves so they can read the files.
Also, the @exec install-info commands
have to be after the info files and the
@exec command that creates the the
dir file.Test and admire your work. :) The sequence I recommend is:
make package,
pkg_delete, then
pkg_add. Check the dir file before and after each
step.Changing the PLIST based on make1 variablesSome ports, particularly the p5- ports,
need to change their PLIST depending on what
options they are configured with (or version of perl, in the case of
p5- ports). To make this easy, any instances in
the PLIST of %%OSREL%%,
%%PERL_VER%%, and
%%PERL_VERSION%% will be substituted for
appropriately. If you need to make other substitutions, you can set
the PLIST_SUB variable with a list of
VAR=VALUE pairs and instances of %%VAR%% will be substituted with VALUE in the PLIST.Licensing ProblemsSome software packages have restrictive licenses or can be
in violation to the law (PKP's patent on public key crypto, ITAR
(export of crypto software) to name just two of them). What we
can do with them vary a lot, depending on the exact wordings of
the respective licenses.It is your responsibility as a porter to read the
licensing terms of the software and make sure that the FreeBSD
project will not be held accountable of violating them by
redistributing the source or compiled binaries either via ftp
or CD-ROM. If in doubt, please contact the &a.ports;.There are two variables you can set in the Makefile to
handle the situations that arise frequently:If the port has a “do not sell for profit” type of
license, set the variable NO_CDROM. We
will make sure such ports won't go into the CD-ROM come
release time. The distfile and package will still be
available via ftp.If the resulting package needs to be built uniquely
for each site, or the resulting binary package can't be
distributed due to licensing; set the variable
NO_PACKAGE. We will make sure such
packages won't go on the ftp site, nor into the CD-ROM
come release time. The distfile will still be included on
both however.If the port has legal restrictions on who can use it
(e.g., crypto stuff) or has a “no commercial use” license,
set the variable RESTRICTED to be the
string describing the reason why. For such ports, the
distfiles/packages will not be available even from our ftp
sites.The GNU General Public License (GPL), both version 1
and 2, should not be a problem for ports.If you are a committer, make sure you update the
ports/LEGAL file too.UpgradingWhen you notice that a port is out of date compared to the
latest version from the original authors, first make sure you
have the latest port. You can find them in the
ports-current directory of the ftp mirror
sites.The next step is to send a mail to the maintainer, if one is
listed in the port's Makefile. That person may already be
working on an upgrade, or have a reason to not upgrade the port
right now (because of, for example, stability problems of the
new version).If the maintainer asks you to do the upgrade or there isn't
any such person to begin with, please make the upgrade and send
the recursive diff (either unified or context diff is fine, but
port committers appear to prefer unified diff more) of the new
and old ports directories to us (e.g., if your modified port
directory is called superedit
and the original as in our tree is
superedit.bak, then send us the result of
diff -ruN superedit.bak
superedit). Please examine the output to make
sure all the changes make sense. The best way to send us the
diff is by including it to send-pr1
(category ports). Please mention any added or deleted files
in the message, as they have to be explicitly specified to CVS
when doing a commit. If the diff is more than about 20KB, please
compress and uuencode it; otherwise, just include it in as is in
the PR.Do's and Dont'sHere is a list of common do's and dont's that you encounter
during the porting process.You should check your own port
against this list, but you can also check ports in the PR
database that others have submitted. Submit any comments on
ports you check as described in Bug
Reports and General Commentary. Checking ports in
the PR database will both make it faster for us to commit them,
and prove that you know what you are doing.WRKDIRDo not leave anything valuable lying around in the
work subdirectory, make clean will
nuke it completely! If you need
auxiliary files that are not scripts or patches, put them in
the FILESDIR subdirectory
(files by default) and use the
post-extract target to copy them
to the work subdirectory.Portlint CleanDo use portlint! The portlint program is part of the ports collection.Strip BinariesDo strip binaries. If the original source already strips the
binaries, fine; otherwise you should add a
post-install rule to to it yourself. Here is an
example;
post-install:
strip ${PREFIX}/bin/xdlUse the file1 command on the installed executable to check
whether the binary is stripped or not. If it does not say
not stripped, it is stripped.Correctly Install ManpagesDo use the MANn
variables. These variables, will automatically add any manpages
to pkg/PLIST (this means you must
not list manpages in the
PLIST) and automatically compress manpages
(unless NOMANCOMPRESS is set in
/etc/make.conf). If your port installs
pre-compressed manpages, you must define the
MANCOMPRESSED variable.
MAN1= foo.1 bar.1
MAN5= foo.conf.5
MAN8= baz.8This is not usually necessary with ports that are X
applications and use Imake to build.If your port anchors its man tree somewhere other than
PREFIX, you can use the
MANPREFIX to set it. Also, if only manpages in
certain section go in a non-standard place, such as many Perl
modules ports, you can set individual man paths using
MANsectPREFIX (where
sect is one of 1-9,
L or N).INSTALL_* macrosDo use the macros provided in bsd.port.mk
to ensure correct modes and ownership of files in your own
*-install targets. They are:INSTALL_PROGRAM is a command to install
binary executables.INSTALL_SCRIPT is a command to install
executable scripts.INSTALL_DATA is a command to install
sharable data.INSTALL_MAN is a command to install
manpages and other documentation (it doesn't compress
anything).These are basically the install command
with all the appropriate flags. See below for an example on how
to use them.INSTALL package scriptIf your port needs execute commands when the binary package is
installed with pkg_add you can do with via the
pkg/INSTALL script. This script will
automatically be added to the package, and will be run twice by
pkg_add. The first time will as
INSTALL ${PKGNAME} PRE-INSTALL and the second
time as INSTALL ${PKGNAME} POST-INSTALL.
$2 can be tested to determine which mode
the script is being run in.The PKG_PREFIX environmental variable will be
set to the package installation directory. See pkg_add1 for additional information.This script is not run automatically if you install the port
with make install. If you are depending on it
being run, you will have to explicitly call it on your port's
Makefile.REQ package scriptIf your port needs to determine if it should install or
not, you can create a pkg/REQ
“requirements” script. It will be invoked automatically at
installation/deinstallation time to determine whether or not
installation/deinstallation should proceed. See man
pkg_create1 and man
pkg_add1 for more information.Install additional documentationIf your software has some documentation other than the
standard man and info pages that you think is useful for the
user, install it under
PREFIX/share/doc. This can be
done, like the previous item, in the post-install target.Create a new directory for your port. The directory name
should reflect what the port is. This usually means PKGNAME minus the version part.
However, if you think the user might want different versions
of the port to be installed at the same time, you can use the
whole PKGNAME.Make the installation dependent to the variable
NOPORTDOCS so that users can disable it in
/etc/make.conf, like this:
post-install:
.if !defined(NOPORTDOCS)
${MKDIR}${PREFIX}/share/doc/xv
${INSTALL_MAN} ${WRKSRC}/docs/xvdocs.ps ${PREFIX}/share/doc/xv
.endifDo not forget to add them to
pkg/PLIST too! (Do not worry about
NOPORTDOCS here; there is currently no way
for the packages to read variables from
/etc/make.conf.)If you need to display a message to the installer, you may
place the message in pkg/MESSAGE. This
capibility is often useful to display additional installation
steps to be taken after a pkg_add, or to display licensing
information.MESSAGE does not need to be added
to pkg/PLIST).DIST_SUBDIRDo not let your port clutter
/usr/ports/distfiles. If your port
requires a lot of files to be fetched, or contains a file that
has a name that might conflict with other ports (e.g.,
Makefile), set DIST_SUBDIR to the name of the
port (PKGNAME without the
version part should work fine). This will change DISTDIR from the default
/usr/ports/distfiles to
/usr/ports/distfiles/DIST_SUBDIR,
and in effect puts everything that is required for your port
into that subdirectory.It will also look at the subdirectory with the same name
on the backup master site at
ftp.freebsd.org. (Setting DISTDIR explicitly in your
Makefile will not accomplish this, so please use DIST_SUBDIR.)This does not affect the MASTER_SITES you define in your
Makefile.Package informationDo include package information, i.e.
COMMENT, DESCR, and
PLIST, in pkg.Note that these files are not used only for packaging
anymore, and are mandatory now, even if
NO_PACKAGE is
set.FeedbackDo send applicable changes/patches to the original
author/maintainer for inclusion in next release of the code.
This will only make your job that much easier for the next
release.RCS stringsDo not put RCS strings in patches. CVS will mangle them
when we put the files into the ports tree, and when we check
them out again, they will come out different and the patch
will fail. RCS strings are surrounded by dollar ($) signs, and typically start with
$Id or $RCS.Recursive diffUsing the recurse () option to
diff to generate patches is
fine, but please take a look at the resulting patches to make
sure you don't have any unnecessary junk in there. In
particular, diffs between two backup files, Makefiles when the
port uses Imake or GNU configure, etc., are unnecessary and
should be deleted. Also, if you had to delete a file, then you
can do it in the post-extract
target rather than as part of the patch. Once you are happy
with the resulting diff, please split it up into one source
file per patch file.PREFIXDo try to make your port install relative to PREFIX. (The value of this
variable will be set to LOCALBASE (default
/usr/local), unless USE_X_PREFIX or USE_IMAKE is set, in which case it
will be X11BASE (default
/usr/X11R6).)Not hard-coding /usr/local or
/usr/X11R6 anywhere in the source will
make the port much more flexible and able to cater to the
needs of other sites. For X ports that use imake, this is
automatic; otherwise, this can often be done by simply
replacing the occurrences of /usr/local
(or /usr/X11R6 for X ports that do not
use imake) in the various scripts/Makefiles in the port to
read PREFIX, as this
variable is automatically passed down to every stage of the
build and install processes.Do not set USE_X_PREFIX unless your port
truly require it (i.e., it links against X libs or it needs to
reference files in X11BASE.The variable PREFIX
can be reassigned in your Makefile or in the user's
environment. However, it is strongly discouraged for
individual ports to set this variable explicitly in the
Makefiles.Also, refer to programs/files from other ports with the
variables mentioned above, not explicit pathnames. For
instance, if your port requires a macro
PAGER to be the full pathname of less, use the compiler flag:
-DPAGER=\"${PREFIX}/bin/less\"
or
-DPAGER=\"${LOCALBASE}/bin/less\"
if this is an X port, instead of -DPAGER=\"/usr/local/bin/less\". This way it will have a better chance of working if the system administrator has moved the whole `/usr/local' tree somewhere else.SubdirectoriesTry to let the port put things in the right subdirectories
of PREFIX. Some ports
lump everything and put it in the subdirectory with the port's
name, which is incorrect. Also, many ports put everything
except binaries, header files and manual pages in the a
subdirectory of lib, which does not
bode well with the BSD paradigm. Many of the files should be
moved to one of the following: etc
(setup/configuration files), libexec
(executables started internally), sbin
(executables for superusers/managers),
info (documentation for info browser)
or share (architecture independent
files). See man hier7 for
details, the rule governing /usr pretty
much applies to /usr/local too. The
exception are ports dealing with USENET “news”. They may use
PREFIX/news as a destination for
their files.ldconfigIf your port installs a shared library, add a post-install target to your Makefile
that runs /sbin/ldconfig -m on
the directory where the new library is installed (usually
PREFIX/lib) to register it into
the shared library cache.Also, add an @exec line to your
pkg/PLIST file so that a user who
installed the package can start using the shared library
immediately. This line should immediately follow the line
for the shared library itself, as in:
lib/libtcl80.so.1.0
@exec /sbin/ldconfig -m %D/libNever, ever, ever add a line that
says ldconfig without any
arguments to your Makefile or pkg/PLIST. This will reset the
shared library cache to the contents of
/usr/lib only, and will royally screw up
the user's machine (“Help, xinit does not run anymore after I
install this port!”). Anybody who does this will be shot and
cut into 65,536 pieces by a rusty knife and have his liver
chopped out by a bunch of crows and will eternally rot to
death in the deepest bowels of hell (not necessarily in that
order)....UIDsIf your port requires a certain user to be on the
installed system, let the pkg/INSTALL
script call pw to create it
automatically. Look at net/cvsup-mirror
for an example.If your port must use the same user/group ID number when it is
installed a binarypackage as when it was compiled, then you mus
choose a free UID from 50 to 99 and register it below. Look at
japanese/Wnn for an example.Make sure you don't use a UID already used by the system
or other ports. This is the current list of UIDs between 50
and 99.
majordom:*:54:54:Majordomo Pseudo User:/usr/local/majordomo:/nonexistent
cyrus:*:60:60:the cyrus mail server:/nonexistent:/nonexistent
gnats:*:61:1:GNATS database owner:/usr/local/share/gnats/gnats-db:/bin/sh
uucp:*:66:66:UUCP pseudo-user:/var/spool/uucppublic:/usr/libexec/uucp/uucico
xten:*:67:67:X-10 daemon:/usr/local/xten:/nonexistent
pop:*:68:6:Post Office Owner (popper):/nonexistent:/nonexistent
wnn:*:69:7:Wnn:/nonexistent:/nonexistent
ifmail:*:70:66:Ifmail user:/nonexistent:/nonexistent
pgsql:*:70:70:PostgreSQL pseudo-user:/usr/local/pgsql:/bin/sh
ircd:*:72:72:IRCd hybrid:/nonexistent:/nonexistent
alias:*:81:81:QMail user:/var/qmail/alias:/nonexistent
qmaill:*:83:81:QMail user:/var/qmail:/nonexistent
qmaild:*:82:81:QMail user:/var/qmail:/nonexistent
qmailq:*:85:82:QMail user:/var/qmail:/nonexistent
qmails:*:87:82:QMail user:/var/qmail:/nonexistent
qmailp:*:84:81:QMail user:/var/qmail:/nonexistent
qmailr:*:86:82:QMail user:/var/qmail:/nonexistent
msql:*:87:87:mSQL-2 pseudo-user:/var/db/msqldb:/bin/shPlease include a notice when you submit a port (or an
upgrade) that reserves a new UID or GID in this range. This allows
us to keep the list of reserved IDs up to date.Doing things rationallyThe Makefile should do things simply and
reasonably. If you can make it a couple of lines shorter or more
readable, then do so. Examples include using a make
.if construct instead of a shell
if construct, not redefining
do-extract if you can redefine
EXTRACT* instead, and using
GNU_CONFIGURE instead of
CONFIGURE_ARGS +=
--prefix=${PREFIX}.Respect CFLAGSThe port should respect the CFLAGS
variable. If it doesn't, please add NO_PACKAGE=ignores
cflags to the Makefile.MiscellaneaThe files pkg/DESCR,
pkg/COMMENT, and
pkg/PLIST should each be double-checked. If
you are reviewing a port and feel they can be worded better, do
so.Don't copy more copies of the GNU General Public License into
our system, please.Please be careful to note any legal issues! Don't let us
illegally distribute software!If you are stuck....Do look at existing examples and the
bsd.port.mk file before asking us
questions! ;)Do ask us questions if you have any trouble! Do not just
beat your head against a wall! :)A Sample MakefileHere is a sample Makefile that you can
use to create a new port. Make sure you remove all the extra
comments (ones between brackets)!It is recommended that you follow this format (ordering of
variables, empty lines between sections, etc.). Not all of the
existing Makefiles are in this format
(mostly old ones), but we are trying to uniformize how they
look. This format is designed so that the most important
information is easy to locate.
[the header...just to make it easier for us to identify the ports.]
# New ports collection makefile for: xdvi
[the version required header should updated when upgrading a port.]
# Version required: pl18 [things like "1.5alpha" are fine here too]
[this is the date when the first version of this Makefile was created.
Never change this when doing an update of the port.]
# Date created: 26 May 1995
[this is the person who did the original port to FreeBSD, in particular, the
person who wrote the first version of this Makefile. Remember, this should
not be changed when upgrading the port later.]
# Whom: Satoshi Asami <asami@FreeBSD.ORG>
#
# $Id$
[ ^^^^ This will be automatically replaced with RCS ID string by CVS
when it is committed to our repository.]
#
[section to describe the port itself and the master site - DISTNAME
is always first, followed by PKGNAME (if necessary), CATEGORIES,
and then MASTER_SITES, which can be followed by MASTER_SITE_SUBDIR.
After those, one of EXTRACT_SUFX or DISTFILES can be specified too.]
DISTNAME= xdvi
PKGNAME= xdvi-pl18
CATEGORIES= print
[do not forget the trailing slash ("/")!
if you aren't using MASTER_SITE_* macros]
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= applications
[set this if the source is not in the standard ".tar.gz" form]
EXTRACT_SUFX= .tar.Z
[section for distributed patches -- can be empty]
PATCH_SITES= ftp://ftp.sra.co.jp/pub/X11/japanese/
PATCHFILES= xdvi-18.patch1.gz xdvi-18.patch2.gz
[maintainer; *mandatory*! This is the person (preferably with commit
privileges) who a user can contact for questions and bug reports - this
person should be the porter or someone who can forward questions to the
original porter reasonably promptly. If you really do not want to have
your address here, set it to "ports@FreeBSD.ORG".]
MAINTAINER= asami@FreeBSD.ORG
[dependencies -- can be empty]
RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript
LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
[this section is for other standard bsd.port.mk variables that do not
belong to any of the above]
[If it asks questions during configure, build, install...]
IS_INTERACTIVE= yes
[If it extracts to a directory other than ${DISTNAME}...]
WRKSRC= ${WRKDIR}/xdvi-new
[If the distributed patches were not made relative to ${WRKSRC}, you
may need to tweak this]
PATCH_DIST_STRIP= -p1
[If it requires a "configure" script generated by GNU autoconf to be run]
GNU_CONFIGURE= yes
[If it requires GNU make, not /usr/bin/make, to build...]
USE_GMAKE= yes
[If it is an X application and requires "xmkmf -a" to be run...]
USE_IMAKE= yes
[et cetera.]
[non-standard variables to be used in the rules below]
MY_FAVORITE_RESPONSE= "yeah, right"
[then the special rules, in the order they are called]
pre-fetch:
i go fetch something, yeah
post-patch:
i need to do something after patch, great
pre-install:
and then some more stuff before installing, wow
[and then the epilogue]
.include <bsd.port.mk>Package NamesThe following are the conventions you should follow in
naming your packages. This is to have our package directory
easy to scan, as there are already lots and lots of packages and
users are going to turn away if they hurt their eyes!The package name should look like language-name-compiled.specifics-version.numbers.If your DISTNAME
doesn't look like that, set PKGNAME to something in that
format.FreeBSD strives to support the native language of its
users. The language- part should be a two letter
abbreviation of the natural language defined by ISO-639 if
the port is specific to a certain language. Examples are
ja for Japanese, ru for Russian, vi for Vietnamese,
zh for Chinese, ko for Korean and de for German.The name part
should be all lowercases, except for a really large
package (with lots of programs in it). Things like
XFree86 (yes there really is a package of it, check it
out) and ImageMagick fall into this category. Otherwise,
convert the name (or at least the first letter) to
lowercase. If the capital letters are
important to the name (for example, with one-letter names
like R or V) you may use capital letters at your discretion.
There is a tradition of naming Perl 5 modules by prepending
p5- and converting the double-colon separator to a hyphen;
for example, the Data::Dumper module becomes
p5-Data-Dumper. If the software in question has numbers,
hyphens, or underscores in its name, you may include them as
well (like kinput2).If the port can be built with different hardcoded
defaults (usually specified as environment variables or on
the make command line), the
-compiled.specifics part should state the
compiled-in defaults (the hyphen is optional). Examples
are papersize and font units.The version string should be a period-separated list
of integers and single lowercase alphabetics. The only
exception is the string pl (meaning `patchlevel'), which
can be used only when there are no
major and minor version numbers in the software.Here are some (real) examples on how to convert a DISTNAME into a suitable PKGNAME:Distribution NamePackage NameReasonmule-2.2.2.mule-2.2.2No changes requiredXFree86-3.1.2XFree86-3.1.2No changes requiredEmiClock-1.0.2emiclock-1.0.2No uppercase names for single programsgmod1.4gmod-1.4Need a hyphen before version numbersxmris.4.0.2xmris-4.0.2Need a hyphen before version numbersrdist-1.3alphardist-1.3aNo strings like alpha
allowedes-0.9-beta1es-0.9b1No strings like beta
allowedv3.3beta021.srctiff-3.3What the heck was that anyway?tvtwmtvtwm-pl11Version string always requiredpiewmpiewm-1.0Version string always requiredxvgr-2.10pl1xvgr-2.10.1pl allowed only when no
major/minor version numbersgawk-2.15.6ja-gawk-2.15.6Japanese language versionpsutils-1.13psutils-letter-1.13Papersize hardcoded at package build timepkfontspkfonts300-1.0Package for 300dpi fontsIf there is absolutely no trace of version information in
the original source and it is unlikely that the original author
will ever release another version, just set the version string
to 1.0 (like the piewm example above). Otherwise, ask the
original author or use the date string (yy.mm.dd) as the
version.Changes to this document and the ports systemIf you maintain a lot of ports, you should consider following
the ports@FreeBSD.ORG mailing-list. Important changes to
the way ports work will be announced there. You can always
find more detailed information on the latest changes by
looking at
the bsd.port.mk CVS log.That is It, Folks!Boy, this sure was a long tutorial, wasn't it? Thanks for
following us to here, really.Well, now that you know how to do a port, let us go at it
and convert everything in the world into ports! That is the
easiest way to start contributing to the FreeBSD Project!
:)Money, Hardware or Internet accessWe are always very happy to accept donations to further the
cause of the FreeBSD Project and, in a volunteer effort like ours,
a little can go a long way! Donations of hardware are also very
important to expanding our list of supported peripherals since we
generally lack the funds to buy such items ourselves.Donating fundsWhile the FreeBSD Project is not a 501(C3) (non-profit)
corporation and hence cannot offer special tax incentives for
any donations made, any such donations will be gratefully
accepted on behalf of the project by FreeBSD, Inc.FreeBSD, Inc. was founded in early 1995 by &a.jkh; and
&a.dg; with the goal of furthering the aims of the FreeBSD
Project and giving it a minimal corporate presence. Any and all
funds donated (as well as any profits that may eventually be
realized by FreeBSD, Inc.) will be used exclusively to further
the project's goals.Please make any checks payable to FreeBSD, Inc., sent in
care of the following address:FreeBSD, Inc.c/o Jordan Hubbard4041 Pike Lane, Suite FConcordCA, 94520(currently using the Walnut Creek CDROM address until a PO
box can be opened)Wire transfers may also be sent directly to:Bank Of AmericaConcord Main OfficeP.O. Box 37176San FranciscoCA, 94137-5176Routing #: 121-000-358Account #: 01411-07441 (FreeBSD, Inc.)Any correspondence related to donations should be sent to
Jordan Hubbard jkh@FreeBSD.org,
either via email or to the FreeBSD, Inc. postal address given
above.If you do not wish to be listed in our donors section, please specify this
when making your donation. Thanks!Donating hardwareDonations of hardware in any of the 3 following categories
are also gladly accepted by the FreeBSD Project:General purpose hardware such as disk drives, memory
or complete systems should be sent to the FreeBSD, Inc.
address listed in the donating funds
section.Hardware for which ongoing compliance testing is
desired. We are currently trying to put together a testing
lab of all components that FreeBSD supports so that proper
regression testing can be done with each new release. We
are still lacking many important pieces (network cards,
motherboards, etc) and if you would like to make such a
donation, please contact &a.dg; for information on
which items are still required.Hardware currently unsupported by FreeBSD for which
you would like to see such support added. Please contact
the &a.core; before sending such items as we will need to
find a developer willing to take on the task before we can
accept delivery of new hardware.Donating Internet accessWe can always use new mirror sites for FTP, WWW or cvsup. If
you would like to be such a mirror, please contact the FreeBSD project
administrators admin@FreeBSD.ORG for more information.Donors GalleryThe FreeBSD Project is indebted to the following donors and
would like to publically thank them here!Contributors to the central server
project:The following individuals and businesses made it possible
for the FreeBSD Project to build a new central server machine
to eventually replace
freefall.freebsd.org by donating the
following items:Ade
Barkah mbarkah@freebsd.org and his employer, Hemisphere Online,
donated a Pentium Pro (P6) 200Mhz
CPUASA
Computers donated a Tyan
1662 motherboard.Joe McGuckin joe@via.net
of ViaNet
Communications donated a Kingston ethernet controller.Jack
O'Neill jack@diamond.xtalwind.net donated an NCR
53C875 SCSI controller card.Ulf
Zimmermann ulf@Alameda.net of Alameda Networks
donated 128MB of memory, a
4 Gb disk drive and the
case.Direct funding:The following individuals and businesses have generously
contributed direct funding to the project:Annelise
Anderson ANDRSN@HOOVER.STANFORD.EDUMatt
Dillon dillon@best.netEpilogue
Technology CorporationSean Eric FaganDon Scott WildeGianmarco
Giovannelli gmarco@masternet.itJosef C.
Grosch joeg@truenorth.orgRobert T. MorrisChuck
Robey chuckr@freebsd.orgKenneth
P. Stox ken@stox.sa.enteract.com of Imaginary Landscape,
LLC.Dmitry S.
Kohmanyuk dk@dog.farm.orgLaser5
of Japan (a portion of the profits from sales of their
various FreeBSD CD-ROMs.Fuki
Shuppan Publishing Co. donated a portion of
their profits from Hajimete no
FreeBSD (FreeBSD, Getting started) to the
FreeBSD and XFree86 projects.ASCII
Corp. donated a portion of their profits from
several FreeBSD-related books to the FreeBSD
project.Yokogawa
Electric Corp has generously donated
significant funding to the FreeBSD project.BuffNETHardware contributors:The following individuals and businesses have generously
contributed hardware for testing and device driver
development/support:Walnut Creek CDROM for providing the Pentium P5-90
and 486/DX2-66 EISA/VL systems that are being used for
our development work, to say nothing of the network
access and other donations of hardware resources.TRW Financial Systems, Inc. provided 130 PCs, three
68 GB fileservers, twelve Ethernets, two routers and an
ATM switch for debugging the diskless code. They also
keep a couple of FreeBSD hackers alive and busy.
Thanks!Dermot McDonnell donated the Toshiba XM3401B CDROM
drive currently used in freefall.&a.chuck; contributed his floppy tape streamer for
experimental work.Larry Altneu larry@ALR.COM, and &a.wilko;, provided Wangtek and Archive QIC-02 tape drives in order to improve the wt driver.Ernst Winter ewinter@lobo.muc.de contributed a 2.88 MB floppy drive to the project. This will hopefully increase the pressure for rewriting the floppy disk driver. ;-)Tekram
Technologies sent one each of their DC-390,
DC-390U and DC-390F FAST and ULTRA SCSI host adapter
cards for regression testing of the NCR and AMD drivers
with their cards. They are also to be applauded for
making driver sources for free operating systems
available from their FTP server ftp://ftp.tekram.com/scsi/FreeBSD.Larry M.
Augustin contributed not only a Symbios
Sym8751S SCSI card, but also a set of data books,
including one about the forthcoming Sym53c895 chip with
Ultra-2 and LVD support, and the latest programming
manual with information on how to safely use the
advanced features of the latest Symbios SCSI chips.
Thanks a lot!Christoph
Kukulies kuku@freebsd.org donated an FX120 12 speed Mitsumi
CDROM drive for IDE CDROM driver development.Special contributors:Walnut Creek
CDROM has donated almost more than we can say
(see the
history document for
more details). In particular, we would like to thank
them for the original hardware used for
freefall.FreeBSD.ORG, our primary
development machine, and for
thud.FreeBSD.ORG, a testing and
build box. We are also indebted to them for funding
various contributors over the years and providing us
with unrestricted use of their T1 connection to the
Internet.The interface
business GmbH, Dresden has been patiently
supporting &a.joerg; who has often preferred FreeBSD
work over paywork, and used to fall back to their (quite
expensive) EUnet Internet connection whenever his
private connection became too slow or flakey to work
with it...Berkeley Software
Design, Inc. has contributed their DOS
emulator code to the remaining BSD world, which is used
in the dosemu command.Derived Software ContributorsThis software was originally derived from William F. Jolitz's
386BSD release 0.1, though almost none of the original 386BSD
specific code remains. This software has been essentially
re-implemented from the 4.4BSD-Lite release provided by the Computer
Science Research Group (CSRG) at the University of California,
Berkeley and associated academic contributors.There are also portions of NetBSD and OpenBSD that have been integrated into
FreeBSD as well, and we would therefore like to thank all the
contributors to NetBSD and OpenBSD for their work.Additional FreeBSD Contributors(in alphabetical order by first name):ABURAYA Ryushirou rewsirow@ff.iij4u.or.jpAda T Lim ada@bsd.orgAdam Glass glass@postgres.berkeley.eduAdam McDougall mcdouga9@egr.msu.eduAdrian T. Filipi-Martin atf3r@agate.cs.virginia.eduAkito Fujita fujita@zoo.ncl.omron.co.jpAlain Kalker A.C.P.M.Kalker@student.utwente.nlAlan Cox alc@cs.rice.eduAmancio Hasty ahasty@freebsd.orgAndreas Kohout shanee@rabbit.augusta.deAndreas Lohr andreas@marvin.RoBIN.deAndrew Gallatin gallatin@cs.duke.eduAndrew Gordon andrew.gordon@net-tel.co.ukAndrew Herbert andrew@werple.apana.org.auAndrew McRae amcrae@cisco.comAndrew Moore alm@FreeBSD.orgAndrew Stevenson andrew@ugh.net.auAndrew V. Stesin stesin@elvisti.kiev.uaAndrey Zakhvatov andy@icc.surw.chel.suAndy Whitcroft andy@sarc.city.ac.ukAngelo Turetta ATuretta@stylo.itAnthony C. Chavez magus@xmission.comAnthony Yee-Hang Chan yeehang@netcom.comAri Suutari ari@suutari.iki.fiBrent J. Nordquist bjn@visi.comBernd Rosauer br@schiele-ct.deBill Fumerola billf@jade.chc-chimes.comBill Kish kish@osf.orgBrandon Gillespie brandon@roguetrader.com&a.wlloyd;Bob Wilcox bob@obiwan.uucpBoyd Faulkner faulkner@mpd.tandem.comBrent J. Nordquist bjn@visi.comBrett Taylor brett@peloton.physics.montana.eduBrian Clapper bmc@willscreek.comBrian Handy handy@lambic.space.lockheed.comBrian Tao taob@risc.orgBrion Moss brion@queeg.comBruce Gingery bgingery@gtcs.comBruce Mah bmah@ca.sandia.govCarey Jones mcj@acquiesce.orgCarl Fongheiser cmf@netins.netCharles Hannum mycroft@ai.mit.eduCharles Mott cmott@srv.netChet Ramey chet@odin.INS.CWRU.EduChia-liang Kao clkao@CirX.ORGChris Dabrowski chris@vader.orgChris G. Demetriou cgd@postgres.berkeley.eduChris Shenton cshenton@angst.it.hq.nasa.govChris Stenton jacs@gnome.co.ukChris Timmons skynyrd@opus.cts.cwu.eduChris Torek torek@ee.lbl.govChristian Gusenbauer cg@fimp01.fim.uni-linz.ac.atChristian Haury Christian.Haury@sagem.frChristoph Robitschko chmr@edvz.tu-graz.ac.atChristopher T. Johnson
cjohnson@neunacht.netgsi.comChoi Jun Ho junker@jazz.snu.ac.krChuck Hein chein@cisco.comConrad Sabatier conrads@neosoft.comCornelis van der Laan nils@guru.ims.uni-stuttgart.deCraig Struble cstruble@vt.eduCristian Ferretti cfs@riemann.mat.puc.clCurt Mayer curt@toad.comDai Ishijima ishijima@tri.pref.osaka.jpDan Cross tenser@spitfire.ecsel.psu.eduDaniel Baker dbaker@crash.ops.neosoft.comDaniel M. Eischen deischen@iworks.InterWorks.orgDaniel O'Connor doconnor@gsoft.com.auDanny J. Zerkel dzerkel@feephi.phofarm.comDave Bodenstab imdave@synet.netDave Burgess burgess@hrd769.brooks.af.milDave Chapeskie dchapes@ddm.on.caDave Edmondson davided@sco.comDave Rivers rivers@ponds.uucpDavid A. Bader dbader@umiacs.umd.eduDavid Dawes dawes@physics.su.OZ.AUDavid Holloway daveh@gwythaint.tamis.comDavid Leonard d@scry.dstc.edu.auDean Huxley dean@fsa.caDirk Froemberg dirk@hal.in-berlin.deDmitry Kohmanyuk dk@farm.orgDom Mitchell dom@myrddin.demon.co.ukDon Croyle croyle@gelemna.ft-wayne.in.us&a.whiteside;Don Yuniskis dgy@rtd.comDonald Maddox dmaddox@scsn.netDoug Ambrisko ambrisko@ambrisko.roble.comDouglas Carmichael dcarmich@mcs.comEckart “Isegrim” Hofmann
Isegrim@Wunder-Nett.orgEiji-usagi-MATSUmoto usagi@clave.gr.jpELISA Font ProjectEric A. Griff eagriff@global2000.netEric Blood eblood@cs.unr.eduEric J. Chet ejc@bazzle.comEric J. Schwertfeger eric@cybernut.comFrancis M J Hsieh mjhsieh@life.nthu.edu.twFrank Bartels knarf@camelot.deFrank Chen Hsiung Chan frankch@waru.life.nthu.edu.twFrank Maclachlan fpm@crash.cts.comFrank Nobis fn@trinity.radio-do.deFrank Volf volf@oasis.IAEhv.nlFUJIMOTO Kensaku fujimoto@oscar.elec.waseda.ac.jpFURUSAWA Kazuhisa furusawa@com.cs.osakafu-u.ac.jpGary A. Browning gab10@griffcd.amdahl.comGary Kline kline@thought.orgGerard Roudier groudier@club-internet.frGilad Rom rom_glsa@ein-hashofet.co.ukGinga Kawaguti
ginga@amalthea.phys.s.u-tokyo.ac.jpGreg Ungerer gerg@stallion.oz.auHans Huebner hans@artcom.deHans Petter Bieker hanspb@persbraten.vgs.noHarlan Stenn Harlan.Stenn@pfcs.comHavard Eidnes Havard.Eidnes@runit.sintef.noHideaki Ohmon ohmon@tom.sfc.keio.ac.jpHidekazu Kuroki hidekazu@cs.titech.ac.jpHidetoshi Shimokawa simokawa@sat.t.u-tokyo.ac.jpHideyuki Suzuki hideyuki@sat.t.u-tokyo.ac.jpHironori Ikura hikura@kaisei.orgHolger Veit Holger.Veit@gmd.deHONDA Yasuhiro honda@kashio.info.mie-u.ac.jpHorance Chou horance@freedom.ie.cycu.edu.twHung-Chi Chu hcchu@r350.ee.ntu.edu.twIan Struble ian@broken.netIan Vaudrey i.vaudrey@bigfoot.comIgor Vinokurov igor@zynaps.ruIkuo Nakagawa ikuo@isl.intec.co.jpIMAMURA Tomoaki tomoak-i@is.aist-nara.ac.jpIshii MasahiroIssei Suzuki issei@t-cnet.or.jpIseei Suzuki issei@jp.FreeBSD.ORGItsuro Saito saito@miv.t.u-tokyo.ac.jpJ. David Lowe lowe@saturn5.comJ. Han jtc@cygnus.comJ.T. Conklin jtc@cygnus.comJ.T. Lang keith@email.gcn.net.twJames Clark jjc@jclark.comJames da Silva jds@cs.umd.edu et alJanusz Kokot janek@gaja.ipan.lublin.plJason Thorpe thorpej@nas.nasa.govJavier Martin Rueda jmrueda@diatel.upm.esJeff Bartig jeffb@doit.wisc.eduKeff Kletsky Jeff@Wagsky.comJeffrey Wheat jeff@cetlink.netJerry Hicks jhicks@glenatl.glenayre.comJian-Da Li jdli@csie.NCTU.edu.twJim Binkley jrb@cs.pdx.eduJim Lowe james@cs.uwm.eduJim Wilson wilson@moria.cygnus.comJimbo Bahooli
griffin@blackhole.iceworld/orgJoao Carlos Mendes Luis jonny@coppe.ufrj.brJoe “Marcus” Clarke
marcus@miami.eduJoe Jih-Shian Lu jslu@dns.ntu.edu.twJoel Sutton sutton@aardvark.apana.org.auJohann Tonsing jtonsing@mikom.csir.co.zaJohn Capo jc@irbs.comJohn Heidemann johnh@isi.eduJohn Hood cgull@owl.orgJohn Perry perry@vishnu.alias.netJohn Polstra jdp@polstra.comJohn Rochester jr@cs.mun.caJohn Saunders john@pacer.nlc.net.auJonathan Hanna
jh@pc-21490.bc.rogers.wave.caJosef Karthauser joe@uk.freebsd.orgJoseph Stein joes@seaport.netJosh Gilliam josh@quick.netJosh Tiefenbach josh@ican.netJuergen Lock nox@jelal.hb.north.deJuha Inkari inkari@cc.hut.fiJulian Assange proff@suburbia.netJulian Jenkins kaveman@magna.com.auJulian Stacey jhs@freebsd.orgJunichi Satoh junichi@jp.freebsd.orgJunya WATANABE junya-w@remus.dti.ne.jpKapil Chowksey kchowksey@hss.hns.comKazuhiko Kiriyama kiri@kiri.toba-cmt.ac.jpKeith Bostic bostic@bostic.comKeith MooreKenneth Monville desmo@bandwidth.orgKent Vander Velden graphix@iastate.eduKentaro Inagaki JBD01226@niftyserve.ne.jpKirk McKusick mckusick@mckusick.comKiroh HARADA kiroh@kh.rim.or.jpKoichi Sato copan@ppp.fastnet.or.jpKostya Lukin lukin@okbmei.msk.suKurt Olsen kurto@tiny.mcs.usu.eduLars Köller Lars.Koeller@Uni-Bielefeld.DELian Tai-hwa
avatar@www.mmlab.cse.yzu.edu.twuLucas James Lucas.James@ldjpc.apana.org.auLuigi Rizzo luigi@iet.unipi.itMakoto MATSUSHITA matusita@jp.freebsd.orgMakoto WATANABE
watanabe@zlab.phys.nagoya-u.ac.jpManu Iyengar iyengar@grunthos.pscwa.psca.comMarc Frajola marc@dev.comMarc Ramirez mrami@mramirez.sy.yale.eduMarc Slemko marcs@znep.comMarc van Kempen wmbfmk@urc.tue.nlMario Sergio Fujikawa Ferreira lioux@gns.com.brMark Huizer xaa@stack.nlMark J. Taylor mtaylor@cybernet.comMark Krentel krentel@rice.eduMark Tinguely tinguely@plains.nodak.edutinguely@hookie.cs.ndsu.NoDak.eduMartin BirgmeierMartti Kuparinen erakupa@kk.etx.ericsson.seMasachika ISHIZUKA ishizuka@isis.min.ntt.jpMasanori Kiriake seiken@ncs.co.jpMats Lofkvist mal@algonet.seMatt Bartley mbartley@lear35.cytex.comMatt Thomas thomas@lkg.dec.comMatt White mwhite+@CMU.EDUMatthew N. Dodd winter@jurai.netMatthew Stein matt@bdd.netMaurice Castro maurice@planet.serc.rmit.edu.auMichael Butschky butsch@computi.erols.comMichael Elbel me@FreeBSD.ORGMichael Searle searle@longacre.demon.co.ukMiguel Angel Sagreras msagre@cactus.fi.uba.arMikael Hybsch micke@dynas.seMikhail Teterin mi@aldan.ziplink.netMike McGaughey mmcg@cs.monash.edu.auMike Peck mike@binghamton.eduMing-I Hseh PA@FreeBSD.ee.Ntu.edu.TWMITA Yoshio mita@jp.FreeBSD.ORGMOROHOSHI Akihiko moro@race.u-tokyo.ac.jpMotoyuki Kasahara m-hasahr@sra.co.jpMurray Stokely murray@cdrom.comNAKAMURA Kazushi nkazushi@highway.or.jpNaoki Hamada nao@tom-yam.or.jpNarvi narvi@haldjas.folklore.eeNIIMI Satoshi sa2c@and.or.jpNick Sayer nsayer@quack.kfu.comNicolas Souchu Nicolas.Souchu@prism.uvsq.frNisha Talagala nisha@cs.berkeley.eduNobuhiro Yasutomi nobu@psrc.isac.co.jpNobuyuki Koganemaru kogane@kces.koganemaru.co.jpNoritaka Ishizumi graphite@jp.FreeBSD.ORGOliver Breuninger ob@seicom.NETOliver Fromme oliver.fromme@heim3.tu-clausthal.deOliver Laumann net@informatik.uni-bremen.deOliver Oberdorf oly@world.std.comPaul Fox pgf@foxharp.boston.ma.usPaul Kranenburg pk@cs.few.eur.nlPaul Mackerras paulus@cs.anu.edu.auPaulo Menezes paulo@isr.uc.ptPaul T. Root proot@horton.iaces.comPedro Giffuni giffunip@asme.orgPedro A M Vazquez vazquez@IQM.Unicamp.BRPeter Cornelius pc@inr.fzk.dePeter Haight peterh@prognet.comPeter Stubbs PETERS@staidan.qld.edu.auPierre Beyssac bp@fasterix.freenix.orgPhil Maker pjm@cs.ntu.edu.auR. Kym HorsellRandall Hopper rhh@stealth.ct.picker.comRichard Hwang rhwang@bigpanda.comRichard. M. Neswold rneswold@drmemory.fnal.govRichard Seaman, Jr. dick@tar.comRichard Stallman rms@gnu.ai.mit.eduRichard Wiwatowski rjwiwat@adelaide.on.netRob Mallory rmallory@csusb.eduRob Shady rls@id.netRob Snow rsnow@txdirect.netRobert Sanders rsanders@mindspring.comRobert Withrow witr@rwwa.comRonald Kuehn kuehn@rz.tu-clausthal.deRoland Jesse jesse@cs.uni-magdeburg.deRuslan Shevchenko rssh@cki.ipri.kiev.uaSADA Kenji sada@e-mail.ne.jpSURANYI Peter suranyip@jks.is.tsukuba.ac.jpSamuel Lam skl@ScalableNetwork.comSander Vesik sander@haldjas.folklore.eeSandro Sigala ssigala@globalnet.itSascha Blank blank@fox.uni-trier.deSascha Wildner swildner@channelz.GUN.deSatoshi Taoka taoka@infonets.hiroshima-u.ac.jpScot W. Hetzel hetzels@westbend.netScott Blachowicz scott.blachowicz@seaslug.orgScott A. Kenney saken@rmta.ml.orgSeigou TANIMURA
tanimura@naklab.dnj.ynu.ac.jpSeiichirou Hiraoka flathill@flathill.gr.jpSerge Babkin babkin@hq.icb.chel.suSerge V. Vakulenko vak@zebub.msk.suSheldon Hearn axl@iafrica.comShigeyuki FUKUSHIMA
shige@kuis.kyoto-u.ac.jpSimon Marlow simonm@dcs.gla.ac.ukSlaven Rezic (Tomic) eserte@cs.tu-berlin.deSoren Dayton csdayton@midway.uchicago.eduSoren Dossing sauber@netcom.comStefan Eggers seggers@semyam.dinoco.deStefan Moeding s.moeding@ndh.netStefan “Sec” Zehl sec@42.orgStephane Legrand stephane@lituus.frStephen Farrell stephen@farrell.orgStephen J. Roznowski sjr@home.netSteve Gerakines steve2@genesis.tiac.netSteven G. Kargl
kargl@troutmask.apl.washington.eduStephen H. Samorodin samorodi@NUXU.comStuart Henderson
stuart@internationalschool.co.ukSuzuki Yoshiaki zensyo@ann.tama.kawasaki.jpTadashi Kumano kumano@strl.nhk.or.jpTaguchi Takeshi taguchi@tohoku.iij.ad.jpTakashi Mega mega@minz.orgTakashi Uozu j1594016@ed.kagu.sut.ac.jpTakayuki Ariga a00821@cc.hc.keio.ac.jpTakeu NAIKI naiki@bfd.es.hokudai.ac.jpTed Faber faber@ISI.EDUTerry Lambert terry@lambert.orgTerry Lee terry@uivlsi.csl.uiuc.eduTetsuya Furukawa tetsuya@secom-sis.co.jpTheo Deraadt deraadt@fsa.caThomas König Thomas.Koenig@ciw.uni-karlsruhe.deÞórður Ívarsson totii@est.isTim Kientzle kientzle@netcom.comTim Wilkinson tim@sarc.city.ac.ukTom Jobbins tom@tom.tjTom Samplonius tom@misery.sdf.comTorbjorn Granlund tege@matematik.su.seToshihiro Kanda candy@fct.kgc.co.jpToshihiko SHIMOKAWA toshi@tea.forus.or.jpTrefor S. trefor@flevel.co.ukVille Eerola ve@sci.fiVladimir Kushnir kushn@mail.kar.netWerner Griessl werner@btp1da.phy.uni-bayreuth.deWes Santee wsantee@wsantee.oz.netWilko Bulte wilko@yedi.iaf.nlWolfgang Stanglmeier wolf@kintaro.cologne.deWu Ching-hong woju@FreeBSD.ee.Ntu.edu.TWYen-Shuo Su yssu@CCCA.NCTU.edu.twYoshiaki Uchikawa yoshiaki@kt.rim.or.jpYoshiro Mihira sanpei@yy.cs.keio.ac.jpYukihiro Nakai nakai@technologist.comYuval Yarom yval@cs.huji.ac.ilYves Fonk yves@cpcoup5.tn.tudelft.nl386BSD Patch Kit Patch Contributors(in alphabetical order by first name):Adam Glass glass@postgres.berkeley.eduAdrian Hall adrian@ibmpcug.co.ukAndrey A. Chernov ache@astral.msk.suAndrew Herbert andrew@werple.apana.org.auAndrew Moore alm@netcom.comAndy Valencia ajv@csd.mot.comjtk@netcom.comArne Henrik Juul arnej@Lise.Unit.NOBakul Shah bvs@bitblocks.comBarry Lustig barry@ictv.comBob Wilcox bob@obiwan.uucpBranko LankesterBrett Lymn blymn@mulga.awadi.com.AUCharles Hannum mycroft@ai.mit.eduChris G. Demetriou cgd@postgres.berkeley.eduChris Torek torek@ee.lbl.govChristoph Robitschko chmr@edvz.tu-graz.ac.atDaniel Poirot poirot@aio.jsc.nasa.govDave Burgess burgess@hrd769.brooks.af.milDave Rivers rivers@ponds.uucpDavid Dawes dawes@physics.su.OZ.AUDavid Greenman dg@Root.COMEric J. Haug ejh@slustl.slu.eduFelix Gaehtgens felix@escape.vsse.in-berlin.deFrank Maclachlan fpm@crash.cts.comGary A. Browning gab10@griffcd.amdahl.comGary Howland gary@hotlava.comGeoff Rehmet csgr@alpha.ru.ac.zaGoran Hammarback goran@astro.uu.seGuido van Rooij guido@gvr.win.tue.nlGuy Harris guy@auspex.comHavard Eidnes Havard.Eidnes@runit.sintef.noHerb Peyerl hpeyerl@novatel.cuc.ab.caHolger Veit Holger.Veit@gmd.deIshii Masahiro, R. Kym HorsellJ.T. Conklin jtc@cygnus.comJagane D Sundar jagane@netcom.comJames Clark jjc@jclark.comJames Jegers jimj@miller.cs.uwm.eduJames W. DolterJames da Silva jds@cs.umd.edu et alJay Fenlason hack@datacube.comJim Wilson wilson@moria.cygnus.comJörg Lohse lohse@tech7.informatik.uni-hamburg.deJörg Wunsch joerg_wunsch@uriah.heep.sax.deJohn Dyson formerly
dyson@ref.tfs.comJohn Woods jfw@eddie.mit.eduJordan K. Hubbard jkh@whisker.hubbard.ieJulian Elischer julian@dialix.oz.auJulian Stacey jhs@freebsd.orgKarl Lehenbauer karl@NeoSoft.comkarl@one.neosoft.comKeith Bostic bostic@toe.CS.Berkeley.EDUKen HughesKent Talarico kent@shipwreck.tsoft.netKevin Lahey kml%rokkaku.UUCP@mathcs.emory.edukml@mosquito.cis.ufl.eduMarc Frajola marc@dev.comMark Tinguely tinguely@plains.nodak.edutinguely@hookie.cs.ndsu.NoDak.eduMartin Renters martin@tdc.on.caMichael Clay mclay@weareb.orgMichael Galassi nerd@percival.rain.comMike Durkin mdurkin@tsoft.sf-bay.orgNaoki Hamada nao@tom-yam.or.jpNate Williams nate@bsd.coe.montana.eduNick Handel nhandel@NeoSoft.comnick@madhouse.neosoft.comPace Willisson pace@blitz.comPaul Kranenburg pk@cs.few.eur.nlPaul Mackerras paulus@cs.anu.edu.auPaul Popelka paulp@uts.amdahl.comPeter da Silva peter@NeoSoft.comPhil Sutherland philsuth@mycroft.dialix.oz.auPoul-Henning Kampphk@FreeBSD.ORGRalf Friedl friedl@informatik.uni-kl.deRick Macklem root@snowhite.cis.uoguelph.caRobert D. Thrush rd@phoenix.aii.comRodney W. Grimes rgrimes@cdrom.comSascha Wildner swildner@channelz.GUN.deScott Burris scott@pita.cns.ucla.eduScott Reynolds scott@clmqt.marquette.mi.usSean Eric Fagan sef@kithrup.comSimon J Gerraty sjg@melb.bull.oz.ausjg@zen.void.oz.auStephen McKay syssgm@devetir.qld.gov.auTerry Lambert terry@icarus.weber.eduTerry Lee terry@uivlsi.csl.uiuc.eduTor Egge Tor.Egge@idi.ntnu.noWarren Toomey wkt@csadfa.cs.adfa.oz.auWiljo Heinen wiljo@freeside.ki.open.deWilliam Jolitz withheldWolfgang Solfrank ws@tools.deWolfgang Stanglmeier wolf@dentaro.GUN.deYuval Yarom yval@cs.huji.ac.il