Commit graph

4 commits

Author SHA1 Message Date
Aleksej Saushev
564792e8d8 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
2012-10-01 21:43:20 +00:00
Hauke Fath
a332ada37e Syncing distinfo with patches. 2012-08-18 18:11:15 +00:00
Hauke Fath
0aa726bfd4 Restore the patches to what I had before. The distributed files have
MSDOS line endings, and apparently there is no way to work around
pkglint's warning

<3>wip/jsl > pkglint -e
ERROR: patches/patch-ab:5: The hunk header must not end with a CR character.

        The MacOS X patch utility cannot handle these.

ERROR: patches/patch-ac:5: The hunk header must not end with a CR character.

        The MacOS X patch utility cannot handle these.

2 errors and 0 warnings found.
<3>wip/jsl >

-- at least, pkgdiff(1) does not implement any.
2010-06-28 14:06:48 +00:00
Hauke Fath
1ff3c979b7 Import jsl-0.3.0
Many JavaScript implementations do not warn against questionable
coding practices. Yes, that's nice for the site that "works best with
Internet Explorer" (designed with templates, scripted with snippets
copied from forums). But it's a nightmare when you actually want to
write quality, maintainable code.

That's where JavaScript Lint comes in. With JavaScript Lint, you can
check all your JavaScript source code for common mistakes without
actually running the script or opening the web page.

JavaScript Lint holds an advantage over competing lints because it is
based on the JavaScript engine for the Firefox browser. This provides
a robust framework that can not only check JavaScript syntax but also
examine the coding techniques used in the script and warn against
questionable practices.
2010-06-28 13:47:42 +00:00