Changed License, want a postcard.
New features in 5.1.3
=====================
- Security fix. tmp files are now not readable by other people
this gives you more privacy for your print jobs
- New nice options for a2ps when printing ASCII files
- SETUP's main menue now leads you more user friendly to new uniprint drivers
- SETUP: many display enhancements to make the setup script more
informative to the user.
- some cosmetic concerning apsfilter-promo@klemm.gtn.com
Removed "RESTRICTED" from acroread-chsfont acroread-chtfont acroread-korfont
acroread-commfont (I think that for acroread-jpnfont we need
to register with Adobe)
Submitted: maintainer (these are mine)
[Has anyone figured-out what makes the number 393 so interesting to PW, now?]
I wonder what was going through Jordan's head during his infamous
$Id$-smashing commit.
Before I forget....
Thanks to naddy@mips.rhein-neckar.de (Christian Weisgerber) for prompting
this commit. See msg-id: 7geokh$tje$1@mips.rhein-neckar.de
FWIW, checkout of these things took 5+hrs, staying on the local
.freebsd.org net w/o hitting the 'net at all.
As promised,
$ time cvs ci
real 67m51.701s
user 0m1.250s
sys 0m5.345s
- it's possible to use psutils to print 2 pages on one physical
page and other things.
- New Environment Variable PSUTILS can be set via apsfilterrc files.
i.e.: PSUTILS="psnup -2 |"
Port now additionally has a run dependency to psutils-letter....
bugfix release
apsfilter now again allows you to use the gs driver default
resolution. Bug was, that everything defaulted to 300dpi, if
not set explicitely via DPI (set by name of symlink to apsfilter)
or GS_RESOL (set manually or via SETUP script in apsfilterrc).
Moved everything only print_dvi dependend to print_dvi...
Cosmetic changes
More user friendly bugform
the user will get a make syntax error ("Malformed conditional") when
PAPERSIZE and BATCH are both unset.
Andreas, go ahead and change this further if you want, I'm not sure
what you intended to do here, so I went with the "safest" fix.
printers that have "a4" paper, while "a4" produces clipped results for
printers that have letter papper?" ---Warner
YES ;-)
Reminded by: Warner Losh <imp@harmony.village.org>
Port related changes:
- apsfilter port isn't interactive anymore, we can now put it onto FreeBSD CD 1
- use bzip2 for apsfilter sources to save space on FreeBSD Disk 1
- new run dependency to recode and a2ps
- when BATCH is defined set PAPERSIZE to a4, to avoid problems with a2ps port
- updated DESCR (listed some of the new apsfilter features)
- updated PLIST
- new post-install target to inform people to run SETUP to complete installation
Apsfilter related changes:
- new supported file types (BMP, FAX G3, troff)
- possible to print in different print resolutions (see example in INSTALL),
i.e.: lpr -P{low,med,high} some_files...
- ghostscript can make use of additional type1 fonts by setting the gs
environment variable GS_FONTPATH. gs automatically recognizes
/usr/X11R6/lib/X11/fonts/Type1 and
/var/X11R6/lib/X11/fonts/Type1
if present. Other Paths can be configured global or printer type
dependend by admin or user as usual. See precedence of apsfilterrc
and .apsfilterrc files above.
- printer driver type dependend config files in that order:
- /etc/apsfilterrc
- /etc/apsfilterrc.${PRINTER}
and if defined INSECURE:
- $HOME/.apsfilterrc
- $HOME/.apsfilterrc.${PRINTER}
- CRLF translation and perforation skip for more HP models
- new environment variable USE_RECODE_NOT_A2PS, so you can use
reecode as an alternative over a2ps
- new environment variable RECODE_OPTS
defaults to "-q latin1:ibmpc"
- new environment variable PAGES_REVERSE_ORDER for forcing dvips
to print in reverse order
- detection of printer resolution revamped and more clear
- Precedence of definition of print resolution:
a) by name of filter script (symlink to apsfilter)
b) by setting GS_RESOL in apsfilterrc config files
c) autodetected by apsfilter (PS_xxx, printer driver name)
d) otherwise defaults to 300dpi (for dvips commandline)
- some dvips settings cleanup, use -Z only when resol >= 400dpi
- when printing html use some sane defaults for HTML2PS_OPTS
if not set in apsfilterrc files
Contributions:
- SUPPORT FOR NEW GNU a2ps 4.12, Hurray !!!!
thanks to Debian Port maintainer, Matej Vela <mvela@public.srce.hr>
- cool PS testpage (test.ps)
Andreas Reuter <ar205@bonzo.geowiss.nat.tu-bs.de>
- many thanks to the SuSE developement team especially
Werner Fink <werner@suse.de> for many inspirations
- and of course cosmetic and bugfixes ;-)
* create a empty file site-start.el in /
* do not modify site-start.el
The next PR is about the later problem. But the patch cannot fix it.
PR: 10294
Submitted by: hokada@isl.melco.co.jp
- bugfix: let file command work on the tmp file, avoid reading from stdin
- added a russian print filter to the contrib section
Needs perhaps some documentation...
I committed it nearly "as is", polished a bit Makefile and such...
Do 18 Feb 1999 21:15:27 CET Joachim Achtzehnter <joachim@kraut.bc.ca>
* LPRng support !!!
* writing the first 8k into a tmp file makes rewindstdin unnecessary
Sat, 24 Oct 1998 22:29:12 -0500 (CDT) Glenn Johnson <gljohns@bellsouth.net>
* uniprint driver support (for ghostscript >= 5.10)
bsd.port.mk rev. 1.304 for details on the change.
The fix here is one of the following.
(1) Define USE_BZIP2 instead of BUILD_DEPENDS on bzip2 and redefining
EXTRACT_* commands.
(2) Change ${EXTRACT_CMD} to ${TAR} when the command is obviously
calling the "tar" command (i.e., arguments like "-xzf" are spelled
out).
(3) If ${EXTRACT_CMD} is called directly with ${EXTRACT_BEFORE_ARGS},
add ${EXTRACT_AFTER_ARGS} to the command line as well.
(4) If any of EXTRACT_CMD, EXTRACT_BEFORE_ARGS or EXTRACT_AFTER_ARGS
is set, define the other two too.
Use newly introduced %%PARL_ARCH%% for dirname of architecture
dependent libraries.
(i.e. s!%%PERL_VER%%/i386-freebsd!%%PERL_VER%%/%%PERL_ARCH%%!)
Approved by: asami
perl language. It contains following pieces.
<FreeType.xs> This is a simple caller of the FreeType library. It has
same API as the FreeType library, so please read a manual of that to
understand how to use this.
<FreeTypeWrapper.pm> This is a simple wrapper of FreeType.xs to use
the FreeType library from perl with easy, perl-like API.
<ftinfo.pl> This is a dumper of a lot of information in each TrueType
fonts. This convert them as human readable strings.
<mkttfdir.pl> This is a maker of fonts.dir by parsing TTF and TTC
fils. It has special handler for DynaLab fonts, so it make good
fonts.dir automatically. And it detects what language's fonts are
contained in it by looking at code_page_range field in os2 table, so
it makes right entries.
See also <http://www.io.com/~kazushi/xtt/#perlftlib>
Note that ftinfo core-dumps with a signal 11 in case using
perl5.00502. :-)
Submitted by: Satoshi TAOKA <taoka@infonets.hiroshima-u.ac.jp>
This package installs the required Adobe fonts from GNU Ghostscript's
distribution, and prepares the Type1 fonts so they may also work in the
Xwindows environment.
PR: ports/6311
Submitted by: giffunip@asme.org
This is JadeTeX, a set of TeX macros for processing the TeX output from
Jade and doing useful things with it. In the grand scheme of things,
it'll be used as part of the process to convert DocBook to PostScript
and PDF.
It depends on teTeX-beta, all 30 megs of it.
Sean Kelly did all this, and deserves the credit, I'm just committing
on his behalf.
That ticking noise you can here is LinuxDoc's shrinking lifetime.
Reviewed by: nik@freebsd.org
Submitted by: Sean Kelly <kelly@plutotech.com>
===> Building package for teTeX-0.9-981113
tar: can't add file share/texmf/web2c/etex.efmt : No such file or directory
tar: can't add file share/texmf/web2c/etex.log : No such file or directory
tar: can't add file share/texmf/web2c/lambda.fmt : No such file or directory
tar: can't add file share/texmf/web2c/lambda.log : No such file or directory
tar: can't add file share/texmf/web2c/omega.fmt : No such file or directory
tar: can't add file share/texmf/web2c/omega.log : No such file or directory
tar: can't add file share/texmf/web2c/pdflatex.fmt : No such file or directory
tar: can't add file share/texmf/web2c/pdflatex.log : No such file or directory
tar: can't add file share/texmf/web2c/pdftex.fmt : No such file or directory
tar: can't add file share/texmf/web2c/pdftex.log : No such file or directory
pkg_create: tar command failed with code 256
Creating package /usr/ports/packages/All/teTeX-0.9-981113.tgz
Registering depends: libwww-5.2 png-1.0.2.
Creating gzip'd tar ball in '/usr/ports/packages/All/teTeX-0.9-981113.tgz'
*** Error code 1
Stop.
Changes `PS' to `PAPERSIZECNF' as I think it is more documenting. `PS'
will be taken to be PostScript by many (esp. in the context of printing)
This method removes the use of external programs to set `PAPERSIZECNF'.
share most files. Repository copy the default to explicitly named
directories to avoid any confusion. Greatly simplify the shared
Makefiles, since we are now in different subdirectories, we don't need
"a4-install" stuff.
While I'm here, consistently name the variables. Here are the
guidelines (master port is in brackets)
DOCFORMAT: [html] pdf ps
KONFONT: 14dot [16dot]
PAPERSIZE: a4 [letter] letterdj
RESOLUTION: 118 240 [300] 360 400 600
"math/r" has been copied to "R-a4" and "R-letter", to follow the
spirit of the original port. "japanese/kon" is renamed to "kon2-*",
since that seems to be the basename.
Not broken for ELF, since xforms lib isn't broken anymore
Although xforms should be ok for ELF I got the following error message
at startup of lyx:
/usr/libexec/ld-elf.so.1: Shared object "libforms.so.0.88" not found
Had to apply a symlink manually:
root{207} /usr/X11R6/lib ln -s libxforms.so.0 libforms.so.0.88
root{208} /usr/X11R6/lib ldconfig -m /usr/X11R6/lib
are tracked correctly. pkfonts300 is a repository copy from pkfonts, and
other pkfonts* directories only contain PLIST and a Makefile that sets
RESOLUTION and includes pkfonts300/Makefile.
===> Patching for xtem-6.18
===> Applying FreeBSD patches for xtem-6.18
In string, @WISHX now must be written as \@WISHX at -e line 1, near "@WISHX"
In string, @TCLSH now must be written as \@TCLSH at -e line 1, near "@TCLSH"
In string, @XTEMPATH now must be written as \@XTEMPATH at -e line 1, near "@XTEMPATH"
Execution of -e aborted due to compilation errors.
*** Error code 255
gcc -o asprint -O2 asprint.o -L/usr/X11R6/lib -lXaw -lXmu -lXt
/usr/libexec/elf/ld: warning: libSM.so.6, needed by /usr/X11R6/lib/libXaw.so, no
t found (try using --rpath)
/usr/libexec/elf/ld: warning: libICE.so.6, needed by /usr/X11R6/lib/libXaw.so, n
ot found (try using --rpath)
/usr/libexec/elf/ld: warning: libXext.so.6, needed by /usr/X11R6/lib/libXaw.so,
not found (try using --rpath)
/usr/libexec/elf/ld: warning: libX11.so.6, needed by /usr/X11R6/lib/libXaw.so, n
ot found (try using --rpath)
/usr/X11R6/lib/libXaw.so: undefined reference to `XFreePixmap'
/usr/X11R6/lib/libXt.so: undefined reference to `XrmEnumerateDatabase'
Creating gzip'd tar ball in '/usr/ports/packages/All/acroread-3.02.tgz'
tar: can't add file Acrobat3/Reader/intellinux/lib/libagm.so.2 : No such file or directory
tar: can't add file Acrobat3/Reader/intellinux/lib/libpfs.so.2 : No such file or directory
tar: can't add file Acrobat3/Reader/intellinux/lib/libreadcore.so.3 : No such file or directory
/usr/sbin/pkg_create: tar command failed with code 256
*** Error code 1