Commit Graph

719 Commits

Author SHA1 Message Date
Michael Haro
5ce8e8e5c7 Remove the test to create ${PREFIX}/share/info/dir as it is now
in bsd.port.mk and this helps to unify the check and install.
1999-06-05 22:32:11 +00:00
Hidetoshi Shimokawa
4e7b597033 Honor CFLAGS to be built on alpha. 1999-05-31 08:14:31 +00:00
Steve Price
cf18d659f6 Update to version 0.1.1.
PR:             11844
Submitted by:   Jeremy Lea <reg@shale.csir.co.za>
1999-05-30 03:53:04 +00:00
Steve Price
68dd7b16f3 Update to version 0.30 and use new gnome ports.
PR:             11844
Submitted by:   Jeremy Lea <reg@shale.csir.co.za>
1999-05-30 03:43:44 +00:00
Steve Price
92103d6d5c Update to use gtk version 1.2.3.
PR:		11842
Submitted by:	Jeremy Lea <reg@shale.csir.co.za>
1999-05-29 03:56:15 +00:00
Andreas Klemm
6c553c3c57 add new functionality:
- it's possible to use psutils to print 2 pages on one physical
  page and other things.
- New Environment Variable PSUTILS can be set via apsfilterrc files.
  i.e.: PSUTILS="psnup -2 |"
Port now additionally has a run dependency to psutils-letter....
1999-05-25 20:27:48 +00:00
Andreas Klemm
9299d674f7 upgrade to apsfilter 5.1.1
bugfix release

apsfilter now again allows you to use the gs driver default
resolution. Bug was, that everything defaulted to 300dpi, if
not set explicitely via DPI (set by name of symlink to apsfilter)
or GS_RESOL (set manually or via SETUP script in apsfilterrc).

Moved everything only print_dvi dependend to print_dvi...

Cosmetic changes

More user friendly bugform
1999-05-24 11:58:48 +00:00
Satoshi Asami
e3fd69d55b On second thought, remove the ".ifdef BATCH" test -- otherwise
the user will get a make syntax error ("Malformed conditional") when
PAPERSIZE and BATCH are both unset.

Andreas, go ahead and change this further if you want, I'm not sure
what you intended to do here, so I went with the "safest" fix.
1999-05-24 07:06:31 +00:00
Satoshi Asami
ab94c5c646 Um, you can't use /usr/bin/env to set make variables.... ;) 1999-05-24 06:41:27 +00:00
Steve Price
d16b6fb6c2 Use KDE version 1.1 instead of version 1.0. 1999-05-24 02:31:51 +00:00
Steve Price
21516e50fb Deinstall without interaction while package building and don't display
the deinstall message twice, one for DEINTALL and one for POST-DEINSTALL.
1999-05-24 02:25:48 +00:00
Andreas Klemm
480b85d13c "Shouldn't that be "letter" rather than "a4" since "letter" works with
printers that have "a4" paper, while "a4" produces clipped results for
printers that have letter papper?" ---Warner

YES ;-)

Reminded by:	Warner Losh <imp@harmony.village.org>
1999-05-23 18:35:50 +00:00
Andreas Klemm
653af1a830 New apsfilter 5.1.0 released
Port related changes:
- apsfilter port isn't interactive anymore, we can now put it onto FreeBSD CD 1
- use bzip2 for apsfilter sources to save space on FreeBSD Disk 1
- new run dependency to recode and a2ps
- when BATCH is defined set PAPERSIZE to a4, to avoid problems with a2ps port
- updated DESCR (listed some of the new apsfilter features)
- updated PLIST
- new post-install target to inform people to run SETUP to complete installation
Apsfilter related changes:
- new supported file types (BMP, FAX G3, troff)
- possible to print in different print resolutions (see example in INSTALL),
  i.e.: lpr -P{low,med,high} some_files...
- ghostscript can make use of additional type1 fonts by setting the gs
  environment variable GS_FONTPATH. gs automatically recognizes
        /usr/X11R6/lib/X11/fonts/Type1 and
        /var/X11R6/lib/X11/fonts/Type1
  if present. Other Paths can be configured global or printer type
  dependend by admin or user as usual. See precedence of apsfilterrc
  and .apsfilterrc files above.
