2006-06-20 18:06:53 by Min Sik Kim | Files touched by this commit (2) |
Log message:
Change the distfile path because it was modified without bumping the
version number. Bump PKGREVISION due to the following change:
* fixed a copyright violation, caused by distributing modified
files of cstex / cslatex under theri original name. The fix
reverts to the original files. Affected files:
tex/cslatex/cslatex.ini
tex/csplain/cseplain.ini
tex/csplain/csplain.ini
This fixes PR pkg/33745.
|
2006-04-07 18:19:15 by Min Sik Kim | Files touched by this commit (7) |
Log message:
Install platform-independent texmf files into texmf-dist. In this way,
packages installing newer versions than those included in the teTeX
distribution can override them.
Bump PKGREVISION for all teTeX3-* packages.
|
2006-01-21 19:57:42 by Johnny C. Lam | Files touched by this commit (47) |
Log message:
Update package Makefile now that bsd.pkg.extract.mk is using the
"extract" script for extraction. Many cases where a custom EXTRACT_CMD
simply copied the distfile into the work directory are no longer
needed. The extract script also hides differences between pax and
tar behind a common command-line interface, so we no longer need code
that's conditional on whether EXTRACT_USING is tar or pax.
|
2006-01-21 00:41:30 by Johnny C. Lam | Files touched by this commit (17) |
Log message:
Rename the following variables to reduce the number that we need to track:
EXTRACT_CMD_OPTS.bin -> EXTRACT_OPTS_BIN
EXTRACT_CMD_OPTS.lha -> EXTRACT_OPTS_LHA
EXTRACT_CMD_OPTS.rar -> EXTRACT_OPTS_RAR
EXTRACT_CMD_OPTS.tar -> EXTRACT_OPTS_TAR
EXTRACT_CMD_OPTS.tar.Z -> EXTRACT_OPTS_TAR
EXTRACT_CMD_OPTS.tar.bz2 -> EXTRACT_OPTS_TAR
EXTRACT_CMD_OPTS.tar.gz -> EXTRACT_OPTS_TAR
EXTRACT_CMD_OPTS.tbz -> EXTRACT_OPTS_TAR
EXTRACT_CMD_OPTS.tbz2 -> EXTRACT_OPTS_TAR
EXTRACT_CMD_OPTS.tgz -> EXTRACT_OPTS_TAR
EXTRACT_CMD_OPTS.zip -> EXTRACT_OPTS_ZIP
EXTRACT_CMD_OPTS.zoo -> EXTRACT_OPTS_ZOO
EXTRACT_CMD_OPTS_tar.gz -> EXTRACT_OPTS_TAR
|
2005-11-09 16:31:30 by Min Sik Kim | Files touched by this commit (2) |
Log message:
Do not generate ls-R; it should be done by tetex-bin. OK'ed by
hubertf@ and tonio@.
Bump PKGREVISION due to PLIST change.
|
2005-05-25 15:38:20 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Add RMD160 checksum.
|
2005-05-22 22:08:52 by Johnny C. Lam | Files touched by this commit (1035) |
Log message:
Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS -> USE_TOOLS
awk -> gawk
m4 -> gm4
make -> gmake
sed -> gsed
yacc -> bison
|
2005-05-18 17:11:13 by Johnny C. Lam | Files touched by this commit (1) |
Log message:
Fix typo... FILEDIR -> FILESDIR.
|
2005-05-18 00:00:13 by Johnny C. Lam | Files touched by this commit (5) |
Log message:
Use EXTRACT_CMD_OPTS.tar.gz and EXTRACT_CMD.tar.gz instead of figuring
out the whole command line necessary to extract a .tar.gz file.
|
2005-05-16 18:33:24 by Krister Walfridsson | Files touched by this commit (3) |
Log message:
Include mk/bsd.prefs.mk to prevent warnings from undefined EXTRACT_USING.
|