summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-09-19Automatically generate and install the rc.d scripts if specified byjlam1-3/+51
RCD_SCRIPTS. From the comments in bsd.pkg.install.mk: # rc.d scripts are automatically generated and installed into the rc.d # scripts example directory at the post-install step. The following # variables are relevent to this process: # # RCD_SCRIPTS lists the basenames of the rc.d scripts # # RCD_SCRIPT_SRC.<script> the source file for <script>; this will # be run through FILES_SUBST to generate # the rc.d script # # RCD_SCRIPTS_EXAMPLEDIR the directory in which to install the # example rc.d scripts # # If the source rc.d script is not present, then the automatic handling # doesn't occur.
2002-09-19buildlink1 -> buildlink2jlam1-2/+2
2002-09-19Rename files/chronyd to files/chronyd.sh for forthcoming changes tojlam2-2/+2
auto-handle rc.d scripts.
2002-09-19There is no RCD_SCRIPT.jlam1-2/+1
2002-09-19Allow for the chmod command to fail, e. g. if the distfile is on a readonlywennmach1-2/+2
medium, or if the directory protections don't allow it.
2002-09-19We're using buildlink2, so don't lie about where the rpm headers andjlam1-5/+5
libraries are actually found.
2002-09-19Add libevent.uebayasi1-1/+2
2002-09-19Initial import of libevent-0.6.uebayasi4-0/+36
The libevent API provides a mechanism to execute a callback function when a specific event occurs on a file descriptor or after a timeout has been reached. libevent is meant to replace the asynchronous event loop found in event driven network servers. An application just needs to call event_dispatch() and can then add or remove events dynamically without having to change the event loop. Currently, libevent supports kqueue(2) and select(2). Support for poll(2) and /dev/poll is planned. The internal event mechanism is completely independent of the exposed event API, and a simple update of libevent can provide this new functionality without having to redesign the server applications.
2002-09-19Updated print/xpdf to version 1.01. Changes from version 1.00 include:jlam7-97/+54
Honoring ${PKG_SYSCONFDIR} for location of xpdfrc. Implemented Type 3 fonts. Implemented PostScript CID font embedding; added a psEmbedCIDPostScriptFonts option. Implemented PostScript 16-bit font substitution; added psNamedFont16 and psFont16 options. Moved the initialZoom setting from X resources to the xpdfrc file. Implemented the radial shading type in the sh (shaded fill) operator. [Thanks to Mike Sweet.] Added an 'include' command to the xpdfrc format. Added the displayNamedCIDFontX option so different fonts can be used within one character collection. Implemented stroked text in XOutputDev (with t1lib and FreeType2). [Thanks to Leonard Rosenthol.] Implemented stroked text in PSOutputDev. Added a built-in Unicode map for UCS-2. PSOutputDev will now embed external TrueType fonts in addition to external Type 1 fonts. Added the Big5ascii Unicode map to the Chinese-traditional support package (maps 7-bit ASCII straight through). [Thanks to Lawrence Lai.] Modified the EUC-CN and EUC-JP encodings to pass 7-bit ASCII straight through. [Thanks to Lawrence Lai.] In the code that guesses character names (for font subsets), also handle names of the form 'ABnnn'. [Thanks to Colin Granville.] Tweak the Type 1 font bbox code to look at the bboxes in both the PDF font object and the embedded font file. Added an optional displayCIDFontX entry for one of the Arphic TrueType fonts in the traditional Chinese 'add-to-xpdfrc' file. Added psASCIIHex parameter. Added the GBK Unicode map to the simplified Chinese language pack. Pdftotext now opens the text file in binary mode to avoid Microsoft's annoying automatic end-of-line translation stuff. Added an executeCommand function in goo/gfile.cc. [Thanks to Mikhail Kruk.] The %ALDImagePosition OPI comment was wrong if the page was scaled to a different paper size. The OPI code was saving the default transform matrix before calling setpagedevice, which can change the matrix. PSOutputDev now handles PostScript XObjects.
2002-09-19It's "@unexec", not "@@unexec".jlam1-2/+2
2002-09-19Update fonts/t1lib to 1.3.1. Changes from version 1.1.1 include:jlam8-118/+140
* Move t1lib.config.netbsd sample file to t1lib.config.sample, which is more OS-neutral. - Bug fixes. - Fixed kerning mapping code. Kerning did not work correctly for characters that appeared multiple times in an encoding vector. - In the same context a new function, T1_GetEncodingIndices() has been added to the API. It returns an array of indices (by contrast, T1_GetEncodingIndex() returns only the lowest index found). - Support for composite characters. - Additional support for dvips encoding files (thanks to suggestion and contribution by Nicolai Langfeldt (janl@linpro.no). - Global Font Metrics Information is loaded from AFM files in order to be able to read the typographic ascender. Line ruling did not behave as documented. However, problems could still exist because the typographic ascender specification is optional in AFMs. - Reorganized search path handling and, in particular, the respective documentation is more detailed. - The configuration file now allows multiple lines of one type of search path specification and it is also possible to quote path specification in order to specify paths that contains special characters like spaces, colons, etc. - Multiple font databases are supported. - T1_PrintLog() extended to accept a variable argument list. - The environment variable T1LIB_LOGMODE is evaluated to give the user the chance to specify a loglevel and hence to detect t1lib-problems even if the application programmer did not enable the log file features. - Color problem in t1x11-module fixed. - Fixes in AFM parser. Among others, Version had been read as name, instead of as string. This led to a failure to scan global font info for some standard AFMs.
2002-09-19buildlink1 -> buildlink2 and use bsd.pkg.install.mk instead of localjlam4-85/+25
DEINSTALL/INSTALL scripts.
2002-09-18Update print/xpp to version 1.1. Changes from version 1.0 include:jlam3-21/+18
- Removed function overloading for the password dialog, used the new method of CUPS 1.1.3 - Added support for the "natural-scaling" image size option introduced in CUPS 1.1.9 - Added support for the new PPD-O-Matic PPD files of linuxprinting.org (numerical options appeared twice before). The old CUPS-O-Matic files can still be used. - The COMDATA lines in the PPD files of the new XML Foomatic changed in a way incompatible to the parser for the numerical options in XPP. Modified parser to read both the old and the new format.
2002-09-18Move the psraster.convs example file to ${PREFIX}/share/examples/cups.jlam2-6/+6
2002-09-18Recognize ghostscript-esp{,-nox11}.jlam1-1/+16
2002-09-18Update print/cups to 1.15.1. Changes from version 1.14 include:jlam11-137/+144
====================================================================== * Removed the pstoraster filter (based on GNU Ghostscript 5.50) and now * provide the raster "driver" and patch file necessary to use the current * GNU Ghostscript 7.05 release. Pkgsrc users should install the * print/ghostscript-esp package. ====================================================================== - Many, many bug fixes. - Improvements to polling and scheduling of jobs to CUPS and to connected printers. - Updated the CUPS license agreement for the new MacOS and OpenSSL license exceptions. - The jobs.cgi web interface now handles all job operations, allowing the administrator to allow "job administrators" or operators to manage jobs (but not queues) on the server. - New SCSI printer backend. - The PostScript filter now supports 6, 9, and 16-up output, as well as new page-border and number-up-layout options. - Added ConfigFilePerm and LogFilePerm directives. - The HTML job operation templates now link back to the destination printer or class. - Removed unnecessary fonts and updated the Courier and Symbol fonts to the latest versions to better support non-ISOLatin1 text. - The text filter now always embeds the Courier and Symbol fonts to ensure that they contain the full set of glyphs. - The PostScript image filter (imagetops) now supports printing CMYK images using the CMYK colorspace. - The cupsaddsmb program was updated to use the setdriver command instead of addprinter. - The Allow, Deny, BrowseAllow, BrowseDeny, and BrowseAddress directives now support the network interface names "@LOCAL" and "@IF(name)" for access control and browsing based on the current interface addresses instead of fixed names or IP addresses. - The cupsaddsmb program now supports alternative CUPS and SAMBA server names. - The PostScript filter now supports the Orientation comment and rotates the page as needed automatically.
2002-09-18Add and enable ghostscript-esp* packages.jlam1-1/+3
2002-09-18Initial import of ghostscript-esp-nox11-7.05.5.jlam2-0/+18
Ghostscript is the well-known PostScript interpreter which is available for all common and most esoteric platforms and supports many different printers and some displays. This package contains ESP Ghostscript, which is a separately maintained distribution of GNU Ghostscript and distributed under the terms of the GNU Public License. ESP Ghostscript incorporates the CUPS raster printer driver and a large number of contributed Ghostscript printer drivers. This package is built without support for X11 displays.
2002-09-18Fix punctuation.jlam1-1/+1
2002-09-18Initial import of ghostscript-esp-7.05.5.jlam8-0/+564
Ghostscript is the well-known PostScript interpreter which is available for all common and most esoteric platforms and supports many different printers and some displays. This package contains ESP Ghostscript, which is a separately maintained distribution of GNU Ghostscript and distributed under the terms of the GNU Public License. ESP Ghostscript incorporates the CUPS raster printer driver, and a large number of contributed Ghostscript printer drivers.
2002-09-18Conflict with the forthcoming ghostscript-esp* packages.jlam1-1/+2
2002-09-18Conflict with ghostscript-gnu-x11 and with the forthcoming ghostscript-esp*jlam1-2/+3
packages.
2002-09-18Add necessary "bsd.pkg.install.mk" glue code to create the "news" grouptron1-3/+7
required by this package. Bump package revision once more.
2002-09-18When using bsd.pkg.install.mk, if a DEINSTALL or INSTALL file alreadyjlam19-52/+27
exists, then use it as the default value of DEINSTALL_EXTRA_TMPL or INSTALL_EXTRA_TMPL.
2002-09-18Only attempt to remove the man/de/* directories as other packages may alsojlam1-3/+3
have man pages there.
2002-09-18Add secure HTTP support to the "wget" package. It is turned on by defaulttron2-2/+17
and can be turned of by "WGET_USE_SSL=NO".
2002-09-18Added mserv_irman-0.14abs1-1/+2
mserv_irman allows easy control of the 'mserv' mp3 jukebox program using ordinary remote controls and irman receivers from evation.com. mserv already allows rating of tracks to allow the system to pick tracks appropriate to who is currently connected. mserv_irman works with this to permit relatively peaceful sharing of an mp3 jukebox in an office of widely disparate tastes.
2002-09-18Import mserv_irman 0.14:abs4-0/+44
mserv_irman allows easy control of the 'mserv' mp3 jukebox program using ordinary remote controls and irman receivers from evation.com. mserv already allows rating of tracks to allow the system to pick tracks appropriate to who is currently connected. mserv_irman works with this to permit relatively peaceful sharing of an mp3 jukebox in an office of widely disparate tastes.
2002-09-18${PKG_PREFIX} -> ${PREFIX}grant1-2/+2
2002-09-18${PKG_PREFIX} -> ${PREFIX}, fix a typo.grant1-2/+2
2002-09-18Use group "news" again because it is used for reading read protectedtron1-3/+3
server authentification files. Bump package revision once more.
2002-09-18Update p5-Jcode pakcage to 0.81; one bug fix.taca2-5/+5
$Revision: 0.81 $ $Date: 2002/09/18 13:45:32 $ ! Jcode.pm jfold() fix by SATOH Fumiyasu <fumiya@samba.gr.jp> Message-Id: <878z1zv2l3.wl@sugar.net-thrust.com.net-thrust.com>
2002-09-18update to 0.8.1drochner3-114/+7
Changes in this version, compared to 0.8: * Various bug fixes: - tracing works now with pyexpat - fix registry key for MSIE XBEL support - correct ill-formedness of xmlproc.dtd2schema - avoid adding comments and PIs in the internal subset as Document children when building minidom trees - properly close files in xml.dom.ext.reader.* * XSLT is not installed anymore by default, specify --with-xslt if desired * Update Expat to 1.95.5 * Add features to xml.parsers.expat: - new method "UseForeignDTD" - new attribute "features" * Update to 25 July 2002 LS spec for xml.dom.xmlbuilder. Use expatbuilder if no parser is given to xml.dom.minidom.parse[String]. * Fix many obscure DOM bugs * Define and document the implementation-defined behaviors of cloneNode() for xml.dom.minidom. * Use urllib2 instead of urllib throughout.
2002-09-18Update scmxx to 0.6.1.5; notable changes since previous include:kleink2-6/+5
0.6.1.5 add capability to specify "all" as slot for sending to force overwriting starting from minimum slot change in message on which slot is used --info now stores the information in the file specified with --file; if non was specified it prints them to stdout do not hardcode the standard file descriptors 0.6.1.4 (was only available as patch) add configure entry that looks for cfmakeraw() (not in cygwin) make cfmakeraw() work-around available if cfmakeraw() is not present fix slots min/max that may differ between readable and writable make arguement to --vcard really optional (in 0.6.1.3-3: fixed spec file for file and dir permissions)
2002-09-18Always Linux-*-i[3456]86, never Linux-*-i386.abs1-4/+4
Fixes ap-jk build breakage on Linux systems.
2002-09-18Add and enable sablecc.agc1-1/+2
2002-09-18Initial import of sablecc-2.16.2 into the NetBSD Packages Collection.agc5-0/+53
Provided in PR 18302 by Daniel Hagerty <hag@linnaean.org> SableCC is a java based framework for compiler construction. It generates LALR(1) parsers from an EBNF grammar syntax.
2002-09-18Add security patch from the FreeBSD ports collection:tron3-5/+13
Drop setgid kmem privs before executing external programs. Reported by: Christer Oberg <christer.oberg@gmx.net> Bump the package revision to 3.
2002-09-18Use wildcard dependence for "nntpclnt" package.tron1-2/+2
2002-09-18Fix typo in last commit.tron1-2/+2
2002-09-18Don't install the "inews" binary as setgid "news" because it istron1-3/+3
completely unnecessary. Bump package revision to 1.
2002-09-18Fix khtml/java/kjava.policy so that it includes a real path. This allowsskrll2-1/+14
the security manager to be on when using java in konqueror. Found by Wolfgang Solfrank ws at tools dot de
2002-09-18Fix compiler warning.tron2-35/+29
2002-09-18Use correct version number for libs (hi drochner!)martti1-3/+3
2002-09-18Install destination must be PREFIX, not LOCALBASE.uebayasi1-8/+8
2002-09-18update to cdpack-1.4.2. This is a documentation fix only update. Thedmcmahill3-7/+8
change is to make the usage output and the manpage agree with each other and with reality. Thanks to hubertf at netbsd for pointing out the problem.
2002-09-18Split up the UNTRANSFORM variables into *.{1,2,3} so that they won'tjlam2-6/+15
exceed any maximum length on values stored in a variable.
2002-09-18Create a dummy libtool archive for the system libintl.*, otherwise, in thejlam1-1/+9
future when pkgsrc's libintl.so depends on libiconv.so, libtool will be confused and use the wrong libintl when we want the system one.
2002-09-18Modifications and additions to create a dummy libtool archive to representjlam3-24/+115
a system library so that we can prefer a system library to a pkgsrc one when building with pkgsrc.
2002-09-17Move the LIBTOOL definition outside of the USE_LIBTOOL conditional so thatjlam1-2/+2
it may be used by buildlink2.