Before submitting the new port, read the DOs and DON'Ts section.
Once happy with the 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 the work
directory or
the pkgname.tgz
package, so delete them
now.
Next, build the shar(1) file. Assuming the port is
called oneko
, cd
to the
directory above where the oneko
directory
is located, and then type:
shar `find oneko` > oneko.shar
To submit oneko.shar
, use the bug submit
form (category Ports Tree
).
Add a short
description of the program to the Description field of the PR
(perhaps a short version of COMMENT
), and
do not forget to add oneko.shar
as an
attachment.
Giving a good description in the summary of the problem
report makes the work of port committers a lot easier. We
prefer something like “New port:
category
/portname
short description of
the port
” for new ports. Using this
scheme makes it easier and faster to begin the work of
committing the new port.
After submitting the port, please be patient. The time needed to include a new port in FreeBSD can vary from a few days to a few months. A simple search form of the Problem Report database can be searched at https://bugs.freebsd.org/bugzilla/query.cgi.
To get a listing of open port PRs, select Open and Ports & Packages in the search form, then click .
After looking at the new port, we will reply if necessary, and commit it to the tree. The submitter's name will also be added to the list of Additional FreeBSD Contributors and other files.
All FreeBSD documents are available for download at http://ftp.FreeBSD.org/pub/FreeBSD/doc/
Questions that are not answered by the
documentation may be
sent to <freebsd-questions@FreeBSD.org>.
Send questions about this document to <freebsd-doc@FreeBSD.org>.