summaryrefslogtreecommitdiff
path: root/net/pload
AgeCommit message (Collapse)AuthorFilesLines
2015-07-04Remove USE_X11BASE and X11PREFIX.joerg1-2/+1
2015-02-27Remove stale HP-UX bulk build quirkstnn1-3/+1
2015-01-04Teach the configure script to recognize a bunch more OSes, and removedholland3-7/+33
NOT_FOR_PLATFORM restriction. There's a good chance the thing won't build on these OSes, but if so we can always reinsert the restrictions as BROKEN_ON_PLATFORM.
2014-10-09Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.wiz1-2/+1
2013-04-26pload does not "know how to configure for Darwin." and neither do I.shattered1-1/+2
2012-10-23Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-2/+1
2012-08-23net/pload: Fix partial patchmarino2-4/+4
I'm not sure what happened here. pload was building fine on DragonFly with the proposed patches, but right now patch-ae only looks half updated. Update the rest of patch-ae to finish the work of my prior commit. Only affects DragonFly, which it's never built on.
2012-08-15Remove unnecessarily libXp; PKGREVISION -> 3.dholland1-3/+2
2012-08-11net/wmpload: Add FreeBSD and DragonFly supportmarino5-17/+106
Patch differentials came from FreeBSD ports. Followed NetBSD's suit with the quad support.
2012-03-10Set LICENSE.shattered1-1/+2
2011-12-14Update COMMENT.shattered1-2/+2
2009-01-04Store traffic counters in u_quad_t to avoid overflow. Closes PR 38168.shattered4-4/+56
Take maintainership. OK by wiz@.
2008-11-10Bump PKGREVISION for libXaw API depends bump due to libXaw8 removal.wiz1-1/+2
2008-05-26Mark some packages as not for bulk building on HPUX.tnn1-1/+2
2008-05-11Fix several plists that use imake after some modifications in the imaketonnerre1-2/+2
framework several monthes ago. This resolves various build problems on Linux. Should fix PR 37646. Patch from cheusov. Confirmed by joerg.
2007-12-09Update to 0.9.5, provided by Sergey Svishchev in private mail:wiz4-40/+33
- Fixed stats not being cleared when disconnected - Added user specified format for labels. - Added user customizable label for the not connected condition. - Removed global variables in stats gathering functions. pkgsrc fix: don't cast 64-bit counters to unsigned long.
2007-08-16Add DESTDIR and modular Xorg support.joerg1-2/+4
2006-10-04Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev.wiz1-3/+3
2006-08-31USE_TOOLS+=imake.hira1-1/+2
2006-07-27de-maintainhubertf1-2/+2
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2005-06-01Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.jlam1-1/+2
Several changes are involved since they are all interrelated. These changes affect about 1000 files. The first major change is rewriting bsd.builtin.mk as well as all of the builtin.mk files to follow the new example in bsd.builtin.mk. The loop to include all of the builtin.mk files needed by the package is moved from bsd.builtin.mk and into bsd.buildlink3.mk. bsd.builtin.mk is now included by each of the individual builtin.mk files and provides some common logic for all of the builtin.mk files. Currently, this includes the computation for whether the native or pkgsrc version of the package is preferred. This causes USE_BUILTIN.* to be correctly set when one builtin.mk file includes another. The second major change is teach the builtin.mk files to consider files under ${LOCALBASE} to be from pkgsrc-controlled packages. Most of the builtin.mk files test for the presence of built-in software by checking for the existence of certain files, e.g. <pthread.h>, and we now assume that if that file is under ${LOCALBASE}, then it must be from pkgsrc. This modification is a nod toward LOCALBASE=/usr. The exceptions to this new check are the X11 distribution packages, which are handled specially as noted below. The third major change is providing builtin.mk and version.mk files for each of the X11 distribution packages in pkgsrc. The builtin.mk file can detect whether the native X11 distribution is the same as the one provided by pkgsrc, and the version.mk file computes the version of the X11 distribution package, whether it's built-in or not. The fourth major change is that the buildlink3.mk files for X11 packages that install parts which are part of X11 distribution packages, e.g. Xpm, Xcursor, etc., now use imake to query the X11 distribution for whether the software is already provided by the X11 distribution. This is more accurate than grepping for a symbol name in the imake config files. Using imake required sprinkling various builtin-imake.mk helper files into pkgsrc directories. These files are used as input to imake since imake can't use stdin for that purpose. The fifth major change is in how packages note that they use X11. Instead of setting USE_X11, package Makefiles should now include x11.buildlink3.mk instead. This causes the X11 package buildlink3 and builtin logic to be executed at the correct place for buildlink3.mk and builtin.mk files that previously set USE_X11, and fixes packages that relied on buildlink3.mk files to implicitly note that X11 is needed. Package buildlink3.mk should also include x11.buildlink3.mk when linking against the package libraries requires also linking against the X11 libraries. Where it was obvious, redundant inclusions of x11.buildlink3.mk have been removed.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 digests.agc1-1/+2
2004-01-27bl3ifygrant1-1/+4
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2002-05-24If the SIOCGIFDATA ioctl is available, use that instead of the PPPmartin2-6/+31
specific one. This makes the tool useable on any network interface.
2002-01-29Make it work with xpkgwedge.wiz2-2/+16
Patch supplied by Hiramatsu Yoshifumi in pkg/15217.
2002-01-29Standardize patch.wiz1-3/+3
2002-01-03Bump to pload-0.9.4nb2: make this compile againhubertf3-3/+17
2001-11-29Get rid of manually adding "nbX" to PKGNAME when a pkg was changed inhubertf1-2/+2
pkgsrc. Instead, a new variable PKGREVISION is invented that can get bumped independent of DISTNAME and PKGNAME. Example #1: DISTNAME= foo-X.Y PKGREVISION= Z => PKGNAME= foo-X.YnbZ Example #2: DISTNAME= barthing-X.Y PKGNAME= bar-X.Y PKGREVISION= Z => PKGNAME= bar=X.YnbZ (!) On subsequent changes, only PKGREVISION needs to be bumped, no more risk of getting DISTNAME changed accidentally.
2001-10-31Move pkg/ files into package's toplevel directoryzuntum3-3/+3
2001-04-21Move to sha1 checksum, and/or add distfile sizes.wiz1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-6/+4
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-02-05added patch-sumwiz1-0/+3
2000-02-03Convert to new 'nb<N>' suffixabs1-2/+2
2000-01-25If the interface is down - report 'No Connection'. Patch submitted toabs2-1/+38
author.
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs1-1/+1
1999-04-06Minor modifications to the English.agc1-1/+1
1999-03-05Update to 0.9.4.hubertf2-4/+4
Changes: Fixed parsing of proc file for Linux 2.2 and added logarithmic scales option.
1999-03-02Update to 0.9.3.hubertf2-4/+4
Changes: Added ability for Linux 2.2 to use /proc for gathering stats, which allows monitoring any device that reports bytes in/out to /proc/net/dev including ppp, eth, plip, lo, etc... without any special accounting rules, fixed unsigned "negative" number rate problem, rewrote back-end to be more modular, added a -nochart option (labels only) and removed fallback geometry.
1999-01-30Replace all occurrences of USE_X11 with USE_X11BASE. This means "install thisagc1-2/+2
package into ${X11BASE}". Replace all occurrences of BUILD_USES_X11 with USE_X11. This means "use X11 headers and libraries to build this package".
1999-01-14Update to pload V0.9.2.hubertf2-4/+4
Changes: Fixed some X errors that happened under Solaris concerning zero sized widgets, added user customizable scales, changed rate labels to show b/s, k/s, M/s dependant on magnitude, added horizontal orientation option.
1999-01-06PPP monitor for X11 monitoring totals and current in/out rates.hubertf5-0/+28