Commit Graph

947 Commits

Author SHA1 Message Date
Satoshi Asami
be609897b4 Move papersize to PKGNAMESUFFIX -- otherwise it will affect DISTNAME
and thus WRKSRC.
2000-04-15 11:02:14 +00:00
Akinori MUSHA
52190dc850 Portlint COMMENT's.
Everybody should read the Handbook again!

PR:		ports/18008
Submitted by:	tkato@prontomail.ne.jp
2000-04-14 18:16:14 +00:00
Akinori MUSHA
6eff5967a7 Tiny cosmetic fixes.
Assure master ports and their lang-specific slaves of having
consistent categories.
2000-04-14 17:10:50 +00:00
Akinori MUSHA
5026928fba Cosmetic. Set their categories right.
print/acroread-commfont:
  - Use CATEGORIES+= to follow after a slave's lang-specific category.

{chinese,japanese,korean}/acroread-*font:
  - Set only the lang-specific category for each.
2000-04-14 16:55:52 +00:00
Satoshi Asami
65edb6c4e2 Move down bsd.port.pre.mk inclusion to below PORTNAME/PORTVERSION definitions
these are used to define other variables.
2000-04-14 13:18:13 +00:00
Akinori MUSHA
25697a480c Use PKGNAMESUFFIX. 2000-04-13 11:22:38 +00:00
Akinori MUSHA
4821f7755e Correct the use of `?=' and get happy with the slave. 2000-04-13 09:06:04 +00:00
Satoshi Asami
74b19501bc Convert to PORTNAME/PORTVERSION.
Anomalies found:
 - autoconvert was missing "zh-" in front of PKGNAME
 - xcin (both 2.3 and 2.5) had invalid version strings
 - neither of xcin ports had NO_LATEST_LINK
 - telnet8-1.0 thinks PKGNAME is zh-telnet-1.0

Fixed all except the last (I wasn't sure if it was intentional).
2000-04-13 08:28:23 +00:00
Satoshi Asami
0f2d08baa3 Typo (pAPERSIZE -> PAPERSIZE). This is an area unrelated to the
PORTNAME/PORTVERSION change, cpiazza must have accidentally hit a
"~" in his vi or something. :>

I have a hunch that the "?=" in PORTNAME and PORTVERSION can be
changed to "=" too but I'll leave those for now.
2000-04-13 06:09:03 +00:00
Akinori MUSHA
b8541018d5 Use PKGNAMEPREFIX/PKGNAMESUFFIX. 2000-04-11 04:49:08 +00:00
Chris Piazza
e062d3845f Accidental whitespace 2000-04-09 17:50:59 +00:00
Chris Piazza
d38f7d91c8 Update with the new PORTNAME/PORTVERSION variables 2000-04-09 17:41:40 +00:00
Andreas Klemm
c3ad901743 As requested by many
Submitted by:	Anton Berezin <tobez@tobez.org>,Kimura Fuyuki <fuyuki@jade.dti.ne.jp>
2000-04-06 05:17:06 +00:00
Andreas Klemm
c12982f43b Upgrade to 5.3.3
remote printing with samba was broken because of syntax error in shell.
only occurred when a SMB_PASSWD has been set.

Thanks to Olivier !

Submitted by:	Olivier PAGE <olivier@esm2.imt-mrs.fr>
2000-04-05 13:17:11 +00:00
Andreas Klemm
70b4cfa810 released new apsfilter version 5.3.2 due to a
syntax error in SETUP
which is detected by bash2 but not by our shell
So all Linux user trapped over this
result is, that you can't select a printer and loop in printer selection
forever...

+         doesn't work:
+               PRINTER=`awk -F "|" \
                        ^----- missing "
+                       "{ if (FNR == $answer ) print \\$2 }" \
+                       < $PRINTER_LIST"`
                                       ^^----- wrong order
+         works:
+               PRINTER="`awk -F "|" \
                        ^----- o.k.
