Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-07-06 | added support for MacOS X (which is a BSD-style UNIX system, too) | schwarz | 2 | -4/+4 | |
2014-03-11 | Remove example rc.d scripts from PLISTs. | jperkin | 1 | -2/+1 | |
These are now handled dynamically if INIT_SYSTEM is set to "rc.d", or ignored otherwise. | |||||
2014-02-12 | Recursive PKGREVISION bump for OpenSSL API version bump. | tron | 1 | -2/+2 | |
2013-11-11 | Fix MAKE_JOBS build. Wouldn't it be nice if automake emitted correct | dholland | 2 | -1/+19 | |
makefiles? | |||||
2013-02-06 | PKGREVISION bumps for the security/openssl 1.0.1d update. | jperkin | 1 | -2/+2 | |
2012-10-23 | 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-01-27 | DESTDIR support | joerg | 1 | -3/+5 | |
2009-08-16 | Bump PKGREVISION for libevent ABI bump. | wiz | 1 | -2/+2 | |
2009-06-14 | Remove @dirrm entries from PLISTs | joerg | 1 | -3/+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-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-03-23 | Add DragonFly support. | joerg | 2 | -4/+4 | |
2006-03-04 | Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no | jlam | 1 | -2/+2 | |
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers. | |||||
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 | Ran "pkglint --autofix", which corrected some of the quoting issues in | rillig | 1 | -2/+2 | |
CONFIGURE_ARGS. | |||||
2005-09-16 | "Oops." BUILDLINK_DEPMETHOD.libevent was defaulting to "build", which is | tv | 1 | -2/+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-05-02 | RCD_SCRIPTS_EXAMPLEDIR is no longer customizable. | reed | 1 | -1/+2 | |
And always is defined as share/examples/rc.d which was the default before. This rc.d scripts are not automatically added to PLISTs now also. So add to each corresponding PLIST as required. This was discussed on tech-pkg in late January and late April. Todo: remove the RCD_SCRIPTS_EXAMPLEDIR uses in MESSAGES and elsewhere and remove the RCD_SCRIPTS_EXAMPLEDIR itself. | |||||
2005-04-11 | Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. | tv | 1 | -2/+1 | |
2005-02-24 | Add RMD160 digests. | agc | 1 | -1/+2 | |
2004-12-28 | The default location of the pkgsrc-installed rc.d scripts is now | reed | 1 | -2/+2 | |
under share/examples/rc.d. The variable name already was named RCD_SCRIPTS_EXAMPLEDIR. This is from ideas from Greg Woods and others. Also bumped PKGREVISION for all packages using RCD_SCRIPTS mechanism (as requested by wiz). | |||||
2004-05-07 | Drop maintainership; I don't have the enough free time to maintain | xtraeme | 1 | -2/+2 | |
all these packages. | |||||
2004-04-30 | libevent has no shlibs. Make BUILDLINK_DEPMETHOD.libevent=build. | tv | 1 | -2/+2 | |
2004-04-25 | Convert to buildlink3. | snj | 1 | -3/+3 | |
2004-02-14 | LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs | jlam | 1 | -3/+1 | |
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk. | |||||
2003-09-27 | Bump package revision to 1. (Typo in trickled.sh and RCD_SCRIPTS needed) | xtraeme | 1 | -1/+2 | |
2003-09-27 | * Add missing RCD_SCRIPTS | xtraeme | 2 | -3/+5 | |
* Fix typo in trickled.sh (RCS_SCRIPTS_SHELL -> RCD_SCRIPTS_SHELL) | |||||
2003-09-25 | Initial import of trickle 1.06. Package imported from pkgsrc-wip. | xtraeme | 7 | -0/+96 | |
trickle is a portable lightweight userspace bandwidth shaper. It can run in collaborative mode (together with trickled) or in stand alone mode. trickle works by taking advantage of the unix loader preloading. Essentially it provides, to the application, a new version of the functionality that is required to send and receive data through sockets. It then limits traffic based on delaying the sending and receiving of data over a socket. Trickle runs entirely in userspace and does not require root privileges. |