FreshPorts -- The Place For Ports Tue, 9 Feb 2010 6:15 PM GMT
Do I have any twitter.com followers? I'd like to get control of twitter.com/pgcon, since I run pgcon...
Port details
tidy-devel 090315.c www on this many watch lists=7 search for ports that depend on this port
Utility to clean up and pretty print HTML/XHTML/XML
Maintained by: thierry@FreeBSD.org search for ports maintained by this maintainer
Port Added: 03 Feb 2003 13:12:58


When editing HTML it's easy to make mistakes. Wouldn't it be nice if
there was a simple way to fix these mistakes automatically and tidy up
sloppy editing into nicely layed out markup?  Well now there is thanks
to Hewlett Packard's Dave Raggett. HTML TIDY is a free utility for
doing just that. It also works great on the attrociously hard to read
markup generated by specialized HTML editors and conversion tools, and
can help you identify where you need to pay further attention on
making your pages more accessible to people with disabilities.

Tidy is able to fix up a wide range of problems and to bring to your
attention things that you need to work on yourself. Each item found is
listed with the line number and column so that you can see where the
problem lies in your markup. Tidy won't generate a cleaned up version
when there are problems that it can't be sure of how to handle. These
are logged as "errors" rather than "warnings".

WWW: http://tidy.sourceforge.net/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
Slave ports
www/tidy-lib

Required To Build: textproc/libxslt, devel/gmake

To install the port: cd /usr/ports/www/tidy-devel/ && make install clean
To add the package: pkg_add -r tidy-devel


Configuration Options
     No options to configure

Master Sites:
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/thierry/
ftp://ftp.se.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/thierry/
ftp://ftp.uk.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/thierry/
ftp://ftp.ru.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/thierry/
ftp://ftp.jp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/thierry/
ftp://ftp.tw.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/thierry/
ftp://ftp.cn.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/thierry/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 146 (showing only 100 on this page)

1 | 2  »  

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
22 Nov 2009 19:49:43
Original commit files touched by this commit  090315.c
pav search for other commits by this committer
- Mark MAKE_JOBS_UNSAFE

Reported by:    pointyhat
02 Aug 2009 20:36:34
Original commit files touched by this commit  090315.c
mezz search for other commits by this committer
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:      marcus and kwm
Pointyhat-exp:  a few times by pav
Tested by:      pgollucci, "Romain Tartière" <romain@blogreen.org>, and
                a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:    marcus
Approved by:    portmgr
23 Mar 2009 18:09:09
Original commit files touched by this commit  090315.c
thierry search for other commits by this committer
Upgrade to a newer snapshot.

Requested by:   Sierk Bornemann <sierkb (at) gmx.de>
21 Aug 2008 07:18:49
Original commit files touched by this commit  080621.c
rafan search for other commits by this committer
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
(Only the first 15 lines of the commit message are shown above View all of this commit message)
20 Aug 2008 01:57:32
Original commit files touched by this commit  080621.c
ade search for other commits by this committer
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62

Tested by:      exp build run (erwin)
13 Jul 2008 13:49:45
Original commit files touched by this commit  080621.c
thierry search for other commits by this committer
Fix with NOPORTSDOC.

Reported by:    itetcu's tinderbox
22 Jun 2008 10:15:43
Original commit files touched by this commit  080621.c
thierry search for other commits by this committer
Upgrade tidy-devel and tidy-lib to a snapshot of 18 June 2008.

This adds anchor-as-name.
30 Sep 2007 05:47:37
Original commit files touched by this commit  070813.c_1
linimon search for other commits by this committer
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.

PR:             ports/116639
Submitted by:   aDe
16 Aug 2007 21:04:01
Original commit files touched by this commit  070813.c
thierry search for other commits by this committer
Upgrade to the shnapshot of 13 August 2007.

Changelog:
        The configuration option merge-spans  has been added.
