1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
Commit Graph

1241 Commits

Author SHA1 Message Date
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
Satoshi Asami
8cdbcbd8da Bump shlib versions of kdelibs11 and kdesupport11. 2000-02-24 07:01:14 +00:00
Ade Lovett
fc37748c85 Update to 0.12 2000-02-23 00:07:21 +00:00
Thomas Gellekum
acf6e97dc0 Use texmf-1.0.2 instead of 1.0.1. 2000-02-22 12:22:34 +00:00
Chris D. Faulhaber
c54a4961e1 Activate trueprint 2000-02-21 22:18:14 +00:00
Chris D. Faulhaber
aea17fb733 Trueprint is a general purpose printing program. It tries to produce
everything that anybody could need in a program printout without
the need for large numbers of switches or pipelines.  Trueprint can
currently handle C, C++, Java, Perl, Verilog, shell (including ksh), Pascal,
pseudo C, report files (trueprint report files), listing files, text files.

PR:		16775
Submitted by:	Dmitry Sivachenko <dima@Chg.RU>
2000-02-21 22:16:35 +00:00
Thomas Gellekum
5184ccb517 Upgrade to 1.0.7. 2000-02-21 10:24:09 +00:00
Dirk Froemberg
18134d7bad Take over maintainership. 2000-02-20 19:43:22 +00:00
Andreas Klemm
ab10519a48 Reducing Maintainership to an amount of ports
I can handle.

Sorry, the rest has to go to ports@FreeBSD.ORG.
2000-02-20 17:01:26 +00:00
Joerg Wunsch
63f752472b Shelder the next homeless... Distfile also resurrected from an old
CD-ROM.
2000-02-19 19:42:16 +00:00
Andreas Klemm
d428c7a87c Add option to build ghostscript55 with PDFENCRYPT support. 2000-02-13 18:14:48 +00:00
Andreas Klemm
93d129d562 tabify 2000-02-13 17:33:57 +00:00
Andreas Klemm
b05b739820 - Disable encrypted PDF support by default (because of possible
export restrictions)
- tar -> TAR

PR:		16667
Submitted by:	KATO Tsuguro
2000-02-13 17:07:38 +00:00
Jeremy Lea
2af63f9335 PLIST fixes. 2000-02-13 10:49:13 +00:00
David E. O'Brien
b5d1cecde4 Style nits in the ports I maintain. 2000-02-13 03:25:05 +00:00
Andreas Klemm
5411288cea apsfilter 5.1.5 prerelease specially dedicated for FreeBSD 4.0 Release.
Not much changes. See apsfilter docu files.
2000-02-12 21:02:06 +00:00
Chris Piazza
99feea2eac Build with NEWGCC
PR:		16541
Submitted by:	Simon Karpen <karpes@rpi.edu>
2000-02-10 01:31:19 +00:00
Peter Wemm
02c5b6c7c6 Change all www.freebsd.org/~user references to people.FreeBSD.org/~user,
as the days of the former are numbered.

Reviewed by:	asami
2000-02-08 09:29:51 +00:00
Satoshi Taoka
8949838b84 Added poster 2000-02-07 15:01:16 +00:00
Satoshi Taoka
759f70b39c resize a postscript image to print on larger media and/or multiple sheets
PR: 16514
Submitted by: MIHIRA Yoshiro <sanpei@sanpei.org>
2000-02-07 14:57:59 +00:00
Jean-Marc Zucconi
8a76ff8f4c Add more files related to the graphics package, including default configuration
files.
2000-02-07 01:14:00 +00:00
Dirk Froemberg
4e6deb28ec Add missing "MAINTAINER=ports@FreeBSD.org". 2000-02-05 10:55:49 +00:00
Andreas Klemm
9be456bf68 A better description 2000-02-05 10:52:00 +00:00
Kris Kennaway
28c30ae35d Respect CC and CFLAGS, and create the tempfile securely with mkstemp()
while I'm here.
2000-02-02 07:32:10 +00:00
Satoshi Asami
b111445cfd Add latex2rtf.
Submitted by:	bento
2000-02-01 19:46:32 +00:00
Foxfair Hu
cb2821cb05 PR: 16433
Submitted by:	The maintainer(Keith Jang <keith@freebsd.sinica.edu.tw>)
Update CJK to the version of 2000/01/27.
2000-02-01 16:26:48 +00:00
Michael Haro
b09c6987e9 update to 0.12.7b
Submitted by: maintainer
PR: 16455
2000-02-01 01:43:05 +00:00
David E. O'Brien
b968f7a10a Add casts to make this tolerable to an ISO-C++ compiler.
Submitted by:	Alexander Langer <alex@big.endian.de>
2000-01-31 23:17:32 +00:00
Joerg Wunsch
0a026b1551 Convert LaTeX (2.09 only unfurtunately) documents to M$ RTF. 2000-01-30 23:36:40 +00:00
Jeremy Lea
d02f2cd4ef Ports no longer need to pass CXXFLAGS to configure. bsd.port.mk does this
for them.
2000-01-29 22:46:04 +00:00
Steve Price
3dccfa2fc0 Adding dvipdfm version 0.12.7.
Convert DVI files to PDF files.

PR:		16150
Submitted by:	Stephen Montgomery-Smith <stephen@math.missouri.edu>
2000-01-29 05:39:38 +00:00
Jean-Marc Zucconi
6d08cf7c87 Correct checksums for the 99.12 version. 2000-01-27 23:21:31 +00:00
Jean-Marc Zucconi
f337734dab Upgrade to the 1999/12 version 2000-01-27 23:19:11 +00:00
Jean-Marc Zucconi
bf93b56370 Upgrade to web2c version 7.2b 2000-01-27 21:50:19 +00:00
Satoshi Taoka
0b4d835b3a Updated to 3.2.3
PR:		16381
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
Approved by:	maintainer <chuckr@freebsd.org>
2000-01-27 02:58:58 +00:00
Steve Price
ead1524ebb Fromm maintainer:
1. Change freetype-1.2 to freetype-1.3 in post-install, so
   it can find freetype sources to build ttf2pk & ttf2tfm.
2. It no longer uses moettf, but Arphic ttf instead, which
   has no character loss and IMHO much more beautiful. :)
3. Generates GB tfms from Arphic fonts.
4. Update maintainer's address.

