summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2005-10-11When patches are updated, distinfo must be updated as well.riz1-3/+3
Hi joerg! 8-)
2005-10-11Note update of imhangul.minskim1-1/+2
2005-10-11Update imhangul to 0.9.13.minskim4-14/+14
Changes: - Fix a problem with OpenOffice 2.0. - Provide a new config file.
2005-10-11Note update of mathomatic.minskim2-3/+3
2005-10-11Update mathomatic to 12.4.12.minskim2-6/+6
Changes: - Perfected process() (the input processor). - Code cleanup. - Display polar coordinates in roots command. - Parse "**" as "^". - The docs were clarified. - Increased sizes of many input buffers.
2005-10-11Note PKGREVISION bump of wxhaskell.minskim1-1/+2
2005-10-11Sync with x11/wxGTK. Bump PKGREVISION due to PLIST change.minskim2-4/+4
2005-10-11note addition of squidpurgegdt1-1/+2
2005-10-11add squidpurgegdt1-1/+2
2005-10-11New package to inspect squid caches and extract data from them.gdt7-0/+83
Patched for pkgsrc pathnames (default location of squid config file), and for NetBSD; probably needs help for other pkgsrc platforms but not marked ONLY_ because there's no good reason it can't be made to work. While not useful to run this w/o squid, the package does not depend on it because it can be built and installed without it. The package and binary are named squidpurge because purge seems too likely to conflict and squid users are more likely to notice it this way. The purge tool is a kind of magnifying glass into your squid-2 cache. You can use purge to have a look at what URLs are stored in which file within your cache. The purge tool can also be used to release objects which URLs match user specified regular expressions. It can extract objects matching a regular expression, creating a directory tree matching the server layout. A more troublesome feature is the ability to remove files squid does not seem to know about any longer.
2005-10-10Add some missing pieces from the last change. -client needs the copiedjoerg2-3/+18
files too and the copying itself has to be done before configure, not before build.
2005-10-10Use INSTALL_MAN to install a man page.minskim1-2/+2
2005-10-10Add DragonFly support.joerg2-1/+24
2005-10-10Allowing building on DragonFly.joerg3-4/+36
2005-10-10Add support for DragonFly. While we have sys/statvfs.h, we don't havejoerg3-9/+22
all the fields used by fam. It's easier to use the statfs interface for now. Don't explicitly link against libstdc++, it is the job of the C++ compiler to do that.
2005-10-10Remove interactive stage setting too.agc1-5/+1
2005-10-10Make this compile with newer versions of Darwin that have poll(2).rh3-6/+21
2005-10-10Remove the _FETCH_MESSAGE part for just now, but keep the interactiveagc1-16/+1
fetch stage.
2005-10-10Add support for DragonFly.joerg7-13/+103
2005-10-10Just depend on errno.h to provide errno.joerg2-1/+15
2005-10-10Add DragonFly support. patch-bf replaces a malloc prototype with anjoerg6-10/+56
include of stdlib.h.
2005-10-10Only do the INTERACTIVE_STAGE for the fetch targetreed1-4/+6
if LIBDVDCSS_MASTER_SITES is not defined. (Thanks for the reminder, wiz.) Also rephrase this _FETCH_MESSAGE to suggest defining LIBDVDCSS_MASTER_SITES also.
2005-10-10Remove the redundant INSTALLATION_DIRS. This alreadyreed1-3/+1
does mkdir or mkinstalldirs for these needed directories.
2005-10-10Use FreeBSD modus for DragonFly as well.joerg2-1/+12
2005-10-10Add a message to mention that a2ps or enscript may be used.reed2-2/+18
Bump PKGREVISION. Fix homepage. Add --sysconfdir for configure args to fix path to configuration in scripts.
2005-10-10Document some bacula options. From Geert Hendrickx.wiz1-2/+3
2005-10-10Don't define alloca on DragonFly, it conflicts with stdlib.h.joerg2-1/+16
2005-10-10Don't declare errno, errno.h does so already. This will be in the nextjoerg2-1/+15
upstream version.
2005-10-10Update libtool.m4 fragment to allow build on DragonFly.joerg2-1/+94
2005-10-10In a == conditional involving a variable, the LHS must not be enclosed intv1-2/+2
double quotes (breaks on older NetBSD make and bootstrap/bmake).
2005-10-10Remove the superlative, instead just say "flexible".reed1-2/+2
2005-10-10Adding the pkgsrc library path is useful only for a native version. This canmrauch2-7/+3
lead to native libraries being found instead of the required emulation ones which in turn prevents startup of the program. Noted by Geert Hendrickx in private mail.
2005-10-10This is a meta package, so add meta-pkgs to the CATEGORIES.reed1-2/+2
2005-10-10Adding the pkgsrc library path is useful only for a native version. This canmrauch2-6/+3
lead to native libraries being found instead of the required emulation ones which in turn prevents startup of the program. Noted by Geert Hendrickx in private mail.
2005-10-10Add a message for an interactive fetch stage to tellreed1-1/+18
pkgsrc user to place the distfile.
2005-10-10Add patch-ad:reed2-1/+15
It undefines _BSD_SOURCE if on Linux system to avoid a parse error on GLIBC /usr/include/string.h. This hack is from gentoo.
2005-10-10Use INSTALLATION_DIRS to create lib/X11/app-defaults.reed1-1/+2
(Shoujld this be created by something else?)
2005-10-10Fix path for suse_x11. It was emulators/suse_base insteadreed1-2/+2
of suse_x11.
2005-10-10Also list some of the fonts included.reed1-1/+4
2005-10-10Don't declare errno, errno.h does so already.joerg2-1/+14
2005-10-10note update of games/fortunes-calvin to 0.2jschauma1-1/+2
2005-10-10Update to 0.2:jschauma2-6/+6
- fixes and removal of duplicates from Soren Jacobsen
2005-10-10Instead of using hard-coded 555 mode for installing library,reed2-3/+5
use BINMODE setting. This helps with non-privileged pkgsrc use.
2005-10-10Allow sudo to properly build on DragonFly. Without the detection ofjoerg3-14/+138
shared linking the noexec wrapper is not build.
2005-10-10Remove the workaround for installing the man pages into areed1-7/+1
staged directory. This is not needed for this version of tk. Okayed by maintainer.
2005-10-10For INSTALLATION_DIRS, use ${PKGMANDIR} instead of "man".reed1-2/+2
Also before it used a wildcard for *man and now get rid of that wildcard in front.
2005-10-10Note perl bump due to different thread linkage on DragonFly.joerg1-1/+2
2005-10-10Bump revision since the linking changed on DragonFly. Suggested byjoerg1-2/+2
jlam@.
2005-10-10x11/imake was moved and renamed to x11/XFree86-imake.reed14-552/+0
So remove x11/imake.
2005-10-10Renamed x11/imake to x11/XFree86-imake.reed1-1/+2