Commit graph

796 commits

Author SHA1 Message Date
jlam
aa2e62b107 Update print/ghostscript{,-nox11} to 6.0.1nb2. Changes from version
6.0.1nb1 include updating the hpijs driver to the latest released version
1.0.2.  The new HPIJS device is "ijs" and replaces several older devices:

	AP21xx DJ630 DJ6xx DJ6xxP DJ8xx DJ9xx DJ9xxVIP

So if you are using any of the above devices, you must use the new gs IJS
interface documented in:

	${PREFIX}/share/doc/html/ghostscript/hpijs/hpijs_readme.html

This update is based on pkg/15470 by IWAMOTO Toshihiro <toshii@netbsd.org>.
Changes to the HPIJS driver include:

      *	Fixed a problem printing Photo Full Bleed on the Photosmart 100.
      *	Meet the Debian Free Software Guidelines (DFSG).
      *	Fixed a setpagedevice problem with the IJS client. PageSize can now
	be set from postscript.
      *	Fixed a off-by-one error in IJS server.
      *	Added support for the following printers:

	    Deskjet 656           Photosmart 100        Apollo P-22
	    Deskjet 825/845       Photosmart 1115       Apollo P2500
	    Deskjet 920           Photosmart 1215       Apollo P2600
	    Deskjet 940/948       Photosmart 1315
	    Deskjet 995           CP 1160
	    Deskjet 1125          CP 1700
	    Deskjet 1220
	    Deskjet 2250

      *	Added support for the IJS interface.
      *	Added support for Duplex. When Duplex mode is set, top and bottom
	margins are set to 1/2 inch.
      *	Added support for the following paper sizes:

	    Photo, Photo Full Bleed, A6, B4, B5, Oufuku-Hagaki, Hagaki

      *	The PrintMode command has been replaced with separate commands:

	    Quality, ColorMode, MediaType and PenSet.

      *	Changed top margin from 1/3 to 1/8 inch. Also, changed the bottom
	margin to 1/2 inch.  Note, on the 6xx series the maximum bottom
	margin is .46 inch for black and .587 for color.  This means for
	the 6xx series, color printing to within 1/2 inch bottom margin is
	not guaranteed.
2002-02-03 21:27:19 +00:00
mjl
266ea71952 Update xpdf to 1.00
Implemented the sh (shaded fill) operator for the axial shading type.
Minor fixes to avoid compiler warnings.
Fix an uninitialized var in XOutputDev that caused crashes on Alphas.
Don't incrementally update the display in full-screen mode.
Added a duplex option to PSOutputDev and a -duplex switch to pdftops.
Completely rewrote the code that handles font encodings:
  - everything is Unicode-based
  - 16-bit fonts are handled much more cleanly
  - text output encoding can be set more flexibly
New .xpdfrc config files.
Added key bindings for forward ('v') and backward ('b').
Added the pdffonts program which lists the fonts used in a PDF file.
Fixed several problems in the TrueType font embedding code
Accept named destination on command line.
Added several new items to pdfinfo: file size, PDF version, tagged
  (yes or no), XML metadata (with the -meta option).
Pdftops didn't get the portrait/landscape setting correct for PDF
  files with rotated pages.
The TrueTypeFontFile class (including the Type 42 converter) now
  understands cmap format 6.
The '0' keyboard shortcut didn't update the zoom popup menu.
Handle the complete list of alternate names for the Base14 fonts.
Fixed substitute font scaling in XOutputDev - scale only the width,
  not the height.
Implemented stitching (type 3) functions.
Handle the case of moveto/closepath/clip, which defines an empty
  clipping region.
Move dependences into separate Makefile.dep files; get rid of the
  distdepend target.
Move all of the configure-script-generated -D options out of the
  Makefiles and into a top-level .h file (aconf.h).
