summaryrefslogtreecommitdiff
path: root/misc
AgeCommit message (Collapse)AuthorFilesLines
2007-01-15Modular Xorg support.joerg1-1/+6
2007-01-14Fix path in a #include in kdchart_export.h so that it works when installed.markd3-2/+17
From Gary Duzan in private email. Bump PKGREVISION.
2007-01-14Modular Xorg support.joerg1-1/+5
2007-01-13Modular Xorg support.joerg1-1/+2
2007-01-13Modular Xorg support.joerg1-2/+2
2007-01-13Modular Xorg support. This is really linking against libXt.joerg1-1/+3
2007-01-11Modular Xorg support.joerg1-1/+6
2007-01-11Explicitly depend on freetype2. Bump revision.joerg1-1/+3
2007-01-11Modular Xorg support.joerg1-1/+6
2007-01-11Modular Xorg support.joerg1-1/+6
2007-01-11Modular Xorg support.joerg1-1/+2
2007-01-10+emacs-wikiobache1-1/+2
2007-01-10Import emacs-wiki version 2.70, provided by Marko Sch=FCtz.obache4-0/+103
I fixed some pkglint warnings. Wiki is a concept, more than a thing. It is a way of creating document pages using plain text markup and simplified hyperlinking. By typing a name in MixedCase, a hyperlink is automatically created to the document "MixedCase". Pressing return on that name will create the file if it doesn't exist, or visit it if it does. The markup used by emacs-wiki is intended to be very friendly to people familiar with Emacs. Type C-h v emacs-wiki-publishing-markup after this mode is loaded for how to get started.
2007-01-08When redirecting to xdg-dirs, there's no need to includejoerg1-2/+2
mk/x11.buildlink3.mk.
2007-01-08Fixed PKGMANDIR. Fixed shell interpreter. PKGREVISION++rillig1-4/+9
2007-01-07PKGREVISION bump for flac shlib major bump and corresponding ABIwiz1-2/+2
depends bump.
2007-01-07Mechanically replaced man/* with ${PKGMANDIR}/* in the definition ofrillig20-80/+80
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with ${PREFIX}/${PKGMANDIR}. Fixes PR 35265, although I did not use the patch provided therein.
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