pkgsrc/print
wiz 4ff222a951 Update to 5.0.1:
2013-10-18  Jay Berkenbilt  <ejb@ql.org>

	* 5.0.1: release

	* Warn when -accessibility=n is specified with a modern encryption
	format (R > 3).  Also, accept this flag (and ignore with warning)
	with 256-bit encryption.  qpdf has always ignored the
	accessibility setting with R > 3, but it previously did so
	silently.

2013-10-05  Jay Berkenbilt  <ejb@ql.org>

	* Replace operator[] in std::string and std::vector with "at" in
	order to get bounds checking.  This reduces the chances that
	incorrect code will result in data exposure or buffer overruns.
	See README.hardening for additional notes.

	* Use cryptographically secure random number generation when
	available.  See additional notes in README.

	* Replace some assert() calls with std::logic_error exceptions.
	Ideally there shouldn't be assert() calls outside of testing.
	This change may make a few more potential code errors in handling
	invalid data recoverable.

	* Security fix: In places where std::vector<T>(size_t) was used,
	either validate that the size parameter is sane or refactor code
	to avoid the need to pre-allocate the vector.  This reduces the
	likelihood of allocating a lot of memory in response to invalid
	data in linearization hint streams.

	* Security fix: sanitize /W array in cross reference stream to
	avoid a potential integer overflow in a multiplication.  It is
	unlikely that any exploits were possible from this bug as
	additional checks were also performed.

	* Security fix: avoid buffer overrun that could be caused by bogus
	data in linearization hint streams.  The incorrect code could only
	be triggered when checking linearization data, which must be
	invoked explicitly.  qpdf does not check linearization data when
	reading or writing linearized files, but the qpdf --check command
	does check linearization data.

	* Security fix: properly handle empty strings in
	QPDF_Name::normalizeName.  The empty string is not a valid name
	and would never be parsed as a name, so there were no known
	conditions where this method could be called with an empty string.

	* Security fix: perform additional argument sanity checks when
	reading bit streams.

	* Security fix: in QUtil::toUTF8, change bounds checking to avoid
	having a pointer point temporarily outside the bounds of an
	array.  Some compiler optimizations could have made the original
	code unsafe.

2013-07-10  Jay Berkenbilt  <ejb@ql.org>

	* 5.0.0: release

	* 4.2.0 turned out to be binary incompatible on some platforms
	even though there were no changes to the public API.  Therefore
	the 4.2.0 release has been withdrawn, and is being replaced with a
	5.0.0 release that acknowledges the ABI change and also removes
	some problematic methods from the public API.

	* Remove methods from public API that were only intended to be
	used by QPDFWriter and really didn't make sense to call from
	anywhere else as they required internal knowledge that only
	QPDFWriter had:
	   - QPDF::getLinearizedParts
	   - QPDF::generateHintStream
	   - QPDF::getObjectStreamData
	   - QPDF::getCompressibleObjGens
	   - QPDF::getCompressibleObjects

2013-07-07  Jay Berkenbilt  <ejb@ql.org>

	* 4.2.0: release [withdrawn]

	* Ignore error case of a stream's decode parameters having invalid
	length when there are no stream filters.

	* qpdf: add --show-npages command-line option, which causes the
	number of pages in the input file to be printed on a line by
	itself.

	* qpdf: allow omission of range in --pages.  If range is omitted
	such that an argument that is supposed to be a range is an invalid
	range and a valid file name, the range of 1-z is assumed.  This
	makes it possible to merge a bunch of files with something like
	qpdf --empty out.pdf --pages *.pdf --

2013-06-15  Jay Berkenbilt  <ejb@ql.org>

	* Handle some additional broken files with missing /ID in trailer
	for encrypted files and with space rather than newline after xref.

2013-06-14  Jay Berkenbilt  <ejb@ql.org>

	* Detect and correct /Outlines dictionary being a direct object
	when linearizing files.  This is not allowed by the spec but has
	been seen in the wild.  Prior to this change, such a file would
	cause an internal error in the linearization code, which assumed
	/Outlines was indirect.

	* Add /Length key to crypt filter dictionary for encrypted files.
	This key is optional, but some version of MacOS reportedly fail to
	open encrypted PDF files without this key.

	* Bug fix: properly handle object stream generation when the
	original file has some compressible objects with generation != 0.

	* Add QPDF::getCompressibleObjGens() and deprecate
	QPDF::getCompressibleObjects(), which had a flaw in its logic.

	* Add new QPDFObjectHandle::getObjGen() method and indiciate in
	comments that its use is favored over getObjectID() and
	getGeneration() for most cases.

	* Add new QPDFObjGen object to represent an object ID/generation
	pair.

2013-04-14  Jay Berkenbilt  <ejb@ql.org>

	* 4.1.0: release

2013-03-25  Jay Berkenbilt  <ejb@ql.org>

	* manual/qpdf-manual.xml: Document the casting policy that is
	followed in qpdf's implementation.

2013-03-11  Jay Berkenbilt  <ejb@ql.org>

	* When creating Windows binary distributions, make sure to only
	copy DLLs of the correct type.  The ensures that the 32-bit
	distributions contain 32-bit DLLs and the 64-bit distributions
	contain 64-bit DLLs.

2013-03-07  Jay Berkenbilt  <ejb@ql.org>

	* Use ./install-sh (already present) instead of "install -c" to
	install executables to fix portability problems against different
	UNIX variants.

2013-03-03  Jay Berkenbilt  <ejb@ql.org>

	* Add protected terminateParsing method to
	QPDFObjectHandle::ParserCallbacks that implementor can call to
	terminate parsing of a content stream.

2013-02-28  Jay Berkenbilt  <ejb@ql.org>

	* Favor fopen_s and strerror_s on MSVC to avoid CRT security
	warnings.  This is useful for people who may want to use qpdf in
	an application that is Windows 8 certified.

	* New method QUtil::safe_fopen to wrap calls to fopen.  This is
	less cumbersome than calling QUtil::fopen_wrapper.

	* Remove all calls to sprintf

	* New method QUtil::int_to_string_base to convert to octal or
	hexademical (or decimal) strings without using sprintf

2013-02-26  Jay Berkenbilt  <ejb@ql.org>

	* Rewrite QUtil::int_to_string and QUtil::double_to_string to
	remove internal length limits but to remain backward compatible
	with the old versions for valid inputs.

2013-02-23  Jay Berkenbilt  <ejb@ql.org>

	* Bug fix: properly handle overridden compressed objects.  When
	caching objects from an object stream, only cache objects that,
	based on the xref table, would actually be resolved into this
	stream.  Prior to this fix, if an object stream A contained an
	object B that was overridden by an appended section of the file,
	qpdf would cache the old value of B if any non-overridden member
	of A was accessed before B.  This commit fixes that bug.

2013-01-31  Jay Berkenbilt  <ejb@ql.org>

	* Do not remove libtool's .la file during the make install step.
	Note to packagers: if your distribution wants to you remove the
	.la file, you will have to do that yourself now.

2013-01-25  Jay Berkenbilt  <ejb@ql.org>

	* New method QUtil::hex_encode to encode binary data as a
	hexadecimal string

	* qpdf --check was exiting with status 0 in some rare cases even
	when errors were found.  It now always exits with one of the
	document error codes (0 for success, 2 for errors, 3 or warnings).

2013-01-24  Jay Berkenbilt  <ejb@ql.org>

	* Make --enable-werror work for MSVC, and generally handle warning
	options better for that compiler.  Warning flags for that compiler
	were previous hard-coded into the build with /WX enabled
	unconditionally.

	* Split warning flags into WFLAGS in autoconf.mk to make them
	easier to override.  Before they were repeated in CFLAGS and
	CXXFLAGS and were commingled with other compiler flags.

	* qpdf --check now does syntactic checks all pages' content
	streams as well as checking overall document structure.  Semantic
	errors are still not checked, and there are no plans to add
	semantic checks.

2013-01-22  Jay Berkenbilt  <ejb@ql.org>

	* Add QPDFObjectHandle::getTypeCode().  This method returns a
	unique integer (enumerated type) value corresponding to the object
	type of the QPDFObjectHandle.  It can be used as an alternative to
	the QPDFObjectHandle::is* methods for type testing, particularly
	where there is a desire to use a switch statement or optimize for
	performance when testing object types.

	* Add QPDFObjectHandle::getTypeName().  This method returns a
	string literal describing the object type.  It is useful for
	testing and debugging.

2013-01-20  Jay Berkenbilt  <ejb@ql.org>

	* Add QPDFObjectHandle::parseContentStream, which parses the
	objects in a content stream and calls handlers in a callback
	class.  The example pdf-parse-content illustrates it use.

	* Add QPDF_Operator and QPDF_InlineImage types along with
	appropriate wrapper methods in QPDFObjectHandle.  These new object
	types are to facilitate content stream parsing.
