Commit graph

34 commits

Author SHA1 Message Date
wiz
84e123ddd2 Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
wiz
93b46879c7 Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
markd
1ca70c04eb chktex: Specify the input encoding, fixing build with TeX Live 2018 2018-05-16 12:42:19 +00:00
jperkin
5a5daf3463 Requires termcap. 2017-05-09 12:24:45 +00:00
markd
0acc7e9f9f Note pcre dependency
Fix sysconfdir setting.
2016-12-25 19:02:44 +00:00
wiz
13e1cbd624 Updated chktex to 1.7.6.
1.7.6 (2016-09-09), released by Ivan Andrus <darthandrus@gmail.com>

  * Properly copy and free strings.  This caused incorrect file
      reporting in some cases #49000
  * Add "verbatim" commands and environments from tipa #46734
  * Avoid infinite loop when a regex matches an empty string
  * Fix crash on invalid regular expression
  * Add warnings for $$...$$ and $...$ #47044
  * Update the banner to reflect current bug reporting contacts

1.7.5 (2015-12-07), released by Ivan Andrus <darthandrus@gmail.com>

  * Track whether the previous line ended in a comment #45980
  * Add a few source code environments to VerbEnvir
  * Don't show long line warning if the last line doesn't have a newline #46539
  * Fix deweb's handling of file names #46043,#46042
  * Use the exit status to indicate warnings were found #45979
  * Consider OS X a UNIX

1.7.4 (2015-04-11), released by Ivan Andrus <darthandrus@gmail.com>

  * Fixed undefined behavior (patch from TeXLive)

1.7.3 (2015-04-09), released by Ivan Andrus <darthandrus@gmail.com>

  * Fixed memory leaks and a crashing bug #42813
  * Added ConTeXt \start... \stop... tracking #44517
  * Added DashExcpt list for exceptions to dash rules #42237
  * Support \cite with two optional arguments (biblatex) #44413
  * Removed warning about using \dots instead of .. #40731
      This incorrectly warns about relative paths
  * Removed check for intro since it's common in file names #43013
  * Turn off warning 19 by default #44226
      Warning 19 is about Latin-1 quotes, but gives false positives
      for some utf-8 characters.

1.7.2 (2013-04-17), released by Ivan Andrus <darthandrus@gmail.com>

  * Fixed display bug on platforms where sizeof(int) != sizeof(regoff_t)
  * Warn that .. should be \dots like lacheck does
  * Fixed warnings under clang
  * Incorporated several build related patches from TeX Live

1.7.1 (2012-08-22), released by Ivan Andrus <darthandrus@gmail.com>

  * Improvements for TeX Live and CTAN
  * Fixed bug when checking for interword spacing
  * Added warning when a file has lines that are too long which can cause problems
  * Added ability to suppress user regular expression warnings by "naming" them
  * Added ability to suppress warnings for the rest of the file
  * Allow using PCRE or POSIX ERE or neither (at configure time).
      Regular expressions can be marked as PCRE or POSIX only.
  * Allow () to specify an optional argument in WipeArg to support \cmidrule[](){}
  * Allow regular expressions for Silent keyword, specified in [] for "case insensitive"
  * Added warning about \hline and vertical rules in tabular environments
  * I changed user warnings to be post WipeArg (like they were pre
      1.7.0).  I had changed them in 1.7.0 to be pre WipeArg so that I
      could match things like \label{...}, but this caused many false
      positives by matching in comments, etc.

1.7.0 (2012-05-28), released by Ivan Andrus <darthandrus@gmail.com>

  * Added support for user defined regular expression based warnings
  * Added support for macros like \ensuremath and \text
  * Added support for suppressing messages on a single line

1.6.6 (2012-04-07), released by Ivan Andrus <darthandrus@gmail.com>

  * Fixed some memory issues
  * Do not increase line number when the line was very long
  * Some fixes for TexLive

