notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Remember
I remember
2024-11-06 Today brought in a new category: filesystems. Sadly, the website did not process it well. I am working on that. It may take a few days.
2024-11-07 Commit processing is halted. I have a fix for the new category. It is making its way through the system.
UPDATE: the backend is processing the original filesystems commit now. It should take about an hour.
UPDATE: as of 20:30 UTC, the filesystems commit has been processed. Commit processing is now up to date.
Port details
trac-tocmacro Table of contents macro for Trac
12.0.0r18149 www on this many watch lists=3 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 12.0.0r18149Version of this port present on the latest quarterly branch.
Maintainer: samm@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2007-05-27 19:45:39
Last Update: 2024-01-09 10:58:07
Commit Hash: 20498f8
People watching this port, also watch:: libxml2, ucspi-tcp, php81-pear, cacti, t1lib
Also Listed In: devel python
License: BSD3CLAUSE
WWW:
https://trac-hacks.org/wiki/TocMacro
Description:
ThisTrac macro generates a table of contents for the current page or a set of pages.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • trac-tocmacro>0:www/trac-tocmacro
To install the port:
cd /usr/ports/www/trac-tocmacro/ && make install clean
To add the package, run one of these commands:
  • pkg install www/trac-tocmacro
  • pkg install trac-tocmacro
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: trac-tocmacro
Package flavors (<flavor>: <package>)
  • py39: trac-tocmacro
distinfo:
TIMESTAMP = 1704797444 SHA256 (tocmacro-12.0.0r18149.zip) = 5814dafbd4374e6c4eae194bbb674ef9cbadfb5ccf5793af046c1933569feb51 SIZE (tocmacro-12.0.0r18149.zip) = 6416

Packages (timestamps in pop-ups are UTC):
trac-tocmacro
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest12.0.0r1814912.0.0r18149--12.0.0r18149---
FreeBSD:13:quarterly12.0.0r1814912.0.0r18149--12.0.0r18149---
FreeBSD:14:latest12.0.0r1814912.0.0r18149--12.0.0r18149---
FreeBSD:14:quarterly12.0.0r1814912.0.0r18149--12.0.0r18149---
FreeBSD:15:latest12.0.0r1814912.0.0r18149n/a12.0.0r18149n/a12.0.0r1814912.0.0r1814912.0.0r18149
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py39-setuptools>=63.1.0 : devel/py-setuptools@py39
  2. python3.9 : lang/python39
Test dependencies:
  1. python3.9 : lang/python39
Runtime dependencies:
  1. tracd : www/trac
  2. py39-setuptools>=63.1.0 : devel/py-setuptools@py39
  3. python3.9 : lang/python39
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
www_trac-tocmacro
USES:
python zip
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://trac-hacks.org/browser/tocmacro/
Collapse this list.

Number of commits found: 28

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
12.0.0r18149
09 Jan 2024 10:58:07
commit hash: 20498f8c5b9fa4f5a64966de0df96dd16bce3dbccommit hash: 20498f8c5b9fa4f5a64966de0df96dd16bce3dbccommit hash: 20498f8c5b9fa4f5a64966de0df96dd16bce3dbccommit hash: 20498f8c5b9fa4f5a64966de0df96dd16bce3dbc files touched by this commit
Oleksii Samorukov (samm) search for other commits by this committer
www/trac-tocmacro: new port

Trac macro generates a table of contents for the current page or a set
of pages.
11.0.0.3_3
01 Jan 2021 11:45:05
Revision:559825Original commit files touched by this commit
antoine search for other commits by this committer
Re-apply part of r559792 (INDEX and bulk -a OK)

With hat:	portmgr
11.0.0.3_3
01 Jan 2021 10:11:35
Revision:559822Original commit files touched by this commit
antoine search for other commits by this committer
Revert r559792 to unbreak INDEX and bulk -a
It seems a lot of reverse dependencies were missed

With hat:	portmgr
11.0.0.3_3
01 Jan 2021 00:57:24
Revision:559792Original commit files touched by this commit
rene search for other commits by this committer
Remove most expired ports that depend on Python 2.7:

Exceptions are:
- mail/mailman, our listservers still use it
- www/chromium, solely because of popular demand,
  upstream is (slowly) working on porting it to Python 3
- ports that have actual patches for Python 3 against
  them (Cinnamon and a few unrelated other ports)
- llvm70 and qt5-webengine because they seem to have a lot
  of dependencies which need further analysis
- sysutils/uefi-edk2-bhyve because bhyve seems to use them
- python2 and python27 themselves

I'm sure there will be complaints, but the nice thing about
a version control system is that we can revert and adjust things.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
11.0.0.3_3
30 Nov 2017 15:50:34
Revision:455210Original commit files touched by this commit Sanity Test Failure
mat search for other commits by this committer
Convert Python ports to FLAVORS.

  Ports using USE_PYTHON=distutils are now flavored.  They will
  automatically get flavors (py27, py34, py35, py36) depending on what
  versions they support.

  There is also a USE_PYTHON=flavors for ports that do not use distutils
  but need FLAVORS to be set.  A USE_PYTHON=noflavors can be set if
  using distutils but flavors are not wanted.

  A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
  added to cope with Python ports that did not have the Python
  PKGNAMEPREFIX but are flavored.

  USES=python now also exports a PY_FLAVOR variable that contains the
(Only the first 15 lines of the commit message are shown above View all of this commit message)
11.0.0.3_3
16 May 2017 13:37:51
Revision:441000Original commit files touched by this commit
joneum search for other commits by this committer
-	Update maintainer address

