aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/bsdstats
Commit message (Expand)AuthorAgeFilesLines
* - Rewrite installation message [1]scheidell2012-08-284-55/+41
* - Add pkgng supportscheidell2012-07-282-8/+57
* In the rc.d scripts, change assignments to rcvar to use thedougb2012-01-141-1/+1
* - Last pr committer has agreed to become maintainerscheidell2012-01-111-1/+1
* - Simplifies installation and sets up default optionsscheidell2012-01-081-37/+33
* - use shell arithmetic instead of expreadler2011-09-262-3/+3
* - Respect LOCALBASEamdmi32010-08-198-517/+10
* - Forced commit to note that some files were repocopied:amdmi32010-08-191-1/+1
* - Ensure executable permissions on periodic script in case files subdirectorypav2010-06-021-0/+1
* - Update WWWpav2010-06-021-1/+1
* - Set HTTP Timeout to prevent blockingpav2009-09-193-10/+11
* scrappy's bit has been taken for safekeeping, so return these ports tolinimon2009-06-141-1/+1
* - Remove conditional checks for FreeBSD 5.x and olderpav2009-01-071-7/+1
* . do not remove (shared) directories periodic, periodic/monthly [1] [3]bsam2008-08-194-8/+9
* Set LOCALBASE if not already setscrappy2007-12-202-0/+2
* Remove a reference to hostname that was in the script, but was neverscrappy2007-12-203-8/+5
* The point of bsdstats is to be as painless as possible, but also to bescrappy2007-10-163-55/+59
* As per discussion on -advocacy, resurrect having the installer promptedscrappy2007-10-162-9/+26
* fix problem where, when you try and run on install, it gives error becausescrappy2007-08-292-3/+3
* clean up some warnings from portlint -avz and fix it so that if alreadyscrappy2007-05-014-8/+12
* forgot to cvs add the start up file ...scrappy2007-04-292-0/+60
* slight change to better handle boottime reporting, as well as to documentscrappy2007-04-294-14/+11
* By popular request, I've added a bsdstats.sh script to etc/rc.d so thatscrappy2007-04-292-2/+15
* Only depend on netcat if we are running an older version of FreeBSDscrappy2006-12-093-4/+7
* start reporting 'none' devices ... it just pads the results, but therescrappy2006-12-053-5/+5
* forgot to ready versionscrappy2006-12-053-5/+5
* on FreeBSD 4x the port sysutils/bsdstats should depend on net/netcatscrappy2006-12-053-4/+6
* make bsdstats's install a bit more friendlyscrappy2006-12-044-9/+9
* v5.0 of the BSDstats script ...scrappy2006-12-016-6/+265
* clean up pkg-install a bit to avoid generating an error whenscrappy2006-11-062-2/+14
* Make pkg-install a bit smarter ... if the questions have already beenscrappy2006-10-082-7/+10
* Fix the report server hostname ...scrappy2006-10-043-5/+5
* Fix PATH so that it includes /usr/local/bin, so that dig is found onscrappy2006-10-043-83/+351
* Slight typo ...scrappy2006-10-033-7/+7
* cosmetic changescrappy2006-10-023-5/+5
* Eliminate initial sleep(s) for getting the id tokenscrappy2006-10-023-41/+11
* Minor change ... make the report server a seperate subdomain then thescrappy2006-10-013-5/+5
* since we're removing a bunch of the sleep(s), let's increase the couplescrappy2006-09-303-5/+5
* slight change to the when the sleeps happen ...scrappy2006-09-303-9/+5
* Various changes to address some major issues ...scrappy2006-09-293-7/+39
* Add a network connectivity check using dnsscrappy2006-09-293-3/+19
* fix the code a bit to allow for setting the checkin_server to somethingscrappy2006-09-293-11/+13
* Clean up the code a wee bit, since the non-FreeBSD case(s), where OSs don'tscrappy2006-09-103-23/+43
* Even better random number generator using jot ...scrappy2006-09-073-5/+5
* Apparently Sparc doesn't like using openssl to generate a random value ... itscrappy2006-09-073-5/+13
* OpenBSD uses the same method to submit as NetBSDscrappy2006-09-063-7/+7
* Add 'unset HTTP_USER_AGENT' ... the backend is setup to only accept specificscrappy2006-09-063-4/+9
* temporarily broke get_id functionscrappy2006-09-053-28/+51
* Several cleanups, and extensions to allow NetBSD to submit ...scrappy2006-09-053-24/+33
* forgot to 'cvs add' pkg-installscrappy2006-09-042-0/+47
* If installer enables the script, also prompt to run it the firstscrappy2006-09-041-1/+1
* have it prompt, similar to postfix, whether or not you wish to activatescrappy2006-09-041-1/+10
* First, set PATH similar to /etc/rc.shutdown, so that we don't have toscrappy2006-09-043-6/+29
* Fix " : not found" when first running scriptscrappy2006-08-273-5/+5
* fix typo in PLIST_DIRSscrappy2006-08-263-4/+4
* Fix variable name used for token filescrappy2006-08-153-9/+9
* Ensure that data returned from server on initial challenge is, inscrappy2006-08-143-8/+61
* This is mostly a rewrite of the bsdstats script:scrappy2006-08-145-94/+141
* somehow, defining $OS fell out in one of the commits ...scrappy2006-08-103-2/+5
* Include class information for devices, so that its easier toscrappy2006-08-103-6/+9
* Add some verbosity to the script, letting ppl know that a report hasscrappy2006-08-103-4/+29
* Add CPUs to the devices report, and clean up the script a bitscrappy2006-08-093-12/+83
* remove the monthly_statistics_mailto variable from the script ... itscrappy2006-08-083-5/+3
* Redirect fetch output to /dev/null ...scrappy2006-08-083-9/+9
* have getid report operating system, so that other *BSDs can participatescrappy2006-08-083-5/+7
* Makefile cleanupscrappy2006-08-081-2/+2
* Add a message pointing people to where the stats themselves canscrappy2006-08-083-0/+7
* bsdstats v2.0 ... device reportingscrappy2006-08-075-10/+41
* Record Operating System itself, in case someone in the NetBSD,scrappy2006-08-063-4/+7
* Initial port for bsdstats scriptscrappy2006-08-066-0/+111
ef='/~lantw44/cgit/cgit.cgi/freebsd-ports-gnome/commit/x11-fm?h=gstreamer&id=338bcf898e6d90768d058c2b05f288f58d1371de'>Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.ade2010-05-3113-12/+13 * - drop USE_GNUSTEP_PREFIXdinoex2010-05-302-22/+21 * - fix build with gnustep-make 2.4dinoex2010-05-221-0/+3 * - Fix plistfluffy2010-05-152-3/+1 * - Make tinderbox happy without extra @dirrmtry for common locale dirsfluffy2010-05-142-8/+1 * Presenting GNOME 2.30.1 for FreeBSD. The offical release notes for thiskwm2010-05-114-16/+10 * - Update Krusader2 to 2.2.0-Beta1 releasefluffy2010-05-105-647/+63 * Chase audio/libmodplug update.ehaupt2010-04-241-1/+1 * - fix build for png-1.4.1dinoex2010-03-291-11/+11 * - fix build for png-1.4.1dinoex2010-03-291-0/+11 * - update to 1.4.1dinoex2010-03-2828-30/+32 * - Chase x11-toolkits/fox16 updategahr2010-03-241-1/+1 * - Chase x11-toolkits/fltk updategahr2010-03-242-23/+7 * - Update to 1.2.8.5sylvio2010-03-082-5/+4 * - Update to 0.7.2mva2010-03-083-9/+8 * - update to jpeg-8dinoex2010-02-0529-23/+32 * - Update devel/sdl12 to version 1.2.14.mva2010-01-301-1/+1 * 2010-01-08 x11-toolkits/gtkada-gps: has been broken for 3 monthsmiwi2010-01-289-188/+0 * Update to 0.6.1.marcus2010-01-242-4/+4 * Update to 0.6.0.marcus2010-01-183-13/+13 * - Update to 1.2.8.4sylvio2010-01-172-4/+4 * bump PORTREVISION for the recent update ofoliver2010-01-101-1/+1 * - Fix deadlocks in vfs error messagesfluffy2010-01-053-2/+601 * - Update to 0.5.2pgollucci2010-01-044-4/+24 * - Update to 0.7.1mva2009-12-263-15/+4 * - Update to 0.2.0miwi2009-12-252-5/+6 * For ports maintained by ports@FreeBSD.org, remove names and/ordougb2009-12-213-7/+0 * Update to 2.28.4.marcus2009-12-172-4/+4 * Update to 2.28.3.kwm2009-12-172-4/+4 * This port has been broken for 3+ months, thuspav2009-12-081-8/+4 * Update to 2.28.2.marcus2009-12-063-4/+7 * - Fix build on slow machinespav2009-12-041-0/+1 * Presenting GNOME 2.28.1 for FreeBSD. The official release notes for thismarcus2009-11-298-42/+25 * - Fix runtime issues when using CUSTOM prefixkmoore2009-11-121-0/+5 * - Fix runtime issues when using CUSTOM prefixkmoore2009-11-121-0/+9 * - Update to 0.1.0wen2009-11-102-4/+4 * - Update to 0.8.4lme2009-11-083-9/+10 * - Update to 1.2.8.3sylvio2009-11-072-5/+5 * - Update to 2.1.0-beta1fluffy2009-11-033-10/+96 * A basic file manager writen in Perl and using ZConf::Runnermiwi2009-10-305-0/+44 * - Update to 1.2.8.2avl2009-10-072-4/+4 * -Update to 1.2.8.1miwi2009-09-213-22/+4 * - Fix bug https://bugzilla.gnome.org/show_bug.cgi?id=591206garga2009-09-152-0/+18 * Add a patch from GNOME git to fix a crash with nautilus preferences.marcus2009-09-102-1/+12 * - Switch SourceForge ports to the new File Release System: categories startin...amdmi32009-08-226-9/+6 * - Mark MAKE_JOBS_UNSAFE, fails with forced jobsamdmi32009-08-151-0/+1 * Drop maintainership of some ports I do not use or have interest foranders2009-08-051-1/+1 * -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.mezz2009-08-036-6/+6 * - Reset maintainer and remove old MASTER_SITES.wxs2009-08-023-3/+3 * - bump all port that indirectly depends on libjpeg and have not yet been bump...dinoex2009-07-3116-11/+16 * - Fix PLISTgahr2009-07-291-1/+0 * - Update to 0.5.1gahr2009-07-283-22/+42 * Upgrade to version 2.10.olgeni2009-07-263-6/+8 * Update to 0.6.2.mva2009-07-254-5/+16 * Remove references to my mirror, which will be decommissioned shortly;shaun2009-07-201-2/+1 * - update to jpeg7dinoex2009-07-183-5/+6 * - Update to 3.231miwi2009-07-172-4/+4 * - Update to 1.2.8.araujo2009-07-153-78/+133 * - Update to 0.15.6dhn2009-07-122-4/+4 * - Attemp to fix build with non-standard LOCALBASEgahr2009-07-091-0/+3 * - add x11-fonts to CATEGORIESdinoex2009-07-071-1/+1 * - Pass maintainership to Sylvio Amorim <scjamorim at bsd.com.br>.araujo2009-06-221-1/+1 * - Update to 0.15.5dhn2009-06-182-4/+4 * Convert most of remaining ports that depend on xorg-libraries toamdmi32009-06-092-5/+5 * - Resolve LATEST_LINK conflictpav2009-06-011-0/+1 * This is Cat'sEyE (catseye-fm), a filesystem browser using gtk+2.miwi2009-05-234-0/+52 * Update to 2.26.3.kwm2009-05-192-5/+4 * Update to 0.6.0.mva2009-05-086-45/+12 * update xfce to 4.6.1oliver2009-05-063-7/+64 * - Update to 15.4dhn2009-04-302-5/+6 * - Small cleanupmiwi2009-04-281-7/+6 * - Update to 2.0.0miwi2009-04-275-219/+473 * Add an autostart condition on whether or notmarcus2009-04-262-3/+10 * Presenting GNOME 2.26.1 for FreeBSD.kwm2009-04-242-5/+5 * Mark broken with GNOME 2.26.marcus2009-04-131-0/+2 * Fix the build with GNOME 2.26.marcus2009-04-121-2/+3 * Presenting GNOME 2.26 for FreeBSD. Seemarcus2009-04-105-17/+47 * - Lib updated FOX16.araujo2009-04-051-1/+1 * - Update to 0.15.3miwi2009-04-032-4/+4 * Update to 0.5.1.mva2009-03-264-35/+28 * - udpate to 0.4.1dinoex2009-03-203-4/+6 * - Update to 0.15.1miwi2009-03-154-63/+41 * Free most of my ports, since they aren't being maintained to ashaun2009-03-141-1/+1 * Bump PORTREVISION as distfile was silently re-rolled.lme2009-03-062-3/+4 * update Xfce to 4.6oliver2009-03-033-17/+48 * - Dolphin has a new projectsite and the old KDE3 distfiles weren't carriedmarkus2009-02-262-2/+2 * Updated my mail address to use @FreeBSD.org now.mva2009-02-201-1/+1 * - Update to 2.6.3miwi2009-02-103-5/+6 * - Lib updated Fox16.araujo2009-02-081-1/+1 * - Use GNOME macro instead of ${MASTER_SITE_GNOME}, removearaujo2009-02-022-3/+2 * - Update X.org ports to 7.4+ (few ports are more recent than the katamari).flz2009-01-242-5/+4 * Presenting GNOME 2.24 for FreeBSD.marcus2009-01-105-14/+52 * - It was updated FOX16, need to rebuild all ports that dependaraujo2009-01-091-0/+1 * - Remove conditional checks for FreeBSD 5.x and olderwxs2009-01-062-10/+0 * CATEGORIES+= python for py- ports missing itpgollucci2008-12-281-1/+1 * 2008-09-19 japanese/escpf: Has been broken for more than 6 monthsmiwi2008-12-086-600/+0 * Font Manager is an app for the purpose of (guess what) managing fonts. It candinoex2008-11-265-0/+59 * - install docs in DOCSDIR and examples in EXAMPLESDIR and respect NO* varsitetcu2008-11-242-13/+15 * Use PYTHON_CMD with the -m flag to run compileall (avoid referencing PYTHON_S...olgeni2008-11-092-4/+4 * update xfce to 4.4.3oliver2008-10-313-5/+11 * - Update to 0.5.0amdmi32008-10-293-11/+12 * Update to 0.8.2lme2008-10-242-7/+6 * - Fix build on sparc64gahr2008-09-162-4/+20 * - Fix plistpav2008-09-052-1/+2 * Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.rafan2008-08-214-6/+0 * - autoreconf need of some dependencies. [1]araujo2008-08-201-2/+3 * - Update to 1.2.7.araujo2008-08-194-65/+47 * Update to 0.9.2 which really fixes the segfault trying to thumbnail a filemarcus2008-08-172-4/+4 * - Update to 1.19.2miwi2008-08-132-6/+4 * Upgrade to 2.16.5dougb2008-08-022-5/+12 * Update shared-mime-info to 0.51, and remove conflicts with x11-fm/nautilus.marcus2008-07-262-16/+1 * - Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default MA...pav2008-07-252-2/+1 * - Fix coredumps on startupmiwi2008-07-201-5/+11 * - Update to 2.6.2rafan2008-07-193-11/+14 * - Update to 1.19.1miwi2008-07-182-4/+4 * - Update to 0.11.57miwi2008-07-183-18/+16 * Update to 2.22.5.1.marcus2008-07-132-4/+4 * Update to 0.9.1 which fixes a crash if a PBI doesn't contain a custommarcus2008-07-052-5/+5 * Update to 2.22.4.mezz2008-07-012-5/+4