summaryrefslogtreecommitdiff
path: root/print/tex (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move the @unexec install-info before the info files; add @exec install-infoJean-Marc Zucconi2000-05-061-2/+4
| | | | | | | after the info files, as required by PW^H^Hthe handbook. Notes: svn path=/head/; revision=28324
* Cleanup ${PREFIX}/info/dir at deinstall time.Jean-Marc Zucconi2000-05-061-0/+2
| | | | Notes: svn path=/head/; revision=28305
* Add more files; remove directories at deinstall time.Jean-Marc Zucconi2000-05-041-0/+60
| | | | Notes: svn path=/head/; revision=28293
* Add man pagesJean-Marc Zucconi2000-05-041-0/+6
| | | | Notes: svn path=/head/; revision=28292
* WRKSRC-related fixes.Satoshi Asami2000-04-161-0/+1
| | | | Notes: svn path=/head/; revision=27645
* Accidental whitespaceChris Piazza2000-04-091-3/+3
| | | | Notes: svn path=/head/; revision=27422
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-091-3/+2
| | | | Notes: svn path=/head/; revision=27421
* Change MASTERSITES: ftp.cdrom.com -> ftp.freesoftware.comJean-Marc Zucconi2000-03-041-1/+1
| | | | Notes: svn path=/head/; revision=26539
* Upgrade to web2c version 7.2bJean-Marc Zucconi2000-01-273-26/+45
| | | | Notes: svn path=/head/; revision=25128
* $Id$ -> $FreeBSD$Peter Wemm1999-08-311-1/+1
| | | | Notes: svn path=/head/; revision=21143
* expr -> ${EXPR}Michael Haro1999-08-281-2/+2
| | | | | | | | | mv -> ${MV} rm -> ${RM} tr -> ${TR} Notes: svn path=/head/; revision=21051
* sed -> ${SED}Michael Haro1999-08-281-2/+2
| | | | Notes: svn path=/head/; revision=21048
* grep -> ${GREP}Michael Haro1999-08-231-2/+2
| | | | | | | | true -> ${TRUE} false -> ${FALSE} Notes: svn path=/head/; revision=20902
* Update checksum (some files have been re-created)Jean-Marc Zucconi1999-07-151-5/+5
| | | | Notes: svn path=/head/; revision=20222
* #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
* Patch the main makefile. Sometimes gmake exits(0) even if an inferior makeJean-Marc Zucconi1999-02-031-1/+4
| | | | | | | | failed. (looks like a bug in gmake) PR: ports/9690 Notes: svn path=/head/; revision=16508
* Unset all TEX* environment variables before starting the build phase.Jean-Marc Zucconi1999-01-291-2/+5
| | | | | | | PR: ports/9690 Notes: svn path=/head/; revision=16418
* Following a suggestion from Satoshi, and thanks to the work of Dave Cornejo,Jean-Marc Zucconi1997-12-152-24/+6
| | | | | | | | tarballs are now available at ftp.cdrom.com in /pub/tex/package/. Makefile are simpler, and md5 checksum exist for all files. Notes: svn path=/head/; revision=9075
* Change some paths (because of the new fetch behavior)Jean-Marc Zucconi1997-12-111-7/+3
| | | | Notes: svn path=/head/; revision=9058
* Upgrade to web2c version 7.1Jean-Marc Zucconi1997-12-111-37/+27
| | | | | | | Sort list. Notes: svn path=/head/; revision=9057
* Upgrade to web2c version 7.1Jean-Marc Zucconi1997-12-111-2/+2
| | | | Notes: svn path=/head/; revision=9056
* Upgrade to web2c version 7.1Jean-Marc Zucconi1997-12-111-14/+13
| | | | | | | Change some paths (because of the new fetch behavior) Notes: svn path=/head/; revision=9055
* Mark a bunch of ports with MANUAL_PACKAGE_BUILD. With a change toSatoshi Asami1997-11-101-1/+2
| | | | | | | | | | | | bsd.port.mk that will be committed soon, this will disable automatic package building when PACKAGE_BUILDING is defined (so they can be built from separate scripts). These are no-ops for ordinary users (i.e., when PACKAGE_BUILDING is not defined). Notes: svn path=/head/; revision=8563
* Remove 2 non existant files.Jean-Marc Zucconi1997-02-261-2/+0
| | | | Notes: svn path=/head/; revision=5752
* Make the IGNOREFILES definition match files/md5. Jean-Marc, ISatoshi Asami1997-02-251-2/+2
| | | | | | | | strongly suggest you upgrade your bsd.port.mk to something recent (-current, RELENG_2_2, RELENG_2_1_0 all have this fix now). Notes: svn path=/head/; revision=5742
* Adapt to the new version of fetch.Jean-Marc Zucconi1997-02-242-16/+16
| | | | Notes: svn path=/head/; revision=5734
* Add checksums for some of the files.Jean-Marc Zucconi1997-02-241-3/+3
| | | | Notes: svn path=/head/; revision=5733
* (1) Use IGNOREFILES correctly. The dist/patchfiles should either beSatoshi Asami1997-02-141-2/+2
| | | | | | | | | | | | on this list (which will set their files/md5 entry to "IGNORE") or have a correct checksum. There were two files missing from this list and their checksum entries were not updated (they included version numbers). (2) Don't set NO_CHECKSUM in a port to get around bug (1). ;) Notes: svn path=/head/; revision=5605
* (1) Use IGNOREFILES correctly. The dist/patchfiles should either beSatoshi Asami1997-02-141-4/+2
| | | | | | | | | | | | on this list (which will set their files/md5 entry to "IGNORE") or have a correct checksum. There were two files missing from this list and their checksum entries were not updated (they included version numbers). (2) Don't set NO_CHECKSUM in a port to get around bug (1). ;) Notes: svn path=/head/; revision=5602
* Upgrade: version 3.1415 -> version 3.14159Jean-Marc Zucconi1997-02-103-346/+304
| | | | Notes: svn path=/head/; revision=5567
* Add files/md5 entries for files whose checksum should be ignored as well.Satoshi Asami1996-12-172-1/+9
| | | | | | | Requires rev. 1.239 of bsd.port.mk. Notes: svn path=/head/; revision=5009
* Compress a bunch of manpages. Remove unnecessary @ directives fromSatoshi Asami1996-11-182-31/+32
| | | | | | | | | | | 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
* CATEGORIES+= -> CATEGORIES=David E. O'Brien1996-11-171-9/+9
| | | | | | | 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
* Update to get rid of ftpget / ftplib.pl.Gary Palmer1996-07-061-18/+13
| | | | | | | Subnitted by: jmz, with small mods by me Notes: svn path=/head/; revision=3313
* 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 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
* Change "printing" to "print".Satoshi Asami1995-11-221-2/+2
| | | | Notes: svn path=/head/; revision=2454
* Shorten the COMMENT lineJean-Marc Zucconi1995-10-251-1/+1
| | | | Notes: svn path=/head/; revision=2361
* 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-031-1/+4
| | | | | | | 'ports/print/tex/files/ftpget: not found' Notes: svn path=/head/; revision=2234
* Change all makefiles in the print directory according to the new rulesJean-Marc Zucconi1995-04-211-12/+6
| | | | | | | for bsd.port.mk Notes: svn path=/head/; revision=1474
* Added various "build: configure" and "install: build" dependencies.Satoshi Asami1995-04-171-3/+3
| | | | | | | 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
* Print Makefiles...this one was tough!Satoshi Asami1995-04-151-6/+12
| | | | Notes: svn path=/head/; revision=1360
* Add MAINTAINER= jmz@FreeBSD.orgJean-Marc Zucconi1995-04-111-0/+1
| | | | Notes: svn path=/head/; revision=1327
* 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
* Add EXEC_DEPENDS for latex and latex209Jean-Marc Zucconi1995-03-041-0/+1
| | | | | | | | | 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
* Remove bin/latexJean-Marc Zucconi1995-01-161-1/+0
| | | | Notes: svn path=/head/; revision=786