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
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
trac-wysiwyg WYSIWYG editor for Trac wiki
0.4.11508_2 www Deleted on this many watch lists=0 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 0.4.11508_2Version of this port present on the latest quarterly branch.
Deprecated DEPRECATED: Uses Python 2.7 which is EOLed upstream
Expired This port expired on: 2020-12-31
Maintainer: joneum@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2008-01-12 16:15:14
Last Update: 2021-01-01 11:45:05
SVN Revision: 559825
Also Listed In: devel python
License: not specified in port
WWW:
http://trac-hacks.org/wiki/TracWysiwygPlugin
Description:
This plugin provides a wiki WYSIWYG editor that generates Trac wiki markup. This enables users to switch between the WYSIWYG mode and the standard wiki markup format, as needed. WWW: http://trac-hacks.org/wiki/TracWysiwygPlugin
Homepage    cgit ¦ GitHub ¦ 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-wysiwyg>0:www/trac-wysiwyg
No installation instructions:
This port has been deleted.
PKGNAME: trac-wysiwyg
Package flavors (<flavor>: <package>)
  • py27: trac-wysiwyg
distinfo:
SHA256 (trac/wysiwyg-0.4.11508.tar.bz2) = 2c988573b57bd4942fad7b023b2faed9a82e3a11beec130cba38ada98de91895 SIZE (trac/wysiwyg-0.4.11508.tar.bz2) = 41353

No package information for this port in our database
Sometimes this happens. Not all ports have packages.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py27-setuptools>0 : devel/py-setuptools@py27
  2. python2.7 : lang/python27
Runtime dependencies:
  1. tracd : www/trac
  2. py27-setuptools>0 : devel/py-setuptools@py27
  3. python2.7 : lang/python27
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
N/A
USES:
python:2.7 tar:bzip2
pkg-message:
For install:
To complete the installation, please add: [components] tracwysiwyg.* = enabled to your trac.ini to enable the WYSIWYG editor.
Master Sites:
Expand this list (5 items)
Collapse this list.
  1. http://distcache.FreeBSD.org/local-distfiles/brooks/
  2. http://distcache.eu.FreeBSD.org/local-distfiles/brooks/
  3. http://distcache.us-east.FreeBSD.org/local-distfiles/brooks/
  4. http://distcache.us-west.FreeBSD.org/local-distfiles/brooks/
  5. http://www.sourcehosting.net/freebsd/distfiles/
Collapse this list.

Number of commits found: 36

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.4.11508_2
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
0.4.11508_2
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
0.4.11508_2
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)
0.4.11508_2
14 Aug 2019 12:25:09
Revision:508913Original commit files touched by this commit
mat search for other commits by this committer
Convert to UCL & cleanup pkg-message (categories w)
0.4.11508_2
19 Feb 2018 11:10:43
Revision:462307Original commit files touched by this commit
antoine search for other commits by this committer
Reduce dependency on the python2 metaport

PR:		225752
Submitted by:	Yasuhiro KIMURA
0.4.11508_1
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
0.4.11508_1
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
0.4.11508_1
18 Jan 2017 13:20:32
Revision:431796Original commit files touched by this commit Sanity Test Failure
tijl search for other commits by this committer
The output of tools like awk, date, sort, tr,... depends on the current
locale set by the user.  Add LANG=C and LC_ALL=C at the beginning of
bsd.port.mk and export them so all commands are executed with the C locale.
LC_ALL=C overrides all other LC_* variables.  LANG is used by setlocale(3)
as default value for LC_* variables, so normally it isn't used when LC_ALL
is set, but there's code out there that looks at LANG directly so it's safer
to set it as well.  The only commands not captured by this are !=
assignments before any inclusion of bsd.port.*mk.

Introduce USE_LOCALE=<locale> that adds LANG=<locale> and LC_ALL=<locale> to
CONFIGURE_ENV and MAKE_ENV so upstream build systems can be executed with a
different locale (e.g. USE_LOCALE=en_US.UTF-8).

PR:		215882
Exp-run by:	antoine
Approved by:	portmgr (antoine)
0.4.11508_1
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
0.4.11508_1
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
0.4.11508_1
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@
0.4.11508_1
16 Mar 2014 16:07:59
Revision:348417Original commit files touched by this commit
ohauer search for other commits by this committer
ports in cat www where MAINTAINER=ports

- USE_BZIP2 -> USES= tar:bzip2
- LICENSE=BSD -> BSD[n]CLAUSE
0.4.11508_1
26 Dec 2013 18:41:32
Revision:337595Original commit files touched by this commit
wg search for other commits by this committer
- Support staging
- Modernize python knobs
0.4.11508_1
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
0.4.11508_1
15 Dec 2013 16:22:17
Revision:336553Original commit files touched by this commit
wg search for other commits by this committer
Use setuptools for all Python ports.