- printer driver type dependend config files in that order:
        - /etc/apsfilterrc
        - /etc/apsfilterrc.${PRINTER}
	and if defined INSECURE:
        - $HOME/.apsfilterrc
        - $HOME/.apsfilterrc.${PRINTER}
- CRLF translation and perforation skip for more HP models
- new environment variable USE_RECODE_NOT_A2PS, so you can use
  reecode as an alternative over a2ps
- new environment variable RECODE_OPTS
  defaults to "-q latin1:ibmpc"
- new environment variable PAGES_REVERSE_ORDER for forcing dvips
  to print in reverse order
- detection of printer resolution revamped and more clear
- Precedence of definition of print resolution:
        a) by name of filter script (symlink to apsfilter)
        b) by setting GS_RESOL in apsfilterrc config files
        c) autodetected by apsfilter (PS_xxx, printer driver name)
	d) otherwise defaults to 300dpi (for dvips commandline)
- some dvips settings cleanup, use -Z only when resol >= 400dpi
- when printing html use some sane defaults for HTML2PS_OPTS
  if not set in apsfilterrc files
Contributions:
- SUPPORT FOR NEW GNU a2ps 4.12, Hurray !!!!
	thanks to Debian Port maintainer, Matej Vela <mvela@public.srce.hr>
- cool PS testpage (test.ps)
	Andreas Reuter <ar205@bonzo.geowiss.nat.tu-bs.de>
- many thanks to the SuSE developement team especially
  Werner Fink <werner@suse.de> for many inspirations
