summaryrefslogtreecommitdiff
path: root/print
AgeCommit message (Collapse)AuthorFilesLines
2001-02-15add verilog support. tried to contact the last known author/maintainerdmcmahill2-1/+43
for lgrind to feed patch back to, but email bounced.
2001-02-13Remove extra #endifjlam2-5/+4
2001-02-13Rename "${LOCALEBASE}" variable to "${LOCALEDIR}" to avoid mix-ups withtron2-24/+24
"${LOCALBASE}".
2001-02-12Remove CATEGORIES setting. It's a no-op, as CATEGORIES is setfredb1-2/+1
unconditionally in ../ghostscript-nox11/Makefile.common.
2001-02-08Update cups to 1.1.6.2nb1. Changes from version 1.1.6.1 include:jlam15-349/+113
- Added changes to support NetBSD startup scripts. - The mime.types file contained syntax errors. - Updated the FreeBSD USB device filenames to use the /dev/unlptN files so that the USB device is not reset prior to printing (causes print corruption on many printers) - Added new cupsTempFd() function to avoid serious security bug in glibc fopen() function. The glibc fopen() function unlinks a file before creating it, which opens up possible symlink attacks. - Now reject 0-length names in add-printer and add-class requests. - cupsGetPPD() didn't reconnect when a HTTP connection was lost. - Many security-related fixes from SuSE.
2001-02-06Unify format of MESSAGEs, and include RCS Ids.wiz3-2/+4
2001-02-05Use full pathname "${LOCALBASE}/bin/auto..." in dependences and maketron2-6/+6
targets. This includes a fix for PR pkg/12125 by Tomasz Luchowski.
2001-01-30Add patch-sum.jlam1-0/+3
2001-01-30Update xpp to 1.0. Changes from version 0.7:jlam3-6/+32
- Let jobs from standard input get the name "STDIN" instead of "(stdin)", because the parantheses caused problems with Samba or Windows servers. - Let the first printer be selected when CUPS does not report a default printer - Banner page support - Raw output support - Renamed "Cancel" button of main window to "Close" - Added comment in "Instances" to tell the user that he has to copy an existing instance of the desired printer when he wants to add an instance. - Support for adding, copying, renaming, and deleting printer instances. - Rearranged option widgets for media settings on the "Basic" tab of the "Options" dialog: Now there is a seperate widget for the media type and widgets for options which are not supported according to the PPD file are grayed out. - Fixed bug of the duplex widget on the "Basic" tab of the "Options" dialog: The widget was sometimes linked to the "Duplexer installed?" option. - All sliders for numerical options (both CUPS and CUPS-O-MATIC) have fields for typing the values now.
2001-01-29Add automatic ${VARIABLE} handling for MESSAGE files.wiz2-11/+8
Convert most MESSAGE files to new syntax (${VARIABLE} gets replaced, not @VARIABLE@, nor @@VARIABLE@@). By default, substitutions are done for LOCALBASE, PKGNAME, PREFIX, X11BASE, X11PREFIX; additional patterns can be added via MESSAGE_SUBST. Clean up some packages while I'm there; add RCS tags to most MESSAGEs. Remove some uninteresting MESSAGEs.
2001-01-28Update cupsomatic-ppds to 20010128 -- over 50 new PPDs for variousjlam2-4/+4
printers.
2001-01-28Update cups to 1.1.6.1. Changes from version 1.1.5.2 include bug fixes,jlam18-165/+399
additions to the documentation, plus the following changes: - Fixed another possible DoS attack in httpGets(). - Added check for "LANGUAGE = PCL" and "LANGUAGE = POSTSCRIPT" in mime.types. - The printers.conf and classes.conf files are now written with restricted permissions. - If LoadAllJobs() is unable to determine the file type of a print job, assume "application/vnd.cups-raw". - The web interface now provides a job_printer_name value for any corresponding job_printer_uri value. - The cups-lpd mini-daemon now logs the client address and hostname as well as all commands and errors in the syslog file. - The IPP backend now detects the supported file formats and only specifies the document format if it is supported. This makes IPP printing to network print servers and cards more reliable without affecting the capabilities of CUPS servers. - The time_at_xyz attributes are now converted to human-readable dates and times for the web interfaces. - The file type logging code in the scheduler referenced the optional document-format attribute; the new code uses the resolved MIME type instead. - The client.conf parsing code now removes trailing whitespace. - The lpadmin command now supports setting of options and user-level access control. - Added "-E" option to all printing commands to force encryption. - The socket backend now starts retries at 5 seconds and increases the interval to 30 seconds. This should provide faster printing when multiple jobs/files are queued for a printer. - The filters and backends no longer buffer output to stderr. This should provide much more accurate status reporting.
2001-01-26Make sure lib/html2ps dir exists. If not, the install procedure asks,hubertf1-1/+2
stalling bulk builds.
2001-01-25Makefile uses GNU make-isms ... define USE_GMAKE.jlam1-1/+2
2001-01-23fix path for locale files. fixes recently noted build problems.dmcmahill2-23/+24
2001-01-15update to 1.1.6drochner4-40/+142
changes: Warning!: One warning before we list the new features: The file format in LyX 1.1.6 is not backwards compatible to 1.1.5 and previous versions, so you should be carefull before upgrading. - many popups have been rewritten to use the new GUI-I scheme. In the process they have received a nice cleanup: the Document and Paragraph popups now contain in one single place what was previously scattered in many places. Similarly, the citation and cross reference popups have been overhauled. - LyX now has a Preference popup where you can change most of your lyxrc settings. - the menus can now be defined in a text file, and they automatically display the keyboard bindings associated with commands. - it is now possible to provide your own icons for the toolbar. - last but not least, work has begun on a KDE and a Gnome frontend for LyX. They are not officially supported for this version, but this will give you an idea of what is happening. Other major changes in 1.1.6 include: - the table support has been completely rewritten. It is now a modular object (inset), each cell of which owns a (also) newly written text inset. This now permits automatic text-wrap inside a tabular cell (if you define a width), multiparagraph mode AND setting of layouts for the paragraphs (lists inside a tabular cell!). Last but not least, a wide tabular now scrolls automatically so that all of it is visible without the need to enlarge the window! While there are as yet no other new features, they will be now MUCH easier to add. It may be that because of being "young" code some features may not work right now, but at least it is much better than before. - new external material inset: this is a new kind of very powerful inset which will allow LyX to interface intelligently with external applications. Among other good things, it will finally allow you to include GIF, JPEG, TIF, PNG, or just about any other raster format images in your document. It will even do an approximate ascii rendering when you do Ascii export if you have gifscii installed. - The code which converts from LyX format to anything else (for viewing or exporting purposes) and from anything else to LyX has been rewritten. In particular, it is now possible to export to PDF, and to import from HTML/MSWord. In fact it's now possible to add new import/export formats without recompiling LyX by specifying external programs or scripts in lyxrc settings (note that the old import/export lyxrc settings no longer work). - LyX can do command line exports without opening any GUI components. - The multilingual support has been improved. It is now possible to use in a document languages with different encodings, e.g. German (iso8859-1) and Czech (iso8859-2). Such a document can be viewed on screen using an iso10646-1 (Unicode) font. However, it is (currently) not possible to have differently encoded languages in the same paragraph. The languages and the encodings are defined in text files. - Improved support for Hebrew and Arabic (also present in 1.1.5fix2). - included files work now with docbook and linuxdoc; new layout docbook-book. - PSpell library and Aspell spell checker support now included thanks largely to Kevin Atkinson (PSpell and Aspell maintainer).
2001-01-15update to 3.03drochner7-491/+24
Changes: Fixes bugs related to text positioning and text box formatting Fixes bugs in the graphics engine, mostly related to arc drawing and subpath handling Fixes an ActiveX crash in the open_image() function. Improves internal accuracy and output accuracy of floating point numbers for better positioning Fine-tunes UPR and encoding handling Allows the base 14 fonts to be embedded Makes TIFF and JPEG handling more robust against bad files. Detects more illegal function call sequences Makes exceptions thrown by the font machinery configurable in favor of error return values Many improvements for using PDFlib on IBM S/390 (iServer zSeries), including fixes for several crashes, and an EBCDIC-safe Java wrapper (binaries available soon) Introduces a dedicated PDFlib distribution for EBCDIC systems Adds more documentation on using the language bindings in diverse environments, e.g. Java application servers Splits the manual in two editions: one for the PDFlib ActiveX edition, and one for the other language bindings. Adds more examples and algorithms to the PDFlib manual Adds examples and documentation for using PDFlib with Allaire ColdFusion Introduces support for querying several of the existing PDFlib parameters
2001-01-12s/sysconfdif/sysconfdir/jlam2-3/+12
2001-01-12Update HOMEPAGE.dent3-6/+6
2001-01-11Update cups to 1.1.5.2. No functional changes from 1.1.5.1, but NetBSDjlam12-323/+31
changes were folded back into the main source tree.
2001-01-11Better handling of CFLAGS in program's Makefile, remove -O.wiz3-4/+18
Pkglint-silence a bit.
2001-01-11s/@@PREFIX@@/@PREFIX@/jlam1-2/+2
2001-01-08Sort.wiz2-9/+9
2001-01-05Set SHLIB_HANDLING=NO and fix the PLIST on i386. Other platforms may needjlam2-7/+4
similar fixes.
2001-01-04regenwiz1-2/+1
2001-01-04The way that shared objects were handled in the PLISTs and bsd.pkg.mk wasagc11-14/+72
out of date - it was based on a.out OBJECT_FMT, and added entries in the generated PLISTs to reflect the symlinks that ELF packages uses. It also tried to be clever, and removed and recreated any symbolic links that were created, which has resulted in some fun, especially with packages which use dlopen(3) to load modules. Some recent changes to our ld.so to bring it more into line with other Operating Systems also exposed some cracks. + Modify bsd.pkg.mk and its shared object handling, so that PLISTs now contain the ELF symlinks. + Don't mess about with file system entries when handling shared objects in bsd.pkg.mk, since it's likely that libtool and the BSD *.mk processing will have got it right, and have a much better idea than we do. + Modify PLISTs to contain "ELF symlinks" + On a.out platforms, delete any "ELF symlinks" from the generated PLISTs + On ELF platforms, no extra processing needs to be done in bsd.pkg.mk + Modify print-PLIST target in bsd.pkg.mk to add dummy symlink entries on a.out platforms + Update the documentation in Packages.txt With many thanks to Thomas Klausner for keeping me honest with this.
2000-12-28Update to 1.3.119 because 1.3.86 didn't compile with python-2.0.wiz5-62/+102
Changes since 1.3.86: Lots of bugfixes, new info documentation, and some new functionality.
2000-12-28Set correct permissions on /etc/cups/certs and /var/spool/cups. This alsojlam1-2/+4
fixes a bad chown command during binary package installation.
2000-12-28Note conflict with print/cups.jlam12-176/+253
Add INSTALL/DEINSTALL scripts to handle the configure files. Replace lprng.sh with a rc.d-style script LPRng.sh. Fix problems with setting the default paths for LPRng.
2000-12-28Note conflict with LPRng-core.jlam1-1/+3
2000-12-21Update cups to 1.1.5.1. Changes from version 1.1.5 are only fixes to thejlam6-95/+46
build process.
2000-12-21Add and enable cupsomatic-ppdsjlam1-1/+2
2000-12-21cupsomatic-ppds: free software printer drivers for use with CUPSjlam5-0/+64
2000-12-21Split off the PPDs from the cupsomatic filter script. CUPS will copy thejlam5-712/+15
PPD to /etc/cups/ppd when a printer is added, so now even if the cupsomatic-ppds are uninstalled, your CUPS setup will still work as long as the cupsomatic package is still installed.
2000-12-21Update cups to 1.1.5. Relevant changes since version 1.1.4 include lots ofjlam16-155/+420
bug and security fixes, improvements to the efficiency of the server and utilities, improvements to the documentation, plus the following: * Security updates - new default configuration does not broadcast printer information and only allows access from the local system. * EXPERIMENTAL encryption support - CUPS now optionally supports TLS/SSL encryption via the OpenSSL library. * Updated PDF filter to Xpdf 0.91. * Added PPD files for 9-pin and 24-pin OKIDATA printers. * Changed all sprintf's that use string formats to snprintf's, even if the destination buffer is larger than the source string(s); this protects against buffer overflows caused outside of CUPS... * Changed all strcpy's to strncpy's between local and global variables, even if the destination buffer is larger than the source string; this protects against buffer overflows caused outside of CUPS... * Added new mime.types rules to allow automatic raw printing of PCL and ESC/P files; PJL headers are parsed to differentiate between PostScript and PCL job files. This should eliminate a lot of the reports of SAMBA printing problems due to the missing "-oraw" or "-l" options. * Jobs are now assigned to printers in a class round-robin style. This should prevent the first server in the class from bearing the brunt of the jobs. * The serial backend didn't support the higher baud rates with the old termios interface. It now supports 57600 and 115200 baud. * The serial backend now supports different types of flow control; previously it ignored the flow=XYZ option in the device URI. * The serial backend now supports DTR/DSR flow control, which is popular on dot-matrix printers (access with "flow=dtrdsr" in the device URI) * Added new job-originating-host-name attribute for jobs. The new attribute provides the hostname or IP address of the machine that submitted the job. * Added quota and allow/deny user support for printers and classes.
2000-12-17s/gkd-pixbuf/gdk-pixbuf/rh1-2/+2
2000-12-15Only some of those config files are supposed to be editted by the user,jlam2-7/+10
so differentiate them from the CUPS-generated ones.
2000-12-15fltk lives in x11, not graphicswiz1-2/+2
2000-12-15Add dependency on gdk-pixbuf.wiz1-1/+2
2000-12-14Deal with init script in a better way. Also update various patches tojlam7-113/+90
versions sent back to Easy Software.
2000-12-13Add and enable "LPRng-core" and "LPRng-doc" packages.kei1-1/+3
2000-12-13set PKGNAME to LPRng-doc-3.6.13.kei1-1/+2
2000-12-13add plist file removed accidentaly in previous commit.kei1-0/+2
2000-12-13make "LPRng" package to meta-package which depends on "LPRng-core" andkei12-326/+20
"LPRng-doc" packages.
2000-12-12Splitted "LPRng" package into "LPRng-core" and "LPRng-doc" packages.kei6-0/+80
Also updated -core to 3.6.26, -doc to 3.6.13. Install DVI document as well.
2000-12-12Splitted "LPRng" package into "LPRng-core" and "LPRng-doc" packages.kei12-0/+315
Also updated "LPRng-core" to 3.6.26, "LPRng-doc" to 3.6.13. fixes CERT Advisory CA-2000-22.
2000-12-12Add ${USE_PAM}-triggered PAM support.jlam2-0/+8
2000-12-12Add ${USE_PAM}-triggered PAM authentication support.jlam2-3/+28
2000-12-12Arghh - the distfile changes without changing its name.drochner3-5/+9
Put it into a DIST_SUBDIR to get a chance to fetch a usable one from a distfile mirror.
2000-12-12Unify Makefiles -- mostly headers: remove FreeBSD Ids.wiz1-2/+1
Consistent 4 character indentation of SUBDIR entries.