Skip to content
/ ports Public

ports repository (mirrored from https://code.9front.org/hg/ports) - synced hourly

Notifications You must be signed in to change notification settings

9mirrors/ports

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

9front/Plan 9 Ports Tree.

This allows automated downloading, building, and installing of programs
onto your Plan 9 system. The scripts are categorized by type and name, and the
contents of the directories are standardized.

Contributing
	To contribute make a patch that contains the mkfile, potential patches, and
other stuff thats needed to build. If the port depends on another port that doesn't
yet exist, please create that one too. Your patch should not touch any files in
$PORTS, $PORTS/Config, or $PORTS/Mk. If it *needs* to touch files in there, please
discuss this beforehand with mveety or one of the other maintainers.

Bug Reports:
	Post bugs to [email protected]
Patches can be included and are highly encouraged.

Working with ports:
	Installation:
		go to where the port you want to install resides.
		mk fetch; mk build; mk install
		you're done.
	Uninstallation:
		go to where the port you want to uninstall resides.
		run mk uninstall.
		you're done.

Developing for ports:
	Testing:
		run mk test.
		you're done.
	Adding a port:
		make a directory with the port name in the desired category.
		Create a mkfile with the required vars defined.
		test the port.
		you're done.

Be sure to read Mk/README.* for more information on specific portions of
the ports system.