Commit graph

1142 commits

Author SHA1 Message Date
jlam
dda6e4a015 Remove redundant INSTALL info that is also in teTeX-bin. 2002-09-21 01:53:28 +00:00
jlam
460508e86f Trivially use buildlink2. 2002-09-21 01:51:36 +00:00
jlam
c694e8fc8e Add a buildlink2.mk file for other package Makefiles to use. 2002-09-21 01:50:37 +00:00
jlam
ec061cc406 Use bsd.pkg.install.mk instead of local DEINSTALL/INSTALL code. 2002-09-21 01:48:31 +00:00
jlam
d95f6336d8 Use buildlink2. 2002-09-21 01:48:02 +00:00
jlam
621ea6a068 Trivially use buildlink2. 2002-09-21 00:46:32 +00:00
jlam
2c2476e2ea This file has nothing to do with x11.buildlink.mk anymore. 2002-09-20 23:56:30 +00:00
grant
0c5bb6abcc Make these scripts more portable by taking advantage of automatic rc.d
script handling and using @RCD_SCRIPTS_SHELL@.

as discussed with jlam.
2002-09-20 02:01:54 +00:00
kei
05a3be6ee7 Honor ${PKG_SYSCONFDIR}.
XXX doing make install for same xpdf-* package more than once causes
${PKG_SYSCONFDIR}/xpdfrc have duplicated entries.  Is there any easy
way of avoiding this?
2002-09-19 19:21:38 +00:00
jlam
5c053dd06a Take advantage of the auto-generation and installation of rc.d scripts. 2002-09-19 09:04:02 +00:00
jlam
aff1f33c88 Updated print/xpdf to version 1.01. Changes from version 1.00 include:
Honoring ${PKG_SYSCONFDIR} for location of xpdfrc.

Implemented Type 3 fonts.
Implemented PostScript CID font embedding; added a
  psEmbedCIDPostScriptFonts option.
Implemented PostScript 16-bit font substitution; added psNamedFont16
  and psFont16 options.
Moved the initialZoom setting from X resources to the xpdfrc file.
Implemented the radial shading type in the sh (shaded fill) operator.
  [Thanks to Mike Sweet.]
Added an 'include' command to the xpdfrc format.
Added the displayNamedCIDFontX option so different fonts can be used
  within one character collection.
Implemented stroked text in XOutputDev (with t1lib and FreeType2).
  [Thanks to Leonard Rosenthol.]
Implemented stroked text in PSOutputDev.
Added a built-in Unicode map for UCS-2.
PSOutputDev will now embed external TrueType fonts in addition to
  external Type 1 fonts.
Added the Big5ascii Unicode map to the Chinese-traditional support
  package (maps 7-bit ASCII straight through).  [Thanks to Lawrence
  Lai.]
Modified the EUC-CN and EUC-JP encodings to pass 7-bit ASCII straight
  through.  [Thanks to Lawrence Lai.]
In the code that guesses character names (for font subsets), also
  handle names of the form 'ABnnn'.  [Thanks to Colin Granville.]
Tweak the Type 1 font bbox code to look at the bboxes in both the PDF
  font object and the embedded font file.
Added an optional displayCIDFontX entry for one of the Arphic TrueType
  fonts in the traditional Chinese 'add-to-xpdfrc' file.
Added psASCIIHex parameter.
Added the GBK Unicode map to the simplified Chinese language pack.
Pdftotext now opens the text file in binary mode to avoid Microsoft's
  annoying automatic end-of-line translation stuff.
Added an executeCommand function in goo/gfile.cc.  [Thanks to Mikhail
  Kruk.]
The %ALDImagePosition OPI comment was wrong if the page was scaled to
  a different paper size.
The OPI code was saving the default transform matrix before calling
  setpagedevice, which can change the matrix.
PSOutputDev now handles PostScript XObjects.
2002-09-19 01:45:42 +00:00
jlam
b6aeaee13b Update print/xpp to version 1.1. Changes from version 1.0 include:
- Removed function overloading for the password dialog, used the
	  new method of CUPS 1.1.3
	- Added support for the "natural-scaling" image size option
	  introduced in CUPS 1.1.9
	- Added support for the new PPD-O-Matic PPD files of
	  linuxprinting.org (numerical options appeared twice before).
	  The old CUPS-O-Matic files can still be used.
	- The COMDATA lines in the PPD files of the new XML Foomatic
	  changed in a way incompatible to the parser for the numerical
	  options in XPP.  Modified parser to read both the old and the
	  new format.
2002-09-18 23:55:51 +00:00
jlam
bfe27de5b6 Move the psraster.convs example file to ${PREFIX}/share/examples/cups. 2002-09-18 23:21:33 +00:00
jlam
fdc7832875 Update print/cups to 1.15.1. Changes from version 1.14 include:
======================================================================
* Removed the pstoraster filter (based on GNU Ghostscript 5.50) and now
* provide the raster "driver" and patch file necessary to use the current
* GNU Ghostscript 7.05 release.  Pkgsrc users should install the
* print/ghostscript-esp package.
======================================================================

- Many, many bug fixes.
- Improvements to polling and scheduling of jobs to CUPS and to connected
  printers.
- Updated the CUPS license agreement for the new MacOS and OpenSSL license
  exceptions.
- The jobs.cgi web interface now handles all job operations, allowing the
  administrator to allow "job administrators" or operators to manage jobs
  (but not queues) on the server.
- New SCSI printer backend.
- The PostScript filter now supports 6, 9, and 16-up output, as well as new
  page-border and number-up-layout options.
- Added ConfigFilePerm and LogFilePerm directives.
- The HTML job operation templates now link back to the destination printer
  or class.
- Removed unnecessary fonts and updated the Courier and Symbol fonts to the
  latest versions to better support non-ISOLatin1 text.
- The text filter now always embeds the Courier and Symbol fonts to ensure
  that they contain the full set of glyphs.
- The PostScript image filter (imagetops) now supports printing CMYK images
  using the CMYK colorspace.
- The cupsaddsmb program was updated to use the setdriver command instead of
  addprinter.
- The Allow, Deny, BrowseAllow, BrowseDeny, and BrowseAddress directives
  now support the network interface names "@LOCAL" and "@IF(name)" for
  access control and browsing based on the current interface addresses
  instead of fixed names or IP addresses.
- The cupsaddsmb program now supports alternative CUPS and SAMBA server names.
- The PostScript filter now supports the Orientation comment and rotates the
  page as needed automatically.
2002-09-18 22:58:46 +00:00
jlam
c607f43b9d Add and enable ghostscript-esp* packages. 2002-09-18 22:34:03 +00:00
jlam
0dc7c28dd8 Initial import of ghostscript-esp-nox11-7.05.5.
Ghostscript is the well-known PostScript interpreter which is available for
all common and most esoteric platforms and supports many different printers
and some displays.