14 Jun 2007 21:26:58
Original commit files touched by this commit  070614.c
thierry search for other commits by this committer
- Upgrade to today's snapshot.

  Changelog:
        The configuration option sort-attributes  has been added.
        Additionally, the option show-body-only  has been extended to
        accept "auto".

- Replace the old conflict check by the CONFLICTS line.
12 Feb 2007 06:26:17
Original commit files touched by this commit  070211.c
thierry search for other commits by this committer
Upgrade to 11 February 2007.

Changelog: the configuration option preserve-entities  has been added:
<http://tidy.sourceforge.net/docs/quickref.html#preserve-entities>.

Hint: now tidy-devel or tidy-lib can be used by the FreeBSD Doc Team!
04 Feb 2007 22:32:24
Original commit files touched by this commit  070203.c
thierry search for other commits by this committer
Add a missing MASTER_SITE_SUBDIR.

Reported by:    Andrei V. Lavreniyuk <bamston (at) reactor-xg.kiev.ua>
03 Feb 2007 22:35:20
Original commit files touched by this commit  051026_2
thierry search for other commits by this committer
- The latest version of tidy is exclusively available through CVS
        => use a snapshot from CVS;

  Changelog at <http://tidy.sourceforge.net/#news>

- Pet portlint;

- Add a regression-test target.
22 Mar 2006 09:06:44
Original commit files touched by this commit  051026_2
pav search for other commits by this committer
- Toss in -fPIC, upcoming pecl-tidy wants to link this

Approved by:    thierry (maintainer)
23 Feb 2006 10:40:45
Original commit files touched by this commit  051026_1
ade search for other commits by this committer
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
24 Jan 2006 03:14:23
Original commit files touched by this commit  051026
edwin search for other commits by this committer
SHA256ify

Approved by: krion@
19 Nov 2005 06:02:20
Original commit files touched by this commit  051026
ade search for other commits by this committer
Switch to <target>:: convention for both patch-autotools and run-autotools,
to allow for easier overriding of these targets by port Makefiles, if
they need to.
27 Oct 2005 22:57:50
Original commit files touched by this commit  051026
thierry search for other commits by this committer
Update to 051026.
26 Oct 2005 18:16:30
Original commit files touched by this commit  051025
thierry search for other commits by this committer
Updare to 051025.
22 Oct 2005 08:38:19
Original commit files touched by this commit  051021
thierry search for other commits by this committer
Upgrade to 051021.
21 Oct 2005 20:38:01
Original commit files touched by this commit  051020
thierry search for other commits by this committer
Update to 051020.
19 Oct 2005 15:10:02
Original commit files touched by this commit  051018
thierry search for other commits by this committer
Update to 051018.
14 Oct 2005 22:56:26
Original commit files touched by this commit  051013
thierry search for other commits by this committer
Upgrade to 051013.
07 Oct 2005 12:40:29
Original commit files touched by this commit  051006
thierry search for other commits by this committer
Upgrade to 051006.
22 Sep 2005 20:28:43
Original commit files touched by this commit  050921
thierry search for other commits by this committer
Update to 050921.
21 Sep 2005 14:55:08
Original commit files touched by this commit  050920
thierry search for other commits by this committer
Update to 050920.
20 Sep 2005 18:12:42
Original commit files touched by this commit  050919
thierry search for other commits by this committer
Update to 050919.
13 Sep 2005 20:52:36
Original commit files touched by this commit  050912
thierry search for other commits by this committer
Upgrade to 050912.
28 Aug 2005 15:32:35
Original commit files touched by this commit  050826
thierry search for other commits by this committer
Upgrade to 050826.
23 Jul 2005 12:34:18
Original commit files touched by this commit  050722
thierry search for other commits by this committer
Upgrade to 050722.
21 Jul 2005 13:31:20
Original commit files touched by this commit  050720
thierry search for other commits by this committer
Upgrade to 050720.
15 Jul 2005 14:57:24
Original commit files touched by this commit  050714
thierry search for other commits by this committer
Update to 050714 snapshot.
14 Jul 2005 22:15:25
Original commit files touched by this commit  050713
thierry search for other commits by this committer
Upgrade to 050713.
06 Jul 2005 18:55:09
Original commit files touched by this commit  050705
thierry search for other commits by this committer
Upgrade to 050705.
05 Jul 2005 18:09:57
Original commit files touched by this commit  050704
thierry search for other commits by this committer
Upgrade to 050704.
23 Jun 2005 18:20:59
Original commit files touched by this commit  050622
thierry search for other commits by this committer
Upgrade to 050622.
16 Jun 2005 18:12:55
Original commit files touched by this commit  050615
thierry search for other commits by this committer
Upgrade to 050615.
08 Jun 2005 17:48:11
Original commit files touched by this commit  050531
thierry search for other commits by this committer
Remove BROKEN on sparc64.
01 Jun 2005 21:14:19
Original commit files touched by this commit  050531
thierry search for other commits by this committer
Upgrade to 050531.

