1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
Commit Graph

98 Commits

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