Commit graph

1292 commits

Author SHA1 Message Date
cjep
afa55834c5 Whitespace fix 2002-12-23 16:24:59 +00:00
jmmv
161142483d Replace "----------" lines with "==========", to match all other MESSAGEs
and notices.
2002-12-22 19:14:10 +00:00
jlam
a867f616be Updated print/cups to 1.1.18. Changes from version 1.1.17 include:
- SECURITY FIX: The scheduler now provides a FileDevice directive to
  control whether new printers can be added using device URIs of the form
  "file:/filename".  The default is to not allow printers with these
  device URIs.
- SECURITY FIX: Potential underflow/overflow bug in web interface.
- SECURITY FIX: Race condition in certificate creation.
- SECURITY FIX: Bad URIs in browse packets could be used to exploit the
  web interface underflow/overflow bug.
- SECURITY FIX: Some types of Denial of Service attacks were not handled
  properly, so once the attack was over the scheduler did not close the
  connections immediately on all platforms.
- SECURITY FIXES: Added integer overflow/underflow checks for all image
  formats.
- Bug fixes to the scheduler.
- Upgraded pdftops filter to Xpdf 2.01 with fixes for TrueType fonts.
- Added a MaxClientsPerHost configuration directive to provide limited
  protection against Denial of Service attacks.
2002-12-20 06:59:58 +00:00
jlam
c1bb3f6d46 Updated print/cups to 1.1.17. Changes from version 1.1.16 include:
- Bug fixes to the backends and scheduler.
- Bug fixes to the image filters.
- The scheduler now allows accounts authenticated via PAM to not have a
  corresponding UNIX account, but group membership still requires the
  account name to be listed in the UNIX group file(s)...
- Added some startup performance enhancements to the scheduler so that the
  printer object information is regenerated fewer times and the MIME type
  database is not filled with lots of empty filters for raw/direct queues.
- The backends now ignore SIGPIPE so that failed job filters will not stop
  a print queue.
- User-defined classification strings are now printed verbatim.
- The lpstat command did not allow for destination lists.
- The LPD backend now sends the job title as the print filename.
- Added support for variable sizes in the EPSON dot matrix printer drivers.
  This allows for pages as short as 1/2" (1 row of labels) and does not do
  an automatic form feed.
- The Solaris USB backend now supports the new device URI syntax.
- The serial backend now enumerates serial ports under MacOS X.
2002-12-19 22:24:51 +00:00
drochner
65686f45ca remove the "libiconv" nonsense - the reason was that gettext-lib was
not referred to at all (now pulled in by gimp-print-lib/buildlink2.mk)
(PR pkg/19323)
2002-12-10 18:39:49 +00:00
drochner
6f21d524e4 pull in gettext-lib/buildlink2.mk; this fixes the build problem
for gimp-print-ijs (PR pkg/19323)
2002-12-10 18:37:45 +00:00
drochner
8eeb43ca19 use [0-9]* for the dependency string 2002-12-10 15:11:02 +00:00
tron
39a943ad92 Replace "true" by "${TRUE}". 2002-12-09 16:01:10 +00:00
cjep
31fdd73de1 Fix PR#19323 from Ryo Hayaska 2002-12-08 11:39:24 +00:00
drochner
c00f2e88fc update to 1.16
changes:
- More graphics widgets (shaded polygon, dotbox, slidebox).
- Aaron Watters' advanced paragraph formatter and its parser.
- Alex Martelli's improvements to pyRXP.
- Jerome Alet's recording canvas.
- Additions to pythonpoint.
- New flowable ParagraphAndImage.
- Speedups and fixes.
2002-12-07 18:02:03 +00:00
drochner
a86669188d update to 2.01
changes:
Redesigned the text extraction process:
  - process the text into "reading order"
  - added a "-layout" flag to pdftotext to switch back to the old
    style, where physical layout is maintained
  - use of the "-raw" flag is no longer recommended
Added the -reload option for xpdf (in remote mode).
Added support for external CID fonts; added the displayCIDFontT1 and
  displayNamedCIDFontT1 commands to the xpdfrc file.
Handle the case of moveto/newpath/clip, which defines an empty
  clipping region (just like moveto/closepath/clip).
