aboutsummaryrefslogtreecommitdiff
path: root/misc
Commit message (Collapse)AuthorAgeFilesLines
* Update to 3.8.7Emanuel Haupt2010-03-152-4/+4
| | | | Notes: svn path=/head/; revision=251063
* Geo::Coder::Multiple is a wrapper for multiple Geo::Coder::* modules.Wen Heping2010-03-125-0/+53
| | | | | | | | | | | | | | | Most free geocoding datasource specify a limit to the number of queries which can be sent from an IP or made using an API key in a 24 hour period. This module balances the incoming requests across the available sources to ensure individual limits are exceeded only when the total limit is exceeded. The algorithm for load balancing takes into account the limit imposed by the source per 24 hour period. WWW: http://search.cpan.org/dist/Geo-Coder-Multiple/ Notes: svn path=/head/; revision=250944
* List::Util::WeightedRoundRobin is a utility for creating a weighted listWen Heping2010-03-125-0/+36
| | | | | | | | | based on the input and associated weights. WWW: http://search.cpan.org/dist/List-Util-WeightedRoundRobin/ Notes: svn path=/head/; revision=250943
* - Update to 15.3Martin Wilke2010-03-112-5/+5
| | | | Notes: svn path=/head/; revision=250920
* - Fix `make package` when WITHOUT_NLS is defined.Alberto Villa2010-03-112-8/+9
| | | | | | | | | | | | - Bump PORTREVISION. - Pass maintainership to submitter. PR: 144615 Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> Approved by: tabthorpe (mentor) Notes: svn path=/head/; revision=250886
* - Add CFLAGS to build port with "-lintl", because this port whenSylvio Cesar Teixeira2010-03-082-0/+3
| | | | | | | | | | | | | | build with GCC > 4.4 the port enable bindtextdomain.so - Add bindtextdomain.so for plist. - BUMP PORTREVISION PR: ports/144208 Submitted by: Rob Farmer <rfarmer@predatorlabs.net> Approved by: itetcu (mentor) Feature safe: yes Notes: svn path=/head/; revision=250715
* Update to tzdata2010e:Edwin Groothuis2010-03-082-4/+4
| | | | | | | | | | - Adjust beginning / end of DST in Bangladesh (minimal impact) - Fiji ends DST one month earlier to last Sunday of March - Samoa changes - Chile extends DST until 3 April this year. Notes: svn path=/head/; revision=250708
* Add ${LOCALBASE}/lib/dahdi to the KLD search path, so that autoloadingMax Khon2010-03-064-4/+6
| | | | | | | | | of echo cancellation modules or Octasic firmware modules works as expected. Feature safe: yes Notes: svn path=/head/; revision=250615
* Fix plist after icon-naming-utils update.Koop Mast2010-03-032-22/+46
| | | | | | | | Submitted by: pointyhat (via pav & erwin) Feature safe: yes Notes: svn path=/head/; revision=250543
* - Remove overdebug.Max Khon2010-03-034-4/+42
| | | | | | | | | | - Mute ${REINPLACE_CMD} - Fix zaptel -> dahdi typo Feature safe: yes Notes: svn path=/head/; revision=250534
* Initial version of dahdi-freebsd (and dahdi-tools) port.Max Khon2010-03-0317-0/+487
| | | | | | | | | | | | | DAHDi (Digium/Asterisk Hardware Device Interface) is the open source device interface technology used to control Digium and other telephony interface cards. WWW: http://www.asterisk.org/dahdi/ Feature safe: yes Notes: svn path=/head/; revision=250533
* - This port conflicts with the upcoming dahdi port.Max Khon2010-03-031-1/+2
| | | | | | | | | - Pet portlint (space -> tab). Feature safe: yes Notes: svn path=/head/; revision=250532
* Update to 2010c:Edwin Groothuis2010-03-022-4/+4
| | | | | | | | | | Paraguay changes its DST schedule, postponing the March rule to April and modifying the October date Feature safe: yes Notes: svn path=/head/; revision=250497
* - Update to 2.6Thomas Abthorpe2010-02-253-14/+14
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=250308
* - Update to 1.4.11.3.Max Khon2010-02-252-5/+5
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=250286
* Update my mail address to @FreeBSD.orgJohan van Selst2010-02-231-1/+1
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=250235
* - Update to 2.5Dennis Herrmann2010-02-152-4/+4
| | | | Notes: svn path=/head/; revision=249872
* Update to 0.71.Joe Marcus Clarke2010-02-153-5/+20
| | | | Notes: svn path=/head/; revision=249869
* - Chase devel/libftdi shlib bumpPhilip M. Gollucci2010-02-141-0/+1
| | | | | | | | Pointyhat to: myself Reported by: pav via pointyhat Notes: svn path=/head/; revision=249846
* - Update to 8.4Wesley Shields2010-02-142-4/+4
| | | | | | | | | PR: ports/143224 Submitted by: Hung-Yi Chen <gaod@hychen.org> Approved by: bmc@clapper.org (maintainer timeout) Notes: svn path=/head/; revision=249844
* Update to 20100213 version of the FreeBSD docset.Marc Fonvieille2010-02-144-6/+7
| | | | | | | Approved by: doceng (implicit) Notes: svn path=/head/; revision=249830
* - add CONFLICTSDirk Meyer2010-02-131-0/+2
| | | | | | | PR: 143872 Notes: svn path=/head/; revision=249782
* - fix support for freetypeDirk Meyer2010-02-131-2/+2
| | | | Notes: svn path=/head/; revision=249759
* Update to 20100210 version of the FreeBSD docsetMarc Fonvieille2010-02-116-16/+15
| | | | | | | Approved by: doceng (implicit) Notes: svn path=/head/; revision=249618
* libeatmydata is a small LD_PRELOAD library designed to (transparently) disablePhilip M. Gollucci2010-02-116-0/+76
| | | | | | | | | | | | | | | fsync (and friends, like open(O_SYNC)). This has two side-effects: making software that writes data safely to disk a lot quicker and making this software no longer crash safe. DO NOT use libeatmydata on software where you care about what it stores. It's called libEAT-MY-DATA for a reason. PR: ports/142892 Submitted by: Attila Nagy <bra at fsn.hu> Notes: svn path=/head/; revision=249616
* - Respect CCPhilip M. Gollucci2010-02-111-0/+3
| | | | | | | | PR: ports/143743 Submitted by: Rob Farmer <rfarmer@predatorlabs.net> Notes: svn path=/head/; revision=249608
* - Reset more ports I don't use anymorePhilip M. Gollucci2010-02-101-1/+1
| | | | Notes: svn path=/head/; revision=249557
* Fix build with disabled iconv.Max Khon2010-02-102-0/+11
| | | | Notes: svn path=/head/; revision=249553
* - Fix build on HEADMartin Wilke2010-02-1012-1/+705
| | | | | | | | PR: 143518 Submitted by: Rob Farmer <rfarmer@predatorlabs.net> Notes: svn path=/head/; revision=249533
* Provide some sane defaults for architectures this port does not support.Mark Linimon2010-02-082-12/+6
| | | | | | | | | | | | (The problem is harmless, but makes the 'duds' file on pointyhat look very strange). While here, remove alpha remnants. Approved by: maintainer Notes: svn path=/head/; revision=249421
* Presenting KDE 4.3.5 for FreeBSD. The official release notes for thisMartin Wilke2010-02-0699-199/+274
| | | | | | | | | | release can be found at http://kde.org/announcements/announce-4.3.5.php. KDE 4.3.5, the last bugfix release in 4.3.x series. We'd like to say thanks to all helpers and submitters. Notes: svn path=/head/; revision=249347
* - Update to 4.7.0.2Max Khon2010-02-064-6/+17
| | | | | | | | | - Fix crash on exit PR: 143203 Notes: svn path=/head/; revision=249346
* - update to jpeg-8Dirk Meyer2010-02-05188-141/+197
| | | | Notes: svn path=/head/; revision=249285
* Brin back patch-Makefile.inTilman Keskinoz2010-01-311-0/+19
| | | | | | | Submitted by: QAT Notes: svn path=/head/; revision=248989
* Update to 1.37.1Tilman Keskinoz2010-01-315-40/+14
| | | | | | | Drop Maintainership Notes: svn path=/head/; revision=248988
* The KDE FreeBSD team is proud to announce the release of SIP-4.10 andDima Panov2010-01-306-9/+207
| | | | | | | | | | PyQt-4.7 for FreeBSD. The official update notes can be found at http://www.riverbankcomputing.com We'd like to say thanks to all helpers, testers and submitters. Notes: svn path=/head/; revision=248842
* - Update devel/sdl12 to version 1.2.14.Marcus von Appen2010-01-301-1/+1
| | | | | | | | | | | | | | | - Update audio/sdl_mixer to version 1.2.11. - Update graphics/sdl_gfx to version 2.0.20. - Update graphics/sdl_image to version 1.2.10. - Bump portrevisions for all ports depending on audio/sdl_mixer and graphics/sdl_image. - Update Mk/bsd.sdl.mk accordingly for the new shared lib versions. PR: ports/142147 ports/142248 ports/142249 Approved by: miwi (mentor implicit) Notes: svn path=/head/; revision=248835
* On Dir is a program that automatically executes scripts as you traverseMartin Wilke2010-01-275-0/+52
| | | | | | | | | | | | | | | | directories at a terminal. In addition to executing scripts in the directory you are entering or leaving, ondir also executes scripts in directories that are traversed on the way to that directory. WWW: http://swapoff.org/wiki/OnDir PR: ports/143189 Submitted by: ports at c0decafe.net <ports at c0decafe.net> Notes: svn path=/head/; revision=248676
* - Remove unneeded dependencies which is in perl-5.8.9 distJun Kuriyama2010-01-271-5/+1
| | | | | | | | | (part 10). Approved by: portmgr (itetcu) Notes: svn path=/head/; revision=248658
* Update to tzdata2010b:Edwin Groothuis2010-01-262-4/+4
| | | | | | | | | Mexico's House of Representatives has approved a proposal for northern Mexico's border cities to share the same daylight saving schedule as the United States. Notes: svn path=/head/; revision=248604
* - Update to 4.7.0.1 [1]Max Khon2010-01-242-5/+9
| | | | | | | | | | - Fix libiconv detection during configure step PR: 143135 [1] Submitted by: Martin Wilke Notes: svn path=/head/; revision=248461
* - Remove unneeded dependencies which is in perl-5.8.9 distJun Kuriyama2010-01-241-5/+1
| | | | | | | | | (part 4). Approved by: portmgr (itetcu) Notes: svn path=/head/; revision=248459
* - Fix build on current by removing unused utmp.h includeWen Heping2010-01-241-4/+7
| | | | | | | | | | | - Add a master site - Pass maintainership to submitter PR: ports/143107 Submitted by: Rob Farmer <rfarmer@predatorlabs.net> Notes: svn path=/head/; revision=248448
* - Add cpan site to WWWEmanuel Haupt2010-01-232-5/+8
| | | | | | | - Fix indentation, fmt -w 80 Notes: svn path=/head/; revision=248414
* - Update to 2-22-0Wen Heping2010-01-232-4/+4
| | | | | | | | PR: ports/143080 Submitted by: Lewis Thompson <lewiz@compsoc.man.ac.uk> (maintainer) Notes: svn path=/head/; revision=248378
* The FreeBSD KDE team is pleased to announce Qt-4.6.1 for FreeBSD.Max Brazhnikov2010-01-2111-219/+1972
| | | | Notes: svn path=/head/; revision=248306
* Update to 20100120 version of the FreeBSD docset.Marc Fonvieille2010-01-2111-15/+27
| | | | | | | Approved by: doceng (implicit) Notes: svn path=/head/; revision=248305
* - Add forgotten python virtual categoryDmitry Marakasov2010-01-201-1/+1
| | | | Notes: svn path=/head/; revision=248189
* XYZCommander is a pure console visual file manager.Dmitry Marakasov2010-01-205-1/+823
| | | | | | | | | | | | | | | | | | | | | | | | | | Main features: * Tight integration with python run-time system - most of the settings can be changed "on the fly" via management console. * Powerful configuration system - define own actions, aliases, internal commands, key bindings. * Extensible plug-in system - even core functionality implemented mainly using plug-ins, keeping base system small and clean. * Events & hooks subsystem - a flexible way of reacting on certain system events. * Customizable look-n-feel - every widget component look can be changed via skins. * Unicode support WWW: http://code.google.com/p/xyzcmd/ - While here, fix sorting in misc/Makefile PR: 142998 Submitted by: zloidemon <g.veniamin@googlemail.com> Notes: svn path=/head/; revision=248187
* Update to tzdata2010a:Edwin Groothuis2010-01-182-5/+4
| | | | | | | Administrative only: Fix AT fields for Asia/Dhaka Notes: svn path=/head/; revision=248117