| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
PR: 106180
Submitted by: Christopher Boumenot <boumenot@gmail.com>
Notes:
svn path=/head/; revision=178591
|
|
|
|
|
|
|
| |
Based on PRs: 98868, 99577, 99817
Notes:
svn path=/head/; revision=168063
|
|
|
|
|
|
|
| |
Approved by: krion@
Notes:
svn path=/head/; revision=154141
|
|
|
|
|
|
|
|
| |
Approved by: krion@
PR: ports/88711 (related)
Notes:
svn path=/head/; revision=154110
|
|
|
|
|
|
|
|
| |
PR: 86731
Submitted by: Emanuel Haupt <ehaupt@critical.ch>
Notes:
svn path=/head/; revision=144799
|
|
|
|
| |
Notes:
svn path=/head/; revision=134298
|
|
|
|
|
|
|
|
| |
PR: 72596
Submitted by: Aaron Dalton <aaron@daltons.ca>
Notes:
svn path=/head/; revision=119157
|
|
|
|
|
|
|
|
| |
Remove unneeded dependency.
Take maintainership.
Notes:
svn path=/head/; revision=117818
|
|
|
|
|
|
|
|
|
|
|
|
| |
- add new DEPENDS
- add WWW in pkg-descr
- add files in pkg-plist
PR: ports/70538
Submitted by: Cheng-Lung Sung <clsung_at_tw.freebsd.org>
Notes:
svn path=/head/; revision=116529
|
|
|
|
| |
Notes:
svn path=/head/; revision=115253
|
|
|
|
|
|
|
| |
Spotted by: kris
Notes:
svn path=/head/; revision=113454
|
|
This module in an fully object-oriented implementation of a simple n-
ary tree. It is built upon the concept of parent-child relationships,
so therefore every Tree::Simple object has both a parent and a set of
children (who themselves may have children, and so on). Every
Tree::Simple object also has siblings, as they are just the children of
their immediate parent.
Notes:
svn path=/head/; revision=113136
|