Should fix some issues on 64 bits platforms.
28 May 2005 14:25:30
Original commit files touched by this commit  050527
thierry search for other commits by this committer
Upgrade to 050527.
18 May 2005 21:06:45
Original commit files touched by this commit  050517
thierry search for other commits by this committer
Upgrade to 050517.
07 May 2005 22:48:11
Original commit files touched by this commit  050502
thierry search for other commits by this committer
Mark BROKEN on sparc64.

Reported by:    Kris via pointyhat.
03 May 2005 20:51:00
Original commit files touched by this commit  050502
thierry search for other commits by this committer
Upgrade to 050502.
27 Apr 2005 22:52:51
Original commit files touched by this commit  050425
thierry search for other commits by this committer
Upgrade to 050425.
20 Apr 2005 21:58:16
Original commit files touched by this commit  050415
thierry search for other commits by this committer
Upgrade to 050415.
12 Apr 2005 04:26:57
Original commit files touched by this commit  050408
obrien search for other commits by this committer
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
11 Apr 2005 09:04:41
Original commit files touched by this commit  050408
obrien search for other commits by this committer
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
09 Apr 2005 13:50:08
Original commit files touched by this commit  050408
thierry search for other commits by this committer
Upgrade to 050408.
02 Apr 2005 21:43:17
Original commit files touched by this commit  050324
thierry search for other commits by this committer
Upgrade to 050324.
18 Mar 2005 17:22:38
Original commit files touched by this commit  050317
thierry search for other commits by this committer
Upgrade to 050317.
16 Mar 2005 18:14:52
Original commit files touched by this commit  050315
thierry search for other commits by this committer
Upgrade to 050315.
15 Mar 2005 21:28:14
Original commit files touched by this commit  050314
thierry search for other commits by this committer
Upgrade to 050314.
11 Mar 2005 21:31:19
Original commit files touched by this commit  050310
thierry search for other commits by this committer
Upgrade to 050310.
09 Mar 2005 22:36:36
Original commit files touched by this commit  050308
thierry search for other commits by this committer
Upgrade to 050308.
08 Mar 2005 23:16:32
Original commit files touched by this commit  050307
thierry search for other commits by this committer
Upgrade to 050307.
06 Mar 2005 09:22:07
Original commit files touched by this commit  050305
thierry search for other commits by this committer
Upgrade to 050305.
05 Mar 2005 14:20:15
Original commit files touched by this commit  050304
thierry search for other commits by this committer
Upgrade to 050304.
04 Mar 2005 19:54:53
Original commit files touched by this commit  050303
thierry search for other commits by this committer
Upgrade to 050303.
03 Mar 2005 18:34:15
Original commit files touched by this commit  050302
thierry search for other commits by this committer
Upgrade to 050302.
02 Mar 2005 18:01:48
Original commit files touched by this commit  050301
thierry search for other commits by this committer
Upgrade to 050301.
26 Feb 2005 21:15:33
Original commit files touched by this commit  050225
thierry search for other commits by this committer
Upgrade to 050225.
25 Feb 2005 23:35:49
Original commit files touched by this commit  050224
thierry search for other commits by this committer
Upgrade to 050224.
23 Feb 2005 23:23:00
Original commit files touched by this commit  050222
thierry search for other commits by this committer
Upgrade to 050222 snapshot.
22 Feb 2005 23:37:52
Original commit files touched by this commit  050221
thierry search for other commits by this committer
Upgrade to 050221.
19 Feb 2005 08:30:21
Original commit files touched by this commit  050218
thierry search for other commits by this committer
Upgrade to 050218 snapshot.
16 Feb 2005 23:12:24
Original commit files touched by this commit  050215
thierry search for other commits by this committer
Upgrade to 050215.
15 Feb 2005 18:44:43
Original commit files touched by this commit  050214
thierry search for other commits by this committer
Upgrade to 050214.
12 Feb 2005 09:10:50
Original commit files touched by this commit  050211
thierry search for other commits by this committer
Upgrade to 050211.
21 Jan 2005 18:42:38
Original commit files touched by this commit  050120
thierry search for other commits by this committer
Upgrade to 050120.
19 Jan 2005 20:22:51
Original commit files touched by this commit  050118
thierry search for other commits by this committer
Upgrade to 050118.
11 Jan 2005 23:12:08
Original commit files touched by this commit  050110
thierry search for other commits by this committer
Upgrade to 050110 snapshot.
08 Jan 2005 23:42:51
Original commit files touched by this commit  050107
thierry search for other commits by this committer
Upgrade to 7 January 2005 snapshot.
15 Dec 2004 23:22:06
Original commit files touched by this commit  041214
thierry search for other commits by this committer
Upgrade to the latest snapshot.
15 Dec 2004 00:03:08
Original commit files touched by this commit  041213
thierry search for other commits by this committer
Upgrade to latest snapshot.
09 Dec 2004 23:23:07
Original commit files touched by this commit  041208
thierry search for other commits by this committer
Upgrade to latest snapshot.
07 Dec 2004 23:24:07
Original commit files touched by this commit  041206
thierry search for other commits by this committer
Upgrade to latest snapshot.
27 Oct 2004 23:28:30
Original commit files touched by this commit  041026
thierry search for other commits by this committer
Upgrade to the latest snapshot.
26 Oct 2004 23:32:54
Original commit files touched by this commit  041025
thierry search for other commits by this committer
Upgrade to latest snapshot.
11 Oct 2004 23:48:43
Original commit files touched by this commit  041005
thierry search for other commits by this committer
Upgrade to latest-snapshot.
12 Aug 2004 20:37:16
Original commit files touched by this commit  040811
thierry search for other commits by this committer
Upgrade to the latest snapshot + some cleaning.
07 Aug 2004 17:41:07
Original commit files touched by this commit  040802
thierry search for other commits by this committer
Upgrade to latest snapshot.
01 Aug 2004 23:26:49
Original commit files touched by this commit  040801
thierry search for other commits by this committer
Upgrade to latest snapshot.
29 Jul 2004 21:19:30
Original commit files touched by this commit  040728
thierry search for other commits by this committer
Upgrade to latest snapshot.
25 Jul 2004 23:04:49
Original commit files touched by this commit  040720
thierry search for other commits by this committer
Upgrade to the latest snapshot.
07 Jul 2004 23:17:53
Original commit files touched by this commit  040706
thierry search for other commits by this committer
Upgrade to latest snapshot.
05 Jul 2004 23:25:53
Original commit files touched by this commit  040704
thierry search for other commits by this committer
Upgrade to 040704.
01 Jul 2004 18:06:41
Original commit files touched by this commit  040622
ade search for other commits by this committer
Autotools cleanup.  Remove autoconf257 (259), automake17 (18), and
libtool14 (13/15).

