aboutsummaryrefslogtreecommitdiff
path: root/net/netspeed_applet
Commit message (Collapse)AuthorAgeFilesLines
* Presenting GNOME 2.20.1 and all related works for FreeBSD. The officialJoe Marcus Clarke2007-10-242-13/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | GNOME 2.20 release notes can be found at http://www.gnome.org/start/2.20/notes/en/ . Beyond that, this update includes the new GIMP 2.4 (courtesy of ahze). The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME hierarchy. We are now using the more standard DATADIR of ${PREFIX}/share rather than ${PREFIX}/share/gnome. The result is that fewer patches and hacks are needed to port GNOME components to FreeBSD. This will mean some user changes may be required, so be sure to read /usr/ports/UPDATING for more details. This release and the things we accomplished in it would not have been possible without mezz's crazy idea to collapse DATADIR, and his persistence to make it happen successfully. Ahze and pav also deserve thanks for their work on porting modules and testing the whole ball of wax on pointyhat (respectively). The FreeBSD GNOME team would also like to thank our various testers and contributors: Yasuda Keisuke Frank Jahnke Pawel Worach Brian Gruber Franz Klammer Yuri Pankov Nick Barkas Cristian KLEIN Tony Maher Scot Hetzel Martin Matuska (mm) Benoit Dejean Martin Wilke (miwi) (And anyone else I may have missed) PRs fixed in this release: 111272, 113470, 115995, 116338 Notes: svn path=/head/; revision=201947
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Update WWW to http://www.wh-hms.uni-ulm.de/~mfcn/netspeed/ ..Jeremy Messenger2007-01-031-1/+1
| | | | Notes: svn path=/head/; revision=181320
* devel/libgtop2 -> devel/libgtopJeremy Messenger2006-05-281-1/+1
| | | | | | | | | | | | | | Rename this ports to use the real vendor package name. The advantage of this is to allow our users' keyword search works and easier for users to file the Bugzilla report when they use our name of ports. Debian, Gentoo, NetBSD and other OSs have the correct package name, but not in our ports tree. My team, FreeBSD GNOME Team, have agreed with it. As for other ports, chase the rename. Notes: svn path=/head/; revision=163665
* Add USE_GETTEXT to appease portlint.Jeremy Messenger2006-05-151-0/+1
| | | | Notes: svn path=/head/; revision=162498
* Update to 0.13.Jean-Yves Lefort2006-05-037-95/+119
| | | | Notes: svn path=/head/; revision=161235
* Bump PORTREVISION to get these ports to work under GNOME 2.14.Joe Marcus Clarke2006-05-011-1/+1
| | | | Notes: svn path=/head/; revision=161090
* Add FreeBSD interface name support and interface type support.Joe Marcus Clarke2006-04-152-1/+49
| | | | | | | | PR: 95758 Submitted by: Kevin Oberman <oberman@es.net> (based on) Notes: svn path=/head/; revision=159563
* 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