Pdfinfo prints dates in a more readable format.
Fixed a bug in the Paeth image predictor.
Handle annotations with multiple states.
The save and restore (q/Q) operators shouldn't save/restore the path.
Performance optimization: disable pattern drawing in TextOutputDev.
2002-02-03 05:28:51 +00:00
jlam
d7f8e62403 Update print/cups to 1.1.13:
CUPS 1.1.13 adds support for the KOI8-R and KOI8-U encodings, message
catalogs for several Russian locales and for Simplified Chinese,
improvements for MacOS X (Darwin) and IRIX, improvements to the PDF,
PostScript, and text filters, status reporting for IPP-based printers
(paper out, etc.), and improvements to the SAMBA driver export facility.
The new release also fixes bugs in the scheduler, the lpstat command, the
CUPS API, and the pstoraster filter.
2002-01-31 17:51:26 +00:00
jlam
6eb1ad77dc Add USE_PAM to BUILD_DEFS when we build with PAM support. 2002-01-30 03:33:29 +00:00
drochner
2bbafae496 regen due to removed DIST_SUBDIR 2002-01-29 12:12:35 +00:00
drochner
93927399e5 convert to new Python framework 2002-01-29 12:12:07 +00:00
drochner
f41c8a23f5 move dependency on text2html so that we don't have to recompile the
whole TeX stuff on an unimportant perl PKGREVISION bump just because
of a "totally useless" utility which happens to be a perl script
2002-01-28 15:25:12 +00:00
jlam
4e6e015f89 _Always_ set the make environment (${SETENV} ${MAKE_ENV}) and execute
${MAKE_PROGRAM} instead of ${MAKE} within ${WRKSRC}.
2002-01-28 05:18:41 +00:00
wiz
d38a79d089 Wildcard enscript dependency. 2002-01-28 02:30:08 +00:00
kleink
a8f045be98 Update to 1.6.1nb1: fix temporary file creation vulnerability;
from Tim Waugh via Debian.
2002-01-25 18:57:58 +00:00
martti
23e9d65a19 Fixed checksum 2002-01-20 08:09:50 +00:00
mjl
0a1eae1e09 Update to 1.15
- updated Esperanto translation
  - new Serbian translation
  - updated Polish translation
  - new Turkish translation
2002-01-20 02:34:38 +00:00
drochner
5ad928a81c use python buildlink 2002-01-18 14:03:01 +00:00
martti
65a4beb30c Updated lyx to 1.1.6.4
- add support for latin3, latin4 and latin9 encodings
- change the encoding for Estonian from latin4 to latin1, since it
  appears to be more suitable.
- add support for ae fonts (emulation of T1 encoding with OT1 fonts).
  This is useful for creating pdf files in T1 encoding
- add support for dvipdfm
- when passing a file name as argument from command line, the
  extension `.lyx' is added if necessary
- insert error insets in the documents when there have been unknown
  tokens in the file
- new class `kluwer'; update to hollywood class
- the class encts has been renamed to entcs (stupid typo!) and
  slightly updated
- updates to the introduction document and the Italian user guide
- updates to the Russian, Finnish and Hebrew localizations
- faster loading of large files (should now be proportional to file size)
- fix positioning of error insets when running LaTeX
- fix bug where latex would not be re-run if no depfiles were changed,
  but the .dvi was removed
- fix possible crash when the cursor is between two spaces and a
  selection is begun
- fix reading under unix of lyx files produced under windows (was
  actually not fixed in 1.1.6fix3)
- fix problem where document is marked `changed' when going in/out an
  empty tabular cell
- fix the logic of quote insertion after '-', '[' and '{'
- fix generation of an extra space after an inset in linuxdoc creation
- make tables in DocBook sgml conformant
- do not ignore newline/hfill chars when copying to the clipboard
- fix insertion of \Upsilon in the math editor
- fix crash if banner-file was not found
- the `SubSection' layout of the cv class has been renamed to `Subsection'
2002-01-18 11:02:32 +00:00
jwise
8f9fed5e73 Fix a problem where ${PREFIX}/share/lyx/configure was being installed
without executable permissions.

This was causing new lyx users to get sub-optimal personal lyx
configs in some cases, as this script is invoked directly by lyx
when creating a ~/.lyx directory for a user who did not previously
have one.
2002-01-16 15:37:09 +00:00
fredb
1370de25ad Fix a mistake in specification of download site for ${JPEG_SRCS}, pointed
out by Ingolf Steinbach <ingolf@steinba.ch> in private mail.
2002-01-11 17:00:27 +00:00
jlam
1147052fc4 Note addition of php3-pdflib. 2002-01-10 13:10:49 +00:00
jlam
887e6b54ea Move to print/php3-pdflib from the www category to match similar
relocations of the PHP4 module packages.  Also update to 3.0.18nb1 as
the shared module is now installed as "pdf.so" so match the php4-pdflib
package.
2002-01-10 13:10:26 +00:00
martti
928dec5c5c Updated apsfilter to 7.1.1
* a new apspreview script, that allows you to preview your print session
  using gv, kghostview or ghostview