PR:		16042
Submitted by:	maintainer
2000-01-24 06:28:34 +00:00
Satoshi Asami
b4fb9ac91b Add missing slash to fix install error (that shows up as a packaging error).
PR:		16253
Submitted by:	Alexander Langer <alex@cichlids.com>
2000-01-21 14:39:37 +00:00
Jean-Marc Zucconi
fd3c82d5b3 Version upgrade: T97->T98 2000-01-12 00:14:27 +00:00
Chuck Robey
75692a56c9 Some fixes for new ftp location, and corrected sheets.map. 2000-01-10 20:59:06 +00:00
Satoshi Taoka
e00eb716de I belive this can compile in "parallel package build". 2000-01-09 15:51:15 +00:00
Satoshi Taoka
cedbdee44c Because japanese/xemacs-canna was moved to japanese/xemacs21-canna 2000-01-08 02:55:21 +00:00
Yukihiro Nakai
a6844f7b83 Change MAINTAINER to ade@FreeBSD.org . 2000-01-07 02:07:00 +00:00
Andreas Klemm
40dfe815c6 Port changes:
- Update apsfilter to new version 5.1.4
- Use a2ps-letterdj as default in dialog setup script
  This should fix problems for most HP Deskjet and
  Espon print Problems because of wrong print margins
  This is even recommended for A4 printing !!!

apsfilter 5.1.3 - 5.1.4 changes:
- added uniprint directory for contributed ghostscript uniprint driver files
- uniprint driver contribution for Epson Stylus Color 740
- support for using different uniprint driver profiles for one printer,
  updated apsfilterrc with example
- fixed shell scripts, so that SETUP runs with Solaris 7 /bin/sh
  (remember, you still need to replace your SVR4 compatible printing
   subsystem with LPRng, if you want to use apsfilter on Solaris 7 and
   related SVR4 compatible Unix derivates)
- added docu on how to configure apsfilter for remote printing
  doc/REMOTE-PRINTING
- Update FAQ concerning
        - how to adjust page margins (if some pixels are missing
          in your printout)
- Change default for printing ASCII documents to
        single page on a sheet, portrait format, without any header or border
- Updated apsfilterrc to be more verbose about the difference of
        the legacy a2ps config option "FEATURE"
        vs. the new recommended way "A2PS_OPTS"
- cosmetic in SETUP, see ChangeLog file
- [internal]: improve make-release script
2000-01-02 17:49:38 +00:00
Steve Price
dc183c6400 Moving the pstotext port from textproc to print. 1999-12-29 07:26:56 +00:00
Steve Price
85bb545d79 Moving the auctex port from editors to print. 1999-12-29 07:21:37 +00:00
Michael Haro
4de8bf5583 support PREFIX better and update PLIST
PR:		14759
Submitted by:	Jeremy Lea <reg@shale.csir.co.za>
1999-12-24 18:48:00 +00:00
Michael Haro
332b0f4a83 remove --prefix=${PREFIX} when GNU_CONFIGURE=yes and other minor cleanups
PR:		14759
Submitted by:	Jeremy Lea <reg@shale.csir.co.za>
1999-12-24 18:39:48 +00:00
Yukihiro Nakai
fdc40bcf64 Update to 0.82
PR:		ports/15503
Submitted by:	Ade Lovett <ade@lovett.com>
1999-12-24 10:44:05 +00:00
Chris D. Faulhaber
138eb3f868 Correct MAINTAINER
PR:		15522
Submitted by:	Maintainer
1999-12-22 14:33:42 +00:00
Brian Feldman
6ee66121d4 As per Asami's port build breakage:
Fix the BATCH=yes case. The .keep_me file was not being touched in
BATCH=yes since MAkefile.inc was only created in interactive mode,
and Makefile.inc is where .keep_me is also touched...  This port
should now work for BATCH and !BATCH.
1999-12-10 07:04:27 +00:00
Jean-Marc Zucconi
96aab3e7c0 Update checksum for lcircle10.tfm 1999-12-09 21:29:59 +00:00
Steve Price
4275cb17e6 New location on MASTER_SITE.
PR:		15238, 15248
Submitted by:	Ade Lovett <ade@lovett.com>
1999-12-04 19:08:13 +00:00
Satoshi Taoka
a0a1194682 Change a depend port from japanese/xemacs to japanese/xemacs-canna
because japanese/xemacs was removed