2013-10-23 09:07:27 +00:00
..
a2ps Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
abc2ps Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 13:45:34 +00:00
abcm2ps Recursive revbump from pango-1.36.0 2013-10-10 14:41:44 +00:00
acroread7 Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 13:45:34 +00:00
acroread8 Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 13:45:34 +00:00
acroread9 Update acroread9 to 9.5.5 for APSB13-15. 2013-05-24 13:11:08 +00:00
adobeps-win "Use of DOWNLOADED_DISTFILE is deprecated. Use the shell variable 2013-04-06 12:03:59 +00:00
advi Revbump after updating textproc/icu 2013-10-19 09:06:55 +00:00
apsfilter Revbump for all packages that have USE_TOOLS+=gs 2013-04-24 10:06:47 +00:00
auctex Revbump all elisp packages after emacs changes. 2013-02-17 19:17:55 +00:00
bg5pdf Recursive bump for png-1.6. 2013-02-16 11:18:58 +00:00
bg5ps Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 13:45:34 +00:00
bibtool Uncomment LICENSE. 2012-12-24 01:51:20 +00:00
bww2tex Fix grammar for bison-3.0. 2013-08-27 18:43:31 +00:00
chktex Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
cjkutils Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 13:45:34 +00:00
cnprint 'Please use "${TRUE}" instead of "true".' 2013-04-06 03:59:24 +00:00
cups add -lssp for solaris in print/cups for dependant programs 2013-10-14 05:53:17 +00:00
cups-drivers-Magicolor5440DL Instead of having a DEPENDS+=ghostscript... have USE_TOOLS+=gs:run 2013-04-24 10:10:13 +00:00
cups-pdf Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
deforaos-pdfviewer Recursive revbump from pango-1.36.0 2013-10-10 14:41:44 +00:00
diffpdf Update to 2.1.3: 2013-10-20 21:57:48 +00:00
dvidvi Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 13:45:34 +00:00
dviljk Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 13:45:34 +00:00
dvipdfmx Revbump for all packages that have USE_TOOLS+=gs 2013-04-24 10:06:47 +00:00
dvipsk Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 13:45:34 +00:00
electrix Recursive revbump from pango-1.36.0 2013-10-10 14:41:44 +00:00
enscript Update to 1.6.6 2013-06-09 08:26:48 +00:00
epdfview Recursive revbump from pango-1.36.0 2013-10-10 14:41:44 +00:00
epstool Update to 3.08. Changes: 2013-05-18 20:50:36 +00:00
evince Recursive revbump from pango-1.36.0 2013-10-10 14:41:44 +00:00
evince-nautilus Recursive revbump from pango-1.36.0 2013-10-10 14:41:44 +00:00
evince3 Recursive revbump from pango-1.36.0 2013-10-10 14:41:44 +00:00
flpsed Revbump for all packages that have USE_TOOLS+=gs 2013-04-24 10:06:47 +00:00
foo2zjs Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 13:45:34 +00:00
foomatic-filters Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
foomatic-filters-cups
foomatic-ppds Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 13:45:34 +00:00
foomatic-ppds-cups
foomatic4-db Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 13:45:34 +00:00
foomatic4-db-engine Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
foomatic4-filters Try to fix the fallout caused by the fix for PR pkg/47882. Part 3: 2013-06-04 22:15:37 +00:00
ghostscript Try to fix the fallout caused by the fix for PR pkg/47882. Part 3: 2013-06-04 22:15:37 +00:00
ghostscript-agpl Changes 9.10: 2013-09-03 06:39:12 +00:00
ghostscript-gpl Fix build on OpenBSD 5.3. 2013-10-05 05:13:07 +00:00
glabels Revbump after updating textproc/icu 2013-10-19 09:06:55 +00:00
gtklp Recursive revbump from pango-1.36.0 2013-10-10 14:41:44 +00:00
gutenprint-lib Recursive revbump from pango-1.36.0 2013-10-10 14:41:44 +00:00
gv Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
hpijs Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 13:45:34 +00:00
hplip Update to 3.13.9: 2013-09-12 16:12:13 +00:00
html2ps Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
if-psprint Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
ijs Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 13:45:34 +00:00
img2eps Fix build with recent giflib. 2013-08-17 11:17:48 +00:00
imposter Recursive revbump from pango-1.36.0 2013-10-10 14:41:44 +00:00
ja-a2ps Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
ja-ptex Remove a conflicting dependency. 2011-02-07 20:03:58 +00:00
ja-vflib Allow patch levels for dependencies 2011-04-26 11:52:51 +00:00
ja-vflib-lib Edited DESCR in the case of: 2013-04-07 20:49:31 +00:00
ja-vflib-utils Add user-destdir installation support. 2011-05-28 09:07:38 +00:00
ja-vfxdvik Recursive bump for png-1.6. 2013-02-16 11:18:58 +00:00
jcabc2ps Use more void. 2012-11-19 03:04:22 +00:00
kbibtex To quote an earlier commit message: 2013-08-22 09:21:57 +00:00
kbibtex-kde3 recursive bump for libmng-2.0.2 shlib major bump and dependency change 2013-10-09 17:39:01 +00:00
kpathsea Include correct header for putenv to avoid 2013-02-05 07:54:51 +00:00
latex-mk Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 13:45:34 +00:00
lgrind Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 13:45:34 +00:00
libgnomecups Recursive bump for png-1.6. 2013-02-16 11:18:58 +00:00
libgnomeprint Recursive revbump from pango-1.36.0 2013-10-10 14:41:44 +00:00
libgnomeprintui Recursive revbump from pango-1.36.0 2013-10-10 14:41:44 +00:00
libgxps Recursive revbump from pango-1.36.0 2013-10-10 14:41:44 +00:00
libpaper Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 13:45:34 +00:00
libspectre Try to fix the fallout caused by the fix for PR pkg/47882. Part 3: 2013-06-04 22:15:37 +00:00
lilypond Recursive revbump from pango-1.36.0 2013-10-10 14:41:44 +00:00
LPRng
LPRng-core Remove "Trailing empty lines." and/or "Trailing white-space." 2013-04-08 11:17:08 +00:00
LPRng-doc Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 13:45:34 +00:00
luatex To quote an earlier commit message: 2013-08-22 09:21:57 +00:00
magicfilter Revbump for all packages that have USE_TOOLS+=gs 2013-04-24 10:06:47 +00:00
mp Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 13:45:34 +00:00
mpage Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 13:45:34 +00:00
mupdf Try to fix the fallout caused by the fix for PR pkg/47882. Part 3: 2013-06-04 22:15:37 +00:00
okular SunOS needs -D__EXTENSIONS__ for realpath(). 2013-09-13 10:16:05 +00:00
p5-biblatex-biber Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-LaTeX-Driver Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-LaTeX-Encode Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-LaTeX-Table Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Net-CUPS Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-PostScript-MailLabels Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-PostScript-Simple Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
papersize Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 13:45:34 +00:00
paps Recursive revbump from pango-1.36.0 2013-10-10 14:41:44 +00:00
pcps Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 13:45:34 +00:00
pdf2djvu Fix fallout from poppler API changes. 2013-08-31 14:54:22 +00:00
pdfjam Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 13:45:34 +00:00
pdflib Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
pdflib-lite Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
pdvipsk Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 13:45:34 +00:00
php-pdflib Recursive bump for png-1.6. 2013-02-16 11:18:58 +00:00
pnm2ppa Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 13:45:34 +00:00
podofo Regen. 2013-07-17 09:39:36 +00:00
poppler Update to 0.24.2: 2013-10-04 21:15:40 +00:00
poppler-cpp Update poppler to 0.24.0. 2013-08-22 09:11:16 +00:00
poppler-data Update poppler to 0.24.0. 2013-08-22 09:11:16 +00:00
poppler-glib Update to 0.24.2: 2013-10-04 21:15:40 +00:00
poppler-includes Update poppler to 0.24.0. 2013-08-22 09:11:16 +00:00
poppler-qt recursive bump for libmng-2.0.2 shlib major bump and dependency change 2013-10-09 17:39:01 +00:00
poppler-qt4 Fix build - reported by wiz@. 2013-08-22 15:06:15 +00:00
poppler-utils Reset PKGREVISION for base package update. 2013-07-04 13:14:07 +00:00
poppler016 Try to fix the fallout caused by the fix for PR pkg/47882. Part 3: 2013-06-04 22:15:37 +00:00
poster Revert the compression feature of 20060221 (wrap the original file in 2012-12-20 14:14:14 +00:00
pscal Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 13:45:34 +00:00
psify Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 13:45:34 +00:00
psjoin Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
pslib Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
psutils Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
ptexenc Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 13:45:34 +00:00
py-cups Recursive bump for png-1.6. 2013-02-16 11:18:58 +00:00
py-Pdf Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 13:45:34 +00:00
py-PDF2 Import py27-PDF2-1.18 as print/py-PDF2. 2013-10-09 08:53:07 +00:00
py-pisa Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 13:45:34 +00:00
py-poppler Recursive revbump from pango-1.36.0 2013-10-10 14:41:44 +00:00
py-pslib Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 13:45:34 +00:00
py-reportlab Try to fix the fallout caused by the fix for PR pkg/47882. Part 3: 2013-06-04 22:15:37 +00:00
qpdf Update to 5.0.1: 2013-10-23 09:07:27 +00:00
qpdfview To quote an earlier commit message: 2013-08-22 09:21:57 +00:00
rlpr Fixes: 2013-04-06 03:45:05 +00:00
rtf2latex Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 13:45:34 +00:00
rtf2latex2e Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 13:45:34 +00:00
ruby-gnome2-poppler Revbump after cairo update 2013-09-02 19:50:38 +00:00
ruby-pdf-reader Update ruby-pdf-reader to 1.3.3. 2013-09-15 14:40:58 +00:00
ruby-pdf-writer Restrict dependency pattern due to gemspec. 2011-08-12 17:11:08 +00:00
ruby-prawn Enable ruby200. 2013-07-21 02:50:43 +00:00
scribus Explicitly depend on lcms. 2013-10-20 17:56:26 +00:00
scribus-qt4 update to 1.4.3 2013-08-09 11:06:28 +00:00
stylewriter Fix format string. Fix error handling. Don't bail out on pointer sign 2013-09-10 14:41:18 +00:00
tcl-pdflib Recursive bump for png-1.6. 2013-02-16 11:18:58 +00:00
teTeX Let teTeX honor the x11 option. 2012-04-25 22:17:19 +00:00
teTeX3-bin Let teTeX-bin use tex-tetex's format.mk instead of texlive-tetex's. 2013-08-02 06:00:00 +00:00
teTeX3-texmf Split out and update various texlive packages from teTeX3-texmf to 2013-10-19 20:43:38 +00:00
teTeX3-texmfsrc Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 13:45:34 +00:00
tex-2up Import tex-2up-1.3 as print/tex-2up. 2011-09-18 00:24:41 +00:00
tex-2up-doc Import tex-2up-doc-1.3 as print/tex-2up-doc. 2011-09-18 00:25:01 +00:00
tex-a0poster
tex-a0poster-doc
tex-a4wide Add a missing dependency to tex-a4wide. 2011-03-18 23:37:39 +00:00
tex-a4wide-doc Update tex-a4wide{,-doc} to 2010. Released under LPPLv1. 2011-01-19 16:35:06 +00:00
tex-a5comb
tex-a5comb-doc
tex-abc Depend on TeX Live packages instead of teTeX. 2010-11-07 19:52:46 +00:00
tex-abc-doc Import tex-abc-doc-1.0 as print/tex-abc-doc. Packaged by Nicolas Thauvin. 2010-11-07 19:57:06 +00:00
tex-abstract Split out and update various texlive packages from teTeX3-texmf to 2013-10-19 20:43:38 +00:00
tex-abstract-doc Split out and update various texlive packages from teTeX3-texmf to 2013-10-19 20:43:38 +00:00
tex-acmconf Update tex-acmconf's DISTFILES and add a missing dependency. 2010-05-05 17:42:59 +00:00
tex-acmconf-doc Let tex-acmconf-doc use DISTFILES from TeX Live 2009. 2010-05-05 17:42:15 +00:00
tex-acmtrans Let tex-acmtrans{,-doc} use DISTFILES from TeX Live 2009. 2010-05-10 23:20:05 +00:00
tex-acmtrans-doc Update DISTFILES. No functional change. 2010-05-26 05:21:46 +00:00
tex-acromake
tex-acromake-doc
tex-acronym Split out and update various texlive packages from teTeX3-texmf to 2013-10-19 20:43:38 +00:00
tex-acronym-doc Split out and update various texlive packages from teTeX3-texmf to 2013-10-19 20:43:38 +00:00
tex-adrconv Split out and update various texlive packages from teTeX3-texmf to 2013-10-19 20:43:38 +00:00
tex-adrconv-doc Split out and update various texlive packages from teTeX3-texmf to 2013-10-19 20:43:38 +00:00
tex-advdate Update tex-advdate{,-doc} to 2010. Copyright notice was added. 2011-01-19 18:27:42 +00:00
tex-advdate-doc Update tex-advdate{,-doc} to 2010. Copyright notice was added. 2011-01-19 18:27:42 +00:00
tex-aeguill Split out and update various texlive packages from teTeX3-texmf to 2013-10-19 20:43:38 +00:00
tex-aeguill-doc Split out and update various texlive packages from teTeX3-texmf to 2013-10-19 20:43:38 +00:00
tex-algorithm2e Update tex-algorithm2e to 4.01. 2010-09-10 23:56:32 +00:00
tex-algorithm2e-doc Import tex-algorithm2e-doc-4.01 as print/tex-algorithm2e-doc. 2010-09-10 23:50:53 +00:00
tex-algorithmicx Added print/tex-algorithmicx, a package for typesetting source code and 2013-08-24 17:19:57 +00:00
tex-algorithmicx-doc committed correct PLIST for tex-algorithmicx-doc. 2013-08-24 17:24:45 +00:00
tex-algorithms Fixes: 2013-04-06 03:45:05 +00:00
tex-algorithms-doc Fix a typo in a variable name and regenerate distinfo. 2010-09-29 19:50:50 +00:00
tex-amscls Let tex-amscls depend on tex-url instead of tex-ltxmisc, because 2011-01-22 22:31:54 +00:00
tex-amscls-doc Update tex-amscls{,-doc} to 2010.20248. 2011-01-20 16:37:17 +00:00
tex-amsmath Sync tex-amsmath{,-doc} with TeX Live 2012. Documentation updates only. 2012-10-16 21:52:51 +00:00
tex-amsmath-doc Sync tex-amsmath{,-doc} with TeX Live 2012. Documentation updates only. 2012-10-16 21:52:51 +00:00
tex-amsrefs Let tex-amsrefs depend on tex-url instead of tex-ltxmisc because url.sty 2011-01-22 23:15:17 +00:00
tex-amsrefs-doc Update tex-amsrefs to 2.09. 2010-11-13 16:45:44 +00:00
tex-anonchap Update DISTFILES for TeX Live 2010. No functional change. 2010-09-14 00:18:08 +00:00
tex-anonchap-doc Update DISTFILES for TeX Live 2010. No functional change. 2010-09-14 00:18:08 +00:00
tex-answers Update tex-answers{,-doc} to 2.13. 2011-01-18 21:21:37 +00:00
tex-answers-doc Update tex-answers{,-doc} to 2.13. 2011-01-18 21:21:37 +00:00
tex-anysize Split out and update various texlive packages from teTeX3-texmf to 2013-10-19 20:43:38 +00:00
tex-anysize-doc Split out and update various texlive packages from teTeX3-texmf to 2013-10-19 20:43:38 +00:00
tex-appendix Split out and update various texlive packages from teTeX3-texmf to 2013-10-19 20:43:38 +00:00
tex-appendix-doc Split out and update various texlive packages from teTeX3-texmf to 2013-10-19 20:43:38 +00:00
tex-arabi Replace the updmap script with the version in TeX Live 2011. 2011-11-06 08:43:28 +00:00
tex-arabi-doc Update tex-arabi{,-doc} to TeX Live r20072. 2010-11-12 16:57:12 +00:00
tex-arabtex Replace the updmap script with the version in TeX Live 2011. 2011-11-06 08:43:28 +00:00
tex-arabtex-doc Import tex-arabtex-doc-3.11s from pkgsrc-wip. Packaged by Kamel Derouiche. 2010-06-15 14:22:25 +00:00
tex-babel Update tex-babel{,-doc} to TeX Live r20253. 2010-11-15 17:54:13 +00:00
tex-babel-doc Update tex-babel{,-doc} to TeX Live r20253. 2010-11-15 17:54:13 +00:00
tex-babelbib Import tex-babelbib-1.29 as print/tex-babelbib. 2010-05-02 17:00:37 +00:00
tex-babelbib-doc Import tex-babelbib-doc-1.29 as print/tex-babelbib-doc. 2010-05-02 17:01:08 +00:00
tex-bagpipetex Don't ignore errors when building. This finally reveals what the build 2012-12-24 05:17:51 +00:00
tex-beamer Fixes: 2013-04-06 03:45:05 +00:00
tex-beamer-doc Update tex-beamer{,-doc} to 3.10. 2011-01-17 22:41:24 +00:00
tex-beton Import tex-beton-2010 as print/tex-beton. 2011-01-22 21:52:49 +00:00
tex-beton-doc Import tex-beton-doc-2010 as print/tex-beton-doc. 2011-01-22 21:52:57 +00:00
tex-bezos Import tex-bezos-2010 as print/tex-bezos. 2011-03-06 21:30:24 +00:00
tex-bezos-doc Import tex-bezos-doc-2010 as print/tex-bezos-doc. 2011-03-06 21:30:32 +00:00
tex-biblatex Revert pkglint-induced nonsense. 2013-04-08 18:29:37 +00:00
tex-biblatex-doc import tex-biblatex-doc 1.7 2012-03-22 20:16:30 +00:00
tex-bibtex Update the following TeX Live packages to r21369: tex-bibtex, 2011-03-03 23:13:18 +00:00
tex-bibtex-doc Update the following TeX Live packages to r21369: tex-bibtex, 2011-03-03 23:13:18 +00:00
tex-bibtex8 Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 13:45:34 +00:00
tex-bibtopic Import tex-bibtopic-1.1a as print/tex-bibtopic. 2011-03-06 21:48:54 +00:00
tex-bibtopic-doc Import tex-bibtopic-doc-1.1a as print/tex-bibtopic-doc. 2011-03-06 21:49:03 +00:00
tex-bibunits Split out and update various texlive packages from teTeX3-texmf to 2013-10-19 20:43:38 +00:00
tex-bibunits-doc Split out and update various texlive packages from teTeX3-texmf to 2013-10-19 20:43:38 +00:00
tex-block
tex-block-doc
tex-bold-extra
tex-bold-extra-doc
tex-booktabs Import tex-booktabs-1.61803 as print/tex-booktabs. 2011-11-05 13:27:52 +00:00
tex-booktabs-doc Import tex-booktabs-doc-1.61803 as print/tex-booktabs-doc. 2011-11-05 13:28:10 +00:00
tex-boxedminipage
tex-boxedminipage-doc
tex-braket
tex-braket-doc
tex-breakcites Update tex-breakcites{,-doc} to 2010. 2011-01-20 16:16:43 +00:00
tex-breakcites-doc Update tex-breakcites{,-doc} to 2010. 2011-01-20 16:16:43 +00:00
tex-cancel Update DISTFILES for TeX Live 2010. No functional change. 2010-09-14 00:18:08 +00:00
tex-cancel-doc Update DISTFILES for TeX Live 2010. No functional change. 2010-09-14 00:18:08 +00:00
tex-capt-of
tex-capt-of-doc
tex-captdef
tex-captdef-doc
tex-caption Update tex-caption{,-doc} to 3.1m. 2010-05-12 04:12:52 +00:00
tex-caption-doc Update tex-caption{,-doc} to 3.1m. 2010-05-12 04:12:52 +00:00
tex-carlisle Update tex-carlisle{,-doc} to 2010. 2010-09-24 16:54:43 +00:00
tex-carlisle-doc Update tex-carlisle{,-doc} to 2010. 2010-09-24 16:54:43 +00:00
tex-cases Update DISTFILES for TeX Live 2010. No functional change. 2010-09-14 00:18:08 +00:00
tex-cases-doc Update DISTFILES for TeX Live 2010. No functional change. 2010-09-14 00:18:08 +00:00
tex-cellspace Import tex-cellspace-1.6 as print/tex-cellspace. 2010-11-09 16:28:44 +00:00
tex-cellspace-doc Import tex-cellspace-doc-1.6 as print/tex-cellspace-doc. 2010-11-09 16:28:53 +00:00
tex-changebar Import tex-changebar-3.5c as print/tex-changebar. 2011-01-12 16:59:31 +00:00
tex-changebar-doc Import tex-changebar-doc-3.5c as print/tex-changebar-doc. 2011-01-12 16:59:39 +00:00
tex-changepage Update DISTFILES for TeX Live 2010. No functional change. 2010-09-14 00:18:08 +00:00
tex-changepage-doc Update DISTFILES for TeX Live 2010. No functional change. 2010-09-14 00:18:08 +00:00
tex-chbibref
tex-chbibref-doc
tex-chemarrow Replace the updmap script with the version in TeX Live 2011. 2011-11-06 08:43:28 +00:00
tex-chemarrow-doc Import tex-chemarrow-doc-0.9 as print/tex-chemarrow-doc. Packaged by 2010-11-09 19:02:47 +00:00
tex-chessfss Import 6 TeX packages for chess. 2011-02-15 11:22:05 +00:00
tex-chessfss-doc Import 6 TeX packages for chess. 2011-02-15 11:22:05 +00:00
tex-chngcntr Update DISTFILES for TeX Live 2010. No functional change. 2010-09-14 00:18:08 +00:00
tex-chngcntr-doc Update DISTFILES for TeX Live 2010. No functional change. 2010-09-14 00:18:08 +00:00
tex-circle
tex-circle-doc
tex-cite Update tex-cite{,-doc} to 5.3. 2010-11-08 20:50:27 +00:00
tex-cite-doc Update tex-cite{,-doc} to 5.3. 2010-11-08 20:50:27 +00:00
tex-cjk Import tex-cjk-4.8.2 as print/tex-cjk. 2011-10-19 23:41:53 +00:00
tex-cjk-doc Import tex-cjk-doc-4.8.2 as print/tex-cjk-doc. 2011-10-19 23:42:06 +00:00
tex-cjkutils Import tex-cjkutils-4.8.2 as print/tex-cjkutils. 2011-10-19 22:51:48 +00:00
tex-cjkutils-doc Import tex-cjkutils-doc-4.8.2 as print/tex-cjkutils-doc. 2011-10-19 22:51:58 +00:00
tex-clrscode Import tex-clrscode-1.7 as print/tex-clrscode. 2012-04-15 03:03:02 +00:00
tex-clrscode-doc Import tex-clrscode-doc-1.7 as print/tex-clrscode-doc. 2012-04-15 03:03:19 +00:00
tex-collection-basic Update tex-collection-basic{,-doc} to TeX Live r20730. 2010-12-25 05:44:34 +00:00
tex-collection-basic-doc Update tex-collection-basic{,-doc} to TeX Live r20730. 2010-12-25 05:44:34 +00:00
tex-collection-documentation-base-doc Update tex-collection-documentation-base-doc to 2012. 2012-10-14 17:56:24 +00:00
tex-collection-genericrecommended Import tex-collection-genericrecommended-2010 as 2011-03-16 18:14:16 +00:00
tex-collection-genericrecommended-doc Import tex-collection-genericrecommended-doc-2010 as 2011-03-16 18:14:29 +00:00
tex-collection-latex Update tex-collection-latex to 2010. 2011-01-20 17:21:24 +00:00
tex-collection-latex-doc Update tex-collection-latex to 2010. 2011-01-20 17:21:24 +00:00
tex-colortbl Update DISTFILES for TeX Live 2010. No functional change. 2010-09-14 00:18:08 +00:00
tex-colortbl-doc Update DISTFILES for TeX Live 2010. No functional change. 2010-09-14 00:18:08 +00:00
tex-comment Corrected wrong directory path in build of tex-comment. 2012-11-18 17:59:05 +00:00
tex-comment-doc Added package print/tex-comment-doc as version 3.6. 2012-11-16 14:28:42 +00:00
tex-context Replace shebang lines for texlua. 2013-10-17 04:18:30 +00:00
tex-context-doc Update the following TeX Live packages to r21369: tex-bibtex, 2011-03-03 23:13:18 +00:00
tex-cooking Use texlive/package.mk not to depend on teTeX. 2010-11-13 02:25:28 +00:00
tex-cooking-doc Import tex-cooking-doc-0.9b as print/tex-cooking-doc. 2010-11-13 02:27:04 +00:00
tex-csquotes Import tex-csquotes-5.1d as print/tex-csquotes. 2011-11-05 13:35:34 +00:00
tex-csquotes-doc Import tex-csquotes-doc-5.1d as print/tex-csquotes-doc. 2011-11-05 13:35:45 +00:00
tex-cweb Import tex-cweb-3.64ad as print/tex-cweb. 2012-03-05 16:20:18 +00:00
tex-cweb-doc Import tex-cweb-doc-3.64ad as print/tex-cweb-doc. 2012-03-05 16:20:36 +00:00
tex-cyrillic Update tex-cyrillic to TeX Live r20254. 2010-11-16 17:55:15 +00:00
tex-cyrillic-doc Update tex-cyrillic to TeX Live r20254. 2010-11-16 17:55:15 +00:00
tex-datatool
tex-datatool-doc
tex-datetime Import tex-datetime-2.58 as print/tex-datetime. 2011-01-12 16:36:05 +00:00
tex-datetime-doc Import tex-datetime-doc-2.58 as print/tex-datetime-doc. 2011-01-12 16:36:13 +00:00
tex-dblfloatfix
tex-dblfloatfix-doc
tex-dehyph-exptl Escape whitespace in updating LuaTeX's configuration file. 2010-11-10 17:55:27 +00:00
tex-dehyph-exptl-doc Update tex-dehyph-exptl{,-doc} to TeX Live r18640. 2010-11-08 00:40:07 +00:00
tex-draftwatermark Use texlive/package.mk not to depend on teTeX. 2010-11-13 03:21:33 +00:00
tex-draftwatermark-doc Import tex-draftwatermark-doc-1.0 as print/tex-draftwatermark-doc. 2010-11-13 03:22:36 +00:00
tex-dvipdfm Update tex-dvipdfm to TeX Live r21369. 2011-03-06 22:30:16 +00:00
tex-dvipdfm-doc Update tex-dvipdfm to TeX Live r21369. 2011-03-06 22:30:16 +00:00
tex-dvipdfmx Sync tex-dviipdfmx{,-doc} with TeX Live r21369. 2011-03-07 19:33:18 +00:00
tex-dvipdfmx-def Update DISTFILES for TeX Live 2010. No functional change. 2010-09-13 01:44:35 +00:00
tex-dvipdfmx-doc Sync tex-dviipdfmx{,-doc} with TeX Live r21369. 2011-03-07 19:33:18 +00:00
tex-dvips Update tex-dvips{,-doc} to 2012. 2012-10-09 14:15:33 +00:00
tex-dvips-doc Update tex-dvips{,-doc} to 2012. 2012-10-09 14:15:33 +00:00
tex-elsarticle Update tex-elsarticle{,-doc} to 1.20. 2010-05-10 23:12:09 +00:00
tex-elsarticle-doc Update tex-elsarticle{,-doc} to 1.20. 2010-05-10 23:12:09 +00:00
tex-enctex Update DISTFILES for TeX Live 2010. No functional change. 2010-09-14 00:18:08 +00:00
tex-enctex-doc Update DISTFILES for TeX Live 2010. No functional change. 2010-09-14 00:18:08 +00:00
tex-endfloat Import tex-endfloat-2.4i as print/tex-endfloat. 2010-09-10 22:03:19 +00:00
tex-endfloat-doc Import tex-endfloat-doc-2.4i as print/tex-endfloat-doc. 2010-09-10 22:03:34 +00:00
tex-endnotes
tex-endnotes-doc
tex-enumitem Update DISTFILES for TeX Live 2010. No functional change. 2010-09-14 00:18:08 +00:00
tex-enumitem-doc Update DISTFILES for TeX Live 2010. No functional change. 2010-09-14 00:18:08 +00:00
tex-environ Import tex-environ-0.2 as print/tex-environ. 2011-10-27 17:19:42 +00:00
tex-environ-doc Import tex-environ-doc-0.2 as print/tex-environ-doc. 2011-10-27 17:19:51 +00:00
tex-epsf Update tex-epsf{,-doc} to 2.7.4. 2011-03-13 23:08:04 +00:00
tex-epsf-doc Update tex-epsf{,-doc} to 2.7.4. 2011-03-13 23:08:04 +00:00
tex-eso-pic Sync tex-eso-pic{,-doc} with TeX Live r21515. 2011-03-16 17:41:37 +00:00
tex-eso-pic-doc Sync tex-eso-pic{,-doc} with TeX Live r21515. 2011-03-16 17:41:37 +00:00
tex-etex Sync tex-etex{,-doc} with TeX Live r22198. 2011-12-11 19:52:31 +00:00
tex-etex-doc Sync tex-etex{,-doc} with TeX Live r22198. 2011-12-11 19:52:31 +00:00
tex-etex-pkg Update DISTFILES for TeX Live 2010. No functional change. 2010-09-14 00:18:08 +00:00
tex-etex-pkg-doc Update DISTFILES for TeX Live 2010. No functional change. 2010-09-14 00:18:08 +00:00
tex-euler Import tex-euler-2.5 as print/tex-euler. 2011-01-22 22:00:48 +00:00
tex-euler-doc Import tex-euler-doc-2.5 as print/tex-euler-doc. 2011-01-22 22:00:59 +00:00
tex-everypage Use texlive/package.mk not to depend on teTeX. 2010-11-13 03:16:09 +00:00
tex-everypage-doc Import tex-everypage-doc-1.1 as print/tex-everypage-doc. 2010-11-13 03:17:17 +00:00
tex-exam Update tex-exam{,-doc} to 2.4. 2012-02-14 21:50:46 +00:00
tex-exam-doc Update tex-exam{,-doc} to 2.4. 2012-02-14 21:50:46 +00:00
tex-excludeonly
tex-excludeonly-doc
tex-extsizes Import tex-extsizes-1.4a as print/tex-extsizes. 2012-05-08 18:41:18 +00:00
tex-extsizes-doc Import tex-extsizes-doc-1.4a as print/tex-extsizes-doc. 2012-05-08 18:41:27 +00:00
tex-fancybox Import tex-fancybox-1.4 as print/tex-fancybox. Packaged by Nicolas Thauvin 2010-09-10 20:06:58 +00:00
tex-fancybox-doc Import tex-fancybox-doc-1.4 as print/tex-fancybox-doc. Packaged by 2010-09-10 20:08:29 +00:00
tex-fancyhdr Edited DESCR in the case of: 2013-04-07 20:49:31 +00:00
tex-fancyhdr-doc Update DISTFILES for TeX Live 2010. No functional change. 2010-09-14 00:18:08 +00:00
tex-fancyvrb Update tex-fancyvrb{,-doc} to 2.8. 2010-10-25 07:04:38 +00:00
tex-fancyvrb-doc Update tex-fancyvrb{,-doc} to 2.8. 2010-10-25 07:04:38 +00:00
tex-fix2col Import tex-fix2col-2009 as print/tex-fix2col. 2010-05-02 17:17:07 +00:00
tex-fix2col-doc Import tex-fix2col-doc-2009 as print/tex-fix2col-doc. 2010-05-02 17:17:26 +00:00
tex-fixme Update tex-fixme to 4.1. 2011-01-12 17:07:10 +00:00
tex-fixme-doc Import tex-fixme-doc-4.1 as print/tex-fixme-doc. 2011-01-12 17:07:49 +00:00
tex-float Update DISTFILES for TeX Live 2010. No functional change. 2010-09-14 00:18:08 +00:00
tex-float-doc Update DISTFILES for TeX Live 2010. No functional change. 2010-09-14 00:18:08 +00:00
tex-fmtcount Import tex-fmtcount-1.31 as print/tex-fmtcount. 2011-01-12 16:30:54 +00:00
tex-fmtcount-doc Import tex-fmtcount-doc-1.31 as print/tex-fmtcount-doc. 2011-01-12 16:31:02 +00:00
tex-fncylab
tex-fncylab-doc
tex-fnpara
tex-fnpara-doc
tex-foiltex Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 13:45:34 +00:00
tex-footmisc Update DISTFILES for TeX Live 2010. No functional change. 2010-09-14 00:18:08 +00:00
tex-footmisc-doc Update DISTFILES for TeX Live 2010. No functional change. 2010-09-14 00:18:08 +00:00
tex-forloop TEXLIVE_USE_CTAN should be set in mk.conf, not in the package's Makefile. 2011-06-19 04:26:38 +00:00
tex-forloop-doc Import tex-forloop-doc-3.0 as print/tex-forloop-doc. 2011-06-19 04:27:45 +00:00
tex-framed Update DISTFILES for TeX Live 2010. No functional change. 2010-09-14 00:18:08 +00:00
tex-framed-doc Update DISTFILES for TeX Live 2010. No functional change. 2010-09-14 00:18:08 +00:00
tex-ftcap
tex-ftcap-doc
tex-fwlw Update tex-fwlw{,-doc} to 2010. 2011-03-22 16:58:15 +00:00
tex-fwlw-doc Update tex-fwlw{,-doc} to 2010. 2011-03-22 16:58:15 +00:00
tex-genmisc Import tex-genmisc-2010 as print/tex-genmisc. 2011-03-15 18:36:00 +00:00
tex-geometry Update tex-geometry to 5.6. 2011-01-17 23:42:37 +00:00
tex-geometry-doc Update tex-geometry to 5.6. 2011-01-17 23:42:37 +00:00
tex-german Update DISTFILES of tex-german{,-doc} for TeX Live 2010. 2010-09-19 20:46:12 +00:00
tex-german-doc Update DISTFILES of tex-german{,-doc} for TeX Live 2010. 2010-09-19 20:46:12 +00:00
tex-glossaries Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
tex-glossaries-doc Import tex-glossaries-doc-3.01 as print/tex-glossaries-doc. 2011-10-18 21:33:39 +00:00
tex-graphics Sync tex-graphics{,-doc} with TeX Live 2012. 2012-10-16 21:35:13 +00:00
tex-graphics-doc Sync tex-graphics{,-doc} with TeX Live 2012. 2012-10-16 21:35:13 +00:00
tex-guide-to-latex Import tex-guide-to-latex-2011 as print/tex-guide-to-latex. 2011-09-18 00:37:21 +00:00
tex-gustlib Import tex-gustlib-2010 as print/tex-gustlib. 2010-11-08 01:40:56 +00:00
tex-gustlib-doc Import tex-gustlib-doc-2010 as print/tex-gustlib-doc. 2010-11-08 01:41:12 +00:00
tex-harvard
tex-harvard-doc
tex-here Import tex-here-2010 as print/tex-here. 2011-01-22 22:06:30 +00:00
tex-here-doc Import tex-here-doc-2010 as print/tex-here-doc. 2011-01-22 22:06:36 +00:00
tex-hyper
tex-hyper-doc
tex-hypernat
tex-hypernat-doc
tex-hyperref Update tex-hyperref{,-doc} to 6.82a. 2011-03-03 22:24:02 +00:00
tex-hyperref-doc Update tex-hyperref{,-doc} to 6.82a. 2011-03-03 22:24:02 +00:00
tex-hyph-utf8 Update tex-hyph-utf8 to TeX Live r21077. 2011-01-22 21:21:47 +00:00
tex-hyph-utf8-doc Sync tex-hyph-utf8-doc with tex-hyph-utf8. 2011-01-22 21:23:43 +00:00
tex-hyphen-ancientgreek Escape whitespace in updating LuaTeX's configuration file. 2010-11-10 17:55:27 +00:00
tex-hyphen-arabic Escape whitespace in updating LuaTeX's configuration file. 2010-11-10 17:55:27 +00:00
tex-hyphen-base Update tex-hyphen-base to 2012. 2012-10-14 21:49:28 +00:00
tex-hyphen-basque Escape whitespace in updating LuaTeX's configuration file. 2010-11-10 17:55:27 +00:00
tex-hyphen-bulgarian Escape whitespace in updating LuaTeX's configuration file. 2010-11-10 17:55:27 +00:00
tex-hyphen-catalan Escape whitespace in updating LuaTeX's configuration file. 2010-11-10 17:55:27 +00:00
tex-hyphen-chinese Escape whitespace in updating LuaTeX's configuration file. 2010-11-10 17:55:27 +00:00
tex-hyphen-coptic Escape whitespace in updating LuaTeX's configuration file. 2010-11-10 17:55:27 +00:00
tex-hyphen-croatian Escape whitespace in updating LuaTeX's configuration file. 2010-11-10 17:55:27 +00:00
tex-hyphen-czech Escape whitespace in updating LuaTeX's configuration file. 2010-11-10 17:55:27 +00:00
tex-hyphen-danish Escape whitespace in updating LuaTeX's configuration file. 2010-11-10 17:55:27 +00:00
tex-hyphen-dutch Escape whitespace in updating LuaTeX's configuration file. 2010-11-10 17:55:27 +00:00
tex-hyphen-esperanto Escape whitespace in updating LuaTeX's configuration file. 2010-11-10 17:55:27 +00:00
tex-hyphen-estonian Escape whitespace in updating LuaTeX's configuration file. 2010-11-10 17:55:27 +00:00
tex-hyphen-farsi Escape whitespace in updating LuaTeX's configuration file. 2010-11-10 17:55:27 +00:00
tex-hyphen-finnish Escape whitespace in updating LuaTeX's configuration file. 2010-11-10 17:55:27 +00:00
tex-hyphen-french Escape whitespace in updating LuaTeX's configuration file. 2010-11-10 17:55:27 +00:00
tex-hyphen-galician Escape whitespace in updating LuaTeX's configuration file. 2010-11-10 17:55:27 +00:00
tex-hyphen-german Update tex-hyphen-* packages to the versions in TeX Live 2009. 2010-05-24 06:08:33 +00:00
tex-hyphen-greek Escape whitespace in updating LuaTeX's configuration file. 2010-11-10 17:55:27 +00:00
tex-hyphen-greek-doc Update tex-hyphen-greek{,-doc} to 5. Support LuaTeX. 2010-11-08 16:56:08 +00:00
tex-hyphen-hungarian Escape whitespace in updating LuaTeX's configuration file. 2010-11-10 17:55:27 +00:00
tex-hyphen-hungarian-doc Update tex-hyphen-hungarian{,-doc} to 2010. Support LuaTeX. 2010-11-08 16:59:16 +00:00
tex-hyphen-icelandic Escape whitespace in updating LuaTeX's configuration file. 2010-11-10 17:55:27 +00:00
tex-hyphen-indonesian Escape whitespace in updating LuaTeX's configuration file. 2010-11-10 17:55:27 +00:00
tex-hyphen-interlingua Escape whitespace in updating LuaTeX's configuration file. 2010-11-10 17:55:27 +00:00
tex-hyphen-irish Escape whitespace in updating LuaTeX's configuration file. 2010-11-10 17:55:27 +00:00
tex-hyphen-italian Escape whitespace in updating LuaTeX's configuration file. 2010-11-10 17:55:27 +00:00
tex-hyphen-latin Escape whitespace in updating LuaTeX's configuration file. 2010-11-10 17:55:27 +00:00
tex-hyphen-lithuanian Escape whitespace in updating LuaTeX's configuration file. 2010-11-10 17:55:27 +00:00
tex-hyphen-mongolian Escape whitespace in updating LuaTeX's configuration file. 2010-11-10 17:55:27 +00:00
tex-hyphen-norwegian Escape whitespace in updating LuaTeX's configuration file. 2010-11-10 17:55:27 +00:00
tex-hyphen-polish Escape whitespace in updating LuaTeX's configuration file. 2010-11-10 17:55:27 +00:00
tex-hyphen-portuguese Escape whitespace in updating LuaTeX's configuration file. 2010-11-10 17:55:27 +00:00
tex-hyphen-romanian Escape whitespace in updating LuaTeX's configuration file. 2010-11-10 17:55:27 +00:00
tex-hyphen-russian Add a missing dependency to tex-hyphen-russian. 2010-11-15 22:25:13 +00:00
tex-hyphen-sanskrit Escape whitespace in updating LuaTeX's configuration file. 2010-11-10 17:55:27 +00:00
tex-hyphen-serbian Escape whitespace in updating LuaTeX's configuration file. 2010-11-10 17:55:27 +00:00
tex-hyphen-slovak Escape whitespace in updating LuaTeX's configuration file. 2010-11-10 17:55:27 +00:00
tex-hyphen-slovenian Escape whitespace in updating LuaTeX's configuration file. 2010-11-10 17:55:27 +00:00
tex-hyphen-spanish Update tex-hyphen-* packages to the versions in TeX Live 2009. 2010-05-24 06:08:33 +00:00
tex-hyphen-swedish Escape whitespace in updating LuaTeX's configuration file. 2010-11-10 17:55:27 +00:00
tex-hyphen-turkish Escape whitespace in updating LuaTeX's configuration file. 2010-11-10 17:55:27 +00:00
tex-hyphen-ukenglish Update tex-hyphen-* packages to the versions in TeX Live 2009. 2010-05-24 06:08:33 +00:00
tex-hyphen-ukrainian Add a missing dependency to tex-hyphen-ukrainian. 2010-11-15 21:32:17 +00:00
tex-hyphen-uppersorbian Escape whitespace in updating LuaTeX's configuration file. 2010-11-10 17:55:27 +00:00
tex-hyphen-welsh Escape whitespace in updating LuaTeX's configuration file. 2010-11-10 17:55:27 +00:00
tex-hyphenat Fix a typo. 2012-03-07 04:03:13 +00:00
tex-hyphenat-doc Import tex-hyphenat-doc-2.3c as print/tex-hyphenat-doc. 2011-02-07 00:42:20 +00:00
tex-IEEEtran Let tex-IEEEtran depend on a newer version of tex-psnfss so that all 2011-03-18 23:29:38 +00:00
tex-IEEEtran-doc Update DISTFILES. 2010-05-10 23:55:40 +00:00
tex-ifluatex Update tex-ifluatex{,-doc} to 1.3pl26725. 2012-10-16 19:40:01 +00:00
tex-ifluatex-doc Update tex-ifluatex{,-doc} to 1.3pl26725. 2012-10-16 19:40:01 +00:00
tex-ifmtarg Update tex-ifmtarg{,-doc} to the version in TeX Live 2010. 2010-09-14 00:33:27 +00:00
tex-ifmtarg-doc Update tex-ifmtarg{,-doc} to the version in TeX Live 2010. 2010-09-14 00:33:27 +00:00
tex-ifplatform Import tex-ifplatform-0.3a as print/tex-ifplatform. 2012-10-16 21:58:39 +00:00
tex-ifplatform-doc Import tex-ifplatform-doc-0.3a as print/tex-ifplatform-doc. 2012-10-16 21:59:00 +00:00
tex-ifxetex Update tex-ifxetex{,-doc} to 0.6. 2010-09-19 23:00:24 +00:00
tex-ifxetex-doc Update tex-ifxetex{,-doc} to 0.6. 2010-09-19 23:00:24 +00:00
tex-igo Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 13:45:34 +00:00
tex-index Corrected directory problem with distfile 2012-11-18 18:03:44 +00:00
tex-index-doc Added package print/tex-index-doc, version 4.1beta 2012-11-16 14:37:24 +00:00
tex-jadetex Use jadetex from TeX Live 2010. 2011-03-18 23:26:58 +00:00
tex-jadetex-doc Import tex-jadetex-doc-3.13 as print/tex-jadetex-doc. 2011-03-18 23:27:28 +00:00
tex-japanese Import tex-japanese-1.3 as print/tex-japanese. 2012-03-03 19:36:38 +00:00
tex-japanese-doc Import tex-japanese-doc-1.3 as print/tex-japanese-doc. 2012-03-03 19:36:57 +00:00
tex-jsclasses Import tex-jsclasses-2010 as print/tex-jsclasses. 2011-01-23 01:37:29 +00:00
tex-jurabib Import tex-jurabib-0.6 as print/tex-jurabib. 2011-03-13 23:50:16 +00:00
tex-jurabib-doc Import tex-jurabib-doc-0.6 as print/tex-jurabib-doc. 2011-03-13 23:50:29 +00:00
tex-kix Sync tex-kix{,-doc} with TeX Live r21606. 2011-05-13 23:29:09 +00:00
tex-kix-doc Sync tex-kix{,-doc} with TeX Live r21606. 2011-05-13 23:29:09 +00:00
tex-koma-script Update tex-koma-script to 3.09. 2011-07-16 17:32:00 +00:00
tex-kotex Fixes: 2013-04-06 03:45:05 +00:00
tex-kotex-dev Fixes: 2013-04-06 03:45:05 +00:00
tex-kotex-dev-doc Update tex-kotex-dev{,-doc} to 0.3. 2011-11-29 21:20:59 +00:00
tex-kotex-doc Update tex-kotex{,-doc} to 0.3. 2011-11-29 21:16:00 +00:00
tex-kotex-utils Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
tex-kpathsea Let tex-kpathsea install fmtutil.cnf. 2012-10-14 21:21:34 +00:00
tex-kpathsea-doc Update tex-kpathsea{,-doc} to 2012. 2012-10-13 22:50:06 +00:00
tex-lambda Update DISTFILES for TeX Live 2010. No functional change. 2010-09-14 00:18:08 +00:00
tex-lastpage Update tex-lastpage{,-doc} to 1.2g. 2011-02-07 19:11:30 +00:00
tex-lastpage-doc Update tex-lastpage{,-doc} to 1.2g. 2011-02-07 19:11:30 +00:00
tex-latex Sync tex-latex{,-doc} with TeX Live 2012. No functional change. 2012-10-16 20:44:38 +00:00
tex-latex-bin Update tex-latex-bin{,-doc} to 2012. 2012-10-16 20:50:06 +00:00
tex-latex-bin-doc Update tex-latex-bin{,-doc} to 2012. 2012-10-16 20:50:06 +00:00
tex-latex-doc Sync tex-latex{,-doc} with TeX Live 2012. No functional change. 2012-10-16 20:44:38 +00:00
tex-latexconfig Update tex-latexconfig to 2012. 2012-10-16 19:49:43 +00:00
tex-lazylist Import tex-lazylist-1.0a as print/tex-lazylist. 2010-11-17 17:45:10 +00:00
tex-lazylist-doc Import tex-lazylist-doc-1.0a as print/tex-lazylist-doc. 2010-11-17 17:45:25 +00:00
tex-leaflet Let tex-leaflet{,-doc} use DISTFILES from TeX Live 2009. 2010-05-20 18:01:30 +00:00
tex-leaflet-doc Let tex-leaflet{,-doc} use DISTFILES from TeX Live 2009. 2010-05-20 18:01:30 +00:00
tex-listing
tex-listing-doc
tex-listings Let tex-listings depend on tex-url instead of tex-ltxmisc, because 2011-01-22 22:49:56 +00:00
tex-listings-doc Update DISTFILES for TeX Live 2010. No functional change. 2010-09-14 00:18:08 +00:00
tex-logreq import tex-logreq 1.0 2012-03-22 20:19:53 +00:00
tex-logreq-doc import tex-logreq-doc 1.0 2012-03-22 20:20:46 +00:00
tex-ltxmisc Update tex-ltxmisc to 2010.21927. 2011-07-14 22:07:17 +00:00
tex-luatex Update tex-luatex{,-doc} to 0.70.1pl26689. 2012-10-16 20:38:54 +00:00
tex-luatex-doc Update tex-luatex{,-doc} to 0.70.1pl26689. 2012-10-16 20:38:54 +00:00
tex-magaz
tex-magaz-doc
tex-marginnote Corret the version number of tex-marginnote{,-doc}. 2011-01-12 16:39:53 +00:00
tex-marginnote-doc Corret the version number of tex-marginnote{,-doc}. 2011-01-12 16:39:53 +00:00
tex-mdwtools Import tex-mdwtools-1.05.4 as print/tex-mdwtools. 2012-04-18 19:31:47 +00:00
tex-mdwtools-doc Import tex-mdwtools-doc-1.05.4 as print/tex-mdwtools-doc. 2012-04-18 19:32:02 +00:00
tex-memoir Update tex-memoir{,-doc} to 3.6gpl6.0g. 2011-05-14 22:11:08 +00:00
tex-memoir-doc Update tex-memoir{,-doc} to 3.6gpl6.0g. 2011-05-14 22:11:08 +00:00
tex-metalogo Import tex-metalogo-0.12 as print/tex-metalogo. 2011-01-21 17:25:32 +00:00
tex-metalogo-doc Import tex-metalogo-doc-0.12 as print/tex-metalogo-doc. 2011-01-21 17:25:41 +00:00
tex-mfnfss Update DISTFILES for TeX Live 2010. No functional change. 2010-09-14 00:18:08 +00:00
tex-mfnfss-doc Update DISTFILES for TeX Live 2010. No functional change. 2010-09-14 00:18:08 +00:00
tex-mh Split out and update various texlive packages from teTeX3-texmf to 2013-10-19 20:43:38 +00:00
tex-mh-doc Split out and update various texlive packages from teTeX3-texmf to 2013-10-19 20:43:38 +00:00
tex-mhchem Update tex-mhchem to 3.08. 2010-11-10 22:45:58 +00:00
tex-mhchem-doc Update tex-mhchem to 3.08. 2010-11-10 22:45:58 +00:00
tex-microtype Update tex-microtype{,-doc} to 2.4. 2010-05-26 04:43:42 +00:00
tex-microtype-doc Update tex-microtype{,-doc} to 2.4. 2010-05-26 04:43:42 +00:00
tex-midpage
tex-midpage-doc
tex-minitoc Import tex-minitoc-60 as print/tex-minitoc. 2011-01-22 22:23:57 +00:00
tex-minitoc-doc Import tex-minitoc-doc-60 as print/tex-minitoc-doc. 2011-01-22 22:24:05 +00:00
tex-minted import tex-minted 1.7 2012-03-22 08:10:18 +00:00
tex-minted-doc import tex-minted-doc 1.7 2012-03-22 08:11:43 +00:00
tex-misc Update tex-misc to 2012. 2012-10-14 21:51:38 +00:00
tex-misc209 Split out and update various texlive packages from teTeX3-texmf to 2013-10-19 20:43:38 +00:00
tex-mltex Split out and update various texlive packages from teTeX3-texmf to 2013-10-19 20:43:38 +00:00
tex-mltex-doc Split out and update various texlive packages from teTeX3-texmf to 2013-10-19 20:43:38 +00:00
tex-moreverb Update tex-moreverb{,-doc} to 2.3a. 2012-02-10 17:50:46 +00:00
tex-moreverb-doc Update tex-moreverb{,-doc} to 2.3a. 2012-02-10 17:50:46 +00:00
tex-ms Update DISTFILES for TeX Live 2010. No functional change. 2010-09-14 00:18:08 +00:00
tex-ms-doc Update DISTFILES for TeX Live 2010. No functional change. 2010-09-14 00:18:08 +00:00
tex-multirow Update DISTFILES for TeX Live 2010. No functional change. 2010-09-14 00:18:08 +00:00
tex-multirow-doc Update DISTFILES for TeX Live 2010. No functional change. 2010-09-14 00:18:08 +00:00
tex-musixtex Instead of having a DEPENDS+=ghostscript... have USE_TOOLS+=gs:run 2013-04-24 10:10:13 +00:00
tex-musixtex-doc Import tex-musixtex-doc-1.15 as print/tex-musixtex-doc. 2011-05-26 23:51:16 +00:00
tex-natbib Update tex-natbib{,-doc} to 8.31b. 2011-01-18 21:13:35 +00:00
tex-natbib-doc Update tex-natbib{,-doc} to 8.31b. 2011-01-18 21:13:35 +00:00
tex-needspace Update tex-needspace{,-doc} to 1.3c. 2011-01-17 23:37:36 +00:00
tex-needspace-doc Update tex-needspace{,-doc} to 1.3c. 2011-01-17 23:37:36 +00:00
tex-nextpage Update DISTFILES for TeX Live 2010. No functional change. 2010-09-14 00:18:08 +00:00
tex-nolbreaks Import tex-nolbreaks-1.0 as print/tex-nolbreaks. 2010-05-25 07:33:02 +00:00
tex-nolbreaks-doc Import tex-nolbreaks-doc-1.0 as print/tex-nolbreaks-doc. 2010-05-25 07:36:04 +00:00
tex-nomencl Update tex-nomencl{,-doc}'s DISTFILES for TeX Live 2010. 2010-10-01 16:35:31 +00:00
tex-nomencl-doc Update tex-nomencl{,-doc}'s DISTFILES for TeX Live 2010. 2010-10-01 16:35:31 +00:00
tex-nopageno Import tex-nopageno-2009 as print/tex-nopageno. 2010-05-17 05:11:22 +00:00
tex-nopageno-doc Import tex-nopageno-doc-2009 as print/tex-nopageno-doc. 2010-05-17 05:11:33 +00:00
tex-notoccite Import tex-notoccite-2009 as print/tex-notoccite. 2010-05-25 07:50:41 +00:00
tex-notoccite-doc Import tex-notoccite-doc-2009 as print/tex-notoccite-doc. 2010-05-25 07:53:34 +00:00
tex-ntgclass Import tex-ntgclass-2010 as print/tex-ntgclass. 2011-02-07 00:57:58 +00:00
tex-ntgclass-doc Import tex-ntgclass-doc-2010 as print/tex-ntgclass-doc. 2011-02-07 00:58:05 +00:00
tex-ntheorem Added package print/tex-ntheorem, version 1.31. 2013-08-24 10:57:01 +00:00
tex-ntheorem-doc Added documentation for tex-ntheorem package 2013-08-24 10:58:18 +00:00
tex-oberdiek Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
tex-oberdiek-doc Update tex-oberdiek{,-doc} to 2012. 2012-10-16 21:55:12 +00:00
tex-optional Import tex-optional-2.2b as print/tex-optional. 2010-05-25 07:58:12 +00:00
tex-optional-doc Import tex-optional-doc-2.2b as print/tex-optional-doc. 2010-05-25 07:59:50 +00:00
tex-oubraces Update tex-oubraces{,-doc} to 2010. 2011-06-19 04:43:45 +00:00
tex-oubraces-doc Update tex-oubraces{,-doc} to 2010. 2011-06-19 04:43:45 +00:00
tex-paralist Update DISTFILES for TeX Live 2010. No functional change. 2010-09-14 00:18:08 +00:00
tex-paralist-doc Update DISTFILES for TeX Live 2010. No functional change. 2010-09-14 00:18:08 +00:00
tex-parskip Fixes: 2013-04-06 03:45:05 +00:00
tex-parskip-doc Initial import tex-parskip-doc 2.0 2011-05-05 12:49:44 +00:00
tex-passivetex Add a missing dependency. 2011-03-17 18:06:49 +00:00
tex-path Import tex-path-3.03b as print/tex-path. 2010-09-24 16:14:55 +00:00
tex-path-doc Import tex-path-doc-3.03b as print/tex-path-doc. 2010-09-24 16:15:07 +00:00
tex-pdfcomment Import tex-pdfcomment-2.1 as print/tex-pdfcomment. 2011-01-12 16:42:01 +00:00
tex-pdfcomment-doc Import tex-pdfcomment-doc-2.1 as print/tex-pdfcomment-doc. 2011-01-12 16:42:10 +00:00
tex-pdfpages Update tex-pdfpages to 0.4n and add missing dependencies. 2011-05-23 18:29:45 +00:00
tex-pdfpages-doc Update tex-pdfpages to 0.4n and add missing dependencies. 2011-05-23 18:29:45 +00:00
tex-pdftex Update tex-pdftex{,-doc} to 1.40.11pl27932. 2012-10-16 20:03:24 +00:00
tex-pdftex-def Update tex-pdftex-def to 0.06d. 2012-10-16 20:57:00 +00:00
tex-pdftex-doc Update tex-pdftex{,-doc} to 1.40.11pl27932. 2012-10-16 20:03:24 +00:00
tex-pdftools Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
tex-pdftools-doc Import tex-pdftools-doc-0.82 as print/tex-pdftools-doc. 2011-10-27 19:03:37 +00:00
tex-pgf Add a missing dependency. 2013-10-15 09:24:22 +00:00
tex-pgf-doc Update tex-pgf{,-doc} to 2.10. 2010-11-12 17:22:22 +00:00
tex-pgfplots Update tex-pgfplots{,-doc} to 1.4.1. 2011-01-20 16:23:59 +00:00
tex-pgfplots-doc Update tex-pgfplots{,-doc} to 1.4.1. 2011-01-20 16:23:59 +00:00
tex-picinpar Import tex-picinpar-1.2a as print/tex-picinpar. 2011-03-14 21:54:52 +00:00
tex-picinpar-doc Import tex-picinpar-doc-1.2a as print/tex-picinpar-doc. 2011-03-14 21:55:02 +00:00
tex-pkfix Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
tex-pkfix-doc Update DISTFILES of tex-pkfix{,-doc} for TeX Live 2010. 2010-10-26 23:53:43 +00:00
tex-placeins Update tex-placeins{,-doc} to r19848. 2010-09-24 16:39:59 +00:00
tex-placeins-doc Update tex-placeins{,-doc} to r19848. 2010-09-24 16:39:59 +00:00
tex-placeins-plain Update DISTFILES for TeX Live 2010. No functional change. 2010-09-14 00:18:08 +00:00
tex-plain Update tex-plain to 3.141592653.26647. 2012-10-14 21:53:34 +00:00
tex-polytable Update tex-polytable{,-doc} to TeX Live r20331. 2010-11-17 17:48:30 +00:00
tex-polytable-doc Add a missing file to PLIST. 2011-04-04 19:38:05 +00:00
tex-preprint Update DISTFILES for TeX Live 2010. No functional change. 2010-09-14 00:18:08 +00:00
tex-preprint-doc Sync tex-preprint-doc with tex-preprint. 2010-05-19 23:19:00 +00:00
tex-preview Import tex-preview-11.86 as print/tex-preview. 2011-10-27 17:14:37 +00:00
tex-preview-doc Import tex-preview-doc-11.86 as print/tex-preview-doc. 2011-10-27 17:14:51 +00:00
tex-printlen Sync tex-printlen with tex-printlen-doc. 2010-09-24 16:46:56 +00:00
tex-printlen-doc Import tex-printlen-doc-1.1a as print/tex-printlen-doc. 2010-09-24 16:44:31 +00:00
tex-prosper Update tex-prosper to 1.5 and remove dependencies on teTeX. 2011-09-18 03:30:26 +00:00
tex-prosper-doc Import tex-prosper-doc-1.5 as print/tex-prosper-doc. 2011-09-18 03:30:54 +00:00
tex-psfrag Import tex-psfrag-3.04 as print/tex-psfrag. 2012-10-21 17:54:51 +00:00
tex-psfrag-doc Import tex-psfrag-doc-3.04 as print/tex-psfrag-doc. 2012-10-21 17:55:05 +00:00
tex-pslatex Update DISTFILES for TeX Live 2010. No functional change. 2010-09-14 00:18:08 +00:00
tex-pspicture Update DISTFILES for TeX Live 2010. No functional change. 2010-09-14 00:18:08 +00:00
tex-pspicture-doc Update DISTFILES for TeX Live 2010. No functional change. 2010-09-14 00:18:08 +00:00
tex-ptex Update tex-ptex{,-doc} to 3.2. 2012-03-04 01:20:20 +00:00
tex-ptex-doc Update tex-ptex{,-doc} to 3.2. 2012-03-04 01:20:20 +00:00
tex-rcsinfo
tex-rcsinfo-doc
tex-realscripts Import tex-realscripts-0.3 as print/tex-realscripts. 2011-01-21 17:36:55 +00:00
tex-realscripts-doc Import tex-realscripts-doc-0.3 as print/tex-realscripts-doc. 2011-01-21 17:37:03 +00:00
tex-relsize Update DISTFILES of tex-relsize for TeX Live 2010. No functional change. 2010-12-25 05:55:53 +00:00
tex-resume Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 13:45:34 +00:00
tex-romanneg Import tex-romanneg-2011 as print/tex-romanneg. 2011-09-17 22:31:20 +00:00
tex-romanneg-doc Import tex-romanneg-doc-2011 as print/tex-romanneg-doc. 2011-09-17 22:31:31 +00:00
tex-rotating Update tex-rotating{,-doc} to 2.16b. 2010-05-26 04:48:23 +00:00
tex-rotating-doc Update tex-rotating{,-doc} to 2.16b. 2010-05-26 04:48:23 +00:00
tex-ruhyphen Sync tex-ruhyphen with TeX Live r21081. No functional change. 2011-01-20 16:27:15 +00:00
tex-sansmath Import tex-sansmath-1.1 as print/tex-sansmath. 2010-04-30 18:18:18 +00:00
tex-sansmath-doc Import tex-sansmath-doc-1.1 as print/tex-sansmath-doc. 2010-04-30 18:18:29 +00:00
tex-secdot Import tex-secdot-1.0 as print/tex-secdot. 2011-09-17 22:36:29 +00:00
tex-secdot-doc Import tex-secdot-doc-1.0 as print/tex-secdot-doc. 2011-09-17 22:36:38 +00:00
tex-section Import tex-section-2011 as print/tex-section. 2011-09-17 22:38:28 +00:00
tex-section-doc Import tex-section-doc-2011 as print/tex-section-doc. 2011-09-17 22:38:51 +00:00
tex-sectsty Update DISTFILES for TeX Live 2010. No functional change. 2010-09-14 00:18:08 +00:00
tex-sectsty-doc Update DISTFILES for TeX Live 2010. No functional change. 2010-09-14 00:18:08 +00:00
tex-selectp Update tex-selectp to TeX Live r20185. No functional change. 2010-10-28 17:21:56 +00:00
tex-seminar Import tex-seminar-1.5 as print/tex-seminar. 2011-09-18 00:41:30 +00:00
tex-seminar-doc Import tex-seminar-doc-1.5 as print/tex-seminar-doc. 2011-09-18 00:41:42 +00:00
tex-sepnum Import tex-sepnum-2.0 as print/tex-sepnum. 2011-09-17 22:40:46 +00:00
tex-sepnum-doc Import tex-sepnum-doc-2.0 as print/tex-sepnum-doc. 2011-09-17 22:41:03 +00:00
tex-setspace Update tex-setspace to TeX Live r21104. License change only. 2011-01-18 19:28:47 +00:00
tex-shadethm Fixes: 2013-04-06 03:45:05 +00:00
tex-shadow Import tex-shadow-1.3 as print/tex-shadow. 2011-09-17 22:42:48 +00:00
tex-shadow-doc Import tex-shadow-doc-1.3 as print/tex-shadow-doc. 2011-09-17 22:42:57 +00:00
tex-showtags Import tex-showtags-1.05 as print/tex-showtags. 2011-09-17 22:44:23 +00:00
tex-showtags-doc Import tex-showtags-doc-1.05 as print/tex-showtags-doc. 2011-09-17 22:44:35 +00:00
tex-SIstyle
tex-SIstyle-doc
tex-SIunits Split out and update various texlive packages from teTeX3-texmf to 2013-10-19 20:43:38 +00:00
tex-SIunits-doc Split out and update various texlive packages from teTeX3-texmf to 2013-10-19 20:43:38 +00:00
tex-skak Import 6 TeX packages for chess. 2011-02-15 11:22:05 +00:00
tex-skak-doc Import 6 TeX packages for chess. 2011-02-15 11:22:05 +00:00
tex-skaknew Replace the updmap script with the version in TeX Live 2011. 2011-11-06 08:43:28 +00:00
tex-skaknew-doc Import 6 TeX packages for chess. 2011-02-15 11:22:05 +00:00
tex-soul Import tex-soul-2.4 as print/tex-soul. 2011-03-17 18:08:51 +00:00
tex-soul-doc Import tex-soul-doc-2.4 as print/tex-soul-doc. 2011-03-17 18:08:59 +00:00
tex-sphack Import tex-sphack-1.0 as print/tex-sphack. 2011-09-17 22:46:10 +00:00
tex-sphack-doc Import tex-sphack-doc-1.0 as print/tex-sphack-doc. 2011-09-17 22:46:21 +00:00
tex-splitbib Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 13:45:34 +00:00
tex-srcltx
tex-srcltx-doc
tex-statex Import tex-statex-1.6 as print/tex-statex. 2011-09-17 22:51:05 +00:00
tex-statex-doc Import tex-statex-doc-1.6 as print/tex-statex-doc. 2011-09-17 22:51:16 +00:00
tex-sttools Update tex-sttools{,-doc} to 2009. 2010-05-05 17:38:20 +00:00
tex-sttools-doc Update tex-sttools{,-doc} to 2009. 2010-05-05 17:38:20 +00:00
tex-subfig Let tex-subfig{,-doc} use DISTFILES from TeX Live 2009. 2010-05-26 03:56:11 +00:00
tex-subfig-doc Let tex-subfig{,-doc} use DISTFILES from TeX Live 2009. 2010-05-26 03:56:11 +00:00
tex-subfigmat Import tex-subfigmat-1.0 as print/tex-subfigmat. 2011-09-17 22:56:48 +00:00
tex-subfigmat-doc Import tex-subfigmat-doc-1.0 as print/tex-subfigmat-doc. 2011-09-17 22:56:57 +00:00
tex-subfigure Update DISTFILES for TeX Live 2010. No functional change. 2010-09-14 00:18:08 +00:00
tex-subfigure-doc Correct DIST_SUBDIR so that it is shared with tex-subfigure. 2010-09-14 00:36:52 +00:00
tex-substr
tex-substr-doc
tex-supertabular Import tex-supertabular-4.1a as print/tex-supertabular. 2011-11-03 01:33:37 +00:00
tex-supertabular-doc Import tex-supertabular-doc-4.1a as print/tex-supertabular-doc. 2011-11-03 01:33:45 +00:00
tex-svninfo Import tex-svninfo-0.7.4 as print/tex-svninfo. 2012-05-08 16:54:02 +00:00
tex-svninfo-doc Import tex-svninfo-doc-0.7.4 as print/tex-svninfo-doc. 2012-05-08 16:54:29 +00:00
tex-t2 Import tex-t2-2010 as print/tex-t2. 2011-03-18 19:12:15 +00:00
tex-t2-doc Import tex-t2-doc-2010 as print/tex-t2-doc. 2011-03-18 19:12:23 +00:00
tex-tabls
tex-tabls-doc Import tex-tabls-doc-3.5 as print/tex-tabls-doc. 2010-04-29 22:51:15 +00:00
tex-tetex Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
tex-tetex-doc Update tex-tetex{,-doc} to 3.0.27774. 2012-10-13 22:38:20 +00:00
tex-tex Sync tex-tex with TeX Live r23409. No functional change. 2012-03-03 18:53:42 +00:00
tex-texconfig Import tex-texconfig-2012 as print/tex-texconfig. 2012-10-13 22:29:21 +00:00
tex-texconfig-doc Import tex-texconfig-doc-2012 as print/tex-texconfig-doc. 2012-10-13 22:29:55 +00:00
tex-texdoc Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
tex-texdoc-doc Import tex-texdoc-doc-2011 as print/tex-texdoc-doc. 2012-02-09 21:20:47 +00:00
tex-texlive-common-doc Update tex-texlive-common-doc to 2012. Image files updates only. 2012-10-14 17:00:43 +00:00
tex-texlive-docindex Update tex-texlive-docindex{,-doc} to 2012.28163. 2012-11-04 22:09:51 +00:00
tex-texlive-docindex-doc Update tex-texlive-docindex{,-doc} to 2012.28163. 2012-11-04 22:09:51 +00:00
tex-texlive-en-doc Update tex-texlive-en-doc to 2012. 2012-10-14 17:07:58 +00:00
tex-texlive-scripts Sync tex-texlive-scripts with TeX Live r25234. No functional change. 2012-03-04 20:17:38 +00:00
tex-texlive.infra Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
tex-texmate Add tex-texmate packages: 2011-02-15 11:38:35 +00:00
tex-texmate-doc Add tex-texmate packages: 2011-02-15 11:38:35 +00:00
tex-texpower
tex-texpower-doc
tex-textcase Import tex-textcase-0.07 as print/tex-textcase. 2013-01-14 00:23:00 +00:00
tex-textcase-doc Import tex-textcase-doc-0.07 as print/tex-textcase-doc. 2013-01-14 00:23:32 +00:00
tex-thailatex Import tex-thailatex-0.4.5 as print/tex-thailatex. 2011-10-19 22:13:48 +00:00
tex-threeparttable
tex-threeparttable-doc
tex-titleref Import tex-titleref-2.0 as print/tex-titleref. 2010-09-24 16:19:45 +00:00
tex-titleref-doc Import tex-titleref-doc-2.0 as print/tex-titleref-doc. 2010-09-24 16:19:54 +00:00
tex-titlesec Update DISTFILES for TeX Live 2010. No functional change. 2010-09-14 00:18:08 +00:00
tex-titlesec-doc Update DISTFILES for TeX Live 2010. No functional change. 2010-09-14 00:18:08 +00:00
tex-tocbibind Update tex-tocbibind{,-doc} to 1.5k. 2010-10-28 15:27:10 +00:00
tex-tocbibind-doc Update tex-tocbibind{,-doc} to 1.5k. 2010-10-28 15:27:10 +00:00
tex-tocloft Import tex-tocloft-2.3e as print/tex-tocloft. 2011-02-07 00:19:55 +00:00
tex-tocloft-doc Import tex-tocloft-doc-2.3e as print/tex-tocloft-doc. 2011-02-07 00:20:09 +00:00
tex-tools Update tex-tools{,-doc} to 2012. 2012-10-16 21:41:00 +00:00
tex-tools-doc Update tex-tools{,-doc} to 2012. 2012-10-16 21:41:00 +00:00
tex-tpslifonts Fixes: 2013-04-06 03:45:05 +00:00
tex-tpslifonts-doc
tex-truncate Import tex-truncate-3.6 as print/tex-truncate. 2010-09-24 16:23:36 +00:00
tex-truncate-doc Import tex-truncate-doc-3.6 as print/tex-truncate-doc. 2010-09-24 16:23:53 +00:00
tex-twoinone Update DISTFILES for TeX Live 2010. No functional change. 2010-09-14 00:18:08 +00:00
tex-twoinone-doc Update DISTFILES for TeX Live 2010. No functional change. 2010-09-14 00:18:08 +00:00
tex-type1cm Install a PDF manual of tex-type1cm. 2011-06-17 19:46:34 +00:00
tex-type1cm-doc Install a PDF manual of tex-type1cm. 2011-06-17 19:46:34 +00:00
tex-typehtml Import tex-typehtml-2009 as print/tex-typehtml. 2010-05-02 17:33:43 +00:00
tex-typehtml-doc Import tex-typehtml-doc-2009 as print/tex-typehtml-doc. 2010-05-02 17:34:26 +00:00
tex-ucs Replace tex-ucs with the version in TeX Live 2011. No functional change. 2011-10-18 20:30:59 +00:00
tex-ucs-doc Import tex-ucs-doc. 2011-10-18 20:33:00 +00:00
tex-ukrhyph Update tex-ukrhyph{,-doc} to TeX Live r21081. No functional change. 2011-01-20 16:31:23 +00:00
tex-ukrhyph-doc Update tex-ukrhyph{,-doc} to TeX Live r21081. No functional change. 2011-01-20 16:31:23 +00:00
tex-ulem Sync tex-ulem with TeX Live r21840. 2011-07-11 20:47:57 +00:00
tex-ulem-doc Sync tex-ulem with TeX Live r21840. 2011-07-11 20:47:57 +00:00
tex-umlaute Correct version strings. 2012-10-21 18:07:08 +00:00
tex-umlaute-doc Correct version strings. 2012-10-21 18:07:08 +00:00
tex-underscore Import tex-underscore-2010 as print/tex-underscore. 2010-09-24 16:29:12 +00:00
tex-underscore-doc Import tex-underscore-doc-2010 as print/tex-underscore-doc. 2010-09-24 16:29:24 +00:00
tex-units Split out and update various texlive packages from teTeX3-texmf to 2013-10-19 20:43:38 +00:00
tex-units-doc Split out and update various texlive packages from teTeX3-texmf to 2013-10-19 20:43:38 +00:00
tex-upquote Split out and update various texlive packages from teTeX3-texmf to 2013-10-19 20:43:38 +00:00
tex-upquote-doc Split out and update various texlive packages from teTeX3-texmf to 2013-10-19 20:43:38 +00:00
tex-url
tex-url-doc
tex-verbasef Import tex-verbasef-1.1 as print/tex-verbasef. 2011-07-14 22:08:29 +00:00
tex-verbasef-doc Import tex-verbasef-doc-1.1 as print/tex-verbasef-doc. 2011-07-14 22:08:39 +00:00
tex-verbdef Import tex-verbdef-0.2 as print/tex-verbdef. 2010-04-29 22:57:08 +00:00
tex-verbdef-doc Import tex-verbdef-doc-0.2 as print/tex-verbdef-doc. 2010-04-29 22:57:16 +00:00
tex-version Sync tex-version with tex-version-doc. No functional change. 2011-07-12 20:54:26 +00:00
tex-version-doc Import tex-version-doc-2.0 as print/tex-version-doc. 2011-07-12 20:52:53 +00:00
tex-vertbars Update tex-vertbars to 1.0b. 2010-12-25 02:18:44 +00:00
tex-vruler Sync tex-vruler{,-doc} with TeX Live r21598. 2011-04-25 22:41:36 +00:00
tex-vruler-doc Sync tex-vruler{,-doc} with TeX Live r21598. 2011-04-25 22:41:36 +00:00
tex-wallpaper
tex-wallpaper-doc
tex-wrapfig Sync tex-wrapfig{,-doc} with TeX Live r22048. 2011-11-10 21:18:37 +00:00
tex-wrapfig-doc Sync tex-wrapfig{,-doc} with TeX Live r22048. 2011-11-10 21:18:37 +00:00
tex-xargs Import tex-xargs-1.1 as print/tex-xargs. 2010-11-29 19:34:41 +00:00
tex-xargs-doc Import tex-xargs-doc-1.1 as print/tex-xargs-doc. 2010-11-29 19:34:49 +00:00
tex-xcolor Update DISTFILES for TeX Live 2010. No functional change. 2010-09-14 00:18:08 +00:00
tex-xcolor-doc Update DISTFILES for TeX Live 2010. No functional change. 2010-09-14 00:18:08 +00:00
tex-xcomment Import tex-xcomment-1.3 as print/tex-xcomment. 2011-09-18 00:28:57 +00:00
tex-xcomment-doc Import tex-xcomment-doc-1.3 as print/tex-xcomment-doc. 2011-09-18 00:29:11 +00:00
tex-xdvi Update tex-xdvi to r18835. 2010-09-24 21:26:28 +00:00
tex-xetex Fix perl use. Bump revision. 2013-10-20 17:56:54 +00:00
tex-xetex-def Fixes: 2013-04-06 03:45:05 +00:00
tex-xetex-doc Update tex-xetex{,-doc} to 2011. 2011-12-14 20:27:10 +00:00
tex-xetexconfig Import tex-xetexconfig-2010 as print/tex-xetexconfig. 2011-01-21 17:19:33 +00:00
tex-xfor Fixes: 2013-04-06 03:45:05 +00:00
tex-xfor-doc
tex-xkeyval Update DISTFILES for TeX Live 2010. 2010-09-14 20:50:11 +00:00
tex-xkeyval-doc Update DISTFILES for TeX Live 2010. 2010-09-14 20:50:11 +00:00
tex-xltxtra Update tex-xltxtra to 0.5e. 2011-01-21 18:00:52 +00:00
tex-xltxtra-doc Update tex-xltxtra to 0.5e. 2011-01-21 18:00:52 +00:00
tex-xtab Import tex-xtab-2.3f as print/tex-xtab. 2012-07-11 12:57:27 +00:00
tex-xtab-doc Import tex-xtab-doc-2.3f as print/tex-xtab-doc. 2012-07-11 12:58:02 +00:00
tex-xunicode Update tex-xunicode to 0.96. 2011-01-21 18:48:08 +00:00
tex-xunicode-doc Update tex-xunicode to 0.96. 2011-01-21 18:48:08 +00:00
tex-yfonts Split out and update various texlive packages from teTeX3-texmf to 2013-10-19 20:43:38 +00:00
tex-yfonts-doc Split out and update various texlive packages from teTeX3-texmf to 2013-10-19 20:43:38 +00:00
texlive Install directories that actually exist in ${WRKSRC} instead of relying 2013-10-17 07:07:26 +00:00
texlive-tetex print/texlive-tetex-format.mk is no longer used. 2013-08-07 00:51:43 +00:00
transfig Recursive bump for png-1.6. 2013-02-16 11:17:56 +00:00
web2c To quote an earlier commit message: 2013-08-22 09:21:57 +00:00
xdvik Instead of having a DEPENDS+=ghostscript... have USE_TOOLS+=gs:run 2013-04-24 10:10:13 +00:00
xdvipdfmx Try to fix the fallout caused by the fix for PR pkg/47882. Part 3: 2013-06-04 22:15:37 +00:00
xetex To quote an earlier commit message: 2013-08-22 09:21:57 +00:00
xfce4-print Recursive revbump from pango-1.36.0 2013-10-10 14:41:44 +00:00
xpdf Try to fix the fallout caused by the fix for PR pkg/47882. Part 3: 2013-06-04 22:15:37 +00:00
xpdf-arabic Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 13:45:34 +00:00
xpdf-chinese-simplified Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 13:45:34 +00:00
xpdf-chinese-traditional Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 13:45:34 +00:00
xpdf-cyrillic Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 13:45:34 +00:00
xpdf-greek Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 13:45:34 +00:00
xpdf-hebrew Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 13:45:34 +00:00
xpdf-japanese Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 13:45:34 +00:00
xpdf-korean Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 13:45:34 +00:00
xpdf-latin2 Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 13:45:34 +00:00
xpdf-thai Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 13:45:34 +00:00
xpdf-turkish Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 13:45:34 +00:00
xpdfopen Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 13:45:34 +00:00
xpp Recursive bump for png-1.6. 2013-02-16 11:18:58 +00:00
yup Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
Makefile Split out and update various texlive packages from teTeX3-texmf to 2013-10-19 20:43:38 +00:00