aboutsummaryrefslogtreecommitdiff
path: root/net/netspeed_applet
Commit message (Collapse)AuthorAgeFilesLines
* Conversion to a single libtool environment.Ade Lovett2006-02-231-1/+1
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* - Add SHA256 checksumsPav Lucistnik2005-11-231-0/+1
| | | | Notes: svn path=/head/; revision=149215
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. Notes: svn path=/head/; revision=148323
* Bump PORTREVISION to chase the glib20 shared library update.Joe Marcus Clarke2005-11-051-0/+1
| | | | Notes: svn path=/head/; revision=147269
* Remove PKG_CONFIG hint for ./configure which is not need any longer.Alexander Nedotsukov2005-04-251-2/+1
| | | | Notes: svn path=/head/; revision=134094
* Update to 0.12.1.Joe Marcus Clarke2005-04-242-4/+3
| | | | Notes: svn path=/head/; revision=134082
* Use libgtop again (by default, 0.12 uses Linux's /proc).Jean-Yves Lefort2005-04-222-3/+19
| | | | | | | | Reported by: Peter Thoenen <eol1@yahoo.com> Approved by: adamw (mentor) Notes: svn path=/head/; revision=133896
* Update to 0.12Alexander Nedotsukov2005-04-215-41/+44
| | | | Notes: svn path=/head/; revision=133812
* Bump PORTREVISION to chase the glib20 shared lib version change.Joe Marcus Clarke2005-03-121-1/+1
| | | | Notes: svn path=/head/; revision=130974
* Use new INSTALLS_OMF.Jeremy Messenger2004-11-232-8/+1
| | | | | | | Approved by: bland, kwm, marcus and pav Notes: svn path=/head/; revision=122196
* Bump PORTREVISIONS for all ports that depend on atk or pango to ease in theJoe Marcus Clarke2004-11-071-0/+1
| | | | | | | big upgrade. Notes: svn path=/head/; revision=121070
* Update to 0.10.Joe Marcus Clarke2004-10-213-5/+5
| | | | Notes: svn path=/head/; revision=119892
* Chase the glib20 update, and bump all affected ports' PORTREVISIONs.Joe Marcus Clarke2004-04-051-0/+1
| | | | Notes: svn path=/head/; revision=106175
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-03-141-1/+1
| | | | | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed. Notes: svn path=/head/; revision=103963
* Update to 0.92.Joe Marcus Clarke2004-02-082-7/+3
| | | | Notes: svn path=/head/; revision=100315
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 1) Notes: svn path=/head/; revision=99918
* * Use intlhackJoe Marcus Clarke2004-01-221-4/+3
| | | | | | | | * Remove any reference to *_DISABLE_DEPRECATED so this will build with GNOME 2.5 Notes: svn path=/head/; revision=98847
* - Update to 0.9.1Alexander Nedotsukov2004-01-093-3/+25
| | | | | | | - Change MASTER_SITES Notes: svn path=/head/; revision=97729
* USE_REINPLACE need be defined only when REINPLACE_CMD is used.Trevor Johnson2003-11-171-1/+0
| | | | Notes: svn path=/head/; revision=94172
* Update to 0.9.Joe Marcus Clarke2003-06-293-3/+5
| | | | Notes: svn path=/head/; revision=83796
* Remove REINPLACE commands that were rolled into gnomehack.Adam Weinberger2003-06-121-4/+0
| | | | Notes: svn path=/head/; revision=82858
* Convert to new GNOME infrastructure.Joe Marcus Clarke2003-04-221-4/+2
| | | | Notes: svn path=/head/; revision=79435
* Remove USE_GNOMENG.Joe Marcus Clarke2003-04-201-1/+0
| | | | Notes: svn path=/head/; revision=79368
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Remove a left-over help directory.Joe Marcus Clarke2003-02-161-0/+1
| | | | | | | Reported by: bento Notes: svn path=/head/; revision=75616
* Add netspeed_applet, a GNOME 2 applet that shows how much network trafficJoe Marcus Clarke2003-02-096-0/+133
occurs on an interface. Requested by: Muhannad Asfour <muhannad07@cogeco.ca> Notes: svn path=/head/; revision=75155