Reviewed by:	miwi (mentor)
Differential Revision:	https://reviews.freebsd.org/D10755
11.0.0.3_3
14 Mar 2017 03:14:05
Revision:436124Original commit files touched by this commit
wen search for other commits by this committer
- Pass maintainership to submitter

PR:		217773
Submitted by:	joneum@bsdproject.de
11.0.0.3_3
29 May 2016 01:29:08
Revision:416081Original commit files touched by this commit
amdmi3 search for other commits by this committer
www/trac-*: minor cleanup

- Don't use trac/plugin.mk which is now empty and unneeded
- Add some NO_ARCH'es
- Add/fix some LICENSEs and LICENSE_FILES
- Pet portlint
- Regenerate some patches

Approved by:	portmgr blanket
11.0.0.3_3
01 Apr 2016 14:33:58
Revision:412351Original commit files touched by this commit
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.

With hat:	portmgr
Sponsored by:	Absolight
11.0.0.3_3
03 Jan 2015 08:41:21
Revision:376109Original commit files touched by this commit
mva search for other commits by this committer
- Convert USE_PYTHON to new USES in www/

With hat:	python@
11.0.0.3_3
26 Dec 2013 18:12:45
Revision:337589Original commit files touched by this commit
wg search for other commits by this committer
- Support staging
- Modernize python knobs
11.0.0.3_2
16 Dec 2013 18:24:49
Revision:336656Original commit files touched by this commit
glarkin search for other commits by this committer
[Errno 11] Resource Temporarily Unavailable

Reassigning my ports back to the pool with the hope of freeing up
to do more FreeBSD work in the future.

Submitted by:	glarkin
11.0.0.3_2
20 Sep 2013 23:36:54
Revision:327776Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
www)
11.0.0.3_2
30 Aug 2013 16:49:44
Revision:325711Original commit files touched by this commit
mva search for other commits by this committer
- do not use local bsd.python.mk variables within the port Makefile - switch
  the publicly accessible ones instead
11.0.0.3_2
19 Mar 2011 12:38:54
Original commit files touched by this commit
miwi search for other commits by this committer
- Get Rid MD5 support
11.0.0.3_2
18 May 2010 04:08:06
Original commit files touched by this commit
pgollucci search for other commits by this committer
- Chase devel/apr -> devel/apr1 shuffling

PR:             ports/146553
Submitted by:   myself (pgollucci@)
With Hat:       apache@
11.0.0.3_1
05 May 2010 21:52:39
Original commit files touched by this commit
pgollucci search for other commits by this committer
4/5: Chase devel/apr shlib bump

PR:             ports/146130
Approved by:    portmgr (pav)
Tested by:      -exp run (pav)
With Hat:       apache@
11.0.0.3
13 Dec 2009 16:28:06
Original commit files touched by this commit
miwi search for other commits by this committer
- Get rip python 2.3+

Note:
Python 2.3 is't longer supported and have a lot of security issues.
Convert 2.3+ to yes/or 2.4/5+

With hat:       portmgr
11.0.0.3
06 May 2009 22:15:18
Original commit files touched by this commit
glarkin search for other commits by this committer
- Take maintainership
11.0.0.3
04 May 2009 20:31:59
Original commit files touched by this commit
miwi search for other commits by this committer
- Reset maintainer

PR:             133702
Submitted by:   Gerrit Beine <gerrit.beine@gmx.de>
11.0.0.3
27 Oct 2008 11:35:04
Original commit files touched by this commit
mm search for other commits by this committer
- Update to 11.0.0.3
- Match with trac 0.11
- simplify (use more of bsd.python.mk)
- fix package build (register with easy-install)
- forced commit (wrong PR number and missing info)

PR:             ports/127969
Submitted by:   mm
Approved by:    Geritt Beine <geritt.beine at gmx.de> (maintainer)
11.0.0.3
27 Oct 2008 11:25:34
Original commit files touched by this commit
mm search for other commits by this committer
- Update to 11.0.0.3

PR:             ports/127967
Submitted by:   mm
Approved by:    Geritt Beine <geritt.beine at gmx.de> (maintainer)
1.0.1_3
07 Jul 2008 11:45:26
Original commit files touched by this commit
miwi search for other commits by this committer
- Bump PORTREVISION after arp update

PR:             125269 125274
1.0.1_2
06 Jun 2008 14:07:24
Original commit files touched by this commit
edwin search for other commits by this committer
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
1.0.1_1
25 Jan 2008 19:30:22
Original commit files touched by this commit
miwi search for other commits by this committer
- Fix build

Submitted by:   pointyhat via erwin
Approved by:    maintainer implicit
1.0.1
23 Jan 2008 15:00:07
Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 1.0.1

PR:             119349
Submitted by:   christop
                Gerrit Beine <gerrit.beine@gmx.de> (maintainer)
1.0
30 Jul 2007 09:42:28
Original commit files touched by this commit
alexbl search for other commits by this committer
 - Make Python 2.5.1 the default Python version
 - Add significantly better support in bsd.python.mk for working with
   Python Eggs and the easy_install system

Tested by:      pointyhat runs
Approved by:    pav (portmgr)
Most work by:   perky
Thanks to:      pav
1.0
27 May 2007 19:33:38
Original commit files touched by this commit
miwi search for other commits by this committer
The TocMacro generates a table of contents for the current page or a set of
pages.

WWW: http://trac-hacks.org/wiki/TocMacro

Submitted by:   Gerrit Beine <gerrit.beine at gmx.de>

Number of commits found: 28