summaryrefslogtreecommitdiff
path: root/print
AgeCommit message (Collapse)AuthorFilesLines
2004-01-27Use $FIND with "-print". Noted by Georg Schwarz in PR pkg/24248heinz1-4/+4
2004-01-24replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant30-60/+60
2004-01-24Append to BUILDLINK_DEPENDS.<pkg> instead of setting a default value. Injlam1-2/+2
the normal case when BUILDLINK_DEPENDS.<pkg> isn't specified, it receives a value only once due to the multiple inclusion protection in the bulldlink3.mk files. In the case where a package includes several buildlink3.mk files that each want a slightly different version of another dependency, having BUILDLINK_DEPENDS.<pkg> be a list allows for the strictest <pkg> dependency to be matched.
2004-01-23Bump PKGREVISION due to xmlcatmgr update to 2.0beta1. I know; this is a PITA.jmmv4-8/+8
This shouldn't be needed if we had non-recursive dependancies *sigh*.
2004-01-23bump PKGREVISIONS after name change of the pyxml dependency.recht1-1/+2
spotted by wiz@
2004-01-23catch up with pyxml -> py-xml name changerecht1-2/+2
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc51-104/+104
2004-01-18Update to 20040116:wiz3-10/+10
Two new CMaps, UniGB-UTF16-H and UniGB-UTF16-V.
2004-01-18Update to 20040116:wiz3-9/+10
Two new CMaps, UniKS-UTF16-H and UniKS-UTF16-V.
2004-01-18Update to 20040116:wiz3-9/+10
Two new CMaps, UniCNS-UTF16-H and UniCNS-UTF16-V.
2004-01-18Fix PKGNAME.wiz1-2/+2
2004-01-18Update to 20040116:wiz3-9/+10
Two new CMaps, UniJIS-UTF16-H and UniJIS-UTF16-V.
2004-01-10Set MAINTAINER to "tech-pkg" instead of "packages".kristerw1-2/+2
2004-01-10Don't put default arguments belong only in function declarations, not injlam2-1/+23
function definitions.
2004-01-10Update print/cups to 1.1.20. Changes from version 1.1.19nb3 include:jlam7-36/+27
Bug fixes: - The HTTP code did not use a case-insensitive comparison when checking for the Basic authentication method (STR #407) - The cupsaddsmb program didn't export the new CUPS driver for Windows properly (STR #390) - The default landscape orientation was not the same as that defined in the PPD file (STR #397) - The pdftops filter incorrectly auto-rotated pages when the user already had specified the proper orientation (STR #207) - The scheduler did not reset the group list when running CGI and filter processes (STR #185) Enhancements: - Updated the pdftops filter to use the annotation flags instead of the subtype to determine whether to print an annotation (STR #425) - The pdftops filter no longer needs to create temporary files with tmpnam (STR #406) - The scheduler now waits up to 60 seconds before restarting to allow active jobs to complete printing and pending requests to be processed (STR #226) - Added new cupsDoAuthentication(), cupsGetFd(), cupsGetFile(), cupsPutFd(), and cupsPutFile() functions to the CUPS API (STR #112) - The PDF filter always scaled and offset pages; this caused problems under MacOS X, so now the "fitplot" option controls whether PDF files are scaled to fit within the printable area of the page (STR #250) - Updated the pdftops filter to be based upon Xpdf 2.02pl1 (STR #191)
2004-01-10From the log for rev. 1.1260 of bsd.pkg.mk:jlam1-2/+2
"Package Makefiles should refer to PKG_SYSCONFBASEDIR instead of PKG_SYSCONFBASE when they want PKG_SYSCONFDIR stripped of PKG_SYSCONFSUBDIR. This makes PKG_SYSCONFBASE=/etc work with pkgviews by installing all config files into /etc/packages/<pkg> instead of occasionally putting some directly into /etc."
2004-01-08Updated XFce to 4.0.3martti4-8/+8
- Leak in window manager's pixmap management - Various file manager fixes - Translation updates - Support for KDE system tray was added
2004-01-07From the log for rev. 1.1260 of bsd.pkg.mk:jlam1-2/+2
"Package Makefiles should refer to PKG_SYSCONFBASEDIR instead of PKG_SYSCONFBASE when they want PKG_SYSCONFDIR stripped of PKG_SYSCONFSUBDIR. This makes PKG_SYSCONFBASE=/etc work with pkgviews by installing all config files into /etc/packages/<pkg> instead of occasionally putting some directly into /etc."
2004-01-06bl3ifyjlam1-9/+11
2004-01-05Use S/+$// instead of C/\+$// to save a backslash. Very highlyjlam1-2/+2
recommended by seb :)
2004-01-04Re-arrange to match example buildlink3.mk file in bsd.buildlink3.mk.jlam1-9/+6
2004-01-04Fix CONFLICTS with omega to only conflict with older omega;wiz2-6/+6
current omega package does not conflict. Closes PR 23975 by Richard Rauch.
2004-01-03Initial sprinkling of work-in-progress buildlink3.mk files for using thejlam1-0/+22
buildlink3 framework.
2004-01-03Bump package revisions for tiff update.reed24-41/+48
Tiff is backward compatible, but was broken on amd64 platform so this makes sure new tiff is used.
2004-01-01Refer to teTeX instead of teTeX2; from ORI Manabu in PR 23942.wiz1-2/+2
2003-12-28Bump PKGREVISION due to gnome-vfs2 update (fam removed as dependancy).jmmv2-3/+4
( We really need non-recursive dependancies... *sigh* )
2003-12-27Fix typo (hi jmmv :).seb1-2/+2
2003-12-26Newest teTeX1-sharesrc is 1.0.1, so 1.0.[2-9]*wiz1-2/+2
does not match -- change to 1.0.[1-9]*
2003-12-25Add and enable tex-prosper.jmmv1-1/+2
2003-12-25Initial import of tex-prosper, version 1.00.4:jmmv4-0/+150
Prosper is a LaTeX class for writing transparencies. It is written on top of the seminar class by Timothy Van Zandt. It aims at offering an environment for easily creating slides for both presentations with an overhead projector and a video projector. Slides prepared for a presentation with a computer and a video projector may integrate animation effects, incremental display, and such. From Min Sik Kim in pkgsrc-wip.
2003-12-24Use tabs instead of spaces for indentation.jmmv1-4/+4
2003-12-24Adjust dependancies and bump PKGREVISION due to:jmmv16-49/+54
- teTeX 1.0.x packages have been moved to teTeX1* directories. - teTeX 2.0.x packages have been moved to teTeX* directories and their base name has been changed to teTeX (instead of teTeX2).
2003-12-24Remove teTeX2, teTeX2-bin, teTeX2-share and teTeX2-sharesrc.jmmv1-5/+5
Add teTeX1, teTeX1-bin, teTeX1-share and teTeX1-sharesrc.
2003-12-24Reimport of teTeX version 1.0.7nb2 as teTeX1:jmmv3-0/+33
Thomas Esser's teTeX is _the_ TeX distribution for UNIX compatible systems. It contains the latest versions of TeX & friends and nearly everything you need for happy TeX'ing. For more information have a look at the lengthy FEATURES file of the distribution.
2003-12-24Reimport of teTeX-bin version 1.0.7nb3 as teTeX1-bin:jmmv23-0/+1190
This package contains the executables for the teTeX installation as well as other files that were created when generating the binaries: info files, format files and manual pages.
2003-12-24Reimport of teTeX-sharesrc version 1.0.1nb1 as teTeX1-sharesrc:jmmv4-0/+2871
Sources for machine independent parts for teTeX. Provided to fulfil the licensing terms.
2003-12-24Reimport of teTeX-share version 1.0.2nb2 as teTeX1-share:jmmv7-0/+9237
Machine independent parts for teTeX: web files, metafont bases, style files, font definitions, localisation, ofm-, ovf-, vf-, pfb- and tfm-files, (meta)font source files, lots of documentation, ...
2003-12-24teTeX2 packages have been merged into their respective teTeX package.jmmv24-16351/+0
2003-12-24Update teTeX packages to 2.0.2 (really merge teTeX2 into teTeX). The 2.xjmmv33-6486/+9511
branch becomes the default teTeX package.
2003-12-24s/@netbsd.org/@NetBSD.org/ in MAINTAINER.jmmv1-2/+2
2003-12-22Updated xfce4 to 4.0.2martti4-8/+9
* Improve window manager responsiveness * Various bug fixes in file manager, window manager and panel * More 64bit clean up * New translation added: Azerbaijani
2003-12-19update to 7.07.1recht4-249/+249
CHANGES IN 7.07.1 - The ps2epsi script did not quote ~'s in the sed command (STR #261) - ESP Ghostscript now substitutes the space character for missing glyphs in fonts. This is controlled using the espgsMissingChar definition in gs_init.ps (STR #275) CHANGES IN 7.07.1rc2 - The configure script did not check for a compatible version of GIMP-print for the STP driver (STR #232) - The CUPS driver incorrectly reallocated the page memory, which could cause Ghostscript to crash (STR #246) - Fixed pointers treated as integers in src/gomni.c (Thanks to Werner Fink from SuSE) - Fixed potential 64-bit portability problem with malloc (Thanks to Werner Fink from SuSE) - Fixed X11 anti-aliasing problem (Thanks to Werner Fink from SuSE) - Security fix on ps2epsi (Thanks to Werner Fink from SuSE) - Update on Canon BJC drivers (Thanks to Werner Fink from SuSE) - CUPS Makefile fix (Thanks to Werner Fink from SuSE) - Command line option "-c" fixed (STR #225 and #230, thanks to Werner Fink from SuSE) - ESP Ghostscript now reads all Fontmap files in the library path (Thanks to Werner Fink from SuSE) - The PNG device now correctly detects the version of the PNG library in use (Thanks to Werner Fink from SuSE) - ESP Ghostscript should now cleanup all temporary files (Thanks to Werner Fink from SuSE) - The configure script did not substitute the OBJEXT and EXEEXT variables in the IJS makefile (STR #218) CHANGES IN 7.07.1rc1 - Updated to GNU Ghostscript 7.07. - Added preliminary support for a CUPS-based PCL XL/PCL 6 driver and sample PPD files. - The CUPS pstoraster script put a space between the "-c" option and the color profile code, causing an initialization error. - The CUPS driver generated a lookup table that would omit certain values due to rounding errors in the Ghostscript graphics library (STR #136) - The psmono and psgray drivers produced shrinked output (STR #6) - The SPARCprinter driver did not compile (STR #24) - Type-3 masked images did not render properly (STR #79) - Fixed pstoraster failures (STR #5 and #166) - Fixed bug in Samsung SmartGDI driver which prevented some files from being printed. Thanks to Grant Taylor from linuxprinting.org for the fix. - Made src/gdevgdi.c compilable in "-traditional" mode of gcc (patch from Antony Uspensky). - Updated the "lxm3200" driver (gdevlx32.c) to the newest version, it features an option to adjust the margins of the Lexmark Z31 and uni-directional printing on the Z12 now. - Fix datadir on systems that don't provide a default prefix (MacOS X). SF Bug #695705.
2003-12-18Changes: see libgnomeprint-2.4.2adam4-35/+28
2003-12-18libgnomeprint 2.4.2:adam3-25/+17
* Adjust Preview window libgnomeprint 2.4.1: * make gnumeric work correctly with cups via gnome-print * handle fonts with spaces in postscript export * Apply patch to improve performance exporting large images * Work around unreliable cupsGetDefault * Load cups ppd files on demand only * Protect against libcups changing the locale * Implement a better fallback than first font * Fix some leaks * Fix locating the lpr command * Use Sans Regular rather than Helvetica as fallback * Fix clipping * Fix build errors with freetype2 2.1.7
2003-12-18Update to 2.4.0.2 from Min Sik Kim PR pkg/23784.xtraeme2-5/+5
Changes since 2.4.0: - backport of zoom to fit fixes from HEAD. - fixes problems with locale files installation
2003-12-18Regen.xtraeme1-2/+1
2003-12-15Add two patches that avoid double free()s of the same space.wiz4-2/+29
Bump PKGREVISION to 1. (patches have been sent to author)
2003-12-15Update to 2.4.1xtraeme3-14/+72
Changes: o Many bugfixes were solved and added new features. Review Changelog to see a full list of changes.
2003-12-14Include bsd.prefs.mk and make sure USE_CUPS is defined before checkingjmmv1-2/+5
its value. Pointed out by xtraeme@.
2003-12-14Update to 2.4.0:jmmv5-29/+35
2003-09-26 Jody Goldberg <jody@gnome.org> * Release 2.4.0 2003-09-26 Jody Goldberg <jody@gnome.org> * configure.in : bump to 2.4.0 to sync with desktop, and prepare to branch. 2003-09-11 Jeremy Katz <katzj@redhat.com> * libgnomeprintui/gnome-print-dialog.h: remove extra comma to make gcc 3.3 with -pedantic happy. 2003-09-04 Laurent Dhima <laurenti@alblinux.net> * configure.in: Added "sq" to ALL_LINGUAS. 2003-08-12 Jody Goldberg <jody@gnome.org> * configure.in : post release version bump. 2003-08-11 Jody Goldberg <jody@gnome.org> * Release 2.3.1 2003-08-06 Thomas Vander Stichele <thomas at apestaart dot org> * configure.in: use ACLOCAL_AMFLAGS to make maintainer builds work 2003-07-08 Dafydd Harries <daf@parnassus.ath.cx> * configure.in: Added "cy" to ALL_LINGUAS. 2003-06-22 Samúel Jón Gunnarsson <sammi@techattack.nu> * configure.in: Added "is" to ALL_LINGUAS 2003-06-15 Taneem Ahmed <taneem@eyetap.org> * configure.in: Added "bn" to ALL_LINGUAS. 2003-06-11 Kenneth Rohde Christiansen <kenneth@gnu.org> * configure.in: Add "li" to ALL_LINGUAS. 2003-05-25 Morten Welinder <terra@gnome.org> * libgnomeprintui/gnome-printer-selector.c (gpw_create_label): Leak fixes. (gpw_create_label_with_mnemonic): Leak fix. * libgnomeprintui/gnome-print-job-preview.c (preview_canvas_button_release): Make this multihead safe. 2003-05-11 Abel Cheung <maddog@linux.org.hk> * configure.in: Added "ga" to ALL_LINGUAS. 2003-05-06 Danilo Šegan <dsegan@gmx.net> * configure.in: Added "sr" and "sr@Latn" to ALL_LINGUAS. 2003-04-25 Masahiro Sakai <sakai@tom.sfc.keio.ac.jp> * configure.in: call AC_LIBTOOL_WIN32_DLL. * libgnomeprintui/Makefile.am (libgnomeprintui_2_2_la_LDFLAGS): add -no-undefined. 2003-03-14 Chema Celorio <chema@celorio.com> * autogen.sh (REQUIRED_AUTOMAKE_VERSION): require automake 1.6 (filed as bug #109366) * examples/example_10.c (my_tree_cb): gpa_tree_viewer_new takes a GPANode* as an argument, fix. * libgnomeprintui/gpaui/gpa-*.ch: s/GtkType/GType/g. Fixes compilation issue on Solaris, spotted by philip.zhao@sun.com. Takes care of #bug 107959. 2003-03-13 Christian Rose <menthos@menthos.com> * configure.in: Added "ml" to ALL_LINGUAS. 2003-03-12 Chema Celorio <chema@celorio.com> * libgnomeprintui/gpaui/gpa-tree-viewer.[ch]: do not include any libgnomeprint headers. Replace the use of GnomePrintConfig with a GPANode * * libgnomeprintui/gpaui/gpa-radiobutton.c (gpa_radiobutton_construct): cast option.id to avoid a compile time warning * tests/test-dialog.c (test_dialog_tree): update for the new use of gpa-tree-view * examples/example_10.c (my_tree_cb): use gpa_root for the tree viewer 2003-03-12 Chema Celorio <chema@celorio.com> * configure.in: post-release version bump to 2.3.1 * depend on libgnomeprint 2.3.1 2003-03-12 Chema Celorio <chema@celorio.com> * 2.3.0 2003-03-11 Chema Celorio <chema@celorio.com> * examples/example_10.c (my_draw): print 4 pages rather than just 1 2003-02-28 Chema Celorio <chema@celorio.com> * examples/example_10.c (my_font_dialog_cb): add sample code to test bug #103921 and confirm that it is NOTABUG at least with gtk 2.0 2003-02-27 Chema Celorio <chema@celorio.com> * libgnomeprintui/gpaui/gpa-option-menu.c (gpa_option_menu_rebuild_menu): use the translated user visible option name. Fixes bug #106162 * libgnomeprintui/gnome-print-unit-selector.c (gpus_rebuild_menu): use the translated user visible unit names. Fixes bug #106162 2003-02-25 Roozbeh Pournader <roozbeh@sharif.edu> * configure.in: Added "fa" to ALL_LINGUAS. 2003-02-11 Chema Celorio <chema@celorio.com> * libgnomeprintui/gnome-print-widget.c (gnome_print_radiobutton_new): implment. * libgnomeprintui/gpaui/gpa-radiobutton.c: implement 2003-02-11 Chema Celorio <chema@celorio.com> * libgnomeprintui/gpaui/gpa-print-to-file.c: fix variable name so that it compiles again. * libgnomeprintui/gnome-print-dialog.c: need to define GNOME_PRINT_UNSTABLE_API to avoid missing prototype warnings * libgnomeprintui/gpaui/gpa-print-to-file.[ch]: implement * libgnomeprintui/gnome-print-dialog.c (gnome_print_dialog_run): Implement. Right now is just a wrapper. 2003-02-11 Chema Celorio <chema@celorio.com> * configure.in (GNOMEPRINT_AGE): add libtool versioning * libgnomeprintui/Makefile.am: add libtool -version-info 2003-02-10 Chema Celorio <chema@celorio.com> * libgnomeprintui/gpaui/gpa-checkbutton.c: implement * libgnomeprintui/gnome-print-widget.[ch]: new file. Configuration widgets that apps can attach to GnomePrintConfig nodes. * libgnomeprintui/Makefile.am (libgnomeprintui_2_2_la_SOURCES): add gnome-print-widget.[ch] 2003-02-09 Christian Rose <menthos@menthos.com> * configure.in: Added "kn" to ALL_LINGUAS. 2003-02-06 Christian Rose <menthos@menthos.com> * configure.in: Added "id" to ALL_LINGUAS. 2003-02-02 Chema Celorio <chema@celorio.com> * Makefile.am (mydistcheck): use $(AMTAR) rather than $(TAR) which I guess it has been changed in automake 2003-02-01 Chema Celorio <chema@celorio.com> * libgnomeprintui/gnome-print-preview.c (gpp_stroke): Fix the second part of #104932. Spotted by jean.brefort@ac-dijon.fr 2003-01-31 Chema Celorio <chema@celorio.com> * 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 2003-01-27 Chema Celorio <chema@celorio.com> * libgnomeprintui/gpaui/gpa-transport-selector.c: fix #104319 2003-01-27 Chema Celorio <chema@celorio.com> * configure.in: bump version to 2.3.0 2003-01-22 Christian Rose <menthos@menthos.com> * configure.in: Added "mn" to ALL_LINGUAS. 2003-01-20 Pablo Saratxaga <pablo@mandrakesoft.com> * configure.in: Added Amharic (am), Arabic (ar), Greek (el), Finnish (fi), French (fr), Galician (gl), Croatian (hr), Hungarian (hu), Italian (it), Lithuanian (lt), Dutch (nl) Norwegian (nn and no), Brazilian (pt_BR), Slovak (sk), Turkish (tr) and Ukrainian (uk) to ALL_LINGUAS