Accept XYZ link destinations with missing array elements.
Accept bogus font names based on "Symbol": Symbol,{Bold,Italic,
  BoldItalic}.
Set the busy cursor in the find dialog while searching.
Allow ToUnicode CMaps to use fewer than four hex digits in the Unicode
  char indexes.
+bugfixes
2002-12-07 17:49:43 +00:00
schmonz
0a1bd5acad Replace IGNORE with PKG_FAIL_REASON or PKG_SKIP_REASON as appropriate. 2002-12-07 02:38:52 +00:00
uebayasi
3d0d6571a7 Some virtual font files were updated on the master site. Pointed out by
Toshihiro Iwamoto.

Bump PKGREVISION.
2002-11-29 02:34:03 +00:00
tron
483e2e61c8 Buildlinkify this package to stop it from using packaged version of
"libintl" even if it is not necessary. Bump package revision.
2002-11-28 10:25:32 +00:00
uebayasi
9a0e883d44 Try to use ${PAX} in place of ${GTAR}.
This should fix an installation problem where ${GTAR} is "pax-as-tar".
2002-11-28 03:50:57 +00:00
drochner
0145e0b42e update gimp-print to 2.4.2
changes:
-support for HP DesignJet large-format plotters
-support fot Epson multi-function devices and MJ-930C
-manpage improvements
-support for transverse versions of the US CAD standard paper sizes
-bugfixes
2002-11-27 16:12:35 +00:00
cjep
f439267ffa Add RCS tag. 2002-11-26 21:46:50 +00:00
jmmv
1eee29d534 Make this package behave properly when installing configuration files, that
is, using the PKG_SYSCONFDIR stuff. apsfilter needs a symlink in the
configuration directory, so add an INSTALL script to create it (which
handles all DEINSTALL stuff too). Bump PKGREVISION to 2.

Approved by wiz.

This closes PR 18994.
2002-11-26 11:26:31 +00:00
jmmv
47d632a01f Make this package install its configuration files in the examples directory
and copy them to the right place using PKG_SYSCONFDIR. Bump PKGREVISION to
1 because this change.

Approved by wiz.

This closes PR 18992.
2002-11-26 11:02:05 +00:00
jmmv
6303d89d5e Make this package install its configuration file in the examples directory
and use PKG_SYSCONFDIR to copy it to the right place. (Bump PKGREVISION to
1 for this).
Also add a HOMEPAGE, as the program has one.

Approved by wiz.

