summaryrefslogtreecommitdiff
path: root/print/teTeX
AgeCommit message (Collapse)AuthorFilesLines
2007-02-22Whitespace cleanup, courtesy of pkglint.wiz1-5/+5
Patch provided by Sergey Svishchev in private mail.
2006-11-05DESTDIR support.joerg1-1/+3
2006-10-10Avoid empty for loops in shell scripts .dmcmahill1-3/+5
for f in ; do .... ; done fails with solaris /bin/sh. This repairs installation for several packages.
2006-08-10Remove references to teTeX2.minskim1-7/+1
2006-06-15Pluralize INSTALL_TEMPLATE and DEINSTALL_TEMPLATE variable names as perjlam1-3/+3
the pkglint warning: As {INSTALL,DEINSTALL}_TEMPLATE is modified using "+=", its name should indicate plural. This does make the variables a bit more suggestive of the fact that they hold lists of values.
2006-04-21Remove a case for teTeX1.minskim1-5/+3
2006-04-12Fix PRINT_PLIST_AWK patterns to use "${PKG_LOCALTEXMFPREFIX}" instead ofminskim1-1/+3
its value. Noted by reed@.
2006-04-06Over 1200 files touched but no revisions bumped :)reed1-2/+2
RECOMMENDED is removed. It becomes ABI_DEPENDS. BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo. BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo. BUILDLINK_DEPENDS does not change. IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS which defaults to "yes". Added to obsolete.mk checking for IGNORE_RECOMMENDED. I did not manually go through and fix any aesthetic tab/spacing issues. I have tested the above patch on DragonFly building and packaging subversion and pkglint and their many dependencies. I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I have used IGNORE_RECOMMENDED for a long time). I have been an active user of IGNORE_RECOMMENDED since it was available. As suggested, I removed the documentation sentences suggesting bumping for "security" issues. As discussed on tech-pkg. I will commit to revbump, pkglint, pkg_install, createbuildlink separately. Note that if you use wip, it will fail! I will commit to pkgsrc-wip later (within day).
2006-03-14Modify the pkginstall framework so that it manages all aspects ofjlam1-3/+3
INSTALL/DEINSTALL script creation within pkgsrc. If an INSTALL or DEINSTALL script is found in the package directory, it is automatically used as a template for the pkginstall-generated scripts. If instead, they should be used simply as the full scripts, then the package Makefile should set INSTALL_SRC or DEINSTALL_SRC explicitly, e.g.: INSTALL_SRC= ${PKGDIR}/INSTALL DEINSTALL_SRC= # emtpy As part of the restructuring of the pkginstall framework internals, we now *always* generate temporary INSTALL or DEINSTALL scripts. By comparing these temporary scripts with minimal INSTALL/DEINSTALL scripts formed from only the base templates, we determine whether or not the INSTALL/DEINSTALL scripts are actually needed by the package (see the generate-install-scripts target in bsd.pkginstall.mk). In addition, more variables in the framework have been made private. The *_EXTRA_TMPL variables have been renamed to *_TEMPLATE, which are more sensible names given the very few exported variables in this framework. The only public variables relating to the templates are: INSTALL_SRC INSTALL_TEMPLATE DEINSTALL_SRC DEINSTALL_TEMPLATE HEADER_TEMPLATE The packages in pkgsrc have been modified to reflect the changes in the pkginstall framework.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-1/+2
2006-01-13Handle packages that only accept teTeX2 similarly to oneswiz1-3/+5
that only accept teTeX2; should fix ja-ptex-share bulk build.
2006-01-10fix problem with malformed conditional with old maketonio1-2/+2
2006-01-09Fix broken ".if" conditional which causes warnings if e.g. "pkg_chk -i"tron1-2/+2
was used.
2006-01-08do not use tex.buildlink3.mk when the only accepted version is teTeX1, totonio1-1/+7
allow bulk build to create packages
2006-01-08Make teTeX3 the default TEX_DEFAULTtonio1-3/+2
bump PKGREVISION where necessary Move PKG_TEXMFPREFIX and PKG_LOCALTEXMFPREFIX definitions to teTeX?/buidlink3.mk, so that packages may include print/teTeX1-bin/buildlink3.mk directly (however, using teTeX/module.mk do not allow that)
2005-12-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam1-2/+1
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
2005-12-27Don't point to documentation that is not installed to list thereed1-2/+1
features. (Anyways, it appears this package doesn't install the file.)
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-3/+3
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-11-20Font map handling requires teTeX-bin>=3.0nb4. Specify the dependencyminskim1-1/+5
in teTeX/module.mk, rather than individual packages.
2005-11-17Grammar fix in comments.minskim1-2/+2
2005-11-17Replace TEXFONTMAPS with TEX_FONTMAPS for consistency with other TEX_*minskim2-7/+7
variables in mk/tex.buildlink3.mk and better readability.
2005-11-16Run updmap at DEINSTALL, rather than POST-DEINSTALL; otherwise, updmapminskim1-3/+5
complains when multiple map files are deleted. No functional change to existing packages since none of them install multiple map files.
2005-11-15Teach module.mk how to handle font map files.minskim2-3/+18
2005-11-13Add module.mk to handle updating the ls-R database of the texmf treeminskim2-0/+40
for TeX packages. Thanks to hubertf@ and tonio@ for review.
2005-11-11Rename LATEX_ACCEPTED and LATEX_DEFAULT to TEX_ACCEPTED and TEX_DEFAULTtonio1-3/+2
It is more consistent with the tex.buildlink3.mk name. Also, if a package really needs latex, it just has to set TEX_ACCEPTED to latex distributions altough today, all TEX_ACCEPTED possibilities are latex distributions
2005-07-19depends should be ../../<category>/<pkg>grant1-3/+3
2005-05-14This is a meta package and doesn't do any builds, so removereed1-2/+1
USE_X11=yes. I am not bumping PKGREVISION because this really doesn't effect package too much since one of the dependencies does require X anyways.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2004-06-05Add note to DESCRiption saying this is a meta-package. (Okayed byreed2-2/+4
maintainer, kei@.) Also added "meta-pkgs" to CATEGORIES as a sub-category. (As asked by maintainer, kei@.)
2004-04-25This does not need buildlink2. Make pkglint happy.snj1-4/+4
2004-03-26PKGREVISION bump after openssl-security-fix-update to 0.9.6m.wiz1-1/+2
Buildlink files: RECOMMENDED version changed to current version.
2003-12-24Update teTeX packages to 2.0.2 (really merge teTeX2 into teTeX). The 2.xjmmv1-7/+8
branch becomes the default teTeX package.
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-03-28NO_PATCH is deprecated, says pkglint. Remove it.wiz1-2/+1
2002-09-21Back out previous and add an empty do-install target...that was the realjlam1-2/+3
reason why we couldn't install.
2002-09-21This package has no WRKSRC, so set it to WRKDIR.jlam1-1/+2
2002-09-21INSTALL file is no more...it repeats the info in teTeX-bin/INSTALL.jlam1-5/+1
2002-09-21Trivially use buildlink2.jlam1-1/+2
2002-09-21Remove redundant INSTALL info that is also in teTeX-bin.jlam1-26/+0
2002-03-14Fix up redundant PKGREVISION and "nb1" in PKGNAME.fredb1-4/+4
2002-03-13Give all packages which depend on "png" a version bump, and updatefredb1-1/+2
all dependencies on packages depending on "png" which contain shared libraries, all for the (imminent) update to the "png" package. [List courtesy of John Darrow, courtesy of "bulk-build".]
2002-01-28move dependency on text2html so that we don't have to recompile thedrochner1-1/+2
whole TeX stuff on an unimportant perl PKGREVISION bump just because of a "totally useless" utility which happens to be a perl script
2001-10-31Move pkg/ files into package's toplevel directoryzuntum4-3/+3
2001-10-24Updated teTeX-share and teTeX-sharesrc for preparing to update of TeXfamilykei1-4/+4
which doesn't compile recently because of the LaTeX's "Hey, your distribution is too old! Please update it to the latest one!" feature. Quoted from the patch to `latex.ltx'. This is a work around for the '1 year old' error which avoids the format file from being generated correctly. Provided by Naoto Shimazaki. Because of NO_EXTRACT/NO_PATCH/others are defined in teTeX-share{,src} packages, applying this patch is done by packages' Makefiles on do-install stage. New version numbers after these changes are like below: teTeX: 1.0.7nb1 teTeX-bin: 1.0.7nb1 teTeX-share: 1.0.2nb1 teTeX-sharesrc: 1.0.1nb1
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc1-6/+0
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-09-03add HOMEPAGEwiz1-1/+2
2000-07-04Back out previous - we need teTeX-sharehubertf2-5/+2
2000-07-04Don't pull in unneeded stuff - this pkg takes long enough to installhubertf2-2/+5
already. Point at the teTeX-sharesrc pkg in the DESCR file.
2000-03-09Bump version number of "teTeX" package to 1.0.7 after "teTeX-bin" hastron1-4/+4
been updated.