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.
- Rip out support for %latex2rtf: as a way of controlling parser.
- Initial code to support the pstricks-add package.
- Change how \, is translated. Make it a small non-breaking space.
- Eliminate long-standing bug with spurious spaces before a paragraph.
and replace with appropriate references to PKGINFODIR instead.
* Properly account for split info files during installation.
* Move info file listings directly into the package PLISTs.
This fixes info-file-related PLIST problems.
Changed order of MASTER_SITES -- use sourceforge first (said to be updated
first).
Remove post-extract and do-configure targets.
Get rid of do-install steps except for info file (use INSTALL_MAN
instead of INSTALL_DATA for that).
Remove man/man1 from INSTALLATION_DIRS as the install does this
already.
Add many configs to PLIST.
Now installs a latex2png executable.
Updated patch also honors PKGMANDIR.
The ChangeLog has:
Squash another compiler warning
Better error message when getTexUntil fails
Fix for \succ and \prec by Aleksey Cheusov
fix uninitialized warning messages under debian
new versions of derived files
Preparing for 1.9.16 release
support for compression of citations i.e., [1,2,3,4] is now [1-4]
support for sorted citations
Fixes for natbib style when numbers are used
support for \ensuremath
fix for bibliographic reference for non-alpha natbib entries
fixes for superscripted natbib style
update docs with information about bibliography styles
trying to check in
Change format of error messages Fix missing filename in error messages Change
diagnostic level of warnings in a couple of places
Fix annoying extra page break at beginning of reports and books
Some support for \citealt and \citealp commands from natbib package. Not
thoroughly tested but it works ok for single authors.
Add support for \euro{amount} and \EUR{amount}
Added lines to babel_czech.tex to facilitate processing with latex Updated
subsup.tex in tarball.`
add babel_spanish.tex and fig_size.tex to distribution fixes for \centering in
table and figure environments
fix font handling in equations so that ${\rm A}$ typesets in roman. Update ToDo
and ChangeLog
Fix for mis-numbering of figures and tables in reports
support for \bibpunct in the natbib package
Fix bizzare way that commands are searched. It is now possible to replace
command behavior by pushing a new Environment.
support for revtex \begin{acknowledge} \end{acknowledge} as well as \onlinecite
and \citeonline (from RevTeX). (This is untested currently) patches fro
m
Marin Chicoine.
avoid possible overrun in cCommand in TranslateCommand security flaw pointed out
by D. J. Bernstein
avoid buffer overruns in macro expansion that can be security holes reported by
D. J. Bernstein
.... and many other changes ...
Summary of changes:
- removal of USE_GTEXINFO
- addition of mk/texinfo.mk
- inclusion of this file in package Makefiles requiring it
- `install-info' substituted by `${INSTALL_INFO}' in PLISTs
- tuning of mk/bsd.pkg.mk:
removal of USE_GTEXINFO
INSTALL_INFO added to PLIST_SUBST
`${INSTALL_INFO}' replace `install-info' in target rules
print-PLIST target now generate `${INSTALL_INFO}' instead of `install-info'
- a couple of new patch files added for a handful of packages
- setting of the TEXINFO_OVERRIDE "switch" in packages Makefiles requiring it
- devel/cssc marked requiring texinfo 4.0
- a couple of packages Makefiles were tuned with respect of INFO_FILES and
makeinfo command usage
See -newly added by this commit- section 10.24 of Packages.txt for
further information.