summaryrefslogtreecommitdiffstats
path: root/print
Commit message (Collapse)AuthorAgeFilesLines
* Update to version 0.13.2bkevlo2000-10-212-4/+4
| | | | | PR: 22156 Submitted by: MAINTAINER
* Change default pager from /usr/bin/pg to /usr/bin/more. As before,mph2000-10-194-42/+64
| | | | | | | | | | | | | | | | $PAGER overrides. (Requested by: dcs) One patch per modified file. One modified file per patch. Honor CC, CFLAGS. Use BSD_INSTALL_FOO and, as a side effect, install with our customary ownerships. No response from: maintainer
* Add support for B4 paper sizejmz2000-10-192-2/+19
| | | | Submitted by: TAOKA Satoshi <taoka@infonets.hiroshima-u.ac.jp>
* Update MASTER_SITEStaoka2000-10-181-1/+1
| | | | Submitted by: sada
* Upgrade to 1.01.tg2000-10-173-4/+30
|
* Support PREFIX properlyade2000-10-133-12/+6
| | | | | | | Update WWW: line of pkg-descr PR: 21616 Submitted by: Ports Fury (no response from maintainer)
* Update MASTER_SITES and WWW line of pkg-descrade2000-10-134-32/+15
| | | | | | | Support PREFIX properly PR: 21615 Submitted by: Ports Fury (no response from maintainer)
* pkg/MESSAGE -> ${PKGMESSAGE}. Bad port, no cookie. ;) (It wasn't evenasami2000-10-091-1/+1
| | | | | using ${PKGDIR} or ${.CURDIR}/pkg/ and that's why I missed in my original sweep....)
* Fix MD5_FILE (files/md5 -> distinfo).asami2000-10-081-5/+4
|
* Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} isasami2000-10-0816-25/+25
| | | | | | spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that shouldn't have been necessary) and the string "/pkg/" appear.
* ${MASTERDIR}/pkg/MESSAGE -> ${PKGMESSAGE} (now that's a new one!)asami2000-10-081-1/+1
|
* Change PATCHDIR from patches/ to files/. Also change PKGDIR (pkg/ toasami2000-10-081-1/+1
| | | | .) and other pkg variables if they are nearby.
* Rename PLIST.<emacs> to pkg-plist.<emacs>.asami2000-10-081-4/+4
|
* Rename ${RESOLUTION}.list to pkg-plist.${RESOLUTION}.asami2000-10-081-1/+1
|
* Since the maintainer could not be bothered in the past _3_ months to moveobrien2000-10-061-1/+1
| | | | ``sheet.map'' to freefall:~/public_distfiles, I'll host the file.
* Implement USE_GNOME, part 2.reg2000-10-055-36/+13
|
* Implement USE_GTK, part 2.reg2000-10-051-7/+1
|
* Update to the lastest version.kevlo2000-10-047-45/+60
| | | | | PR: 21733 Submitted by: MAINTAINER
* Correct CATEGORIES - make first category in the CATEGORIES list matching parentsobomax2000-10-041-1/+1
| | | | directory.
* USE_LIBTOOL.reg2000-10-034-4/+2
|
* Update to 0.24. Read the ChangeLog for updates, the list is enormous.ade2000-09-289-45/+63
|
* Clean .orig files in ${WRKSRC}/lib/doc created by distributiondirk2000-09-275-0/+5
| | | | | | patch so they aren't installed. Reported by: onigiri
* Add missing files.dirk2000-09-275-0/+20
| | | | Reported by: onigiri
* Update files/md5 because distfiles was updated but these are same file names.taoka2000-09-274-4/+4
| | | | Obtained from: bento
* Now bsd.ruby.mk is automatically included by bsd.port.mk when USE_RUBYknu2000-09-261-3/+1
| | | | | or USE_LIBRUBY is defined, individual ruby ports no longer need to include it explicitly.
* Eliminate WRKSRC=${WRKDIR}/${PKGNAME} lines, as these will break whenasami2000-09-253-6/+3
| | | | | | | | | | | PORTREVISION or PORTEPOCH are defined. Most of these Makefiles were defining DISTNAME and WRKSRC (and sometimes EXTRACT_SUFX) -- change those to define DISTFILES only. Also, some of the WRKSRC lines were not even necessary, as they were defining it to the default value. Instigated by: Peter Pentchev <roam@orbitel.bg> and kris
* Update WWW:billf2000-09-251-1/+1
|
* Update this to version 4.13.chuckr2000-09-224-41/+31
|
* ComplexProgramTarget() -> ComplexProgramTargetNoMan()asami2000-09-221-0/+11
|
* Add BUILD_DEPENDS to appropriate version of X depending on the valueasami2000-09-211-3/+9
| | | | of XFREE86_VERSION.
* Add sgf2tex, a system for typesetting Go games and diagrams using TeX.ade2000-09-197-0/+148
| | | | | PR: 19965 Submitted by: Steve Coltrin <spcoltri@omcl.org>
* (1) Fixed a problem hunging up the package-making system on bentotaoka2000-09-189-49/+40
| | | | | | Pointed out: asami (2) Modified to use variables defined in Mk/bsd.emacs.mk as many as possible.
* Add pdflib3.asami2000-09-141-0/+1
|
* new port pdflib3 (repocopy from pdflib):billf2000-09-134-42/+31
| | | | | | | | | | | | | version 3 of pdflib has odd restrictions for usage (and you may need to purchase a license depending on what you do with it). It is however needed for php4's pdf functions and is of use to many, so we'll keep a seperate restricted port available for those of us who need it. Support for languages other then C/C++ are turned off for now, but I may change that (turning on perl/tcl/python support involves turning _off_ C/C++ support, so I'll add a WITH_FOO knob later) Submitted by: sobomax, billf
* Use bsd.python.mk.tg2000-09-122-96/+90
|
* - Remove restriction of encrypted PDF supportandreas2000-09-113-36/+24
| | | | | | | - nonexistent -> NONEXISTENT PR: 21082 Submitted by: tkato@prontomail.ne.jp
* - Remove restriction of encrypted PDF supportandreas2000-09-1112-140/+116
| | | | | | | | | | | - nonexistent -> NONEXISTENT - Add USE_GMAKE - portlint - Fix usage of PREFIX/LOCALBASE - Fix pkg/PLIST PR: 21083 Submitted by: tkato@prontomail.ne.jp
* fix missing symlink.sanpei2000-09-112-2/+2
| | | | | | splash image at start up would be white and black, not colorful. Approved by: dima
* Update to 1.1.5fix1.cjh2000-09-114-6/+45
|
* Add USE_AUTOCONF to make this build and install again (hopefully 8-|)dirk2000-09-105-0/+5
| | | | PR: ports/20638, ports/21041
* update after make releaseandreas2000-09-092-3/+3
|
* changes see ChangeLogandreas2000-09-093-60/+74
| | | | | | | | | | | | | | | | | | | revamped port dependencies - if defined(BATCH) && defined(APSFILTER_ALL) every tool and filter supported by apsfilter will be installed (very time and space consuming) - if defined(BATCH) only most necessary things are installed If you want complete control over what to install, then don't define BATCH or BATCH && APSFILTER_ALL, then please use the new updated interactive method of building using dialog. The configure script is now up to date, concerning tools needed/supported by apsfilter and a little bit more explicite ! Thanks for Greg Lehey and friends for a vivit discussion, this is the desired result I hope !!!
* update after make-releaseandreas2000-09-072-3/+3
|
* * samba password is not used on the command line anymore, but inandreas2000-09-072-2/+2
| | | | | | | | | | | the PASSWORD environment variable * custom printer queue names really work now (the given default name is "lp" if it isn't used already) * /etc/apsfilter/$QUEUE/apsfilterrc.$USER is another config file * new config variable: DISABLE_DUPLEX (needed if apsfilter is not running on the host the print job was started) * more verbose apsfilterrc template * some documentation updates
* Update with bsd.ruby.mk. :>knu2000-09-072-48/+40
|
* upgrade after make-release.andreas2000-09-062-3/+3
|
* * Michael Lossin <losse@germanymail.com>:andreas2000-09-062-2/+2
| | | | | | | | NIS corrections. * statement concerning personal e-mail to me and SUPPORT in general. * make it possible to run apsfilter in NIS environment extraction of $HOMEDIR works now. idea from: Volker Seebode <vas@plesnik.de>
* Bug-fixed to create correctly filter*.rev of each slave portstaoka2000-09-061-5/+3
| | | | | | | Pointed out: Jun USHIDA <ushida@msa.biglobe.ne.jp> And fixed typo Obtained from: portlint
* update.andreas2000-09-052-3/+3
|
* Mo 4 Sep 2000 21:34:06 CEST Andreas Klemm <andreas@apsfilter.org>andreas2000-09-052-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fixes for hpdj printers, special treatment for driver hpdj_u970 * BITSPERPIXEL can't be changed for hpdj * due to popular demand: ASCII_PPS and ASCII_LANDSCAPE change the printout just for ASCII files, independent of PS_NUP and LANDSCAPE (but these provide default values if needed) * BINDING now uses "short" and "long" instead of psset-switches * fixed printing on PS-printers and during debugging Sa 2 Sep 2000 18:53:41 CEST Andreas Klemm <andreas@apsfilter.org> * replace list of apsfilter contributors with this link: http://www.apsfilter.org/contrib.html Sa 2 Sep 2000 12:57:15 CEST Andreas Klemm <andreas@apsfilter.org> * added working watermark template from Andreas Reuter <ar205@bonzo.geowiss.nat.tu-bs.de> this file is the basis to _dynamically_ create backgrounds for every printed page, i.e.: "internal use only", "Top Secret" etc. Probably we'll use it this way in the future: lpr -C wmark="Top Secret" file Sa 2 Sep 2000 10:40:32 CEST Andreas Klemm <andreas@apsfilter.org> * be more verbose about what A2PS_OPTS gives you (overwrites the complete a2ps commandline) Fr 1 Sep 2000 17:25:12 CEST Andreas Klemm <andreas@apsfilter.org> * yes, we can remove the two entries from KNOWN_BUGS These entries are no apsfilter bugs. Have been added to FAQ * FAQ has been updated on webserver. Fr 1 Sep 2000 16:19:35 CEST Michael Lossin <losse@germanymail.com> * custom printer queue names, as suggested by Jef Moskot * cloning spool dir permissions with chmod (I think this needs the GNU version) * call checkpc after printcap fiddling (will be ignored by BSD spoolers) * faster code insertion for paper tray selection with awk, as suggested by Beat Rubischon * color mode fixed for hpdj * small changes in class option code * INSTALL, README and apsfilterrc updates * remove unneeded docu .... doc/methods, doc/features, doc/WHAT_AM_I KNOWN_BUGS and by me: * still keep KNOWN_BUGS have to test this ... * update Makefile (remove nuked stuff) * check for checkpc before using it. * add /usr/local/sbin for checkpc
OpenPOWER on IntegriCloud