CVS log for ports/www/tidy-devel/Makefile
Up to [FreeBSD] / ports / www / tidy-devel
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.172: download - view: text, markup, annotated - select for diffs
Thu Nov 24 05:33:44 2011 UTC (2 months, 2 weeks ago) by dinoex
Branches: MAIN
CVS tags: RELEASE_9_0_0, HEAD
Diff to: previous 1.171: preferred, colored
Changes since revision 1.171: +1 -1 lines
- remove CONFLICTS Feature safe: yes
Revision 1.171: download - view: text, markup, annotated - select for diffs
Sat Dec 4 07:34:00 2010 UTC (14 months, 1 week ago) by ade
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_7_4_0
Diff to: previous 1.170: preferred, colored
Changes since revision 1.170: +2 -2 lines
Sync to new bsd.autotools.mk
Revision 1.170: download - view: text, markup, annotated - select for diffs
Sat Oct 16 11:52:44 2010 UTC (15 months, 3 weeks ago) by ade
Branches: MAIN
CVS tags: RELEASE_6_EOL
Diff to: previous 1.169: preferred, colored
Changes since revision 1.169: +1 -1 lines
Punt autoconf267->autoconf268
Revision 1.169: download - view: text, markup, annotated - select for diffs
Tue Oct 5 19:57:53 2010 UTC (16 months ago) by ade
Branches: MAIN
Diff to: previous 1.168: preferred, colored
Changes since revision 1.168: +1 -1 lines
Round one migration of ports from automake{19,110} to automake111
Revision 1.168: download - view: text, markup, annotated - select for diffs
Fri Sep 24 03:22:28 2010 UTC (16 months, 2 weeks ago) by ade
Branches: MAIN
Diff to: previous 1.167: preferred, colored
Changes since revision 1.167: +1 -1 lines
Migrate from devel/automake15 to devel/automake19
Revision 1.167: download - view: text, markup, annotated - select for diffs
Wed Sep 15 18:35:21 2010 UTC (16 months, 3 weeks ago) by ade
Branches: MAIN
Diff to: previous 1.166: preferred, colored
Changes since revision 1.166: +2 -1 lines
Autotools update. Read ports/UPDATING 20100915 for details. Approved by: portmgr (for Mk/bsd.port.mk part) Tested by: Multiple -exp runs
Revision 1.166: download - view: text, markup, annotated - select for diffs
Sun Nov 22 19:49:43 2009 UTC (2 years, 2 months ago) by pav
Branches: MAIN
CVS tags: RELEASE_8_1_0, RELEASE_7_3_0
Diff to: previous 1.165: preferred, colored
Changes since revision 1.165: +1 -0 lines
- Mark MAKE_JOBS_UNSAFE Reported by: pointyhat
Revision 1.165: download - view: text, markup, annotated - select for diffs
Sun Aug 2 19:36:04 2009 UTC (2 years, 6 months ago) by mezz
Branches: MAIN
CVS tags: RELEASE_8_0_0
Diff to: previous 1.164: preferred, colored
Changes since revision 1.164: +1 -1 lines
-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
Revision 1.164: download - view: text, markup, annotated - select for diffs
Mon Mar 23 18:09:09 2009 UTC (2 years, 10 months ago) by thierry
Branches: MAIN
CVS tags: RELEASE_7_2_0
Diff to: previous 1.163: preferred, colored
Changes since revision 1.163: +1 -1 lines
Upgrade to a newer snapshot. Requested by: Sierk Bornemann <sierkb (at) gmx.de>
Revision 1.163: download - view: text, markup, annotated - select for diffs
Thu Aug 21 06:18:37 2008 UTC (3 years, 5 months ago) by rafan
Branches: MAIN
CVS tags: RELEASE_7_1_0, RELEASE_6_4_0
Diff to: previous 1.162: preferred, colored
Changes since revision 1.162: +0 -1 lines
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
- Remove CONFIGURE_TARGET hack in various bsd.*.mk
- USE_GNOME=gnometarget is now an no-op
Changes to individual ports, other than removing the CONFIGURE_TARGET hack:
= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
- comms/gnuradio
- science/abinit
- science/elmer-fem
- science/elmer-matc
- science/elmer-meshgen2d
- science/elmerfront
- science/elmerpost
= use x86_64 as ARCH
- devel/g-wrap
= other changes
- print/magicfilter
GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf
Total # of ports modified: 1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)
PR: 126524 (obsoletes 52917)
Submitted by: rafan
Tested on: two pointyhat 7-amd64 exp runs (by pav)
Approved by: portmgr (pav)
Revision 1.162: download - view: text, markup, annotated - select for diffs
Wed Aug 20 00:57:30 2008 UTC (3 years, 5 months ago) by ade
Branches: MAIN
Diff to: previous 1.161: preferred, colored
Changes since revision 1.161: +1 -1 lines
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62 Tested by: exp build run (erwin)
Revision 1.161: download - view: text, markup, annotated - select for diffs
Sun Jul 13 12:49:44 2008 UTC (3 years, 6 months ago) by thierry
Branches: MAIN
Diff to: previous 1.160: preferred, colored
Changes since revision 1.160: +2 -1 lines
Fix with NOPORTSDOC. Reported by: itetcu's tinderbox
Revision 1.160: download - view: text, markup, annotated - select for diffs
Sun Jun 22 09:15:42 2008 UTC (3 years, 7 months ago) by thierry
Branches: MAIN
Diff to: previous 1.159: preferred, colored
Changes since revision 1.159: +1 -2 lines
Upgrade tidy-devel and tidy-lib to a snapshot of 18 June 2008. This adds anchor-as-name.
Revision 1.159: download - view: text, markup, annotated - select for diffs
Sun Sep 30 04:47:34 2007 UTC (4 years, 4 months ago) by linimon
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0, RELEASE_5_EOL
Diff to: previous 1.158: preferred, colored
Changes since revision 1.158: +2 -1 lines
Switch autoconf dependencies from 2.53 or 2.59 to 2.61. PR: ports/116639 Submitted by: aDe
Revision 1.158: download - view: text, markup, annotated - select for diffs
Thu Aug 16 20:04:01 2007 UTC (4 years, 5 months ago) by thierry
Branches: MAIN
Diff to: previous 1.157: preferred, colored
Changes since revision 1.157: +1 -1 lines
Upgrade to the shnapshot of 13 August 2007. Changelog: The configuration option merge-spans has been added.
Revision 1.157: download - view: text, markup, annotated - select for diffs
Thu Jun 14 20:26:57 2007 UTC (4 years, 7 months ago) by thierry
Branches: MAIN
Diff to: previous 1.156: preferred, colored
Changes since revision 1.156: +3 -10 lines
- 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.
Revision 1.156: download - view: text, markup, annotated - select for diffs
Mon Feb 12 06:26:17 2007 UTC (4 years, 11 months ago) by thierry
Branches: MAIN
CVS tags: PRE_XORG_7
Diff to: previous 1.155: preferred, colored
Changes since revision 1.155: +1 -1 lines
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!
Revision 1.155: download - view: text, markup, annotated - select for diffs
Sun Feb 4 22:32:24 2007 UTC (5 years ago) by thierry
Branches: MAIN
Diff to: previous 1.154: preferred, colored
Changes since revision 1.154: +1 -0 lines
Add a missing MASTER_SITE_SUBDIR. Reported by: Andrei V. Lavreniyuk <bamston (at) reactor-xg.kiev.ua>
Revision 1.154: download - view: text, markup, annotated - select for diffs
Sat Feb 3 22:35:19 2007 UTC (5 years ago) by thierry
Branches: MAIN
Diff to: previous 1.153: preferred, colored
Changes since revision 1.153: +46 -20 lines
- 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.
Revision 1.153: download - view: text, markup, annotated - select for diffs
Wed Mar 22 09:06:44 2006 UTC (5 years, 10 months ago) by pav
Branches: MAIN
CVS tags: RELEASE_6_2_0, RELEASE_4_EOL
Diff to: previous 1.152: preferred, colored
Changes since revision 1.152: +1 -1 lines
- Toss in -fPIC, upcoming pecl-tidy wants to link this Approved by: thierry (maintainer)
Revision 1.152: download - view: text, markup, annotated - select for diffs
Thu Feb 23 10:39:45 2006 UTC (5 years, 11 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_5_5_0
Diff to: previous 1.151: preferred, colored
Changes since revision 1.151: +4 -2 lines
Conversion to a single libtool environment. Approved by: portmgr (kris)
Revision 1.151: download - view: text, markup, annotated - select for diffs
Sat Nov 19 06:02:19 2005 UTC (6 years, 2 months ago) by ade
Branches: MAIN
Diff to: previous 1.150: preferred, colored
Changes since revision 1.150: +1 -1 lines
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.
Revision 1.150: download - view: text, markup, annotated - select for diffs
Thu Oct 27 21:57:50 2005 UTC (6 years, 3 months ago) by thierry
Branches: MAIN
Diff to: previous 1.149: preferred, colored
Changes since revision 1.149: +1 -1 lines
Update to 051026.
Revision 1.149: download - view: text, markup, annotated - select for diffs
Wed Oct 26 17:16:30 2005 UTC (6 years, 3 months ago) by thierry
Branches: MAIN
Diff to: previous 1.148: preferred, colored
Changes since revision 1.148: +1 -1 lines
Updare to 051025.
Revision 1.148: download - view: text, markup, annotated - select for diffs
Sat Oct 22 07:38:18 2005 UTC (6 years, 3 months ago) by thierry
Branches: MAIN
Diff to: previous 1.147: preferred, colored
Changes since revision 1.147: +1 -1 lines
Upgrade to 051021.
Revision 1.147: download - view: text, markup, annotated - select for diffs
Fri Oct 21 19:38:00 2005 UTC (6 years, 3 months ago) by thierry
Branches: MAIN
Diff to: previous 1.146: preferred, colored
Changes since revision 1.146: +2 -2 lines
Update to 051020.
Revision 1.146: download - view: text, markup, annotated - select for diffs
Wed Oct 19 14:10:02 2005 UTC (6 years, 3 months ago) by thierry
Branches: MAIN
Diff to: previous 1.145: preferred, colored
Changes since revision 1.145: +1 -1 lines
Update to 051018.
Revision 1.145: download - view: text, markup, annotated - select for diffs
Fri Oct 14 21:56:26 2005 UTC (6 years, 3 months ago) by thierry
Branches: MAIN
Diff to: previous 1.144: preferred, colored
Changes since revision 1.144: +1 -1 lines
Upgrade to 051013.
Revision 1.144: download - view: text, markup, annotated - select for diffs
Fri Oct 7 11:40:29 2005 UTC (6 years, 4 months ago) by thierry
Branches: MAIN
Diff to: previous 1.143: preferred, colored
Changes since revision 1.143: +1 -1 lines
Upgrade to 051006.
Revision 1.143: download - view: text, markup, annotated - select for diffs
Thu Sep 22 19:28:43 2005 UTC (6 years, 4 months ago) by thierry
Branches: MAIN
Diff to: previous 1.142: preferred, colored
Changes since revision 1.142: +1 -1 lines
Update to 050921.
Revision 1.142: download - view: text, markup, annotated - select for diffs
Wed Sep 21 13:55:08 2005 UTC (6 years, 4 months ago) by thierry
Branches: MAIN
Diff to: previous 1.141: preferred, colored
Changes since revision 1.141: +1 -1 lines
Update to 050920.
Revision 1.141: download - view: text, markup, annotated - select for diffs
Tue Sep 20 17:12:42 2005 UTC (6 years, 4 months ago) by thierry
Branches: MAIN
Diff to: previous 1.140: preferred, colored
Changes since revision 1.140: +1 -1 lines
Update to 050919.
Revision 1.140: download - view: text, markup, annotated - select for diffs
Tue Sep 13 19:52:36 2005 UTC (6 years, 4 months ago) by thierry
Branches: MAIN
Diff to: previous 1.139: preferred, colored
Changes since revision 1.139: +1 -1 lines
Upgrade to 050912.
Revision 1.139: download - view: text, markup, annotated - select for diffs
Sun Aug 28 14:32:35 2005 UTC (6 years, 5 months ago) by thierry
Branches: MAIN
Diff to: previous 1.138: preferred, colored
Changes since revision 1.138: +3 -5 lines
Upgrade to 050826.
Revision 1.138: download - view: text, markup, annotated - select for diffs
Sat Jul 23 11:34:18 2005 UTC (6 years, 6 months ago) by thierry
Branches: MAIN
CVS tags: RELEASE_6_0_0
Diff to: previous 1.137: preferred, colored
Changes since revision 1.137: +1 -1 lines
Upgrade to 050722.
Revision 1.137: download - view: text, markup, annotated - select for diffs
Thu Jul 21 12:31:19 2005 UTC (6 years, 6 months ago) by thierry
Branches: MAIN
Diff to: previous 1.136: preferred, colored
Changes since revision 1.136: +1 -1 lines
Upgrade to 050720.
Revision 1.136: download - view: text, markup, annotated - select for diffs
Fri Jul 15 13:57:24 2005 UTC (6 years, 6 months ago) by thierry
Branches: MAIN
Diff to: previous 1.135: preferred, colored
Changes since revision 1.135: +1 -1 lines
Update to 050714 snapshot.
Revision 1.135: download - view: text, markup, annotated - select for diffs
Thu Jul 14 21:15:24 2005 UTC (6 years, 6 months ago) by thierry
Branches: MAIN
Diff to: previous 1.134: preferred, colored
Changes since revision 1.134: +1 -1 lines
Upgrade to 050713.
Revision 1.134: download - view: text, markup, annotated - select for diffs
Wed Jul 6 17:55:09 2005 UTC (6 years, 7 months ago) by thierry
Branches: MAIN
Diff to: previous 1.133: preferred, colored
Changes since revision 1.133: +2 -2 lines
Upgrade to 050705.
Revision 1.133: download - view: text, markup, annotated - select for diffs
Tue Jul 5 17:09:57 2005 UTC (6 years, 7 months ago) by thierry
Branches: MAIN
Diff to: previous 1.132: preferred, colored
Changes since revision 1.132: +1 -1 lines
Upgrade to 050704.
Revision 1.132: download - view: text, markup, annotated - select for diffs
Thu Jun 23 17:20:59 2005 UTC (6 years, 7 months ago) by thierry
Branches: MAIN
Diff to: previous 1.131: preferred, colored
Changes since revision 1.131: +1 -1 lines
Upgrade to 050622.
Revision 1.131: download - view: text, markup, annotated - select for diffs
Thu Jun 16 17:12:55 2005 UTC (6 years, 7 months ago) by thierry
Branches: MAIN
Diff to: previous 1.130: preferred, colored
Changes since revision 1.130: +2 -2 lines
Upgrade to 050615.
Revision 1.130: download - view: text, markup, annotated - select for diffs
Wed Jun 8 16:48:11 2005 UTC (6 years, 8 months ago) by thierry
Branches: MAIN
Diff to: previous 1.129: preferred, colored
Changes since revision 1.129: +1 -7 lines
Remove BROKEN on sparc64.
Revision 1.129: download - view: text, markup, annotated - select for diffs
Wed Jun 1 20:14:19 2005 UTC (6 years, 8 months ago) by thierry
Branches: MAIN
Diff to: previous 1.128: preferred, colored
Changes since revision 1.128: +1 -1 lines
Upgrade to 050531. Should fix some issues on 64 bits platforms.
Revision 1.128: download - view: text, markup, annotated - select for diffs
Sat May 28 13:25:30 2005 UTC (6 years, 8 months ago) by thierry
Branches: MAIN
Diff to: previous 1.127: preferred, colored
Changes since revision 1.127: +1 -1 lines
Upgrade to 050527.
Revision 1.127: download - view: text, markup, annotated - select for diffs
Wed May 18 20:06:44 2005 UTC (6 years, 8 months ago) by thierry
Branches: MAIN
Diff to: previous 1.126: preferred, colored
Changes since revision 1.126: +1 -1 lines
Upgrade to 050517.
Revision 1.126: download - view: text, markup, annotated - select for diffs
Sat May 7 21:48:10 2005 UTC (6 years, 9 months ago) by thierry
Branches: MAIN
Diff to: previous 1.125: preferred, colored
Changes since revision 1.125: +7 -1 lines
Mark BROKEN on sparc64. Reported by: Kris via pointyhat.
Revision 1.125: download - view: text, markup, annotated - select for diffs
Tue May 3 19:51:00 2005 UTC (6 years, 9 months ago) by thierry
Branches: MAIN
Diff to: previous 1.124: preferred, colored
Changes since revision 1.124: +2 -3 lines
Upgrade to 050502.
Revision 1.124: download - view: text, markup, annotated - select for diffs
Wed Apr 27 21:52:51 2005 UTC (6 years, 9 months ago) by thierry
Branches: MAIN
Diff to: previous 1.123: preferred, colored
Changes since revision 1.123: +1 -1 lines
Upgrade to 050425.
Revision 1.123: download - view: text, markup, annotated - select for diffs
Wed Apr 20 20:58:16 2005 UTC (6 years, 9 months ago) by thierry
Branches: MAIN
Diff to: previous 1.122: preferred, colored
Changes since revision 1.122: +12 -6 lines
Upgrade to 050415.
Revision 1.122: download - view: text, markup, annotated - select for diffs
Tue Apr 12 03:26:45 2005 UTC (6 years, 10 months ago) by obrien
Branches: MAIN
Diff to: previous 1.121: preferred, colored
Changes since revision 1.121: +1 -1 lines
At Kris's request, back out the MACHINE_ARCH spelling correction until after 5.4-RELEASE.
Revision 1.121: download - view: text, markup, annotated - select for diffs
Mon Apr 11 08:04:18 2005 UTC (6 years, 10 months ago) by obrien
Branches: MAIN
Diff to: previous 1.120: preferred, colored
Changes since revision 1.120: +1 -1 lines
Assist getting more ports working on AMD64 by obeying the Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
Revision 1.120: download - view: text, markup, annotated - select for diffs
Sat Apr 9 12:50:08 2005 UTC (6 years, 10 months ago) by thierry
Branches: MAIN
Diff to: previous 1.119: preferred, colored
Changes since revision 1.119: +1 -1 lines
Upgrade to 050408.
Revision 1.119: download - view: text, markup, annotated - select for diffs
Sat Apr 2 20:43:17 2005 UTC (6 years, 10 months ago) by thierry
Branches: MAIN
Diff to: previous 1.118: preferred, colored
Changes since revision 1.118: +1 -1 lines
Upgrade to 050324.
Revision 1.118: download - view: text, markup, annotated - select for diffs
Fri Mar 18 17:22:38 2005 UTC (6 years, 10 months ago) by thierry
Branches: MAIN
CVS tags: RELEASE_5_4_0
Diff to: previous 1.117: preferred, colored
Changes since revision 1.117: +1 -1 lines
Upgrade to 050317.
Revision 1.117: download - view: text, markup, annotated - select for diffs
Wed Mar 16 18:14:52 2005 UTC (6 years, 10 months ago) by thierry
Branches: MAIN
Diff to: previous 1.116: preferred, colored
Changes since revision 1.116: +1 -1 lines
Upgrade to 050315.
Revision 1.116: download - view: text, markup, annotated - select for diffs
Tue Mar 15 21:28:14 2005 UTC (6 years, 10 months ago) by thierry
Branches: MAIN
Diff to: previous 1.115: preferred, colored
Changes since revision 1.115: +1 -1 lines
Upgrade to 050314.
Revision 1.115: download - view: text, markup, annotated - select for diffs
Fri Mar 11 21:31:19 2005 UTC (6 years, 11 months ago) by thierry
Branches: MAIN
Diff to: previous 1.114: preferred, colored
Changes since revision 1.114: +2 -2 lines
Upgrade to 050310.
Revision 1.114: download - view: text, markup, annotated - select for diffs
Wed Mar 9 22:36:36 2005 UTC (6 years, 11 months ago) by thierry
Branches: MAIN
Diff to: previous 1.113: preferred, colored
Changes since revision 1.113: +1 -1 lines
Upgrade to 050308.
Revision 1.113: download - view: text, markup, annotated - select for diffs
Tue Mar 8 23:16:31 2005 UTC (6 years, 11 months ago) by thierry
Branches: MAIN
Diff to: previous 1.112: preferred, colored
Changes since revision 1.112: +1 -1 lines
Upgrade to 050307.
Revision 1.112: download - view: text, markup, annotated - select for diffs
Sun Mar 6 09:22:07 2005 UTC (6 years, 11 months ago) by thierry
Branches: MAIN
Diff to: previous 1.111: preferred, colored
Changes since revision 1.111: +1 -1 lines
Upgrade to 050305.
Revision 1.111: download - view: text, markup, annotated - select for diffs
Sat Mar 5 14:20:14 2005 UTC (6 years, 11 months ago) by thierry
Branches: MAIN
Diff to: previous 1.110: preferred, colored
Changes since revision 1.110: +2 -2 lines
Upgrade to 050304.
Revision 1.110: download - view: text, markup, annotated - select for diffs
Fri Mar 4 19:54:53 2005 UTC (6 years, 11 months ago) by thierry
Branches: MAIN
Diff to: previous 1.109: preferred, colored
Changes since revision 1.109: +1 -1 lines
Upgrade to 050303.
Revision 1.109: download - view: text, markup, annotated - select for diffs
Thu Mar 3 18:34:14 2005 UTC (6 years, 11 months ago) by thierry
Branches: MAIN
Diff to: previous 1.108: preferred, colored
Changes since revision 1.108: +1 -1 lines
Upgrade to 050302.
Revision 1.108: download - view: text, markup, annotated - select for diffs
Wed Mar 2 18:01:48 2005 UTC (6 years, 11 months ago) by thierry
Branches: MAIN
Diff to: previous 1.107: preferred, colored
Changes since revision 1.107: +1 -1 lines
Upgrade to 050301.
Revision 1.107: download - view: text, markup, annotated - select for diffs
Sat Feb 26 21:15:32 2005 UTC (6 years, 11 months ago) by thierry
Branches: MAIN
Diff to: previous 1.106: preferred, colored
Changes since revision 1.106: +1 -1 lines
Upgrade to 050225.
Revision 1.106: download - view: text, markup, annotated - select for diffs
Fri Feb 25 23:35:49 2005 UTC (6 years, 11 months ago) by thierry
Branches: MAIN
Diff to: previous 1.105: preferred, colored
Changes since revision 1.105: +1 -1 lines
Upgrade to 050224.
Revision 1.105: download - view: text, markup, annotated - select for diffs
Wed Feb 23 23:23:00 2005 UTC (6 years, 11 months ago) by thierry
Branches: MAIN
Diff to: previous 1.104: preferred, colored
Changes since revision 1.104: +1 -1 lines
Upgrade to 050222 snapshot.
Revision 1.104: download - view: text, markup, annotated - select for diffs
Tue Feb 22 23:37:52 2005 UTC (6 years, 11 months ago) by thierry
Branches: MAIN
Diff to: previous 1.103: preferred, colored
Changes since revision 1.103: +1 -1 lines
Upgrade to 050221.
Revision 1.103: download - view: text, markup, annotated - select for diffs
Sat Feb 19 08:30:21 2005 UTC (6 years, 11 months ago) by thierry
Branches: MAIN
Diff to: previous 1.102: preferred, colored
Changes since revision 1.102: +1 -1 lines
Upgrade to 050218 snapshot.
Revision 1.102: download - view: text, markup, annotated - select for diffs
Wed Feb 16 23:12:23 2005 UTC (6 years, 11 months ago) by thierry
Branches: MAIN
Diff to: previous 1.101: preferred, colored
Changes since revision 1.101: +1 -1 lines
Upgrade to 050215.
Revision 1.101: download - view: text, markup, annotated - select for diffs
Tue Feb 15 18:44:43 2005 UTC (6 years, 11 months ago) by thierry
Branches: MAIN
Diff to: previous 1.100: preferred, colored
Changes since revision 1.100: +1 -1 lines
Upgrade to 050214.
Revision 1.100: download - view: text, markup, annotated - select for diffs
Sat Feb 12 09:10:50 2005 UTC (6 years, 11 months ago) by thierry
Branches: MAIN
Diff to: previous 1.99: preferred, colored
Changes since revision 1.99: +1 -1 lines
Upgrade to 050211.
Revision 1.99: download - view: text, markup, annotated - select for diffs
Fri Jan 21 18:42:38 2005 UTC (7 years ago) by thierry
Branches: MAIN
Diff to: previous 1.98: preferred, colored
Changes since revision 1.98: +1 -1 lines
Upgrade to 050120.
Revision 1.98: download - view: text, markup, annotated - select for diffs
Wed Jan 19 20:22:51 2005 UTC (7 years ago) by thierry
Branches: MAIN
Diff to: previous 1.97: preferred, colored
Changes since revision 1.97: +1 -1 lines
Upgrade to 050118.
Revision 1.97: download - view: text, markup, annotated - select for diffs
Tue Jan 11 23:12:08 2005 UTC (7 years, 1 month ago) by thierry
Branches: MAIN
Diff to: previous 1.96: preferred, colored
Changes since revision 1.96: +1 -1 lines
Upgrade to 050110 snapshot.
Revision 1.96: download - view: text, markup, annotated - select for diffs
Sat Jan 8 23:42:51 2005 UTC (7 years, 1 month ago) by thierry
Branches: MAIN
Diff to: previous 1.95: preferred, colored
Changes since revision 1.95: +1 -1 lines
Upgrade to 7 January 2005 snapshot.
Revision 1.95: download - view: text, markup, annotated - select for diffs
Wed Dec 15 23:22:05 2004 UTC (7 years, 1 month ago) by thierry
Branches: MAIN
CVS tags: RELEASE_4_11_0
Diff to: previous 1.94: preferred, colored
Changes since revision 1.94: +1 -1 lines
Upgrade to the latest snapshot.
Revision 1.94: download - view: text, markup, annotated - select for diffs
Wed Dec 15 00:03:08 2004 UTC (7 years, 1 month ago) by thierry
Branches: MAIN
Diff to: previous 1.93: preferred, colored
Changes since revision 1.93: +1 -1 lines
Upgrade to latest snapshot.
Revision 1.93: download - view: text, markup, annotated - select for diffs
Thu Dec 9 23:23:07 2004 UTC (7 years, 2 months ago) by thierry
Branches: MAIN
Diff to: previous 1.92: preferred, colored
Changes since revision 1.92: +2 -2 lines
Upgrade to latest snapshot.
Revision 1.92: download - view: text, markup, annotated - select for diffs
Tue Dec 7 23:24:07 2004 UTC (7 years, 2 months ago) by thierry
Branches: MAIN
Diff to: previous 1.91: preferred, colored
Changes since revision 1.91: +1 -1 lines
Upgrade to latest snapshot.
Revision 1.91: download - view: text, markup, annotated - select for diffs
Wed Oct 27 22:28:30 2004 UTC (7 years, 3 months ago) by thierry
Branches: MAIN
Diff to: previous 1.90: preferred, colored
Changes since revision 1.90: +1 -1 lines
Upgrade to the latest snapshot.
Revision 1.90: download - view: text, markup, annotated - select for diffs
Tue Oct 26 22:32:54 2004 UTC (7 years, 3 months ago) by thierry
Branches: MAIN
Diff to: previous 1.89: preferred, colored
Changes since revision 1.89: +1 -1 lines
Upgrade to latest snapshot.
Revision 1.89: download - view: text, markup, annotated - select for diffs
Mon Oct 11 22:48:43 2004 UTC (7 years, 4 months ago) by thierry
Branches: MAIN
Diff to: previous 1.88: preferred, colored
Changes since revision 1.88: +1 -1 lines
Upgrade to latest-snapshot.
Revision 1.88: download - view: text, markup, annotated - select for diffs
Thu Aug 12 19:37:16 2004 UTC (7 years, 6 months ago) by thierry
Branches: MAIN
CVS tags: RELEASE_5_3_0
Diff to: previous 1.87: preferred, colored
Changes since revision 1.87: +7 -14 lines
Upgrade to the latest snapshot + some cleaning.
Revision 1.87: download - view: text, markup, annotated - select for diffs
Sat Aug 7 16:41:07 2004 UTC (7 years, 6 months ago) by thierry
Branches: MAIN
Diff to: previous 1.86: preferred, colored
Changes since revision 1.86: +1 -1 lines
Upgrade to latest snapshot.
Revision 1.86: download - view: text, markup, annotated - select for diffs
Mon Aug 2 22:23:53 2004 UTC (7 years, 6 months ago) by thierry
Branches: MAIN
Diff to: previous 1.85: preferred, colored
Changes since revision 1.85: +2 -2 lines
Upgrade to latest snapshot.
Revision 1.85: download - view: text, markup, annotated - select for diffs
Sun Aug 1 22:26:49 2004 UTC (7 years, 6 months ago) by thierry
Branches: MAIN
Diff to: previous 1.84: preferred, colored
Changes since revision 1.84: +2 -2 lines
Upgrade to latest snapshot.
Revision 1.84: download - view: text, markup, annotated - select for diffs
Thu Jul 29 20:19:30 2004 UTC (7 years, 6 months ago) by thierry
Branches: MAIN
Diff to: previous 1.83: preferred, colored
Changes since revision 1.83: +1 -1 lines
Upgrade to latest snapshot.
Revision 1.83: download - view: text, markup, annotated - select for diffs
Sun Jul 25 22:04:49 2004 UTC (7 years, 6 months ago) by thierry
Branches: MAIN
Diff to: previous 1.82: preferred, colored
Changes since revision 1.82: +1 -1 lines
Upgrade to the latest snapshot.
Revision 1.82: download - view: text, markup, annotated - select for diffs
Wed Jul 7 22:17:53 2004 UTC (7 years, 7 months ago) by thierry
Branches: MAIN
Diff to: previous 1.81: preferred, colored
Changes since revision 1.81: +1 -1 lines
Upgrade to latest snapshot.
Revision 1.81: download - view: text, markup, annotated - select for diffs
Mon Jul 5 22:25:53 2004 UTC (7 years, 7 months ago) by thierry
Branches: MAIN
Diff to: previous 1.80: preferred, colored
Changes since revision 1.80: +1 -1 lines
Upgrade to 040704.
Revision 1.80: download - view: text, markup, annotated - select for diffs
Thu Jul 1 17:06:41 2004 UTC (7 years, 7 months ago) by ade
Branches: MAIN
Diff to: previous 1.79: preferred, colored
Changes since revision 1.79: +2 -2 lines
Autotools cleanup. Remove autoconf257 (259), automake17 (18), and libtool14 (13/15). PR: 67768 Submitted by: ade Approved by: 4-exp bento runs (thanks, kris!)
Revision 1.79: download - view: text, markup, annotated - select for diffs
Wed Jun 23 22:36:47 2004 UTC (7 years, 7 months ago) by thierry
Branches: MAIN
Diff to: previous 1.78: preferred, colored
Changes since revision 1.78: +1 -1 lines
Upgrade to latest snapshot.
Revision 1.78: download - view: text, markup, annotated - select for diffs
Mon Jun 21 22:22:12 2004 UTC (7 years, 7 months ago) by thierry
Branches: MAIN
Diff to: previous 1.77: preferred, colored
Changes since revision 1.77: +1 -1 lines
Upgrade to the latest snapshot.
Revision 1.77: download - view: text, markup, annotated - select for diffs
Sat Jun 19 10:53:16 2004 UTC (7 years, 7 months ago) by thierry
Branches: MAIN
Diff to: previous 1.76: preferred, colored
Changes since revision 1.76: +1 -1 lines
Upgrade to the latest snapshot.
Revision 1.76: download - view: text, markup, annotated - select for diffs
Wed Jun 16 22:34:53 2004 UTC (7 years, 7 months ago) by thierry
Branches: MAIN
Diff to: previous 1.75: preferred, colored
Changes since revision 1.75: +1 -1 lines
Upgrade to latest snapshot.
Revision 1.75: download - view: text, markup, annotated - select for diffs
Fri Jun 4 22:25:15 2004 UTC (7 years, 8 months ago) by thierry
Branches: MAIN
Diff to: previous 1.74: preferred, colored
Changes since revision 1.74: +2 -2 lines
Upgrade to the latest snapshot.
Revision 1.74: download - view: text, markup, annotated - select for diffs
Sat May 15 07:42:32 2004 UTC (7 years, 8 months ago) by thierry
Branches: MAIN
Diff to: previous 1.73: preferred, colored
Changes since revision 1.73: +1 -1 lines
Upgrade to the latest snapshot.
Revision 1.73: download - view: text, markup, annotated - select for diffs
Mon Apr 19 01:37:12 2004 UTC (7 years, 9 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_4_10_0
Diff to: previous 1.72: preferred, colored
Changes since revision 1.72: +1 -1 lines
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
Revision 1.72: download - view: text, markup, annotated - select for diffs
Sat Mar 20 16:10:49 2004 UTC (7 years, 10 months ago) by thierry
Branches: MAIN
Diff to: previous 1.71: preferred, colored
Changes since revision 1.71: +2 -2 lines
Upgrade www/tidy-devel (and www/tidy-lib) to 040318. Approved by: mat (mentor)
Revision 1.71: download - view: text, markup, annotated - select for diffs
Wed Mar 17 21:18:18 2004 UTC (7 years, 10 months ago) by thierry
Branches: MAIN
Diff to: previous 1.70: preferred, colored
Changes since revision 1.70: +1 -1 lines
Upgrading to the latest snapshot (040315). Approved by: mat (mentor).
Revision 1.70: download - view: text, markup, annotated - select for diffs
Sun Mar 14 06:17:35 2004 UTC (7 years, 11 months ago) by ade
Branches: MAIN
Diff to: previous 1.69: preferred, colored
Changes since revision 1.69: +2 -2 lines
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.
Revision 1.69: download - view: text, markup, annotated - select for diffs
Wed Mar 10 21:58:11 2004 UTC (7 years, 11 months ago) by krion
Branches: MAIN
Diff to: previous 1.68: preferred, colored
Changes since revision 1.68: +1 -1 lines
- Update to version 040308 PR: ports/64068 Submitted by: maintainer
Revision 1.68: download - view: text, markup, annotated - select for diffs
Tue Mar 9 09:51:14 2004 UTC (7 years, 11 months ago) by krion
Branches: MAIN
Diff to: previous 1.67: preferred, colored
Changes since revision 1.67: +1 -1 lines
- Update to version 040307 PR: ports/63965 Submitted by: maintainer
Revision 1.67: download - view: text, markup, annotated - select for diffs
Sun Mar 7 13:25:38 2004 UTC (7 years, 11 months ago) by krion
Branches: MAIN
Diff to: previous 1.66: preferred, colored
Changes since revision 1.66: +1 -1 lines
- Update to version 040306 PR: ports/63868 Submitted by: maintainer
Revision 1.66: download - view: text, markup, annotated - select for diffs
Fri Mar 5 19:14:19 2004 UTC (7 years, 11 months ago) by clement
Branches: MAIN
Diff to: previous 1.65: preferred, colored
Changes since revision 1.65: +1 -1 lines
- Update to 040304 snapshot PR: 63811 Submitted by: Thierry Thomas <thierry@pompo.net> (maintainer)
Revision 1.65: download - view: text, markup, annotated - select for diffs
Tue Mar 2 20:26:25 2004 UTC (7 years, 11 months ago) by krion
Branches: MAIN
Diff to: previous 1.64: preferred, colored
Changes since revision 1.64: +1 -1 lines
- Update to version 040301 PR: ports/63655 Submitted by: maintainer
Revision 1.64: download - view: text, markup, annotated - select for diffs
Sun Feb 29 23:56:17 2004 UTC (7 years, 11 months ago) by clement
Branches: MAIN
Diff to: previous 1.63: preferred, colored
Changes since revision 1.63: +1 -1 lines
- Update to 040228 snapshot PR: 63558 Submitted by: Thierry Thomas <thierry@pompo.net> (maintainer)
Revision 1.63: download - view: text, markup, annotated - select for diffs
Sat Feb 7 15:09:22 2004 UTC (8 years ago) by clement
Branches: MAIN
Diff to: previous 1.62: preferred, colored
Changes since revision 1.62: +1 -1 lines
- Update to 040205 snapshot PR: 62478 Submitted by: Thierry Thomas <thierry@pompo.net> (maintainer)
Revision 1.62: download - view: text, markup, annotated - select for diffs
Wed Feb 4 17:58:15 2004 UTC (8 years ago) by krion
Branches: MAIN
Diff to: previous 1.61: preferred, colored
Changes since revision 1.61: +1 -2 lines
- Update to version 040202 PR: ports/62320 Submitted by: maintainer
Revision 1.61: download - view: text, markup, annotated - select for diffs
Wed Feb 4 05:09:36 2004 UTC (8 years ago) by marcus
Branches: MAIN
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +1 -0 lines
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading. (Part 1)
Revision 1.60: download - view: text, markup, annotated - select for diffs
Sun Feb 1 11:45:34 2004 UTC (8 years ago) by ale
Branches: MAIN
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +1 -1 lines
Update to its latest snapshot. PR: ports/62195 Submitted by: Thierry Thomas <thierry@pompo.net> (maintainer) Approved by: nork (mentor/implicitly)
Revision 1.59: download - view: text, markup, annotated - select for diffs
Mon Jan 26 21:11:06 2004 UTC (8 years ago) by krion
Branches: MAIN
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +1 -1 lines
- Update to version 040124 PR: ports/61964 Submitted by: maintainer
Revision 1.58: download - view: text, markup, annotated - select for diffs
Mon Jan 12 20:20:15 2004 UTC (8 years, 1 month ago) by krion
Branches: MAIN
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +1 -1 lines
- Update to version 040110 PR: 61263 Submitted by: maintainer
Revision 1.57: download - view: text, markup, annotated - select for diffs
Thu Jan 8 08:50:11 2004 UTC (8 years, 1 month ago) by krion
Branches: MAIN
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +1 -1 lines
- Update to 040106 PR: 61056 Submitted by: maintainer
Revision 1.56: download - view: text, markup, annotated - select for diffs
Mon Jan 5 23:53:03 2004 UTC (8 years, 1 month ago) by clement
Branches: MAIN
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +1 -1 lines
- Update to 040104 snapshot PR: 60959 Submitted by: Thierry Thomas <thierry@pompo.net> Approved by: erwin (mentor) (implicitly)
Revision 1.55: download - view: text, markup, annotated - select for diffs
Mon Nov 3 02:59:00 2003 UTC (8 years, 3 months ago) by leeym
Branches: MAIN
CVS tags: RELEASE_5_2_1, RELEASE_5_2_0
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +1 -1 lines
update to 031101 PR: 58844 Submitted by: Thierry Thomas <thierry@pompo.net>
Revision 1.54: download - view: text, markup, annotated - select for diffs
Sun Nov 2 00:05:02 2003 UTC (8 years, 3 months ago) by naddy
Branches: MAIN
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +1 -1 lines
Update to 031029. PR: 58816 Submitted by: Thierry Thomas <thierry@pompo.net>
Revision 1.53: download - view: text, markup, annotated - select for diffs
Sat Oct 4 12:31:55 2003 UTC (8 years, 4 months ago) by oliver
Branches: MAIN
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +1 -1 lines
upgrade tidy-devel to 031002 PR: ports/57571 Submitted By: maintainer
Revision 1.52: download - view: text, markup, annotated - select for diffs
Sat Sep 27 13:38:28 2003 UTC (8 years, 4 months ago) by krion
Branches: MAIN
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +1 -1 lines
- Update to version 030926 PR: 57280 Submitted by: maintainer
Revision 1.51: download - view: text, markup, annotated - select for diffs
Thu Sep 4 02:51:22 2003 UTC (8 years, 5 months ago) by leeym
Branches: MAIN
CVS tags: RELEASE_4_9_0
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +1 -1 lines
upgrades tidy-devel & tidy-lib to 030901 PR: 56377 Submitted by: Thierry Thomas <thierry@pompo.net>
Revision 1.50: download - view: text, markup, annotated - select for diffs
Mon Aug 18 06:19:18 2003 UTC (8 years, 5 months ago) by daichi
Branches: MAIN
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +15 -4 lines
update www/tidy-devel: 030801 -> 030815 PR: 55654 Submitted by: Thierry Thomas <thierry@pompo.net> (maintainer)
Revision 1.49: download - view: text, markup, annotated - select for diffs
Sun Aug 3 15:47:23 2003 UTC (8 years, 6 months ago) by krion
Branches: MAIN
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +4 -10 lines
Don't use configure-message target. Move libtoolize and aclocal issues to post-patch. Unbreak INDEX Submitted by: Mathieu Arnold Approved by: fjoe (mentor) (implicit)
Revision 1.48: download - view: text, markup, annotated - select for diffs
Sat Aug 2 14:35:39 2003 UTC (8 years, 6 months ago) by krion
Branches: MAIN
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +7 -1 lines
- Upgrade to latest release 030801 - Fix build-depends problem against aclocal for tidy-lib PR: 55183 Submitted by: maintainer Approved by: fjoe (mentor) (implicit)
Revision 1.47: download - view: text, markup, annotated - select for diffs
Tue Jul 22 10:04:59 2003 UTC (8 years, 6 months ago) by arved
Branches: MAIN
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +2 -2 lines
Update to 030716 PR: 54659 Submitted by: maintainer
Revision 1.46: download - view: text, markup, annotated - select for diffs
Fri Jul 4 11:33:19 2003 UTC (8 years, 7 months ago) by daichi
Branches: MAIN
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +2 -2 lines
update www/tidy-devel: 030629 --> 030702 PR: 54076 Submitted by: Thierry Thomas <thierry@pompo.net> (mainttainer)
Revision 1.45: download - view: text, markup, annotated - select for diffs
Wed Jul 2 11:26:34 2003 UTC (8 years, 7 months ago) by leeym
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +1 -1 lines
Upgrading www/tidy-devel (and www/tidy-lib) to the latest version PR: 53986 Submitted by: Thierry Thomas <thierry@pompo.net>
Revision 1.44: download - view: text, markup, annotated - select for diffs
Thu Jun 26 22:58:32 2003 UTC (8 years, 7 months ago) by ade
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +1 -1 lines
libtool uber-patch * kill devel/libtool and move to devel/libtool13, upgrading to 1.3.5 * upgrade repo-copied devel/libtool14 to 1.4.3 * break out libltdl into its own separate port * move to version-numbered binaries/scripts (ie: there is *no* 'libtool' any more -- USE_LIBTOOL and USE_LIBTOOL_VER are your friends) Approved by: portmgr (kris) - for the bsd.port.mk hooks Tested by: bento 4-exp builds (repeatedly)
Revision 1.43: download - view: text, markup, annotated - select for diffs
Wed Jun 11 21:00:05 2003 UTC (8 years, 8 months ago) by naddy
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +2 -2 lines
Update to release 030610. PR: 53213 Submitted by: Thierry Thomas <thierry@pompo.net>
Revision 1.42: download - view: text, markup, annotated - select for diffs
Mon Jun 2 00:32:43 2003 UTC (8 years, 8 months ago) by naddy
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +1 -1 lines
Update to 030525. PR: 52844 Submitted by: Thierry Thomas <thierry@pompo.net>
Revision 1.41: download - view: text, markup, annotated - select for diffs
Sun May 18 04:34:14 2003 UTC (8 years, 8 months ago) by leeym
Branches: MAIN
CVS tags: RELEASE_5_1_0
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +1 -1 lines
Upgrading www/tidy-devel to the latest version PR: 52384 Submitted by: Thierry Thomas <thierry@pompo.net>
Revision 1.40: download - view: text, markup, annotated - select for diffs
Fri May 9 06:55:09 2003 UTC (8 years, 9 months ago) by ijliao
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +1 -1 lines
upgrade to latest version PR: 51986 Submitted by: maintainer
Revision 1.39: download - view: text, markup, annotated - select for diffs
Sat May 3 21:37:48 2003 UTC (8 years, 9 months ago) by vanilla
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +1 -1 lines
Upgrading www/tidy-devel and www/tidy-lib to their latest version. PR: ports/51732 Submitted by: maintainer.
Revision 1.38: download - view: text, markup, annotated - select for diffs
Mon Apr 28 11:35:03 2003 UTC (8 years, 9 months ago) by naddy
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +1 -1 lines
Update to version 030426. PR: 51476 Submitted by: Thierry Thomas <thierry@pompo.net>
Revision 1.37: download - view: text, markup, annotated - select for diffs
Wed Apr 23 17:14:26 2003 UTC (8 years, 9 months ago) by dannyboy
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +1 -1 lines
Update to 030421. PR: 51298 Submitted by: maintainer
Revision 1.36: download - view: text, markup, annotated - select for diffs
Fri Apr 18 05:51:41 2003 UTC (8 years, 9 months ago) by edwin
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +1 -1 lines
www/tidy-devel: upgrading to 030416. Upgrading www/tidy-devel to the latest version. Note: the changelog is available at <http://users.rcn.com/creitzel/tidy/changelog.full.html>;. PR: ports/51104 Submitted by: Thierry Thomas <thierry@pompo.net>
Revision 1.35: download - view: text, markup, annotated - select for diffs
Sat Apr 12 20:49:41 2003 UTC (8 years, 10 months ago) by arved
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +1 -1 lines
Update to 030411 PR: 50859 Submitted by: maintainer
Revision 1.34: download - view: text, markup, annotated - select for diffs
Sat Apr 5 19:46:15 2003 UTC (8 years, 10 months ago) by arved
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +2 -2 lines
Update to 030403 PR: 50611 Submitted by: maintainer
Revision 1.33: download - view: text, markup, annotated - select for diffs
Wed Apr 2 05:20:32 2003 UTC (8 years, 10 months ago) by adamw
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +1 -1 lines
Update to 030330. PR: 50505 Submitted by: Thierry Thomas <thierry@pompo.net> (maintainer)
Revision 1.32: download - view: text, markup, annotated - select for diffs
Sun Mar 30 01:16:34 2003 UTC (8 years, 10 months ago) by edwin
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +2 -2 lines
www/tidy-devel: upgrading to 030325. PR: ports/50326 Submitted by: Thierry Thomas <thierry@pompo.net>
Revision 1.31: download - view: text, markup, annotated - select for diffs
Sun Mar 23 13:46:34 2003 UTC (8 years, 10 months ago) by naddy
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +5 -3 lines
Update to 030319. This fixes a bunch of worrisome warnings on 64-bit platforms. PR: 49121 Submitted by: Thierry Thomas <thierry@pompo.net>
Revision 1.30: download - view: text, markup, annotated - select for diffs
Tue Mar 4 23:01:35 2003 UTC (8 years, 11 months ago) by naddy
Branches: MAIN
CVS tags: RELEASE_4_8_0
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +1 -1 lines
Update to 030302. PR: 48908 Submitted by: Thierry Thomas <thierry@pompo.net>
Revision 1.29: download - view: text, markup, annotated - select for diffs
Thu Feb 27 18:07:24 2003 UTC (8 years, 11 months ago) by leeym
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +1 -1 lines
Upgrading tidy-devel to 030225. PR: 48693 Submitted by: Thierry Thomas <thierry@pompo.net>
Revision 1.28: download - view: text, markup, annotated - select for diffs
Mon Feb 24 07:48:05 2003 UTC (8 years, 11 months ago) by edwin
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +36 -12 lines
www/tidy-devel: upgrading to 030220 PR: ports/48549 Submitted by: Thierry Thomas <thierry@pompo.net>
Revision 1.27: download - view: text, markup, annotated - select for diffs
Wed Feb 19 00:43:41 2003 UTC (8 years, 11 months ago) by leeym
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +6 -2 lines
- upgrading tidy to 030217; - upgrading docs to 030216; - de-pkg-comment; - SUPPORT_ACCESSIBILITY_CHECKS, SUPPORT_UTF16_ENCODINGS, and SUPPORT_ASIAN_ENCODINGS are enabled. PR: 48441 Submitted by: Thierry Thomas <thierry@pompo.net>
Revision 1.26: download - view: text, markup, annotated - select for diffs
Sun Feb 16 07:13:16 2003 UTC (8 years, 11 months ago) by markp
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +1 -1 lines
Update to 030208. PR: 48286 Submitted by: maintainer
Revision 1.25: download - view: text, markup, annotated - select for diffs
Mon Feb 10 23:14:32 2003 UTC (9 years ago) by dannyboy
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +1 -1 lines
Update to 030205. PR: 48103 Submitted by: maintainer
Revision 1.24: download - view: text, markup, annotated - select for diffs
Tue Feb 4 00:43:49 2003 UTC (9 years ago) by naddy
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +1 -1 lines
Update to release 030201. PR: 47810 Submitted by: Thierry Thomas <thierry@pompo.net>
Revision 1.23: download - view: text, markup, annotated - select for diffs
Sat Feb 1 23:24:54 2003 UTC (9 years ago) by arved
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +41 -13 lines
Add tidy-devel after Repocopy from www/tidy PR: 46620 Submitted by: Thierry Thomas <thierry@pompo.net>
Revision 1.22: download - view: text, markup, annotated - select for diffs
Mon Aug 12 02:55:03 2002 UTC (9 years, 6 months ago) by kuriyama
Branches: MAIN
CVS tags: old_RELEASE_5_0_0, old_RELEASE_4_7_0
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +1 -1 lines
Avoid dumping core when $HOME is not set. Reference: <7mn0t271m8.wl@black.imgsrc.co.jp>
Revision 1.21: download - view: text, markup, annotated - select for diffs
Thu Nov 22 15:24:54 2001 UTC (10 years, 2 months ago) by phantom
Branches: MAIN
CVS tags: old_RELEASE_5_0_DP1, old_RELEASE_4_6_2, old_RELEASE_4_6_1, old_RELEASE_4_6_0, old_RELEASE_4_5_0
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +2 -1 lines
Add new option '-preserve' to preserve characters entities from source file (i.e. leave them undecoded into plain characters). This feature will be utilized by translation teams and was successfuly tested against Russian and Japanese Translation Projects. Also add simple hack to not to display annoying "Can't open ~/.tidyrc" warning message in case if ~/.tidyrc file missing. Bump PORTREVISION. Approved by: Scott Kenney <saken@hotel.rmta.org> (maintainer) Tested by: myself, hrs
Revision 1.20: download - view: text, markup, annotated - select for diffs
Mon Feb 5 15:33:51 2001 UTC (11 years ago) by olgeni
Branches: MAIN
CVS tags: old_RELEASE_4_4_0, old_RELEASE_4_3_0
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +2 -2 lines
Some spaces -> tabs for ports/www.
Revision 1.19: download - view: text, markup, annotated - select for diffs
Mon Aug 21 20:04:54 2000 UTC (11 years, 5 months ago) by dirk
Branches: MAIN
CVS tags: old_RELEASE_4_2_0, old_RELEASE_4_1_1
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +3 -3 lines
Upgrade to Aug 4, 2000 version. PR: ports/20732 Submitted by: Scott A. Kenney <saken@hotel.rmta.org> (maintainer)
Revision 1.18: download - view: text, markup, annotated - select for diffs
Mon May 29 03:01:48 2000 UTC (11 years, 8 months ago) by steve
Branches: MAIN
CVS tags: old_RELEASE_4_1_0, old_RELEASE_3_5_0
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +3 -3 lines
Update to version 20000430. PR: 18433 Submitted by: maintainer
Revision 1.17: download - view: text, markup, annotated - select for diffs
Mon Apr 10 00:06:59 2000 UTC (11 years, 10 months ago) by cpiazza
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +4 -4 lines
Update with the new PORTNAME/PORTVERSION variables
Revision 1.16: download - view: text, markup, annotated - select for diffs
Mon Mar 27 21:38:47 2000 UTC (11 years, 10 months ago) by green
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +4 -4 lines
Update to the January 13, 2000 release of Tidy. The version format of the port is now %Y%d%m, so this release is tidy-20000113. The previous format did not increase monotonically. A significant change is the manual page correctly becoming a manpage, where in the last release it was a diff (!). Further release notes can be found within, or at http://www.w3.org/People/Raggett/tidy/release-notes.html
Revision 1.15: download - view: text, markup, annotated - select for diffs
Wed Feb 16 00:08:36 2000 UTC (11 years, 11 months ago) by mharo
Branches: MAIN
CVS tags: old_RELEASE_4_0_0
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +3 -2 lines
move MAN1 to MAN1 section
Revision 1.14: download - view: text, markup, annotated - select for diffs
Thu Dec 23 16:36:26 1999 UTC (12 years, 1 month ago) by steve
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +3 -3 lines
Update to November 30 version. PR: 15266 Submitted by: maintainer
Revision 1.13: download - view: text, markup, annotated - select for diffs
Sun Nov 21 01:17:41 1999 UTC (12 years, 2 months ago) by cpiazza
Branches: MAIN
CVS tags: old_RELEASE_3_4_0
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +9 -7 lines
Update to oct 22 release PR: 14867 Submitted by: maintainer
Revision 1.12: download - view: text, markup, annotated - select for diffs
Fri Oct 8 22:56:20 1999 UTC (12 years, 4 months ago) by dan
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +3 -3 lines
Update tidy to 27sep99. Also s/Id/FreeBSD in the Makefile
Revision 1.11: download - view: text, markup, annotated - select for diffs
Tue Aug 31 02:43:20 1999 UTC (12 years, 5 months ago) by peter
Branches: MAIN
CVS tags: old_RELEASE_3_3_0
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +1 -1 lines
$Id$ -> $FreeBSD$
Revision 1.10: download - view: text, markup, annotated - select for diffs
Fri Aug 27 22:30:32 1999 UTC (12 years, 5 months ago) by mharo
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -2 lines
echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuff
to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE}
Revision 1.9: download - view: text, markup, annotated - select for diffs
Sun Jul 11 02:28:34 1999 UTC (12 years, 7 months ago) by cpiazza
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +3 -4 lines
Update to 0.7.99.2 (7 july 99) PR: 12561 Submitted by: maintainer
Revision 1.8: download - view: text, markup, annotated - select for diffs
Tue Jul 6 01:07:35 1999 UTC (12 years, 7 months ago) by cpiazza
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +5 -4 lines
Update to tidy2july99 PR: 12525 Submitted by: maintainer
Revision 1.7: download - view: text, markup, annotated - select for diffs
Mon Apr 26 07:24:09 1999 UTC (12 years, 9 months ago) by mharo
Branches: MAIN
CVS tags: old_RELEASE_3_2_0
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +4 -4 lines
update to version tidy15apr99 PR: 11318 Submitted by: maintainer
Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon Feb 22 04:37:23 1999 UTC (12 years, 11 months ago) by steve
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +4 -5 lines
Update to 22Jan99. PR: 9969 Submitted by: maintainer
Revision 1.5: download - view: text, markup, annotated - select for diffs
Wed Jan 6 03:34:34 1999 UTC (13 years, 1 month ago) by jkoshy
Branches: MAIN
CVS tags: old_RELEASE_3_1_0
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -1 lines
Fix extract suffix problem. Approved by: Scott Kenney <saken@budoir.net> (maintainer)
Revision 1.4: download - view: text, markup, annotated - select for diffs
Wed Dec 23 23:09:57 1998 UTC (13 years, 1 month ago) by steve
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2 lines
Update maintainer's Email address and fix build for -current. PR: 9182 Submitted by: maintainer
Revision 1.3: download - view: text, markup, annotated - select for diffs
Sun Dec 20 22:29:52 1998 UTC (13 years, 1 month ago) by nik
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +5 -5 lines
Updated to 17dec version. PR: ports/9146 Reviewed by: nik Submitted by: Scott A. Kenney <saken@rmta.ml.org>
Revision 1.2: download - view: text, markup, annotated - select for diffs
Tue Nov 10 01:33:44 1998 UTC (13 years, 3 months ago) by steve
Branches: MAIN
CVS tags: old_RELEASE_2_2_8
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +1 -1 lines
Dummy commit because I forgot to explain what this port does when I committed it. So here goes: This port cleans up the layout of badly formatted HTML files. Reminded by: asami
Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Mon Nov 9 01:26:20 1998 UTC (13 years, 3 months ago) by steve
Branches: old_ABEL
CVS tags: old_v0_1_98_9
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
Initial import of tidy-0.1.98.9. PR: 8503 Submitted by: Abel Chow <achow@transoft.net>
Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Nov 9 01:26:20 1998 UTC (13 years, 3 months ago) by steve
Branches: MAIN
Initial revision
