summaryrefslogtreecommitdiff
path: root/print/xdvi (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Accidental whitespaceChris Piazza2000-04-091-3/+3
| | | | Notes: svn path=/head/; revision=27422
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-091-3/+3
| | | | Notes: svn path=/head/; revision=27421
* $Id$ -> $FreeBSD$Peter Wemm1999-08-311-1/+1
| | | | Notes: svn path=/head/; revision=21143
* Don't require interaction on DEINSTALL while PACKAGE_BUILDING.Steve Price1999-07-041-7/+8
| | | | Notes: svn path=/head/; revision=20051
* #4/4 enforcing Caps, no periodTim Vanderhoek1999-06-261-1/+1
| | | | | | | | | | | | | | | [Has anyone figured-out what makes the number 393 so interesting to PW, now?] I wonder what was going through Jordan's head during his infamous $Id$-smashing commit. Before I forget.... Thanks to naddy@mips.rhein-neckar.de (Christian Weisgerber) for prompting this commit. See msg-id: 7geokh$tje$1@mips.rhein-neckar.de Notes: svn path=/head/; revision=19804
* Do not create a file in ${SCRIPTDIR}. Create it in ${WRKDIR} and use aJean-Marc Zucconi1998-12-012-5/+5
| | | | | | | | post-install target instead. Requested by: asami Notes: svn path=/head/; revision=15024
* Move manpages from pkg/PLIST to Makefile.Steve Price1998-10-202-2/+3
| | | | Notes: svn path=/head/; revision=14110
* Skip the questions and make the port non interactive if PACKAGE_BUILDINGJean-Marc Zucconi1997-03-092-5/+18
| | | | | | | | is defined. Requested by: asami Notes: svn path=/head/; revision=5920
* Update to take account of the changes in TeX (some paths have changed)Jean-Marc Zucconi1997-02-101-4/+5
| | | | Notes: svn path=/head/; revision=5568
* Add ${DIST_SUBDIR} in front of filenames in files/md5. Corresponds toSatoshi Asami1996-11-301-1/+1
| | | | | | | changes made in rev. 1.232 of bsd.port.mk. Notes: svn path=/head/; revision=4733
* MakeTeXPK is not a binary exacutable, so use ${INSTALL_SCRIPT}.Satoshi Asami1996-11-301-2/+2
| | | | Notes: svn path=/head/; revision=4732
* Compress a bunch of manpages. Remove unnecessary @ directives fromSatoshi Asami1996-11-181-4/+0
| | | | | | | | | | | PLISTs. Note: I know that this is going to break some symlinks and/or .so includes, I will back some of these out as I run into these during package building. Notes: svn path=/head/; revision=4578
* Use MASTER_SITE_XCONTRIB. Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami1996-11-181-3/+3
| | | | Notes: svn path=/head/; revision=4570
* CATEGORIES+= -> CATEGORIES=David E. O'Brien1996-11-171-5/+5
| | | | | | | Converted to MAN[1-9] Notes: svn path=/head/; revision=4539
* Oh my goodness! Satoshi is finally fed up and decided to "clean up"Satoshi Asami1996-10-101-1/+1
| | | | | | | | | | | | | all the COMMENTs! No package names, no version numbers, no "this is absolutix-3.1.2" type comments that have zero information contents. Now, without any bad examples to follow, nobody has an excuse to import a port with those kind of comments. :) Phew! 238 ports modified! Notes: svn path=/head/; revision=3948
* Add pre-clean target to delete ${SCRIPTDIR}/post-install (createdSatoshi Asami1996-09-161-1/+4
| | | | | | | in configure stage). Notes: svn path=/head/; revision=3790
* 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
* Change "printing" to "print".Satoshi Asami1995-11-221-2/+2
| | | | Notes: svn path=/head/; revision=2454
* 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
* 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-211-4/+2
| | | | | | | 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-202-10/+28
| | | | | | | | | 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
* Added various "build: configure" and "install: build" dependencies.Satoshi Asami1995-04-171-2/+2
| | | | | | | Pointed-out by: jmz Notes: svn path=/head/; revision=1439
* 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-151-3/+14
| | | | 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
* Add MAINTAINER= jmz@FreeBSD.orgJean-Marc Zucconi1995-04-111-0/+1
| | | | Notes: svn path=/head/; revision=1327
* Another set of checksumsJean-Marc Zucconi1995-04-011-0/+1
| | | | Notes: svn path=/head/; revision=1272
* Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are inJordan K. Hubbard1995-04-011-0/+1
| | | | | | | | multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves. Notes: svn path=/head/; revision=1267
* 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
* 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
* These are my changes to support the new argument-less configure scripts.Jordan K. Hubbard1994-10-041-15/+10
| | | | Notes: svn path=/head/; revision=170
* Jean-Marc Zucconi's xdvi port.Jordan K. Hubbard1994-10-015-0/+85
Submitted by: jmz Notes: svn path=/head/; revision=147