summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2008-03-09Stop chdir/getcwd/fchdir dance in lsall and lsbest, just use the passedjoerg1-42/+7
in path name. This is more consistent when symbolic links are involved as it doesn't do the equivalent of realpath(3) for the path any longer.
2008-03-09pkgdb.byfile.db maintainance can use the iterator interface as well.joerg1-45/+12
Get rid of more chdir() calls.
2008-03-09Update bmake to 20080215. I'll take care of pkgsrc maintainership.joerg87-6876/+5972
Changes include many bugfixes and performance speed ups. See ChangeLog for details.
2008-03-09Import bmake-20080215joerg55-1902/+2686
2008-03-09Use pkgdb function to compute +CONTENTS name and drop need to playjoerg1-18/+9
chdir(2) games. Kill the chdir(2) calls.
2008-03-09Split check functions into a separate file.joerg4-224/+328
Drop checkall and implement it using "*" as wildcard match.
2008-03-09Add misc/dvtm, biology/mopac, emulators/yabause.tnn4-4/+10
2008-03-09Import yabause-0.9.3 as pkgsrc/emulators/yabause.tnn4-0/+36
Yabause is a Sega Saturn emulator. It is written in C using the SDL and OpenGL libraries with support for cdrom and iso files. This has been brewing in pkgsrc-wip for a couple of years, looks mature enough for pkgsrc now. Originally packaged by wiz@, lately maintained by Adam Hoka.
2008-03-09pkg_install-20080309:joerg2-8/+8
- When loading meta data for a package and a file is needed for the current operation and is a required file, complain. - Include the name of the package the meta data could not be loaded from. This addresses PR 38166.
2008-03-09Import mopac-7.0 as pkgsrc/biology/mopac.tnn8-0/+193
Mopac is semiempirical molecular energy calculation program for chemistry and physics. From pkgsrc-wip, original from PR pkg/18046 by Osamu OISHI.
2008-03-09Import dvtm-0.4 as pkgsrc/misc/dvtm.tnn6-0/+81
dvtm brings the concept of tiling window management, popularized by X11-window managers like dwm to the console. As a console window manager it tries to make it easy to work with multiple console based programs like vim, mutt, cmus or irssi. Packaged by Leonardo Taccari in pkgsrc-wip.
2008-03-09Updated mail/dkim-milter to 2.5.0adrianp1-1/+2
2008-03-09Update to 2.5.0adrianp5-21/+23
Add "AutoRestartCount" and "AutoRestartRate" configuration parameters to limit runaway restart loops. Feature request #SF1735573: Add "AlwaysAddARHeader" option, which will add an Authentication-Results of "none" for unsigned messages from domains without a "strict" policy. Feature request #SF1807748: Reload the configuration file on receipt of SIGUSR1. Requested by Florian Sager. Feature request #SF1811969: Add _FFR_BODYLENGTH_DB which adds a "BodyLengthDBFile" feature, allowing a per-recipient decision on whether or not to use an "l=" tag when signing. Patch contributed by Daniel Black. Feature request #SF1841955: Add an "Include" facility to the configuration file. Feature request #SF1876941: Make the syslog facility selectable. Based on a patch from Jose-Marcio Martins da Cruz of Ecole des Mines de Paris. Feature request #SF1876943: Add _FFR_AUTHSERV_JOBID allowing the job ID to be included as part of the "authserv-id" in Authentication-Results: headers. Based on a patch from Jose-Marcio Martins da Cruz of Ecole des Mines de Paris. Feature request #SF1890581: Attempt to clean up a UNIX domain socket in the non-AutoRestart case as well. Requested by Daniel Black. Add "MilterDebug" configuration file option for requesting debugging output from the filter. Add "FixCRLF" configuration file option which activates the DKIM_LIBFLAGS_FIXCRLF flag (see below). Update to draft-ietf-dkim-ssp-03. In doing so, rename the "UseSSPDeny" configuration option to "UseASPDiscard". Handle an error from dkim_getsighdr() properly in mlfi_eom(). When VERIFY_DOMAINKEYS is active, don't short-circuit mlfi_eoh() between dk_verify() and dk_eoh() or a segmentation fault below dk_body() could result. LIBDKIM: Feature request #SF1823059: Export key, signature and policy syntax checking capability via the API. Based on a patch from Chris Behrens of Concentric Network Corporation. LIBDKIM: Assert defaults for "c" and "q" tags when parsing signature headers. Patch from Chris Behrens of Concentric Network Corporation. LIBDKIM: Better handling of truncated DNS replies; instead of just giving up if the "tc" (truncated) bit is set in the reply, see if there was enough of a reply returned to be able to complete the request. LIBDKIM: Fix recycling bug in header canonicalizations which was causing signatures other than the first one to fail in most cases. LIBDKIM: Add new dkim_chunk() interface. LIBDKIM: Enforce DKIM_OPTS_QUERYMETHOD library option even if there were no valid signatures. LIBDKIM: New DKIM_LIBFLAGS_FIXCRLF which requests that "naked" CRs and LFs be converted to CRLFs during canonicalization when signing. LIBDKIM: Fix bounds checking in dkim_canon_selecthdrs(). LIBAR: Eliminate a possible race condition in ar_dispatcher(). LIBAR: Timeouts passed to select() can't be bigger than 10^8. Problem noted by S. Moonesamy of Eland Systems. BUILD: Feature request #SF1876242: Install the filter in EBINDIR and everything else in UBINDIR.
2008-03-09s/magicpoint-1.12a/magicpoint-1.13a/taca1-2/+2
2008-03-09Updated mail/dkim-milter to 2.4.4nb1adrianp1-1/+2
2008-03-09Pull in improvements from wip (packaged by j+pkgsrc (at) salmi.ch):adrianp5-21/+201
* Install documentation for the library * Install a static version of the dkim library * Move to external options.mk * Add support for ar(3) and debug
2008-03-09s/samba-3.0.28/samba-3.0.28a/taca1-2/+2
2008-03-09+ar(3) support for dkim-milteradrianp1-0/+1
2008-03-09Enable USE_CHECK_SHLIBS_ELF by default on DragonFly and NetBSD.joerg1-1/+6
2008-03-09Note update of Ruby 1.8.6.114 (Ruby 1.8.6-p114).taca1-1/+7
lang/ruby18-base devel/ruby-curses devel/ruby-readline x11/ruby-tk lang/ruby18 lang/ruby
2008-03-09Update ruby pakcages to 1.8.6.114 (1.8.6-p114).taca5-18/+18
It main chagnes are security fix of WEBrick library. Mon Mar 3 23:34:13 2008 GOTOU Yuuzou <gotoyuzo@notwork.org> * lib/webrick/httpservlet/filehandler.rb: should normalize path separators in path_info to prevent directory traversal attacks on DOSISH platforms. reported by Digital Security Research Group [DSECRG-08-026]. * lib/webrick/httpservlet/filehandler.rb: pathnames which have not to be published should be checked case-insensitively. Mon Dec 3 08:13:52 2007 Kouhei Sutou <kou@cozmixng.org> * test/rss/test_taxonomy.rb, test/rss/test_parser_1.0.rb, test/rss/test_image.rb, test/rss/rss-testcase.rb: ensured declaring XML namespaces.
2008-03-09DESTDIR support.joerg1-9/+10
2008-03-09Updated mail/dovecot to 1.0.13.ghen1-1/+2
2008-03-09Update to Dovecot 1.0.13.ghen2-6/+6
Note that the changes for the security hole fix were quite large. I tested with several auth configurations myself and they seemed to work, but it's possible I left a bug somewhere in there breaking someone's configuration. So make sure to test that it works after upgrading. Of course it would be really nice if Dovecot had a proper test suite where testing all configurations could be automated and run before each release. I've already started this with my imaptest tool (http://imapwiki.org/ImapTest), but it only does IMAP tests and a lot of things are still missing. Some help would be nice here. * Fixed a security hole in blocking passdbs (MySQL always. PAM, passwd and shadow if blocking=yes) where user could specify extra fields in the password. The main problem here is when specifying "skip_password_check" introduced in v1.0.11 for fixing master user logins, allowing the user to log in as anyone without a valid password. - mail_privileged_group was broken in some systems (OS X, Solaris?) - IMAP THREAD: Fixed some correctness problems
2008-03-09Fix build with X11_TYPE=modular (s|fonts/Xft2|x11/libXft|).hira2-4/+4
2008-03-09Updated fonts/fontforge to 20080302adam1-1/+2
2008-03-09Changes 20080302:adam2-6/+6
* Bug fixes and improvements
2008-03-09Update to 5.1.7.gdt3-9/+25
Find CUPS lpstat in /usr/pkg (not quite right, but better). 1) New printers supported in this release: * Epson inkjet printers: EPSON PictureMate 100 EPSON PictureMate 210 (Corrected) EPSON PictureMate 240 (Corrected) EPSON PictureMate 250 (Corrected) EPSON PictureMate 260 EPSON PictureMate 270 EPSON PictureMate 280 (Corrected) EPSON PictureMate 290 EPSON PictureMate 500 EPSON PictureMate 2005 EPSON PictureMate Dash EPSON PictureMate Flash (Corrected) EPSON PictureMate Pal (Corrected) EPSON PictureMate Snap (Corrected) EPSON E 150 (Corrected) EPSON E 300 EPSON E 520 EPSON E 500 EPSON E 720 EPSON E 700 EPSON Stylus D92 EPSON Stylus DX4400 EPSON Stylus DX4450 EPSON Stylus DX7000F EPSON Stylus DX7400 EPSON Stylus DX7450 EPSON Stylus DX8400 EPSON Stylus DX8450 EPSON Stylus Photo R280 EPSON Stylus Photo R285 EPSON Stylus Photo RX585 EPSON Stylus Photo RX680 EPSON Stylus Photo RX685 (Note that a number of the PictureMate printers that were previously included generated grossly incorrect output. Not all of the PictureMate printers have been fully tuned at this point.) * Canon inkjet printers: Canon PIXMA MP520 (#1872394) Canon PIXMA iP6000D 2) Printing for the Canon PIXMA iP4500 has been fixed (#1834153). 3) Printing near the bottom of the page has been improved for many modern Epson inkjet printers. In addition, we have determined that most of these printers can print with consistent high quality at 2880x2880 and 5760x2880 DPI. Therefore, these resolutions will be used for Ultra Photo and Best qualities respectively on these printers. Printers affected include: * Stylus Photo R800, R1800, PM-G820 * Stylus Photo R2400 * All printers using Claria ink 4) Full bleed printing now works properly on the Epson Stylus Photo R2400. 5) The Epson Stylus C120 now allows printing at 2880x2880 and 5760x2880. However, print quality near the bottom of the page may be poor, and these settings are therefore not used for Ultra Photo and Best quality. 5) The ink drop sizes on the Epson Stylus Photo printers using Claria ink have been retuned, yielding improved quality at lower resolutions. 6) A problem with determining the system printer queues in the GIMP plugin on certain systems using languages other than English has been fixed. 7) Envelope paper sizes are now offered in both portrait and landscape form factor, as some printers expect envelopes to be fed long edge first while some expect them to be fed short edge first. 8) PCL laser printers now offer paper trays with adjustable guides. Many laser printers use adjustable guides for manual feed of papers narrower than letter size. 9) The GIMP plugin now offers reset buttons for individual settings, so it is possible to reset a single setting to its default without resetting all settings. 9) Various new controls and settings have been added to assist in printer calibration. While the tools for using these controls are not yet created, these tools will assist in calibrating printers in the future. * The Epson driver now offers additional controls for adjusting the relationship between light and dark ink: + The Value parameters (such as Light Cyan Value) specify the relative darkness of the light vs. dark inks. + The Cutoff parameters now specify the point at which the darker ink is first used, relative to the value of the light ink. + The Scale parameters now specify the amount of light ink used (essentially the density of the light ink). This is the same as the parameters previously called Cutoff. * The Epson driver now exposes as defaults the actual GCR settings used for the printer, paper, and ink combination in use. * The Epson driver now allows passing low level settings such as printer base resolution, ink drop size selection, and relative ink drop size as parameters. The ink drop size can be accessed in the GIMP plugin, while the base resolution and ink drop size selection can only be used via the test pattern generator or other application that allows setting integer parameters. * Two new dither algorithms, Segmented and Segmented New, have been added. These are not intended for normal use, and will normally behave like Ordered and Ordered New. However, if Raw color correction is selected and a printer with multiple drop sizes is used, the range of input will be divided up such that the high order bits will select the drop size to be used and the lower bits will specify the amount of ink. High order bits of 0 indicate that all drop sizes should be used. For example, if a printer offers 3 drop sizes (2 bits), the range of 0-16383 will print all drop sizes normally (with the range of 0-16383 being scaled to 0-65535), 16384-32767 will use the small drop size, and so forth. This is intended to assist in tuning ink drop sizes. * A new parameter allowing dumping out of color correction state (lookup tables, GCR data, curves, etc.) has been added, and is accessible in the GIMP plugin. At present, this data cannot be used directly, but it is intended that in the future this mechanism be used to allow calibration information to be saved and restored.
2008-03-08On NetBSD 4 with xen/i386, startup at boot fails, with sm notgdt2-2/+5
connecting to something. Putting 'sleep 5' in sm's rc.d script resolves the problem. (The right fix is to for all programs to ensure that they are ready to provide all defined services before the top-level command exits, but that's much harder.) PKGREVISION++.
2008-03-08Bump revision for previous.tnn1-1/+2
2008-03-08Honour PKG_SYSCONFDIR. From Louis Guillaume on pkgsrc-users@tnn1-2/+2
2008-03-08Use apache.mk and depend on APACHE_PKG_PREFIX instead of switching ongdt1-6/+3
the apache22 option.
2008-03-08Updated x11/xclip, net/Transmissiontnn1-1/+3
2008-03-08No longer set apache22 option if apr1 is set, as nothing uses it.gdt1-6/+1
2008-03-08Don't try to check for apache22 option, but instead justgdt1-7/+2
PKG_APACHE_ACCEPTED= apache2 apache22 like every other ap2-foo package.
2008-03-08Make apr1 be the default. Proposed on tech-pkg on 1/31 with nogdt2-3/+5
objections, and approved by epg@. PKGREVISION++.
2008-03-08PR pkg/38200: Sergey Svishchev: Update x11/xclip to 0.10.tnn4-72/+17
(also add DESTDIR support) Version 0.10 (Peter Astrand) The performance has been greatly enhanced, especially over slow networks. Two helper scripts, xclip-copyfile and xclip-pastefile, has been added. Taken together, xclip can now be used as an alternative to sftp/scp, thus avoiding password prompt when X11 forwarding has already been setup. Autoconf is now used instead of Imake. The maintainer and web site address has been updated. All Debian patches have been applied. Version 0.09: (Baruch Even) Changed dir to / when staying running so that the current directory can be umounted if necessary.
2008-03-08Add tkabberreed2-2/+4
2008-03-08Import package from wip: tkabber.reed5-0/+548
No maintainer; wip package initially imported by xtraeme. Tkabber is a free client for an instant messaging system called Jabber. It is written in Tcl/Tk and supports many features like support of unicode, ssl support, http proxy, file transfers and support of multi-user conference protocol. I don't know why this DESCR says "ssl" but TODO also says "ssl".
2008-03-08Add vixie-cron.reed2-3/+5
Fix my earlier CHANGES entry.
2008-03-08Bump PKGREVISION, since my changes today (in wip) make different package.reed1-1/+2
2008-03-08Import package from pkgsrc-wip: vixie-cron.reed6-0/+83
(Note this has some differences from NetBSD's cron, such as by default users can't have own crontabs unless allowed.) Vixie Cron is a popular implementation of cron for running scheduled commands for the system and regular users. This is a version of 'cron' that is known to run on most systems. It is functionally based on the SysV cron, which means that each user can have their own crontab file (all crontab files are stored in a read-protected directory). A message is logged each time a command is executed; also, the files "allow" and "deny" can be used to control access to the "crontab" command (which installs crontabs).
2008-03-08Updated www/horde to 3.1.7adrianp1-1/+2
2008-03-08Bump to 3.1.7adrianp2-6/+6
Major changes compared to Horde 3.1.6 are: * Fix arbitrary file inclusion through abuse of the theme preference.
2008-03-08Back out previous change on patch-cc: setting the pty slave to raw is stillbouyer2-3/+11
required for pgrub. Ride the previous PKGREVISION bump.
2008-03-08Fix patch-ac: Linux mktemp(1) fails to be compatible with the original BSDtnn2-4/+4
mktemp implementation in that the X's _must_ be specified in the template.
2008-03-08Use PKGVERSION_NOREV as base for the compressed mbox patch.joerg2-3/+6
Add patchsum.
2008-03-08Add PKGVERSION_NOREV to complemenet PKGNAME_NOREV.joerg1-1/+3
2008-03-08Updated print/libpaper to 1.1.23tnn1-1/+2
2008-03-08Update to libpaper-1.1.23 due to missing distfile (asked by joerg@)tnn2-12/+12
Changes: * Use defaultpapername() if systempapername() fails, as suggested in lib/paper.h. This makes paperconf return a default papersize instead of failing if /etc/papersize doesn't exist. Closes: #376346. * Added hungarian translation: Closes: #433726.