summaryrefslogtreecommitdiff
path: root/print
AgeCommit message (Collapse)AuthorFilesLines
2006-04-07Replace hardcoded texmf-local with PKG_LOCATEXMFPREFIX, which is now setminskim1-2/+2
correctly in teTeX{,3}-bin/buildlink3.mk. Pointed out by tonio@.
2006-04-07Set PKG_LOCALTEXMFPREFIX to ${PREFIX}/share/texmf-local in buildlink3.mk;minskim3-12/+5
all TeX packages were converted.
2006-04-07- Generate files to install before installation, and then copy them.minskim2-25/+25
Previously, files were generated in PREFIX. - Use teTeX/module.mk to properly update the ls-R database. - Install documentation and examples into share/doc and share examples, respectively. Bump PKGREVISION.
2006-04-07Update texmf-dirs to 1.1.minskim2-3/+5
- Add two directories used by fonts/ec-fonts-mftraced.
2006-04-07Use texmf-dirs to install into texmf-local. Bump PKGREVISION.minskim8-14/+23
2006-04-07- Use PREFIX, instead of LOCALBASE, as an installation prefix.minskim2-54/+55
- Install into a package directory under tex/latex to follow TDS. - Use texmf-dirs to install into texmf-local. Bump PKGREVISION.
2006-04-07- Use teTeX/module.mk to properly update the ls-R database.minskim2-8/+9
- Use texmf-dirs to install into texmf-local. Bump PKGREVISION.
2006-04-07- Use teTeX/module.mk to properly update the ls-R database.minskim2-9/+7
- Use texmf-dirs to install into texmf-local. Bump PKGREVISION.
2006-04-07- Install files into PKG_LOCALTEXMFPREFIX, instead of PKG_TEXMFPREFIX, andminskim6-30/+29
fix manual pages accordingly. - Use teTeX/module.mk to properly update ls-R. - Use texmf-dirs to install into texmf-local. Bump PKGREVISION.
2006-04-07- Replace @unexec with @dirrm in PLIST.minskim2-4/+5
- Use texmf-dirs to install into texmf-local. Bump PKGREVISION.
2006-04-06Fix the web2c path. Skip PKGREVISION bump because this was imported a fewminskim1-2/+2
minutes ago.
2006-04-06Add texmf-dirs.minskim1-1/+2
2006-04-06Import texmf-dirs, which installs a TeX directory structure inminskim4-0/+95
texmf-local to be shared by pkgsrc TeX packages.
2006-04-06Create another texmf tree, texmf-local so that TeX packages can beminskim2-3/+7
installed without conflicts with those included in teTeX-texmf. Bump PKGREVISION.
2006-04-06Create another texmf tree, texmf-local so that TeX packages can beminskim2-4/+6
installed without conflicts with those included in teTeX-texmf. Bump PKGREVISION.
2006-04-06Change BUILDLINK_DEPENDS.pkg to BUILDLINK_API_DEPENDS.pkg.reed1-2/+2
I missed this in my commit earlier.
2006-04-06List the info files directly in the PLIST and honor PKG{INFO,MAN}DIR.jlam10-24/+28
2006-04-06USE_TOOLS+=bison instead of direct BUILD_DEPENDS on bison.jlam1-3/+2
2006-04-06Override sysconfdir at install time instead of patching the Makefile tojlam3-17/+5
install the example config files into the examples directory.
2006-04-06Needs bison to build.salo1-2/+2
2006-04-06teTeX-bin>=3.0 has dvipng.jlam1-1/+3
2006-04-06* Set the default texfonts directory during the build instead of settingjlam3-31/+72
it during installation. The default texmf.cnf file now has the correct VARTEXFONTS default without any extra configuration. * Move texconfig papersize setting to a +TEXCONFIG scriptlet that is called during POST-INSTALL. You can invoke ./+TEXCONFIG PAPER <paper> to set the papersize for dvips and xdvi. This fixes problems with installing teTeX3-bin where invoking texconfig failed because texmf.cnf didn't (yet) exist during the post-install target. Bump the PKGREVISION to 9.
2006-04-06Over 1200 files touched but no revisions bumped :)reed30-78/+78
RECOMMENDED is removed. It becomes ABI_DEPENDS. BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo. BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo. BUILDLINK_DEPENDS does not change. IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS which defaults to "yes". Added to obsolete.mk checking for IGNORE_RECOMMENDED. I did not manually go through and fix any aesthetic tab/spacing issues. I have tested the above patch on DragonFly building and packaging subversion and pkglint and their many dependencies. I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I have used IGNORE_RECOMMENDED for a long time). I have been an active user of IGNORE_RECOMMENDED since it was available. As suggested, I removed the documentation sentences suggesting bumping for "security" issues. As discussed on tech-pkg. I will commit to revbump, pkglint, pkg_install, createbuildlink separately. Note that if you use wip, it will fail! I will commit to pkgsrc-wip later (within day).
2006-04-06BUILDLINK_DEPENDS.* should be appended to, not set.jlam1-2/+2
2006-04-06* Note that auctex requires the base emacs packages to be present.jlam2-12/+8
* Move the info files to the PLIST and honor EMACS_INFOPREFIX. * Remove some unused variables that are clearly just leftovers from an older version of this package. Bump the PKGREVISION to 3.
2006-04-05Regen with patch-as (hi jlam!).minskim1-1/+2
2006-04-05* Move all the handling of files that are user-modifiable or generatedjlam9-90/+216
at run-time into the INSTALL/DEINSTALL scripts instead. This includes running: mktexlsr, fmtutil, texlinks, and updmap. The INSTALL script now unpacks a separate scriptlet +TETEX that can be called independently to fix up the teTeX installation in case it gets messed up. * USE_TOOLS+=bison instead of a direct BUILD_DEPENDS on the bison package. * List info file entries directly in the PLIST. Bump PKGREVISION to 8.
2006-04-05Update tex-dhucs to 2.7.0.minskim3-14/+18
Changes: - introduce dhucs-cmap.sty. - can search and extract Korean characters when used with pdflatex.
2006-04-04update to latex-mk-1.6dmcmahill2-6/+6
* Fix a syntax error in the (not used yet) ieee-copyout script. * Fix a bug in the latex-mk script when BibTex is used. * Add quoting of command names in the BSD makefiles. This will properly deal with pathnames to the programs which contain spaces. Currently GNU make will not properly deal with this.
2006-04-03Use pthread-stublib on NetBSD 1.x and 2.x.reed3-7/+20
Bump PKGREVISION. Patch updated to use the library. Thank you Joerg for the suggestion.
2006-04-02Add abcm2ps.minskim1-1/+2
2006-04-02Import abcm2ps.minskim4-0/+29
abcm2ps is a command line program which converts ABC to music sheet in PostScript format. It is an extension of abc2ps which may handle many voices per staff.
2006-04-02Add entry for jcabc2ps.ben1-1/+2
2006-04-02Initial import of jcabc2ps-20060106, a music typesetting program for abc.ben6-0/+529
Jcabc2ps is a typesetting program for abc. It reads a file containing abc code and outputs the music to another file in Postscript. This is John Chambers' clone of Michael Methfessel's abc2ps program.
2006-04-02Depend on hicolor-icon-theme to:jmmv1-2/+3
1) Handle the shared share/icons/hicolor directory. 2) Properly regenerate the icon theme cache during (de)installation. Bump PKGREVISION.
2006-04-01Remove the conflicst of xpdf now that utilities are in a differentreed1-3/+1
package. Ride on same revision from a little earlier.
2006-04-01Mention poppler-utils package.reed1-0/+1
2006-04-01Added poppler-utils package.reed1-1/+2
2006-04-01Split out the tools from the poppler package.reed3-0/+62
This provides PDF (Portable Document Format) utilities from the poppler project. Some of these are based on the versions from xpdf. This poppler-utils package provides: pdffonts - lists fonts used in PDF files with details pdfimages - saves images from a PDF file as PPM, PBM or JPEG pdfinfo - prints document information from 'Info' dictionary pdftohtml - convert PDF files into HTML, XML and PNG images pdftoppm - converts PDF files to PPM, PGM, or PBM image files pdftops - converts a PDF file to PostScript pdftotext - converts a PDF file to plain text
2006-04-01Add patch for poppler-utils package -- use libpoppler.la fromreed2-1/+93
already installed package and enable pdftoppm to build.
2006-04-01Don't install PDF utilities here. I am about to import a new packagereed2-19/+7
for this. Bump PKGREVISION. Configure with --enable-splash-output (that was default before). Also --disable-utils.
2006-04-01This conflicts with xpdf for the utilities.reed1-2/+4
Bump PKGREVISION.
2006-04-01Don't @dirrm the doc directory since poppler packages uses it.reed2-4/+4
Bump PKGREVISION.
2006-04-01Move the glib/Makefile.in patch-aa from the poppler-glib/patches/reed3-4/+5
directory to the poppler/patches/ directory. The checksum was removed, but patch still existed. So keep the patch in same place as the distinfo. Uncomment the PATCHDIR for this. (The patch is so libpoppler is not rebuilt -- just use the previously installed version. If there is any change my next patch updates PKGREVISION so will cover this too.)
2006-04-01Add entry for abc2ps package.ben1-1/+2
2006-04-01Initial import of abc2ps-1.3.3, a music typesetting program for abc.ben5-0/+80
Abc2ps is a typesetting program for abc. It reads a file containing abc code and outputs the music to another file in Postscript. The music can then displayed (i.e. using ghostview) or printed on a Postscript printer. The program is written in C and runs on most systems which have a C compiler.
2006-04-01Install the new poppler-page-transition.h header file, needed by poppler-qt.h.jmmv2-3/+6
Noticed by tron@. Bump PKGREVISION to 2.
2006-03-31List the info pages directly in the PLIST and ensure that we honorjlam8-16/+26
PKGINFODIR.
2006-03-31Create the include/poppler directory from the base poppler package so thatjmmv4-6/+15
poppler-qt can install its headers properly. Found by tron@. This also helps in removing this shared directory (used in poppler-qt and poppler-glib) from a single place. Bump PKGREVISION of the three packages to 1.
2006-03-31there is no patch-aadrochner1-2/+1