summaryrefslogtreecommitdiff
path: root/print (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add crl.dec.com to MASTER_SITES, ftp.x.org tends to be busy.Satoshi Asami1995-06-201-2/+3
| | | | Notes: svn path=/head/; revision=1843
* Upgrade: patchlevel 18 -> 20Jean-Marc Zucconi1995-06-133-8/+7
| | | | Notes: svn path=/head/; revision=1829
* Delete extra newlines at end of file.Satoshi Asami1995-05-161-8/+0
| | | | Notes: svn path=/head/; revision=1766
* Add "PKGNAME=dviselect-1.3". According to Jean-Marc, there is noSatoshi Asami1995-05-161-1/+2
| | | | | | | | | 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). Notes: svn path=/head/; revision=1765
* Clean up subdir Makefiles. They now all look like this:Satoshi Asami1995-05-141-1/+2
| | | | | | | | | | | | | | | | | | | | | | ===== # 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". Notes: svn path=/head/; revision=1740
* Sort!Satoshi Asami1995-05-131-3/+4
| | | | Notes: svn path=/head/; revision=1718
* Added rtf2latex.Satoshi Asami1995-05-021-1/+2
| | | | Notes: svn path=/head/; revision=1575
* rtf2LaTeX is a filter that converts RTF (MS's Rich Text Format) into LaTeX.Satoshi Asami1995-05-025-0/+31
| | | | | | | Submitted by: thomas@ghpc8.ihf.rwth-aachen.de Notes: svn path=/head/; revision=1573
* Add tr2latex.Satoshi Asami1995-05-021-2/+2
| | | | Notes: svn path=/head/; revision=1571
* tr2latex - convert a document from troff to LaTeXSatoshi Asami1995-05-025-0/+30
| | | | | | | Submitted by: thomas@ghpc8.ihf.rwth-aachen.de Notes: svn path=/head/; revision=1570
* Remove tkHTMLJordan K. Hubbard1995-04-291-2/+2
| | | | Notes: svn path=/head/; revision=1553
* Add tkHTMLJordan K. Hubbard1995-04-281-2/+3
| | | | Notes: svn path=/head/; revision=1549
* Cosmetic changesJean-Marc Zucconi1995-04-221-3/+7
| | | | Notes: svn path=/head/; revision=1495
* Warn and request confirmation for installing/removing the package. One fileJean-Marc Zucconi1995-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. Notes: svn path=/head/; revision=1494
* Remove the last line of the pre-install target. The command will be executedJean-Marc Zucconi1995-04-221-2/+1
| | | | | | | during post-install Notes: svn path=/head/; revision=1493
* Cosmetic changes.Jean-Marc Zucconi1995-04-221-3/+6
| | | | Notes: svn path=/head/; revision=1481
* Warn and request confirmation for installing/removing the package. One fileJean-Marc Zucconi1995-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) Notes: svn path=/head/; revision=1480
* Remove the last line of the do-install target. The command will be executedJean-Marc Zucconi1995-04-221-2/+1
| | | | | | | during post-install Notes: svn path=/head/; revision=1477
* Change all makefiles in the print directory according to the new rulesJean-Marc Zucconi1995-04-217-46/+27
| | | | | | | for bsd.port.mk Notes: svn path=/head/; revision=1474
* The configure script now propose to create fonts in the default texJean-Marc Zucconi1995-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. Notes: svn path=/head/; revision=1469
* Change the master site.Jean-Marc Zucconi1995-04-191-2/+2
| | | | Notes: svn path=/head/; revision=1467
* General cleanup:Jean-Marc Zucconi1995-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 Notes: svn path=/head/; revision=1457
* re-enable latex and latex209 since they seem to work.Jean-Marc Zucconi1995-04-181-5/+2
| | | | Notes: svn path=/head/; revision=1441
* Add PKGNAME, and touch the install cookie after installJean-Marc Zucconi1995-04-171-1/+3
| | | | Notes: svn path=/head/; revision=1440
* Added various "build: configure" and "install: build" dependencies.Satoshi Asami1995-04-176-14/+14
| | | | | | | Pointed-out by: jmz Notes: svn path=/head/; revision=1439
* 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