aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* - Fix SIGSEGV problem on amd64.Hiroki Sato2009-12-0711-48/+705
| | | | | | | | | | - Convert ConvDesc and ModeTable to a linked list, deprecate complex realloc-based memory management. - Add missing "${CAT} ${PKGMESSAGE}" in the post-install target. - Regenerate patches. Notes: svn path=/head/; revision=245344
* - Transferred to new maintainer Aragon Gouveia (aragon@phat.za.net)Greg Larkin2009-12-071-1/+1
| | | | | | | Approved by: email with new maintainer Notes: svn path=/head/; revision=245343
* Unmark BROKEN by disabling gssapi on 8.X and later.Hajimu UMEMOTO2009-12-071-5/+1
| | | | Notes: svn path=/head/; revision=245342
* - Add needed patchPav Lucistnik2009-12-074-14/+26
| | | | | | | | | | | | - Fix options so they work - Add dependencies on required php extensions - Install the executable setuid so it can actually access the logs PR: ports/140399 Submitted by: Bob Hockney <zeus@ix.netcom.com> (maintainer) Notes: svn path=/head/; revision=245341
* As with other Pseudo-Random Number Generator (PRNG) algorithms like theWen Heping2009-12-075-0/+51
| | | | | | | | | | | | | | | | | Mersenne Twister (see Math::Random::MT), this algorithm is designed to take some seed information and produce seemingly random results as output. However, ISAAC (Indirection, Shift, Accumulate, Add, and Count) has different goals than these commonly used algorithms. In particular, it's really fast - on average, it requires only 18.75 machine cycles to generate a 32-bit value. This makes it suitable for applications where a significant amount of random data needs to be produced quickly, such solving using the Monte Carlo method or for games. WWW: http://search.cpan.org/dist/Math-Random-ISAAC-XS/ Notes: svn path=/head/; revision=245340
* Upgrade to version 1.86.Jimmy Olgeni2009-12-072-4/+4
| | | | Notes: svn path=/head/; revision=245339
* - Update to 5.7.2Pav Lucistnik2009-12-072-5/+5
| | | | | | | | PR: ports/141247 Submitted by: Jeroen Schot <schot@A-Eskwadraat.nl> (maintainer) Notes: svn path=/head/; revision=245338
* As with other Pseudo-Random Number Generator (PRNG) algorithms like theWen Heping2009-12-075-0/+46
| | | | | | | | | | | | | | | | | Mersenne Twister (see Math::Random::MT), this algorithm is designed to take some seed information and produce seemingly random results as output. However, ISAAC (Indirection, Shift, Accumulate, Add, and Count) has different goals than these commonly used algorithms. In particular, it's really fast - on average, it requires only 18.75 machine cycles to generate a 32-bit value. This makes it suitable for applications where a significant amount of random data needs to be produced quickly, such solving using the Monte Carlo method or for games. WWW: http://search.cpan.org/dist/Math-Random-ISAAC/ Notes: svn path=/head/; revision=245337
* - Force Repocopy Commit.Wen Heping2009-12-070-0/+0
| | | | Notes: svn path=/head/; revision=245336
* pear-Services_Amazon_S3 provides an object-oriented interfaceWen Heping2009-12-074-0/+52
| | | | | | | | | | to the Amazon Simple Storage Service (S3). This package is based on the 2006-03-01 REST API. WWW: http://pear.php.net/package/Services_Amazon_S3/ Notes: svn path=/head/; revision=245335
* - Remove security/pear-Crypt_HMAC, please use security/pear-Crypt_HMAC2Wen Heping2009-12-071-0/+1
| | | | Notes: svn path=/head/; revision=245334
* - Remove pear-Crypt_HMAC, use pear-Crypt_HMAC2Wen Heping2009-12-073-30/+0
| | | | Notes: svn path=/head/; revision=245333
* - Remove the entry of pear-Crypt_HMACWen Heping2009-12-071-1/+0
| | | | | | | | | PR: ports/140822 Submitted by: wen@ (myself) Approved by: miwi@ (maintainer) Notes: svn path=/head/; revision=245332
* Change argp-standalone from a build time dependency to a runtimeSimon L. B. Nielsen2009-12-071-2/+2
| | | | | | | | | | | | dependency, since at least 'ipmimonitoring' links dynamically against the argp-standalone library. PR: ports/140246 Prod to commit by: pav (indirectly) :-) Approved by: Dmitry Frolov (maintainer) Notes: svn path=/head/; revision=245331
* - Update to 3.9.9aPav Lucistnik2009-12-072-5/+5
| | | | | | | | PR: ports/141181 Submitted by: UMENO Takashi <umeno@rr.iij4u.or.jp> (maintainer) Notes: svn path=/head/; revision=245330
* - Add entry for pear-Crypt_HMAC2Wen Heping2009-12-071-0/+1
| | | | Notes: svn path=/head/; revision=245329
* Force Repocopy Commit.Wen Heping2009-12-073-0/+36
| | | | Notes: svn path=/head/; revision=245328
* - update to 1.0.17Yen-Ming Lee2009-12-074-8/+8
| | | | | | | | | PR: 141237 Submitted by: leeym Approved by: maintainer Notes: svn path=/head/; revision=245327
* HTML::FormHandler allows you to define HTML form fields and validators.Wen Heping2009-12-075-0/+222
| | | | | | | | | | | | | | It can be used for both database and non-database forms, and will automatically update or create rows in a database. It can also be used to process structured data that doesn't come from an HTML form. WWW: http://search.cpan.org/~GSHANK/HTML-FormHandler PR: ports/141120 Submitted by: Andrey Kostenko <andrey@kostenko.name> Notes: svn path=/head/; revision=245326
* - Add unixODBC optionPav Lucistnik2009-12-071-1/+9
| | | | | | | | PR: ports/141231 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer) Notes: svn path=/head/; revision=245325
* Gentium is a typeface family designed to enable the diverse ethnicPav Lucistnik2009-12-076-85/+66
| | | | | | | | | | | | | | | groups around the world who use the Latin script to produce readable, high-quality publications. It supports a wide range of Latin-based alphabets and includes glyphs that correspond to all the Latin ranges of Unicode. WWW: http://scripts.sil.org/gentium PR: ports/139340 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> Notes: svn path=/head/; revision=245324
* - Mark repocopy x11-fonts/gentium -> x11-fonts/gentium-basicPav Lucistnik2009-12-070-0/+0
| | | | | | | Repocopy by: marcus Notes: svn path=/head/; revision=245323
* - Add two missing dependenciesWen Heping2009-12-071-1/+4
| | | | | | | | | PR: ports/141229 Submitted by: Rick Elrod <codeblock@eighthbit.net> Approved by: maintainer Notes: svn path=/head/; revision=245322
* Update for version 2.13Doug Barton2009-12-073-5/+8
| | | | Notes: svn path=/head/; revision=245321
* This is svn version r200201Doug Barton2009-12-071-17/+152
| | | | | | | | | | | | | | | | 1. Document the new package-related features for version 2.13 2. Remove the requirement that --options be first on the command line 3. Deprecate the -p option 4. Improve the prose in a few sections, mostly removing commas and simplifying sentences. 5. Small markup tweaks 6. Clearly indicate that +IGNOREME files only work on installed ports 7. Document that -x will work on the origin directory if there is no installed version. 8. In the example .portmasterrc file the verbose variable needed a value Notes: svn path=/head/; revision=245320
* Introducing portmaster with package support!Doug Barton2009-12-071-86/+510
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is svn version r200206. New Features ============ 1. Support for the following new options: a. --packages|-P and --packages-only|-PP b. --packages-build c. --packages-if-newer d. --delete-build-only e. --always-fetch f. --local-packagedir In addition to the new code this also involved making some existing messages more generic, and customizing some others to be aware of whether packages are in use or not. 2. New command line parser allows placement of --long-options anywhere in the command line Minor Tweaks and Fixes ====================== 1. Make fail() less finicky about how the message is input 2. Start the process of deprecating -p since it isn't useful any longer 3. Fix parsing of PKG_DBDIR so that we don't depend on it having exactly 3 components. This also saves 2 external calls to cut. 4. For the --clean-distfiles[-all] options sort the list before printing to make it easier to see when files are related. 5. Instead of repeating the tests on when to run read_distinfos() do them once in the initialization phase then rely on whether or not DI_FILES is set. 6. Improve some messages to make their meaning more clear Excellent beta testing and feedback by: Christer Solskogen Major funding for the package code, including the --packages-build and --packages-if-newer options was provided by Modirum MDpay. Additional funding provided by (in no particular order): Jan Hornyak Christer Solskogen R Koole Michael Proto Bard Skaflestad Paul Lambert Societe ToDoo Andrew Belashov Yoriyuki Sakai Flemming Jacobsen Julian Stecklina Douglas Berry Beat Gatzi Christopher Dawkins Mark Boolootian Soeren Schroeder Christoph Sold More information on sponsorship is available at: http://dougbarton.us/portmaster-proposal.html My deepest appreciation to the FreeBSD community for the outpouring of support that allowed me to complete this portion of the project. Notes: svn path=/head/; revision=245319
* MooseX::InsideOut is a inside-out objects with Moose.Wen Heping2009-12-075-0/+47
| | | | | | | | | | WWW: http://search.cpan.org/~HDP/MooseX-InsideOut PR: ports/141120 Submitted by: Andrey Kostenko <andrey@kostenko.name> Notes: svn path=/head/; revision=245318
* Catalyst::Plugin::AutoCRUD is a instant AJAX web front-end for DBIx::Class.Wen Heping2009-12-075-0/+106
| | | | | | | | | | WWW: http://search.cpan.org/~OLIVER/Catalyst-Plugin-AutoCRUD PR: ports/141124 Submitted by: Andrey Kostenko <andrey@kostenko.name> Notes: svn path=/head/; revision=245317
* - update to 1.10Yen-Ming Lee2009-12-073-9/+12
| | | | Notes: svn path=/head/; revision=245316
* This patch was actually meant for gdm-2.26. Remove it.Joe Marcus Clarke2009-12-071-40/+0
| | | | Notes: svn path=/head/; revision=245315
* Remove a bogus empty line to fix patching.Joe Marcus Clarke2009-12-071-1/+0
| | | | Notes: svn path=/head/; revision=245314
* - Update to 3.10.11Wen Heping2009-12-073-4/+19
| | | | Notes: svn path=/head/; revision=245313
* Remove a leftover directory.Joe Marcus Clarke2009-12-072-1/+2
| | | | | | | Reported by: pointyhat via pav Notes: svn path=/head/; revision=245312
* Update to 2.6.4. See http://developer.pidgin.im/wiki/ChangeLog for a listJoe Marcus Clarke2009-12-064-5/+11
| | | | | | | | | | of changesi n this release. PR: 141082 Submitted by: doubg (based on) Notes: svn path=/head/; revision=245310
* Update to 0.0.10.Joe Marcus Clarke2009-12-062-4/+4
| | | | Notes: svn path=/head/; revision=245309
* Allow stack smashing protection to be enabled.Joe Marcus Clarke2009-12-061-2/+11
| | | | | | | | PR: 140789 Submitted by: lioux Notes: svn path=/head/; revision=245308
* Add keyboard invariant support to GDM.Joe Marcus Clarke2009-12-062-1/+42
| | | | | | | | PR: 141143 Submitted by: Andreas Wetzel <mickey242@gmx.net> Notes: svn path=/head/; revision=245307
* Fix the language list in GDM.Joe Marcus Clarke2009-12-063-20/+2
| | | | | | | | PR: 141136 Submitted by: MOROHOSHI Akihiko <moro@remus.dti.ne.jp> Notes: svn path=/head/; revision=245306
* Fix NOPORTDOCS.Juergen Lock2009-12-061-4/+8
| | | | | | | Submitted by: QAT Notes: svn path=/head/; revision=245305
* - update to 1.51Yen-Ming Lee2009-12-062-4/+4
| | | | | | | | | PR: 140886, 141228 Submitted by: maintainer, leeym Approved by: maintainer Notes: svn path=/head/; revision=245304
* Disable libutempter on FreeBSD 900004 and higher.Ed Schouten2009-12-061-1/+7
| | | | | | | | | We now have the same functionality in the base system. Reviewed by: miwi Notes: svn path=/head/; revision=245303
* Don't depend on libutempter.Ed Schouten2009-12-061-2/+8
| | | | | | | | | xterm can just use our own version of it that's part of the base system. Approved by: krion Notes: svn path=/head/; revision=245302
* - Update HsColour to 1.15Gabor Pali2009-12-0655-79/+111
| | | | | | | | | | | - Bump PORTREVISION for all affected ports PR: ports/138567, ports/138568 Submitted by: Ashish Shukla <wahjava (at) gmail.com> Approved by: maintainer Notes: svn path=/head/; revision=245301
* Disable the libutempter dependency on OSVERSION 900004 and higher.Ed Schouten2009-12-062-4/+16
| | | | | | | | | libulog now provides a libutempter compatibility interface. Approved by: miwi Notes: svn path=/head/; revision=245300
* Remove the libutempter dependency on OSVERSION 900004 and higher.Ed Schouten2009-12-062-2/+6
| | | | | | | | | This functionality is now included in the base system. Approved by: miwi Notes: svn path=/head/; revision=245299
* Add note about the new qemu port no longer enabling kqemu by default.Juergen Lock2009-12-061-0/+12
| | | | Notes: svn path=/head/; revision=245298
* . Add PowerPC support.Greg Lewis2009-12-063-3/+32
| | | | | | | | PR: 140362 Submitted by: Justin Hibbits <chmeeedalf@gmail.com> Notes: svn path=/head/; revision=245297
* - Update to 0.11.1 - from the official announcement:Juergen Lock2009-12-0622-583/+425
| | | | | | | | | | | | | | | | | | | | | | | | - fix I2C slave addressing (Juha Riihimaki) - Revert "vga: do not resize the screen on hw_invalidate" (Aurelien Jarno) - slirp: fix use-after-free (Mark McLoughlin) - Fix sparc.ld (Blue Swirl) - ELF codedump build failures (Laurent Desnogues) - kvm: Move KVM mp_state accessors to i386-specific code (Hollis Blanchard) - fix configure script with armv4l cpu (Laurent Desnogues) - net: disable draining tap queue in one go (Mark McLoughlin) - pcnet: Restart poll timer on pcnet_start (Jan Kiszka) - Sparc32: Fix lance (Blue Swirl) - mac99: fix segmentation fault on startup (Aurelien Jarno) - usb-linux.c: fix buffer overflow (Jim Paris) - ARM host: fix generated blocks linking (Laurent Desnogues) - qemu serial: lost tx irqs (affecting FreeBSD's new uart(4) driver) (Juergen Lock) - exec-all.h: increase MAX_OP_PER_INSTR to 96 from 64 (Aurelien Jarno) - Added a cherry picked commit from stable branch that fixes qcow2. Notes: svn path=/head/; revision=245296
* Update to 1.2, remove dead patch incorporated upstream, fix descrWes Peters2009-12-065-18/+11
| | | | | | | | | | | to make portlint happy. Extensive testing of plist with both make deinstall and pkg_delete. PR: ports/139540 Submitted by: Sahil Tandon <sahil@tandon.net> Notes: svn path=/head/; revision=245295
* - update to 0.22Yen-Ming Lee2009-12-062-4/+5
| | | | Notes: svn path=/head/; revision=245294