2009-04-12 04:44:08 by Min Sik Kim | Files touched by this commit (7) |
Log message:
Replace teTeX's dvipdfm with a newer version in print/dvipdfm.
|
2009-04-12 00:09:43 by Min Sik Kim | Files touched by this commit (4) |
Log message:
Resolve conflicts between dvipng and teTeX-bin.
Both packages installed bin/dvipng and bin/dvigif; now only dvipng
installs them.
|
2009-02-23 21:14:19 by Min Sik Kim | Files touched by this commit (1) |
Log message:
Let the meta package of teTeX depend on xdvik because teTeX-bin does not
build xdvi any more.
Bump PKGREVISION.
|
2009-02-18 17:43:39 by Min Sik Kim | Files touched by this commit (1) |
Log message:
Let the teTeX meta package depends on dvipsk, because teTeX-bin no
longer provides dvipsk.
While here, add explicit dependencies on teTeX-bin and teTeX-texmf.
Bump PKGREVISION.
|
2009-02-18 12:16:49 by Matthias Scheler | Files touched by this commit (1) |
Log message:
Mark this package as a meta package.
|
2009-01-24 19:38:59 by Min Sik Kim | Files touched by this commit (1) |
Log message:
Remove version info from COMMENT.
|
2008-12-07 07:41:51 by Min Sik Kim | Files touched by this commit (1) |
Log message:
Add a rule to detect TEXMFDIST to PRINT_PLIST_AWK.
|
2007-10-26 00:01:10 by Johnny C. Lam | Files touched by this commit (158) |
Log message:
* If PLIST_SRC is explicitly set to an empty value in a package Makefile,
then automatically generate a PLIST that says "${PKGNAME} has no files".
* If PLIST_SRC and GENERATE_PLIST are not set in a package Makefile,
and no PLIST files exist, then fail during the package build with
PKG_FAIL_REASON.
* Remove "intentionally empty" PLISTs again.
Now, the easy way to say that a package installs no files is to just
add the following to the package Makefile:
PLIST_SRC= # empty
|
2007-10-25 19:50:03 by Johnny C. Lam | Files touched by this commit (85) |
Log message:
Re-add "intentionally empty" PLISTs for meta-packages and other packages
that directly manipulate empty PLISTs.
Modify plist/plist.mk so that if the PLIST files are missing and no
GENERATE_PLIST is defined, then the package fails to build.
|
2007-10-25 18:59:59 by Johnny C. Lam | Files touched by this commit (980) |
Log message:
Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk
can handle packages having no PLIST files.
|