summaryrefslogtreecommitdiff
path: root/print (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add -L${X11BASE}/lib in flags.Jean-Marc Zucconi1995-04-171-2/+2
| | | | Notes: svn path=/head/; revision=1417
* Tex version is 3.1415Jean-Marc Zucconi1995-04-161-2/+2
| | | | Notes: svn path=/head/; revision=1411
* Add myself as maintainer.Jean-Marc Zucconi1995-04-151-2/+7
| | | | | | | Remove hard-coded PREFIX and Add EXEC_DEPENDS=tex:${PORTSDIR}/print/tex Notes: svn path=/head/; revision=1372
* Set XMKMF=xmkmf. Apparently xmkmf -a (the defaults) confuses the Imakefile.Jean-Marc Zucconi1995-04-151-1/+3
| | | | Notes: svn path=/head/; revision=1370
* Back out my previous change, and revert xdvi to build with gmake.Joerg Wunsch1995-04-151-1/+2
| | | | | | | | This Imakefile crud here it _too_ weird to deal with; let it as it stands now. Notes: svn path=/head/; revision=1365
* Print Makefiles...this one was tough!Satoshi Asami1995-04-1513-35/+154
| | | | Notes: svn path=/head/; revision=1360
* xdvi no longer requires GNU make. The offending `include' line in theJoerg Wunsch1995-04-141-1/+0
| | | | | | | | | | (admittedly ugly) Imakefile has never been used, since this port does have its own configure script. I gratuitously removed it. :) Notes: svn path=/head/; revision=1356
* Added Xpm to LIB_DEPENDS.Satoshi Asami1995-04-121-2/+5
| | | | | | | Pointed-out by: Paul Richards Notes: svn path=/head/; revision=1346
* Add MAINTAINER= jmz@FreeBSD.orgJean-Marc Zucconi1995-04-119-0/+9
| | | | Notes: svn path=/head/; revision=1327
* Add a missing checksumJean-Marc Zucconi1995-04-031-0/+1
| | | | Notes: svn path=/head/; revision=1281
* Another set of checksumsJean-Marc Zucconi1995-04-015-0/+5
| | | | Notes: svn path=/head/; revision=1272
* Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are inJordan K. Hubbard1995-04-0114-2/+16
| | | | | | | | multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves. Notes: svn path=/head/; revision=1267
* Try to get most ports checksummedGary Palmer1995-03-313-0/+3
| | | | Notes: svn path=/head/; revision=1262
* Remove latex and latex209 from the subdir list and put it into theAndreas Schulz1995-03-301-2/+5
| | | | | | | | | broken category. latex runs into an endless input loop. latex209 doesn't find the hyphen file. Notes: svn path=/head/; revision=1256
* Add EXEC_DEPENDS for latex and latex209Jean-Marc Zucconi1995-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 Notes: svn path=/head/; revision=1084
* This port IS_INTERACTIVEJordan K. Hubbard1995-03-031-0/+1
| | | | Notes: svn path=/head/; revision=1080
* Remove ImageMagick - it's been movedGary Palmer1995-02-281-4/+3
| | | | Notes: svn path=/head/; revision=1068
* A cleaner patch for USA paper sizesJean-Marc Zucconi1995-02-222-0/+103
| | | | | | | Submitted by: Julian Elischer <julian@freefall.cdrom.com> Notes: svn path=/head/; revision=1015
* Use $PREFIX instead of fixed paths.Jean-Marc Zucconi1995-02-151-4/+4
| | | | Notes: svn path=/head/; revision=982
* Create destination directoriesJean-Marc Zucconi1995-02-151-0/+4
| | | | Notes: svn path=/head/; revision=981
* Install documentation tooJean-Marc Zucconi1995-02-132-206/+297
| | | | Notes: svn path=/head/; revision=968
* get the MASTER_SITE_OVERRIDE working in the Makefile.Andreas Schulz1995-02-131-0/+2
| | | | Notes: svn path=/head/; revision=961
* Converted Makefiles as much as I could.Satoshi 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! Notes: svn path=/head/; revision=935
* Avoid error during install if an old version already exists.Jean-Marc Zucconi1995-02-111-1/+1
| | | | Notes: svn path=/head/; revision=933
* Upgrade, 3.1 -> 3.1.1Satoshi Asami1995-01-285-12/+28
| | | | | | | Submitted by: "Philippe Charnier" <charnier@lirmm.fr> Notes: svn path=/head/; revision=840
* YABT (Yet Another Bogus TAB).Jordan K. Hubbard1995-01-271-1/+1
| | | | Notes: svn path=/head/; revision=834
* Upgrade from 3.0 to 3.1.Satoshi Asami1995-01-245-10/+10
| | | | | | | Submitted by: "Philippe Charnier" <charnier@lirmm.fr> Notes: svn path=/head/; revision=823
* Added bin/latexJean-Marc Zucconi1995-01-161-1/+3
| | | | Notes: svn path=/head/; revision=788
* Create ${PREFIX}/bin/latexJean-Marc Zucconi1995-01-161-0/+1
| | | | Notes: svn path=/head/; revision=787
* Remove bin/latexJean-Marc Zucconi1995-01-161-1/+0
| | | | Notes: svn path=/head/; revision=786
* Remove latex from ${PREFIX}/bin since this port build tex onlyJean-Marc Zucconi1995-01-161-0/+1
| | | | Notes: svn path=/head/; revision=785
* Add new guests.Jordan K. Hubbard1995-01-131-3/+4
| | | | Notes: svn path=/head/; revision=768
* Upgrade to 3.0. Thanks, Philippe!Satoshi Asami1995-01-076-63/+39
| | | | | | | | | | | | | | | | ===== 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) Notes: svn path=/head/; revision=733
* Removed a blank line in the middle of the build target.Jean-Marc Zucconi1995-01-041-1/+0
| | | | Notes: svn path=/head/; revision=679
* The fetch target has been moved in Makefile.inc. The makefile has also beenJean-Marc Zucconi1994-12-271-96/+10
| | | | | | | | | cleaned. LaTeX has been removed since it duplicated the LaTeX port. This avoid changing both TeX and LaTeX when something changes in LaTeX only. Notes: svn path=/head/; revision=620
* touch ${BUILD_COOKIE} after build.Jean-Marc Zucconi1994-12-261-1/+5
| | | | Notes: svn path=/head/; revision=619
* Update to take account of the new distfile.Jean-Marc Zucconi1994-12-261-0/+43
| | | | Notes: svn path=/head/; revision=615
* Makefile has been cleaned and the fetch target has been moved in Makefile.incJean-Marc Zucconi1994-12-261-39/+17
| | | | | | | Added latex tools (verbatim, multicol, theorem, etc.) in distfiles Notes: svn path=/head/; revision=614
* The package file didn't work with current packaging method (using -p PREFIX)L Jonas Olsson1994-12-251-38/+37
| | | | Notes: svn path=/head/; revision=611
* Add afm to the subdir target.Andreas Schulz1994-12-251-3/+3
| | | | Notes: svn path=/head/; revision=610
* Enabled 'LaTeX' by default and fixed up the install rules for the latexNate Williams1994-12-231-4/+5
| | | | | | | install. Notes: svn path=/head/; revision=602
* Use ${BUILD_COOKIE}Jean-Marc Zucconi1994-12-121-1/+6
| | | | | | | Set PKGNAME Notes: svn path=/head/; revision=560
* Manpage is installed compressed.Gary Palmer1994-11-251-1/+1
| | | | Notes: svn path=/head/; revision=506
* replace /usr/local with ${PREFIX}Jean-Marc Zucconi1994-11-251-2/+2
| | | | Notes: svn path=/head/; revision=500
* Adobe font metrics as used by FlexFAX.L Jonas Olsson1994-11-235-0/+89
| | | | | | | I'm having problems with the package. Notes: svn path=/head/; revision=487
* Add transfigJordan K. Hubbard1994-11-231-2/+2
| | | | Notes: svn path=/head/; revision=485
* Michael Reifenberger's transfig port.Jordan K. Hubbard1994-11-235-0/+76
| | | | | | | Submitted by: mr Notes: svn path=/head/; revision=484
* This is an INTERACTIVE port - make sure that it's own install ruleJordan K. Hubbard1994-11-231-0/+2
| | | | | | | plays by the proper rules too, then. Notes: svn path=/head/; revision=481
* Makefile: USE_INTERACTIVE defined, use ${PREFIX}, reflect changes inJean-Marc Zucconi1994-11-171-4/+7
| | | | | | | | | bsd.port.mk configure: use ${PREFIX} use ${PREFIX} Notes: svn path=/head/; revision=393
* Makefile: USE_INTERACTIVE defined, use ${PREFIX}, reflect changes inJean-Marc Zucconi1994-11-171-8/+4
| | | | | | | | bsd.port.mk configure: use ${PREFIX} Notes: svn path=/head/; revision=392