summaryrefslogtreecommitdiff
path: root/print/xtem (follow)
Commit message (Collapse)AuthorAgeFilesLines
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-102-2/+1
| | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-062-1/+2
| | | | Approved by: pat
* ${PERL} -> ${REINPLACE_CMD}David W. Chapman Jr.2002-09-011-1/+3
| | | | | | PR: 40784 Submitted by: corecode@corecode.ath.cx Reviewed by: flynn@energyhq.homeip.net
* Use '::' as an dependency operator for pre-everything target. This isDirk Froemberg2001-12-311-1/+1
| | | | | | needed because of the special nature of the pre-everything target. See http://www.freebsd.org/cgi/getmsg.cgi?fetch=481921+485051+/usr/local/www/db/text/2001/cvs-all/20011007.cvs-all for details.
* Upgrade to 8.00Kevin Lo2000-12-166-57/+39
| | | | | PR: 23569 Submitted by: Ports Fury
* Eliminate WRKSRC=${WRKDIR}/${PKGNAME} lines, as these will break whenSatoshi Asami2000-09-251-2/+1
| | | | | | | | | | | PORTREVISION or PORTEPOCH are defined. Most of these Makefiles were defining DISTNAME and WRKSRC (and sometimes EXTRACT_SUFX) -- change those to define DISTFILES only. Also, some of the WRKSRC lines were not even necessary, as they were defining it to the default value. Instigated by: Peter Pentchev <roam@orbitel.bg> and kris
* Accidental whitespaceChris Piazza2000-04-091-2/+2
|
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-091-3/+4
|
* Upgrade to 7.00.Thomas Gellekum1999-09-037-38/+89
|
* Clean COMMENTMichael Haro1999-08-313-22/+20
| | | | | | | | reformat DESCR and add WWW: FreeBSD.ORG -> FreeBSD.org PR: 13478 Submitted by: KATO Tsuguru
* $Id$ -> $FreeBSD$Peter Wemm1999-08-311-1/+1
|
* #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
* *** empty log message ***Justin M. Seger1998-10-131-6/+4
|
* Mark BROKEN for ELF:Justin M. Seger1998-10-121-1/+3
| | | | | | | | | | ===> Patching for xtem-6.18 ===> Applying FreeBSD patches for xtem-6.18 In string, @WISHX now must be written as \@WISHX at -e line 1, near "@WISHX" In string, @TCLSH now must be written as \@TCLSH at -e line 1, near "@TCLSH" In string, @XTEMPATH now must be written as \@XTEMPATH at -e line 1, near "@XTEMPATH" Execution of -e aborted due to compilation errors. *** Error code 255
* Don't print the manpages in pkg/PLIST, please.Tim Vanderhoek1998-08-191-1/+0
|
* Remove NO_CONFIGURE and NO_PATCH, they never meant anything.Satoshi Asami1998-06-271-2/+1
|
* Use tclX80.Thomas Gellekum1998-05-251-3/+3
|
* Make reinstall. Really this time. Or so I hope.Thomas Gellekum1998-02-181-2/+2
|
* Make xtem reinstall-friendly.Thomas Gellekum1998-02-092-4/+6
|
* cp [a-z]* instead of *, the latter matches the CVS dir and fails.Satoshi Asami1998-02-081-2/+2
|
* Import xtem port. xtem is an X11 frontend to TeX & friends.Thomas Gellekum1998-02-0436-0/+1654
PR: 3759 Submitted by: Peter Cornelius <pc@inr.fzk.de>