Satoshi Asami
a6dfd6d20f
Add DIST_SUBDIR=xdvi. This port has only one distfile but the Japanese
...
version is in the subdir.
1996-03-10 09:06:28 +00:00
Satoshi Asami
54bfe2c902
Remove ${KEYWORDS}.
1996-03-06 08:20:19 +00:00
Satoshi Asami
399591162d
Add "/teTeX" to ${DISTDIR}. This port requires a bunch of files, not
...
all of which start with "teTeX".
1996-03-06 07:19:38 +00:00
Jean-Marc Zucconi
6253533986
Use a version number in 2 tarballs (web and web2c), so that they can be
...
shared with the japanese port.
1996-03-02 02:08:23 +00:00
Thomas Gellekum
dbaa2a7e6f
Add teTeX.
1996-02-22 10:35:56 +00:00
Thomas Gellekum
02e9ad88e7
Import a port of teTeX, _the_ TeX system for UN*X.
...
Submitted by: Bernd Rosauer <br@netland.sub.de>
1996-02-22 10:21:53 +00:00
Satoshi Asami
55317197db
Delete "@cwd /usr/X386" (another example why @cwd is completely useless)
...
and add the man page. Fixes PR misc/985.
1996-02-01 08:06:02 +00:00
Jean-Marc Zucconi
6fecdbec3c
Upgrade to the December version.
1995-12-18 00:27:58 +00:00
Jean-Marc Zucconi
28e68753dc
Use (zcat | dd | tar xf -) < filename to extract the distfile.
...
remove superfluous mkdir
1995-12-06 00:35:31 +00:00
Satoshi Asami
0f929cd811
Upgrade, 4.9.2 -> 4.9.3. It now compiles here instead of having
...
pre-compiled binaries in the tarball.
Submitted by: Andreas Klemm <andreas@knobel.gun.de> (mostly)
1995-12-04 02:28:21 +00:00
Satoshi Asami
b420aa2bfb
Change "printing" to "print".
1995-11-22 13:18:35 +00:00
Satoshi Asami
f9829ce695
Oops, the previous one was nuked by the full filesystem. This one is
...
correct.
1995-11-15 11:21:02 +00:00
Satoshi Asami
e03eceae26
Add apsfilter.
1995-11-15 11:12:51 +00:00
Satoshi Asami
07ea16dc2d
"Make printing under FreeBSD actually work" (according to jkh)
...
Submitted by: Andreas Klemm <andreas@knobel.gun.de> via jkh
1995-11-15 11:08:02 +00:00
Satoshi Asami
a5ccb121a1
Make sure ftpget is executable, remove extraneous mkdir's.
...
Submitted by: jmz
1995-11-15 03:31:36 +00:00
Satoshi Asami
7cd6a55ea4
Delete @cwd, @mode, @owner and @group from these packing lists.
...
Reported by: jkh
1995-11-13 13:21:26 +00:00
Jean-Marc Zucconi
37f7e33a78
Shorten the COMMENT line
1995-10-25 00:44:40 +00:00
Satoshi Asami
71e8a27039
Add ghostscript3.
1995-10-20 10:36:46 +00:00
Jean-Marc Zucconi
5062c4453c
Take CFLAGS from /etc/make.conf
1995-10-05 17:31:06 +00:00
Jean-Marc Zucconi
4221217c1f
Add a pre-fetch target to make ftpget executable. This fixes the message
...
'ports/print/tex/files/ftpget: not found'
1995-10-03 21:19:24 +00:00
Satoshi Asami
1f43de46ba
Convert all makefiles to new formats.
1995-10-03 11:45:15 +00:00
Jean-Marc Zucconi
a8bb9c11ff
BUILD_DEPENDS and RUN_DEPENDS on tex
1995-09-23 20:24:13 +00:00
Jean-Marc Zucconi
7e95e7f864
Add musixtex
...
Convert to the new format
Reviewed by:
Submitted by:
Obtained from:
1995-07-15 23:23:05 +00:00
Jean-Marc Zucconi
2127b3b122
A set of TeX macros to typeset polyphonic, orchestral or polyphonic music
...
Reviewed by:
Submitted by:
Obtained from:
1995-07-15 23:13:59 +00:00
Jean-Marc Zucconi
e863f371fe
Change the distfiles names: they now contain the version number
1995-06-27 12:56:00 +00:00
Jean-Marc Zucconi
f72e38b87e
Upgrade to the 95/06 version
1995-06-24 16:35:58 +00:00
Satoshi Asami
8360a75fd7
Add crl.dec.com to MASTER_SITES, ftp.x.org tends to be busy.
1995-06-20 07:46:44 +00:00
Jean-Marc Zucconi
60ac0fe195
Upgrade: patchlevel 18 -> 20
1995-06-13 20:59:35 +00:00
Satoshi Asami
8a16ea2ec2
Delete extra newlines at end of file.
1995-05-16 10:44:12 +00:00
Satoshi Asami
64fc9bf2b3
Add "PKGNAME=dviselect-1.3". According to Jean-Marc, there is no
...
chance of this code being updated so assign one ourselves. This
particular number ("1.3") is taken from the rcsid of dviselect.c (in
fact the only source file for this program).
1995-05-16 10:43:59 +00:00
Satoshi Asami
c9dc84a522
Clean up subdir Makefiles. They now all look like this:
...
=====
# Id line
#
# RESTRICTED: restricted_port_1 (comment1)
# RESTRICTED: restricted_port_2 (comment2)
#
# BROKEN: broken_port_3 (comment3)
# BROKEN: broken_port_4 (comment4)
# BROKEN: broken_port_5 (comment5)
#
SUBDIR= good_port_1 good_port_2 ...
=====
Basically, the idea is to make it easy to find restricted or broken
ports by doing a "grep".
1995-05-14 03:30:07 +00:00
Satoshi Asami
47cc94fd88
Sort!
1995-05-13 09:20:19 +00:00
Satoshi Asami
b87abb9d27
Added rtf2latex.
1995-05-02 09:10:53 +00:00
Satoshi Asami
bdd165b669
rtf2LaTeX is a filter that converts RTF (MS's Rich Text Format) into LaTeX.
...
Submitted by: thomas@ghpc8.ihf.rwth-aachen.de
1995-05-02 09:03:29 +00:00
Satoshi Asami
cb0c70038e
Add tr2latex.
1995-05-02 08:31:42 +00:00
Satoshi Asami
e349b78b86
tr2latex - convert a document from troff to LaTeX
...
Submitted by: thomas@ghpc8.ihf.rwth-aachen.de
1995-05-02 08:28:16 +00:00
Jordan K. Hubbard
cc5ef3ed5a
Remove tkHTML
1995-04-29 10:21:23 +00:00
Jordan K. Hubbard
6047b291cd
Add tkHTML
1995-04-28 16:07:53 +00:00
Jean-Marc Zucconi
efde37bf6b
Cosmetic changes
1995-04-22 16:52:18 +00:00
Jean-Marc Zucconi
52d947c22f
Warn and request confirmation for installing/removing the package. One file
...
may also be used by xdvi; the package is build with some defaults, which
may be not wanted by the user.
1995-04-22 16:51:49 +00:00
Jean-Marc Zucconi
96fcd3ab75
Remove the last line of the pre-install target. The command will be executed
...
during post-install
1995-04-22 16:49:58 +00:00
Jean-Marc Zucconi
43b6162b06
Cosmetic changes.
1995-04-22 00:16:06 +00:00
Jean-Marc Zucconi
f53d67c7e8
Warn and request confirmation for installing/removing the package. One file
...
may also be used by dvips; the package is build with some defaults, which
may be not wanted by the user (the port IS_INTERACTIVE)
1995-04-22 00:14:30 +00:00
Jean-Marc Zucconi
68360a7bcc
Remove the last line of the do-install target. The command will be executed
...
during post-install
1995-04-22 00:05:24 +00:00
Jean-Marc Zucconi
74bab574a2
Change all makefiles in the print directory according to the new rules
...
for bsd.port.mk
1995-04-21 00:21:41 +00:00
Jean-Marc Zucconi
3f3532544c
The configure script now propose to create fonts in the default tex
...
font directory instead of /tmp.
If the user choose the defaults, then the mode of font directory is
changed to 1777 at install time.
1995-04-20 02:04:02 +00:00
Jean-Marc Zucconi
91e4b39ad1
Change the master site.
1995-04-19 19:42:24 +00:00
Jean-Marc Zucconi
9adc029bfb
General cleanup:
...
Put the fetch target in Makefile.inc, remove pre-fetch target.
Split scripts/ftpget into files/ftpget and files/ftplib.pl
1995-04-18 14:02:57 +00:00
Jean-Marc Zucconi
7f62e49355
re-enable latex and latex209 since they seem to work.
1995-04-18 01:22:21 +00:00
Jean-Marc Zucconi
76ecf8959d
Add PKGNAME, and touch the install cookie after install
1995-04-17 22:11:19 +00:00
Satoshi Asami
ec89e8b011
Added various "build: configure" and "install: build" dependencies.
...
Pointed-out by: jmz
1995-04-17 20:31:43 +00:00
Jean-Marc Zucconi
c8142a61f7
Add -L${X11BASE}/lib in flags.
1995-04-17 00:16:14 +00:00
Jean-Marc Zucconi
6be78ed1f2
Tex version is 3.1415
1995-04-16 22:52:37 +00:00
Jean-Marc Zucconi
1af9bb385b
Add myself as maintainer.
...
Remove hard-coded PREFIX and Add EXEC_DEPENDS=tex:${PORTSDIR}/print/tex
1995-04-15 22:36:51 +00:00
Jean-Marc Zucconi
1e8406a563
Set XMKMF=xmkmf. Apparently xmkmf -a (the defaults) confuses the Imakefile.
1995-04-15 22:06:55 +00:00
Joerg Wunsch
79bf3682a0
Back out my previous change, and revert xdvi to build with gmake.
...
This Imakefile crud here it _too_ weird to deal with; let it as it
stands now.
1995-04-15 14:44:37 +00:00
Satoshi Asami
a28c2d8099
Print Makefiles...this one was tough!
1995-04-15 04:34:11 +00:00
Joerg Wunsch
cf5b29ae3d
xdvi no longer requires GNU make. The offending `include' line in the
...
(admittedly ugly) Imakefile has never been used, since this port does
have its own configure script.
I gratuitously removed it. :)
1995-04-14 20:51:56 +00:00
Satoshi Asami
53821769ed
Added Xpm to LIB_DEPENDS.
...
Pointed-out by: Paul Richards
1995-04-12 03:57:37 +00:00
Jean-Marc Zucconi
bb0452e715
Add MAINTAINER= jmz@FreeBSD.org
1995-04-11 02:02:17 +00:00
Jean-Marc Zucconi
3ee1c56c09
Add a missing checksum
1995-04-03 14:56:41 +00:00
Jean-Marc Zucconi
a17b2981fd
Another set of checksums
1995-04-01 16:33:35 +00:00
Jordan K. Hubbard
ac3066bf75
Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are in
...
multiple catagories - I'll expect the various MAINTAINERS to make further
adjustments (and add any KEYWORDS lines) themselves.
1995-04-01 12:51:41 +00:00
Gary Palmer
3753222345
Try to get most ports checksummed
1995-03-31 22:18:54 +00:00
Andreas Schulz
007af1f11a
Remove latex and latex209 from the subdir list and put it into the
...
broken category.
latex runs into an endless input loop.
latex209 doesn't find the hyphen file.
1995-03-30 22:53:58 +00:00
Jean-Marc Zucconi
d037bfba67
Add EXEC_DEPENDS for latex and latex209
...
Define WRKDIR so that the build targets work correctly
Be repetitively affirmative when building latex so that it does not require
user input
1995-03-04 03:57:55 +00:00
Jordan K. Hubbard
72fa75778e
This port IS_INTERACTIVE
1995-03-03 09:03:37 +00:00
Gary Palmer
ee767bfd47
Remove ImageMagick - it's been moved
1995-02-28 22:40:11 +00:00
Jean-Marc Zucconi
8ae8f83773
A cleaner patch for USA paper sizes
...
Submitted by: Julian Elischer <julian@freefall.cdrom.com>
1995-02-22 01:01:31 +00:00
Jean-Marc Zucconi
16182396ce
Use $PREFIX instead of fixed paths.
1995-02-15 02:22:35 +00:00
Jean-Marc Zucconi
f87fbc766f
Create destination directories
1995-02-15 02:21:43 +00:00
Jean-Marc Zucconi
d8101d5451
Install documentation too
1995-02-13 15:00:23 +00:00
Andreas Schulz
df36b8f218
get the MASTER_SITE_OVERRIDE working in the Makefile.
1995-02-13 00:10:51 +00:00
Satoshi Asami
86793c984d
Converted Makefiles as much as I could.
...
(1) Took out INSTALL_MANPAGES (not necessary anymore, porter should
set NO_INSTALL_MANPAGES for not calling "make install.man")
(2) Replaced most of DEPENDS with EXEC_DEPENDS and LIB_DEPENDS. These
are the entries I used:
EXEC_DEPENDS:
unzip:${PORTSDIR}/archivers/unzip
gmake:${PORTSDIR}/devel/gmake
wishx:${PORTSDIR}/lang/tclX
xli:${PORTSDIR}/graphics/xli
gs:${PORTSDIR}/print/ghostscript
gunshar:${PORTSDIR}/archivers/gshar+gunshar
hfs:${PORTSDIR}/utils/hfs
rman:${PORTSDIR}/utils/rman
LIB_DEPENDS:
tiff\\.3\\.:${PORTSDIR}/graphics/tiff
jpeg\\.5\\.:${PORTSDIR}/graphics/jpeg
Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
tcl\\.7\\.:${PORTSDIR}/lang/tcl
tk\\.3\\.:${PORTSDIR}/x11/tk
xview\\.1\\.:${PORTSDIR}/x11/xview-lib
Xaw3d\\.:${PORTSDIR}/x11/Xaw3d
mpeg\\.1\\.:${PORTSDIR}/graphics/mpeg-lib
xview\\.3\\.:${PORTSDIR}/x11/xview-lib
BLT\\.1\\.:${PORTSDIR}/x11/blt
There are still some dependencies I can't figure out what exactly
is needed. If your port still has DEPENDS in it, please check it out!
1995-02-11 13:51:48 +00:00
Jean-Marc Zucconi
d489767447
Avoid error during install if an old version already exists.
1995-02-11 02:59:04 +00:00
Satoshi Asami
2fca486976
Upgrade, 3.1 -> 3.1.1
...
Submitted by: "Philippe Charnier" <charnier@lirmm.fr>
1995-01-28 18:37:02 +00:00
Jordan K. Hubbard
d22ba34649
YABT (Yet Another Bogus TAB).
1995-01-27 07:33:42 +00:00
Satoshi Asami
bb4da97d62
Upgrade from 3.0 to 3.1.
...
Submitted by: "Philippe Charnier" <charnier@lirmm.fr>
1995-01-24 19:23:29 +00:00
Jean-Marc Zucconi
e521421552
Added bin/latex
1995-01-16 22:07:22 +00:00
Jean-Marc Zucconi
691b203a20
Create ${PREFIX}/bin/latex
1995-01-16 22:07:03 +00:00
Jean-Marc Zucconi
6aa796f4db
Remove bin/latex
1995-01-16 21:59:16 +00:00
Jean-Marc Zucconi
0253a984d8
Remove latex from ${PREFIX}/bin since this port build tex only
1995-01-16 21:58:12 +00:00
Jordan K. Hubbard
17008a5e0e
Add new guests.
1995-01-13 14:16:34 +00:00
Satoshi Asami
7af75d9539
Upgrade to 3.0. Thanks, Philippe!
...
=====
Submitted by: charnier@lirmm.fr
To: ports@freebsd.org
Subject: transfig.3.0
Date: Sat, 07 Jan 1995 10:21:29 +0100
From: "Philippe Charnier" <charnier@lirmm.fr>
xfig 3.0 need transfig 3.0 which is not yet in the tree. Here is some
patches. The Makefile need also to be changed (2.1.8 -> 3.0)
1995-01-07 11:01:52 +00:00
Jean-Marc Zucconi
f125601837
Removed a blank line in the middle of the build target.
1995-01-04 00:26:23 +00:00
Jean-Marc Zucconi
9453403a78
The fetch target has been moved in Makefile.inc. The makefile has also been
...
cleaned.
LaTeX has been removed since it duplicated the LaTeX port. This avoid changing
both TeX and LaTeX when something changes in LaTeX only.
1994-12-27 02:55:51 +00:00
Jean-Marc Zucconi
d5d7c41c04
touch ${BUILD_COOKIE} after build.
1994-12-26 22:05:35 +00:00
Jean-Marc Zucconi
ed75513699
Update to take account of the new distfile.
1994-12-26 00:25:51 +00:00
Jean-Marc Zucconi
1f0bce9fe2
Makefile has been cleaned and the fetch target has been moved in Makefile.inc
...
Added latex tools (verbatim, multicol, theorem, etc.) in distfiles
1994-12-26 00:23:32 +00:00
L Jonas Olsson
abe0248f21
The package file didn't work with current packaging method (using -p PREFIX)
1994-12-25 21:32:36 +00:00
Andreas Schulz
1bd464cd7c
Add afm to the subdir target.
1994-12-25 13:27:32 +00:00
Nate Williams
0141bf5e49
Enabled 'LaTeX' by default and fixed up the install rules for the latex
...
install.
1994-12-23 00:45:07 +00:00
Jean-Marc Zucconi
09956ebb8b
Use ${BUILD_COOKIE}
...
Set PKGNAME
1994-12-12 12:53:06 +00:00
Gary Palmer
c862ea308f
Manpage is installed compressed.
1994-11-25 19:44:02 +00:00
Jean-Marc Zucconi
719a118771
replace /usr/local with ${PREFIX}
1994-11-25 13:58:40 +00:00
L Jonas Olsson
a4d9a62bb2
Adobe font metrics as used by FlexFAX.
...
I'm having problems with the package.
1994-11-23 16:05:46 +00:00
Jordan K. Hubbard
6cbaf3fe88
Add transfig
1994-11-23 14:53:03 +00:00
Jordan K. Hubbard
5a41abaec4
Michael Reifenberger's transfig port.
...
Submitted by: mr
1994-11-23 14:48:06 +00:00
Jordan K. Hubbard
59508be20d
This is an INTERACTIVE port - make sure that it's own install rule
...
plays by the proper rules too, then.
1994-11-23 13:04:37 +00:00
Jean-Marc Zucconi
08a8941429
Makefile: USE_INTERACTIVE defined, use ${PREFIX}, reflect changes in
...
bsd.port.mk
configure: use ${PREFIX}
use ${PREFIX}
1994-11-17 01:04:17 +00:00
Jean-Marc Zucconi
2f2acdd712
Makefile: USE_INTERACTIVE defined, use ${PREFIX}, reflect changes in
...
bsd.port.mk
configure: use ${PREFIX}
1994-11-17 01:02:54 +00:00
Jordan K. Hubbard
c030153a85
Fixes from Jean-Marc Zucconi. Thanks yet again!
...
Submitted by: jmz
1994-11-11 22:29:14 +00:00
Jordan K. Hubbard
4fc7079da8
From: Jean-Marc Zucconi <jmz@thud.cdrom.com>
...
The previous change submitted by charnier@lirmm.fr was wrong. The
MASTER_SITES address was correct!
Submitted by: jmz
1994-11-11 21:40:21 +00:00
Jordan K. Hubbard
560856bdcd
This port is interactive. Sigh..
1994-11-10 01:35:21 +00:00
Jordan K. Hubbard
407ef52f61
Add a2ps.
1994-11-06 02:15:02 +00:00
Jordan K. Hubbard
965e8a336f
Jean-Marc Zucconi's a2ps port.
...
Submitted by: jmz
1994-11-06 02:13:39 +00:00
Jordan K. Hubbard
00180e3a0f
ghostview 1.5.
1994-10-22 05:42:23 +00:00
Jordan K. Hubbard
a814624f23
Add new ports in print.
1994-10-14 04:12:19 +00:00
Jordan K. Hubbard
595a0f47cd
Jeam-Marc Zucconi's dvi2xx port - prints .dvi files to HP LaserJet or
...
IBM 3812.
Submitted by: jmz
1994-10-14 04:10:03 +00:00
Jordan K. Hubbard
49a221753d
Correct MASTER_SITES address from Philippe Charnier <charnier@lirmm.fr>
...
Submitted by: charnier
1994-10-12 22:30:54 +00:00
Jordan K. Hubbard
29342fc00f
Jean-Marc Zucconi's updates to these ports.
...
Submitted by: jmz
1994-10-12 03:00:12 +00:00
Jordan K. Hubbard
b7d4486e8c
Jean-Marc Zucconi's dviselect port.
...
Submitted by: jmz
1994-10-12 02:59:31 +00:00
Jordan K. Hubbard
eb0eafb6b1
This is Jean-Marc Zucconi's makeindex port.
...
Submitted by: jmz
1994-10-12 02:58:10 +00:00
Jordan K. Hubbard
99c4758b1e
Updates from Jean-Marc Zucconi.
...
Submitted by: jmz
1994-10-08 23:46:07 +00:00
Jordan K. Hubbard
deab9494fa
These are my changes to support the new argument-less configure scripts.
1994-10-04 15:12:57 +00:00
Jordan K. Hubbard
4c2ca10b5d
This is for texinfo printing (not in /usr/src/gnu/usr.bin/texinfo).
...
Submitted by: jmz
1994-10-02 20:11:28 +00:00
Jordan K. Hubbard
5c92c51f6d
Jean-Marc Zucconi's xdvi port.
...
Submitted by: jmz
1994-10-01 00:00:16 +00:00
Jordan K. Hubbard
9380d9db21
Add dvips port to targets.
1994-09-30 00:54:54 +00:00
Jordan K. Hubbard
f46e0c51ed
Jean-Marc Zucconi's dvips port.
...
Submitted by: jmz
1994-09-30 00:54:06 +00:00
Jordan K. Hubbard
404ba24c8a
Make sure /usr/local/share/psutils exists.
...
Submitted by: jmz
1994-09-29 13:48:42 +00:00
Jordan K. Hubbard
59277e8240
Add tex and latex targets.
1994-09-29 09:05:11 +00:00
Jordan K. Hubbard
a1b4b14d0b
Bring in Jean-Marc Zucconi's LaTeX port.
...
Submitted by: jmz
1994-09-29 08:56:50 +00:00
Jordan K. Hubbard
cdd0886479
Bring in Jean-Marc Zucconi's tex port. The Makefile is kind of weird,
...
and he has his own ftp-get routine, but knowing how complex the TeX
distribution is, I suspect that all of this obfuscation is probably justified!
Submitted by: jmz
1994-09-29 08:56:20 +00:00
Jordan K. Hubbard
4cac729dfd
Synchronize the ports with the Makefiles.
1994-09-26 13:39:19 +00:00
Jordan K. Hubbard
9c598528b4
Jean-Marc Zucconi's psutils port.
...
Submitted by: Jean-Marc Zucconi
1994-09-21 23:05:50 +00:00
Jordan K. Hubbard
8f1e32223a
Start bringing in the print section of the new ports.
1994-09-11 12:54:09 +00:00