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

646 Commits

Author SHA1 Message Date
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