summaryrefslogtreecommitdiff
path: root/print
AgeCommit message (Collapse)AuthorFilesLines
2001-11-19Adapt to use shared INSTALL/DEINSTALL scripts by using the logic injlam5-274/+38
bsd.pkg.install.mk: * Remove old DEINSTALL/INSTALL scripts. * Move some text printed at POST-INSTALL time into the MESSAGE file. * Adjust rc.d scripts to respect rc.conf settings, so that the script may be directly copied into /etc/rc.d.
2001-11-01Change reachover references into another package's pkg/ directory intojlam1-3/+2
references to the other package's base directory. This is needed after the files in the pkg/ directory were dispersed into the base directory.
2001-10-31Move pkg/ files into package's toplevel directoryzuntum140-89/+89
2001-10-30Update to xpdf 0.93. Noteworthy changes include:simonb3-14/+18
- PDF 1.4 (128-bit) decryption. - FreeType 2 support. - Embed TrueType fonts in PostScript output. - Mouse wheel support. - Text output for Simplified Chinese. Lots more in the CHANGES file.
2001-10-25I can be the new MAINTAINER for lyx (suggested by frueauf)martti1-2/+2
2001-10-25Updated to 1.1.6.3. Changes since 1.1.6.1:martti3-21/+56
- documentation has been updated to remove errors due to interface change - new italian user guide; updated french localisation of menus and documentation; new dutch translations of some examples - it is now possible to enter directly characters in an encoding different from latin1 (providing one is using a correct screen font) - new encts class for Elsevier Science's Electronic Notes in Theoretical Computer Science - new cv class for writing curriculum vitae - new extarticle, extreport, extbook and extletter classes, which are versions of the normal classes with more font sizes available - the aapaper class has been complemented with a aa class for the A&A LaTeX document class version 5.0, which is slightly incompatible with the older version - add language support in docbook; better support for verbatim text. - many translations updated; big french documentation overhaul; german documentation update - preliminary Thai support; new serbo-croatian support
2001-10-25Bump the dependency on libwww to 5.3.2nb1, to ensure that the packagedfredb1-2/+2
binaries on pre- NetBSD-1.5 systems don't carry the burden of (unnecessary) dependencies on the "openssl" shared libraries.
2001-10-24I am a triple idiot. The only relevant variable that x11.buildlink.mkjlam4-8/+8
redefines about which buildlink.mk files would care is BUILDLINK_X11_DIR, which points to the location of the X11R6 hierarchy used during building. If x11.buildlink.mk isn't included, then BUILDLINK_X11_DIR defaults to ${X11BASE} (set in bsd.pkg.mk), so its value is always safe to use. Remove the ifdefs surrounding the use of BUILDLINK_X11_DIR in tk/buildlink.mk and revert changes to move x11.buildlink.mk before the other buildlink.mk files.
2001-10-24Updated teTeX-share and teTeX-sharesrc for preparing to update of TeXfamilykei5-12/+46
which doesn't compile recently because of the LaTeX's "Hey, your distribution is too old! Please update it to the latest one!" feature. Quoted from the patch to `latex.ltx'. This is a work around for the '1 year old' error which avoids the format file from being generated correctly. Provided by Naoto Shimazaki. Because of NO_EXTRACT/NO_PATCH/others are defined in teTeX-share{,src} packages, applying this patch is done by packages' Makefiles on do-install stage. New version numbers after these changes are like below: teTeX: 1.0.7nb1 teTeX-bin: 1.0.7nb1 teTeX-share: 1.0.2nb1 teTeX-sharesrc: 1.0.1nb1
2001-10-23x11.buildlink.mk needs to be included before any buildlink.mk files thatjlam4-8/+8
use X11_BUILDLINK_MK as a test value. Generally just reordering the inclusions so that x11.buildlink.mk comes before the other buildlink.mk files will make everthing work.
2001-10-21ex-$DISTNAME => tex-$DISTNAME, duh!hubertf1-2/+2
2001-10-18SVR4 packages have a limit of 9 chars for a package name.veego2-2/+4
The automatic truncation in gensolpkg doesn't work for packages which have the same package name for the first 5-6 chars. e.g. amanda-server and amanda-client would be named amanda and amanda. Now, we add a SVR4_PKGNAME and use amacl for amanda-client and amase for amanda-server. All svr4 packages also have a vendor tag, so we have to reserve some chars for this tag, which is normaly 3 or 4 chars. Thats why we can only use 6 or 5 chars for SVR4_PKGNAME. I used 5 for all the packages, to give the vendor tag enough room. All p5-* packages and a few other packages have now a SVR4_PKGNAME.
2001-10-16Find Makefile.module in ../../www/php4.jlam1-2/+2
2001-10-16Use +=, not =, for CATEGORIES so we don't clobber the inherittedjlam1-2/+2
categories.
2001-10-16Note addition of php4-pdflib.jlam1-1/+2
2001-10-16Update php4-pdflib to the version from the php-4.0.6 distribution. Therejlam4-0/+42
is no list of changes from version 4.0.5. Also move from the www category.
2001-10-06Update ggv to 1.0.1. Changes are bugfixes and the addition of some morerh2-8/+6
keyboard accelerators.
2001-10-06Pull in libunicode via buildlink.mk. Patches provided in private mail byrh1-5/+6
Eric Gillespie <epg@pretzelnet.org>
2001-10-06Use buildlink glue code for "bonobo" to fix build problem.tron1-1/+2
2001-10-04Remove.hubertf10-216/+0
jadetex is now known as tex-jadetex, and hugelatex transmogrified into tex-hugelatex.
2001-10-04hugelatex -> tex-hugelatexhubertf1-3/+3
jadetex -> tex-jadetex
2001-10-04License-free re-import of print/jadetexhubertf6-0/+159
2001-10-04Re-import of print/hugelatexhubertf4-0/+58
2001-10-04Rename eurosym to tex-eurosym.wiz5-66/+2
2001-10-04Re-import eurosym as tex-eurosym, to make it more apparent that it'swiz4-0/+65
a TeX related package, following a suggestion by mjl.
2001-10-04Move xpdf from graphics to print, per pkg/14154.wiz1-1/+2
2001-10-04Move from graphics/xpdf to print/xpdf per pkg/14154.wiz6-0/+107
2001-10-03add and enable eurosymwiz1-1/+2
2001-10-03Initial import of eurosym-1.0, a package with Euro symbols for LaTeX.wiz4-0/+64
2001-10-03bsd.buildlink.mk will automatically handle the REPLACE_BUILDLINK stuff, sojlam1-2/+1
we can remove REPLACE_BUILDLINK settings containing *-config, *Conf.sh, and *.pc.
2001-10-03Substitute the real config script for the config wrapper script injlam2-2/+6
installed files. We don't want buildlink references to escape into the install directory.
2001-10-01Note addition of print/tcl-pdflib.jlam1-1/+2
2001-10-01print/tcl-pdflib - Tcl language binding for the PDFlib libraryjlam3-0/+44
2001-10-01Modify package so that we can create separate packages for the differentjlam4-21/+69
language bindings for PDFlib: we split the Makefile in a common part and a package-specific part, and we cause the configure script to substitute the correct values to link against an installed libpdf.so when linking the binding shared objects.
2001-10-01Fix copy/paste error and remove libartrh1-2/+1
2001-10-01Buildlinkifyrh2-4/+53
2001-09-29Add perl5 to the categories so we're listed properly in the binaryjlam1-2/+2
packages list.
2001-09-29Note addition of print/p5-PostScript-MailLabels.jlam1-1/+2
2001-09-29print/p5-PostScript-MailLabels:jlam4-0/+27
PostScript::MailLabels contains modules for creating PostScript files of mailing address labels, to be printed on standard adhesive-backed mailing label stock. Create PostScript(tm) code for calibrating and testing mailing label printing, and finally create the code for the labels themselves.
2001-09-27Mechanical changes to 375 files to change dependency patterns of the formjlam7-26/+26
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this.
2001-09-12Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.jlam3-39/+8
2001-09-09Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of:agc8-16/+16
WRKSRC= ${WRKDIR} This is much cleaner, much more indicative of what happens, and removes another of the negative definitions (NO_.* = value).
2001-09-09Fix fuzz in patch detected by "gpatch" under Solaris.tron2-11/+8
2001-09-02Ignore warning about stone old LaTeX sources.hubertf1-2/+2
XXX I'll rather wait for new teTeX (whenever that's out) instead of touching the guts of teTeX.
2001-09-02 * Fix our netbsd-doc-print package to properly handle the italianhubertf4-3/+35
version of Federico Lupi's guide by including italian language in the right file. Hint: http://lists.oasis-open.org/archives/docbook/200002/msg00214.html * While there, install the jadetex files not in the textproc/jade package, but in the print/jadetex package. That's where we also build and install the jadetex.fmt file, so things actually fit together. * Bump some pkg versions: print/jadetex -> jadetex-2.20nb1 textproc/jade -> jade-1.2.1nb3 meta-pkgs/netbsd-doc -> netbsd-doc-1.2 meta-pkgs/netbsd-doc-print -> netbsd-doc-print-1.1
2001-08-29Use x11.buildlink.mk instead of USE_X11. Also convert hard-coded referencesjlam1-2/+2
to ${X11BASE} in the header and library search paths into references to ${LOCALBASE}/share/x11-links. These packages should now be strongly- buildlinked regardless of whether xpkgwedge is installed. Changes well-tested on NetBSD-1.5X/i386 with and without xpkgwedge and lightly-tested on NetBSD-1.5.1/alpha without xpkgwedge.
2001-08-29Update driver for Kyocera Prescribe page printers to gdevprsc-0.3.itohy2-5/+5
Add -dSimplex, which explicitly specifies one-side printing.
2001-08-23Add default XAW_TYPE?=3d to indicate that this package wants at leastjlam1-1/+2
Xaw3d (Xaw-Xpm also works).
2001-08-23Move per-package default XAW_TYPE setting above the inclusion ofjlam1-4/+4
bsd.prefs.mk so that it is actually used. Where possible, include xaw.buildlink.mk instead of setting USE_XAW, and use LIBXAW where needed.
2001-08-21Do not blow up on unsupported platforms - at least make it to ONLY_FOR_PLATFORMabs1-1/+2