summaryrefslogtreecommitdiff
path: root/print (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Create some more necessary directories. It will be really appreciatedSatoshi Asami1997-03-061-1/+3
| | | | | | | if the porter can check these things. Notes: svn path=/head/; revision=5863
* Activate dvi2tty.Thomas Gellekum1997-03-041-1/+2
| | | | Notes: svn path=/head/; revision=5838
* Import of the dvi2tty port. dvi2tty gives an approximate textualThomas Gellekum1997-03-047-0/+132
| | | | | | | | | | | representation of a .dvi file. Closes PR #2818. Submitted by: Joel Sutton <suttonj@interconnect.com.au> Notes: svn path=/head/; revision=5837
* Enabled xmgrAndreas Klemm1997-03-021-1/+2
| | | | Notes: svn path=/head/; revision=5795
* Remove ls-R in pre-install target, which hopefully makes teTeXThomas Gellekum1997-02-272-4/+6
| | | | | | | install again. Convert `install ...' to ${INSTALL_DATA} while I'm here. Notes: svn path=/head/; revision=5766
* Fix paths so that 'make package' worksJean-Marc Zucconi1997-02-261-139/+139
| | | | Notes: svn path=/head/; revision=5754
* Create the link ${PREFIX}/bin/latex -> ${PREFIX}/bin/texJean-Marc Zucconi1997-02-261-1/+2
| | | | Notes: svn path=/head/; revision=5753
* 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-241-5/+5
| | | | Notes: svn path=/head/; revision=5735
* 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
* Remove mltex.Jean-Marc Zucconi1997-02-181-2/+1
| | | | Notes: svn path=/head/; revision=5685
* Update to take into account the changes in the tex port (mainly ${PREFIX}/libJean-Marc Zucconi1997-02-189-196/+196
| | | | | | | -> ${PREFIX}/share) Notes: svn path=/head/; revision=5684
* Upgrade from b1106 to 3.0 release.Thomas Gellekum1997-02-176-12/+12
| | | | Notes: svn path=/head/; revision=5664
* Submitted by: Dave Cornejo <dave@dogwood.com>David E. O'Brien1997-02-171-2/+2
| | | | | | | | ftp.shsu.edu is no longer maintained - they refer you to the mirror I maintain at ftp.cdrom.com Notes: svn path=/head/; revision=5663
* Update this file to match new port.Satoshi Asami1997-02-141-4/+4
| | | | Notes: svn path=/head/; revision=5606
* (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
* Remove latex209.Jean-Marc Zucconi1997-02-111-2/+1
| | | | Notes: svn path=/head/; revision=5576
* Update to take account of the changes in TeX (some paths have changed)Jean-Marc Zucconi1997-02-106-522/+525
| | | | Notes: svn path=/head/; revision=5568
* Upgrade: version 3.1415 -> version 3.14159Jean-Marc Zucconi1997-02-103-346/+304
| | | | Notes: svn path=/head/; revision=5567
* Compress manpages.Satoshi Asami1997-02-064-96/+114
| | | | Notes: svn path=/head/; revision=5546
* Upgrade to 0.4pl6.Thomas Gellekum1997-01-318-1204/+836
| | | | | | | Submitted by: Bernd Rosauer <br@schiele-ct.de> Notes: svn path=/head/; revision=5476
* mp defines an ISO Latin 1 character set if one is not provided by theDavid E. O'Brien1997-01-291-0/+11
| | | | | | | | | | | | | | | | | PostScript interpreter itself. The problem is that some (most?) PostScript level 1 interpreters (such as the Apple Laserwriter Plus!) don't define the ISOLatin1 encoding vector AND don't define a character called `minus'. Therefore, substituting `hyphen' (which is always defined) for `minus', isn't really `wrong' aesthetics not withstanding! :-) A conditional patch would (IMHO, say Jeremy) be overkill: the only people that would be interested in it are typographers, and they probably don't use mp to format their mail anyway. Submitted by: Jeremy Prior <jez@netcraft.co.uk> Notes: svn path=/head/; revision=5467
* FTP site name changed.David E. O'Brien1997-01-291-2/+2
| | | | Notes: svn path=/head/; revision=5466
* Call sendmail by it's proper name.David E. O'Brien1997-01-291-6/+46
| | | | | | | | | Quiet two compile warnings. Submitted by: Jeremy Prior <jez@netcraft.co.uk> (+additions by me) Notes: svn path=/head/; revision=5465
* Upgrade to the latest version (96.12)Jean-Marc Zucconi1997-01-233-206/+212
| | | | Notes: svn path=/head/; revision=5409
* Remove RUN_DEPENDS to gs, there are too many versions around (3Satoshi Asami1997-01-144-6/+26
| | | | | | | | English and 3 Japanese) and we don't want the package to have a @pkgdep on a particular version. Notes: svn path=/head/; revision=5354
* Misc. cleanup.Satoshi Asami1997-01-064-14/+22
| | | | | | | Submitted by: br@schiele-ct.de Notes: svn path=/head/; revision=5236
* Remove the private do-fetch target.Jean-Marc Zucconi1996-12-271-25/+3
| | | | | | | Use the MASTER_SITE_TEX_CTAN variable. Notes: svn path=/head/; revision=5112
* Correct the location of created pk files.Jean-Marc Zucconi1996-12-271-2/+2
| | | | | | | | Closes PR ports/2288 Submitted by: Wolfgang Helbig <helbig@informatik.ba-stuttgart.de> Notes: svn path=/head/; revision=5111
* Upgrade: version 5.58 -> version 5.62.Jean-Marc Zucconi1996-12-254-9/+167
| | | | | | | Also install *.sty, *.tfm and *.vf files. Notes: svn path=/head/; revision=5093
* Remove the package name in the COMMENT file.Andreas Klemm1996-12-225-5/+5
| | | | Notes: svn path=/head/; revision=5058
* Modify this patch to change the original makefile's installdoc targetMasafumi Max NAKANE1996-12-191-6/+40
| | | | | | | | | | | | `make reinstall' won't install docs into wrong place. Noticed by: obrien (Closing PR #2132.) Also some modification to change the makefile's install* targets to do chown bin.bin on installed files. Notes: svn path=/head/; revision=5034
* Add files/md5 entries for files whose checksum should be ignored as well.Satoshi Asami1996-12-178-7/+22
| | | | | | | Requires rev. 1.239 of bsd.port.mk. Notes: svn path=/head/; revision=5009
* Remove duplicate file.Satoshi Asami1996-12-171-1/+0
| | | | Notes: svn path=/head/; revision=4998
* ${DISTDIR} no longer contains ${DIST_SUBDIR}.Satoshi Asami1996-12-132-4/+4
| | | | Notes: svn path=/head/; revision=4971
* Add missing ${DIST_SUBDIR}/ in front. Thomas, update your bsd.port.mk! :)Satoshi Asami1996-12-132-4/+4
| | | | Notes: svn path=/head/; revision=4969
* teTeX now conforms to the FreeBSD tree layout.Thomas Gellekum1996-12-134-26/+7130
| | | | | | | Submitted by: Bernd Rosauer <br@schiele-ct.de> Notes: svn path=/head/; revision=4968
* Grr, every once in a while I forget this !#@$%^ behaviour of cvs...Thomas Gellekum1996-12-132-4/+4
| | | | | | | | | | | At least now it uses the old commit log messages. teTeX now conforms to the FreeBSD tree layout. Submitted by: Bernd Rosauer <br@schiele-ct.de> Notes: svn path=/head/; revision=4967
* There was a file with a wrong name and another which is not installed.Jean-Marc Zucconi1996-12-121-2/+1
| | | | Notes: svn path=/head/; revision=4964
* Update port, update checksum.Satoshi Asami1996-12-121-2/+2
| | | | Notes: svn path=/head/; revision=4959
* Upgrade from version 3.96 to version T64 (!)Jean-Marc Zucconi1996-12-123-32/+85
| | | | Notes: svn path=/head/; revision=4942
* No `.' is needed at the end of the reason string for NO_CDROM, NO_PACKAGE,Masafumi Max NAKANE1996-12-082-4/+4
| | | | | | | | RESTRICTED or BROKEN. Pointed-out by: asami Notes: svn path=/head/; revision=4884
* Now, string describing reason for defining these variables must be setMasafumi Max NAKANE1996-12-072-4/+4
| | | | | | | when you define NO_CDROM, NO_PACKAGE or RESTRICTED instead of just ``yes''. Notes: svn path=/head/; revision=4864
* Remove xtexshell, requires ancient version of tcl/tk.Satoshi Asami1996-12-031-2/+1
| | | | Notes: svn path=/head/; revision=4760
* ${DISTDIR} -> ${DISTDIR}/${DIST_SUBDIR} change.Satoshi Asami1996-12-031-2/+2
| | | | | | | Hinted by: obrien Notes: svn path=/head/; revision=4751
* Add ${DIST_SUBDIR} in front of filenames in files/md5. Corresponds toSatoshi Asami1996-11-305-12/+12
| | | | | | | changes made in rev. 1.232 of bsd.port.mk. Notes: svn path=/head/; revision=4733