1.6.5 (??), released by Jean-Marc Lasgouttes <lasgouttes@lyx.org>

  * Fix bug where ChkTeX generates a warning about missing space before
    parenthesis when the parenthesis is at start of line.
  * Update ChkTeX.tex.in to use proper LaTeX2e markup.
  * Update the build machinery a bit.
2016-09-30 11:33:06 +00:00
wiz
73716d23de Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
wiz
0982effce2 Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
2015-06-12 10:48:20 +00:00
mef
40454e7b63 Update to 1.6.4
1.6.4 (2007-10-20)

  - For some reason 1.6.3 did not include all the changes it was supposed to
    have, this release should fix it. One such issue is the MacOS X
    compilation.
  - Include some updates to the default chktexrc from Jean-Marc Lasgouttes.
2015-01-24 01:10:43 +00:00
wiz
7eeb51b534 Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
2014-05-29 23:35:13 +00:00
wiz
d2ca14a3f1 Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package

Like last time, where this caused no complaints.
2013-05-31 12:39:57 +00:00
asau
6ebceaf75d Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 13:45:34 +00:00
wiz
8b5d49eb78 Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
2012-10-03 21:53:53 +00:00
wiz
e2f84ad43f Reset maintainer for retired developers. 2011-02-28 14:52:37 +00:00
wiz
a6c9cb8034 Build-depend on split tex packages instead of the whole thing.
Bump PKGREVISION because they are now only build dependencies.
2011-02-26 15:47:57 +00:00
joerg
ea051d4218 DESTDIR support 2010-02-11 22:57:40 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
jlam
dc9594e09d Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk
automatically detects whether we want the pkginstall machinery to be
used by the package Makefile.
2005-12-29 06:21:30 +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
tonio
b5411228ec convert to use tex.buildlink3.mk
installs tex files in PKG_TEXMFPREFIX
2005-11-08 20:30:29 +00:00
tonio
34d1228d7b oups, wrong master_site 2005-10-22 13:47:01 +00:00
tonio
21b02522c7 Update print-chktex to 1.6.3
use CONF_FILES for chktexrc
2005-10-22 13:44:16 +00:00
wiz
6dfc307bf1 Update MASTER_SITES. From PR 31824 by Zafer Aydogan. 2005-10-22 13:07:24 +00:00
jlam
83147ffa68 Remove some unnecessarily strong dependencies on perl that resulted
from including perl5/buildlink3.mk.  These packages just need the Perl
interpreter, and can just add "perl" to USE_TOOLS instead.
2005-07-16 19:10:37 +00:00
kristerw
a20a2e1679 Change the CONFIGURE_ENV to use the variables users are supposed to set,
rather than the autoconf cache variables.
2005-06-24 22:23:05 +00:00
kristerw
10f99b973d Prevent paths to the build work directories being included in the package.
Bump PKGREVISION.
2005-06-19 20:51:37 +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
snj
f0872fe0d8 Convert to buildlink3. 2004-04-25 02:51:39 +00:00
wiz
a661ce60c0 PKGREVISION bump after openssl-security-fix-update to 0.9.6m.
Buildlink files: RECOMMENDED version changed to current version.
2004-03-26 02:27:34 +00:00
grant
6eab5759a3 replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-24 14:50:05 +00:00
jmmv
eeee7fac9f Adjust dependancies and bump PKGREVISION due to:
- teTeX 1.0.x packages have been moved to teTeX1* directories.
- teTeX 2.0.x packages have been moved to teTeX* directories and their base
  name has been changed to teTeX (instead of teTeX2).
2003-12-24 13:02:00 +00:00
recht
44917e36b8 Use my NetBSD.org email address. 2003-09-14 18:13:48 +00:00
wiz
312b205bf6 Initial import of chktex, from Marc Recht via pkgsrc-wip.
This program has been written in frustration because some constructs in LaTeX
are sometimes non-intuitive, and easy to forget. It is _not_ a replacement
for the built-in checker in LaTeX; however it catches some typographic errors
LaTeX oversees. In other words, it is Lint for LaTeX. Filters are also
provided for checking the LaTeX parts of CWEB documents.
2003-04-06 14:37:38 +00:00