Commit graph

20 commits

Author SHA1 Message Date
grant
6eab5759a3 replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-24 14:50:05 +00:00
seb
56b682547a USE_NEW_TEXINFO is unnecessary now. 2003-08-09 10:59:08 +00:00
seb
09eff91b05 Convert to USE_NEW_TEXINFO. 2003-08-04 21:25:58 +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
uebayasi
d0ce8fe370 * Remove dependency to teTeX. Auctex can be installed fine without any teTeX
installed.  This addresses PR20532 by Christopher Richards <richards plus
  netbsd at CS dot Princeton dot EDU>

* Fix compilation for FSF Emacs 20.7.

The resulting binary package will have a different dependency info, so
different package content, so revision bump.
2003-03-01 03:49:50 +00:00
jlam
d7f69e47ce Instead of including bsd.pkg.install.mk directly in a package Makefile,
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set
to "YES".  This enforces the requirement that bsd.pkg.install.mk be
included at the end of a package Makefile.  Idea suggested by Julio M.
Merino Vidal <jmmv at menta.net>.
2003-01-28 22:03:00 +00:00
uebayasi
6df38ddd5c Update to 11.13.
Changes since 11.11 from the ChangeLog:

	* Makefile (STYLESRC): Add style/scrlttr2.el
	* style/scrbase.el: Added optional Argument "Pagenumber" to
	\maketitle.  Changed \textsubscript from `t' to "Text".
	* style/scrlttr2.el: Initial version.
	* style/scrbase.el: Added additional clearpage commands:
	\cleardoublestandardpage \cleardoubleplainpage and
	\cleardoubleemptypage
	(LaTeX-common-initialization): Added 26 LaTeX commands, 2 LaTeX2e
	environments, and 41 LaTeX2e commands.
	* Makefile (STYLESRC): Add compilation targets for Komascript
	support.
	* Check in Komascript support by Mark Trettin.  See below.
	* scrbase.el:
	First attempt on implementing the `captionbeside'-Environment. I'm not
	really satisfied by now.
	* scrreprt.el, scrbook.el: Reformatted code.
	* scrbase.el:
	Changed `uppertitleback', `lowertitleback' from asking to just `t'
	* scrbase.el:
	Changed `addpart', `addsec' and `minisec' from Macro to sectioning
	command.
	* tex-buf.el (TeX-parse-TeX): Make subordinate files without
	major mode default to that of the calling file when doing error
	processing.
	* tex.el (TeX-master-file): Don't make C-c ` bomb out in files
	like xxx.gls.  Probably a more elaborate way would be to export
	the TeX-master variable into files visited by error parsing.
	Could be incorrect, however, if more than one file included them.
	* latex.el (LaTeX-common-initialization): Set
	`fill-paragraph-function'.
	(LaTeX-mode-map): Don't bind M-q.
	Suggested by Nils Klarlund <klarlund@research.att.com>.
2003-01-11 10:02:03 +00:00
uebayasi
9bee27009c Update to auctex 11.11.
News in 11
==========

   * Support for `prosper.sty', see <http://prosper.sourceforge.net/>.
     Contributed by Phillip Lord <p.lord@russet.org.uk>.

   * `comment-region' now inserts %% by default.  Suggested by "Davide
     G. M. Salvetti" <salve@debian.org>.

   * You can now switch between using the `font-latex' (all emacsen),
     the `tex-font' (Emacs 21 only) or no special package for font
     locking.  Customize `TeX-install-font-lock' for this.

   * Now use -t landscape by default when landscape option appears.
     Suggested by Erik Frisk <frisk@isy.liu.se>.

   * Use `tex-fptex.el' for fpTeX support.  Contributed by Fabrice
     Popineau <Fabrice.Popineau@supelec.fr>.

   * New user option `LaTeX-top-caption-list' specifies environments
     where the caption should go at top.  Contributed by
     ataka@milk.freemail.ne.jp (Masayuki Ataka).

   * Allow explicit dimensions in `graphicx.sty'.  Contributed by
     ataka@milk.freemail.ne.jp (Masayuki Ataka).

   * Limited support for `verbatim.sty'.  Contributed by
     ataka@milk.freemail.ne.jp (Masayuki Ataka).

   * Better support for asmmath items.  Patch by
     ataka@milk.freemail.ne.jp (Masayuki Ataka).

   * More accurate error parsing.  Added by David Kastrup
     <David.Kastrup@t-online.de>.

   * Bug fixes.
