Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
and use FILES_SUBST instead of repeating sed script throughout the
Makefile.
|
|
|
|
apsfilter is a magic printfilter, that allows you to print different document
types "automagically" without having to convert them manually into something
which is understood by your lineprinter. Apsfilter supports the following
file and compression types: gzip, bzip, compress, freeze, pack, ASCII, BMP,
Data (data,PCL,...), English, TeX DVI, FIG, GIF, Group 3 Fax, HTML, JPEG,
Mail/News, PBM/PNM/PPM, PC Bitmap Data, PDF, Postscript(tm), raw, script
(shell,..), Text, sunraster, tiff, roff (nroff, groff, troff).
|
|
adapt by moving CPPFLAGS settings to top-level, and removing explicit
inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
|
|
CXXFLAGS, and LDFLAGS by the buildlink.mk files so remove the extra
definitions to add them from the package Makefiles. As advised by the
bsd.buildlink.mk file, also ensure that the buildlink.mk files are
included prior to defining any package-specific CFLAGS/LDFLAGS to ensure
that the buildlink directories are at the head of the compiler search
paths.
|
|
|
|
linked from a particular package, and add a pre-configure target to
the buildlink.mk file to more painlessly use buildlink.mk files. A
${BUILDLINK_TARGETS} variable still exists in case a package _must_
define NO_CONFIGURE.
|
|
targets as the buildlink.mk files now add the dependency automatically.
Remove any NO_CONFIGURE definitions as they seem to be useless.
|
|
|
|
|
|
headers for png and ja-vflib-lib.
|
|
|
|
|
|
patch the configure script directly to remove the build dependency on
autoconf.
|
|
|
|
used by other packages.
|
|
- The scheduler might restart a stopped printer after stopping a print job.
- The IPP backend did not handle the client-error-not-found error when
checking the status of the job that was sent. This caused remote queues
to stop on client machines when the server had job history disabled.
- Added httpConnectEncrypt() function to avoid performance penalty for
setting up encrypted connections initially.
- Jobs weren't queued to remote classes (fix from Richard Begg.)
- Fixed the pstops fix for GNOME output - no longer use the page numbers in
the %%Page: comment since GNOME puts a filename instead (!?@!#?!).
- The imagetops filter produced PAGE: messages when generating PostScript for
a non-PostScript printer (only affects page-label and Classification
options.)
- The updated pdftops filter was looking for an options file called xpdf.conf
instead of pdftops.conf.
- The scheduler would not force the default job sheets for printers to the
current classification setting.
- Added a new ippFindNextAttribute() function to the CUPS API.
- ppdEmitJCL() now strips any leading path info from the title string. This
is only an issue for non-CUPS clients that don't do this already...
- Other pstops fixed from Helge Blischke for printing non-conforming
documents.
- The MaxJobs parameter was not reset when loading the cupsd.conf file.
|
|
pdf, simplex, display output options; ISO 8859-13 encoding support;
euro glyph support; many new style sheets (autoconf, awk, cpp, maple,
ocaml, sed, shell, and others); regexp changed to be perl/egrep like, not
emacs-style (UPDATE YOUR STYLESHEETS!).
|
|
Noted by Frederick Bruckman.
|
|
Changes:
** Updates
- updated documentation for version 1.1.6; new french documentation
translations; updated danish translation of the interface.
- better support for ukrainian language
working --with-lyx-suffix.
- in default cua bindings, change C-k from font-noun to
line-delete-forward.
- Add the prefix "key-" to the default keys for bibliography insets.
- Show both key and label of a bibliography inset.
** Bugfixes
- fix broken keymaps
- fix locales problems which causes use of ',' instead of '.' as a
- fix bug in reading integers with some older C++ compiler (gcc 2.8.1,
egcs 1.0.x).
- fix crash when using the bibliography layout in included document.
- fix crash in Preferences when no format is defined (in particular
when upgrading from earlier stable versions).
- fix the color picker in Preferences for displays with 32bit display
- Fix crash when loading corrupt math equations.
- fix crash when inserting label in an equation.
- fix generation of default keys for bibliography insets.
- update the screen after editing a bibliography inset.
- fix compilation problems with gcc 2.95.3
- fix problems with sorting of available formats in menus.
- suppress the cucumber in the startup banner
- remove spurious debugging messages
- fixes to popups
- fix problems with protected spaces in spanish documents
- fix creation of new Include insets
- fix an initialization problem for the font encoding (one symptom is
that french-style quotes were not displayed correctly)
- fix generated LaTeX code when changing the alignment of a section
heading.
- fix display glitches in math editor
|
|
|
|
No list of changes...just more printers supported.
|
|
|
|
|
|
The foomatic-gswrapper script runs Ghostscript in a more controlled and
makes debugging much easier by letting you see Ghostscript error messsages.
The wrapper is required if you print jobs from the Windows PostScript
driver (which writes jobs that generate advisory output that causes trouble
under plain Ghostscript). Some other software may produce such jobs; the
wrapper is probably a good idea in general.
|
|
|
|
documentation updates, better support of Apache options in configuration
files, and:
- Added support for "double" HostNameLookups.
- Added new "RunAsUser" directive to support non-root configurations on the
standard (privileged) ports.
- Added support for non-root invocation of the lpd backend (does no reserve a
priviledged port, which might not work with some LPD servers...)
- Added new PrintcapFormat directive to control the output format of the
printcap file (BSD or Solaris formats are supported at present.)
- httpConnect() now looks up "localhost" by name and by address (127.0.0.1)
for users that go to the trouble of removing the required localhost entry
in /etc/hosts or on their DNS server...
- The EPSON drivers now send the "end packet mode" command when printing to
USB devices.
- The LPD backend now supports a new "order" option:
"lpd://server/queue?order=control,data" (default) and
"lpd://server/queue?order=data,control".
- New "Classification" directive to force labeling of the current
classification on each page.
- New "page-label" attribute to add per-page labels ("For Official Use Only",
"Draft", etc.)
- Dropped the "file" backend from the device list that is reported, since it
is only available for *testing* and should never be used in a production
environment. The file: device can still be used, but it won't show up in
the list of devices from lpinfo or the web interface.
- Added META variables to the CGI header template to prevent caching of the
results.
- Added two new directives - MaxJobsPerPrinter and MaxJobsPerUser - to allow
an administrator to set the maximum number of pending jobs in a queue or
submitted by a user.
- Added support for the Enable-Printer and Disable-Printer extension
operations (same as CUPS-Accept-Jobs and CUPS-Reject-Jobs.)
- Added support for the DeskJet 900 series duplexer and CRET color modes in
the HP driver.
- Added support for PPD-defined margins in the HP driver.
- Added new cupsGetJobs() and cupsFreeJobs() functions to manage print jobs.
- cupsEncodeOptions() would encode names of 0 length and cupsAddOption() and
cupsParseOptions() would add names of 0 length.
|
|
a foomatic-gswrapper script that regularizes arguments to gs and reports
gs errors in a useful way. The distfile is now grabbed from
${MASTER_SITE_LOCAL}.
|
|
For now, use the version on ftp.netbsd.org
|
|
|
|
+ Rather than futz with unknown versions, use the version stored on
ftp.netbsd.org.
+ Move to sha1 digest, and add distfile size.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
extraction into the jpeg package's directory. This is less error-prone,
and guarantees less random breakage in the ghostscript packages if we
modify or upgrade the jpeg package.
|
|
|
|
|
|
|
|
What is this?
-------------
pnm2ppa, a PPM to PPA converter, creates output using the PPA (printer
performance architecture) protocol. This protocol is used by some HP
"Windows-only" printers, including the HP Deskjet 720C series, the HP
DeskJet 820 series, and the HP DeskJet 1000 series. It has been
tested on all three series, but your personal experience (positive or
negative) is very much appreciated!
|
|
|
|
sizes.
|
|
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>.
|
|
+ move the patch digest/checksum values from files/patch-sum to distinfo
|
|
+ move the patch digest/checksum values from files/patch-sum to distinfo
|
|
|
|
them. Should fix recently noted i386 bulk build problems.
|