summaryrefslogtreecommitdiff
path: root/print
AgeCommit message (Collapse)AuthorFilesLines
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv41-86/+82
2003-03-28NO_PATCH is deprecated, says pkglint. Remove it.wiz12-24/+12
2003-03-26De-confusify: Let emulators/suse_*/Makefile.* _not_ include bsd.pkg.mk, but ↵jschauma3-4/+6
rather make all packages that use linux emulation include bsd.pkg.mk as the last files just like any normal package.
2003-03-25We don't need USE_X11 here, after all.salo11-22/+11
2003-03-25Sync with updated xpdf-2.02 package.salo50-245/+199
- install into PREFIX, not X11PREFIX - DEPENDS on xpdf>=2.02 due to USE_X11BASE->USE_X11 change - fix DEINSTALL files to really remove chunks added to xpdfrc, correctly define PKG_SYSCONFDIR, don't use direct commands (sed->@SED@, mv->@MV@, rm->@RM@) - define USE_PKGINSTALL to correctly replace variables in DEINSTALL files - consistently use DIST_SUBDIR - don't define completely bogus version numbers, use dates from the MASTER_SITE and xpdfrc chunks - remove PREFIX/share/xpdf from PLISTs, this directory is now part of the xpdf package - remove superfluous license/copyright note from DESCR files - bump PKGREVISION where necessary
2003-03-25Add and enable xpdf-arabic.salo1-1/+2
2003-03-25Import of xpdf-arabic-20030216: xpdf support files for Arabic.salo5-0/+71
This package provides support files needed to use the Xpdf tools with Arabic PDF files. Contents: - ISO-8859-6 encoding
2003-03-25Updated to version 2.02.salo12-14/+260
Changes: - s/USE_X11BASE/USE_X11/ - fix paths in manual pages - install shared directory for supplemental packages 2.02: ===== - Rewrote the text extractor code that assembles words into lines to better handle vertically overlapping lines. - Add the "match" option for paper size (in PostScript output). - Added support for external 16-bit TrueType fonts; added the displayCIDFontTT and displayNamedCIDFontTT commands to the xpdfrc file. - Added an Arabic language support package. - Added the Windows-1255 encoding to the Hebrew language package. - A missing NULL check was causing a crash when closing the file in a single window (which clears out the window, but leaves it open). - Deal with TrueType fonts whose glyph data is out of order - this affected both FreeType rasterization and PostScript generation. - Munge font names in PSOutputDev to avoid names that are problematic for ghostscript because they start with an out-of-limits number (e.g., 1e999foo). - Modify the TrueType font encoding deciphering algorithm in yet another attempt to match up with Acrobat's behavior. - Bounds check the indexHigh value in indexed color spaces. - The text extractor no longer bothers trying to get an average character width for Type 3 fonts, since it generally doesn't work very well (because Type 3 metrics are unreliable). - Don't crash if the user hits ctrl-G ("find again") before doing a find. - Set the button pixmap foreground color correctly. - Handle text drawn backward on 180 degree rotated pages. - Added a magic call to XtUngrabButton after calling XmCreatePopupMenu which appears to prevent some very odd problems (idea taken from the DDD source code). - Fix the MacOS X fix (needed to include <AvailabilityMacros.h>). - Fixed a bunch of Motif 1.x / X11R5 incompatibilities. [Thanks to William Bader and Albert Chin-A-Young.] - Fixed various bugs in previously untested code in the JBIG2 decoder. - Modify the XPDFCore destructor to avoid a bogus warning message from OpenMotif 2.2. - Modified the Type 1C font parser to do proper bounds checking. - Fixed the bounds checking in the TrueType font parser. - Text extractor shouldn't do block merging in physical layout mode. - Fixed a problem in PSOutputDev in level2sep mode with images in a Separation color space and with a non-default Decode array. - Text extraction with "-raw" was concatenating lines from the bottom of one column and the top of the next. - Handle Type 1C subroutines in the font converters. - Correctly handle progressive JPEG images whose scans are slightly different sizes (e.g., the Y scan rounds up to a multiple of 8 pixels and the Cb/Cr scans round up to 16 pixels). - Avoid a potential divide-by-zero problem in TextOutputDev. - Modified the T1Font and FTFont modules to correctly handle glyphs that are larger than the font's claimed bounding box. - Tweak dupMaxDeltaX parameter in TextOutputDev to avoid triggering on double characters. - Improved detection in pdfinfo for ISO paper sizes. [Thanks to Hartmut Henkel.] - Xpdf wasn't responding to the TARGETS atom, which prevented pasting the selection into various applications. [Thanks to Phillip Ezolt.] - Handle XObjects with recursive references in their Resources dictionaries (in PSOutputDev). - Change PSOutputDev to deal with invalid PDF files that use non-embedded TrueType fonts with no encoding. - Check for undersized Widths arrays in fonts. - Add bounds checking code to Array class. - Updated VMS build scripts. [Thanks to Martin Zinser.] - Tweak the TrueType font handling code (again): - char codes in symbolic fonts may or may not be offset by 0xf000 - discard empty tables because they sometimes confuse FreeType - Fixed bounds checking in the Flate decoder. - Removed a bogus error message for exponential functions without explicit C0/C1 values. [Thanks to Hartmut Henkel.] - Handle the other Unicode cmap type (platform=0) in TrueType fonts. - Added support for the SGI Motif horizontal paned window widget. [Thanks to Felix Ritter.] - Ignore extra elements in link destination arrays. - Accept external Type 1 font files with a suffix of ".ps" or no suffix at all. - Add a bounds check in the DCT decoder. - Added instructions for building xpdf.exe under cygwin/XFree86.
2003-03-25Fetch distfiles individually instead of relying on ftp-server magicmjl2-6/+44
to hand us a tarfile. PR/20865. Also enable the necessary patch.
2003-03-25Fetch distfiles individually instead of relying on ftp server magicmjl2-10/+24
to hand us a tarfile. PR/20866.
2003-03-23Remove lyx, superseded by editors/lyx-qt and editors/lyx-xforms.jmmv7-1050/+1
Finally fixes PR pkg/20805 by Marc Recht.
2003-03-22Fix ja-vfxdvik dependency (too strange for >=).wiz1-2/+2
2003-03-22This package needs python so that conversion scripts work. Pointed out injmmv1-1/+12
PR pkg/20604 by Miguel Mendez. Bump PKGREVISION to 1.
2003-03-22Add lpc(8). Noted by dieter in PR 20202.wiz1-1/+2
2003-03-20fredb has fixed cups so it works now with blowfish cipher in the passwd file.jmmv2-5/+3
Remove the note in the MESSAGE and bump PKGREVISION to 2.
2003-03-20Give authentication with blowfish hashes a fighting chance to work onfredb3-1/+35
NetBSD, by linking in -lcrypt before -lcrypto in the shared library and scheduler. (cups_crypto() looks to fall-back to crypt(). Both of the shared libraries in question have crypt(), but only the one in -lcrypt supports blowfish hashes.) Not tested.
2003-03-20Note that if using blowfish in /etc/passwd.conf, cups authentication won'tjmmv1-4/+5
work. Reformat a paragraph so this looks better.
2003-03-15add and enable ja-jsclasses, ja-ptex, ja-ptex-bin and ja-ptex-share.kei1-1/+5
2003-03-15initial import of ja-ptex-1.0.kei3-0/+29
this is the meta-package provides an environment with the latest version of pTeX/pLaTeX to users. Also it contains several packages which support
2003-03-15initial import of ja-jsclasses-0.0.0.20021127.kei6-0/+97
jsclasses is a set of new document classes for ASCII pLaTeX2e. It is based on standard class file of pLaTeX but have lots of improvements and new features.
2003-03-15initial import of ja-ptex-share-2.1.kei4-0/+503
pTeX/pLaTeX (Publishing TeX/LaTeX) are Japanese-support versions of TeX/LaTeX in respectively and have the following new/improved features as well as the one TeX has: o it can layout text lines in vertically as well as horizontally, it can even be mixed in the same page. o it supports Japanese line-layout rules (kinsoku). o it generates high quality page by adjusting the spacing between Japanese-Japanese characters, or Japanese-Latin characters. o it layout lines of the Japanese characters by JFM. pTeX is developed by ASCII Corp. and now distributed under the BSD style license. This package contains architecture independent part.
2003-03-15initial import of ja-ptex-bin-3.1.2.kei13-0/+491
pTeX/pLaTeX (Publishing TeX/LaTeX) are Japanese-support versions of TeX/LaTeX in respectively and have the following new/improved features as well as the one TeX has: o it can layout text lines in vertically as well as horizontally, it can even be mixed in the same page. o it supports Japanese line-layout rules (kinsoku). o it generates high quality page by adjusting the spacing between Japanese-Japanese characters, or Japanese-Latin characters. o it layout lines of the Japanese characters by JFM. pTeX is developed by ASCII Corp. and now distributed under the BSD style license. This package contains executables and few configuration files.
2003-03-15updated ja-vfxdvik package to version 22.40v.j1.14. this version works withkei8-102/+259
teTeX2.
2003-03-15forgot to bump the version number here.kei1-2/+2
2003-03-15changed to require teTeX2-2.0.2 or later.kei4-7/+7
- with config file location fix in the teTeX2-2.0.2, both dvipdfmx of this package and dvipdfm of teTeX2 work now. - removed ugly hack to rename config file in installation / deinstallation stage. bump PKGREVISION because of this.
2003-03-15update teTeX2 and related packages to version 2.0.2. Changes from announcekei13-72/+134
are following: with the dvipdfm -> dvipdfm/config change, dvipdfmx package can easily coexist with dvipdfm of teTeX2. ---------------- =========================================================================== Changes in this release: =========================================================================== The main change is the new pdftex which has a few important fixes. For details, please look at tetex-src-2.0.2/texk/web2c/pdftexdir/NEWS. ChangeLog entries: In the src tarball: * portability fix for texk/kpathsea/cnf.c * pdftex version 1.10b * add eomega support to fmtutil * ttf2afm: FontFamily patch by Siep Kroonenberg * update config.guess / config.sub * handle manpages for kpsepath / kpsexpand properly * fix two bugs in texdoctk * mktexmf fix for CJK fonts * adjust cxx-runtime-hack a little * add search paths for non"k"-xdvi to texmf.in * fix bug in texk/etc/autoconf/acspecific.m4 In the texmf tarball: * add doc/latex/styles/multiple-span.txt * move dvipdfm/* to dvipdfm/config * update ragged2e * support uppercase mathtime fonts via aliases * remove g-brief: it is not free software * update shadow.sty * add package mparhack and jurabib * listings package is back (license *is* ok!) * SIunits.cfg updated (only comments have changed in a minor way) * replace old README by new readme in doc/latex/pdfpages * added sihyph23.tex (Slovenian hyphenation patterns) ----------------
2003-03-14(1) Publicly export the value of _OPSYS_RPATH_NAME as RPATH_FLAG;jlam2-5/+5
Makefiles simply need to use this value often, for better or for worse. (2) Create a new variable FIX_RPATH that lists variables that should be cleansed of -R or -rpath values if ${_USE_RPATH} is "no". By default, FIX_RPATH contains LIBS, X11_LDFLAGS, and LDFLAGS, and additional variables may be appended from package Makefiles.
2003-03-13Enable tex-textposmjl1-1/+2
2003-03-13Initial import of tex-textpos 1.2bmjl4-0/+52
This package facilitates placing boxes at absolute positions on the LaTeX page.
2003-03-12Update to 2.2.1.2. Changes in this version: bugfixes and new translations.jmmv8-16/+25
2003-03-12Enable tex-ocrbmjl1-1/+2
2003-03-12Initial import of tex-ocrb-1.0, an OCR-B font for TeX.mjl5-0/+71
2003-03-03It's IMAKE_MAN_DIR not IMAKE_MAN_PATH. Sheesh.jschauma2-7/+7
2003-03-03Use new IMAKE_MAN_PATH variables in PLISTs to make these packages morejschauma4-10/+11
portable. Bump PKGREVISION accordingly.
2003-03-02Updated print/lyx package to 1.3.0. Major new features are listed below.kei9-285/+569
** Qt frontend ** Xforms frontend ** Gnome frontend ** Instant preview ** Math editor ** Reading old files ** Miscellaneous changes A complete announcement is found at `http://www.lyx.org/announce/1_3_0.txt'. Also, it now depends on teTeX2. This package was provided by Marc Recht. Close pkg/20417.
2003-03-01* Remove dependency to teTeX. Auctex can be installed fine without any teTeXuebayasi4-11/+42
installed. This addresses PR20532 by Christopher Richards <richards plus netbsd at CS dot Princeton dot EDU> * Fix compilation for FSF Emacs 20.7. The resulting binary package will have a different dependency info, so different package content, so revision bump.
2003-02-27update to latex-mk-1.0dmcmahill3-6/+10
Notable changes are: - support for dvipdfm added (USE_DVIPDFM) - support for pdflatex added (USE_PDFLATEX) - handful of bug fixes
2003-02-24add and enable dvipdfmx package.kei1-1/+2
2003-02-24make these packages conflict with dvipdfmx.kei2-4/+6
2003-02-24Initial import of dvipdfmx-20021230 to the NetBSD packages collection.kei7-0/+322
It depends on newly imported teTeX2 package. The dvipdfmx (formerly dvipdfm-cjk) project provides an eXtended version of the dvipdfm, a DVI to PDF translator developed by Mark A. Wicks. The primary goal of this project is to support multi-byte character encodings and large character sets for East Asian languages by CID-keyed font technology. The secondary goal is to support as many features as pdfTeX developed by Han The Thanh. This project is a combined work of the dvipdfm-jpn project by Shunsaku Hirata and its modified one, dvipdfm-kor, by Jin-Hwan Cho. It has many other features. For further info, visit the projects' web site: http://project.ktug.or.kr/dvipdfmx/
2003-02-23make teTeX-share conflict with teTeX2-share.kei1-1/+3
2003-02-23add and enable packages: teTeX2{,-bin,-share,-sharesrc}kei1-1/+5
2003-02-23Initial import of teTeX2-2.0.1 and related packages to the NetBSDkei23-0/+16248
packages collection. For coexist with teTeX-1.0.7 in the package source tree, newly imported packages are named `teTeX2'.
2003-02-23MAKEFRAGS+= ... after Makefile.common to add devs.x11 correctly.itohy1-2/+3
2003-02-18GConf2's buildlink2.mk now creates a gconftool-2 wrapper which prevents thejmmv1-2/+1
configuration database from beeing modified by packages that do not honour the --disable-schemas-install option. There is no need to patch these broken packages any more. Okay'ed by wiz.
2003-02-18Use the omf.mk file provided by the scrollkeeper package to automaticallyjmmv4-11/+10
rebuild the documentation database at install/deinstall time. This means that: - PLIST's do not need to call scrollkeeper-{update,rebuilddb} directly; this is done by a bsd.pkg.install.mk template. - The share/omf directory is only removed by scrollkeeper, which is the last package in the dependancy tree. - PKGREVISION is bumped. Reviewed by wiz.
2003-02-17Add conditional support for cups. Closes PR pkg/20397 by Marc Recht.jmmv1-1/+11
2003-02-14Update to 1.99.98. Changes since 1.99.95 include lots of things, speciallyjmmv4-32/+26
bug fixes. Changes in the package: - Depend on gnome2-dirs. - Use the new schemas.mk framework to handle GConf2 schemas.
2003-02-14Update to 2.2.1.1. Changes since 1.116.0 include:jmmv4-50/+97
* Makefile.am (mydistcheck): use $(AMTAR) rather than $(TAR) which I guess it has been changed in automake * libgnomeprintui/gnome-print-preview.c (gpp_stroke): Fix the second part of #104932. Spotted by jean.brefort@ac-dijon.fr * configure.in (gtk_doc_min_version): don't need to check for "gtk-doc > 0.10". 0.9 is good enough * libgnomeprintui/gnome-printui-marshal.list (VOID): generate the right marshaler * libgnomeprintui/gnome-print-copies.c (gnome_print_copies_selector_class_init): use the marshaler that matches the function prototype * configure.in: Added am ar el fi fr ga gl hr hu it lt nl nn no pt_BR sk tr uk to ALL_LINGUAS * libgnomeprintui/gpaui/gpa-transport-selector.c (gpa_transport_selector_construct): fix #104319 * configure.in: post release version bump to 2.2.2 * configure.in: Added "mn" to ALL_LINGUAS. * configure.in: release 2.2.1 to match libgnomeprint * This is the gnome-2-2 branch
2003-02-14Update to 2.2.1.1. Changes since 1.116.0:jmmv6-173/+153
* libgnomeprint/gnome-fontmap.c (fcpattern_to_gp_font_entry_alias): disable the patch for #105006 which was causing problems * Makefile.am (mydistcheck): use $(AMTAR) rather than $(TAR) which I guess is needed because I am using a newer automake. * libgnomeprint/gnome-fontmap.c (fcpattern_to_gp_font_entry_alias): Fix #105006 * libgnomeprint/gpa/gpa-settings.c (gpa_settings_finalize): only gpa_node_unref settings->printer when it is not NULL. Settings can be unatached to a printer in some cases * libgnomeprint/gnome-print-ps2.c: allow us to embed two fonts who happen to have the same Postscript name. See #105063. (gnome_print_ps2_init): create fonts_hash (gnome_print_ps2_finalize): destroy fonts_hash (gnome_print_ps2_set_font_real): when creating PSOs, specify which instance of the psname the font is for. * libgnomeprint/gnome-font-face.c (gnome_font_face_pso_new): add a "instance" argument that allows us to embed to fonts who happen to have the same postscript name. Set ->encodedname accordingly to the instance * libgnomeprint/gnome-print-pdf.c (gnome_print_pdf_set_font_real): when creating a pso, pass 0 as the instance. * libgnomeprint/gnome-font-private.h: update _pso_new's prototype, update the description of GnomeFontPsObject->encodedname. * tests/simple.c: add file used for simple code to test or replicate a bug. * tests/Makefile.am: add simple to Makefile * libgnomeprint/gnome-font-family.c (gnome_font_family_style_list): Don't return duplicated styles, the font-dialog no longer displays duplicated styles. Changes in the package: * Move documentation to share/doc/html. Update based on a patch provided by Juan RP in private mail.