PR:             67768
Submitted by:   ade
Approved by:    4-exp bento runs (thanks, kris!)
23 Jun 2004 23:36:47
Original commit files touched by this commit  040622
thierry search for other commits by this committer
Upgrade to latest snapshot.
21 Jun 2004 23:22:12
Original commit files touched by this commit  040620
thierry search for other commits by this committer
Upgrade to the latest snapshot.
19 Jun 2004 11:53:16
Original commit files touched by this commit  040618
thierry search for other commits by this committer
Upgrade to the latest snapshot.
16 Jun 2004 23:34:53
Original commit files touched by this commit  040615
thierry search for other commits by this committer
Upgrade to latest snapshot.
04 Jun 2004 23:25:15
Original commit files touched by this commit  040603
thierry search for other commits by this committer
Upgrade to the latest snapshot.
15 May 2004 08:42:32
Original commit files touched by this commit  040514
thierry search for other commits by this committer
Upgrade to the latest snapshot.
19 Apr 2004 02:37:12
Original commit files touched by this commit  040318
ade search for other commits by this committer
Introduce bsd.autotools.mk to the world, ripped from bsd.port.mk
This is essentially a null-commit, with the one exception that
the "patch-libtool" target is now called "patch-autotools" for
consistency with "run-autotools".

Many thanks to kris for testing on the 4-exp bento cluster