+                       "{ if (FNR == $answer ) print \\$2 }" \
+                       < $PRINTER_LIST`"
                                       ^^----- o.k.

Is it a bug in our shell ???
2000-04-05 07:03:39 +00:00
Andreas Klemm
b96c7c09b0 apsfilter release 5.3.1
Fixes BUG in apsfilter 5.3.0
	SETUP: you entered a "printer selection loop" when selecting uniprint
	printer

Includes the previous patch for CLASS support and such ...
2000-04-03 19:37:31 +00:00
Andreas Klemm
78c8d55a47 use gs6 port ! 2000-04-02 19:19:16 +00:00
Andreas Klemm
ef1e8104ae update to apsfilter 5.1.3
New features in 5.3.0
=====================

- Major enhancements in SETUP, therefore version bump
    - checks your version of ghostscript
    - is aware of gs version 5.50 and 6.01 printer drivers
    - new driver selection mechanism
        - fetches list of available printer driver from file
        - you can browse/search this list using more
        - you select printer driver by number
	- sanity check, if the printer driver is present in your gs binary
	- at the end of your selection you get a list of printers
	  as confirmation, that are supported by your driver selection
	- you can repeat this step as often as you like until you
	  choose a valid printer driver
    - After printer driver selection you can as usual print test pages
      if you like or repeat the step of selection another driver in this
      more user friendly manner.

- upp profile contribution for
  Epson LQ-570/870/1070/1170 ESC/P2 24-pin Dot Matrix printer

- 3rd party additional driver for
  HP 812C, 815C, 832C, 880C, 882C, 895C, 932C, 970C
  http://www.proaxis.com/~mgelhaus/linux/software/hp880c/hp880c.html

- Generic Postscript printer Support
	- added more resolutions in SETUP script and apsfilter script
	- bugfix: some resolutions were missing in apsfilter script

- Adding driver support information is now more easy, since you only
  have to add it to a file setup/printer-<gs-version>

- internal: download page: enhanced make-release script
  produces now diffs from every version to latest version

- latest apsfilter patches can be found on download page

- info: new URL -> http://people.freebsd.org/~andreas
2000-04-02 15:14:12 +00:00
Andreas Klemm
183c9d8b3d update apsfilter to latest patchlevel
- new URL -> http://people.freebsd.org/~andreas
- make-release: generate more diffs (every release to latest) and
  patch from latest to head branch
- Added files with an up to date printer list for gs 5.50 and 6.01
  SETUP will be modified later...
  - devices-5.50 - list of driver options
  - devices-6.01 - list of driver options
  - printer-5.50 - list of supported printers
  - printer-6.01 - list of supported printers
2000-04-02 09:00:32 +00:00
Ade Lovett
d1c5f3e756 Update to 0.16, a bunch of new features, and plenty of bugs fixed.
Shared library revision bumped as a result.
2000-03-28 02:53:40 +00:00
Satoshi Asami
6d9749ec44 Add ghostscript6.
Forgotten by:	andreas ;)
2000-03-27 20:12:34 +00:00
Andreas Klemm
0a4fe3a698 fixed png.h problem by setting include path in CFLAGS in ports Makefile
gs6 compiles and runs now !!!
fixed BATCH mode

gs -h

Aladdin Ghostscript 6.01 (2000-03-17)
Copyright (C) 2000 Aladdin Enterprises, Menlo Park, CA.  All rights reserved.
Usage: gs [switches] [file1.ps file2.ps ...]
Most frequently used switches: (you can use # in place of =)
 -dNOPAUSE           no pause after page   | -q       `quiet', fewer messages
 -g<width>x<height>  page size in pixels   | -r<res>  pixels/inch resolution
 -sDEVICE=<devname>  select device         | -dBATCH  exit after last file
 -sOutputFile=<file> select output file: - for stdout, |command for pipe,
                                         embed %d or %ld for page #