Submitted by:	asami
1999-12-01 00:06:44 +00:00
Steve Price
84088309bf Update maintainer's Email address.
PR:		15114
Submitted by:	maintainer
1999-11-27 15:09:57 +00:00
Andreas Klemm
8678cbcbf2 link false after upgrade of libpng from 1.0.3 to 1.0.5
Submitted by:	Dominik Brettnacher <domi@saargate.de>
1999-11-26 16:25:06 +00:00
Justin M. Seger
fb8b96134a png-1.0.3 -> png-1.0.5
Submitted by:   Christian Weisgerber <naddy@mips.rhein-neckar.de>
PR:             ports/15052
1999-11-26 03:00:40 +00:00
Steve Price
60230b7ef3 libpng is now version 1.0.5. 1999-11-25 16:13:16 +00:00
Justin M. Seger
3b6b5b88fc Bump freetype's lib number 1999-11-25 03:41:57 +00:00
Justin M. Seger
b94bc5a918 Upgrade to freetype-1.3
For now, include files are installed in ${PREFIX}/include/freetype
(that's the default with version 1.3) and symlinks are created in
${PREFIX}/include for compatibility
1999-11-25 03:38:39 +00:00
Steve Price
de40bad713 Activate the hyperlatex and nenscript ports. 1999-11-14 03:50:58 +00:00
Steve Price
6571d6147b Initial import of nenscript version 1.13.3.
A clone of the proprietary enscript program from Adobe Systems.

PR:		14815
Submitted by:	Christopher J. Michaels <cjm2@altavista.net>
1999-11-14 03:50:27 +00:00
Steve Price
7829e606e4 Inital import of hyperlatex version 2.3.1.
Produce HTML and printed documents from LaTeX source.

PR:		12941
Submitted by:	Robert Withrow <bwithrow@nortelnetworks.com>
1999-11-14 03:47:07 +00:00
Andreas Klemm
7ccecc00f0 make BATCH mode possible
bug reported by:	Satoshi
1999-11-12 17:49:21 +00:00
Andreas Klemm
3ffc360199 changed apsfilter port, so that Satoshi INDEX building
scripts can create the complete list of apsfilter port
dependencies.
So I removed the "BATCH case" from configure to the
more suitable area/form in Makefile of the port.
1999-11-08 19:35:44 +00:00
Steve Price
dc6e3b220d Activate the ifhp port. 1999-11-01 04:08:04 +00:00
Steve Price
9dad302d1e Initial import of ifhp version 3.3.10.
LPRng print filters for text, PostScript, PCL, HP, Xerox, etc printers.

PR:		13430
Submitted by:	Patrick Powell <papowell@astart.com>
1999-11-01 04:07:46 +00:00
David E. O'Brien
61a2fa3804 Update MASTERSITE. 1999-10-31 23:47:45 +00:00
Yukihiro Nakai
99ac50f081 Update to 0.70
PR:		ports/14560
Submitted by:	Ade Lovett<ade@lovett.com>
1999-10-28 02:45:28 +00:00
Yukihiro Nakai
86a432532c Update to 0.10
PR:		ports/14541
Submitted by:	Ade Lovett<ade@lovett.com>
1999-10-27 10:26:49 +00:00
Satoshi Asami
192de0a9a6 Mark these FORBIDDEN for parallel package build, they're hanging again. 1999-10-25 23:39:38 +00:00
Michael Haro
bfbdfe1e2b Update mastersite and version of PCL3 driver
PR:		14427
Submitted by:	Pedro F. Giffuni pfgiffun@bachue.usc.unal.edu.co
1999-10-25 21:54:17 +00:00
David E. O'Brien
9939a711a6 Add "NO_LATEST_LINK" so the poor user that does ``pkg_add -r acroread''
actually gets a PREFIX/bin/acroread command.
1999-10-24 23:01:44 +00:00
Chris Piazza
ec00c5f1c3 Clean up MASTER_SITES (use only ports_jp).
PR:		14286
Submitted by:	Ade Lovett <ade@lovett.com>
1999-10-18 18:08:55 +00:00
Yukihiro Nakai
39fc1e50f6 PR: ports/14303
Submitted by:Ade Lovett<ade@lovett.com>
Update to 0.61
1999-10-14 09:25:27 +00:00
Yukihiro Nakai
d67fae549a PR: ports/14303
Submitted by:Ade Lovett <ade@lovett.com>
Update to 0.9
This is a core library for 'October GNOME'
1999-10-14 03:44:07 +00:00
Steve Price
bd9a35a4d3 Update to version 3.17.
PR:		13905
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
1999-10-10 23:38:25 +00:00
SADA Kenji
09826c0844 Changed MASTERSITES:
ftp://ftp.tut.ac.jp/TeX/fonts/ -> ${MASTER_SITE_PORTS_JP}/pkfonts/ .

Submitted by:	MIHIRA Sanpei Yoshiro <sanpei@sanpei.org>
1999-10-09 15:22:57 +00:00
Satoshi Asami
4ca6f03217 Comment ount ftp.tut.ac.jp, transfer hangs too often from there. 1999-10-09 07:39:46 +00:00
Bill Fenner
f41c7b784a Update some "301 Moved Permanently" URL's. 1999-10-07 18:04:05 +00:00
Satoshi Taoka
6735c4c555 I forgot to delete "PLIST" in the Makefiles
(In my previous commit, I moved these into Makefile of the master port
print/yatex.)

Noticed by:	Kunimichi Takesue <kunitake@kyukyo-u.ac.jp>
1999-10-07 15:50:11 +00:00
Dirk Froemberg
196e56a244 Upgrade to 1.0.4.
Ok'ed by:	Andreas Klemm <andreas@FreeBSD.org> (maintainer)
1999-10-04 10:43:15 +00:00
Satoshi Asami
1fc343de71 Seems they are finally building!
Approved by:	obento
1999-10-02 06:05:39 +00:00
Satoshi Taoka
9982b4397f Could not compile in "parallel package build" by Asami-san
Modified BUILD_DEPENDS in master port and version number in slave ports

Noticed by:	asami
1999-09-30 07:02:27 +00:00
Satoshi Asami
ad758d8fbf I spoke too soon, they are still hanging.... 1999-09-29 21:48:03 +00:00
Satoshi Asami
5fd24128b9 Remove FORBIDDEN=hang -- they don't hang anymore (although they don't
build currently).  Taoka-san has been notified.
1999-09-29 20:38:41 +00:00
Satoshi Taoka
0a9b4bfd52 Cannot make by an error of INSTALL
Noticed by:	asami
1999-09-29 08:53:26 +00:00
Satoshi Taoka
7dcd773f77 Fix compile error
Create MANIFEST.yatex correctly
1999-09-29 07:31:01 +00:00
Satoshi Taoka
aae99987f8 Updated to lastest version
Modified MASTER_SITES
Changed two ports for XEmacs to XEmacs's package style
1999-09-27 13:48:10 +00:00
Steve Price
9e265ac941 Fix a few nits, update MASTER_SITE, 5.10-std set of fonts.
PR:		13662
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
1999-09-27 02:33:16 +00:00
Steve Price
61eae3efd2 Update MASTER_SITE, don't install the PDF crypt stuff because of possible
export restrictions, and fix a few whitespace nits.

PR:		13661
Submitted by:	KATO Tsugur <tkato@prontomail.ne.jp>
1999-09-27 02:31:21 +00:00
Andreas Klemm
c11dbc0851 Forgot to commit configure script in previous commit 1999-09-25 17:12:03 +00:00
Andreas Klemm
69cb9d58d3 added configure script with dialog utility like in apache13-php3 port,
that offers the user a menue, where he enters
	- PAPERSIZE
	- file type support for apsfilter
1999-09-25 17:11:21 +00:00
Andreas Klemm
b1243e602e enter main website 1999-09-19 17:16:15 +00:00
Steve Price
84bd936a69 Update to version 1.3.
PR:		13425
Submitted by:	maintainer
1999-09-18 17:51:59 +00:00
Satoshi Asami
22404e5884 Don't build these if PARALLEL_PACKAGE_BUILD is set -- the new xemacs seems
to hang forever.
1999-09-18 10:04:08 +00:00
Tim Vanderhoek
9dbc794cb4 Enforce random pkg/COMMENT rules, including the one that states Emacs
should be spelled corrcetly, although I rather liked "Emasc".
1999-09-18 04:56:11 +00:00
Steve Price
816b1ad5f0 Avoid having duplicate package names by adding ${PAPERSIZE} to ${PKGNAME}. 1999-09-17 18:36:17 +00:00
Satoshi Taoka
01315a479d Typo
Submitted by:	"KATO Tsuguru" <tkato@prontomail.ne.jp>
Obtained by:	Private communication
1999-09-10 20:53:02 +00:00
Foxfair Hu
25deade774 Update to CJK v4.3.0.
Submitted by:maintainer.
1999-09-10 10:10:34 +00:00
Dirk Froemberg
ec53882020 Fix dependency: ${PORTSDIR}/print/html2ps -> ${PORTSDIR}/print/html2ps-letter.
Requested by:	Andreas Klemm <andreas@FreeBSD.org> (mantainer)
1999-09-10 08:43:52 +00:00
Dirk Froemberg
c55ee41c2b Set PAPERSIZE to A4 and use html2ps-letter as a master port.
Requested by:	Andreas Klemm <andreas@FreeBSD.org> (mantainer)
1999-09-10 08:41:12 +00:00
Dirk Froemberg
093ee0b8df html2ps was split into html2ps-a4 and html2ps-letter.
Requested by:	Andreas Klemm <andreas@FreeBSD.org> (mantainer)
1999-09-10 08:32:24 +00:00
Dirk Froemberg
5c06167de9 - make port non-interactive.
- support a4 and letter papersizes after a repository copy from
  html2ps to html2ps-a4 and html2ps-letter.

