summaryrefslogtreecommitdiff
path: root/print/teTeX-base (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Bump png majorAndrey A. Chernov2001-09-111-1/+1
|
* Remove MANUAL_PACKAGE_BUILD, the package builds and deinstalls correctly.Jimmy Olgeni2001-05-291-1/+0
|
* Massive style enforcement - use ^I instead of spaces for variables identation.Maxim Sobolev2001-01-161-3/+3
|
* (1) /usr/share/info/dir was renamed to dir-tmpl.Satoshi Taoka2000-07-191-1/+0
| | | | | | | | | | | | | (2) Now it is not necessary to exist a file "info/dir" when install-info is executed. By (1) and (2), I removed the next line: [ -f %D/info/dir ] || sed -ne 1,/Menu:/p /usr/share/info/dir > %D/info/dir from PLIST or Makefile CV: ----------------------------------------------------------------------
* Install texi2dvi which is required by texi2pdf.Thomas Gellekum2000-07-132-0/+2
| | | | | PR: 19712 Submitted by: "Mario Sergio Fujikawa Ferreira" <lioux@uol.com.br>
* Bump png shared library version.Maxim Sobolev2000-07-041-1/+1
| | | | Submitted by: Hajimu UMEMOTO <ume@mahoroba.org>
* Attempt to fix errors caused by libwww upgrade.Justin M. Seger2000-04-291-1/+1
| | | | NOTE: This hasn't been tested and I'm not presently able to test it.
* Accidental whitespaceChris Piazza2000-04-091-2/+2
|
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-091-2/+2
|
* Use texmf-1.0.2 instead of 1.0.1.Thomas Gellekum2000-02-223-2/+4
|
* Upgrade to 1.0.7.Thomas Gellekum2000-02-213-252/+1488
|
* Ports no longer need to pass CXXFLAGS to configure. bsd.port.mk does thisJeremy Lea2000-01-291-2/+1
| | | | for them.
* remove --prefix=${PREFIX} when GNU_CONFIGURE=yes and other minor cleanupsMichael Haro1999-12-241-1/+1
| | | | | PR: 14759 Submitted by: Jeremy Lea <reg@shale.csir.co.za>
* $Id$ -> $FreeBSD$Peter Wemm1999-08-311-1/+1
|
* echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuffMichael Haro1999-08-271-9/+9
| | | | to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE}
* Upgrade to 1.0.6.Thomas Gellekum1999-08-252-7/+8
| | | | Reviewed by: Bernd Rosauer <br@netland.inka.de>
* MASTER_SITE_TEX_CTAN was misspelled.David E. O'Brien1999-07-071-2/+2
|
* An overridable MASTER_SITE_CTAN does little good if it is at the bottom ofDavid E. O'Brien1999-07-071-3/+3
| | | | the MASTER_SITES list.
* Upgrade to 1.0.5.Thomas Gellekum1999-07-065-2052/+6506
| | | | | Submitted by: Bernd Rosauer <br@netland.inka.de> Reviewed by: nik
* Remove the test to create ${PREFIX}/share/info/dir as it is nowMichael Haro1999-06-051-1/+0
| | | | in bsd.port.mk and this helps to unify the check and install.
* Change "Whom" line to match maintainer line, some people apparentlySatoshi Asami1999-04-191-2/+2
| | | | | | use the first e-mail address they find. Requested by: maintainer
* Don't install ${PREFIX}/bin/install-infoJustin M. Seger1998-12-242-2/+2
| | | | | PR: ports/8387 Submitted by: finrod@niobe.ewox.org
* A few more USE_XLIBs.Satoshi Asami1998-11-281-2/+3
|
* Sorry, marked teTeX instead af teTeX-beta broken by mistake. Also, changeSatoshi Asami1998-11-261-3/+1
| | | | broken to manual-package-build, it can only be built with an empty /usr/local.
* Sorry, still doesn't package.Satoshi Asami1998-11-261-1/+3
| | | | | | | | | | | | | | | | | | | | | ===> Building package for teTeX-0.9-981113 tar: can't add file share/texmf/web2c/etex.efmt : No such file or directory tar: can't add file share/texmf/web2c/etex.log : No such file or directory tar: can't add file share/texmf/web2c/lambda.fmt : No such file or directory tar: can't add file share/texmf/web2c/lambda.log : No such file or directory tar: can't add file share/texmf/web2c/omega.fmt : No such file or directory tar: can't add file share/texmf/web2c/omega.log : No such file or directory tar: can't add file share/texmf/web2c/pdflatex.fmt : No such file or directory tar: can't add file share/texmf/web2c/pdflatex.log : No such file or directory tar: can't add file share/texmf/web2c/pdftex.fmt : No such file or directory tar: can't add file share/texmf/web2c/pdftex.log : No such file or directory pkg_create: tar command failed with code 256 Creating package /usr/ports/packages/All/teTeX-0.9-981113.tgz Registering depends: libwww-5.2 png-1.0.2. Creating gzip'd tar ball in '/usr/ports/packages/All/teTeX-0.9-981113.tgz' *** Error code 1 Stop.
* Update maintainer's address.Thomas Gellekum1998-10-301-2/+2
|
* Remove manpages. Don't want to step on hoek's toes but I'm going to replaceSatoshi Asami1998-08-191-47/+0
| | | | the package on the ftp site and might as well commit this while I'm here.
* Remove NO_CONFIGURE and NO_PATCH, they never meant anything.Satoshi Asami1998-06-271-2/+1
|
* Save mp (printing utility) if it exists and rename mp (MetaPost) to mpost.Thomas Gellekum1998-05-262-2/+5
| | | | | PR: 6735 Reviewed by: Bernd Rosauer <br@schiele-ct.de>
* Modify the description to make it clear that teTeX includes LaTeXMatthew Hunt1998-05-051-2/+3
| | | | | | | | and some other nice things. The PR was due to user installing teTeX then LaTeX, not realizing it was included. PR: 6515 Submitted by: Nathan Dorfman <nathan@rtfm.net>
* Upgrade to use latest distribution. Fix open PRs along the way.Thomas Gellekum1997-08-053-54/+405
| | | | | PR: 2936 3102 3121 Reviewed by: Satoshi, Bernd Rosauer <br@schiele-ct.de>
* /bin/sh -> ${SH}Masafumi Max NAKANE1997-07-131-2/+2
|
* I... want... my... LaTeX... (in my best falsetto)David E. O'Brien1997-04-132-1/+5
|
* Remove ls-R in pre-install target, which hopefully makes teTeXThomas Gellekum1997-02-271-2/+3
| | | | install again. Convert `install ...' to ${INSTALL_DATA} while I'm here.
* Compress manpages.Satoshi Asami1997-02-062-48/+57
|
* Upgrade to 0.4pl6.Thomas Gellekum1997-01-314-602/+418
| | | | Submitted by: Bernd Rosauer <br@schiele-ct.de>
* Misc. cleanup.Satoshi Asami1997-01-062-7/+11
| | | | Submitted by: br@schiele-ct.de
* ${DISTDIR} no longer contains ${DIST_SUBDIR}.Satoshi Asami1996-12-131-2/+2
|
* Add missing ${DIST_SUBDIR}/ in front. Thomas, update your bsd.port.mk! :)Satoshi Asami1996-12-131-2/+2
|
* teTeX now conforms to the FreeBSD tree layout.Thomas Gellekum1996-12-132-13/+3565
| | | | Submitted by: Bernd Rosauer <br@schiele-ct.de>
* Grr, every once in a while I forget this !#@$%^ behaviour of cvs...Thomas Gellekum1996-12-131-2/+2
| | | | | | | | 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>
* Add ${DIST_SUBDIR} in front of filenames in files/md5. Corresponds toSatoshi Asami1996-11-301-2/+2
| | | | changes made in rev. 1.232 of bsd.port.mk.
* Compress a bunch of manpages. Remove unnecessary @ directives fromSatoshi Asami1996-11-181-1/+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.
* CATEGORIES+= -> CATEGORIES=David E. O'Brien1996-11-171-2/+2
| | | | Converted to MAN[1-9]
* Update to 0.4pl3Thomas Gellekum1996-11-132-5/+5
| | | | Submitted by: Bernd Rosauer <br@schiele-ct.de>
* Remove dependancy on wishx. xtexshell is no longer in teTeX.Mark Murray1996-11-011-3/+1
|
* Upgrade to 0.4Thomas Gellekum1996-09-133-10/+10
|
* Upgrade 0.3.3 -> 0.3.4Thomas Gellekum1996-07-235-105/+21
| | | | Submitted by: Bernd Rosauer <br@schiele-ct.de>
* Added RUN_DEPENDS on wishx.Satoshi Asami1996-05-271-1/+3
| | | | Submitted by: Bernd Rosauer <br@stiller.netland.inka.de>
* Update to incorporate update-96-05-01.sh from the author and someSatoshi Asami1996-05-133-11/+14
| | | | | | fixes from the maintainer. Submitted by: Bernd Rosauer <br@netland.inka.de>