Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-10-11 | When patches are updated, distinfo must be updated as well. | riz | 1 | -3/+3 | |
Hi joerg! 8-) | |||||
2005-10-11 | Note update of imhangul. | minskim | 1 | -1/+2 | |
2005-10-11 | Update imhangul to 0.9.13. | minskim | 4 | -14/+14 | |
Changes: - Fix a problem with OpenOffice 2.0. - Provide a new config file. | |||||
2005-10-11 | Note update of mathomatic. | minskim | 2 | -3/+3 | |
2005-10-11 | Update mathomatic to 12.4.12. | minskim | 2 | -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-11 | Note PKGREVISION bump of wxhaskell. | minskim | 1 | -1/+2 | |
2005-10-11 | Sync with x11/wxGTK. Bump PKGREVISION due to PLIST change. | minskim | 2 | -4/+4 | |
2005-10-11 | note addition of squidpurge | gdt | 1 | -1/+2 | |
2005-10-11 | add squidpurge | gdt | 1 | -1/+2 | |
2005-10-11 | New package to inspect squid caches and extract data from them. | gdt | 7 | -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-10 | Add some missing pieces from the last change. -client needs the copied | joerg | 2 | -3/+18 | |
files too and the copying itself has to be done before configure, not before build. | |||||
2005-10-10 | Use INSTALL_MAN to install a man page. | minskim | 1 | -2/+2 | |
2005-10-10 | Add DragonFly support. | joerg | 2 | -1/+24 | |
2005-10-10 | Allowing building on DragonFly. | joerg | 3 | -4/+36 | |
2005-10-10 | Add support for DragonFly. While we have sys/statvfs.h, we don't have | joerg | 3 | -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-10 | Remove interactive stage setting too. | agc | 1 | -5/+1 | |
2005-10-10 | Make this compile with newer versions of Darwin that have poll(2). | rh | 3 | -6/+21 | |
2005-10-10 | Remove the _FETCH_MESSAGE part for just now, but keep the interactive | agc | 1 | -16/+1 | |
fetch stage. | |||||
2005-10-10 | Add support for DragonFly. | joerg | 7 | -13/+103 | |
2005-10-10 | Just depend on errno.h to provide errno. | joerg | 2 | -1/+15 | |
2005-10-10 | Add DragonFly support. patch-bf replaces a malloc prototype with an | joerg | 6 | -10/+56 | |
include of stdlib.h. | |||||
2005-10-10 | Only do the INTERACTIVE_STAGE for the fetch target | reed | 1 | -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-10 | Remove the redundant INSTALLATION_DIRS. This already | reed | 1 | -3/+1 | |
does mkdir or mkinstalldirs for these needed directories. | |||||
2005-10-10 | Use FreeBSD modus for DragonFly as well. | joerg | 2 | -1/+12 | |
2005-10-10 | Add a message to mention that a2ps or enscript may be used. | reed | 2 | -2/+18 | |
Bump PKGREVISION. Fix homepage. Add --sysconfdir for configure args to fix path to configuration in scripts. | |||||
2005-10-10 | Document some bacula options. From Geert Hendrickx. | wiz | 1 | -2/+3 | |
2005-10-10 | Don't define alloca on DragonFly, it conflicts with stdlib.h. | joerg | 2 | -1/+16 | |
2005-10-10 | Don't declare errno, errno.h does so already. This will be in the next | joerg | 2 | -1/+15 | |
upstream version. | |||||
2005-10-10 | Update libtool.m4 fragment to allow build on DragonFly. | joerg | 2 | -1/+94 | |
2005-10-10 | In a == conditional involving a variable, the LHS must not be enclosed in | tv | 1 | -2/+2 | |
double quotes (breaks on older NetBSD make and bootstrap/bmake). | |||||
2005-10-10 | Remove the superlative, instead just say "flexible". | reed | 1 | -2/+2 | |
2005-10-10 | Adding the pkgsrc library path is useful only for a native version. This can | mrauch | 2 | -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-10 | This is a meta package, so add meta-pkgs to the CATEGORIES. | reed | 1 | -2/+2 | |
2005-10-10 | Adding the pkgsrc library path is useful only for a native version. This can | mrauch | 2 | -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-10 | Add a message for an interactive fetch stage to tell | reed | 1 | -1/+18 | |
pkgsrc user to place the distfile. | |||||
2005-10-10 | Add patch-ad: | reed | 2 | -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-10 | Use INSTALLATION_DIRS to create lib/X11/app-defaults. | reed | 1 | -1/+2 | |
(Shoujld this be created by something else?) | |||||
2005-10-10 | Fix path for suse_x11. It was emulators/suse_base instead | reed | 1 | -2/+2 | |
of suse_x11. | |||||
2005-10-10 | Also list some of the fonts included. | reed | 1 | -1/+4 | |
2005-10-10 | Don't declare errno, errno.h does so already. | joerg | 2 | -1/+14 | |
2005-10-10 | note update of games/fortunes-calvin to 0.2 | jschauma | 1 | -1/+2 | |
2005-10-10 | Update to 0.2: | jschauma | 2 | -6/+6 | |
- fixes and removal of duplicates from Soren Jacobsen | |||||
2005-10-10 | Instead of using hard-coded 555 mode for installing library, | reed | 2 | -3/+5 | |
use BINMODE setting. This helps with non-privileged pkgsrc use. | |||||
2005-10-10 | Allow sudo to properly build on DragonFly. Without the detection of | joerg | 3 | -14/+138 | |
shared linking the noexec wrapper is not build. | |||||
2005-10-10 | Remove the workaround for installing the man pages into a | reed | 1 | -7/+1 | |
staged directory. This is not needed for this version of tk. Okayed by maintainer. | |||||
2005-10-10 | For INSTALLATION_DIRS, use ${PKGMANDIR} instead of "man". | reed | 1 | -2/+2 | |
Also before it used a wildcard for *man and now get rid of that wildcard in front. | |||||
2005-10-10 | Note perl bump due to different thread linkage on DragonFly. | joerg | 1 | -1/+2 | |
2005-10-10 | Bump revision since the linking changed on DragonFly. Suggested by | joerg | 1 | -2/+2 | |
jlam@. | |||||
2005-10-10 | x11/imake was moved and renamed to x11/XFree86-imake. | reed | 14 | -552/+0 | |
So remove x11/imake. | |||||
2005-10-10 | Renamed x11/imake to x11/XFree86-imake. | reed | 1 | -1/+2 | |