summaryrefslogtreecommitdiffstats
path: root/print
Commit message (Collapse)AuthorAgeFilesLines
* Added rtf2latex.asami1995-05-021-1/+2
|
* rtf2LaTeX is a filter that converts RTF (MS's Rich Text Format) into LaTeX.asami1995-05-025-0/+31
| | | | Submitted by: thomas@ghpc8.ihf.rwth-aachen.de
* Add tr2latex.asami1995-05-021-2/+2
|
* tr2latex - convert a document from troff to LaTeXasami1995-05-025-0/+30
| | | | Submitted by: thomas@ghpc8.ihf.rwth-aachen.de
* Remove tkHTMLjkh1995-04-291-2/+2
|
* Add tkHTMLjkh1995-04-281-2/+3
|
* Cosmetic changesjmz1995-04-221-3/+7
|
* Warn and request confirmation for installing/removing the package. One filejmz1995-04-222-0/+75
| | | | | may also be used by xdvi; the package is build with some defaults, which may be not wanted by the user.
* Remove the last line of the pre-install target. The command will be executedjmz1995-04-221-2/+1
| | | | during post-install
* Cosmetic changes.jmz1995-04-221-3/+6
|
* Warn and request confirmation for installing/removing the package. One filejmz1995-04-222-0/+70
| | | | | 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)
* Remove the last line of the do-install target. The command will be executedjmz1995-04-221-2/+1
| | | | during post-install
* Change all makefiles in the print directory according to the new rulesjmz1995-04-217-46/+27
| | | | for bsd.port.mk
* The configure script now propose to create fonts in the default texjmz1995-04-204-16/+52
| | | | | | font directory instead of /tmp. If the user choose the defaults, then the mode of font directory is changed to 1777 at install time.
* Change the master site.jmz1995-04-191-2/+2
|
* General cleanup:jmz1995-04-181-22/+5
| | | | | Put the fetch target in Makefile.inc, remove pre-fetch target. Split scripts/ftpget into files/ftpget and files/ftplib.pl
* re-enable latex and latex209 since they seem to work.jmz1995-04-181-5/+2
|
* Add PKGNAME, and touch the install cookie after installjmz1995-04-171-1/+3
|
* Added various "build: configure" and "install: build" dependencies.asami1995-04-176-14/+14
| | | | Pointed-out by: jmz
* Add -L${X11BASE}/lib in flags.jmz1995-04-171-2/+2
|
* Tex version is 3.1415jmz1995-04-161-2/+2
|
* Add myself as maintainer.jmz1995-04-151-2/+7
| | | | Remove hard-coded PREFIX and Add EXEC_DEPENDS=tex:${PORTSDIR}/print/tex
* Set XMKMF=xmkmf. Apparently xmkmf -a (the defaults) confuses the Imakefile.jmz1995-04-151-1/+3
|
* Back out my previous change, and revert xdvi to build with gmake.joerg1995-04-151-1/+2
| | | | | This Imakefile crud here it _too_ weird to deal with; let it as it stands now.
* Print Makefiles...this one was tough!asami1995-04-1513-35/+154
|
* xdvi no longer requires GNU make. The offending `include' line in thejoerg1995-04-141-1/+0
| | | | | | | (admittedly ugly) Imakefile has never been used, since this port does have its own configure script. I gratuitously removed it. :)
* Added Xpm to LIB_DEPENDS.asami1995-04-121-2/+5
| | | | Pointed-out by: Paul Richards
* Add MAINTAINER= jmz@FreeBSD.orgjmz1995-04-119-0/+9
|
* Add a missing checksumjmz1995-04-031-0/+1
|
* Another set of checksumsjmz1995-04-015-0/+5
|
* Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are injkh1995-04-0114-2/+16
| | | | | multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves.
* Try to get most ports checksummedgpalmer1995-03-313-0/+3
|
* Remove latex and latex209 from the subdir list and put it into theats1995-03-301-2/+5
| | | | | | broken category. latex runs into an endless input loop. latex209 doesn't find the hyphen file.
* Add EXEC_DEPENDS for latex and latex209jmz1995-03-042-5/+6
| | | | | | Define WRKDIR so that the build targets work correctly Be repetitively affirmative when building latex so that it does not require user input
* This port IS_INTERACTIVEjkh1995-03-031-0/+1
|
* Remove ImageMagick - it's been movedgpalmer1995-02-281-4/+3
|
* A cleaner patch for USA paper sizesjmz1995-02-222-0/+103
| | | | Submitted by: Julian Elischer <julian@freefall.cdrom.com>
* Use $PREFIX instead of fixed paths.jmz1995-02-151-4/+4
|
* Create destination directoriesjmz1995-02-151-0/+4
|
* Install documentation toojmz1995-02-132-206/+297
|
* get the MASTER_SITE_OVERRIDE working in the Makefile.ats1995-02-131-0/+2
|
* Converted Makefiles as much as I could.asami1995-02-112-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (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!
* Avoid error during install if an old version already exists.jmz1995-02-111-1/+1
|
* Upgrade, 3.1 -> 3.1.1asami1995-01-285-12/+28
| | | | Submitted by: "Philippe Charnier" <charnier@lirmm.fr>
* YABT (Yet Another Bogus TAB).jkh1995-01-271-1/+1
|
* Upgrade from 3.0 to 3.1.asami1995-01-245-10/+10
| | | | Submitted by: "Philippe Charnier" <charnier@lirmm.fr>
* Added bin/latexjmz1995-01-161-1/+3
|
* Create ${PREFIX}/bin/latexjmz1995-01-161-0/+1
|
* Remove bin/latexjmz1995-01-161-1/+0
|
* Remove latex from ${PREFIX}/bin since this port build tex onlyjmz1995-01-161-0/+1
|
OpenPOWER on IntegriCloud