Input formats: PostScript PostScriptLevel1 PostScriptLevel2 PDF
Available devices:
   appledmp iwhi iwlo iwlq hl7x0 bj10e bj200 bjc600 bjc800 lbp8 lips3 m8510
   coslw2p coslwxl uniprint lj250 declj250 ap3250 epson eps9mid eps9high
   lp8000 lq850 epsonc st800 stcolor lp2563 dnj650c deskjet djet500 cdeskjet
   djet500c cdjcolor cdjmono cdj500 cdj550 cdj670 cdj850 cdj880 cdj890
   cdj1600 laserjet ljetplus ljet2p ljet3 ljet3d ljet4 ljet4d lj4dith cljet5
   cljet5c cljet5pr lj5mono lj5gray pj pjetxl pjxl paintjet pjxl300 pxlmono
   bbox pxlcolor ibmpro jetp3852 imagen fs600 lxm5700m cp50 necp6 oce9050
   oki182 okiibm r4081 sj48 bmpmono bmpgray bmp16 bmp256 bmp16m bmp32b
   bmpsep1 bmpsep8 ccr cgmmono cgm8 cgm24 cif dfaxhigh dfaxlow faxg3 faxg32d
   faxg4 miff24 inferno jpeg jpeggray mgrmono mgrgray2 mgrgray4 mgrgray8
   mgr4 mgr8 pcxmono pcxgray pcx16 pcx256 pcx24b pcxcmyk pdfwrite bit bitrgb
   bitcmyk plan9bm pbm pbmraw pgm pgmraw pgnm pgnmraw pnm pnmraw ppm ppmraw
   pkm pkmraw pksm pksmraw pngmono pnggray png16 png256 png16m psmono psgray
   psrgb pswrite epswrite sgirgb sunhmono t4693d2 t4693d4 t4693d8 tek4696
   tiffcrle tiffg3 tiffg32d tiffg4 tiff12nc tiff24nc tifflzw tiffpack x11
   x11alpha x11cmyk x11cmyk2 x11cmyk4 x11cmyk8 x11gray2 x11gray4 x11mono
   x11rg16x x11rg32x nullpage
Search path:
   . : /usr/local/share/ghostscript/6.01/lib :
   /usr/local/share/ghostscript/fonts
For more information, see /usr/local/share/ghostscript/6.01/doc/Use.htm.
Report bugs to bug-gs@aladdin.com, using the form in Bug-form.htm.
2000-03-25 21:50:52 +00:00
Andreas Klemm
00114700d0 - fix typo in variable name (Louis), changed it to HP8XX_DRV afterwards
- make configure script work (Louis)
- make configure.batch script work (Andreas)
- extract contributed HP8XX driver in ${WRKSRC}/src
- make png driver compile (add $(PREFIX)/include to XINCLUDE variable)

Dunno, if this will be the last round of cleanups...

Submitted by:	"Louis A. Mamakos" <louie@TransSys.COM>
2000-03-25 21:02:50 +00:00
Andreas Klemm
a24c808917 Sorry, it's broken.
Before the new patch gs build fine, but didn't
include the printer devices included with configuration script.
After fixing this it refuses to build.
Any help appreciated.
Now you have the last version as I to help me to fix the mess.
Sorry folks ...
2000-03-25 15:32:40 +00:00
Andreas Klemm
d54318fb63 new ghostscript 6.01 port after repository copy
additional changes by me:
- configure + configure.batch updates:
  reviewed all informations in makefiles and driver docu
  to make list of available drivers and supported printers complete
- added DeskJet 880C/882C/895C Driver from Matthew J. Gelhau
  Driver is still in developement. There is a newer 1.4 beta version
  available, but this version is recommended by the author.
      http://www.proaxis.com/~mgelhaus/linux/software/hp880c/hp880c.html
  Supported are the following models:
      HP DeskJet 812C 815C 832C 880C 882C 895C 932C 970C
- added contributed uniprint driver profiles:
- configure + configure.batch updates:
  reviewed all informations in makefiles and driver docu
  to make list of available drivers and supported printers complete