2002-09-16 03:31:26 +00:00
fredb
b48eba1112 Give all packages which depend on "png" a version bump, and update
all dependencies on packages depending on "png" which contain shared
libraries, all for the (imminent) update to the "png" package.
[List courtesy of John Darrow, courtesy of "bulk-build".]
2002-03-13 17:36:35 +00:00
seb
66111c6d15 Introduce new framework for handling info files generation and installation.
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.
2002-02-18 15:14:00 +00:00
zuntum
d038a73ebd Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
jtb
4dec00fdaa Add defaults for all instances of EVAL_PREFIX. 2001-05-03 22:16:50 +00:00
jtb
14e1ad4012 Updated auctex to 10.0g.
News in 10.0
============

   * Disabled `LaTeX-hide-environment'.  Suggested by Christopher Allen
     <cpcallen@ruah.dyndns.org>.

   * Changed default to lazy evaluation of `TeX-view-style' and
     `LaTeX-command-style'.  Suggested by Peter Neergaard
     <turtle@cs.bu.edu>.

   * Backindent when brace is at the start of a line.  Patch by Masashi
     Shimbo <shimbo@cis.ibaraki.ac.jp>.

   * Added Emacs 21 font lock support.

   * `,' and `.' no longer removes italic correction.

   * `graphicx' and `graphics' style support.  Donated by Ryuichi
     Arafune <arafune@ushioda.riec.tohoku.ac.jp>.

   * `LaTeX-math-abbrev-prefix' now accepts vector value.  Reported by
     Jan Vroonhof <vroonhof@math.ethz.ch>.

   * Improved Texinfo support(more environments and html).  Patch by
     Akim Demaille <akim@epita.fr>.

   * `danish' quotes support.  Suggested by arne@daimi.au.dk (Arne
     Joergensen).

   * Some PDF support.

   * New `tex-mik.el' file for MikTeX support.

   * Some commands now have their own history.  Suggested by Werner
     LEMBERG <sx0005@sx2.HRZ.Uni-Dortmund.DE>.

   * Use `\centering' instead of center environment in figures.  Patch
     by Stefan Monnier <foo@acm.com>.

   * New `dwim' setting for `TeX-master' attempts to guess a default
     master for new files.  Patch by Stefan Monnier <foo@acm.com>.

   * `ngerman' style support.  Just a copy of the german style support.

   * Removed support for Emacs 18 and 19.

   * `mdwlist' support.  Patch by Stephen Heilbronner
     <heilbron@nm.informatik.uni-muenchen.de>.

   * Fixed various bugs with the babel package.

   * `amsart' and `amsbook' now loads `amsthm' by default.  Patch by
     Rune Kleveland <runekl@math.uio.no>.

   * Fixed bug with file searching.  Reported by Berwin Turlach
     <bturlach@maths.adelaide.edu.au>.

   * Finalized index support, added index-related style files.  Patch
     by Carsten Dominik <dominik@strw.leidenuniv.nl>.

   * New style files for `varioref.sty' and `fancyref.sty'.  Patch by
     Carsten Dominik <dominik@strw.leidenuniv.nl>.

   * `texmathp' recognizes additional macros like `\fbox'.  Patch by
     Ulrik Vieth <vieth@thphy.uni-duesseldorf.de>.
2001-04-19 22:23:45 +00:00
agc
9e8d6c8b8d + 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 11:33:31 +00:00
jtb
eb0cef2016 Change MAINTAINER section to packages@netbsd.org 2001-04-14 21:43:38 +00:00
jtb
a9ee0b1d04 Added support for XEmacs. 2001-03-01 18:50:05 +00:00
wiz
a87738b456 Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-17 17:42:09 +00:00
wiz
d4fce8d4e7 Unify format of MESSAGEs, and include RCS Ids. 2001-02-06 14:24:03 +00:00
jtb
2a23332b17 Initial import of new "auctex" package:
Enhanced LaTeX mode for Emacs
2000-12-02 07:49:25 +00:00