summaryrefslogtreecommitdiff
path: root/print/tex-chemarrow
AgeCommit message (Collapse)AuthorFilesLines
2016-01-30Add LICENSEmarkd1-1/+2
2015-11-04Add SHA512 digests for distfiles for print categoryagc1-1/+2
Problems found locating distfiles: Package acroread7: missing distfile AdobeReader_enu-7.0.9-1.i386.tar.gz Package acroread8: missing distfile AdobeReader_enu-8.1.7-1.sparc.tar.gz Package cups-filters: missing distfile cups-filters-1.1.0.tar.xz Package dvidvi: missing distfile dvidvi-1.0.tar.gz Package lgrind: missing distfile lgrind.tar.bz2 Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2011-11-06Replace the updmap script with the version in TeX Live 2011.minskim1-1/+2
Updating font maps is considerably faster with this version.
2010-11-09Update tex-chemarrow to 0.9. Up-to-date fonts included in TeX Live 2010.minskim4-48/+24
Patches provided by Nicolas Thauvin.
2010-01-27DESTDIR supportjoerg1-9/+12
2009-07-22Remove USE_DIRS from pkgsrc.wiz1-2/+1
Shared directories can now be created independently by the pacakges needing them and will be removed automatically by pkg_delete when empty. Packages needing empty directories can use the @pkgdir command in PLIST. Discussed and ok'd in thread starting at http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html
2009-06-14Convert @exec/@unexec to @pkgdir or drop it.joerg1-2/+1
2009-06-14Remove @dirrm entries from PLISTsjoerg1-5/+1
2008-05-26Second round of explicit pax dependencies. As reminded by tnn@,joerg1-2/+4
many packages used to use ${PAX}. Use the common way of directly calling pax, it is created as tool after all.
2006-07-08Remove share/fonts, if unused.wiz1-1/+2
2006-04-07- Replace @unexec with @dirrm in PLIST.minskim2-4/+5
- Use texmf-dirs to install into texmf-local. Bump PKGREVISION.
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2006-01-23EXTRACT_CMD.zip is no more... just use the real command for extracting ajlam1-2/+2
ZIP archive.
2005-11-13Use teTeX/module.mk to update ls-R properly. Bump PKGREVISION becuaseminskim2-7/+5
previously these packages might create ls-R under $HOME.
2005-11-11Rename LATEX_ACCEPTED and LATEX_DEFAULT to TEX_ACCEPTED and TEX_DEFAULTtonio1-1/+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-11-08convert to use tex.buidllink3.mktonio2-14/+13
Install files in ${PKG_LOCALTEXMFPREFIX}
2005-05-16Initial import of tex-chemarrow:jschauma4-0/+66
LaTeX can be used to typeset many kinds of different documents, but typesetting chemical reactions is esthetically not very pleasing because LaTeX's own arrows \rightarrow, \leftarrow and \rightleftharpoons which you might use for this purpose are too short and the arrow heads are not like the "standard" ones you will find in books or journals on chemistry. The macro chemarrow.sty in conjunction with the font arrow.mf is supposed to make the typesetting of chemical reaction schemes in LaTeX easier and especially nicer looking.