- use ${PERL} for substituting not ${PERL5}.

Requested by:	Andreas Klemm <andreas@FreeBSD.org> (mantainer)
1999-09-10 08:27:35 +00:00
Chris Piazza
68e615346e Update MAINTAINER's email address
PR:		13648
Submitted by:	maintainer
1999-09-09 03:03:19 +00:00
Satoshi Taoka
4feb34e817 Add pclprint 1999-09-09 00:34:51 +00:00
Satoshi Taoka
1691f08756 Utility for printing to HP (Laser,Desk)Jets using PCL rather than PS
PR:		13422
Submitted by:	Will Andrews <andrews@technologist.com>
1999-09-09 00:33:09 +00:00
Dirk Froemberg
c4803edf82 Upgrade to 2.01.
PR:		ports/13627
Submitted by:	Lars Koeller <lkoeller@cc.fh-lippe.de>
1999-09-08 13:51:02 +00:00
Bill Fenner
5194fbd1e7 Update to 1.14
PR:		ports/13551
Submitted by:	Mike Meyer <mwm@phone.net>
1999-09-07 17:29:09 +00:00
Steve Price
ec1b2d16ed The tiff port now lives in ports/graphics/tiff. 1999-09-07 10:45:31 +00:00
Satoshi Taoka
b14e3be002 Updated to 3.16
Fixed MASTER_SITES
Modified pkg/COMMENT and pkg/DESCR

PR:		13568
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
1999-09-06 19:00:15 +00:00
Chris Piazza
85370b5821 Strip the binary on install
PR:		13480
Submitted by:	Mikhail Teterin <mi@aldan.agebra.com>
1999-09-04 20:08:01 +00:00
David E. O'Brien
5bcd51df20 change use of DISTNAME and portlint 1999-09-04 19:18:29 +00:00
Thomas Gellekum
8d1d4e1503 Upgrade to 7.00. 1999-09-03 10:40:36 +00:00
Michael Haro
65ab34a667 FreeBSD.ORG -> FreeBSD.org
Prompted by PR:  13476, 13477
Submitted by:  KATO Tsuguru
1999-08-31 06:53:31 +00:00
Michael Haro
e2b692e5ac Clean COMMENT
reformat DESCR and add WWW:
FreeBSD.ORG -> FreeBSD.org

PR:		13478
Submitted by:	KATO Tsuguru
1999-08-31 06:05:31 +00:00
Andreas Klemm
a3bf30526e Copyright changed 1999-08-31 06:00:20 +00:00
Peter Wemm
a53421230c $Id$ -> $FreeBSD$ 1999-08-31 01:53:22 +00:00
Andreas Klemm
9f7c335259 have some trouble with my make-release script
gzip and bzip2 create a compressed file and in
the header unfortunately this changes md5 checksum.

Now updating md5, have to look for a better solution
in the near future, stay tuned...
1999-08-30 21:39:14 +00:00
Tim Vanderhoek
847ae8f2b6 Remove preceeding pkgname from some of the comments having one. 1999-08-29 19:19:43 +00:00
Chris Piazza
edf87e5017 Update to version 0.51
PR:		13440
Submitted by:	maintainer
1999-08-28 19:23:45 +00:00
Andreas Klemm
9cf9e2eca9 Had to update sources without bumping version number.
So checksum changed...
1999-08-28 15:55:42 +00:00
Andreas Klemm
ff8d1cc78a upgrade to apsfilter 5.1.3
Changed License, want a postcard.

New features in 5.1.3
=====================

- Security fix. tmp files are now not readable by other people
  this gives you more privacy for your print jobs

- New nice options for a2ps when printing ASCII files

- SETUP's main menue now leads you more user friendly to new uniprint drivers

- SETUP: many display enhancements to make the setup script more
  informative to the user.

- some cosmetic concerning apsfilter-promo@klemm.gtn.com
1999-08-28 15:50:53 +00:00
Michael Haro
3262cce303 expr -> ${EXPR}
mv   -> ${MV}
rm   -> ${RM}
tr   -> ${TR}
1999-08-28 02:42:41 +00:00
Michael Haro
8d6f14a9b2 sed -> ${SED} 1999-08-28 02:17:34 +00:00
Michael Haro
af5f314286 ln -> ${LN} 1999-08-28 01:58:05 +00:00
Michael Haro
b8f8618362 echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuff
to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE}
1999-08-27 22:30:39 +00:00
Chris Piazza
12040352f0 Update MASTER_SITES
PR:		13316
Submitted by:	maintainer
1999-08-26 23:22:32 +00:00
Chris Piazza
0e775133d0 Add in a patch that I forgot to add when I committed the upgrade
to this port.
1999-08-25 21:12:56 +00:00
Thomas Gellekum
7e825d4600 Upgrade to 1.0.6.
Reviewed by:	Bernd Rosauer <br@netland.inka.de>
1999-08-25 14:25:39 +00:00
David E. O'Brien
fe1e09a6cc Change Id->FreeBSD. 1999-08-25 04:58:03 +00:00
Michael Haro
535add65ac grep -> ${GREP}
true -> ${TRUE}
false -> ${FALSE}
1999-08-23 04:23:59 +00:00
Michael Haro
235481b52a awk -> ${AWK}
basename -> ${BASENAME}
cat -> ${CAT}
cp -> ${CP}
ldconfig -> ${LDCONFIG}
mkdir -> ${MKDIR}
1999-08-22 23:33:47 +00:00
Michael Haro
5281212be3 chmod -> ${CHMOD}
chown -> ${CHOWN}
1999-08-22 19:01:07 +00:00
Steve Price
a60e16e85e Update to version 0.40.
PR:		12781 (15 of 19)
Submitted by:	Ade Lovett <ade@lovett.com>
1999-08-22 04:01:09 +00:00
Steve Price
1c0431424f Update to version 0.4.
PR:		12781 (7 of 19)
Submitted by:	Ade Lovett <ade@lovett.com>
1999-08-22 03:46:56 +00:00
Andreas Klemm
aae1018079 apsfilter download directory changed slightly...
Submitted by:	Richard Dabney <rdabney@lasg.com>
1999-08-21 01:59:43 +00:00
Satoshi Asami
83ce7c7ec7 Not a good idea to depend on non-existent teTeX-beta. 1999-08-20 10:11:16 +00:00
Satoshi Asami
eff315aba5 Remove teTeX-beta. 1999-08-20 09:34:08 +00:00
Chris Piazza
eae051c428 Update to 1.5.0
PR:		12970
Submitted by:	maintainer
1999-08-14 08:03:57 +00:00
Satoshi Taoka
4e58dc52eb Added two files, files/md5 and pkg/MESSAGE into print/acroread-commfont
(I forgot to add when I committed)
1999-08-12 01:09:52 +00:00
Satoshi Taoka
bcd90da874 Update to distfiles dated 1999.7.20
Removed "RESTRICTED" from acroread-chsfont acroread-chtfont acroread-korfont
 acroread-commfont  (I think that for acroread-jpnfont we need
 to register with Adobe)