- added DeskJet 880C/882C/895C Driver from Matthew J. Gelhau
  Driver is still in developement. There is a newer 1.4 beta version
  available, but this version is recommended by the author.
      http://www.proaxis.com/~mgelhaus/linux/software/hp880c/hp880c.html
  Supported are the following models:
      HP DeskJet 812C 815C 832C 880C 882C 895C 932C 970C
- added contributed uniprint driver profiles:
    printer: Epson Stylus Color 740
    mode1: stc740ih.upp: Epson Stylus Color 740, 1440x720DpI, Inkjet Paper
    mode2: stc740p.upp : Epson Stylus Color 740, 720x720DpI, Plain Paper
    mode3: stc740pl.upp: Epson Stylus Color 740, 360x360DpI, Plain Paper
    contributor: Francois D. Menard <fmenard@g6-114b.residence.usherb.ca>
    #
    printer: Epson LQ-1170
    mode1: lqx70ch.upp : Epson LQ-1170 ESC/P2 Dot Matrix, 360x360DpI, Plain Pap.
    mode2: lqx70cl.upp : Epson LQ-1170 ESC/P2 Dot Matrix, 180x180DpI, Plain Pap.
    mode3: lqx70cm.upp : Epson LQ-1170 ESC/P2 Dot Matrix, 360x180DpI, Plain Pap.
    contributor: Harold Bower <HalBower@worldnet.att.net>
- updated PLIST
- use GS_VERSION for DISTNAME
- fix installation path for pdf_sec.ps if defined PDFENCRYPT
- silence make install ("@")
- change COMMENT to reflect version
- update DESCR, to document driver enhancements compared to stanfard gs
  release
- apsfilter will be updated later

Submitted by:   "Alec Wolman" <wolman@cs.washington.edu>
2000-03-25 12:27:38 +00:00
Chris D. Faulhaber
9e9ffbf1ac Update port to 2.02
* Remove nonfunctional nls support

PR:		17553
Submitted by:	Maintainer
2000-03-24 00:11:03 +00:00
Will Andrews
af4a01863e Finish moving MAINTAINER for my ports.
andrews@technologist.com -> will@FreeBSD.org. :-)

Reminded by:	asami
2000-03-22 01:59:41 +00:00
David E. O'Brien
e05c25a8bf Restore useless version required comments. 2000-03-22 00:28:26 +00:00
Michael Haro
edcce1c878 PREFIX -> LOCALBASE 2000-03-21 08:30:08 +00:00
Michael Haro
cde5e15779 portlint:
echo -> ${ECHO}
	move variables to proper sections
2000-03-21 08:24:13 +00:00
Michael Haro
056bd0f29d reorder variables to follow port standards (portlint) 2000-03-21 08:22:22 +00:00
Chris D. Faulhaber
6c92c9f98f Update WWW
PR:		17478
Submitted by:	Valeriy Ushakov <uwe@ptc.spbu.ru>
2000-03-21 01:07:39 +00:00
David E. O'Brien
da36feaffe Remove the "version required" line. 2000-03-20 02:37:50 +00:00
Dirk Froemberg
a556129e9f Incorporate patch-1.1.4fix2.gz. 2000-03-19 14:06:37 +00:00
Satoshi Asami
aa77fa6fab Master site moved; file was unfetchable.
Submitted by:	maintainer
2000-03-12 19:30:22 +00:00
Andreas Klemm
980b2b2f4e Forgot to change checksum file.
New apsfilter features:

* Security: config files are read using awk, not sourced during runtime
* Complete Windows Remote Printer Support (as Guest user or using real login)
* Complete Unix remote printer support
* Support for different print resolutions (by starting SETUP repeatedly)
  and choosing different print resolutions
* A2PS options revamped
* lots of more things... See my homepage, ANNOUNCE file ...
* print margin problem of a2ps fixed
  FAQ section gives you a real life example, of how to configure
  page margins in /usr/local/etc/a2ps.cfg for an EPSON STYLUS PRO.
  With this example you can fine tune the margins for your printer in
  about 10-15 minutes from scratch...
