aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update to version 5e7makc2010-09-183-9/+10
| | | | | PR: ports/150668 Submitted by: KATO Tsuguru <tkato432 at yahoo.com>
* Update to 1.0.16makc2010-09-184-26/+18
| | | | | PR: ports/150667 Submitted by: KATO Tsuguru <tkato432 at yahoo.com>
* Fix build on 7.xmakc2010-09-186-27/+220
| | | | | PR: ports/150666 Submitted by: KATO Tsuguru <tkato432 at yahoo.com>
* Update to 1.2.0makc2010-09-182-7/+7
| | | | | PR: ports/150665 Submitted by: KATO Tsuguru <tkato432 at yahoo.com>
* Fix CONFIGURE_ARGSmakc2010-09-181-2/+5
| | | | | PR: ports/150662 Submitted by: KATO Tsuguru <tkato432 at yahoo.com>
* Update to 0.4.3makc2010-09-184-44/+12
| | | | | PR: ports/150661 Submitted by: KATO Tsuguru <tkato432 at yahoo.com>
* Update to 2.6.5makc2010-09-183-11/+14
| | | | | PR: ports/150660 Submitted by: KATO Tsuguru <tkato432 at yahoo.com>
* Update to 2.3.1makc2010-09-183-6/+14
| | | | | PR: ports/150659 Submitted by: KATO Tsuguru <tkato432 at yahoo.com>
* Update to 1.5makc2010-09-183-4/+16
| | | | | PR: ports/150657 Submitted by: KATO Tsuguru <tkato432 at yahoo.com>
* Update libtcd to version 2.2.5makc2010-09-182-25/+23
| | | | | | | Update harmonics file to version 20100529 PR: ports/150656 Submitted by: KATO Tsuguru <tkato432 at yahoo.com>
* Update to 1.26lth2010-09-182-4/+4
|
* Update to 6.0.1lth2010-09-184-18/+22
| | | | | PR: ports/149099 Submitted by: Takefu <takefu@airport.fm>
* - Mark DEPRECATED: Development has ceased and distfile is no longer availablelioux2010-09-181-0/+2
| | | | - Set EXPIRATION_DATE=2010-12-31
* - Mark BROKEN on 6.X: bad plistpav2010-09-181-0/+1
| | | | Reported by: pointyhat
* Update to 2.0.1johans2010-09-182-4/+4
|
* Update xpaint to version 2.9.6johans2010-09-182-4/+4
|
* Update FreeCiv to 2.2.3johans2010-09-182-5/+4
|
* - Update to 0.6.2pav2010-09-1812-1050/+1291
| | | | | PR: ports/150319 Submitted by: Timothy Beyer <beyert@cs.ucr.edu> (maintainer)
* - Hotfix this high-profile port so it does not install into /pav2010-09-181-1/+1
| | | | | | PR: ports/150649 Submitted by: Anonymous <swell.k@gmail.com> Approved by: portmgr hat
* Update to 2.4.2makc2010-09-182-4/+4
| | | | | PR: ports/150658 Submitted by: KATO Tsuguru <tkato432 at yahoo.com>
* Update to 1.3makc2010-09-182-8/+5
| | | | | PR: ports/150673 Submitted by: KATO Tsuguru <tkato432 at yahoo.com>
* - Update to 0.1400az2010-09-182-8/+10
| | | | | PR: ports/150647 Submitted by: Oleg A. Mamontov <oleg@mamontov.net> (maintainer)
* - Add additional MASTER_SITES to fix distfile fetchingbeat2010-09-181-1/+2
| | | | | Reported by: pointyhat via pav Submitted by: ehaupt
* - Update to 05_20100905gahr2010-09-183-4/+6
| | | | | | | | | | | | | | Changes: - The chapter explaining the type 'time' in the manual was improved. - The support for source level debugging in the compiler (comp.sd7) was improved. Now the option -g generates better #line directives and the 'main' function was arranged such that the current line shown by a debugger is correct when the program is started. - In the "seed7_05.s7i" library the function "rpos" was overloaded to do a reverse search for a character in a string starting from a given position. - The files "str_rtl.c", "strlib.c", "primitiv.c" and the compiler were improved to support the primitive action STR_RCHIPOS (which implements the new overloaded 'rpos' function).
* Mark BROKEN: does not builderwin2010-09-181-0/+2
|
* Mark BROKEN: does not fetch.erwin2010-09-181-0/+1
|
* Update mozc to 0.13.464.102daichi2010-09-1868-430/+625
|
* - Update to 0.1.2tota2010-09-182-4/+4
|
* Replace the partial memory reservation patch by a simpler variation.gerald2010-09-182-36/+6
| | | | | Submitted by: tijl Tested by: Alex Kozlov <spam@rm-rf.kiev.ua>
* - Update to 0.18sahil2010-09-182-4/+4
| | | | - Changes: http://search.cpan.org/dist/Socket-GetAddrInfo/Changes
* - Update to 0.19sahil2010-09-182-4/+4
| | | | - Changes: http://search.cpan.org/dist/AnyEvent-Twitter-Stream/Changes
* - Update to 1.217sahil2010-09-182-4/+4
| | | | - Changes: http://search.cpan.org/dist/Data-UUID/Changes
* - Update to 1.52sahil2010-09-182-4/+4
| | | | | | | - Changes: http://search.cpan.org/dist/Term-Menus/ChangeLog PR: ports/150616 Submitted by: Frederic Culot <frederic@culot.org> (maintainer)
* - Update to 0.8sahil2010-09-182-5/+5
| | | | | | | - Changes: http://search.cpan.org/dist/Devel-CheckLib/CHANGES PR: ports/150615 Submitted by: Frederic Culot <frederic@culot.org> (maintainer)
* This is yet another module that lets you access or change the elementssahil2010-09-185-0/+43
| | | | | | | | | | | | | | | of a hash using methods with the same name as the element's key. It follows in the footsteps of Hash::AsObject, Hash::Inflator, Data::OpenStruct::Deep, Object::AutoAccessor, and probably others. The main difference between this module and its forebears is that it supports tied hashes, in addition to regular hashes. This allows a modular division of labor: this class is generic and treats all hashes the same; any special semantics come from the tied hash. WWW: http://search.cpan.org/dist/Hash-AutoHash/ PR: ports/150528 Submitted by: Frederic Culot <frederic@culot.org>
* - Update to r13861lwhsu2010-09-183-4/+54
| | | | Security: http://www.vuxml.org/freebsd/3ff95dd3-c291-11df-b0dc-00215c6a37bb.html
* - Update to 1.102260wen2010-09-183-8/+11
|
* - Update to 0.47wen2010-09-182-4/+4
|
* - Update to 1.2.3lwhsu2010-09-1812-3213/+159
| | | | | | PR: ports/150680 Submitted by: delphij Security: http://www.vuxml.org/freebsd/3ff95dd3-c291-11df-b0dc-00215c6a37bb.html
* - Update to 0.07wen2010-09-182-4/+4
| | | | | PR: ports/150651 Submitted by: TERAMOTO Masahiro <markun@onohara.to>
* Update to the 20100916 snapshot of GCC 4.5.2 which already includes one ofgerald2010-09-183-36/+16
| | | | my two patches for ia64.
* Ports modules update at Saturday 18 September 2010 at 00:09edwin2010-09-181-3/+2
| | | | Feature safe: yes
* Test::Corpus::Audio::MPD will try to launch a new mpd server forwen2010-09-185-0/+58
| | | | | | | | | | | | | | testing purposes. This mpd server will then be used during POE::Component::Client::MPD or Audio::MPD tests. In order to achieve this, the module will create a fake mpd.conf file with the correct pathes (ie, where you untarred the modulE tarball). It will then check if some mpd server is already running, and stop it if the MPD_TEST_OVERRIDE environment variable is true (die otherwise). Last it will run the test mpd with its newly created configuration file. WWW: http://search.cpan.org/dist/Test-Corpus-Audio-MPD/
* - Fix include dir in mozilla-plugin.pcdecke2010-09-182-0/+10
| | | | | | | - Bump PORTREVISION Submitted by: jkim Approved by: beat (co-mentor)
* - Update to 2.4.3nivit2010-09-182-4/+4
|
* - Fix size mismatchnivit2010-09-181-3/+3
| | | | | | The Author has only changed a few of definitions in a file for the Windows platform. See http://people.freebsd.org/~nivit/diffs/espeak-1.44.05-source.diff
* Update to version 4.4.8.bsam2010-09-185-13/+13
|
* Correct discovery date, my bad :(delphij2010-09-181-1/+1
|
* Chase flexdock updatemakc2010-09-181-3/+3
|
* Update to 0.5.2makc2010-09-183-14/+11
| | | | | | | | | | | | Stop putting version in filenames Remove unnecessary override of do-extract target Use ALL_TARGET instead of MAKE_ARGS Use COPYTREE_SHARE for documentation Kill pkg-plist with only one entry PR: ports/150402 Submitted by: Rob Farmer <rfarmer at predatorlabs.net> Approved by: maintainer
* - Add pkg-plist which should have been added with the previous commitehaupt2010-09-183-14/+16
| | | | | | | | - Change default DVD device from cd0 to acd0 since this seems to be more commonly used and the error I was getting earlier with acd0 was due to wrong device permissions - Remove pkg-message.in due to the above - Bump PORTREVISION
* Document django XSS vulnerability.delphij2010-09-181-0/+47
|
* Unbreak on 6.xmakc2010-09-181-1/+2
| | | | | | PR: ports/150510 Submitted by: Ganael Laplanche <ganael.laplanche at martymac.org> Approved by: Stefan Ehmann (maintainer)
* Set expiration date to 2010-11-15: depends on deprecated audio/libmpcdecmakc2010-09-182-0/+6
| | | | | PR: ports/150510 Submitted by: Ganael Laplanche <ganael.laplanche at martymac.org>
* Deprecate: superseded by audio/musepackmakc2010-09-181-0/+3
| | | | | | | Set expiration date to 2010-11-15 PR: ports/150510 Submitted by: Ganael Laplanche <ganael.laplanche at martymac.org>
* Update WWW addressmakc2010-09-181-1/+1
| | | | | PR: ports/150643 Submitted by: Ganael Laplanche (maintainer)
* Update to 3.6makc2010-09-182-4/+4
| | | | | PR: ports/150641 Submitted by: Eugene Mychlo (maintainer)
* Add a hack allowing to building with TARGET and TARGET_ARCH set in themarius2010-09-182-0/+10
| | | | | | | | | | | environment as done by the release building scripts. The former causes some targets in the Makefiles of the port to be overridden and the later is added to the default COMPILE.c variable by gmake. Arguably the release building scripts should be fixed to not set TARGET and TARGET_ARCH when compiling the cdrtools port in case of a cross-release but for reasons beyond me this just worked with cdrtools 2.01 Approved by: netchild
* Forcibly tell gettext not to use git to compress the infrastructureade2010-09-181-1/+2
| | | | | | | | | archive, even if it's present. No version bumps, since this is a plist-only thing if and only if gettext was rebuilt in the presence of git. Sigh.
* - Update to 6.6.3-10mm2010-09-173-4/+6
|
* - Update to 8.5.9mm2010-09-179-69/+62
|
* - Recent Flock versions are based on Chromium so reassign maintainershipbeat2010-09-172-2/+4
| | | | | from gecko@ to ports@. - Set EXPIRATION_DATE to 2010-12-31
* Update to OOO330_m9.maho2010-09-172-5/+5
| | | | Funded by: OpenOffice.org community.
* - Switch to musepack from deprecated libmpcdecamdmi32010-09-171-2/+2
|
* Chase swank-clojure version number.olgeni2010-09-172-1/+2
|
* - fix reload targetdinoex2010-09-171-10/+2
| | | | Reported by: Vladimir Galaichuk
* - Update to 3.0.8beat2010-09-174-152/+152
|
* - Update to 3.1.4beat2010-09-1710-290/+290
|
* Update to 0.4.1ehaupt2010-09-175-78/+72
| | | | | PR: 150452 Submitted by: Ganael Laplanche <ganael.laplanche@martymac.org>
* Mark as broken on sparc64 (and, by implication, the other tier-2 archs).linimon2010-09-171-0/+3
| | | | Hat: portmgr
* - Update to 3.18gahr2010-09-173-6/+4
| | | | Changes: http://tibleiz.net/code-browser/changes.html
* Mark as broken on sparc64 (and, presumably, ia64): runtime CPU detectionlinimon2010-09-171-0/+4
| | | | | | is only set up for amd64/i386/powerpc. Hat: portmgr
* Mark as broken on sparc64: fails to compile.linimon2010-09-171-1/+7
| | | | Hat: portmgr
* - Update to 2.13decke2010-09-173-6/+6
| | | | | | | | - Pass maintainership to submitter PR: ports/150606 Submitted by: Davide Italiano <davide dot italiano at gmail dot com> Approved by: beat (co-mentor)
* Also broken on sparc64 (and, by implication, ia64).linimon2010-09-171-2/+2
| | | | Hat: portmgr
* Mark as broken on sparc64: does not compile.linimon2010-09-171-0/+4
| | | | Hat: portmgr
* Mark as broken on sparc64: fails to compile.linimon2010-09-171-0/+3
| | | | Hat: portmgr
* Mark as broken on sparc64-7.linimon2010-09-171-0/+3
| | | | Hat: portmgr
* Reassign to flo@kasimir.com after inactivity from sobomax.linimon2010-09-171-1/+1
| | | | Hat: portmgr
* - Remove sysutils/cdrtools-cjk port, please use sysutils/cdrtools nowpav2010-09-176-75/+2
|
* - Desupport USE_CDRTOOLS=cjkpav2010-09-172-8/+8
| | | | | PR: ports/150362 Submitted by: marius
* - Update to 1.2.4wen2010-09-172-4/+4
|
* Fix the name of the manpagesumikawa2010-09-171-2/+2
|
* - Update to 3.11.4wen2010-09-173-7/+6
|
* Swift is a highly available, distributed, eventually consistentwen2010-09-175-0/+328
| | | | | | | | | object/blob store. WWW: http://launchpad.net/swift PR: ports/150063 Submitted by: Gea-Suan Lin <gslin@gslin.org>
* - Update to 0.32wen2010-09-172-4/+4
|
* Remove expired portsgarga2010-09-1712-767/+2
| | | | | 2010-09-17 editors/vim6: Outdated, superceded by editors/vim7 and has multiple security issues 2010-09-17 editors/vim6+ruby: Outdated, superceded by editors/vim7 and has multiple security issues
* Enable MAKE_JOBS_SAFE for Vim build so it will build in parallel.obrien2010-09-171-1/+7
| | | | | | This deals with the misspelling of "./auto/osdef.h" in some of the .o dependencies - which is what caused the race condition needing MAKE_JOBS_UNSAFE=yes.
* Ports modules update at Friday 17 September 2010 at 00:09edwin2010-09-171-1/+6
| | | | Feature safe: yes
* - Update to 1.15.5wen2010-09-178-16/+16
| | | | | | PR: ports/150212 Submitted by: Wen Heping (myself) Approved by: maintainer(timeout, >14 days)
* - Update to revision 3.stas2010-09-172-5/+5
| | | | | | - Add support for syscall 510 (new _semctl). Submitted by: Brian Fundakowski Feldman <bfeldman@hammers.com>
* - Update to 0.7.20pgollucci2010-09-172-4/+4
| | | | | | | PR: ports/150416 Submitted by: myself (pgollucci) Approved by: gogo@cs.uni-sb.de (maintainer) Sponsored by: RideCharge Inc. / TaxiMagic
* - Mark MAKE_JOBS_UNSAFE=yespgollucci2010-09-171-0/+2
| | | | Reported by: P6 TB
* - update to viewvc-1.1.7ohauer2010-09-173-5/+6
| | | | | | | | | | | | | | | | | | | Version 1.1.7 (released 09-Sep-2010) * display Subversion revision properties in the revision view (issue #453) * fix exception in 'standalone.py -r REPOS' when run without a config file * fix standalone.py server root deployments (--script-alias='') * add rudimentary Basic authentication support to standalone.py (issue #49) * fix obscure "unexpected NULL parent pool" Subversion bindings error * enable path info / link display in remote Subversion root revision view * fix vhost name case handling inconsistency (issue #466) * use svn:mime-type property charset param as encoding hint * markup Subversion revision references in log messages (issue #313) * add rudimentary support for FastCGI-based deployments (issue #464) * fix query script WSGI deployment * add configuration to fix query script cross-linking to ViewVC Approved by: glarkin (mentor)
* - make port IGNORE and point user to bacula-bat if WXCONSLE is choosenohauer2010-09-171-2/+3
| | | | | | | | WXCONSOLE is no longer active maintained and has no concept of access right management, bacula-bat it the replacement. Approved by: Dan Langille (maintainer) glarkin (mentor) Feature safe: yes
* Update to 1.3r1.3913.maho2010-09-174-636/+699
| | | | | | Actually the version number is from SVN, and maho@ manually checked out from SVN. The source archive is not distributed as tar ball.
* Chase Code_Aster's upgrade.thierry2010-09-178-62/+11
|
* Chase Code_Aster's upgrade and depends on Tcl/Tk 8.5.thierry2010-09-172-16/+4
|
* Upgrade to 1.8.3 and depends on Tcl/Tk 8.5.thierry2010-09-173-14/+17
|
* Upgrade to 10.2.0-2, add a common file to be included by thethierry2010-09-173-9/+36
| | | | other related ports, and depends on Tcl/Tk 8.5.
* - Mark BROKEN: does not buildpav2010-09-171-0/+2
| | | | Reported by: pointyhat
* Update to the 20100913 snapshot of GCC 4.4.5.gerald2010-09-172-13/+13
|
* Monast is a monitoring interface which acts as an operator panel for AsteriskTMgarga2010-09-175-0/+162
| | | | | | | | | | | | | | | | | | to display extensions status and calls details going through your IP-PBX. It was develop in Python, PHP and uses prototype.js to handle AJAX calls and YUI (Yahoo User Interface). Monast can originate, transfer, park and hangup calls, Manage queue members (add, remove, pause and unpause members) and meetme conference rooms. (all using drag&drop feature from YUI) Licensed under BSD, it has been created by Diego Aguirre (DagMoller). WWW: http://monast.sf.net PR: ports/144988 Submitted by: Marcelo/Porks Rossi <marcelorossi at gmail.com>
* - Update to 0.32.0.1garga2010-09-176-882/+1385
| | | | | | | | | - Undeprecate it PR: ports/143344 Submitted by: Sevan Janiyan <venture37@geeklan.co.uk> Reworked by: garga@ Approved by: maintainer
* - Only for i386 and amd64pgollucci2010-09-171-0/+1
| | | | | PR: ports/150621 Submitted by: Conor McDermottroe <ports@mcdermottroe.com> (maintainer)
* - Update to 2.11decke2010-09-175-37/+21
| | | | | | | | - Pet portlint PR: ports/150596 Submitted by: Armin Pirkovitsch <armin at frozen-zone dot org> Approved by: beat (co-mentor)
* - Update to 1.1.5decke2010-09-172-5/+5
| | | | | | PR: ports/150627 Submitted by: Julian Dunn <jdunn at aquezada dot com> (maintainer) Approved by: beat (co-mentor, implicit)
* - Update to 4.2.0decke2010-09-172-4/+6
| | | | | | | | - LICENSE added PR: ports/150614 Submitted by: Takefu <takefu at airport dot fm> Approved by: Linh Pham <question+fbsdports at closedsrc dot org> (maintainer), beat (co-mentor, implicit)
* Fix dependency list, add p5-Shorten-Bitlygarga2010-09-171-2/+3
|
* Convert strings to utf8 before sendgarga2010-09-172-0/+36
|
* - Update to 4.180tabthorpe2010-09-173-5/+5
| | | | | PR: ports/150513 Submitted by: James Bailie <jimmy mammothcheese.ca> (maintainer)
* - Fix perl-after-upgrade [1]skv2010-09-169-6/+12
| | | | | | | - Preserve perms on modified /etc/make.conf, /etc/manpath.conf [2] PR: 150622 [1], 150611 [2] Submitted by: garga [1], swell.k@gmail.com [2]
* Provide symlinks for clang and llvm-gcc compilers in addition to gccehaupt2010-09-161-1/+2
| | | | | PR: 150613 Submitted by: amdmi3
* - Update to 3.6.10beat2010-09-1614-676/+676
|
* - Update to 2.0.8beat2010-09-166-66/+66
|
* Take maintainership.itetcu2010-09-161-1/+1
|
* - Update to 3.5.13beat2010-09-166-231/+231
|
* Update to 1.23.2garga2010-09-163-20/+20
|
* Update to 1.06.41garga2010-09-162-4/+4
|
* Update spamcontrol patch to 2.6.23garga2010-09-162-5/+5
|
* - Add upstream patches for version 1.5.4garga2010-09-163-4/+11
| | | | - Bump PORTREVISION
* - Update to 1.0.3decke2010-09-162-4/+4
| | | | | | PR: ports/150597 Submitted by: Armin Pirkovitsch <armin at frozen-zone dot org> Approved by: beat (co-mentor, implicit)
* Update to 20100916garga2010-09-162-5/+4
|
* Remove DEPRECATED and EXPIRATION_DATE, we still support Zope 2.7.x on portsgarga2010-09-161-2/+0
| | | | tree, doesn't make sense deprecate something that was included on Zope >= 2.8.x
* - Update to 0.15jadawin2010-09-162-4/+4
| | | | - Changelog: http://cpansearch.perl.org/src/BARBIE/WWW-Scraper-ISBN-ORA_Driver-0.15/Changes
* - Update to 1.1.3gahr2010-09-162-4/+4
| | | | Changes: http://www.nongnu.org/scew/NEWS.txt
* Contitionalize EV_MINIMAL checking to avoid compiler warningsgarga2010-09-161-0/+6
| | | | | | PR: ports/149970 Submitted by: garga@ Approved by: maintainer timeout (3 weeks)
* - Change default samba version to 3.4garga2010-09-161-2/+4
| | | | | | PR: ports/150567 Submitted by: garga@ Approved by: maintainer
* R-psych provides a number of routines for personality, psychometrics andwen2010-09-164-0/+37
| | | | | | | | | | | | | | | | experimental psychology. Functions are primarily for scale construction using factor analysis, cluster analysis and reliability analysis, although others provide basic descriptive statistics. Functions for simulating particular item and test structures are included. Several functions serve as a useful front end for structural equation modeling. Graphical displays of path diagrams, factor analysis and structural equation models are created using basic graphics. Some of the functions are written to support a book on psychometrics as well as publications in personality research. WWW: http://cran.r-project.org/web/packages/psych/index.html PR: ports/150600 Submitted by: Dan Rue <drue@therub.org>
* - Update to 2.7.0.4375gahr2010-09-164-79/+47
| | | | | Announcement and changelog available here: http://www.codelite.org/forum/viewtopic.php?f=9&t=1075
* Update to 4.0.2 release.ale2010-09-162-5/+5
|
* - Update to 1.4.6wen2010-09-162-4/+4
|
* - Fix pkg-plistpgollucci2010-09-162-0/+12
| | | | | | | The default install calls apxs but without -a/-A which confuses our std pkg-plist @exec/@unexec stanzas Reported by: erwin via pointyhat
* - Fix pkg-plistpgollucci2010-09-161-2/+2
| | | | | | Fix AP_AST_BUILD -> AP_FAST_BUILD Reported by: erwin via pointyhat
* - Fix pkg-plistpgollucci2010-09-162-1/+14
| | | | | | | The default install-exec-hook calls apxs but without -a/-A which confuses our std pkg-plist @exec/@unexec stanzas Reported by: erwin via pointyhat
* - add patch filepgollucci2010-09-161-0/+11
|
* - Update to 4.1.0wen2010-09-163-5/+28
|
* - Fix pkg-plistpgollucci2010-09-161-0/+1
| | | | | | | The default install-exec-hook calls apxs but without -a/-A which confuses our std pkg-plist @exec/@unexec stanzas Reported by: erwin via pointyhat
* - Update to 1.7.12wen2010-09-163-4/+10
|
* - Remove MIME::Base64 DEPENDS which is already in Perl 5wen2010-09-161-2/+1
| | | | | PR: ports/150140 Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
* - Oops, revert previous commit - I meant to do a send-pramdmi32010-09-162-6/+4
|
* - Provide symlinks for clang and llvm-gcc compilers as wellamdmi32010-09-161-3/+4
| | | | | - Provede links for latest gcc versions - While here, use GOOGLE_CODE abbreviation for eye candy
* - Provide symlinks for clang and llvm-gcc compilers as wellamdmi32010-09-161-0/+2
|
* - Fix pkg-plistpgollucci2010-09-162-2/+4
| | | | | | | | o mod_log_config and mod_log_config-st conflict in and of themselves o also, without anchors, they break the SED magic in Mk/bsd.apache.mk rather then affect all ports, drop AP_GENPLIST and tweak it accordinly Reported by: erwin via pointyhat
* - Updated to 2.5 (no functional change)glarkin2010-09-162-5/+6
| | | | | | - Added LICENSE Reported by: portscout
* - Updated to 0.3.0glarkin2010-09-163-8/+103
| | | | | | | | | - Passed maintainership to submitter - Added LICENSE - Updated MASTER_SITES to avoid strangely-suffixed distfile name PR: ports/150276 Submitted by: C-S <c-s at c-s dot li>
* - Mark IGNORE does not workwen2010-09-161-0/+2
|
* - Updated to 0.11 (No functional change)glarkin2010-09-162-4/+4
| | | | | | ChangeLog: http://cpansearch.perl.org/src/DROLSKY/MooseX-StrictConstructor-0.11/Changes Reported by: portscout
* Introducing support for Web Start and Mozilla plugin from IcedTea6 1.9.jkim2010-09-166-7/+605
| | | | | | | | | | | | Note the feature is turned off by default because it adds experimental and unofficial patches from icedtea.classpath.org. You need to select WEB option from config menu or define WITH_WEB variable to enable the feature. Also, note that a symlink for web browser is not created automatically with same reasoning. Thus, you need to create a symlink for your browser, e.g., ln -s ${LOCALBASE}/openjdk6/jre/lib/IcedTeadPlugin.so ~/.mozilla/plugins Remove some stale comments in package message while I am here.
* - Update to 0.6wen2010-09-162-5/+5
| | | | - Reset maintainer
* - Added the "largefile" option to be passed to the configure scriptglarkin2010-09-162-10/+28
| | | | | | | | - Makefile cleanups and option sorting - Bumped PORTREVISION PR: ports/150242 Submitted by: C-S <c-s at c-s dot li> (maintainer)
* Ports modules update at Thursday 16 September 2010 at 00:09edwin2010-09-161-2/+3
| | | | Feature safe: yes
* - Updated to 1.5.0glarkin2010-09-163-51/+460
| | | | | | | Release notes: http://docs.dojocampus.org/releasenotes/1.5 PR: ports/150480 Submitted by: jpaetzel
* - Fix linker errors by adding Perl build dependency (needed for configureglarkin2010-09-161-7/+17
| | | | | | | | | | | | script) and adding proper SASL library to CONFIGURE_ENV. If the libmemcached support option is selected in this port and the libmemcached library was built with SASL support, our library test in the configure script failed silently with a linker error. - Minor OPTION processing cleanups and whitespace fixes Reported by: pointhat
* - Add the rc.d scriptpgollucci2010-09-161-0/+22
| | | | Reported by: pav
* - Actually add the patchpgollucci2010-09-161-0/+20
|
* - Update to 1.44.05nivit2010-09-162-4/+4
|
* A small note taking program for the terminal.amdmi32010-09-164-0/+47
| | | | | | | | | | | Tnote aims to be a small, quick and easy to use note taking app for the terminalsimilar to sticky style gui note taking apps such as Tomboy notes. WWW: http://sourceforge.net/projects/tnote/ PR: 148935 Submitted by: ports@c0decafe.net
* VisualBoyAdvance-M is an emulator of the Game Boy, Super Game Boy,amdmi32010-09-167-0/+125
| | | | | | | | | | | Game Boy Color, and Game Boy Advance. The -M fork is a collection of community patches to the original VisualBoyAdvance. It includes an option GTK frontend. WWW: http://vba-m.com/ PR: 144064 Submitted by: okeeblow <root@cooltrainer.org>
* Update to 4.0.2makc2010-09-164-126/+20
|
* Fix mangled commit - no, I have no idea why this happened.ade2010-09-1612-390/+0
|
* Update to 2.1.1jpaetzel2010-09-164-905/+750
| | | | | | | | Add OPTIONs to install optional software PR: ports/150577 Submitted by: Josh Paetzel <jpaetzel@FreeBSD.org> Approved by: Denis Pokataev <catone@cpan.org>
* Update to 0.2.1makc2010-09-163-5/+6
|
* Update to 1.5.5makc2010-09-162-4/+4
| | | | | PR: ports/150587 Submitted by: David Naylor (maintainer)
* Update to 1.2.2makc2010-09-162-4/+4
| | | | | PR: ports/150586 Submitted by: David Naylor (maintainer)
* Autotools update. Read ports/UPDATING 20100915 for details.ade2010-09-16677-1462/+5006
| | | | | Approved by: portmgr (for Mk/bsd.port.mk part) Tested by: Multiple -exp runs
* Mark DEPRECATED: abandoned upstream.marius2010-09-161-0/+3
| | | | Approved by: netchild
* remove empty filepgollucci2010-09-161-0/+0
|
* Update cdrtools to 3.00. For changes since 2.01 see:marius2010-09-1619-312/+329
| | | | | | | | | | | | ftp://ftp.berlios.de/pub/cdrecord/AN-3.00 Note that this breaks and obsoletes sysutils/cdrtools-cjk as mkisofs now employs iconv for character conversion. Consequently USE_CDRTOOLS=cjk and USE_CDRTOOLS together with WITH_CJK are now defunct and bsd.port.mk is expected to be updated by portmgr@ accordingly (PR 150362). PR: 127608, 149644 Approved by: netchild
* Fix build when CC definition contains spaces.makc2010-09-162-2/+2
| | | | | Reported by: Dominic Fandrey <kamikaze at bsdforen.de> Submitted by: Ganael Laplanche (maintainer)
* Update to 1.6.1makc2010-09-166-12/+12
|
* Distribute is intended to replace Setuptools as the standard methodnivit2010-09-166-0/+61
| | | | | | | | | | | | | for working with Python module distributions. The project has two goals: - Providing a backward compatible version to replace Setuptools and make all distributions that depend on Setuptools work as before, but with less bugs and behavioral issues. - Re-factoring the code, and releasing it in several distributions. This work is being done in the 0.7.x series but not yet released.
* Fix formatting while I'm here.skv2010-09-161-4/+4
|
* Duplicate of textproc/pootlejpaetzel2010-09-167-1204/+1
| | | | textproc/py-Pootle
* Update to 5.12.2skv2010-09-1613-12/+30
| | | | Changes: http://search.cpan.org/~jesse/perl-5.12.2/pod/perl5122delta.pod
* - Update to 2.1.18nivit2010-09-162-7/+13
| | | | - Add options WITH_AMAROK and WITH_TOTEM
* - Update to 1.9.2.9decke2010-09-153-8/+8
| | | | | Approved by: beat (co-mentor) Security: http://www.vuxml.org/freebsd/4a21ce2c-bb13-11df-8e32-000f20797ede.html
* - Add libxul as affected package to the latest mozilla entrydecke2010-09-151-0/+5
| | | | Approved by: beat (co-mentor)
* - Update to 0.2010.09.01gahr2010-09-154-24/+6
|
* - Update to 1.2.3pav2010-09-153-100/+117
| | | | | PR: ports/150580 Submitted by: Dan Langille <dan@langille.org> (maintainer)
* - Update to 0.1.2ashish2010-09-153-27/+79
| | | | | | | - Add LICENSE - Add new options for FFMPEG and POPPLER Approved by: tabthorpe (mentor)
* - Update to 2.7bapt2010-09-152-5/+5
| | | | | | | | - While here update MASTER_SITE to SAVANNAH macros PR: ports/150097 Submitted by: Anderson Eduardo <anderson _at_ secover.com.br> Approved by: maintainer timeout (18 days)
* SOCI is a database access library for C++ that makes the illusion of embeddingbapt2010-09-156-0/+126
| | | | | | | | | | | | SQL queries in the regular C++ code, staying entirely within the Standard C++. The idea is to provide C++ programmers a way to access SQL databases in the most natural and intuitive way. If you find existing libraries too difficult for your needs or just distracting, SOCI can be a good alternative. WWW: http://soci.sourceforge.net/ PR: ports/150527 Submitted by: Julien Laffaye <kimelto at gmail.com>
* - Update to 0.20jadawin2010-09-152-4/+4
| | | | | | | - Changelog: http://search.cpan.org/dist/WWW-Scraper-ISBN-Amazon_Driver/Changes PR: ports/150589 Submitted by: Frederic Culot <frederic _AT_ culot.org>
* - Update to 1.51jadawin2010-09-152-5/+5
| | | | | | | - Submitter is now maintainer PR: ports/150588 Submitted by: Frederic Culot <frederic _AT_ culot.org>
* - Update to 1.0.8pav2010-09-155-41/+99
| | | | | | | | - Handle permissions on log files - Run under www user PR: ports/149575 Submitted by: Diego Schulz <dschulz@gmail.com> (maintainer)
* - Update to 1.5nivit2010-09-153-6/+6
|
* - Update to 1.3pav2010-09-152-4/+4
| | | | | PR: ports/150575 Submitted by: User Sterling Camden <sterling@camdensoftware.com> (maintainer)
* - Update to 0.8.1nivit2010-09-153-23/+16
|
* - Add to "lisp" virtual categoryashish2010-09-154-14/+416
| | | | | | | | | - Install stumpish and other contrib stuff - Add LICENSE PR: ports/149397 Submitted by: Anonymous <swell.k at gmail.com> Approved by: tabthorpe (mentor)
* - Update to 1.0nivit2010-09-153-4/+28
| | | | - Install additional documentation
* - Update to 1.7beat2010-09-152-4/+4
| | | | Reported by: portscout
* - Add USE_BINUTILS knob that makes the build process use binutils from portpav2010-09-151-0/+17
| | | | | | | instead of the binutils in base PR: ports/149955 Submitted by: bf
* - Update to 20100913.r5387nivit2010-09-152-6/+6
|
* - update to 0.9.6.2:danger2010-09-152-4/+4
| | | | http://lists.unbit.it/pipermail/uwsgi/2010-September/000668.html
* - Update to 0.71jadawin2010-09-152-4/+4
|
* - Update to 1.1.2jadawin2010-09-152-5/+5
| | | | | PR: ports/150529 Submitted by: Sofian Brabez <sbrabez _AT_ gmail.com>
* - Update to 2.1bapt2010-09-153-686/+355
| | | | | | | | | | | | * major new release * most functions has been rewritten for speed and efficiency * -S deprecated * -I switched with -i * search improvements (using INDEX) * overall code clean-up PR: ports/150324 Submitted by: Andy Kosela <akosela _at_ andykosela.com> (maintainer)
* - Update 1.44.04nivit2010-09-152-4/+4
|
* - Update to 1.7.5nivit2010-09-152-4/+4
|
* Fix DOCSDIR in the manual and drop my maintainership.sumikawa2010-09-152-3/+6
| | | | Pointed out by Jim Long <james@umpquanet.com>
* - Update to 2.00ashish2010-09-152-4/+7
| | | | | | - Add LICENSE Approved by: tabthorpe (mentor)
* - Update to 0.07ashish2010-09-152-4/+6
| | | | | | - Add LICENSE Approved by: tabthorpe (mentor)
* - Update to 2.22.1.ashish2010-09-153-4/+10
| | | | Approved by: tabthorpe (mentor)
* - Update to 1.7ashish2010-09-152-4/+7
| | | | | | - Add LICENSE Approved by: tabthorpe (mentor)
* Update from project cvsache2010-09-152-42/+41
|
* - Use DATADIR instead of customized ADODB_DIRwen2010-09-153-211/+213
| | | | | | | | - Add LICENSE - Pass maintainership to submitter PR: ports/150534 Submitted by: Joe Horn <joehorn@gmail.com>
* - Use DATADIR instead of customized ADODB_DIRwen2010-09-154-206/+208
| | | | | | | | - Add LICENSE - Pass maintainership to submitter PR: ports/150533 Submitted by: Joe Horn <joehorn@gmail.com>
* Ports modules update at Wednesday 15 September 2010 at 00:21edwin2010-09-151-29/+5
| | | | Feature safe: yes
* Update to 2.3.2wxs2010-09-154-9/+22
| | | | Submitted by: tabmow@freenode.net (maintainer, private mail)
* - Fix typopgollucci2010-09-151-1/+1
|
* - Update to 2.5.2nivit2010-09-155-32/+38
| | | | | - Add options WITH_SPEEDUPS (on) and WITH_BABEL (off) - Remove files/patch-*
* - Update 1.7.2.1jacula2010-09-153-11/+18
| | | | | | | | - Add license PR: ports/149398 Submitted by: Glen Barber <glen.j.barber@gmail.com> (maintainer) Approved by: pgj (mentor)
* Change default samba versiongarga2010-09-151-2/+4
| | | | | | PR: ports/150570 Submitted by: garga@ Approved by: maintainer
* Connect openprefmakc2010-09-151-0/+1
|
* Add new port games/openpref:makc2010-09-154-0/+47
| | | | | | | | | | | | OpenPref is an open source implementation of European trick-taking game Preferans (also known as Preference). It is written using cross-platform Qt4 framework and is portable between many operating systems including Windows and major Unix flavours. WWW: http://openpref.sourceforge.net PR: based on ports/150509 Submitted by: Konstantin Tokarev <annulen at yandex.ru>
* Reset maintainer due to bounce emailgarga2010-09-151-1/+1
| | | | | | 550 550 5.1.1 <eike.bernhardt@gmx.de>... User is unknown Approved by: portmgr (pav)
* Change default samba version to 3.4garga2010-09-151-2/+4
| | | | | | PR: ports/150569 Submitted by: garga Approved by: maintainer
* Change default samba version to 3.4garga2010-09-151-2/+4
| | | | | | PR: ports/150564 Submitted by: garga@ Approved by: makc@ at irc
* Mark as deprecated and release maintainership.thierry2010-09-152-3/+8
| | | | Expiration date set to the end of the year.
* Change default samba version to 3.4garga2010-09-151-1/+4
| | | | | | PR: ports/150565 Submitted by: garga@ Approved by: maintainer
* - Update to 0.4.1beat2010-09-152-5/+5
| | | | | | | - Pass maintainership to submitter PR: ports/150532 Submitted by: Davide Italiano <davide.italiano AT gmail.com>
* Upgrade to 0.9.thierry2010-09-153-91/+171
|
* Change default samba version to 3.4 since 3.0 will be removed soongarga2010-09-151-2/+4
| | | | | | PR: ports/150568 Submitted by: garga@ Approved by: itetcu@ (maintainer)
* Update qtcurve ports to 1.6.0makc2010-09-158-16/+16
|
* Bump PORTREVISION for libdvdread dependantsmakc2010-09-1527-25/+27
|
* Accordingly update third party upstream_keepalive from 0.2 to 0.3.osa2010-09-154-8/+8
| | | | | | | | | | | | | | | Do not bump PORTREVISIONs. <ChangeLog> *) Bugfix: cached connections might be closed needlessly. Thanks to Martin Fjordvald. *) Bugfix: in memory allocation error handling on config creation. </ChangeLog> This commit is dedicate to my sister's birthday.
* Update to 4.1.4.r1217makc2010-09-158-42/+65
| | | | | PR: ports/150450 Submitted by: Ganael Laplanche (maintainer)
* - Add optional SAMBA_PORT var and point it as default to net/samba34garga2010-09-155-11/+21
| | | | - Bump necessary PORTREVISION
* - Add optional SAMBA_PORT var and point it as default to samba 3.4garga2010-09-152-4/+8
| | | | - Bump PORTREVISION
* Last commit needs a bump on PORTREVISIONgarga2010-09-151-1/+1
|
* Add optional var SAMBA_PORT and point default to version 3.4garga2010-09-151-1/+3
|
* - update RUN_DEPENDS to samba34dinoex2010-09-151-1/+1
|
* - Fix libdevinfo link in KInfoCenter.avilla2010-09-154-2/+4
| | | | | | | - Bump PORTREVISION. PR: ports/150385 Approved by: tabthorpe (mentor)
* - remove port epoch quickly before anyone gets itpgollucci2010-09-151-1/+0
| | | | | PR: ports/150560 Submitted by: Russell Jackson <raj@csub.edu> (maintainer)
* - Update to 2.6.1 (release)pgollucci2010-09-152-4/+5
| | | | | PR: ports/150560 Submitted by: Russell Jackson <raj@csub.edu> (maintainer)
* Mark as DEPRECATED ans set EXPIRATION_DATE for 1 month. It depends of net-snmp4garga2010-09-151-0/+3
| | | | | | that will be removed soon Approved by: portmgr (pav)
* - Fix build when alternate LOCALBASE used.tdb2010-09-151-1/+2
|
* Fix build issue which is inclusion of already installed header.nork2010-09-151-2/+2
| | | | Approved by: Pavel I Volkov pol at opk ru (maintainer)
* - Fix compile time warningsashish2010-09-155-19/+342
| | | | | | | | | - Mark as MAKE_JOBS_SAFE - Refactor Makefile to avoid custom do-build/do-install targets - Add LICENSE Submitted by: mi@ via private email Approved by: tabthorpe(mentor)
* - Update to 0.0.6pre17garga2010-09-153-8/+14
| | | | | | PR: ports/150161 Submitted by: garga@ Approved by: maintainer timeout (2 weeks)
* Remove expired portgarga2010-09-145-49/+1
| | | | 2010-02-16 net/csup: is already included in base system of all supported releases
* - Update details for "editors/emacs-devel" to Emacs 24.x.ashish2010-09-141-4/+4
| | | | | Submitted by: ashish Approved by: tabthorpe (mentor)
* Add two missing files when LDAP knob is on. No need to bump PORTREVISION as itwxs2010-09-141-0/+2
| | | | defaults to off.
* - Update to 0.25wen2010-09-142-4/+4
|
* Don't rebuild manpages, if xmlto is installed.ale2010-09-141-1/+2
| | | | Drop maintainership.
* New port: The vblade is the virtual EtherDrive (R) blade, a program thatfjoe2010-09-145-0/+68
| | | | | | | | | | | makes a seekable file available over an ethernet local area network (LAN) via the ATA over Ethernet (AoE) protocol. The seekable file is typically a block device like /dev/md0 but even regular files will work. Sparse files can be especially convenient. When vblade exports the block storage over AoE it becomes a storage target. Another host on the same LAN can access the storage if it has a compatible aoe kernel driver.
* New port: FreeBSD driver for ATA over Ethernet (AoE)fjoe2010-09-149-0/+233
| | | | | | | | | Port author is Stacey D. Son. Two additional patches are added: - a patch to fix build on FreeBSD 7 and later [1] - a patch to fix device detection >2TB [2] Submitted by: pluknet [1], fjoe [2] Tested by: George Mamalakis
* DEPRECATE it and set EXPIRATION_DATE to 1 month, it depends of p5-P4-Client,garga2010-09-141-0/+3
| | | | which is deprecated too
* Remove ports with EXPIRATION_DATE setgarga2010-09-1472-1141/+15
| | | | | | | | | | | | | | | | | | 2010-08-31 multimedia/vlconwooztalk: wooztalk website not responding as of 20100731 2010-08-31 net-im/wooztalk: wooztalk website not responding as of 20100731 2009-12-31 russian/php_doc: Support for the Russian translation of the PHP manual seems to have stopped 2010-01-15 sysutils/ipmi-kmod: in base system since 6.2-RELEASE 2010-08-31 www/p5-Plack-Server-AnyEvent: yes 2010-08-31 www/xpi-dailymotiononwooztalk: wooztalk website not responding as of 20100731 2010-08-31 www/xpi-deezeronwooztalk: wooztalk website not responding as of 20100731 2010-08-31 www/xpi-firefoxonwooztalk: wooztalk website not responding as of 20100731 2010-08-31 www/xpi-googlevideoonwooztalk: wooztalk website not responding as of 20100731 2010-08-31 www/xpi-imeemonwooztalk: wooztalk website not responding as of 20100731 2010-08-31 www/xpi-jiwaonwooztalk: wooztalk website not responding as of 20100731 2010-08-31 www/xpi-lastfmonwooztalk: wooztalk website not responding as of 20100731 2010-08-31 www/xpi-vimeoonwooztalk: wooztalk website not responding as of 20100731 2010-08-31 www/xpi-youtubeonwooztalk: wooztalk website not responding as of 20100731 2010-07-01 x11/chameleon: No longer under development, master site disappeared years ago