Commit graph

53 commits

Author SHA1 Message Date
wiz
9a8bfac663 Update to 20091027 CVS.
Bugfix for http://tidy.sf.net/issue/2855621
2011-01-21 21:18:12 +00:00
wiz
4ce2cf3d48 Depend on doxygen-1.5.9, which causes different file names. Adapt
PLIST. Bump PKGREVISION.
2009-08-17 11:24:39 +00:00
wiz
9193b8e01f Update to 20090326, bugfixes.
Set LICENSE.
2009-08-03 22:35:33 +00:00
joerg
e031855e4a Convert @exec/@unexec to @pkgdir or drop it. 2009-06-14 22:00:14 +00:00
joerg
2d1ba244e9 Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
2009-03-20 19:23:50 +00:00
seb
2380b69755 Add package option 'doc'.
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.
2009-02-05 21:52:52 +00:00
wiz
d06acdae51 Update to 20081014:
18 June 2008
The configuration option anchor-as-name has been added.
2008-11-11 00:48:37 +00:00
gdt
4ff45ce856 Set BUILD_DEPENDS on doxygen to 1.5.6 because doxygen's ABI changed
in that version to generate additional files.
2008-06-13 12:22:55 +00:00
gdt
01daf81c5a Add missing doc/html file to PLIST; PKGREVISION++ 2008-06-12 11:52:37 +00:00
joerg
ffc28d6c56 DESTDIR support. 2008-06-08 00:15:49 +00:00
wiz
7702eae9ff Update to 20080423: Fix a doxygen warning. 2008-04-23 22:20:47 +00:00
wiz
237e755fc0 Update to CVS state of 20080324:
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.
2008-04-09 09:01:52 +00:00
hira
1447455984 Add missing RCS Id. 2006-09-16 15:29:35 +00:00
jlam
ccdf6dbe01 Rename "SITES_* to "SITES.*" for file-specific lists of sites from which
to fetch the file.  This completes the renaming described in revision
1.1799 of bsd.pkg.mk.
2006-07-27 18:48:02 +00:00
jlam
c16221a4db Change the format of BUILDLINK_ORDER to contain depth information as well,
and add a new helper target and script, "show-buildlink3", that outputs
a listing of the buildlink3.mk files included as well as the depth at
which they are included.

For example, "make show-buildlink3" in fonts/Xft2 displays:

	zlib
	fontconfig
	    iconv
	    zlib
	    freetype2
	    expat
	freetype2
	Xrender
	    renderproto
2006-07-08 23:10:35 +00:00
jlam
9430e49307 Track information in a new variable BUILDLINK_ORDER that informs us
of the order in which buildlink3.mk files are (recursively) included
by a package Makefile.
2006-07-08 22:38:58 +00:00
wiz
a0751bdcca Update to 20051026, changes unknown. 2006-04-16 12:12:25 +00:00
rillig
96fc47c14f Aligned the last line of the buildlink3.mk files with the first line, so
that they look nicer.
2006-04-12 10:26:59 +00:00
reed
520c965e0a Honor PKGMANDIR. 2006-04-08 06:09:15 +00:00
reed
5abef9be14 Over 1200 files touched but no revisions bumped :)
RECOMMENDED is removed. It becomes ABI_DEPENDS.

BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo.

BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo.

BUILDLINK_DEPENDS does not change.

IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS
which defaults to "yes".

Added to obsolete.mk checking for IGNORE_RECOMMENDED.

I did not manually go through and fix any aesthetic tab/spacing issues.

I have tested the above patch on DragonFly building and packaging
subversion and pkglint and their many dependencies.

I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I
have used IGNORE_RECOMMENDED for a long time). I have been an active user
of IGNORE_RECOMMENDED since it was available.

As suggested, I removed the documentation sentences suggesting bumping for
"security" issues.

As discussed on tech-pkg.

I will commit to revbump, pkglint, pkg_install, createbuildlink separately.

Note that if you use wip, it will fail!  I will commit to pkgsrc-wip
later (within day).
2006-04-06 06:21:32 +00:00
jlam
9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
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-03-04 21:28:51 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
jmmv
28624ead01 Fix build under Mac OS X: link directly against the generated libtidy.a
instead of using -ltidy, which picked up the (incompatible) libtidy.dylib
from /usr/lib.  I'm wondering if buildlink3 could help here in some way...
2006-01-20 12:09:21 +00:00
wiz
42778d0c29 Reset maintainer on request. 2006-01-03 19:28:40 +00:00
rillig
b71a1d488b Fixed pkglint warnings. The warnings are mostly quoting issues, for
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-12-05 20:49:47 +00:00
wiz
e604e31d45 Update to 20050921, provided by Jeroen Ruigrok/asmodai in PR 31220.
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-10-04 18:00:49 +00:00
jlam
585534220c Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison
2005-05-22 20:07:36 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
wiz
809ad6f2f7 Add RMD160 checksums. 2005-02-24 14:08:26 +00:00
reed
1803c52b72 Define RANLIB for Darwin (not tested by me).
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-09-07 14:37:27 +00:00
reed
f1275a21fa Update tidy to tidy-20040811.
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-08-30 18:48:57 +00:00
snj
7d97ac2968 No longer used. 2004-04-12 22:28:57 +00:00
jlam
9ff0e10340 Reorder location and setting of BUILDLINK_PACKAGES to match template
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-03-05 19:25:06 +00:00
minskim
9c164acd26 bl3ify 2004-02-17 01:13:57 +00:00
grant
e3d128293a replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-24 15:18:32 +00:00
agc
3ad1bdbf06 Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
cube
c74abbffd3 Forgotten patch needed by tidy update in previous commit. 2003-10-28 12:34:58 +00:00
cube
e6ca13d549 Update tidy to 20031002, and docs to 20030610. No ChangeLog available,
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-10-28 12:33:48 +00:00
grant
ca3be631f2 s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
jschauma
e366d0c694 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00
jmmv
0916498c1b Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. 2003-03-29 12:40:00 +00:00
jschauma
9d2f00533a Update www/tidy to latest version released on November 8th, 2002 using
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-11-22 16:37:05 +00:00
wiz
646426f49f Remove (partly obsolete) homepage URLs from DESCR. 2002-08-15 09:39:18 +00:00
wiz
00b8e108d3 Update to tidy-020307, and add a distsite for older versions.
Change: one bug fix.
2002-03-08 11:55:43 +00:00
wiz
281db28d2b Update to tidy-20020301.
Changes are mostly bugfixes, but I couldn't find a ChangeLog.
2002-03-07 13:33:52 +00:00
zuntum
431e7a7dda Move pkg/ files into package's toplevel directory 2001-11-01 02:15:23 +00:00
skrll
aa3c03b75a Move to sha1 digests, and add distfile sizes. 2001-04-20 12:02:30 +00:00
agc
8f972b049a + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 12:12:16 +00:00
hubertf
d32e698de6 Cleanup MKDIR usage => INSTALL_*_DIR
XXX need to teach pkglint to be more picky about this
2001-02-25 04:17:35 +00:00
wiz
a0745845b3 Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-17 17:21:28 +00:00