* a new apsfilter-bug script that assists you in releasing bug reports
* some handbook and manpage updates / fixes
* new drivers
* driver fixes

http://www.apsfilter.org/download/ChangeLog-7.1.1
2002-01-10 06:53:02 +00:00
fredb
db38ecba2c MASTER_SITES_foo' and PATCH_SITES_foo' all become `SITES_foo'. 2002-01-06 22:12:56 +00:00
jlam
1026f250eb Update print/php4-pdflib to version 4.1.1. The only change is updating to
the version from the php-4.1.1 distribution.
2002-01-06 19:56:42 +00:00
jlam
d2f8d73e5a The configure script auto-appends "cups" to "sysconfdir", so pass
"${PKG_SYSCONFBASE}" to the script and set PKG_SYSCONFSUBDIR directly to
"cups".
2002-01-06 19:41:28 +00:00
tron
d9bbe5905d Turn of "AUTOMAKE_OVERRIDE" for this package because it triggers a run
of "autoconf" instead to prevent.
2002-01-06 02:10:56 +00:00
jlam
c912b51ab5 Update print/php4-pdflib to 4.1.0. No list of changes from version 4.0.6;
simply update to version from php-4.1.0 distribution.
2001-12-31 23:59:02 +00:00
jlam
e9844aa93d Trivially buildlink'ify. 2001-12-24 22:32:00 +00:00
mjl
35fbec1b37 Enable pscal 2001-12-24 09:24:12 +00:00
mjl
efc5029d3e Initial import of pscal 1.14, a shell script to produce postscript
calendars.
2001-12-24 09:23:09 +00:00
jlam
1fa10d692a Install the Gimp-Print/STP driver documentation. 2001-12-21 04:29:10 +00:00
jlam
8051917eb9 Update ghostscript and ghostscript-nox11 to 6.01nb1. The changes are adding
additional printer drivers:

	stp: Gimp-Print/STP color inkjets for photo quality output
	hpijs: HP Linux Inkjet Driver for 41 HP inkjets
	cdj880: HP DeskJet 880 series
	gdi: Samsung SmartGDI laser printers

This closes pkg/13351 by Ingolf Steinbach <ingolf@steinba.ch> and pkg/13902 by
Thor Lancelot Simon <tls@rek.tjls.com>.
2001-12-20 22:31:09 +00:00
wiz
fd21706384 Honour PAPERSIZE. Closes pkg/14966. 2001-12-17 19:03:06 +00:00
wiz
16b0456e15 Add USE_GMAKE, as requested in pkg/14966 and pkg/14969. 2001-12-17 00:07:01 +00:00
jlam
3e3432bf8a Update print/cups to 1.1.12. Relevant changes from version 1.1.10.1 include:
- Bug fixes.
- Start of internationalization support for banner and PPD files.
- Added support for embedded TrueType fonts in PDF files.
- Added support for PostScript functions in PDF files.
- Added new "cupsaddsmb" utility for exporting CUPS printer drivers to
  SAMBA/Windows clients.
- The ippRead() and ipp_read_file() functions could not handle more than
  IPP_MAX_VALUES (100) values in a 1setOf attribute.  These functions have
  been updated to dynamically allocate more memory as needed, and the
  IPP_MAX_VALUES constant now represents the allocation increment.  [this
  caused some versions of the GIMP-print drivers to fail since the number
  of media options exceeded 100...]
- The web interfaces did not always quote < and & in things like the job
  title.  This had the potential for browser-based security violations (on
  the browser's machine); bug report from SuSE.
- The scheduler now treats unauthenticated usernames as case-insensitive
  when doing quota and allow/deny processing.
- The PostScript filter (pstops) now handles EPS files, adding a showpage
  command to the files as needed.
- The cups-lpd mini-daemon did not support anonymous printing (no username
  specified).  While the username is REQUIRED by RFC-1179, MacOS clients do
  not send the REQUIRED username information when printing via LPD.
- The httpConnect*() functions now try all available addresses for a host
  when connecting for the first time.
2001-12-14 23:18:15 +00:00
jmc
6171235f8c Make the patch actually compile..I missed here.. 2001-12-10 07:41:23 +00:00
jmc
0d715c7bbc Assembler on 1.5.2 or below macppc can't handle some parts in genarch. Patch around that 2001-12-09 10:55:44 +00:00
kristerw
56acee7249 Move the disabling of optimization for arm32 to below the inclusion of
bsd.pkg.mk so that we are sure that this is the last optimization flag
passed by ${CFLAGS}.
2001-12-08 21:15:47 +00:00
kristerw
40ea95814b Make this build for arm.
Arm has a compiler bug that was worked around by removing the -O2 from
CFLAGS. That workaround did unfortunately remove the buildlink include
paths too.
2001-12-08 18:46:26 +00:00
jlam
fcda1835d3 Adapt to using PKGREVISION. 2001-12-04 15:56:42 +00:00
wiz
36bc2f1494 Replace PREFIX in pcps.1 with real prefix. 2001-12-04 11:54:31 +00:00
wiz
b4f0a668fa Miscellaneous man page fixes. 2001-12-03 19:03:19 +00:00
jlam
8cc6055063 Use PKGREVISION to manage the package-specific version number when it
differs from the distfile version number.  G/C some the unused variables
in php4/Makefile.common related to the old way of handling version numbers.
2001-12-03 08:30:58 +00:00
jlam
6579c53a61 Use PKGREVISION to manage the package-specific version number when it
differs from the distfile version number.  G/C some the unused variables
in pdflib/Makefile.common related to the old way of handling version
numbers.  Invent PDFLIB_BASE_VERS, which is ${PDFLIB_DIST_VERS} that's
been munged so that's understandable by the pkg_* tools' wildcard version
numbering logic.
2001-12-03 08:14:20 +00:00
wiz
1a9a466f05 Add support for distfile-specific master sites, as requested in pkg/7471.
Syntax:
MASTER_SITES_completefilename=	http://specific.master/site
and similarly for PATCH_SITES.
Convert print/ghostscript-nox11 and x11/kterm to take advantage of this.
2001-12-02 21:29:20 +00:00
jlam
55ffb37406 bsd.pkg.install.mk calls the INSTALL script at the right times
automatically, so no need to do it ourselves.
2001-12-02 06:56:38 +00:00
kleink
c8d6490e84 Bump to 1.0b1nb1: fix a lost backreference in DSC output mode; from
Dmitri Kozionov on the html2ps-users list.
2001-12-01 10:13:47 +00:00
hubertf
5542206cba Get rid of manually adding "nbX" to PKGNAME when a pkg was changed in
pkgsrc. Instead, a new variable PKGREVISION is invented that can get
bumped independent of DISTNAME and PKGNAME.

Example #1:
        DISTNAME=       foo-X.Y
        PKGREVISION=    Z
     => PKGNAME=        foo-X.YnbZ

Example #2:
        DISTNAME=       barthing-X.Y
        PKGNAME=        bar-X.Y
        PKGREVISION=    Z
     => PKGNAME=        bar=X.YnbZ (!)

On subsequent changes, only PKGREVISION needs to be bumped, no more risk
of getting DISTNAME changed accidentally.
2001-11-29 01:12:24 +00:00
jlam
678c0f86f8 Use PKG_{USERS,GROUPS} instead of PKG_{USER,GROUP}. 2001-11-26 20:38:31 +00:00
jlam
6e896e42e0 Forgot a CONFDIR -> PKG_SYSCONFDIR replacement. 2001-11-26 07:30:44 +00:00
jlam
cc4128d97e Buildlinkify, in the sense that only the perl headers are found in
${PREFIX} -- everything else is pickup up from ${BUILDLINK_DIR}.
2001-11-26 06:49:36 +00:00
jlam
ffceca11a9 PKG_SYSCONFDIR is where the configuration files for a package may be found.
This value may be customized in various ways:

PKG_SYSCONFBASE is the main config directory under which all package
	configuration files are to be found.

PKG_SYSCONFSUBDIR is the subdirectory of PKG_SYSCONFBASE under which the
	configuration files for a particular package may be found.

PKG_SYSCONFDIR.${PKGBASE} overrides the value of ${PKG_SYSCONFDIR} for a
	particular package.

Users will typically want to set PKG_SYSCONFBASE to /etc, or accept the
default location of ${PREFIX}/etc.

This obsoletes the use of CONFDIR, which was active for only 6 days, so no
need to have a workaround to still accept old CONFDIR settings.
2001-11-25 18:59:45 +00:00
jlam
892b322f45 These rc.d scripts are copied to ${RCD_SCRIPTS_DIR} == /etc/rc.d, so change
the test for pre-rc.d systems to just whether /etc/rc.subr is present.
2001-11-21 21:38:50 +00:00