summaryrefslogtreecommitdiff
path: root/misc
AgeCommit message (Collapse)AuthorFilesLines
2006-12-30DISTNAME does _not_ depend on PKGNAME.heinz1-2/+2
While it would be fine to have a single name here, this does not play well with PKGREVISION.
2006-12-30The remaining patch in patch-aa has been integrated upstreamheinz3-47/+3
(slightly different, in util.c), so patch-aa has become obsolete.
2006-12-27- fine grained X11 dependencies for packages which have either USE_IMAKEjoerg3-3/+9
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-23Fixed unresolved shell variable reference found by CHECK_HEADERS=yes.rillig3-3/+20
PKGREVISION++.
2006-12-20Fixed PKGMANDIR.rillig1-2/+2
2006-12-17Fix build on Mac OS X. From Steve Mynott in private mail.joerg1-1/+8
2006-12-15Mechanically replace all includes of buildlink3.mk of the followingjoerg3-6/+6
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-15Add the HTTP mirror documented on the home pagedsainty2-4/+6
2006-12-13Update to OpenOffice.org 2.1.0.ghen2-26/+28
OpenOffice.org 2.1 is recommend for all users, as it represents a significant improvement over all previous versions. Among other things: * Multiple monitor support for Impress * Improved Calc HTML export * Enhanced Access support for Base * Even more languages * Automatic notification of updates For detailed Release Notes, see http://development.openoffice.org/releases/2.1.0.html
2006-12-13Revert previous commit related to PR 34065, and fixed by another method,obache5-10/+112
rename conflict function name 'printf' to 'myprintf'.
2006-12-13Enable to build with GNU gettext. fix PR 34065.obache2-4/+7
2006-12-12On DragonFly, fall back to glob(3) as wordexp(3) doesn't exist.joerg2-1/+52
2006-12-11Change to .tar.gz form of datumgrids file now provided by upstream,gdt2-6/+6
avoiding a dependency on unzip. No PKGREVISION bump because constructed package is the same.
2006-12-11Change to .tar.gz distfile now provided by upstream.gdt3-10/+10
file names become upper case again
2006-12-10The old pdfs are gone from proj site, replaced with newer ones thatgdt3-10/+11
are better formatted but have the same content. Change version to 1.1 in the absence of upstream having a version number.
2006-12-10Older NetBSD's dont have trunc(). From David H. Gutteridge in PR pkg/35219markd2-5/+11
2006-12-10Update to newer grid shift file, adding New Zealand.gdt3-11/+15
PKGREVISION++.
2006-12-10Update to 4.5.0. Important changes since 4.4.7:gdt3-12/+14
o [bug fixes] o Upgraded to EPSG 6.11.1 database. o Fix Krovak projection (include +czech flag) o Added Roussilhe Stereographic projection from libproj4 (proj=rouss). o Added experimental +lon_wrap flag for alternate pj_transform() longitude wrapping behavior on output. o Added the proj=stereoa and proj=geos projections, incorporated from Gerald's libproj4. o Substantially change pj_datum_transform(), so it and pj_transform() will work between coordinate systems with different ellipsoids but no datum shift information (assume +towgs84=0,0,0). o Improved the accuracy of Geocentric_To_Geodetic() via an iterative solution.
2006-12-09Fix typo, reported by Robert Elz.wiz2-4/+4
2006-12-08Update to today's snapshot. Use distfiles from ftp.NetBSD.org, sincewiz9-84/+80
they change daily. Add a comment with update instructions. Daily changes are not documented, so I'm not sure what changed to the previous version. Addresses PR 34827 and joerg's complaints.
2006-12-08Fix build on DragonFly, where trunc does not exist.joerg2-1/+15
2006-12-07Update logsurfer to 1.6.2(1.6b), requested in PR 33892.obache4-12/+23
ChangeLog: Version 1.6b (logsurfer+) + fixed -t option in getopts() Version 1.6a (logsurfer+) Kerry Thompson kerry_at_crypt.gen.nz: + corrected off-by-one in min_lines checking + added min_lines context arg to logsurfer.conf man page Version 1.6 (logsurfer+) Kerry Thompson kerry_at_crypt.gen.nz: + added an optional parameter at the end of context definition (just before action) specifying the minimum number of lines collected which needs to be satisfied before performing action + added -t option to explicity timeout contexts when exiting default=off so contexts don't all trigger when we shut down + only add lines to a context if the context has an action of 'pipe' or 'report'. In other words, don't store lines in memory which won't ever be used. The number of matching lines in the context is still incremented. This allows contexts to be created which can notify if we _don't_ see an event, such as regular "syslog pings" from hosts.
2006-12-06Update FD utility to 2.09a.taca9-52/+131
FD 2.09a has many improvement for functionality and portability from previous 1.03u. And it has a built-in Bourne-shell compatible shell and also runs stand-alone shell under the name of 'fdsh', too. And fd-small PKG_OPTION will build smaller and FD 1.x compatible binary. Fixed PR pkg/33067.
2006-12-03Update koffice-l10n-* to 1.6.1.markd30-265/+250
2006-12-03Update koffice to 1.6.1.markd5-20/+71
Since this is a maintenance release, only two of the components, Krita and Kexi, added new features. * New Krita Feature and Many Bugfixes Krita, the image editing application of KOffice has gotten a new Color Level filter. Among the bugfixes can be mentioned the wrong warning telling the user that unsharp mask filter didn't work even though it did. * New Kexi Features and Many Bugfixes Kexi, the desktop database application competing with MS Access, is the other application in KOffice that got new features in this release. Among them can be mentioned a new combo box taking advantage of the database relationships, and parameter queries. These features developed as an answer to user's demand, will make programming database solutions much easier. * Security Fix in Powerpoint Import Filter There is a security issue in the import filter for Powerpoint .ppt files that is fixed with this release. * Bugfixes For Most Other Components
2006-12-01Fixed the case of makeHelp.orig being installed. When NO_BUILD is set,rillig1-4/+4
overriding the pre-build or post-build targets has no effect.
2006-11-29Oops, commit changed patch file too.mjl1-47/+2
2006-11-29update to 2.16.2drochner3-14/+13
changes: -Don't crash when manpath is unavailable (pkgsrc does fall back to /usr/share/man for now) -more bugfixes -translation updates
2006-11-24Reset maintainer:wiz1-2/+2
connect to smtp.theworld.com[192.74.137.101]: server dropped connection without sending the initial greeting
2006-11-24update to 2.16.2drochner3-8/+21
changes: -bugfixes -translation updates
2006-11-20Updated esniper to 2.15.0mjl2-9/+9
* Fix bug 1579311 (and a million others), eBay changed the bid history page again. * Implemented feature request 1587259, handling -i without username or password. * Fix bug 1574881, bid increment comparison not always correct. * Fix for dutch auction parsing? * Fix bug 1352595, esniper does not encode password in URLs
2006-11-20Fix problem starting korganizer from the korganizer icon. From KDE svn.markd6-3/+183
Bump PKGREVISION.
2006-11-20karm/test's are never run so don't bother patching.markd10-114/+11
2006-11-20Upgrade to 4.3 (PR#34429).cjep2-7/+6
The author of this software has not provided a changelog, but on glancing at the sources the license has been added to each source file and there are a few additions to some files. Some of the syntax has been tidied up.
2006-11-19Fixed "test ==" and PKGMANDIR. CHECK_INTERPRETER and CHECK_PERMS stillrillig3-5/+34
complain.
2006-11-19tv@ pointed out that curl-7.16.0 had a shlib major bump --wiz3-5/+6
increase its BUILDLINK_ABI_DEPENDS, and bump PKGREVISIONs of dependencies. Sorry for not finding this earlier.
2006-11-19Update to 1.10:wiz3-10/+10
* 1.10: + loading CHM files by topic. + now keeping the scroll position between HTML window resizes. + WxWidgets 2.7 friendly code. + F9 now works to toggle the contents, just like Firefox. + added Swedish translation. + added Portuguese translation (in addition to the old - now pt_BR - translation). + fixed the Portuguese translations (they were using the wrong charset). + wxGTK 2.8.x friendly. + workaround to be able to print relative path CHM images.
2006-11-18Make chmlib and kchm conflict, both install:wiz1-1/+3
include/chm_lib.h include/lzx.h XXX: Perhaps kchm should be made to depend on chmlib instead?
2006-11-14update to 0.2.2drochner2-7/+6
change: fix for a problem with fraction formats for very large values
2006-11-12Add a blank line before the first section.jmmv1-1/+2
2006-11-12Add and enable pciids.jmmv1-1/+2
2006-11-12Initial import of pciids, version 20061026:jmmv5-0/+54
This package contains a public list of all known IDs used in PCI devices; that is ID's of vendors, devices, subsystems and device classes. These ID lists (usually in form of a pci.ids file) are used in various programs (The Linux Kernel, The PCI Utilities, new version of the XFree86 etc.) to display full device names instead of the numeric IDs. Package provided by Mark Kirby in private email with some changes by me.
2006-11-09g/c menaingless --disable-gtk-doc config argdrochner1-3/+1
2006-11-09I forgot to update distinfo two weeks ago.rillig1-2/+2
2006-11-05Updated xtide to 2.8.3.rillig6-65/+50
Too many changes to list here.
2006-11-05DESTDIR support.joerg3-3/+9
2006-11-04Update p5-Locale-Maketext-Lexicon to 0.62.obache2-6/+6
Patch provided by Martin Wilke via PR 34385. Changes for 0.62 - 2006-06-15] * For the longest time, direct import of Locale::Maketext::Lexicon from within localization classes (such as MyApp::I18N::zh_tw) was untested and broken. It now works the way described in the SYNOPSIS section of the Locale::Maketext::Lexicon documentation. Contributed by: Yann Kerherve
2006-11-04Update p5-Locale-Maketext-Simple to 0.18 and add HOMEPAGE.obache2-7/+7
Changes: [Changes for 0.18 - 2006-09-08] * At the request of Steve Hay, this module is now available under the Perl license when distributed as part of Perl 5. [Changes for 0.17 - 2006-08-13] * Sebastien Aperghis-Tramoni noticed that the MIT license text was mis-hyphenated, and the waranty clauses mentions "X Consortium" where it should say "authors or copyright holders". [Changes for 0.16 - 2006-05-03] * Oops, the gettext_to_maketext function was missing an escape sequence, rendering message strings with [ ~ ] characters invalid. Reported By: Rong-En Fan [Changes for 0.15 - 2006-05-02] * LICENSING CHANGE: This compilation and all individual files in it are now under the permissive "MIT" license. See the COPYRIGHT section in README for the new terms. [Changes for 0.14 - 2006-04-27] * Repair Perl 5.005 compatibility in the build system. Reported By: Rong-En Fan [Changes for 0.13 - 2006-04-11] * The "_style => 'gettext'" option was broken for adjacent variables such as "%1%2%3". * Also removed the sole occurrence of of $&.
2006-11-02DESTDIR support.joerg2-5/+8
2006-10-31Add ruby-gem_plugin.minskim1-1/+2