Commit graph

37 commits

Author SHA1 Message Date
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
kim
29e535883b Highlights from the upgrade to tidy-20000804:
- 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-12-18 20:20:10 +00:00
tron
423c3c3277 Adapt this package to NetBSD using patches supplied by Takahiro Kambe
in PR pkg/9532.
2000-03-28 17:22:19 +00:00
tron
ae63d7d433 Import "tidy" from FreeBSD ports collection:
Fixes and tidies up HTML files
2000-03-28 17:13:34 +00:00