Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-01-07 | Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of | rillig | 8 | -23/+23 | |
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with ${PREFIX}/${PKGMANDIR}. Fixes PR 35265, although I did not use the patch provided therein. | |||||
2007-01-03 | Shortened the Makefile a bit, cleaned up the code, removed unnecessary | rillig | 1 | -29/+17 | |
code, made the PAPERSIZE check at load time, removed automatic stripping of the binary files. | |||||
2006-12-31 | Master site's layout has been changed. | obache | 1 | -2/+2 | |
2006-12-29 | Update lilypond to 2.4.6. | obache | 6 | -52/+14 | |
This release backports the tieWaitForNote feature and has support for tetex-3.0 and some fixes. | |||||
2006-12-28 | Depend on the ghostscript fonts by default. Bump revision. | joerg | 1 | -1/+4 | |
2006-12-28 | Retire ghostscript-afpl and ghostscript-gnu. | joerg | 17 | -1516/+1 | |
2006-12-27 | Update to gpl ghostscript-8.54 aka print/ghostscript-afpl relaunched | joerg | 38 | -2340/+620 | |
under GPL with options.mk. This was discussed on tech-pkg@. | |||||
2006-12-27 | Use REQD_DIRS for share/ghostscript. | joerg | 1 | -2/+4 | |
2006-12-27 | + ghostscript6 | joerg | 1 | -1/+2 | |
2006-12-27 | Reimport print/ghostscript as print/ghostscript6 in preparation of | joerg | 37 | -0/+2438 | |
merging ghostscript-gnu and ghostscript-afpl. | |||||
2006-12-27 | - fine grained X11 dependencies for packages which have either USE_IMAKE | joerg | 1 | -1/+3 | |
or USE_X11BASE set, but don't include mk/x11.buildlink3.mk directly or via buildlink3.mks - introduce BUILDLINK_PREFIX.libXpm as alias for BUILDLINK_PREFIX.xpm in the !modular case - fix some cases where the check for libX11 couldn't work at all by using C++ for compilation without including the proper headers Verified using a full X11_TYPE=xorg bulk build without additional breakage. Discussed with salo@, wiz@ and send to packages@ for feedback. | |||||
2006-12-16 | Add USE_DIRS xdg-1.4 for share/pixmaps. | wiz | 1 | -1/+2 | |
2006-12-15 | Mechanically replace all includes of buildlink3.mk of the following | joerg | 5 | -10/+10 | |
packages with the modular Xorg equivalent. Those are falling back to the old location by default, so this commmit doesn't change dependencies. graphics/xpm ==> x11/libXpm fonts/Xft2 ==> x11/libXft x11/Xfixes ==> x11/libXfixes x11/xcursor ==> x11/libXcursor x11/Xrender ==> x11/libXrender x11/Xrandr ==> libXrandr | |||||
2006-12-15 | Reset maintainer, ben@ has resigned. | wiz | 2 | -4/+4 | |
2006-12-12 | Replace mk/bsd.prefs.mk includes with bsd.fast.prefs.mk includes. | joerg | 1 | -2/+2 | |
The redundant parsing of bsd.prefs.mk is mostly avoided now and parse time e.g. for x11/kdebase3 gets reduced by up to 10%. | |||||
2006-12-10 | Update tex-dhucs to 3.1.4. | minskim | 3 | -7/+8 | |
Changes since 3.0.2: - bug fix for nojosa. - support apacite. - improved support for hyperref/beamer/memoir. - pdf bookmarks. - unicode naming rule. - linebreak before suppl. hanja. | |||||
2006-12-07 | As temporary band aid, ensure that PATH contains ${PREFIX}/bin, as | joerg | 2 | -3/+6 | |
most scripts like tex-config will not work otherwise, breaking bulk builds badly. Bump revision. | |||||
2006-12-06 | Bump PKGREVISION for evince/patches/patch-ac, | wiz | 1 | -1/+2 | |
to be on the safe side. | |||||
2006-12-06 | Fix CVE-2006-5864 using a patch from evince CVS. | wiz | 3 | -2/+31 | |
Bump PKGREVISION. | |||||
2006-12-06 | Add tex-pgf. | wiz | 1 | -1/+2 | |
2006-12-06 | Initial import of tex-pgf-1.10 (with some help from minskim, thanks!): | wiz | 4 | -0/+319 | |
PGF is a macro package for creating graphics. It is platform- and format-independent and works together with the most important TeX backend drivers, including pdftex and dvips. It comes with a user-friedly syntax layer called TikZ. Its usage is similar to pstricks and the standard picture environment. PGF works with plain (pdf-)TeX, (pdf-)LaTeX, and ConTeXt. Unlike pstricks, it can produce either PostScript or PDF output. | |||||
2006-12-05 | Update texmf-dirs to 1.4. This version adds the following directories | minskim | 2 | -3/+7 | |
to the local texmf tree: doc/generic, tex/context, tex/generic, and tex/plain. | |||||
2006-12-02 | Instead of setting compiler flags in each package if it uses C99, | jschauma | 1 | -7/+2 | |
allow USE_LANGUAGES+=c99 and let gcc and mipspro do the right thing. May need to be reviewed/added for other compilers. ok rillig@ | |||||
2006-12-01 | Explicitly disable Perl to not leak wrkdir references. Bump revision. | joerg | 1 | -2/+3 | |
2006-11-30 | Add epdfview. | reed | 1 | -1/+2 | |
2006-11-30 | Import epdfview. A GTK2-based PDF viewer that uses Poppler. | reed | 4 | -0/+53 | |
This is partially based on yui's package at pkgsrc-wip-kr that I found when I was working on this. | |||||
2006-11-28 | don't try to @dirrm include/poppler which does belongs to the base poppler | drochner | 1 | -2/+1 | |
2006-11-27 | Don't create empty directory. Found by ghen@. | hira | 2 | -5/+5 | |
2006-11-27 | Add SunOS-x86_64 support. | obache | 2 | -2/+22 | |
Patch provided by Gilles Dauphin in PR 33714. | |||||
2006-11-21 | Add security fix for CVE-2006-5864 based on patch taken from Debian Sarge. | tron | 3 | -2/+30 | |
Bump package revision because of this fix. | |||||
2006-11-20 | Apply some official patches. Two non-critical patches to the | markd | 2 | -2/+17 | |
filtered selection code and "View Document" context menu and a patch to fix compilation with gcc 4.x. Bump PKGREVISION. | |||||
2006-11-14 | update to 2.0.4 | drochner | 4 | -22/+16 | |
changes: -Use filechooser for GnomeFileEntrys in merge properties dialog and object editor image page. -New configure option to disable update-mime-database and update-desktop-database -Minor cleanup. -New templates and fixes | |||||
2006-11-13 | migrate devhelp docs to share/gtk-doc/html, bump PKGREVISION | drochner | 4 | -51/+48 | |
2006-11-12 | Don't overwrite installed files. This should close PR pkg/35036. | hira | 2 | -11/+54 | |
2006-11-11 | Fixed "test ==". | rillig | 1 | -1/+3 | |
2006-11-11 | Applied a patch from Ryo HAYASAKA, provided in PR 35035, which fixes the | rillig | 2 | -1/+15 | |
check-portability test. | |||||
2006-11-11 | Fixed a pkglint warning. | rillig | 1 | -2/+2 | |
2006-11-06 | Switch to modular buildlinks. | joerg | 1 | -2/+4 | |
2006-11-06 | DESTDIR support. Remove explicit x11 include. | joerg | 1 | -2/+3 | |
2006-11-06 | DESTDIR support and switch to modular buildlinks. | joerg | 2 | -4/+12 | |
2006-11-06 | Switch to modular buildlinks and prefer OWN_DIRS over PLIST | joerg | 2 | -8/+4 | |
exec/unexec. | |||||
2006-11-05 | DESTDIR support. | joerg | 7 | -12/+141 | |
2006-10-25 | Fixed PKGMANDIR. | rillig | 1 | -1/+2 | |
2006-10-24 | This package use perl:run and xgettext. Bump PKGREVISION. | obache | 1 | -3/+3 | |
Fixed PR 34898. | |||||
2006-10-23 | Update "gv" package to version 3.6.2. This is release fixes several | tron | 8 | -102/+127 | |
bugs present in the 3.6.1 release. Based on patches provided by Thomas Klausner in private e-mail. | |||||
2006-10-17 | update to 1.2.5 | drochner | 3 | -347/+363 | |
changes: -fontconfig support -Icon Tool Bars are now dockable -bugfixes | |||||
2006-10-16 | Update kbibtex to 0.1.5 | markd | 2 | -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-14 | Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. | wiz | 4 | -8/+8 | |
2006-10-13 | poppler-link-qt3.h should also be installed. Bump PKGREVISION. | markd | 2 | -2/+6 | |
Should fix PR pkg/34810. | |||||
2006-10-12 | update to 0.6.1 | drochner | 5 | -14/+22 | |
canges: -bugfixes -translation updates pkgsrc change: include tiff/buildlink directly instead relying on gtk to pull it in |