summaryrefslogtreecommitdiff
path: root/print (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add virtualpaperJordan K. Hubbard1996-06-141-1/+2
| | | | Notes: svn path=/head/; revision=3214
* The virtual paper software, as described atJordan K. Hubbard1996-06-145-0/+165
| | | | | | | | | | http://www.research.digital.com:80/SRC/virtualpaper/ Huzzah, our first Modula-3 using port! Caution: If you don't already have Modula-3, you will after you build this port! Make sure you have plenty of swap space before attempting this. Notes: svn path=/head/; revision=3211
* A4/Letter papersize controlled by PAPERSIZE variable. Closes PR 1104 andSatoshi Asami1996-05-278-123/+232
| | | | | | | | | 1106. Submitted by: David O'Brien (obrien@cs.ucdavis.edu) Notes: svn path=/head/; revision=3142
* Added RUN_DEPENDS on wishx.Satoshi Asami1996-05-272-2/+6
| | | | | | | Submitted by: Bernd Rosauer <br@stiller.netland.inka.de> Notes: svn path=/head/; revision=3140
* Add .gz to manpages to reflect reality (in most places). Also, removeSatoshi Asami1996-05-271-29/+29
| | | | | | | trailing spaces (no, this one is really ok!). Notes: svn path=/head/; revision=3139
* Setting the PAPERSIZE variable will allows to build packages with differentJean-Marc Zucconi1996-05-131-2/+46
| | | | | | | | | | default paper size. For instance, make PAPERSIZE=letter will build a package for US-letter paper size as default. Reviewed by: jmz Submitted by: David E. O'Brien <obrien@Nuxi.cs.ucdavis.edu> Notes: svn path=/head/; revision=3079
* Update to incorporate update-96-05-01.sh from the author and someSatoshi Asami1996-05-136-22/+28
| | | | | | | | | fixes from the maintainer. Submitted by: Bernd Rosauer <br@netland.inka.de> Notes: svn path=/head/; revision=3077
* Rename EXEC_DEPENDS to RUN_DEPENDSThomas Gellekum1996-04-181-2/+2
| | | | Notes: svn path=/head/; revision=3005
* Oops. Add RUN_DEPENDS=gs.Thomas Gellekum1996-04-181-1/+2
| | | | Notes: svn path=/head/; revision=3004
* Add gv.Thomas Gellekum1996-04-171-1/+2
| | | | Notes: svn path=/head/; revision=3003
* Add gv, a postscript previewer based on ghostscript,Thomas Gellekum1996-04-177-0/+225
| | | | | | | but with a nicer screen layout. Notes: svn path=/head/; revision=3002
* Added html2latex.Satoshi Asami1996-04-121-1/+2
| | | | | | | Forgotten by: joerg ( :> ) Notes: svn path=/head/; revision=2995
* html2latex, a simple converter to make HTML files printable.Joerg Wunsch1996-04-128-0/+282
| | | | | | | | (I've made sure and got an explicit permission from the author for redistribution.) Notes: svn path=/head/; revision=2994
* Add unroff.Thomas Gellekum1996-04-101-1/+2
| | | | Notes: svn path=/head/; revision=2966
* pkg/COMMENT files for use by ports READMEs.Satoshi Asami1996-04-091-0/+1
| | | | Notes: svn path=/head/; revision=2959
* Add Apr/96 patch from author.Satoshi Asami1996-04-094-4/+8
| | | | | | | Submitted by: Bernd Rosauer <br@netland.sub.de> Notes: svn path=/head/; revision=2951
* The distfile has moved in a subdir.Jean-Marc Zucconi1996-04-022-4/+4
| | | | Notes: svn path=/head/; revision=2935
* Do not mkdir ${PREFIX}/man nor ${PREFIX}/binJean-Marc Zucconi1996-03-281-3/+9
| | | | | | | Compress man pages Notes: svn path=/head/; revision=2899
* Add pkfonts.Satoshi Asami1996-03-211-1/+2
| | | | Notes: svn path=/head/; revision=2871
* PK fonts. Used by Japanese ghostscript and xdvi, but the fonts themselvesSatoshi Asami1996-03-218-0/+3665
| | | | | | | | | | | | | have nothing to do with Japanese so this one's here. (The Japanese fonts are in japanese/pkfonts.) Note omission of pkg/PLIST is intentional, one of pkg/*.list will be copied onto pkg/PLIST depending on the resolution specified (default 300). Submitted by: Hideaki Ohmon <ohmon@sfc.keio.ac.jp> Notes: svn path=/head/; revision=2870
* I forgot to add the version number in the EXTRACT_ONLY listJean-Marc Zucconi1996-03-191-2/+2
| | | | Notes: svn path=/head/; revision=2855
* Use DIST_SUBDIR.Satoshi Asami1996-03-102-4/+4
| | | | Notes: svn path=/head/; revision=2825
* Add DIST_SUBDIR=xdvi. This port has only one distfile but the JapaneseSatoshi Asami1996-03-101-1/+2
| | | | | | | version is in the subdir. Notes: svn path=/head/; revision=2823
* Remove ${KEYWORDS}.Satoshi Asami1996-03-062-3/+1
| | | | Notes: svn path=/head/; revision=2780
* Add "/teTeX" to ${DISTDIR}. This port requires a bunch of files, notSatoshi Asami1996-03-062-2/+4
| | | | | | | all of which start with "teTeX". Notes: svn path=/head/; revision=2777
* Use a version number in 2 tarballs (web and web2c), so that they can beJean-Marc Zucconi1996-03-021-6/+6
| | | | | | | shared with the japanese port. Notes: svn path=/head/; revision=2764
* Add teTeX.Thomas Gellekum1996-02-221-1/+2
| | | | Notes: svn path=/head/; revision=2738
* Import a port of teTeX, _the_ TeX system for UN*X.Thomas Gellekum1996-02-2210-0/+260
| | | | | | | Submitted by: Bernd Rosauer <br@netland.sub.de> Notes: svn path=/head/; revision=2737
* Delete "@cwd /usr/X386" (another example why @cwd is completely useless)Satoshi Asami1996-02-011-1/+1
| | | | | | | and add the man page. Fixes PR misc/985. Notes: svn path=/head/; revision=2673
* Upgrade to the December version.Jean-Marc Zucconi1995-12-183-165/+174
| | | | Notes: svn path=/head/; revision=2564
* Use (zcat | dd | tar xf -) < filename to extract the distfile.Jean-Marc Zucconi1995-12-061-2/+5
| | | | | | | remove superfluous mkdir Notes: svn path=/head/; revision=2534
* Upgrade, 4.9.2 -> 4.9.3. It now compiles here instead of havingSatoshi Asami1995-12-048-48/+12
| | | | | | | | | pre-compiled binaries in the tarball. Submitted by: Andreas Klemm <andreas@knobel.gun.de> (mostly) Notes: svn path=/head/; revision=2522
* Change "printing" to "print".Satoshi Asami1995-11-2219-37/+37
| | | | Notes: svn path=/head/; revision=2454
* Oops, the previous one was nuked by the full filesystem. This one isSatoshi Asami1995-11-151-0/+27
| | | | | | | correct. Notes: svn path=/head/; revision=2425
* Add apsfilter.Satoshi Asami1995-11-151-26/+0
| | | | Notes: svn path=/head/; revision=2424
* "Make printing under FreeBSD actually work" (according to jkh)Satoshi Asami1995-11-1510-0/+226
| | | | | | | Submitted by: Andreas Klemm <andreas@knobel.gun.de> via jkh Notes: svn path=/head/; revision=2423
* Make sure ftpget is executable, remove extraneous mkdir's.Satoshi Asami1995-11-151-4/+4
| | | | | | | Submitted by: jmz Notes: svn path=/head/; revision=2419
* Delete @cwd, @mode, @owner and @group from these packing lists.Satoshi Asami1995-11-134-15/+0
| | | | | | | Reported by: jkh Notes: svn path=/head/; revision=2415
* Shorten the COMMENT lineJean-Marc Zucconi1995-10-257-7/+7
| | | | Notes: svn path=/head/; revision=2361
* Add ghostscript3.Satoshi Asami1995-10-201-1/+2
| | | | Notes: svn path=/head/; revision=2358
* Take CFLAGS from /etc/make.confJean-Marc Zucconi1995-10-051-2/+2
| | | | Notes: svn path=/head/; revision=2274
* Add a pre-fetch target to make ftpget executable. This fixes the messageJean-Marc Zucconi1995-10-032-2/+8
| | | | | | | 'ports/print/tex/files/ftpget: not found' Notes: svn path=/head/; revision=2234
* Convert all makefiles to new formats.Satoshi Asami1995-10-031-21/+21
| | | | Notes: svn path=/head/; revision=2233
* BUILD_DEPENDS and RUN_DEPENDS on texJean-Marc Zucconi1995-09-233-6/+9
| | | | Notes: svn path=/head/; revision=2190
* Add musixtexJean-Marc Zucconi1995-07-151-6/+21
| | | | | | | | | | Convert to the new format Reviewed by: Submitted by: Obtained from: Notes: svn path=/head/; revision=1974
* A set of TeX macros to typeset polyphonic, orchestral or polyphonic musicJean-Marc Zucconi1995-07-156-0/+194
| | | | | | | | | Reviewed by: Submitted by: Obtained from: Notes: svn path=/head/; revision=1973
* Change the distfiles names: they now contain the version numberJean-Marc Zucconi1995-06-271-9/+9
| | | | Notes: svn path=/head/; revision=1897
* Upgrade to the 95/06 versionJean-Marc Zucconi1995-06-243-9/+20
| | | | Notes: svn path=/head/; revision=1872
* 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