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
Satoshi Asami
58cbb43213
ADd USE_XLIB.
1998-12-02 04:59:50 +00:00
Jean-Marc Zucconi
db3126e16c
Do not create a file in ${SCRIPTDIR}. Create it in ${WRKDIR} and use a
...
post-install target instead.
Requested by: asami
1998-12-01 21:14:08 +00:00
Satoshi Asami
3a752acb3c
Append ${WRKDIRPREFIX} in front of jpeg and png dir names.
1998-12-01 09:59:46 +00:00
Satoshi Asami
555a3ebe6c
Use MASTERDIR where appropriate. Also, add FILE_DEPENDS to denote
...
that the port otherwise uses files from another port. (Note: support
for FILE_DEPENDS is not in bsd.port.mk yet, so it's a no-op for now.)
1998-12-01 03:06:49 +00:00
Satoshi Asami
f22feb535b
A few more USE_XLIBs.
1998-11-28 09:07:24 +00:00
Satoshi Asami
c961f8fd9d
Sorry, marked teTeX instead af teTeX-beta broken by mistake. Also, change
...
broken to manual-package-build, it can only be built with an empty /usr/local.
1998-11-26 06:24:38 +00:00
Satoshi Asami
77034e70c4
Sorry, still doesn't package.
...
===> Building package for teTeX-0.9-981113
tar: can't add file share/texmf/web2c/etex.efmt : No such file or directory
tar: can't add file share/texmf/web2c/etex.log : No such file or directory
tar: can't add file share/texmf/web2c/lambda.fmt : No such file or directory
tar: can't add file share/texmf/web2c/lambda.log : No such file or directory
tar: can't add file share/texmf/web2c/omega.fmt : No such file or directory
tar: can't add file share/texmf/web2c/omega.log : No such file or directory
tar: can't add file share/texmf/web2c/pdflatex.fmt : No such file or directory
tar: can't add file share/texmf/web2c/pdflatex.log : No such file or directory
tar: can't add file share/texmf/web2c/pdftex.fmt : No such file or directory
tar: can't add file share/texmf/web2c/pdftex.log : No such file or directory
pkg_create: tar command failed with code 256
Creating package /usr/ports/packages/All/teTeX-0.9-981113.tgz
Registering depends: libwww-5.2 png-1.0.2.
Creating gzip'd tar ball in '/usr/ports/packages/All/teTeX-0.9-981113.tgz'
*** Error code 1
Stop.
1998-11-26 05:43:00 +00:00
SADA Kenji
c3f7d39522
This is a null commit to record information I forgot to put in
...
previous commit log.
PR: ports/8450
Submitted by: Stephen J. Roznowski <sjr@home.net>
1998-11-23 21:42:20 +00:00
Satoshi Asami
bda48cd5d1
Remove extraneous space that snuck in with previous commit.
1998-11-23 12:05:50 +00:00
Thomas Gellekum
81910b6246
Brand acroread executable. Doesn't really matter because it's linked
...
dynamically, but doesn't hurt, either.
PR: 8779
Submitted by: Joel Ray Holbeck <joelh@gnu.org>
1998-11-23 09:51:57 +00:00
Satoshi Asami
b9f0e42f31
Make the message match reality.
1998-11-23 08:54:39 +00:00
Satoshi Asami
5dbd01cd92
A little portlint. Also, enscript dir name changed.
1998-11-23 08:52:12 +00:00
SADA Kenji
d4c621601b
Make port's Makefile to pass $PERL5 to the scripts/pre-configure,
...
that installed `html2ps' script would execute true path of Perl5,
even on the FreeBSD-CUREENT system.
1998-11-22 22:45:16 +00:00
SADA Kenji
1c95fb782a
Revice MASTER_SITES to the new location.
...
PR: ports/8794
Submitted by: Brett Taylor <brett@peloton.physics.montana.edu>
1998-11-22 19:18:59 +00:00
Chuck Robey
b46c77a632
Upgrade a2ps to version 4.10.4
1998-11-22 07:45:55 +00:00