Submitted:	maintainer (these are mine)
1999-08-12 01:03:24 +00:00
Satoshi Taoka
c55a42c05e Typo
Noticed by:	Atsushi TAKAHASHI <atsushi@stat.phys.titech.ac.jp>
1999-08-09 06:52:24 +00:00
Jean-Marc Zucconi
ed05b4a62e Upgrade: version T96->version T97 1999-08-07 22:56:20 +00:00
Dirk Froemberg
bff6eb345b Add FETCH_BEFORE_ARGS=-b.
Primary master site needs it.
1999-08-01 19:21:35 +00:00
Dirk Froemberg
6a1452975f Upgrade to 2.0.
pdflib is build as a shared library, now.
1999-07-30 21:04:01 +00:00
Marcel Moolenaar
d7d791cfa6 Make port depend on linux_base instead of linux_lib. 1999-07-21 14:55:43 +00:00
Andreas Klemm
d522742985 Fixed bug: html2ps chokes on pictures inserted via
<img src="file:/foo/bar.gif">
Thus mswordview output isn't parsed properly.

PR:		closes 10874
Submitted by:	stanislav shalunov <shalunov@att.com>
1999-07-19 19:58:06 +00:00
Jean-Marc Zucconi
0a9fae4a42 Don't install/overwrite files already installed by latex. 1999-07-15 22:41:30 +00:00
Jean-Marc Zucconi
aa40017f20 Update checksum (some files have been re-created) 1999-07-15 21:58:44 +00:00
Satoshi Asami
6b871f9e45 Assorted ${WRKDIRPREFIX}/symlink ${PORTSDIR} fixes. mbone/vat still doesn't
build but at least it will have a better chance.
1999-07-15 21:53:15 +00:00
Foxfair Hu
79f502e266 Correct a typo in DISTFILE. 1999-07-09 13:17:16 +00:00
David E. O'Brien
587a4efac8 MASTER_SITE_TEX_CTAN was misspelled. 1999-07-07 19:04:10 +00:00
David E. O'Brien
35714ddce4 An overridable MASTER_SITE_CTAN does little good if it is at the bottom of
the MASTER_SITES list.
1999-07-07 16:31:41 +00:00
Tim Vanderhoek
ffad6fb6cf Maintainer has updated to a PPC machine and, despite his stated desire,
will be unable to run FreeBSD and maintain this port on the new hardware.
Change maintainer to ports@FreeBSD.org.
1999-07-07 06:35:43 +00:00
Thomas Gellekum
112e1c9b5a Upgrade to 1.0.5.
Submitted by:	Bernd Rosauer <br@netland.inka.de>
Reviewed by:	nik
1999-07-06 07:10:10 +00:00
Andreas Klemm
062341d603 upgrade lyx port to 1.0.3
PR:		11656 12011 12153
Submitted by:	Chris Piazza cpiazza@home.net,
		Mikhail Teterin mi@aldan.algebra.com,
		Vadim Belman voland@plab.ku.dk
Reviewed by:	me
1999-07-05 19:19:10 +00:00
Steve Price
681b68d020 Don't require interaction on DEINSTALL while PACKAGE_BUILDING. 1999-07-04 21:41:46 +00:00
Chris Piazza
86226211d2 Activate cdlabelgen. 1999-06-28 19:50:55 +00:00
Chris Piazza
83e542e124 cdlabelgen: generates postscript for labels for CDs.
PR:		12355
Submitted by:	Juergen Lock <nox@jelal.kn-bremen.de>
1999-06-28 19:50:00 +00:00
Tim Vanderhoek
a84b5b5f94 #4/4 enforcing Caps, no period
[Has anyone figured-out what makes the number 393 so interesting to PW, now?]

I wonder what was going through Jordan's head during his infamous
$Id$-smashing commit.

Before I forget....

Thanks to naddy@mips.rhein-neckar.de (Christian Weisgerber) for prompting
this commit.  See msg-id: 7geokh$tje$1@mips.rhein-neckar.de
1999-06-26 19:22:14 +00:00
Tim Vanderhoek
dd9ff05a6a Commit #3/4 to enforce caps, no period.
FWIW, checkout of these things took 5+hrs, staying on the local
.freebsd.org net w/o hitting the 'net at all.

As promised,

