Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-02-12 | Recursive PKGREVISION bump for OpenSSL API version bump. | tron | 1 | -2/+2 | |
2013-02-06 | PKGREVISION bumps for the security/openssl 1.0.1d update. | jperkin | 1 | -2/+2 | |
2012-10-28 | Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. | asau | 1 | -3/+1 | |
2011-02-11 | revbump(1) for devel/libevent update. | tnn | 1 | -2/+2 | |
2010-12-21 | Not to use BDB check in configure. | obache | 1 | -1/+6 | |
Fixes PR#44244. | |||||
2010-02-16 | DESTDIR support | joerg | 1 | -4/+7 | |
2009-08-16 | Bump PKGREVISION for libevent ABI bump. | wiz | 1 | -2/+2 | |
2009-06-14 | Convert @exec/@unexec to @pkgdir or drop it. | joerg | 1 | -2/+1 | |
2009-02-27 | Bump PKGREVISION for libevent ABI bump. | wiz | 1 | -2/+2 | |
2008-10-16 | PKGREVISION bump for libevent shlib name change. | wiz | 1 | -2/+2 | |
2008-09-06 | Bump PKGREVISION for libevent users due to 1.4.3->1.4.5 shlib name change. | wiz | 1 | -2/+2 | |
2008-04-22 | revbumps due to libevent update. | tnn | 1 | -2/+2 | |
2007-05-18 | Remove myself as maintainer, I don't have the time anymore to keep these | peter | 1 | -2/+2 | |
packages up to date. | |||||
2007-04-25 | Bump PKGREVISIONs to chase update of devel/libevent. | tnn | 1 | -2/+2 | |
2007-02-11 | PKGREVISION bump due to proper ABI_DEPENDS versioning in devel/libevent. | tv | 1 | -2/+2 | |
2006-04-22 | Removed the superfluous "quotes" and 'quotes' from variables that don't | rillig | 1 | -2/+2 | |
need them, for example RESTRICTED and SUBST_MESSAGE.*. | |||||
2005-12-29 | Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk | jlam | 1 | -2/+1 | |
automatically detects whether we want the pkginstall machinery to be used by the package Makefile. | |||||
2005-12-05 | Fixed pkglint warnings. The warnings are mostly quoting issues, for | rillig | 1 | -2/+2 | |
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html | |||||
2005-09-16 | "Oops." BUILDLINK_DEPMETHOD.libevent was defaulting to "build", which is | tv | 1 | -1/+2 | |
no longer correct since update to libevent 1.x; it now uses libtool and generates a shlib. Remove the offending bl3 line, and bump all dependents' PKGREVISIONs, since the binary pkg changes for any OS that doesn't have a sufficient builtin libevent version (or the package has requested a non-builtin version). | |||||
2005-04-11 | Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. | tv | 1 | -2/+1 | |
2005-02-24 | Add RMD160 checksums. | wiz | 1 | -1/+2 | |
2005-01-18 | Initial import of crawl-0.4 into the NetBSD Packages Collection. | peter | 7 | -0/+104 | |
The crawl utility starts a depth-first traversal of the web at the specified URLs. It stores all JPEG images that match the configured constraints. Crawl is fairly fast and allows for graceful termination. After terminating crawl, it is possible to restart it at exactly the same spot where it was terminated. Crawl keeps a persistent database that allows multiple crawls without revisiting sites. The main features of crawl are: * Saves encountered images or other media types * Media selection based on regular expressions and size contraints * Resume previous crawl after graceful termination * Persistent database of visited URLs * Very small and efficient code * Asynchronous DNS lookups * Supports robots.txt |