aboutsummaryrefslogtreecommitdiffstats
path: root/print
Commit message (Collapse)AuthorAgeFilesLines
* Change from the custom perl FTP library to use fetch instead.Gary Palmer1996-07-051-8/+20
| | | | Submitted by: jmz
* Fix typo in patchGary Palmer1996-07-041-1/+1
| | | | Submitted by: Mark Murray <mark@grondar.za>
* Add virtualpaperJordan K. Hubbard1996-06-141-1/+2
|
* 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.
* 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)
* Added RUN_DEPENDS on wishx.Satoshi Asami1996-05-272-2/+6
| | | | Submitted by: Bernd Rosauer <br@stiller.netland.inka.de>
* 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!).
* 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>
* 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>
* Rename EXEC_DEPENDS to RUN_DEPENDSThomas Gellekum1996-04-181-2/+2
|
* Oops. Add RUN_DEPENDS=gs.Thomas Gellekum1996-04-181-1/+2
|
* Add gv.Thomas Gellekum1996-04-171-1/+2
|
* Add gv, a postscript previewer based on ghostscript,Thomas Gellekum1996-04-177-0/+225
| | | | but with a nicer screen layout.
* Added html2latex.Satoshi Asami1996-04-131-1/+2
| | | | Forgotten by: joerg ( :> )
* html2latex, a simple converter to make HTML files printable.Joerg Wunsch1996-04-138-0/+282
| | | | | (I've made sure and got an explicit permission from the author for redistribution.)
* Add unroff.Thomas Gellekum1996-04-101-1/+2
|
* pkg/COMMENT files for use by ports READMEs.Satoshi Asami1996-04-091-0/+1
|
* Add Apr/96 patch from author.Satoshi Asami1996-04-094-4/+8
| | | | Submitted by: Bernd Rosauer <br@netland.sub.de>
* The distfile has moved in a subdir.Jean-Marc Zucconi1996-04-032-4/+4
|
* Do not mkdir ${PREFIX}/man nor ${PREFIX}/binJean-Marc Zucconi1996-03-291-3/+9
| | | | Compress man pages
* Add pkfonts.Satoshi Asami1996-03-221-1/+2
|
* PK fonts. Used by Japanese ghostscript and xdvi, but the fonts themselvesSatoshi Asami1996-03-228-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>
* I forgot to add the version number in the EXTRACT_ONLY listJean-Marc Zucconi1996-03-191-2/+2
|
* Use DIST_SUBDIR.Satoshi Asami1996-03-102-4/+4
|
* Add DIST_SUBDIR=xdvi. This port has only one distfile but the JapaneseSatoshi Asami1996-03-101-1/+2
| | | | version is in the subdir.
* Remove ${KEYWORDS}.Satoshi Asami1996-03-062-3/+1
|
* Add "/teTeX" to ${DISTDIR}. This port requires a bunch of files, notSatoshi Asami1996-03-062-2/+4
| | | | all of which start with "teTeX".
* 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.
* Add teTeX.Thomas Gellekum1996-02-221-1/+2
|
* 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>
* 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.
* Upgrade to the December version.Jean-Marc Zucconi1995-12-183-165/+174
|
* Use (zcat | dd | tar xf -) < filename to extract the distfile.Jean-Marc Zucconi1995-12-061-2/+5
| | | | remove superfluous mkdir
* 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)
* Change "printing" to "print".Satoshi Asami1995-11-2219-37/+37
|
* Oops, the previous one was nuked by the full filesystem. This one isSatoshi Asami1995-11-151-0/+27
| | | | correct.
* Add apsfilter.Satoshi Asami1995-11-151-26/+0
|
* "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
* Make sure ftpget is executable, remove extraneous mkdir's.Satoshi Asami1995-11-151-4/+4
| | | | Submitted by: jmz
* Delete @cwd, @mode, @owner and @group from these packing lists.Satoshi Asami1995-11-134-15/+0
| | | | Reported by: jkh
* Shorten the COMMENT lineJean-Marc Zucconi1995-10-257-7/+7
|
* Add ghostscript3.Satoshi Asami1995-10-201-1/+2
|
* Take CFLAGS from /etc/make.confJean-Marc Zucconi1995-10-061-2/+2
|
* Add a pre-fetch target to make ftpget executable. This fixes the messageJean-Marc Zucconi1995-10-042-2/+8
| | | | 'ports/print/tex/files/ftpget: not found'
* Convert all makefiles to new formats.Satoshi Asami1995-10-031-21/+21
|
* BUILD_DEPENDS and RUN_DEPENDS on texJean-Marc Zucconi1995-09-243-6/+9
|
* Add musixtexJean-Marc Zucconi1995-07-161-6/+21
| | | | | | | Convert to the new format Reviewed by: Submitted by: Obtained from:
* A set of TeX macros to typeset polyphonic, orchestral or polyphonic musicJean-Marc Zucconi1995-07-166-0/+194
| | | | | | Reviewed by: Submitted by: Obtained from:
* Change the distfiles names: they now contain the version numberJean-Marc Zucconi1995-06-271-9/+9
|
* Upgrade to the 95/06 versionJean-Marc Zucconi1995-06-253-9/+20
|
* Add crl.dec.com to MASTER_SITES, ftp.x.org tends to be busy.Satoshi Asami1995-06-201-2/+3
|
* Upgrade: patchlevel 18 -> 20Jean-Marc Zucconi1995-06-143-8/+7
|
* Delete extra newlines at end of file.Satoshi Asami1995-05-161-8/+0
|
* 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).
* 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".
* Sort!Satoshi Asami1995-05-131-3/+4
|
* Added rtf2latex.Satoshi Asami1995-05-021-1/+2
|
* 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
* Add tr2latex.Satoshi Asami1995-05-021-2/+2
|
* tr2latex - convert a document from troff to LaTeXSatoshi Asami1995-05-025-0/+30
| | | | Submitted by: thomas@ghpc8.ihf.rwth-aachen.de
* Remove tkHTMLJordan K. Hubbard1995-04-291-2/+2
|
* Add tkHTMLJordan K. Hubbard1995-04-291-2/+3
|
* Cosmetic changesJean-Marc Zucconi1995-04-231-3/+7
|
* Warn and request confirmation for installing/removing the package. One fileJean-Marc Zucconi1995-04-232-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 executedJean-Marc Zucconi1995-04-231-2/+1
| | | | during post-install
* Cosmetic changes.Jean-Marc Zucconi1995-04-221-3/+6
|
* 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)
* Remove the last line of the do-install target. The command will be executedJean-Marc Zucconi1995-04-221-2/+1
| | | | during post-install
* Change all makefiles in the print directory according to the new rulesJean-Marc Zucconi1995-04-217-46/+27
| | | | for bsd.port.mk
* 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.
* Change the master site.Jean-Marc Zucconi1995-04-201-2/+2
|
* 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
* re-enable latex and latex209 since they seem to work.Jean-Marc Zucconi1995-04-181-5/+2
|
* Add PKGNAME, and touch the install cookie after installJean-Marc Zucconi1995-04-181-1/+3
|
* Added various "build: configure" and "install: build" dependencies.Satoshi Asami1995-04-186-14/+14
| | | | Pointed-out by: jmz
* Add -L${X11BASE}/lib in flags.Jean-Marc Zucconi1995-04-171-2/+2
|
* Tex version is 3.1415Jean-Marc Zucconi1995-04-171-2/+2
|
* Add myself as maintainer.Jean-Marc Zucconi1995-04-161-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.Jean-Marc Zucconi1995-04-161-1/+3
|
* 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.
* Print Makefiles...this one was tough!Satoshi Asami1995-04-1513-35/+154
|
* xdvi no longer requires GNU make. The offending `include' line in theJoerg Wunsch1995-04-151-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.Satoshi Asami1995-04-121-2/+5
| | | | Pointed-out by: Paul Richards
* Add MAINTAINER= jmz@FreeBSD.orgJean-Marc Zucconi1995-04-119-0/+9
|
* Add a missing checksumJean-Marc Zucconi1995-04-031-0/+1
|
* Another set of checksumsJean-Marc Zucconi1995-04-025-0/+5
|
* 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.
* Try to get most ports checksummedGary Palmer1995-04-013-0/+3
|
* Remove latex and latex209 from the subdir list and put it into theAndreas Schulz1995-03-311-2/+5
| | | | | | broken category. latex runs into an endless input loop. latex209 doesn't find the hyphen file.
* 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
* This port IS_INTERACTIVEJordan K. Hubbard1995-03-031-0/+1
|
* Remove ImageMagick - it's been movedGary Palmer1995-03-011-4/+3
|
* A cleaner patch for USA paper sizesJean-Marc Zucconi1995-02-222-0/+103
| | | | Submitted by: Julian Elischer <julian@freefall.cdrom.com>
* Use $PREFIX instead of fixed paths.Jean-Marc Zucconi1995-02-151-4/+4
|
* Create destination directoriesJean-Marc Zucconi1995-02-151-0/+4
|
* Install documentation tooJean-Marc Zucconi1995-02-132-206/+297
|
* get the MASTER_SITE_OVERRIDE working in the Makefile.Andreas Schulz1995-02-131-0/+2
|
* 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!
* Avoid error during install if an old version already exists.Jean-Marc Zucconi1995-02-111-1/+1
|
* Upgrade, 3.1 -> 3.1.1Satoshi Asami1995-01-295-12/+28
| | | | Submitted by: "Philippe Charnier" <charnier@lirmm.fr>
* YABT (Yet Another Bogus TAB).Jordan K. Hubbard1995-01-271-1/+1
|
* Upgrade from 3.0 to 3.1.Satoshi Asami1995-01-255-10/+10
| | | | Submitted by: "Philippe Charnier" <charnier@lirmm.fr>
* Added bin/latexJean-Marc Zucconi1995-01-171-1/+3
|
* Create ${PREFIX}/bin/latexJean-Marc Zucconi1995-01-171-0/+1
|
* Remove bin/latexJean-Marc Zucconi1995-01-171-1/+0
|
* Remove latex from ${PREFIX}/bin since this port build tex onlyJean-Marc Zucconi1995-01-171-0/+1
|
* Add new guests.Jordan K. Hubbard1995-01-131-3/+4
|
* 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)
* Removed a blank line in the middle of the build target.Jean-Marc Zucconi1995-01-041-1/+0
|
* 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.
* touch ${BUILD_COOKIE} after build.Jean-Marc Zucconi1994-12-271-1/+5
|
* Update to take account of the new distfile.Jean-Marc Zucconi1994-12-261-0/+43
|
* 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
* The package file didn't work with current packaging method (using -p PREFIX)L Jonas Olsson1994-12-261-38/+37
|
* Add afm to the subdir target.Andreas Schulz1994-12-251-3/+3
|
* Enabled 'LaTeX' by default and fixed up the install rules for the latexNate Williams1994-12-231-4/+5
| | | | install.
* Use ${BUILD_COOKIE}Jean-Marc Zucconi1994-12-121-1/+6
| | | | Set PKGNAME
* Manpage is installed compressed.Gary Palmer1994-11-261-1/+1
|
* replace /usr/local with ${PREFIX}Jean-Marc Zucconi1994-11-251-2/+2
|
* Adobe font metrics as used by FlexFAX.L Jonas Olsson1994-11-245-0/+89
| | | | I'm having problems with the package.
* Add transfigJordan K. Hubbard1994-11-231-2/+2
|
* Michael Reifenberger's transfig port.Jordan K. Hubbard1994-11-235-0/+76
| | | | Submitted by: mr
* 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.
* Makefile: USE_INTERACTIVE defined, use ${PREFIX}, reflect changes inJean-Marc Zucconi1994-11-171-4/+7
| | | | | | bsd.port.mk configure: use ${PREFIX} use ${PREFIX}
* Makefile: USE_INTERACTIVE defined, use ${PREFIX}, reflect changes inJean-Marc Zucconi1994-11-171-8/+4
| | | | | bsd.port.mk configure: use ${PREFIX}
* Fixes from Jean-Marc Zucconi. Thanks yet again!Jordan K. Hubbard1994-11-121-2/+2
| | | | Submitted by: jmz
* From: Jean-Marc Zucconi <jmz@thud.cdrom.com>Jordan K. Hubbard1994-11-121-1/+1
| | | | | | The previous change submitted by charnier@lirmm.fr was wrong. The MASTER_SITES address was correct! Submitted by: jmz
* This port is interactive. Sigh..Jordan K. Hubbard1994-11-101-1/+1
|
* Add a2ps.Jordan K. Hubbard1994-11-061-2/+2
|
* Jean-Marc Zucconi's a2ps port.Jordan K. Hubbard1994-11-069-0/+62
| | | | Submitted by: jmz
* ghostview 1.5.Jordan K. Hubbard1994-10-226-0/+70
|
* Add new ports in print.Jordan K. Hubbard1994-10-141-2/+3
|
* Jeam-Marc Zucconi's dvi2xx port - prints .dvi files to HP LaserJet orJordan K. Hubbard1994-10-146-0/+283
| | | | | IBM 3812. Submitted by: jmz
* Correct MASTER_SITES address from Philippe Charnier <charnier@lirmm.fr>Jordan K. Hubbard1994-10-131-1/+1
| | | | Submitted by: charnier
* Jean-Marc Zucconi's updates to these ports.Jordan K. Hubbard1994-10-125-66/+62
| | | | Submitted by: jmz
* Jean-Marc Zucconi's dviselect port.Jordan K. Hubbard1994-10-129-0/+144
| | | | Submitted by: jmz
* This is Jean-Marc Zucconi's makeindex port.Jordan K. Hubbard1994-10-125-0/+69
| | | | Submitted by: jmz
* Updates from Jean-Marc Zucconi.Jordan K. Hubbard1994-10-091-1/+3
| | | | Submitted by: jmz
* These are my changes to support the new argument-less configure scripts.Jordan K. Hubbard1994-10-044-42/+31
|
* This is for texinfo printing (not in /usr/src/gnu/usr.bin/texinfo).Jordan K. Hubbard1994-10-034-0/+62
| | | | Submitted by: jmz
* Jean-Marc Zucconi's xdvi port.Jordan K. Hubbard1994-10-015-0/+85
| | | | Submitted by: jmz
* Add dvips port to targets.Jordan K. Hubbard1994-09-301-2/+2
|
* Jean-Marc Zucconi's dvips port.Jordan K. Hubbard1994-09-305-0/+110
| | | | Submitted by: jmz
* Make sure /usr/local/share/psutils exists.Jordan K. Hubbard1994-09-291-0/+3
| | | | Submitted by: jmz
* Add tex and latex targets.Jordan K. Hubbard1994-09-291-2/+2
|
* Bring in Jean-Marc Zucconi's LaTeX port.Jordan K. Hubbard1994-09-294-0/+245
| | | | Submitted by: jmz
* Bring in Jean-Marc Zucconi's tex port. The Makefile is kind of weird,Jordan K. Hubbard1994-09-295-0/+490
| | | | | | and he has his own ftp-get routine, but knowing how complex the TeX distribution is, I suspect that all of this obfuscation is probably justified! Submitted by: jmz
* Synchronize the ports with the Makefiles.Jordan K. Hubbard1994-09-261-2/+2
|
* Jean-Marc Zucconi's psutils port.Jordan K. Hubbard1994-09-225-0/+70
| | | | Submitted by: Jean-Marc Zucconi
* Start bringing in the print section of the new ports.Jordan K. Hubbard1994-09-111-0/+5