$ time cvs ci
real    67m51.701s
user    0m1.250s
sys     0m5.345s
1999-06-26 19:12:45 +00:00
Tim Vanderhoek
748713c3f6 As threatened, enforce the "Capital, no period" rule. Ellipses are
permitted.  Note that, given current numeric motif of PW, this is done
in four equally-sized commits of 393 files each.
1999-06-26 17:19:19 +00:00
Steve Price
cd4f9532a6 Use time_t instead of long so this builds on the Alpha. 1999-06-22 16:52:42 +00:00
Steve Price
9ca3a86277 Live with the single warning fixed previously so that this builds again
on the Alpha.
1999-06-22 16:49:47 +00:00
Steve Price
081a82771f Avoid interactive install while PACKAGE_BUILDING. 1999-06-22 16:30:43 +00:00
Satoshi Asami
bfdba6df30 Change all permutations in capitalization of "asami@freebsd.org" to
"asami@FreeBSD.org".
1999-06-21 23:25:11 +00:00
Satoshi Taoka
d7e55a58c8 Added acroread-commfont 1999-06-17 09:38:38 +00:00
Satoshi Taoka
5bcf92c032 Asian Font Packs for Acrobat Reader 4.0 (for common files) 1999-06-17 09:35:58 +00:00
Dima Ruban
7ad6a80934 4.0b -> 4.0 1999-06-17 02:37:41 +00:00
Dima Ruban
160a767413 4.0b -> 4.0 1999-06-17 02:29:24 +00:00
Jean-Marc Zucconi
c5bb7f1b1a Portlint. 1999-06-15 16:07:33 +00:00
Jean-Marc Zucconi
cb120df8a8 Upgrade to version T96. 1999-06-15 16:06:07 +00:00
Andreas Klemm
20c49900a9 Sorry, had to re-roll 5.1.2, some minor glitches.
So other tar archive, other md5 ...
1999-06-12 22:03:54 +00:00
Andreas Klemm
e50c17a21b upgrade to apsfilter 5.1.2 1999-06-12 21:32:25 +00:00
Andreas Klemm
91c9bac009 changed port dependency:
use ghostscript55 instead of ghostscript5
1999-06-12 21:11:39 +00:00
Steve Price
3cbfbc7d26 Update to version 0.10.0
PR:		11771
Submitted by:	Chirs Piazza <cpiazza@home.net>
1999-06-08 23:47:06 +00:00
Jean-Marc Zucconi
14fcb58ba3 Upgrade to the 1999/06 version. Add more macros to the distribution (psnfss,
graphics). Portlint.
1999-06-08 23:10:52 +00:00
Steve Price
593990a1e7 The xforms ports is no longer an i386-only port. 1999-06-08 22:15:15 +00:00
Steve Price
002db8b4eb Update to version 1.11.
PR:		12085
Submitted by:	maintainer
1999-06-08 22:13:14 +00:00
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
Steve Price
1224e897fb Link with -lXp so this compiles again.
PR:		10848
Submitted by:	maintainer
1999-04-02 03:32:13 +00:00
Bill Fumerola
c371894d75 Use a correct CATEGORIES entry.
PR:		ports/10890
Submitted By:	Tom Hukins <tom@eborcom.com>
1999-03-31 20:21:49 +00:00
SADA Kenji
ec35e94680 Remove ``WWW.jp.FreeBSD.ORG/~sada/*'' addresses from MASTER_SITES
& PATCH_SITES, and use ${MASTER_SITE_PORTS_JP} instead.
We couldn't use ``WWW.jp.FreeBSD.ORG/'' address soon.
1999-03-31 16:41:31 +00:00
Chuck Robey
bbad0d9dad Remove references to Aladdin Ghostscript (this is GNU Ghostscript).
OK'ed by Satoshi.
1999-03-22 12:46:29 +00:00
Chuck Robey
daa24d1d48 update to version 4.12. 1999-03-20 02:56:13 +00:00
Satoshi Asami
d6719f3552 Add yatex-mule, yatex-xemacs and yatex-xemacs-mule. 1999-03-20 02:00:59 +00:00
Seiichirou Hiraoka
1162a3b4f0 Update to 3.13
PR: ports/10643
Submitted by:  jose@nobody.org
1999-03-19 18:53:20 +00:00
Satoshi Taoka
9a81ab7133 I made a mistake in previous committing.
This modification gets correct.
1999-03-17 08:08:38 +00:00
Satoshi Taoka
18aed621c2 moved japanese/yatex to print/yatex-mule (for Mule 2.3)
moved japanese/yatex-xemacs to print/yatex-xemacs-mule (for XEmacs20-mule)
added a new port: print/yatex-xemacs (for XEmacs19 XEmacs20)
1999-03-17 06:57:38 +00:00
Dirk Froemberg
b3b88011cc Upgrade to 1.0.1.
OK'ed by:	Andreas Klemm <andreas@FreeBSD.ORG> (maintainer)
1999-03-15 09:27:26 +00:00
Satoshi Taoka
cb24fa1bae Fixed MASTER_SITES
PR:		ports/10218
Submitted by:	Michael Haro mharo@area51.fremont.ca.us
1999-03-13 08:08:48 +00:00
Foxfair Hu
fbbc050aa7 Correct typo of MASTERSITE.
Submitted by: 	MAINTAINER.
1999-03-09 08:53:23 +00:00
Steve Price
7a740060d6 Update to version 4.2.0.
PR:		10406
Submitted by:	Keith Jang <keith@gcn.net.tw>
1999-03-08 22:03:33 +00:00
Satoshi Taoka
bbf434ec1d My modification (Rev. 1.3 -> 1.4) is incorrect, and
Mr. Okada's (PR: ports/10294) is right! Sorry!
1999-03-05 08:59:23 +00:00
Satoshi Taoka
94a9e83966 fix two problems about the shell script to modify site-start.el;
* create a empty file site-start.el in /
  * do not modify site-start.el

The next PR is about the later problem. But the patch cannot fix it.

PR: 		10294
Submitted by:	hokada@isl.melco.co.jp
1999-03-04 18:07:41 +00:00
Andreas Klemm
d63fa84132 update to apsfilter 5.0.1:
- bugfix: let file command work on the tmp file, avoid reading from stdin
- added a russian print filter to the contrib section
  Needs perhaps some documentation...
  I committed it nearly "as is", polished a bit Makefile and such...
1999-03-01 16:17:39 +00:00
Andreas Klemm
fadbac4bc3 Upgrade to apsfilter 5.0.0
Do  18 Feb 1999 21:15:27 CET	Joachim Achtzehnter <joachim@kraut.bc.ca>
	* LPRng support !!!
	* writing the first 8k into a tmp file makes rewindstdin unnecessary

Sat, 24 Oct 1998 22:29:12 -0500 (CDT)	Glenn Johnson <gljohns@bellsouth.net>
	* uniprint driver support (for ghostscript >= 5.10)
1999-02-28 15:32:07 +00:00
Dirk Froemberg
3eafcc6e77 Upgrade to 1.0.0 and add more MASTER_SITES.
OK'ed by:	Andreas Klemm <andreas@FreeBSD.ORG>
1999-02-05 14:55:32 +00:00
Satoshi Asami
5114e2637e Adjust port Makefiles to new EXTRACT_* variable defaults. See log of
bsd.port.mk rev. 1.304 for details on the change.

The fix here is one of the following.

(1) Define USE_BZIP2 instead of BUILD_DEPENDS on bzip2 and redefining
    EXTRACT_* commands.

(2) Change ${EXTRACT_CMD} to ${TAR} when the command is obviously
    calling the "tar" command (i.e., arguments like "-xzf" are spelled
    out).

(3) If ${EXTRACT_CMD} is called directly with ${EXTRACT_BEFORE_ARGS},
    add ${EXTRACT_AFTER_ARGS} to the command line as well.

(4) If any of EXTRACT_CMD, EXTRACT_BEFORE_ARGS or EXTRACT_AFTER_ARGS
    is set, define the other two too.
1999-02-03 11:12:01 +00:00
Jean-Marc Zucconi
6299d27cdb Patch the main makefile. Sometimes gmake exits(0) even if an inferior make
failed. (looks like a bug in gmake)
PR:		ports/9690
1999-02-03 02:45:07 +00:00
Vanilla I. Shu
8c90f843b8 Portlint, libtool.
PR:		ports/9826
Submitted by:	Jeremy Lea <reg@shale.csir.co.za>
1999-02-02 14:17:53 +00:00
Vanilla I. Shu
d1e1fa4161 Correct md5 checksum, and portlint.
PR:		ports/9829
Submitted by:	Jeremy Lea <reg@shale.csir.co.za>
1999-02-02 13:04:06 +00:00
Satoshi Asami
1e807174e0 portlint. 1999-02-01 22:16:12 +00:00
Jean-Marc Zucconi
08874a5ad9 Unset all TEX* environment variables before starting the build phase.
PR:		ports/9690
1999-01-29 03:09:05 +00:00
Jean-Marc Zucconi
7138655501 Upgrade: 2.124 -> 2.218 1999-01-29 02:34:15 +00:00
SADA Kenji
cf52582c72 s/freebsd3*)/freebsd[34]*/g 1999-01-28 21:31:42 +00:00
SADA Kenji
07461dbb56 type1inst already runs mkfontdir
PR:		ports/9724
Submitted by:	Pedro F. Giffuni <pfgiffun@bachue.usc.unal.edu.co>
1999-01-28 19:37:18 +00:00
Bill Fenner
dc90d64404 Use ${MASTER_SITE_GNOME} 1999-01-27 08:31:54 +00:00
Bill Fenner
5261958626 ${MASTER_SITE_GNU} got rearranged in December; let's catch up. 1999-01-27 07:41:29 +00:00
Satoshi Asami
25e789dc90 Remove two sites that have files with bad checksum. There's another one
(ftp.univ-evry.fr) that I cannot connect at the moment, but it's left there.
1999-01-27 02:08:13 +00:00
Steve Price
74ae4ee02a Activate the hp2xx port. 1999-01-26 03:32:20 +00:00
Steve Price
b7118c0945 Initial import of hp2xx version 3.20.
An HPGL converter into some vector- and raster formats w/ previewer for X.

