summaryrefslogtreecommitdiff
path: root/print
AgeCommit message (Collapse)AuthorFilesLines
2006-10-17update to 1.2.5drochner3-347/+363
changes: -fontconfig support -Icon Tool Bars are now dockable -bugfixes
2006-10-16Update kbibtex to 0.1.5markd2-6/+6
Changes: Many UI improvements. A sidebar for detailed searching. Querying of online databases (PubMed). Kate is used for BibTeX source editing. Exporting to RTF has been added (using latex2rtf). Auto-completion when editing BibTeX entry fields has been added.
2006-10-14Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev.wiz4-8/+8
2006-10-13poppler-link-qt3.h should also be installed. Bump PKGREVISION.markd2-2/+6
Should fix PR pkg/34810.
2006-10-12update to 0.6.1drochner5-14/+22
canges: -bugfixes -translation updates pkgsrc change: include tiff/buildlink directly instead relying on gtk to pull it in
2006-10-12update to 0.5.4drochner4-43/+37
changes: -Automatically read in CJK encoding files -Speed ups -let the utils take input on stdin -Bugs fixed
2006-10-12Don't build hugelatex configuration at do-install time, but in thejoerg5-34/+53
INSTALL script. Use magic markers and remove the texmf.cnf fragment at DEINSTALL time. This fixes the deinstallation when other packages modify it and are installed afterwards, but removed out-of-order. Bump revision. Addresses PR 32376 and PR 34003 (the latter indirectly from myself).
2006-10-12Regenerate to fix some pkglint warnings.martti1-5/+5
2006-10-10Fixed "test ==".rillig2-1/+51
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-10-10Don't try and install the man page on solaris. It is broken withdmcmahill1-2/+13
solaris nroff right now. This lets this package build and package on solaris.
2006-10-09Flag a number of packages I use as supporting (user-)destdir.joerg1-1/+3
apg is a bit special as it has some hardcoded ownership, so mark that as "destdir".
2006-10-09Fixed bash and Perl interpreters. This made it necessary that the distfilerillig4-20/+19
is first extracted into the working directory and later copied. PKGREVISION++
2006-10-05Fixed unresolved pathnames like "${datarootdir}/cups".rillig3-16/+63
See: http://mail-index.netbsd.org/pkgsrc-users/2006/10/05/0000.html
2006-10-04Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev.wiz9-20/+20
2006-10-03Change test string checking to use one equal sign.reed3-9/+18
Noticed on NetBSD when my print job didn't work (using pdq and foomatic-rip). Bump package revision. I also reported upstream.
2006-10-01The .gz extension for manual pages need not be given in the PLIST.rillig1-21/+21
2006-09-24Make this compile on sparc64 with gcc 4.jdc2-1/+19
(Need to cast to something at least as wide as "void *" - e.g. "long".) OK wiz@, joerg@.
2006-09-21Don't use included gettext and tools. Found during bulk build,joerg1-3/+4
when share/locale/locale.alias was created. Bump revision.
2006-09-19Fix permissive C++ for GCC 3.4+:joerg5-1/+121
- move an inline constructor outside of the class, since the friend is not fully declared yet. - template references. - missing include to get full declaration of a class.
2006-09-19Remove nautilus dependency: didn't remember that it was provided byjmmv3-7/+4
evince-nautilus. Noted by dillo@. Bump PKGREVISION to 2.
2006-09-16Bump revisions due to gnome-vfs2 update: dbus-glib is now a dependency.jmmv1-1/+3
This fixes problems when some installed packages are outdated. Per wiz@'s request. (These are some that I forgot in the previous commit because they weren't initially in the file list. Reported by hira@.)
2006-09-16Bump revisions due to gnome-vfs2 update: dbus-glib is now a dependency.jmmv2-3/+4
This fixes problems when some installed packages are outdated. Per wiz@'s request. Grrr, I really hate this kind of change.
2006-09-15Update to 0.6.0:jmmv4-73/+90
Bug Fixes: * Links aren't lost while resizing * Tiff backend crash is fixed * Recent code and icons code are screen safe * Crash while handling password-protected documents is fixed Translations: * bg bn bn_IN ca de dz el et fa fi fr gu hi hu ja ko lt lv mk ml mr nb or pt pt_BR ro ru sl sv th tr vi zh_CN zh_HK zh_TW
2006-09-11Needs msgfmt. XXX Where does inimf come from?joerg1-2/+2
2006-09-10added a hack to make teTeX3-bin compile on IRIX 5.3schwarz1-0/+17
2006-09-09Rename variable MAKEFILE to MAKE_FILE.obache7-14/+14
2006-09-07Fix path to djvu library.wiz1-2/+2
2006-09-06Don't create files to outside of ${PREFIX} (e.g. /usr/bin/acroread).hira3-9/+19
Bump PKGREVISION.
2006-09-04Don't add .../Fonts and .../res twice to PLISThubertf4-14/+6
(it was there via @exec before, and was added as 'regular' entry before... remove the @exec stuff) OK'd by joerg@
2006-09-04Reset MAINTAINER as I don't have time to maintain this any more.martti3-6/+6
2006-08-31Lilypond needs Perl to build.rillig1-2/+2
2006-08-31Added PAPERSIZE to BUILD_DEFS. Separated the code that installs therillig1-17/+25
printer filters from the one that adds them to the PLIST. Converted the sed(1) command to use the SUBST framework, so that the proper install(1) commands are used for installing the files.
2006-08-31Fixed path to the manual page.rillig2-6/+15
2006-08-30Update abcm2ps to 4.12.25.minskim2-7/+7
Changes since 4.12.22: Clash of tempo. Clash of slurs and tuplets. Bad place of dots in some cases of voice overlay. Better ties between short notes. Problems on ties at end of line since 4.12.23. Larger space when microtonal accidental and voice unisson. Bad ties in some last measures when %%combinevoices. Bad annotation when semicomma after 2 backslashes. Have %%withrefs working with %%titleformat.
2006-08-30add an option to support thr "djvu" file formatdrochner3-5/+20
(no change to default configuration)
2006-08-23Bump PKGREVISION due to dbus update to 0.9x.jmmv1-1/+3
2006-08-22Fix PR pkg/34143 by Oliver Gould and use texconfig-sys instead of texconfig:jschauma2-4/+4
The INSTALL script for print/teTeX3-bin incorrectly configures paper and font options using texconfig(1). Texconfig-sys(1) is the proper method of making system-wide configuration changes to TeX. Because of this, options such as PAPERSIZE have no effect on the installed configuration.
2006-08-16Update to 0.5.5:wiz3-67/+68
============== Evince 0.5.5 ============== New Features: * Evince have preview mode for using with gtk+ * New print dialog is used with gtk 2.10 * New recent files framework is used UI Improvements: * Sidebar is unified with Epiphany * Escape unfocus page entry Bug Fixes: * Automake updates * Link coordinates now used correctly * Desktop file is corrected * Memory leak fixes Translations: * ca cs de dz el es et eu fi fr gu ja ko mk nl ru sl sv th zh_HK zh_TW Thanks: Carlos Garcia Campos, Christian Persch, Radoslav Dorcik, Ricardo Markiewicz, Sebastien Bacher, Wouter Bolsterlee and especially translators: Ankit Patel, Arangel Angov, Benoît Dejean, Changwoo Ryu, Chao-Hsiung Liao, Christophe Merlet, Daniel Nylander, Francisco Javier F. Serrador, Guntupalli Karunakar, Hendrik Richter, Ilkka Tuohela, Inaki Larranaga, Jakub Friedl, Josep Puigdemont i Casamajó, Jovan Naumovski, Nikos Charonitakis, Priit Laes, Takeshi Aihana, Theppitak Karoonboonyanan
2006-08-14Some teTeX2-removal cleanup.wiz1-3/+2
2006-08-11The AFPL is non-Free. Add it, use it, and set NO_*_ON_CDROM.gdt1-1/+9
2006-08-10Remove teTeX2.minskim31-16932/+1
2006-08-10Remove references to teTeX2.minskim2-11/+3
2006-08-10Remove redundant packages. They are included in teTeX3.minskim10-151/+1
2006-08-10Remove teTeX2 from TEX_ACCEPTED, because the teTeX2 packages will be removedminskim7-14/+14
shortly.
2006-08-08USE_TOOLS+=flexminskim1-2/+2
2006-08-06Reomove BROKEN_IN for packages that built in the latestkristerw1-3/+1
NetBSD 3.0_STABLE/i386 bulk build.
2006-08-03update to 0.5.4drochner5-9/+28
changes: * URI's with anchors can be opened -bugfixes -translation updates (I had to patch out one suboptimal bugfix because it caused locking inconsistencies. I couldn't reproduce the bug it was supposedly fixing either.)
2006-07-27Rename "SITES_* to "SITES.*" for file-specific lists of sites from whichjlam4-9/+9
to fetch the file. This completes the renaming described in revision 1.1799 of bsd.pkg.mk.
2006-07-27de-maintainhubertf4-8/+8