1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
Mirror of the FreeBSD ports git repo https://git.FreeBSD.org/ports.git .
Go to file
Martin Wilke fd57463876 Pit is a command-line project manager that integrates with Git.
Basic Pit entities are projects, tasks, and notes. One project
can have multiple tasks, and a task can have multiple notes.
Each entity has a number of attributes. For example, project
has name and status, task has name, status, priority, date, and
time, and within note there is message body. All attributes
except name and message body are optional and can be omitted.

The attributes have no semantic meaning, and do not have a
pre-defined set of values. For example, depending on the
particular need, the time attribute could be used as projected
time in weeks, hours spent on the task, or days left to finish
the task.

Pit tries to maintain a notion of "current" project, task, or
note. When you create new project, it automatically becomes
current. If you do not specify project number when creating a
task, the new task will be associated with the current project.

WWW: https://github.com/michaeldv/pit

PR:		ports/155702
Submitted by:	Eric Freeman <freebsdports at chillibear.com>
2011-03-25 12:04:24 +00:00
accessibility
arabic
archivers
astro
audio - Update to version 0.4.0.20091017 2011-03-25 11:59:05 +00:00
benchmarks
biology
cad - Update to version 2.5.0 2011-03-25 11:36:12 +00:00
chinese - Update KOffice to 2.3.1. 2011-03-25 10:44:21 +00:00
comms
converters
databases - update to 0.1664 2011-03-25 11:06:23 +00:00
deskutils
devel Pit is a command-line project manager that integrates with Git. 2011-03-25 12:04:24 +00:00
dns
editors - Update to 2.2 2011-03-25 11:59:08 +00:00
emulators
finance
french - Update KOffice to 2.3.1. 2011-03-25 10:44:21 +00:00
ftp
games
german - Update KOffice to 2.3.1. 2011-03-25 10:44:21 +00:00
graphics - Updeprecate 2011-03-25 11:59:14 +00:00
hebrew
hungarian - Connect hungarian/koffice-kde4-l10n to the build, and, most 2011-03-25 11:25:19 +00:00
irc
japanese - Correspond to PORTVERSION of databases/namazu2 2011-03-25 11:39:57 +00:00
java
korean
lang - Update MASTER_SITES and WWW: line 2011-03-25 11:59:01 +00:00
mail - Update to 4.83.2 2011-03-25 10:39:30 +00:00
math
misc - Update to 0.20.0 2011-03-25 11:36:31 +00:00
Mk - Update kdevelop to 4.2.0. 2011-03-25 10:46:52 +00:00
multimedia
net - Remove DEPRECATED 2011-03-25 11:19:21 +00:00
net-im
net-mgmt - Remove DEPRECATED 2011-03-25 11:36:36 +00:00
net-p2p
news
palm
polish - Update KOffice to 2.3.1. 2011-03-25 10:44:21 +00:00
ports-mgmt
portuguese - Update KOffice to 2.3.1. 2011-03-25 10:44:21 +00:00
print
russian - Update Russian translations for KOffice. 2011-03-25 10:56:26 +00:00
science
security Add entries for php5-exif and php5-zip before 5.3.6 release. 2011-03-25 11:09:07 +00:00
shells
sysutils
Templates
textproc - Update to 1.5.6 2011-03-25 11:49:26 +00:00
Tools
ukrainian - Update KOffice to 2.3.1. 2011-03-25 10:44:21 +00:00
vietnamese
www - Update to 0.10 2011-03-25 11:49:32 +00:00
x11 - Remove DEPRECATED 2011-03-25 11:49:29 +00:00
x11-clocks
x11-drivers - Update to 6.14.1 2011-03-25 11:19:15 +00:00
x11-fm - Update to 10.12.28.23 2011-03-25 11:19:32 +00:00
x11-fonts
x11-servers
x11-themes - Remove DEPRECATED 2011-03-25 11:19:26 +00:00
x11-toolkits - Remove DEPRECATED 2011-03-25 11:49:35 +00:00
x11-wm
.cvsignore
CHANGES
COPYRIGHT
GIDs
KNOBS
LEGAL
Makefile
MOVED
README
UIDs
UPDATING

This is the FreeBSD Ports Collection.  For an easy to use
WEB-based interface to it, please see:

	http://www.FreeBSD.org/ports

For general information on the Ports Collection, please see the
FreeBSD Handbook ports section which is available from:

	http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/ports.html
		for the latest official version
	or:
	The ports(7) manual page (man ports).

These will explain how to use ports and packages.

If you would like to search for a port, you can do so easily by
saying (in /usr/ports):


	make search name="<name>"
	or:
	make search key="<keyword>"

which will generate a list of all ports matching <name> or <keyword>.
make search also supports wildcards, such as:

	make search name="gtk*"

For information about contributing to FreeBSD ports, please see the Porter's
Handbook, available at:

	http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/porters-handbook/

NOTE:  This tree will GROW significantly in size during normal usage!
The distribution tar files can and do accumulate in /usr/ports/distfiles,
and the individual ports will also use up lots of space in their work
subdirectories unless you remember to "make clean" after you're done
building a given port.  /usr/ports/distfiles can also be periodically
cleaned without ill-effect.