This closes my own PR 18991.
2002-11-26 10:13:20 +00:00
schmonz
e0bdc2f602 Indent, following acroread5's example. 2002-11-19 07:44:39 +00:00
schmonz
e003b0fbe8 Ensure that DISTNAME is always set. 2002-11-19 07:42:45 +00:00
mrg
3f316bc026 repeat previous for commented commands as well. 2002-11-19 02:47:19 +00:00
jlam
ba102a16cb This file appears to be unused. 2002-11-14 23:13:52 +00:00
cjep
5067017642 Use ${LOCALBASE}/bin/texconfig rather than bare texconfig. 2002-11-10 23:18:47 +00:00
wiz
2147b9613a Update to 20021022: typo in README (old distfile not available any longer). 2002-11-08 10:15:27 +00:00
wiz
bb918fe8d3 Add and enable xpdf-hebrew. 2002-11-08 10:10:46 +00:00
wiz
91d78f6b35 Initial import of xpdf-hebrew -- Hebrew language support files for xpdf. 2002-11-08 10:08:59 +00:00
wiz
9a4fdafbe1 Update to 20020617: added GBK.unicodeMap (other changes unknown). 2002-11-08 10:02:36 +00:00
dillo
2b58c2d16e update to 2.00
Changes since 1.01:
- Switched to the Motif toolkit.
- Support multiple open documents (in separate windows).
- Added document outlines to the viewer.
- Implemented the JBIG2 decoder.
- Added support for movie annotations.
- Switched back to native LZW decompression code.
- Many bug fixes and enhancements.
2002-11-08 02:46:29 +00:00
dillo
2027ddd480 add TEST_TARGET 2002-11-07 04:23:04 +00:00
wiz
be8dac6041 Set USE_X11 (needed because of gimp-base dependency). 2002-11-03 23:14:15 +00:00
rh
cda9daaa87 Add and enable ggv2 2002-11-03 09:18:07 +00:00
rh
a8a2ce3778 Initial import of ggv-1.99.95 as ggv2, a GNOME2 frontend for GhostScript. 2002-11-03 09:17:01 +00:00
rh
d107945163 s|${X11PREFIX}/var/lib|${SCROLLKEEPER_DATADIR}|
Include missing scrollkeeper buildlink2.mk where necessary
2002-11-02 02:42:01 +00:00
jlam
cca4b494c3 Start cupsd in the background as some of the cups backends take quite
a while to return whether there is a printer available or not during
startup.
2002-10-31 23:33:12 +00:00
wiz
d142d6a639 Avoid pax's -z option (Solaris's pax doesn't know it). 2002-10-31 03:08:09 +00:00
dmcmahill
281c8bf432 update to latex-mk-0.9.1.
This is a bug fix release.  per-project xfig dependencies are now supported.
This was accidentally omitted from the previous release.  In addition, the
GNU make support is much more robust.
2002-10-31 02:05:44 +00:00
rh
9a8bd310aa s/USE_X11BASE/USE_X11/ to be consistent with the rest of GTK2/GNOME2.
Bump PKGREVISION.
2002-10-30 07:36:11 +00:00
rh
5357d9cf7e Add missing LIBTOOL_OVERRIDE so pkgsrc libtool gets used. 2002-10-27 03:35:21 +00:00
bouyer
ccc5c184f0 Make CUPS_SERVERBIN points to $PREFIX/libexec/cups for solaris too
Correct man extentions for solaris.
Use ${PKGLOCALEDIR} in PLIST for locale directories.
2002-10-25 10:49:03 +00:00
bouyer
c492b1e7fb libXt also need libSM,libICE.
Reduce the number of duplicate -L and -Wl,-R on link command line, the
solaris linker seems to have limitations here.
2002-10-24 20:08:22 +00:00
jlam
12f0832604 We replace the code in the INSTALL script with SPECIAL_PERMS. 2002-10-24 19:55:38 +00:00
bouyer
6c44e383d1 Use ${SED} in gimp-print-4.2.0/src/ghost/Makefile, to get /usr/xpg4/bin/sed
on Solaris.
2002-10-24 17:16:58 +00:00
drochner
e7501558e6 strictly require rev 4.2.3 to avoid mismatches 2002-10-24 14:26:28 +00:00
drochner
4b510d6422 we call everything buildlink2 now for consistency 2002-10-24 13:51:08 +00:00
drochner
8f54818864 update to 1.15.
This pkg hasn't been updated for a long time.Many fugfixes and feature
additions happened in the meantime.
2002-10-23 18:05:23 +00:00
drochner
39c3c46165 update the gimp-print suite to 4.2.3
changes:
-bugfixes
-The native CUPS driver now accepts custom paper sizes with printers that
 permit this (all Epson printers, and most others).
-The Foomatic interface now accepts custom paper sizes with Foomatic 2.0.1.
-A Japanese translation has been added.
2002-10-22 17:27:21 +00:00
jlam
67d6c1c868 Note where to send bug-fixes or patches to CUPS when feeding back to the
author.
2002-10-20 23:33:42 +00:00
jlam
f647260432 Update print/cups from version 1.1.15.1 to version 1.1.16:
CUPS 1.1.16 adds support for a new CUPS printer driver for Windows
     NT/2000/XP that provides accurate page accounting as well as support
     for the banner, job billing, job priority, and page label options. The
     new release also contains many small bug fixes and enhancements,
     including better USB printing support, support for printer names
     containing any printable character (123print, my-long-printer-name,
     etc.), and French language localization of the web interface and
     documentation.
