aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* - This now fails over on amd64 5.x and 8.x too, so just flip the logic andPav Lucistnik2008-02-191-10/+3
| | | | | | | | | allow it on i386 only Reported by: pointyhat Notes: svn path=/head/; revision=207599
* - Update to 1.0.5Thomas Abthorpe2008-02-194-8/+8
| | | | | | | | | PR: ports/120750 Submitted by: Tobias Stadler <TS.Stadler gmx.de> Approved by: Shane Bell <decept0 gmail.com> (maiintainer) Notes: svn path=/head/; revision=207598
* - Mark BROKEN on amd64/7 and upPav Lucistnik2008-02-191-1/+7
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=207597
* vnStat is a console-based network traffic monitor. It keeps a log ofBeech Rintoul2008-02-199-0/+228
| | | | | | | | | | | | | hourly, daily and monthly network traffic for the selected interface(s). However, it isn't a packet sniffer. The traffic information is analyzed from the proc(5) filesystem. That way vnStat can be used even without root permissions. PR: ports/120825 Submitted by: Dennis Herrmann <adox at mcx2.org> (maintainer) Notes: svn path=/head/; revision=207595
* - Fix buildMartin Wilke2008-02-191-2/+2
| | | | | | | Submitted by: erwin bot Notes: svn path=/head/; revision=207594
* - update to 0.16Yen-Ming Lee2008-02-192-4/+4
| | | | Notes: svn path=/head/; revision=207593
* Fix pkg-plist, which was previously hidden in p5-Business-OnlinePaymentErwin Lansing2008-02-1926-7/+52
| | | | | | | Submitted by: pointyhat Notes: svn path=/head/; revision=207592
* Oops, bump PORTREVISION to remake on amd64.Norikatsu Shigemura2008-02-191-1/+1
| | | | Notes: svn path=/head/; revision=207591
* o Fix invalid synaptics issue with x11-drivers/xf86-input-voidNorikatsu Shigemura2008-02-192-5/+10
| | | | | | | | | | | | driver by displaing NOTICE on pkg-message. o Fix invalid compiling on amd64. PR: ports/120783 Submitted and Summraized by: Eygene Ryabinkin rea-fbsd a codelabs.ru Notes: svn path=/head/; revision=207590
* Use sysctl for getting swap related information. Now, GKrellM doesn'tHajimu UMEMOTO2008-02-195-28/+460
| | | | | | | | | | rely upon kmem access any longer. It fixes the problem that swap meter didn't work on FreeBSD 7.0. PR: ports/120776 Notes: svn path=/head/; revision=207589
* Mark BROKEN: does not build.Erwin Lansing2008-02-191-0/+2
| | | | Notes: svn path=/head/; revision=207588
* Fix build error on multi-byte locale environment.Makoto Matsushita2008-02-191-1/+1
| | | | | | | | | | No bumps since no content changes. PR: 117708 Submitted by: trangayesi at gmaildotcom Notes: svn path=/head/; revision=207587
* Forgot in previous commit to master port.Alexey Dokuchaev2008-02-194-0/+12
| | | | Notes: svn path=/head/; revision=207586
* - Update the driver to version 169.07. Since they've changed version schemeAlexey Dokuchaev2008-02-194-73/+17
| | | | | | | | | | | | | once again, as a temporary measure, NVVERSION is easier to define in slave and master ports independently than further obfuscate the Makefile - Display pkg-message consistenly between port vs. package installation - Minor nit: spell `NVidia' consistently in Makefile Closes PR: ports/119090 Submitted by: Brad Allen Notes: svn path=/head/; revision=207585
* - Fix omni-bot paths.Alejandro Pulver2008-02-195-6/+10
| | | | | | | | | - Bump PORTREVISION. Reported by: sam <samira.nox@gmail.com> Notes: svn path=/head/; revision=207584
* Fix dependencies (gstreamer and gnome-keyring).Florent Thoumie2008-02-191-1/+3
| | | | | | | Reported by: pavbot and erwinbot Notes: svn path=/head/; revision=207583
* - Update to 2.2.1Martin Matuska2008-02-198-26/+28
| | | | | | | | | | PR: ports/119777 Submitted by: Mikle Davidkin <skylord at vt.net.ru> Tested by: mm Approved by: maintainer (timeout) Notes: svn path=/head/; revision=207582
* Remove IGNORE; add UID 141 to ports/UIDs, and remove unnecessary Time::HiResJeremy Chadwick2008-02-192-10/+14
| | | | | | | | dependency (unless using a perl older than 5.8.7). Confirmed as working on RELENG_6. Notes: svn path=/head/; revision=207581
* * fix build if www/clearsilver was not previously installedSergey Skvortsov2008-02-192-5/+2
| | | | | | | | | * remove garbage (distinfo) forgotten in last commit Approved by: maintainer (rink) Notes: svn path=/head/; revision=207580
* - Update to 2.0.1Martin Wilke2008-02-193-5/+29
| | | | | | | | PR: 120814 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=207579
* Fix RUN_DEPENDS, bump PORTREVISION.Lars Thegler2008-02-191-1/+2
| | | | Notes: svn path=/head/; revision=207578
* Update to 1.42Lars Thegler2008-02-193-9/+9
| | | | Notes: svn path=/head/; revision=207577
* Libvisual is an abstraction library that comes between applications and audioMartin Wilke2008-02-195-0/+118
| | | | | | | | | | | | | | | | | | | | | | | | visualisation plugins. Often when it comes to audio visualisation plugins or programs that create visuals, they depend on a player or something else; basically, there is no general framework that enabled application developers to easily access cool audio visualisation plugins. Libvisual wants to change this by providing an interface towards plugins and applications; through this easy to use interface applications can easily access plugins and, since the drawing is done by the application, it also enables the developer to draw the visual anywhere he wants. The framework also allows you to morph to different plugins and mix two at once; all kinds of neat tricks are possible using this method. WWW: http://localhost.nl/~synap/libvisual/ PR: ports/120380 Submitted by: Björn König <bkoenig at alpha-tierchen.de> Notes: svn path=/head/; revision=207575
* - Respect restrictive GCC argumentsMartin Wilke2008-02-193-3/+43
| | | | | | | | PR: 120830 Submitted by: Carlos Santos <unixmania@gmail.com> Notes: svn path=/head/; revision=207574
* The goal of this module is providing good code readability and clarityMartin Wilke2008-02-195-0/+47
| | | | | | | | | | | | | | | of intent for command-line option processing. While readability is a subjective standard, Getopt::Lucid relies on a more verbose, plain-English option specification as compared against the more symbolic approach of Getopt::Long. WWW: http://search.cpan.org/dist/Getopt-Lucid/ PR: ports/120804 Submitted by: Felippe de Meirelles Motta <lippemail at gmail.com> Notes: svn path=/head/; revision=207572
* - Update to 2007.12.04Martin Wilke2008-02-192-7/+6
| | | | | | | | PR: 120820 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=207571
* - Update to 2.8Martin Wilke2008-02-192-4/+4
| | | | | | | | PR: 120822 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=207570
* - Use CPAN macro;Yen-Ming Lee2008-02-191-2/+1
| | | | | | | | PR: 120798 Submitted by: Felippe de Meirelles Motta <lippemail at gmail.com> Notes: svn path=/head/; revision=207569
* - Use CPAN macro;Yen-Ming Lee2008-02-192-3/+4
| | | | | | | | | | | - Add missing deps; - Add missing WWW to pkg-descr. PR: 120802 Submitted by: Felippe de Meirelles Motta <lippemail at gmail.com> Notes: svn path=/head/; revision=207568
* - Update to 0.03Beech Rintoul2008-02-192-6/+7
| | | | | | | | | | | | - Use CPAN macro - Add BUILD_DEPENDS PR: ports/120805 Submitted by: Felippe de Meirelles Motta <lippemail@gmail.com> Approved by: Matsui Shinsuke <smatsui@karashi.org> (maintainer) Notes: svn path=/head/; revision=207567
* Don't depend on Test-modules, Tie::RefHash is included in perl 5.6+, and useLars Balker Rasmussen2008-02-191-10/+12
| | | | | | | | | 5.8's Scalar::Util. Approved by: maintainer (Felippe de Meirelles Motta <lippemail@gmail.com>) Notes: svn path=/head/; revision=207566
* - Update to 1.2.7Diane Bruce2008-02-193-7/+8
| | | | Notes: svn path=/head/; revision=207565
* - Update to 2.1.7Beech Rintoul2008-02-184-8/+8
| | | | Notes: svn path=/head/; revision=207564
* Not all code was compiled with -fPIC. This could lead to unpredictableThierry Thomas2008-02-183-16/+96
| | | | | | | | | | | issues after the backend library was loaded by pinot, or pinot-dbus-daemon. Rebuilding the index from scratch from instance was likely to cause a crash. Submitted by: Fabrice Colin <fabrice.colin (at) gmail.com> (author) Notes: svn path=/head/; revision=207563
* - Update to 3.0.4Martin Wilke2008-02-182-5/+5
| | | | | | | | PR: 120828 Submitted by: Bjoern Koenig (bkoenig@alpha-tierchen.de) (maintainer) Notes: svn path=/head/; revision=207562
* - Update to 1.0.19Martin Wilke2008-02-187-60/+51
| | | | | | | | PR: 120817 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=207561
* - Update to version 5e5Martin Wilke2008-02-185-24/+17
| | | | | | | | PR: 5e5 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=207560
* Remove the .orig file created by patch to fix deinstall.Ion-Mihai Tetcu2008-02-181-0/+4
| | | | | | | Submitted by: pontyhat via erwin@ Notes: svn path=/head/; revision=207559
* Fix `mkisofs -input-charset`:Marius Strobl2008-02-183-6/+119
| | | | | | | | | | | | | | | | | | | | | | | | | - The configure script adds dependencies on libiconv and libintl when found so set USE_GETTEXT and USE_ICONV accordingly. If these libraries are not yet installed, these dependencies can be turned off by defining WITHOUT_NLS. There's no easy way to force these dependencies off as the configure script doesn't offer such a knob and modifying its tests is not allowed. - When setting USE_GETTEXT and USE_ICONV, also add OSDEFS to the MAKE_ENV as a hack to pass -I${LOCALBASE}/include as CPPFLAGS so the installed iconv.h is found. - Install the charset conversion tables. - Set ${INS_BASE} to ${LOCALBASE} in DEFAULTS/Defaults.freebsd so the path constructed by libsiconv and mkisofs points to the installed conversion tables. - Fix a bug that caused the 'iconv:' prefix not to be stripped from the implied '-output-charset' when the conversion tables are not found or '-input-charset' is used with the 'iconv:' prefix. Submitted by: jkim Approved by: netchild Notes: svn path=/head/; revision=207558
* - Update to 7.3.3Martin Wilke2008-02-182-5/+4
| | | | | | | | PR: 120816 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=207557
* - Update to 2.2.54Martin Wilke2008-02-182-4/+4
| | | | | | | | PR: 120815 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=207556
* - Update to version 1.2.3Martin Wilke2008-02-182-6/+5
| | | | | | | | PR: 120821 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=207555
* - Update to 2.5.6Martin Wilke2008-02-182-7/+6
| | | | | | | | PR: 120823 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=207554
* When using this module in a test script, it goes through all the modulesMartin Wilke2008-02-185-0/+41
| | | | | | | | | | | | | in your distribution, checks their POD, checks that they compile ok and checks that they all define a $VERSION. WWW: http://search.cpan.org/dist/Test-Distribution/ PR: ports/120812 Submitted by: Felippe de Meirelles Motta <lippemail at gmail.com> Notes: svn path=/head/; revision=207552
* - Update distinfo (track development version progress).Alejandro Pulver2008-02-182-4/+4
| | | | Notes: svn path=/head/; revision=207551
* Add forgotten dependency on cmakeTilman Keskinoz2008-02-182-0/+3
| | | | | | | pointyhat to: arved Notes: svn path=/head/; revision=207550
* Install the .desktop file in the right directory.Tilman Keskinoz2008-02-182-1/+5
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=207549
* - Update to version 0.25.Alejandro Pulver2008-02-182-4/+4
| | | | Notes: svn path=/head/; revision=207548
* - Update to 120773Martin Wilke2008-02-182-4/+4
| | | | | | | | PR: 120773 Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru> (maintainer) Notes: svn path=/head/; revision=207547
* - Respect CC/CXXMartin Wilke2008-02-181-3/+4
| | | | | | | | | PR: 120779 Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru> Approved by: maintainer Notes: svn path=/head/; revision=207546