- and of course cosmetic and bugfixes ;-)
1999-05-23 16:16:30 +00:00
Dirk Froemberg
4f1922c3da - PDF_close() shouldn't fclose() the file because PDF_open() expects an
open file descriptor
  (see http://www.php.net/manual/function.pdf-close.php3 for details)
- honor ${CC}

PR:		ports/11501
Submitted by:	Palle Girgensohn <girgen@partitur.se>
1999-05-19 21:45:53 +00:00
Foxfair Hu
858b0418d6 Enable pdq. 1999-05-17 10:43:58 +00:00
Foxfair Hu
5db405731c PR: 11721
Submitted by:	Yin-Jieh Chen <yinjieh@csie.nctu.edu.tw>
1999-05-17 10:32:43 +00:00
Andreas Klemm
f38a246372 unix-lpr.sh and lprsetup.sh are missing from the package.
fixed install target and PLIST file.

Reported by:	Marko Schuetz <marko@ki.informatik.uni-frankfurt.de>
1999-05-15 01:14:35 +00:00
Satoshi Asami
458dadfb87 Add missing gettext dependency.
Submitted by:	Mikhail Teterin <mi@aldan.algebra.com>
1999-05-12 21:31:19 +00:00
Satoshi Taoka
387339f2d2 Added rlpr 1999-05-11 02:02:02 +00:00
Satoshi Taoka
e4c6d6a9c6 Send print jobs to lpd servers anywhere on a network.
PR:		11072
Submiited by:	Mikhail Teterin <mi@aldan.algebra.com>
1999-05-11 01:59:51 +00:00
Scott Mace
5fc00f4df3 Update master site. 1999-05-10 02:39:19 +00:00
David E. O'Brien
5c87441d03 Build in a different way to enable the use of the "-nP", "-P", and "-Pprinter"
flags.  This now matches the manpage.

PR:	3958
1999-05-09 20:56:32 +00:00
Thomas Gellekum
2ffc64433a Ignore the checksum, the tarball is generated on the fly. 1999-05-06 10:21:29 +00:00
Seiichirou Hiraoka
cff7bc62a3 Update to 1.0.2
PR: ports/11505
Submitted by:  cpiazza@home.net
1999-05-05 14:09:36 +00:00
Steve Price
2c78917c6b LIB_DEPENDS on the new unified xview port. 1999-05-04 23:18:39 +00:00
Thomas Gellekum
4c2854fcc4 Checksum has changed. Disown this port. 1999-05-04 08:43:37 +00:00
Michael Haro
bea9ae51f4 The faster this commit message is typed the faster it'll all be over.
(add WWW:)
1999-05-03 04:59:32 +00:00
Steve Price
8456bfe942 Add the t1utils ports. 1999-05-03 03:03:37 +00:00
Steve Price
1068a1f392 Initial import of t1utils version 1.10.1.
Five utilities for maipulation t1 scripts.

PR:		10123
Submitted by:	Mike Meyer <mwm@phone.net>
1999-05-03 03:03:07 +00:00
Satoshi Taoka
0347e6e13e Changed MAINTAINER's e-mail address
from taoka@infonets.hiroshima-u.ac.jp to taoka@FreeBSD.org
1999-05-01 04:03:48 +00:00
Steve Price
8e6bbf0344 Move all .afm files to ${PREFIX}/lib/afm so other programs can get to
them.

PR:		11368
Submitted by:	Pedro F. Giffuni <pfgiffun@bachue.usc.unal.edu.co>
1999-05-01 02:28:24 +00:00
Steve Price
89de504a9c Move all .afm files to ${PREFIX}/lib/afm so other programs can get to
them.

PR:		11369
Submitted by:	Pedro F. Giffuni <pfgiffun@bachue.usc.unal.edu.co>
1999-05-01 02:26:49 +00:00
Michael Haro
4bdda19ad4 s/gtk11d/gtk12/g *finally done with gtk11d* (for real this time) 1999-04-26 21:18:18 +00:00
Michael Haro
aa3374648f gtk11 -> gtk12 1999-04-22 07:57:18 +00:00
Justin M. Seger
2fac64ee22 Make this package again. 1999-04-20 20:30:01 +00:00
Satoshi Asami
a79a38d7ad Change "Whom" line to match maintainer line, some people apparently
use the first e-mail address they find.

Requested by:	maintainer
1999-04-19 20:33:09 +00:00
David E. O'Brien
b44412826c Minor grammer nit. 1999-04-18 20:54:54 +00:00
Chuck Robey
75b3212416 Fix better ftp site.
Obtained from:	Satoshi's bento scripts (thank you!)
1999-04-17 16:12:02 +00:00
Satoshi Taoka
e15e958c0f Added amspsfnt and cmpsfont 1999-04-13 16:20:30 +00:00
Satoshi Taoka
b2bb98fea4 AMSFonts PostScript Fonts (Adobe Type 1 format)
PR:		ports/9741
Submitted by:	Pedro F. Giffuni pfgiffun@bachue.usc.unal.edu.co
1999-04-13 16:16:41 +00:00
Satoshi Taoka
0c074c1658 Computer Modern PostScript Fonts (Adobe Type 1 format)
PR:		ports/9740
Submitted by:	Pedro F. Giffuni pfgiffun@bachue.usc.unal.edu.co
1999-04-13 16:15:33 +00:00
Steve Price
466b1016aa DISTFILES moved on MASTER_SITE. 1999-04-08 18:08:39 +00:00
Dima Ruban
7661986667 Change PKGNAME.
Requested by:	asami
1999-04-08 07:49:18 +00:00
Dima Ruban
d857cea968 Put back acroread4 entry. 1999-04-08 07:45:28 +00:00
Dima Ruban
11d068a3bb Do it properly now (hopefully) 1999-04-08 07:41:21 +00:00
Dima Ruban
a2c7eebe09 Remove acroread4 per Satoshi's request.
It will be repo-copied.

Reviewed by:	asami
1999-04-08 07:31:38 +00:00
Dima Ruban
f98b2eb442 Added acroread4 1999-04-08 07:26:43 +00:00
Steve Price
55481465a2 Activate the magicfilter port. 1999-04-03 01:53:59 +00:00
Steve Price
cb52f277b1 Import magicfilter version 1.2.
Customizable, extensible automatic printer filter

PR:		10767
Submitted by:	CHOI Junho <cjh@kr.freebsd.org>
1999-04-03 01:53:53 +00:00
Nik Clayton
9cd738837c Updated MASTER_SITES. The author uploaded a new version over the old,
so I've copied the old files to ~nik/public_html/distfiles/jadetex and
pointed the port at that until I can test the new files.
1999-04-02 13:24:44 +00:00