summaryrefslogtreecommitdiff
path: root/www/tidy/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2015-01-28Fix PLIST with doxygen-1.8.9 and depend on it.wiz1-2/+2
Bump PKGREVISION.
2014-04-25Fix build with doxygen-1.8.7 and depend on it.wiz1-3/+3
Bump PKGREVISION.
2013-01-30New doxygen, new PLIST. Bump dependency and PKGREVISION.wiz1-3/+3
2012-10-28Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-08-31Fix PLIST for doxygen-1.8.2, depend on it, and bump PKGREVISION.wiz1-3/+3
2012-07-10Add missing documentation files to package list, bump package revision.tron1-3/+2
2012-07-09Based on PR pkg/46675:mef1-2/+3
(1) bump PKGREVISON (2) Update PLIST varied by doxygen bump 1.6.3 to 1.8.1.1 (3) (Patch added) Some Doxyfile updates to follow doxygen parser
2011-01-21Update to 20091027 CVS.wiz1-3/+2
Bugfix for http://tidy.sf.net/issue/2855621
2009-08-17Depend on doxygen-1.5.9, which causes different file names. Adaptwiz1-2/+3
PLIST. Bump PKGREVISION.
2009-08-03Update to 20090326, bugfixes.wiz1-3/+3
Set LICENSE.
2009-02-05Add package option 'doc'.seb1-3/+21
If and only if this option is set the documentation for the tidy library is built with doxygen and then installed. This new package option is set by default hence preserving the previous package "behaviour" in the default case. Not setting this option provides smaller build dependencies: doxygen is not required. Please note that the manual page of the command line tool tidy is still provided even if the package option 'doc' is not set. Bump PKGREVISION to 1.
2008-11-11Update to 20081014:wiz1-4/+3
18 June 2008 The configuration option anchor-as-name has been added.
2008-06-13Set BUILD_DEPENDS on doxygen to 1.5.6 because doxygen's ABI changedgdt1-2/+2
in that version to generate additional files.
2008-06-12Add missing doc/html file to PLIST; PKGREVISION++gdt1-1/+2
2008-06-08DESTDIR support.joerg1-4/+6
2008-04-23Update to 20080423: Fix a doxygen warning.wiz1-2/+2
2008-04-09Update to CVS state of 20080324:wiz1-24/+31
2.5 years of various changes and improvements. pkgsrc changes: Use libtool to provide a shared library; fixes wip/kdewebdev4 on amd64. Generate API documentation from the provided files using doxygen. Standardize path to installed documentation.
2006-07-27Rename "SITES_* to "SITES.*" for file-specific lists of sites from whichjlam1-2/+2
to fetch the file. This completes the renaming described in revision 1.1799 of bsd.pkg.mk.
2006-04-16Update to 20051026, changes unknown.wiz1-4/+3
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-1/+2
2006-01-03Reset maintainer on request.wiz1-2/+2
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-2/+2
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-10-04Update to 20050921, provided by Jeroen Ruigrok/asmodai in PR 31220.wiz1-11/+15
fix crashes with nested framesets fix dmalloc conflicts fix crashes with invalid x/html tags fix memory corruptions fix attributes with null values replace tabs with spaces a lot generic stability fixes fix accessibility crashes accessibility missing output added use id= instead of a name= fix crashes with mixed php-like code in html fix memory leaks xml: was stripped from xml:lang make sure id and name are identical when used do not add xml:lang for XHTML 1.1 check validity of id/name values a lot of new options for finegrained control support align="char" fix 64 bit portability issues fix support for nested <sub> and <sup> make sure id's are unique be more resistant against malformed comments make sure attribute values are lowercase for xhtml specified values ensure xml declarations are present allow empty action="" to form area does not need a mandatory href
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2004-09-07Define RANLIB for Darwin (not tested by me).reed1-2/+6
Update to newer docs download file (updated docs appear to be the man page, tidy.css, and quickref.html). Also bump PKGREVISION. This will close PR pkg/26867. Thank you, Mark E. Perkins.
2004-08-30Update tidy to tidy-20040811.reed1-3/+3
I could not find any recent release notes or change log other than "People continue to report examples where Tidy does not catch some ill-formed HTML or, worse, generates ill-formed HTML. These cases have been significantly reduced." (I didn't compare code with old release either.) Patch-ab updated (same line patched).
2004-02-17bl3ifyminskim1-2/+2
2004-01-24replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-10-28Update tidy to 20031002, and docs to 20030610. No ChangeLog available,cube1-18/+20
unfortunately. Tidy now comes with a (static) library, thus a buildlink2.mk file is now provided. There's no need to set PRESERVE_FILE_TIMES in CFLAGS anymore, thus PR pkg/20489 is fixed.
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-2/+2
2002-11-22Update www/tidy to latest version released on November 8th, 2002 usingjschauma1-6/+8
patches provided by (wolfgang at wsrcc dot com) in PR pkg/19126. Minor changes by me: new homepage is at sourceforge, shut up pkglint. An official changelog does not seem to be available, but according to the PR, this version ``has prettier (more structured) output'' and ``produce[s] nice-looking xhtml''.
2002-03-08Update to tidy-020307, and add a distsite for older versions.wiz1-4/+5
Change: one bug fix.
2002-03-07Update to tidy-20020301.wiz1-6/+11
Changes are mostly bugfixes, but I couldn't find a ChangeLog.
2001-02-25Cleanup MKDIR usage => INSTALL_*_DIRhubertf1-3/+3
XXX need to teach pkglint to be more picky about this
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz1-1/+2
2000-12-18Highlights from the upgrade to tidy-20000804:kim1-3/+3
- fixed script element handling in framesets - detect repeated attributes e.g. in tables - supports Gnu Emacs error parsing - Word 2000 cleanup - HTML syntax fixes
2000-03-28Adapt this package to NetBSD using patches supplied by Takahiro Kambetron1-15/+7
in PR pkg/9532.
2000-03-28Import "tidy" from FreeBSD ports collection:tron1-0/+34
Fixes and tidies up HTML files