Approved by:    portmgr (kris)
Verified by:    bento 4-exp
20 Mar 2004 16:10:50
Original commit files touched by this commit  040318
thierry search for other commits by this committer
Upgrade www/tidy-devel (and www/tidy-lib) to 040318.

Approved by:    mat (mentor)
17 Mar 2004 21:18:18
Original commit files touched by this commit  040315
thierry search for other commits by this committer
Upgrading to the latest snapshot (040315).

Approved by:    mat (mentor).
14 Mar 2004 06:17:56
Original commit files touched by this commit  040308
ade search for other commits by this committer
Whoa there, boy, that's a mighty big commit y'all have there...

Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".

For ports-in-waiting:

        USE_LIBTOOL=YES         ->      USE_LIBTOOL_VER=13
        USE_AUTOCONF=YES        ->      USE_AUTOCONF_VER=213
        USE_AUTOMAKE=YES        ->      USE_AUTOMAKE_VER=14

Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
12 Mar 2004 21:41:20
Original commit files touched by this commit  040308
ale search for other commits by this committer
Add a NOOP -preserve flag as a workaround to build
FreeBSD docs with tidy-devel.

Approved by:    maintainer
10 Mar 2004 21:58:11
Original commit files touched by this commit  040308
krion search for other commits by this committer
- Update to version 040308

PR:             ports/64068
Submitted by:   maintainer
09 Mar 2004 09:51:14
Original commit files touched by this commit  040307
krion search for other commits by this committer
- Update to version 040307

PR:             ports/63965
Submitted by:   maintainer

Number of commits found: 146 (showing only 100 on this page)

1 | 2  »  

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
otrsFeb 08
otrsFeb 08
apache13*Feb 03
apache13*Feb 03
apache13+ipv6*Feb 03
apache13-modperl*Feb 03
apache13-modssl*Feb 03
apache13-modssl*Feb 03
apache13-modssl+ipv6*Feb 03
apache13-ssl*Feb 03
squid*Feb 02
squid30*Feb 02
squid31*Feb 02
bugzillaFeb 01
ircd-ratboxJan 28

5 vulnerabilities affecting 16 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 21261
Broken 172
Deprecated 36
Ignore 906
Forbidden 2
Restricted 386
No CDROM 142
Vulnerable 56
Expired 14
Set to expire 25
Interactive 79
new 24 hours 7
new 48 hours9
new 7 days29
new fortnight87
new month197

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Add tab to Netscape 6

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2008 DVL Software Limited. All rights reserved.
This page created in 0.315 seconds.