Setuptools is the preferred method to manage Python distributions after
many changes to the packaging ecosystem over the past couple of years.

Only ports using USE_PYDISTUTILS= yes are affected by this commit, ports using
USE_PYDISTUTILS= easy_install remains the same however this usage is now
deprecated and should be converted to USE_PYDISTUTILS= yes.

Some Python distributions do not work with setuptools out of the box because
they extend the install command from distutils and not setuptools, and
so they need to be patched accordingly.

pip (which leverages setuptools) works around the issue by using eggs, however
we want to get rid of those as well, as support for "flat" installation is
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.4.11508_1
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)
0.4.11508_1
26 Oct 2012 18:54:43
Revision:306459Original commit files touched by this commit
rm search for other commits by this committer
- do not directly depend on setuptools, use USE_DISTUTILS instead
- bump PORTREVISION because of dependency change
- trim Makefile header
- limit python version to 2.x only

PR:		173064
Submitted by:	rm (myself)
Approved by:	glarkin (maintainer, by mail)
Feature safe:	yes
0.4.11508
02 May 2012 17:19:11
Original commit files touched by this commit
glarkin search for other commits by this committer
- Updated to 0.4.11508

PR:             ports/167127
Submitted by:   brooks
0.2.7848_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
0.2.7848_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@
0.2.7848_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@
0.2.7848
15 Apr 2010 17:37:28
Original commit files touched by this commit
glarkin search for other commits by this committer
- Updated to 0.2.7848
- Moved 1-line pkg-plist to PLIST_FILES
0.2.7350
05 Jan 2010 20:47:33
Original commit files touched by this commit
glarkin search for other commits by this committer
- Updated to 0.2.7350
0.2.5931
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
0.2.5931
08 Jun 2009 22:10:42
Original commit files touched by this commit
glarkin search for other commits by this committer
- Updated to 0.2.5931
0.2.4353_1
09 Oct 2008 13:40:02
Original commit files touched by this commit
glarkin search for other commits by this committer
- Simplify port (use more of bsd.python.mk)
- Fix package build (register with easy-install)

PR:             ports/127968
Submitted by:   mm
Approved by:    beech (mentor, implicit)
0.2.4353
07 Oct 2008 21:58:14
Original commit files touched by this commit
glarkin search for other commits by this committer
- Update to 0.2.4353

Approved by:    beech (mentor, implicit)
0.2.4214
03 Sep 2008 20:05:24
Original commit files touched by this commit
glarkin search for other commits by this committer
- Upgraded to 0.2.4214
- Added 2nd MASTER_SITE

Approved by:    beech (mentor, implicit)
0.2.3856_1
28 Jul 2008 02:06:09
Original commit files touched by this commit
clsung search for other commits by this committer
- chase www/trac 0.11
- bump PORTREVISION

PR:             ports/125225
Submitted by:   clsung
Approved by:    maintainer (Greg Larkin)
0.2.3856
18 Jul 2008 21:05:20
Original commit files touched by this commit
glarkin search for other commits by this committer
Changed my MAINTAINER address to
glarkin@FreeBSD.org.

Approved by:    beech (mentor)
0.2.3856
28 Jun 2008 17:56:08
Original commit files touched by this commit
beech search for other commits by this committer
- Update to 0.2.3856

PR:             ports/124997
Submitted by:   Greg Larkin <glarkin@sourcehosting.net> (maintainer)
0.2.3847
20 Jun 2008 22:06:29
Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 0.2.3847

PR:             124657
Submitted by:   Greg Larkin <glarkin@sourcehosting.net> (maintainer)
0.2.3423_1
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)
0.2.3423
29 Mar 2008 18:08:38
Original commit files touched by this commit
beech search for other commits by this committer
- Update to 0.2.3423
- Fixes issue: Plugin fails when quoted comments are included within a list

PR:             ports/122189
Submitted by:   Greg Larkin <glarkin@sourcehosting.net> (maintainer)
0.2.3255
22 Feb 2008 10:42:09
Original commit files touched by this commit
beech search for other commits by this committer
- Update to 0.2.3255

PR:             ports/120951
Submitted by:   Greg Larkin <glarkin@sourcehosting.net> (maintainer)
0.2
12 Jan 2008 16:15:03
Original commit files touched by this commit
miwi search for other commits by this committer
This plugin provides a wiki WYSIWYG editor that generates Trac
wiki markup. This enables users to switch between the WYSIWYG mode
and the standard wiki markup format, as needed.

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

PR:             ports/119571
Submitted by:   Greg Larkin <glarkin at sourcehosting.net>

Number of commits found: 36