This package contains ESP Ghostscript, which is a separately maintained
distribution of GNU Ghostscript and distributed under the terms of the GNU
Public License.  ESP Ghostscript incorporates the CUPS raster printer
driver and a large number of contributed Ghostscript printer drivers.

This package is built without support for X11 displays.
2002-09-18 22:31:58 +00:00
jlam
82e85bc8b5 Fix punctuation. 2002-09-18 22:30:02 +00:00
jlam
8573e1d5a4 Initial import of ghostscript-esp-7.05.5.
Ghostscript is the well-known PostScript interpreter which is available for
all common and most esoteric platforms and supports many different printers
and some displays.

This package contains ESP Ghostscript, which is a separately maintained
distribution of GNU Ghostscript and distributed under the terms of the GNU
Public License.  ESP Ghostscript incorporates the CUPS raster printer
driver, and a large number of contributed Ghostscript printer drivers.
2002-09-18 22:28:14 +00:00
jlam
204db8adf8 Conflict with the forthcoming ghostscript-esp* packages. 2002-09-18 22:17:29 +00:00
jlam
eafdb776af Conflict with ghostscript-gnu-x11 and with the forthcoming ghostscript-esp*
packages.
2002-09-18 22:16:53 +00:00
jlam
94beb52331 Only attempt to remove the man/de/* directories as other packages may also
have man pages there.
2002-09-18 20:52:34 +00:00
uebayasi
b1f5073df1 Install destination must be PREFIX, not LOCALBASE. 2002-09-18 03:37:04 +00:00
drochner
e420df3edc this needs png & tiff to work 2002-09-17 20:27:48 +00:00
uebayasi
9a0b1e3a6c Add ASCII pTeX 3.0.1 support.
pTeX 3.0.1
- BSD license.
- Fix hyphenation bug.
- Catch up newer teTeX.

dvipsk 1.5g
- Fix tategaki tpic bug.
- Fix PSTricks bug when FMapType is 9.
- Support B4/B5 papersize by default.

mendex 2.5
- BSD license
- Fix -s option bug.
- Change -c option.
- Support new styles (delim_t, suffix_2p, suffix_3p, suffix_mp, heading_flag,
  heading_prefix, symhead_positive, symhead_negative).
- Change escape behavier.
- Other bug fixes.

Bump PKGREVISION to 3.
2002-09-16 08:47:27 +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
uebayasi
8041c85671 Add & enable ja-dvipdfm. 2002-09-16 01:49:46 +00:00
uebayasi
d835f78d1d Initial import of ja-dvipdfm 0.13.2c.
Dvipdfm is a DVI to PDF translator. Its features include:

o TeX \special's that approximate the functionality of the PostScript pdfmarks
  used by Adobe Acrobat Distiller. Links, outlines, articles, and named
  destinations are supported, for example.
o Support for standard DVI specials such as the HyperTeX specials and the TPIC
  specials.
o Support for thumbnails (with help from GhostScript).
o Ability to include PDF, PNG, and JPEG files as embedded images. For PDF
  files, only the first page is included. Resources will be embedded from the
  original file as necessary. File inclusion does not work for PDF files that
  store the page contents in several segments in an array.
o Virtual font support
o Support for both Type1 and PK fonts.
o Support for arbitrary linear graphics transformations. Any material on the
  page can be scaled and rotated.
o A color stack accessible via \special's.
o Partial font embedding and stream compression for reduced output file size
o Balanced page and destination trees for improved reader access on very large
  document files.

dvipdfm was developed by Mark A. Wicks.
Japanization by Shunsaku Hirata.
2002-09-16 01:48:19 +00:00
wiz
64f3e494e0 Convert to buildlink2. 2002-09-14 18:32:01 +00:00
jlam
671eb5d143 ghostscript-nox11 needs g++ to compile the hpijs driver. Also use egrep
instead of grep where we use extended regexps.  This fixes pkg/17325 by
Eric Schnoebelen <eric at cirr dot com>.
2002-09-13 23:13:27 +00:00
jlam
11a5defd80 hpijs needs g++ on Solaris, as noted in pkg/17325 by Eric Schnoebelen
<eric at cirr dot com>.
2002-09-13 23:09:32 +00:00
jlam
2ea0c1a37d Make sure that there's a definition for the GS_RESOURCEDIR. 2002-09-13 22:48:27 +00:00
jlam
389380f9aa Adjust ghostscript-gnu to find Resources in
${PREFIX}/share/ghostscript/Resources

instead of in /Resources.  Bump the PKGREVISION of all ghostscript-gnu
packages.
2002-09-13 22:27:11 +00:00
jlam
3591ad5b54 buildlink1 -> buildlink2 2002-09-13 22:08:25 +00:00
jlam
d50f3329ae Note mutual conflicts between the ghostscript-gnu* packages. 2002-09-13 20:14:18 +00:00
jlam
01390137ed Add and enable ghostscript-gnu-x11. 2002-09-13 20:12:02 +00:00
jlam
b0495ea42a Initial import of ghostscript-gnu-x11-7.05.
Ghostscript is the well-known PostScript interpreter which is available for
all common and most esoteric platforms and supports many different printers
and some displays.

This package contains GNU Ghostscript, which is released under the terms
of the GNU Public License, and is built with only support for X11 displays,
the IJS client device, and image format devices, e.g. JPEG, PNG, TIFF, PDF,
PS.

This is based on the idea in pkg/16059 by Greg A. Woods <woods@weird.com>.
2002-09-13 20:11:06 +00:00
jlam
e8b8dcabbc Add and enable ghostscript-gnu{,-nox11}. 2002-09-13 06:54:59 +00:00
jlam
1293a34c3e Use ghostscript.mk. 2002-09-13 06:53:31 +00:00
jlam
de150741ae Initial import of ghostscript-gnu-nox11-7.05.
Ghostscript is the well-known PostScript interpreter which is available for
all common and most esoteric platforms and supports many different printers
and some displays.

This package contains GNU Ghostscript, which is released under the terms
of the GNU Public License, and is built without support for X11 displays.
This package also doesn't support all of the printers in the
print/ghostscript{,-nox11} packages, but does support a wider range of HP
inkjet printers through the print/hpijs package, and supports the GIMP
print inkjet printer drivers through the print/gimp-print-ijs package.
2002-09-13 05:44:40 +00:00
jlam
b4c9b60d9e Initial import of ghostscript-gnu-7.05.
Ghostscript is the well-known PostScript interpreter which is available for
all common and most esoteric platforms and supports many different printers
and some displays.

This package contains GNU Ghostscript, which is released under the terms
of the GNU Public License.  This package also doesn't support all of the
printers in the print/ghostscript{,-nox11} packages, but does support a
wider range of HP inkjet printers through the print/hpijs package, and
supports the GIMP print inkjet printer drivers through the
print/gimp-print-ijs package.
2002-09-13 05:43:26 +00:00
jlam
df38081629 Consolidate more common stuff between ghostscript and ghostscript-nox11
in Makefile.common, and note conflict with the ghostscript-gnu* packages.
2002-09-13 05:16:45 +00:00
rh
d094720bca Add and enable libgnomeprintui 2002-09-12 04:29:32 +00:00
rh
53c3517693 Initial import of libgnomeprintui-1.116.0, the user interface dependent
part of the GNOME2 printing infrastructure.
Provided by Julio Merino <jmmv@hispabsd.org>.  This closes PR pkg/18204.
2002-09-12 04:28:27 +00:00
rh
3caf4c1265 Update libgnomeprint to 1.116.0. Changes include bugfixes and additional
language support.
Provided by Julio Merino <jmmv@hispabsd.org>.  This closes PR pkg/18203.
2002-09-12 04:19:50 +00:00
jlam
1e47bf4bb6 Add and enable print/gimp-print-ijs. 2002-09-11 19:06:06 +00:00
jlam
6eb767313d Initial import of gimp-print-ijs-4.2.1.
This package contains an IJS server that can output raster images supported
by the GIMP print library, to be used in conjunction with IJS clients such
as GNU Ghostscript.
2002-09-11 19:05:26 +00:00
jlam
deed83b409 Add a buildlink2.mk file for other package Makefiles. 2002-09-11 18:40:12 +00:00
jlam
6bf2b68546 Add and enable print/ijs. 2002-09-11 18:38:14 +00:00
jlam
c3ae0d2dd0 Initial import of ijs-0.34.
IJS is a client-server protocol for transmission of raster page images.
This package provides a reference implementation of the protocol, the
design of which is still in flux.  When the protocol specification is
published, it will be authoritative.  Applications should feel free to
link against the library provided in this package, adapt that code for
their own needs, or roll a completely new implementation.
2002-09-11 18:37:09 +00:00
jlam
ad99cf1374 Move the USE_BUILDLINK2 definition into the common Makefile as we need to
include buildlink2.mk files from there.
2002-09-11 08:54:46 +00:00
jlam
bd4ffb12ae Note conflicts between hpijs and ghostscript{,-nox11}. This will be
resolved later by pulling out the hpijs server from the current ghostscript
packages.
2002-09-11 00:08:32 +00:00
jlam
0655f80c7d Add and enable print/hpijs. 2002-09-11 00:03:05 +00:00
jlam
c185f4bf97 Initial import of hpijs-1.2.2.
HPIJS implements a IJS server for IJS clients such as GNU Ghostscript,
and provides printing support for more than 150 printer models, including
DeskJet, OfficeJet, PhotoSmart, Business InkJet, and some LaserJet
models.
2002-09-11 00:01:28 +00:00
wiz
80ee491886 Since the major of libiconv was increased during the update to 1.8,
bump dependency to latest libiconv version; recursively also bump all
dependencies of packages depending on libiconv.
Requested by fredb.
2002-09-10 16:06:32 +00:00
jlam
08846de7c3 Add a buildlink2.mk file for other packages to use. 2002-09-10 10:42:21 +00:00
wiz
4eed316a8b unused 2002-09-09 19:11:08 +00:00
dmcmahill
ff9c3a37ca add Verilog-A definitions 2002-08-27 03:00:12 +00:00
mjl
915b4eb491 Update gnome-print to 0.36
Fix #80407 in parseAFM.c
	Fix #80415 in gnome-font-face.c
	Fix #78662 fix gp_ctx_new bug
	Fix #80417 in gnome-rfont.c
	Fix #80416 in gnome-rfont.c
	Fix #76610 in gfft2_move_to and gp_path_close_all
	gp_ps2_set_font_private fix s/=/==/ (Lauris)
2002-08-26 19:39:29 +00:00
jlam
1c57323789 Merge packages from the buildlink2 branch back into the main trunk that
have been converted to USE_BUILDLINK2.
2002-08-25 21:48:57 +00:00
jlam
efb93b17bd Merge changes in packages from the buildlink2 branch that have
buildlink2.mk files back into the main trunk.
2002-08-25 19:21:43 +00:00
jlam
e2afa97f51 Merge changes in packages from the buildlink2 branch that have
buildlink2.mk files back into the main trunk.  This provides sufficient
buildlink2 infrastructure to start merging other packages from the
buildlink2 branch that have already been converted to use the buildlink2
framework.
2002-08-25 18:38:05 +00:00
martti
61927da575 Updated lyx to 1.2.1
- partial rewrite of the find & replace feature. This should solve most of
  the performance problems
- new option `keep aspect ratio' in graphics dialog
- revert to the old behaviour when creating new floats (figure,
  table...): the empty paragraph in the float now is a caption. It
  seems that 1.2.0 behaviour was confusing too many people
- it is now possible to set the float placement parameters to
  "document defaults"
- when the cursor is inside a collapsible inset, `Edit>Open/close
  float' will leave it after the inset after closing it (this should
  help entering of ERT insets)
- update Finnish, Danish, French and Russian localizations
- update Tutorial to 1.2.x features
- better support for entering Cyrillic and Greek alphabets
- cleanup shortcuts for section layouts. Starred versions are now
  obtained by prepending a * to the section number (M-p asterisk 0, ...,
  M-p asterisk 6)
- add keyboard shortcuts to the Documents menu
- support the numpad direction keys as equivalent to normal cursor
  keys
- it is now possible to specify a non-existent file name on the command
  line and have this file created for you
- new class cl2emult; update template for IEEEtran; small update to
  heb-article and hollywood textclasses
2002-08-23 09:08:08 +00:00
dmcmahill
556b3359bd fix compilation on alpha by decreasing optimization level on a handful
of problem files (c++ -O2 causes as(1) to never finish bug).
2002-08-16 10:36:25 +00:00
dmcmahill
68163062df decrease optimization level on a handful of files to make this compile
using netbsd-1.5.3/alpha and the gcc-2.95.3 package.

while here fix the test for endian-ness instead of relying on a small
set of hard coded processor types.
2002-08-11 02:34:26 +00:00
dmcmahill
6d4290082e add missing file 2002-08-11 02:32:55 +00:00
wiz
346a02a99d Change MAINTAINER from rxg to packages, on rxg's request. 2002-08-06 14:50:21 +00:00
wiz
4225432c9a Add and enable xpdf-chinese-simplified, xpdf-chinese-traditional,
xpdf-cyrillic, xpdf-greek, xpdf-japanese, xpdf-korean, xpdf-latin2,
xpdf-thai, and xpdf-turkish.
2002-08-06 14:07:20 +00:00
wiz
b925816817 Initial import of language support packages for xpdf.
Most of them provided by Rui-Xiang Guo in pkg/16258-16264.
I updated them to the current versions and did some cleanup (e.g.,
adding DIST_SUBDIR).
2002-08-06 14:04:34 +00:00
wiz
24818cc284 Copy over patch-ac from gimp-print-lib to fix pkg/17244. 2002-08-05 16:37:51 +00:00
wiz
3cd9237d30 Copy over patch-ac from gimp-print-lib to fix pkg/17244. 2002-08-05 16:37:49 +00:00
grant
0902320a50 set PKGNAME to acroread5 to avoid conflict with acroread.
pointed out by Luke Mewburn on icb.
2002-08-01 14:06:53 +00:00
grant
54af4f2bf2 add acroread5. 2002-08-01 11:59:43 +00:00
grant
2c4711e93e Initial import of Acrobat Reader 5 into the NetBSD packages collection.
Acrobat Reader is part of the Adobe Acrobat family of software, which lets
you view, distribute, and print documents in Portable Document Format
(PDF)--regardless of the computer, operating system, fonts, or application
used to create the original file.  PDF files retain all the formatting,
fonts, and graphics of the original document, and virtually any
PostScript(TM) document can be converted into a PDF file.

Tested on NetBSD/i386 and Solaris/sparc. Problems were found on
NetBSD/sparc, so this is marked ONLY_FOR_PLATFORM *-*-i386 and
SunOS-*-sparc for now.
2002-08-01 11:59:08 +00:00
wiz
1cb4641e1a Make hbf.tar.gz's sha1 match the one from ftp.netbsd.org.
hbf.tar.gz seems to get generated automatically by tarring up the directory
on the distribution site. XXX: This should be fixed, the files in that
dir haven't changed for ca. 5 years now.
2002-08-01 10:46:45 +00:00
jlam
96a5379f66 Really remove USE_PTHREAD. 2002-08-01 05:53:28 +00:00
jlam
75e61cb884 Adjust to new pthread.buildlink.mk: remove USE_PTHREAD and replace with
appropriate PTHREAD_OPTS incantation, and move the checks for the value
of PTHREAD_TYPE below the inclusion of pthread.buildlink.mk.
2002-08-01 05:48:00 +00:00
ross
1dbf878580 make the tests for file existence actually work
now at 1.0.4
2002-07-30 00:57:23 +00:00
wiz
1adeb49c0d Complete move of textproc/t1lib, textproc/t1utils, and x11/typeinst to fonts. 2002-07-19 12:43:47 +00:00
agc
4201793605 Add and enable cjk-lyx 2002-07-19 12:33:20 +00:00
agc
e8d16d6af6 Initial import of cjk-lyx-1.2.0 into the NetBSD Packages Collection.
Provided in PR 17646 by Rui-Xiang Guo (rxg@ms25.url.com.tw)

CJK-LyX is a multibyte version of LyX, the text processing document
processor, or simply a new and advanced kind of word processors.  More
specifically, CJK-LyX is the patched version of LyX for Chinese,
Japanese and Korean language users.  CJK-LyX is based on the earlier
patch against lyx-1.0.3 by Masahiko Kawakami and critical
contributions from Chideok Hwang, who is also the author of the Korean
input method Ami.
2002-07-19 12:32:31 +00:00
rh
6fef7b7f1a Set localstatedir so the scrollkeeper database gets updated correctly
Add proper @exec/unexec scrollkeeper-rebuilddb to PLIST
Bump PKGREVISION
2002-07-17 12:27:05 +00:00
wiz
50630f3073 Finish move of converters/ttf2pt1, print/p5-Font-AFM, and print/ttftot42
to fonts category.
2002-07-16 15:29:21 +00:00
fredb
c4f6b369e5 Raise the shell resource limits to the maximum, to let this build on
mac68k, at least. Closes PR 17563.
2002-07-16 13:14:04 +00:00
mycroft
1c83ca392b Add mkdirs for empty directories. 2002-07-15 18:25:49 +00:00
wiz
3dcbf40898 Add and enable bg5pdf. 2002-07-12 20:15:16 +00:00
wiz
242b7ce1f2 Initial import of bg5pdf, provided by rxg in pkg/16265.
Bg5pdf is a simple wrapper for wrapping big5 encoding text file into
PDF file by using PDFlib. The output of this program does not contain
embedded fonts.  You have to download the Acrobat Acroread Asianfont pack
to view and print the output file or use TrueType fonts with Xpdf.
This wrapper does not provide any formatting functions except simple
line wrapping.  If you need sophisticated formatting, you should try
CJK-LaTex or other equivalent tools.
2002-07-12 20:13:39 +00:00
wiz
67d9845e06 Add and enable libgnomeprint. 2002-07-12 17:17:06 +00:00
wiz
ef6ee013dd Initial import of libgnomeprint, provided by Julio Merino in pkg/17426.
libgnomeprint is a library used to communicate with the gnomeprint
environment. It is part of the GNOME2 platform and it is UI
independant.
2002-07-12 17:15:54 +00:00
agc
cb80eb8e8b Be more correct in naming the directories to be loaded when using
buildlink - from Thomas Klausner.
2002-07-10 10:13:56 +00:00
agc
35f9ce932a Add and enable scribus 2002-07-09 21:33:41 +00:00
agc
2a4f68ad18 Initial import of scribus-0.7.5 into the NetBSD Packages Collection.
Provided in PR 17536 by Jeremy Reed (reed@reedmedia.net). Slight
modifications by myself to make this compile with pth-syscall, and
to bring it forward to the newer version 0.7.5 - the existing
distfile had disappeared from the master site.

Scribus is a publishing layout program for X using QT interface.
It can be used to create stationery, small posters, brochures,
layout newsletters and other documents. It can export in postscript
and PDF formats; and data is saved in XML format.

Scribus aims to be similar to Adobe PageMaker and Quark XPress.
It can do typical tasks of placing and rotating text and images.
2002-07-09 21:32:51 +00:00
wiz
6b48fa4d9c Put libraries after object files on the linker line. Patch from
Ruibiao Qiu in pkg/17535.
2002-07-09 16:49:19 +00:00
tron
35f21ec0ec Use wildcard dependence on "papersize" package. 2002-07-06 13:29:09 +00:00
wiz
48ef548441 1.0.3: Add support for ghostscript, from Jeremy C. Reed in pkg/17488. 2002-07-05 23:24:19 +00:00
wiz
acf797f175 Add RCS Id. 2002-07-02 13:01:52 +00:00
agc
69c1254c97 Remove out of date comment 2002-07-02 11:40:16 +00:00
hubertf
490e16a036 add & enable cnprint 2002-07-02 00:25:10 +00:00
hubertf
ef7f77176b Add cnprint-3.30b: Print & convert CJK style text to PostScript
CNPRINT is a utility to print Chinese/Japanese/Korean (CJK) text
(or convert to PostScript) under DOS, VMS and UNIX systems. It
works just as a print command on your system. Currently GB, Hz,
zW, BIG5, CNS, JIS, EUC, Shift-JIS, KSC, UTF8, UTF7 and UTF16
formats are supported.

CNPRINT also has many other features, among them:

    * print all CJK codes using a single Unicode CJK font
    * print GB using Big5 fonts or print Big5 using GB fonts
    * multiple columns, vertical printing, change font or character
      size within document
    * phrase-based GB<->BIG5 conversions
    * built-in HZ<->GB conversion
    * repair/re-format functions for CJK text
    * envelope and address label printing
    * decode MIME quoted printable (=20=3C=5E like text)
    * true type fonts (TTF) support

With its full Unicode support, it should be able to print other
language (e.g. Thai, Vietnames, Arabic as well). For more information,
please read the help file.


Package created after reading Hal Snyder's excellent article on DaemonNews:
http://ezine.daemonnews.org/200202/japanese-netbsd.html
2002-07-02 00:24:35 +00:00
jschauma
a3f8d30609 Correct distinfo for patch-aa. Pointed out by Ian Harding. 2002-07-01 21:48:23 +00:00
jlam
78b48faa73 Don't enter the non-GIMP subdirectories of src since we configure
gimp-print to not use those bits anyway.  This sidesteps that awfulness
in src/cups that potentially creates empty directories in /usr, then later
removes them if they're empty.

Fixes pkg/17244 by douglas@fang.demon.co.uk.
2002-06-30 20:57:12 +00:00
jschauma
2d9559ee54 Update PLIST to reflect changes after update of print/pdflib to 4.0.3
This closes pkg/17395.
2002-06-30 03:59:05 +00:00
jschauma
4f53956c1b Update to 4.0.3 to close pkg/17395
PDFlib 4.0.3 is a free maintenance release for all customers with a 4.x
license. Your previous license key will work with this update, too.  A
detailed account of changes since PDFlib 4.0.0 is available in the change log
at http://www.pdflib.com/pdflib/changes4.txt.
2002-06-30 03:58:17 +00:00
seb
db84442a67 Substitute a couple of mkdir' by ${MKDIR}'.
Remove `-p' from mkdir arguments, it is already part of ${MKDIR}.
While here substitute a couple of ${PREFIX} by `%D' in
`@exec ${MKDIR} ...' lines and add a couple of missing `%D' in such lines too!
2002-06-26 10:29:33 +00:00
grant
b74c307677 update MAINTAINER 2002-06-19 12:18:37 +00:00
shell
f9a5b7e1e9 add bg5ps 2002-06-15 08:30:02 +00:00
shell
de9178c236 Oops, this is the correct version of Makefile 2002-06-15 08:25:41 +00:00
shell
4cb61f8992 Initial import of bg5ps-1.3.0 (PR#15017)
convert Big5/GB encoded files to postscript
---
bg5ps is a Python script that generates Postscript from Chinese
Big5/GB encoded files, using ttf fonts.
2002-06-15 08:22:17 +00:00
drochner
b016aa30cb don't install the app-defaults file - it is ignored anyway
XXX should do something about the config file, but there is still
discussion
2002-06-10 10:58:58 +00:00
jlam
03fe331ee1 Apply patch from pkg/16643 submitted by Tero Kivinen <kivinen@ssh.fi> to
fix the problem where cupsd dumps core if BrowseProtocols is empty in the
config file.  The fix was taken from the CUPS CVS.
2002-06-09 20:59:34 +00:00
cjep
08d9654a6a Add and enable yup.
yup provides a PostScript printer with the capability of printing any
number of reduced page images on one physical sheet of paper, be they
PostScript or ASCII text.

Supplied by grant at grunta.com in PR#14128. Thanks!
2002-06-04 14:33:38 +00:00
cjep
c41f428fe3 Initial import of yup 1.0 into the NetBSD packages collection.
yup provides a PostScript printer with the capability of printing any
number of reduced page images on one physical sheet of paper, be they
PostScript or ASCII text.

Supplied by grant at grunta.com in PR#14128. Thanks!
2002-06-04 14:32:55 +00:00
seb
5f661affe6 Adjust various pathnames to use newly reimported packages from the japanese
category.
This is part of the japanese category retirement.
2002-05-31 15:19:55 +00:00
seb
d81aa19f20 Add & enable newly reimported packages from the japanese category.
This is part of the japanese category retirement.

- in category converters:
	ack, nkf, p5-Jcode, p5-jcode, p5-nkf, qkc, ruby-romkan, ruby-uconv
- in category lang:
	ja-gawk
- in category mail:
	ja-mh
- in category misc:
	ja-less, ja-man, jhd, xjdic
- in category print:
	ja-a2ps, ja-vflib, ja-vflib-lib, ja-vflib-utils, ja-vfxdvik, texfamily, texfamily-share
- in category textproc:
	chasen, chasen-base, ipadic, ja-grep, ja-groff, ja-sed, kakasi, kbanner, namazu1, namazu2, p5-Text-ChaSen, p5-Text-Kakasi
- in category www:
	mknmz-wwwoffle
- in category x11:
	xjman
2002-05-31 15:02:40 +00:00
seb
ed04cf412b Reimport of package ja-vflib from japanese/vflib into print/ja-vflib.
This is part of the japanese category retirement.
Pathnames to japanese/ adjusted.
2002-05-31 13:01:10 +00:00
seb
fd2294e61c Reimport of package ja-vflib-utils from japanese/vflib-utils into print/ja-vflib-utils.
This is part of the japanese category retirement.
Pathnames to japanese/ adjusted.
2002-05-31 13:01:08 +00:00
seb
7630399254 Reimport of package ja-vfxdvik from japanese/vfxdvik into print/ja-vfxdvik.
This is part of the japanese category retirement.
Pathnames to japanese/ adjusted.
2002-05-31 13:01:06 +00:00
seb
861231d926 Reimport of package ja-a2ps from japanese/a2ps into print/ja-a2ps.
This is part of the japanese category retirement.
CATEGORIES and pathnames to japanese/ adjusted.
2002-05-31 13:01:03 +00:00
seb
8983cb50fc Reimport of package TeXfamily from japanese/texfamily into print/texfamily.
This is part of the japanese category retirement.
CATEGORIES and pathnames to japanese/ adjusted.
2002-05-31 12:59:56 +00:00
seb
e929400124 Reimport of package ja-vflib-lib from japanese/vflib-lib into print/ja-vflib-lib.
This is part of the japanese category retirement.
Pathnames to japanese/ adjusted.
2002-05-31 12:59:53 +00:00
seb
cc238f5f44 Reimport of package TeXfamily-share from japanese/texfamily-share into print/texfamily-share.
This is part of the japanese category retirement.
CATEGORIES adjusted.
2002-05-31 12:59:50 +00:00
dmcmahill
502f250a13 add BUILD_USES_MSGFMT. fixes build/packaging problem noted recently on sparc 2002-05-31 00:26:10 +00:00
martti
514757bfda Updated lyx to 1.2.0
Changes (see the NEWS file for a complete list):

- Floats, footnotes and margin notes are now real insets. The
  positional parameters of figure, table and algorithm floats can be set
  float-by-float

- Most problems with the new table inset of 1.1.6 have been addressed
  (memory consumption, file bloat, spell-checking, search and replace...).
  Better longtable header/footer support was implemented.

- Notes inset can now contain arbitrary LyX constructs; they will not
  appear in the output.

- New minipage inset

- New graphics inset with support for hassle-free inclusion of various
  image formats (GIF, JPEG, PNG and EPS by default) and a new
  rendering scheme that should fix the bugs we had with the older
  ghostscript method.

- Support for natbib for bibliography citations

- The math editor has been mostly rewritten

- New ligature break special character, useful for words like
  "shelfful", or many german words

- Support for parsing preamble when converting LaTeX files. Along
  with changes in the LaTeX production of alignment options, this
  improves round-trip work where you export a LyX document as
  LaTeX, and later reimport it from LaTeX.

- Support for setting bookmarks and jumping to them

- It is possible to cycle between a label and its references.

- Preliminary support for multiple bibliographies

- Babel can be disabled

- A thesaurus facility (English only)
2002-05-29 07:36:31 +00:00
fredb
a882ebd771 At a note to the dependencies section, at the suggestion of agc, to warn
people away from "fixing" them again.
2002-05-20 14:04:43 +00:00
wiz
f5ba92060b Update to 1.4.13, by Ingolf Steinbach in pkg/16908, with minimal changes.
Major news for the 1.4 releases:

DESIGN

* More pervasive GUILE integration resulting in improved design and
  implementation.  LilyPond is smaller, cleaner, more flexible, etc.

 - Improved speed with comparable memory footprint
 - More tweakability using less memory with the new `property push'
   mechanism.
 - Improved robustness: Lily almost never crashes.
 - Access to internal music representation

* New font selection scheme similar to Latex-NFSS.

* Flexible formatting mechanism for musical texts.

* Chordnames are now configurable in every respect

* Part combining for orchestral scores and hymns: two voices are
  combined into a staff automatically, including Solo/a2
  indications as appropriate.

ERGONOMICS

* Point and click functionality using emacs and Xdvi.

* Rewritten Emacs mode

* Cleaned up syntax details

* Comprehensive documentation, including a rewritten tutorial.

* All properties have doc strings, and internal documentation is
  generated automatically.

* Windows point-and-click installer

NOTATION FEATURES

* Piano pedals, Arpeggios, Glissandi, many more note head
  shapes, Medieval clefs, custodes.

* Better lyrics placement: Automatical phrasing, melisma alignment,
  and stanza numbering.

* Typography: More elegant slurs, aligned dynamics, text crescendos,

* Easy-play note heads

* ASCIIScript: ASCII-art output

* Improved standalone postscript layout.

IMPORT/EXPORT

* dynamics, tempo changes in the MIDI output

* Finale (.etf), PMX, Musedata and Mup import tools.

MISCELLANEOUS

* Mutopia ports collection: easily accessible music archive.

* Translations into Japanese, French and Russian

* Many many many bugfixes.
2002-05-20 13:47:04 +00:00
wiz
4c90ada21f Add buildlink.mk for kpathsea library, based on pkg/16906 by Ingolf Steinbach,
with some changes.
2002-05-20 13:43:49 +00:00
fredb
fa694688af Partially revert last change. "magicfilter" only exec()'s the "netpbm"
binaries, so it doesn't care about what version of "png" is installed,
at all. Bump PKGREVISION again, though, because we only want to go forward
with that.
2002-05-19 16:29:08 +00:00
tron
51c20556db Avoid problems with Acrobat reader running under Linux emulation. This
fixes PR pkg/15942 by Markus W Kilbinger.
2002-05-14 17:27:26 +00:00
abs
2b325a79cd prdownloads.sourceforge.net is no longer any use.
Switch to MASTER_SITE_SOURCEFORGE.
2002-05-12 10:16:44 +00:00
rh
cc8190223c Make sure the CFLAGS gathered from the configure scripts actually get
passed to the compiler.
Bump PKGREVISION to nb2.
2002-05-11 21:35:36 +00:00
markd
28b4d02b25 Add and enable dvipdfm 2002-05-08 11:58:51 +00:00
markd
171ec917b0 Initial import of dvipdfm-0.13.2c, a DVI to PDF translator 2002-05-08 11:54:02 +00:00
markd
b6a4557629 Overwrite dvipdfm.def file from the distribution with the version wanted
by the latest dvipdfm. (This version of the file is already included in
current teTeX beta distributions).
Bump PKGREVISION.
2002-05-08 11:37:52 +00:00
wiz
4540456ef9 Depends on gnome-print-lib>=4.2.1 to compile. 2002-05-03 13:52:14 +00:00
wiz
9f81580007 Use MASTER_SITE_SOURCEFORGE. 2002-05-03 13:50:12 +00:00
wiz
c3e5f37ae6 Use MASTER_SITE_SOURCEFORGE. 2002-05-03 13:44:40 +00:00
drochner
de7e32cc2a add gimp-print-cups 2002-05-03 12:46:02 +00:00
drochner
66a1709845 initial import of CUPS support for gimp-print 4.2.1 2002-05-03 12:45:21 +00:00
drochner
397bb01a5e update to 4.2.1:
-bugfixes
-translations for Slovak, Greek, and Dutch
-quality improvements (for Epson printers)
2002-05-03 12:43:04 +00:00
jlam
ec8f6ad65a Note explicitly that this package is USE_X11BASE. Currently, it relies on
motif.buildlink.mk to define it.
2002-04-23 02:08:51 +00:00
fredb
0c650c171e Use the EVAL_PREFIX macro to grok the location of "forms.h", as suggested
by agc. For the "forms", "jpeg", and "Xpm" shared libraries, we have to
cast a wider net, so partially revert last commit. For that, "X11BASE" is
correct, as we already search "LOCALBASE" by virtue of ${LDFLAGS} set in
bsd.pkg.mk. This should fix PR pkg/16308.
2002-04-19 16:53:41 +00:00
fredb
3d215bc45c - - Force the locale dir to ${prefix}/share in a more definite way.
(On my my Mac with an NFS mounted object directory, it keeps rebuilding
    po/Makefile and getting it wrong.)
- - Take a stab at fixing PR pkg/16308: X11BASE -> X11PREFIX.
2002-04-18 23:55:26 +00:00
fredb
e6b7b9696f Work around a bug in gcc-2.95.3 (NetBSD-1.5ZC-m68k). 2002-04-18 15:59:55 +00:00
fredb
9807afcb60 Update dependency on xforms. We're mainly bumping the dependency
and package revision, since we may now link against the forms shared
library, and because we also have to add a dependency on jpeg lib.
2002-04-17 04:45:06 +00:00
abs
59b1ff4512 Add distinfo missed in last 2002-04-16 11:52:52 +00:00
abs
21ef9954ce Update if-psprint to 1.5
Switch to external distfile, slightly better getopt() handling
2002-04-16 11:52:24 +00:00
rh
d78ee5c456 Add build dependency on bison>=1.32 2002-04-14 11:25:08 +00:00
joda
bdf1bc8d13 switch to using freetype2; should close pkg/16051 2002-04-10 12:17:39 +00:00
jlam
ca84851d06 Strongly buildlinkify and use LIBTOOL_OVERRIDE to use the pkgsrc libtool
instead of the package-supplied one.
2002-04-10 01:59:14 +00:00
wiz
a104501883 Remove two unnecessary options. pkg/16257 by rxg. 2002-04-09 12:58:44 +00:00
mycroft
6de28492c4 Crank PKGREVISION. 2002-04-08 12:42:35 +00:00
mycroft
5a936cd3a6 Fix a remarkably obvious bug introduced in 1.0.2 that prevented PDF files from
loading.
2002-04-08 12:41:50 +00:00
tron
b6343d0c10 Use "suse_linux/Makefile.application" to pick correct SuSE packages. 2002-04-04 12:29:46 +00:00
uebayasi
c3d0e0b897 Add & enable ttftot42. 2002-04-02 11:52:22 +00:00
uebayasi
e3913bc5c5 Initial import of ttftot42, TrueType font to Type 42 converter. Submitted
by Rui-Xiang Guo <rxg@netbsd.org> in pkg/14773.  This package stems from
FreeBSD's one.

From DESCR:

  TrueType fonts cannot be converted to Type 1 fonts without loss of
quality, since conversion introduces rounding errors and loses hinting
information.  Therefore, newer PostScript interpreters (Adobe
PostScript since version 2013, ghostscript since 5.03) include a
TrueType rasterizers.  To use a TrueType font with them, it has to be
embedded in a PostScript font dictionary; this format is called Type 42.

  This program generates such Type 42 fonts from TrueType fonts.  It
can also generate Adobe Font Metrics files (AFM files), including
kerning information.

  Not yet supported are TrueType Collections and the creation of CID
keyed fonts from large TrueType fonts (East Asian or Unicode fonts).
2002-04-02 11:51:25 +00:00
fredb
39cd50946e {DIST_SUBDIR} shouldn't change when ${PKGREVISION} changes. 2002-03-28 21:15:11 +00:00
perry
c48049a3fe do the right thing with freetype2 (patch by agc) 2002-03-27 18:51:51 +00:00
rh
49e1fd6709 Update gnome-print to 0.35. This is mainly a bug-fix release, but also
includes the following changes:

- Print preview clips now all graphics, including text and bitmaps -
  it makes gnumeric and sodipodi previews much nicer

- Fontmaps can contain per-locale default entries now, so unknown
  font names do not fall uniformly back to Helvetica any more

- Added --dir flag to gnome-font-install (Tambet)
2002-03-26 09:20:44 +00:00
simonb
e2299c4375 Don't truncate the output of tmpnam() so that the same temporary file
names are used regardless of the process ID.
2002-03-23 16:34:52 +00:00
simonb
01b7fc0d9a Fix another divide-by-zero problem. 2002-03-23 16:32:32 +00:00
simonb
9cbe9539bb Work around divide-by-zero core dumps on alpha.
Problem report and patch sent to the xpdf author.
2002-03-23 14:08:12 +00:00
uebayasi
610699adbb Dropped in the previous commit. 2002-03-23 06:55:05 +00:00
uebayasi
11ef2977ac Update to 1.0.2.
No ChangeLog/NEWS are available.
2002-03-23 06:43:53 +00:00
fredb
cc0facf106 Use ${PKGNAME_NOREV} for ${DIST_SUBDIR}. 2002-03-21 03:48:15 +00:00
jlam
e6d9a15a66 PKG_SYSCONFDIR already appends /cups. Fix noted in pkg/15934 by
Tero Kivinen <kivinen@ssh.fi>.
2002-03-20 22:46:58 +00:00
fredb
383712719b Use PKGNAME_NOREV in MASTER_SITES and DIST_SUBDIR definitions. 2002-03-17 16:02:34 +00:00
wiz
4516f0fe3e Belatedly bump PKGREVISION to 4 for Kyocera Prescibe printer driver
update from 0.3 to 0.4.
2002-03-16 23:34:37 +00:00
itohy
96b6e7eea1 Update driver for Kyocera Prescribe page printers to gdevprsc-0.4,
which selects correct side on duplex printing even if empty pages exist.
2002-03-15 05:04:05 +00:00
fredb
10fc31b0a3 Fix up redundant PKGREVISION and "nb1" in PKGNAME. 2002-03-14 20:18:18 +00:00
fredb
9593b61c40 Oops. Don't set PKGREVISION here -- this was overriding the setting in
both ghostscript-{,no-x11-}/Makefile.
2002-03-14 11:24:23 +00:00
lukem
06b2904603 consistently use "${_PATCH_BACKUP_ARG} .orig" to set the backup file suffix 2002-03-14 03:14:46 +00:00
lukem
f81ee4d35b if we depend upon ${PATCH} creating the backup file with a .orig
suffix, then use "${_PATCH_BACKUP_ARG} .orig" to ensure that's the case
2002-03-14 03:13:36 +00:00
wiz
072944ba68 Fix tex-hugelatex dependency. 2002-03-14 00:49:43 +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
martti
13820bfb3f Updated apsfilter to 7.2.2
NOTE: This works just fine with ghostscript-6.01 even though the
      setup script says you need 6.50 or later...

- new driver scripts: ljet4l, pips/sc70s, pips/sc80s,
  stp/pcl-2, stp/pcl-4
- replace awk "duplex" function with psset call
- adjust psnup rotation to various converters for landscape mode
- add landscape option to enscript command line
- introduce IGNORE_LPD_RAW variable to please buggy spoolers that
  send jobs in raw mode
- sanitize ": ${foo:-bar}" to ": ${foo:=bar}"
- make n{c}print line whitespace-safe
- save return code in global temporary file
- typo in wmf2eps line
- make apspreview use global "restrictions" file
- get basedir in SETUP from configure
- protect $foo[bar] contructs from being expanded to array
  elements by zsh
- add "-dPARANOIDSAFER" for gs7.04 (harmless for all older releases)
- save "rm" and "rp" in SETUP.cfg
- add some hints w.r.t landscape and n-up in handbook
- remove media types in scripts for some PCL printers
- be more helpful with "invalid method"
- LaserJet 4L needs fixed 300dpi
- LN macro in Makefile needs -n switch -- we must
  create a directory link even if one exists already
- MAPPING update
- change email address in various places
- remove apsfilter installation error when typing "make install"
  by using ln's -f (force) option to overwrite an existing symlink
  (just in case you overwrite another installation).
- fix some HP driver mapping in MAPPING file
- make apspreview work again for FreeBSD (and possibly *BSD).
  BSD uses a sed implementation, that uses only "normal" regular
  expressions for backward compatibility not to break existing scripts.
  Linux (GNU sed) uses "modern REs". We use now awk which turns out
  to be more portable between different Unix flavours.
  We use awk instead of sed in other scripts as well (SETUP,
  aps2file).
- import a patch from FreeBSD ports collection necessary for
  FreeBSD-current to use "user:group" syntax for chown. Old
  style "user.group" to change owner && group isn't supported
  anymore. Linux's implementation of chown (from GNU) groks
  new syntax.
- support for NetWare (Novell) remote printer
- save network traffic by supporting "remote copies"
  via new REMOTE_COPIES variable. This tells lpd and Netware
  print spooler to do copies themselves (enabled by default).
- install and test apsfilter as "non-root" user under $HOME !
  This helps in testing new apsfilter versions, i.e. to prepare
  a migration to a new version on a production system.
  For this feature the configure script supports two new options:
  --with-printcap=...  and --with-spooldir=...
- use secure temporary directory in SETUP
- aps2file and apspreview now handle printer aliases
- remove bogus hpijs driver entries in setup/printer-7.00
  (but they were correct in setup/printer-hpijs)
- only preview if aps2file generated PostScript
- driver: stp/escp2-1160 (thanks to <andrew@ugh.net.au>)
- various fixes in driver/MAPPING
- adjusted various omni/ scripts to use more reasonable
  resolution settings
- enable PSgs to honor HARDWARE_COPIES
- the bjc600 driver script has four new siblings (bjc50, bjc70,
  bjc4000, bjc7000) to properly handle printers with different
  print resolutions
- various small SETUP clean-ups
- create "basedir" link at install time already
- doc/Makefile: "make clean" should remove handbook.html
  since "configure" re-creates it from handbook.html.in
- Make handbook generation smarter, cosmetic.
2002-03-09 13:58:03 +00:00
wiz
6df76feda6 File now also carried by GNU mirrors. 2002-03-07 12:00:29 +00:00
wiz
7a2ac970fe Sort. 2002-02-28 17:50:05 +00:00
tron
b8d1c715f6 Update distribution file checksum for PHP version 4.1.2. 2002-02-28 09:50:01 +00:00
jlam
298f792172 Update print/php4-pdflib to 4.1.2. The only change from version 4.1.1 is
that this is built from the php-4.1.2 sources.
2002-02-28 06:18:38 +00:00
zuntum
355f9f6658 Set MAINTAINER to packages@netbsd.org 2002-02-21 21:28:13 +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
tron
0b7fe93445 Include "gettext-lib" glue code to prevent creation of broken
"gimpprint-config" script. This should fix PR pkg/15654.
2002-02-18 13:28:44 +00:00
martti
332da6626c Updated cups to 1.1.14
- The ippRead() function did not verify that the
  attribute name length or string with language value
  was not larger than the read buffer.
- The scheduler set the signal handlers before loading
  the configuration files the first time; this prevented
  the RunAsUser directive from blocking server reloads.
- Added Swedish message catalog.
- The parallel backend now recognizes the /dev/printers
  device directory under Linux 2.4.x.
- MacOS X fixes.
- The cupsaddsmb utility sent the server name after the
  user information when executing the rpcclient program.
  This caused problems with some versions of SAMBA
  2.2.x.
- The IPP backend did not pass the requesting user name
  when checking on the print job status. This prevented
  it from waiting for the job to complete when
  communicating with some IPP implementations that
  require it.
2002-02-18 11:26:15 +00:00
jlam
35ee5261ce Explicitly disable a few more bits and mark as USE_BUILDLINK_ONLY. 2002-02-17 21:11:33 +00:00
wiz
912d39fe3f Obey PAPERSIZE, as requested in pkg/15504. 2002-02-16 01:21:52 +00:00
drochner
b6292f775c add gimp-print 2002-02-15 21:26:26 +00:00
drochner
016db390e5 a newer version of the "escputil" tool which comes with GIMP 2002-02-15 20:49:24 +00:00
drochner
ba6ba1415e a newer version of the "Print" plugin which comes with GIMP 2002-02-15 20:48:07 +00:00
drochner
52603949eb this is the backend part of gimp-print-4.2, a driver library for
inkjet printers
2002-02-15 20:46:27 +00:00
skrll
08bdd44549 mkdir -> ${MKDIR}
rmdir -> ${RMDIR}
rm -> ${RM} (${RM} added to PLIST_SUBST)
chmod -> ${CHMOD}
chown -> ${CHOWN}
2002-02-15 10:12:28 +00:00
jlam
75c648b932 Update print/cupsomatic to 2.2. Changes from version 1.2 include allowing
the use of a config file.
2002-02-13 18:55:53 +00:00
jlam
ddf35537db Trivially mark as strongly buildlinked. 2002-02-09 19:25:33 +00:00
seb
1d57be2530 Fix GNU make rules for bison C++ parser . How was this working before ? 2002-02-08 16:28:02 +00:00
skrll
9bd4180d57 /bin/mkdir -> ${MKDIR}.
Make the print-PLIST target output ${MKDIR} also.
2002-02-05 22:39:00 +00:00
jlam
e0d358778b Solaris' test binary (test/[) doesn't grok "-e". Replace with "-f".
Noted by Stoned Elipot <seb@netbsd.org> in private email.
2002-02-05 06:04:36 +00:00
jlam
c2a64fa05d Build checksum from a clean copy of the distfile. 2002-02-05 04:34:09 +00:00
jlam
b1367505af 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

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:20 +00:00
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