2000-03-11 20:56:10 +00:00
Andreas Klemm
df0004eb3b New apsfilter release 5.2.0 2000-03-11 20:46:48 +00:00
Dirk Froemberg
44529d7154 Add --with-included-gettext to CONFIGURE_ARGS to fix build on 3.4.
This is a workaround only.
2000-03-10 23:58:53 +00:00
David E. O'Brien
3ce8a33bcc Get all of the Alpha needed changes committed. 2000-03-10 08:52:22 +00:00
David E. O'Brien
7d4ce88094 Acroreader version 4 for the FreeBSD/Alpha. 2000-03-10 08:26:56 +00:00
David E. O'Brien
3e093a69a6 Acrobat for FreeBSD/Alpha. 2000-03-09 18:15:08 +00:00
Dirk Froemberg
1b834c4202 Add PKGNAME=lyx-1.1.4.1 to honor patch-1.1.4fix1.gz.
Asked for by:	asami
2000-03-08 09:50:44 +00:00
Andreas Klemm
065b75c49e apsfilter depends now on samba
make Windows Remote Printer support via smbclient
an option in the dialogue config script.
When running in batch mode it's included automatically
2000-03-06 22:16:28 +00:00
Dirk Froemberg
2be7494edd Upgrade to 1.1.4fix1.
Submitted by:	jedgar and jkoshy (with some modifications from me)
2000-03-06 12:06:20 +00:00
Jean-Marc Zucconi
bd5689cc1c Change MASTERSITES: ftp.cdrom.com -> ftp.freesoftware.com 2000-03-04 22:59:57 +00:00
Jean-Marc Zucconi
b33604f599 Do not create temporary files in ${SCRIPTDIR}. Use ${WRKDIR}.
Pointed out by: asami
2000-03-03 22:07:51 +00:00
Jean-Marc Zucconi
6c6ff752f6 Do not create temporary files in ${SCRIPTDIR}. Use ${WRKDIR}.
Use ${INSTALL_DATA} instead of 'install -c -m 644'
2000-03-03 22:07:17 +00:00
Andreas Klemm
167fbf476d Apsfilter 5.1.5-RELEASE
- SETUP: added support for configuring remote printer
  Beware: you still have to make sure, that your line printer scheduler supports
  input filter processing with remote printers as it is the case for FreeBSD 3.x
  and later with a "fixed" lpd, as well as for Unix systems with LPRng installed
  as lineprinter scheduler, which is the case for some (not all !!!) Linux
  Systems.
- Add support for printing with SAMBA (SAMBA_PRINTER)
- Bugfix. Some printer dependend settings will be overwritten, when installing
  a 2nd printer, which might cause printing with the 1st printer to fail,
  especially if the first printer is color and 2nd B&W or vice versa.
  Revamped SETUP and bin/apsfilter to get around this.
- Added SETUP menue entries for the uniprint driver
  contributed by Francois D. Menard <fmenard@g6-114b.residence.usherb.ca>
  printer: Epson Stylus Color 740
   mode1: stc740ih.upp : Epson Stylus Color 740, 1440x720DpI, Inkjet Paper
   mode2: stc740p.upp  : Epson Stylus Color 740, 720x720DpI, Plain Paper
   mode3: stc740pl.upp : Epson Stylus Color 740, 360x360DpI, Plain Paper
- New FAQ entries concerning print margins when printing ASCII text with a2ps
- updated howto and troubleshooting document
  HOWTO-BUGREPORTS moved to toplevel, so that its easier to find.
2000-03-02 17:40:14 +00:00
Satoshi Asami
b2fc2bafbb Add virtual category "linux" to Linux apps and support libs/utils. 2000-02-28 08:34:04 +00:00
Steve Price
e64aa01a0f Minor tweak to get this to build again on -current. 2000-02-27 14:50:49 +00:00