2002-10-20 18:57:37 +00:00
jlam
753e15c6df Don't default to cupsd=NO anymore, as rc.d scripts aren't copied into
/etc/rc.d by default any longer.  This causes the usual warning to be
emitted when the script is executed.
2002-10-20 08:09:46 +00:00
wiz
1d3bb74332 Files to exclude are not even in the tarball. 2002-10-20 02:56:22 +00:00
wiz
7a78d28fe1 Combine pax+rm in one step. 2002-10-20 02:56:05 +00:00
wiz
d80d619912 Prefer pax to GNU tar. 2002-10-20 02:33:45 +00:00
rh
c2934c968e Track directory layout change at MASTER_SITE_GNOME.
Patch provided in PR pkg/18701 by Julio Merino <jmmv@menta.net>
2002-10-19 10:54:42 +00:00
dillo
c3c71656a3 add and enable img2eps 2002-10-16 14:47:01 +00:00
dillo
ad3eba34f7 initial import of img2eps 0.1
img2eps packages raster images into EPS (Embedded PostScript) files,
using whatever PostScript features are advantageous.  If possible, the
compressed image data is copied directly to the EPS file.

  Supported image file formats are GIF, JPEG, PNG, TIFF, and XPM.
2002-10-16 14:45:54 +00:00
rh
3a3e01d6ba Switch glib2 from PTL2 to pth.
Introduce USE_PTL2 so that PTL2 can still be used as an alternative (e.g.
for debugging).
Only include ptl2/buildlink2.mk if USE_PTL2 is set and no native threads
are available.
Bump PKGREVISIONS.
2002-10-16 03:14:41 +00:00
martti
a9e061798a Updated php to 4.2.3
* lots of bug fixes
* experimental apache2 support
* added IPv6 support to gethostbyaddr()

ATTENTION!! register_globals defaults to 'off' now
2002-10-14 06:21:05 +00:00
wiz
7274a4ac38 buildlink1 -> buildlink2. 2002-10-09 23:59:49 +00:00
wiz
90e464773d Unused. 2002-10-09 23:32:33 +00:00
wiz
28c135ad93 buildlink1 -> buildlink2. 2002-10-09 23:32:07 +00:00
wiz
f4e36623f2 Unused. 2002-10-09 18:22:12 +00:00
wiz
5d1837448d buildlink1 -> buildlink2.
It's "CONFLICTS", not "CONFLICT". Fix PLIST.
2002-10-09 13:32:11 +00:00
wiz
d26d6f4dd5 Note conflict with ja-dvipdfm. 2002-10-09 13:31:20 +00:00
wiz
f74e5f7d04 buildlink1 -> buildlink2. 2002-10-09 13:27:23 +00:00
wiz
c38f27dce2 Unused. 2002-10-09 12:18:58 +00:00
wiz
d6b1adae6f buildlink1 -> buildlink2. 2002-10-09 12:18:39 +00:00
wiz
5a4c9accff buildlink1 -> buildlink2. 2002-10-09 11:55:53 +00:00
dmcmahill
10990bc6c6 add and enable latex-mk 2002-10-09 05:13:16 +00:00
dmcmahill
b68b65de68 initial import of latex-mk-0.9
Latex-Mk is a set of makefile fragments and shell scripts designed
to assist in the management of LaTeX documents.  The user creates
a simple Makefile which sets up a few simple variables and then
includes the latex.mk fragment at the end.

LaTeX-Mk provides easy targets such as 'view', 'pdf', 'print',
and 'clean'.  Additional features such as multiple top level
documents with some shared and some unique dependencies and
draft watermark output are included.

LaTeX-Mk works with BSD make and also with GNU make.
2002-10-09 05:10:49 +00:00
wiz
50f43064b9 buildlink1 -> buildlink2. 2002-10-08 19:21:01 +00:00
jlam
e5395beebf Don't forget to set USE_BUILDLINK2. 2002-10-08 13:17:09 +00:00
jlam
ba79d053cc buildlink1 -> buildlink2 2002-10-08 13:14:01 +00:00
wiz
fb78c60ab1 Unused. 2002-10-08 12:23:41 +00:00
seb
9e04fbd4b5 Convert to buildlink2. Use perl5/module.mk. 2002-10-06 22:31:03 +00:00
jlam
678b7833fb buildlink1 -> buildlink2 2002-10-05 12:06:15 +00:00
wiz
be268e553e Convert to buildlink2. 2002-10-05 11:09:01 +00:00
itojun
f2d60df747 pull security patch from http://www.epita.fr/~bevand_m/asa/asa-0000,
as suggested in PR18522.
bump PKGREVISION to 2.
2002-10-04 03:00:11 +00:00
wiz
cb74c9626d regen (patch-aa addition) 2002-10-03 15:30:41 +00:00
kei
9f51fb28ab Added a small patch to remove the feature for the original LaserWriter
which causes an annoyance in modrern PS printer, GhostScript, etc.  See
pkg/12904.  I forgot to commit this in months.