PR:		9539
Submitted by:	Lars Koeller <lkoeller@cc.fh-lippe.de>
1999-01-26 03:30:26 +00:00
Steve Price
3e38731905 Update to version 3.2.1.
PR:		9592
Submitted by:	Satoshi TAOKA <taoka@infonets.hiroshima-u.ac.jp>
1999-01-26 02:42:34 +00:00
Vanilla I. Shu
343b837340 Bump png's major number to 3. 1999-01-23 07:05:35 +00:00
Nik Clayton
71cb5513d2 Call "mktexlsr" after installing so TeX knows about the added files.
Will do the same thing on deinstallation just as soon as I work out
how.

Approved By: Maintainer (Sean Kelly <kelly@plutotech.com>)
1999-01-22 00:03:56 +00:00
Vanilla I. Shu
4ad7dd9d51 png's version is 1.0.3 now. 1999-01-21 18:08:50 +00:00
Dirk Froemberg
e32e262806 Add pdflib. 1999-01-20 14:51:16 +00:00
Dirk Froemberg
5be2f6ee90 pdflib v0.6 - a C library for dynamically generating PDF 1999-01-20 14:49:13 +00:00
Steve Price
94598608af The following ports were consolidated into ports/print/perlftlib.
ports/print/p5-FreeType
	ports/print/p5-FreeTypeWrapper
	ports/x11/p5-mkttfdir

PR:		9518
Submitted by:	maintainer (of all of them :)
1999-01-18 02:50:24 +00:00
Vanilla I. Shu
3b45983233 Ate gnomeprint. 1999-01-17 20:20:26 +00:00
Vanilla I. Shu
78bb89e29e GNOME print library. 1999-01-17 20:19:18 +00:00
Vanilla I. Shu
aafb7063e5 BROKEN this ports, it can't work with gnome 0.99.x. 1999-01-17 19:58:37 +00:00
Andreas Klemm
85cab809f9 Changed lead maintainer
and description of what Lyx is...
Obtained from: Martin Vermeer <mv@fgi.fi> (LyX "propaganda officer")
1999-01-16 09:12:56 +00:00
Marc G. Fournier
b535b68888 Add Y2K link for Alladin GhostScript... 1999-01-13 07:24:57 +00:00
Satoshi Asami
776a66e347 Remove ghostscript (ver. 2) and ghostscript4. We now have GNU ghostscript5
and Alladin ghostscript55.

Approved by:	the ports list
1999-01-13 07:17:26 +00:00
Vanilla I. Shu
edecf3c4f0 Change maitainer's email address,
and BROKEN some gnome ports until I upgrade it.
1999-01-12 16:51:33 +00:00
Hidetoshi Shimokawa
145684059e Rewrite p5- module's PLIST for alpha.
Use newly introduced %%PARL_ARCH%% for dirname of architecture
dependent libraries.
(i.e. s!%%PERL_VER%%/i386-freebsd!%%PERL_VER%%/%%PERL_ARCH%%!)

