summaryrefslogtreecommitdiff
path: root/print
AgeCommit message (Collapse)AuthorFilesLines
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.
2000-12-11Substitute for @ADDGROUP@ in pkg/INSTALL file.jlam1-1/+2
2000-12-11Set ADDUSER and ADDGROUP appropriately.jlam1-10/+17
2000-12-11s/Cyrus User/CUPS user/gjlam1-2/+2
2000-12-09Some tweaks to the DEINSTALL/INSTALL scripts and improvements to thejlam4-50/+85
cupsd rc.d script.
2000-12-09s/CYRUS/CUPS/gjlam1-2/+2
2000-12-09Add CUPS_USER and CUPS_GROUP to the BUILD_DEFS.jlam1-1/+3
2000-12-08Remove accidentally committed file.jlam1-697/+0
2000-12-08Add and enable cupsomaticjlam1-1/+2
2000-12-08cupsomatic - system for using free software printer drivers with CUPSjlam8-0/+1463
2000-12-08Add and enable xpp.jlam1-1/+2
2000-12-08xpp - The X Printing Paneljlam5-0/+43
This is a useful X11 frontend to printing with CUPS.
2000-12-08We have a ${PREFIX}/share/doc/html for HTML documentation, so use it.jlam4-28/+36
2000-12-08Honor CFLAGS passed in from environment during build.jlam2-5/+16
2000-12-07Update cups to 1.1.4. Changes from version 1.1 include a large number ofjlam13-115/+390
bugfixes, security fixes, improvements to the web admin interface, addition of new printer drivers, improved documentation, and improvements to the CUPS API for client development.
2000-12-07Sync w/ realityrh1-2/+1
2000-12-05Update to 1.3 - tweak comments to pacify earlier perl pod2man parsers.abs2-6/+6
No functional change
2000-12-04Add p5-Font-AFM.tv1-1/+2
2000-12-04Perl package for interpreting Adobe Postscript font metrics. (Used bytv5-0/+24
the p5-HTML-Format package, among others.)
2000-12-02Add and enable "auctex". Fixes PR pkg/11397 by Jason Beegan.jtb1-1/+2
2000-12-02Initial import of new "auctex" package:jtb10-0/+249
Enhanced LaTeX mode for Emacs
2000-11-29Remove unnecessary entries for ".so" links for shared libraries which causetron3-15/+3
problems with the latest package list handling changes in "bsd.pkg.mk".
2000-11-27Give binary packages a chance to work:hubertf2-5/+9
* for jadetex, include the jadetex and pdfjadetex binaries * for both packages, move the texmf.cnf file around properly, i.e. move aside before putting the pkgs' file in-place, and move our backup back after removing it.
2000-11-25Update gnome-print to 0.25. Changes are bugfixes only.rh4-34/+14
2000-11-23Undo accidential commit of gnome-print.rh4-13/+33