Thomas Klausner, Johnny Lam, and Frederick Bruckman helped me a lot to
find out what is actually happen and where to fix. Thank you.
2002-09-30 02:40:52 +00:00
jlam
0fcb7144a9 Use gcc/buildlink2.mk instead of Makefile.gcc and note that this package
uses X11.
2002-09-29 10:12:48 +00:00
jlam
c42e303668 Note that this package uses X11. 2002-09-29 10:10:16 +00:00
jlam
a340ef5fb6 Use gcc/buildlink2.mk instead of Makefile.gcc 2002-09-29 09:38:20 +00:00
jlam
9829330783 Use gcc/buildlink2.mk instead of Makefile.gcc 2002-09-29 07:38:26 +00:00
jlam
eb28696f58 Use gcc/buildlink2.mk instead of Makefile.gcc. 2002-09-29 07:37:54 +00:00
dmcmahill
8936575cb8 fix compilation on sparc (all big endian machines?). 2002-09-27 04:01:32 +00:00
wiz
091d48fddf Remove patch that is not necessary any longer with buildlink2. 2002-09-26 18:39:41 +00:00
drochner
ba765a9ea9 update gimp-print to 4.2.2
changes:
-many bugfixes
-Quad tone grayscale inks, such as the Piezography (TM) inks, are now supported
 for most Epson Stylus printers.  This is not tuned for a particular inkset at
 this time, so the results will not be of top quality yet.  This capability
 should be considered beta.
-Many new Epson Stylus printers are supported.  Please see the complete list of
 printers at the bottom of these release notes.
-A new dither algorithm, EvenTone, has been added.  This algorithm produces
 superior results for photographs and other continuous-tone images, but in its
 current form it may not be as well suited for solid color images and line art.
 This algorithm should be considered beta.

and use buildlink2
2002-09-26 17:28:26 +00:00
wiz
e8817c9088 Complete standardization of messages according to latest pkglint. 2002-09-24 12:29:55 +00:00
jlam
34bb09d975 Move the USE_BUILDLINK2 definition into the common Makefile where we
include several buildlink2.mk files.
2002-09-23 21:47:50 +00:00
jlam
e576968c0f Don't symlink certain classes of files that aren't needed by buildlink2:
*.pc and binaries.  Both these things are simply found by packages in their
true installed locations.
2002-09-22 09:52:33 +00:00
jlam
e44bf515dc Strip the ".buildlink" from the names of the python application and
extension Makefile fragments, because they really don't have anything to
do with the buildlink[12] frameworks.  Change all the Makefiles that use
application.buildlink.mk and extension.buildlink.mk to use application.mk
and extension.mk instead.
2002-09-21 23:46:45 +00:00
jlam
c6f5cfdcbc We use ghostscript.mk, so lose the redundant DEPENDS on ghostscript. 2002-09-21 08:20:52 +00:00
jlam
d0320f04d6 buildlink1 -> buildlink2 2002-09-21 06:30:45 +00:00
jlam
878b3305f1 Use buildlink2. 2002-09-21 04:52:38 +00:00
jlam
4011a11802 Back out previous and add an empty do-install target...that was the real
reason why we couldn't install.
2002-09-21 01:57:35 +00:00
jlam
26afe4e9b8 This package has no WRKSRC, so set it to WRKDIR. 2002-09-21 01:55:23 +00:00
jlam
ba6c45ea27 INSTALL file is no more...it repeats the info in teTeX-bin/INSTALL. 2002-09-21 01:54:13 +00:00
jlam
84d02776a4 Trivially use buildlink2. 2002-09-21 01:53:37 +00:00
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