Approved by: asami
1999-01-11 15:34:56 +00:00
Hidetoshi Shimokawa
ec8a4e66c1 Added 'ONLY_FOR_ARCHS=i386' to XForms dependent ports.
XForms has not been available for FreeBSD/alpha yet.
1999-01-07 08:19:57 +00:00
Hidetoshi Shimokawa
4b86d315ca Add 'ONLY_FOR_ARCHS=i386' to linux_lib dependent ports. 1999-01-07 02:31:51 +00:00
Jean-Marc Zucconi
d469e8b110 Upgrade: version T90 -> version T92 1999-01-05 01:48:35 +00:00
Steve Price
5b29201884 Activate ghostscript55 port. 1999-01-04 03:36:21 +00:00
Steve Price
755ea6dcdf Fixup after repository copy. 1999-01-04 03:36:01 +00:00
Steve Price
fac70936a0 Downgrade this to version 5.10 after repository copy.
PR:		9209
Submitted by:	Pedro F. Giffuni <pfgiffun@bachue.usc.unal.edu.co>
1999-01-04 03:34:06 +00:00
SADA Kenji
5f151c50fd SUBDIR += perlftlib
Submitted by:	Satoshi TAOKA <taoka@infonets.hiroshima-u.ac.jp>
1999-01-01 22:20:14 +00:00
SADA Kenji
6854484cd3 This is a package of libraries to use the FreeType library from the
perl language. It contains following pieces.

<FreeType.xs> This is a simple caller of the FreeType library. It has
same API as the FreeType library, so please read a manual of that to
understand how to use this.

<FreeTypeWrapper.pm> This is a simple wrapper of FreeType.xs to use
the FreeType library from perl with easy, perl-like API.

<ftinfo.pl> This is a dumper of a lot of information in each TrueType
fonts. This convert them as human readable strings.

<mkttfdir.pl> This is a maker of fonts.dir by parsing TTF and TTC
fils. It has special handler for DynaLab fonts, so it make good
fonts.dir automatically. And it detects what language's fonts are
contained in it by looking at code_page_range field in os2 table, so
it makes right entries.

See also <http://www.io.com/~kazushi/xtt/#perlftlib>

Note that ftinfo core-dumps with a signal 11 in case using
perl5.00502. :-)
Submitted by:	Satoshi TAOKA <taoka@infonets.hiroshima-u.ac.jp>
1999-01-01 22:18:54 +00:00
Dirk Froemberg
2e2e2f52dd Upgrade to 1.0.0pre6
Requested by:	Andreas Klemm <andreas@FreeBSD.ORG>
1998-12-28 21:18:07 +00:00
Thomas Gellekum
b73500f17e Location of home page changed.
Submitted by:	Brian Handy <handy@physics.montana.edu>
1998-12-28 10:21:34 +00:00
Satoshi Asami
3236435708 Mark this broken after repo copy. 1998-12-27 22:31:29 +00:00
Steve Price
da2769f7f1 Update to version 0.9.8a.
PR:		8579
Submitted by:	Tom Hukins <tom@eborcom.com>
1998-12-25 17:51:31 +00:00
Justin M. Seger
0b2bbe06df Don't install ${PREFIX}/bin/install-info
PR:		ports/8387
Submitted by:	finrod@niobe.ewox.org
1998-12-24 19:11:11 +00:00
Justin M. Seger
fee36ec2d7 Activate print/gsfonts 1998-12-24 12:13:55 +00:00
Justin M. Seger
0f7584fc37 Import of gsfonts v5.10a
This package installs the required Adobe fonts from GNU Ghostscript's
distribution, and prepares the Type1 fonts so they may also work in the
Xwindows environment.

PR:		ports/6311
Submitted by:	giffunip@asme.org
1998-12-24 12:13:20 +00:00
SADA Kenji
05b1fe7efc Remove down site from MASTER_SITES, added some. 1998-12-14 15:47:43 +00:00
SADA Kenji
f83cb25b38 I've added some MASTER_SITES and removed BROKEN. 1998-12-14 15:39:26 +00:00
David E. O'Brien
870e799163 BROKEN= 'fetch from *SINGLE* down site'
Forgot to add Extra MASER_SITES when upgrading by:	jseger
1998-12-14 02:48:02 +00:00
Satoshi Asami
08a9ff8c98 Don't write stuff to places other than ${WRKDIR}. 1998-12-13 08:47:43 +00:00
Jun Kuriyama
69c6a90fd3 Converting texts in figure by tgif to LaTeX commands
PR:		ports/8771 (part of)
Submitted by:	Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp>
1998-12-13 03:36:35 +00:00
Jun Kuriyama
7991a8cb75 Activate tgif2tex. 1998-12-13 03:13:17 +00:00
Justin M. Seger
8b5e5a31a3 Upgrade to freetype 1.2
Submitted by:	taguchi@tohoku.iij.ad.jp
1998-12-12 20:58:06 +00:00
Vanilla I. Shu
d17c12dd8d Add more MASTER_SITES.
PR:	ports/9037
Submitted by:	josh@quick.net
1998-12-10 17:24:33 +00:00
Nik Clayton
520c9c3065 Added jadetex. 1998-12-08 21:11:51 +00:00
Nik Clayton
e366972e90 I hope this has done the right thing, I hate using easy-import.
This is JadeTeX, a set of TeX macros for processing the TeX output from
Jade and doing useful things with it. In the grand scheme of things,
it'll be used as part of the process to convert DocBook to PostScript
and PDF.

It depends on teTeX-beta, all 30 megs of it.

Sean Kelly did all this, and deserves the credit, I'm just committing
on his behalf.

That ticking noise you can here is LinuxDoc's shrinking lifetime.

Reviewed by:	nik@freebsd.org
Submitted by:	Sean Kelly <kelly@plutotech.com>
1998-12-08 21:08:28 +00:00
David E. O'Brien
a0137c4f0c * Make fetchable by adding MASTER_SITEs.
* portlint
1998-12-08 09:43:26 +00:00
Vanilla I. Shu
f401522cff Add forgotten manpage. 1998-12-03 12:26:40 +00:00
Andreas Klemm
ffbdee70be update std font. Only the new font (symlink)
ghostscript-fonts-std-5.50.tar.gz points to
the newer font
ghostscript-fonts-std-5.10a.tar.gz points to
                          ^-- !
in another directory on the ftp server.
1998-12-03 08:38:56 +00:00
Andreas Klemm
604d2ee3c1 *** empty log message *** 1998-12-03 08:24:21 +00:00
David E. O'Brien
55da950a00 Nevermind.. I wasn't trying to fetch from wcarchive as last resort.
(but these ports still need extra MASTER_SITEs)
1998-12-02 09:07:19 +00:00
David E. O'Brien
2de581f844 BROKEN = 'fetch' 1998-12-02 09:04:05 +00:00