aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* - Upgrade to 0.23.kuriyama2011-08-062-5/+5
|
* - Fixed build under clang, no other changes.db2011-08-069-0/+215
|
* - Update to 0.4.2wen2011-08-062-3/+3
|
* - Update MASTER_SITES and WWWwen2011-08-062-25/+39
| | | | | | | | | - Support USE_TK_WRAPPER - Support INSTALL_ICONS - Remove DEPRECATED lines PR: ports/159489 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* - Update to 0.022wen2011-08-062-4/+4
| | | | | ChangeLog: http://cpansearch.perl.org/src/WYANT/Astro-SIMBAD-Client-0.022/Changes - Reset maintainer to perl@
* Ports modules update at Saturday 06 August 2011 at 00:09edwin2011-08-061-1/+6
| | | | Feature safe: yes
* - Fix plugin arg parsing (-e).nox2011-08-062-0/+12
| | | | - Bump PORTREVISION.
* Install the correct license file and fix English font names.jkim2011-08-063-6/+6
|
* Nanum Gothic Coding font family is free Hangul fonts developed byjkim2011-08-066-0/+161
| | | | | | | NHN Corporation and distributed under SIL Open Font License (OFL). This font was specifically designed for Hangul terminals. WWW: http://dev.naver.com/projects/nanumfont
* The ring.nict.co.jp server has a CPAN tree, but it's empty.dougb2011-08-061-4/+1
| | | | Per http://www.ring.gr.jp/, "ring.riken.jp left the project on Apr. 30"
* - Add sleeptimer plugin.nox2011-08-061-0/+5
| | | | - Bump PORTREVISION.
* Replace PREFIX with LOCALBASE in few places.jkim2011-08-061-3/+3
|
* Nanum font family is free Hangul fonts developed by NHN Corporationjkim2011-08-067-0/+187
| | | | | | and distributed under SIL Open Font License (OFL). WWW: http://hangeul.naver.com/
* http://www.linuxtv.org/vdrwiki/index.php/Sleeptimer-pluginnox2011-08-066-0/+73
| | | | | | | Shutdown vdr, mute or execute a custom command after a configurable timespan. User keys and keymacros.conf are supported. WWW: http://projects.vdr-developer.org/projects/plg-sleeptimer
* Date::Business provides the functionality to perform simple date manipulationspgollucci2011-08-065-0/+38
| | | | | | | | | | | | quickly. Support for calendar date and business date math is provided. Business dates are weekdays only. Adding 1 to a weekend returns Monday, subtracting 1 returns Friday. The difference in business days between Friday and the following Monday (using the diffb function) is one business day. The number of business days between Friday and the following Monday (using the betweenb function) is zero.
* Register conflict between xpdf and poppler-utils.kwm2011-08-052-0/+4
|
* - update to 1.4.8dinoex2011-08-053-7/+6
|
* - update to 1.5.1dinoex2011-08-052-6/+6
|
* - Update to 2.9.1culot2011-08-053-3/+58
| | | | | | - Add LICENSE (BSD) Changes: http://git.calcurse.org/calcurse.git/tree/NEWS?h=maint
* A pointyhat goes to db@xride2011-08-052-6/+6
| | | | Fixed Makefile and distfile.
* - Add a new port: graphics/py-blockdiagtota2011-08-055-0/+322
| | | | | | | | | | `blockdiag` generate block-diagram image file from spec-text file. Features * Generate block-diagram from dot like text (basic feature). * Multilingualization for node-label (utf-8 only). WWW: http://blockdiag.com/blockdiag/build/html/
* - update MASTER_SITEdinoex2011-08-051-1/+1
| | | | | PR: 159504 Submitted by: Dr Josef L P Karthauser
* Update to 0.56.tobez2011-08-052-4/+4
| | | | Changes: http://search.cpan.org/dist/DBIx-Perlish/Changes
* - Add a new port: graphics/py-webcolorstota2011-08-055-0/+54
| | | | | | | | | | | | | | | | | | | | | | This module provides utility functions for working with the color names and color value formats defined by the HTML and CSS specifications for use in documents on the Web. Support is included for the following formats (RGB colorspace only; conversion to/from HSL can be handled by the ``colorsys`` module in the Python standard library): * Specification-defined color names * Six-digit hexadecimal * Three-digit hexadecimal * Integer rgb() triplet * Percentage rgb() triplet WWW: https://bitbucket.org/ubernostrum/webcolors/overview/
* - Add a new port: devel/py-funcparserlibtota2011-08-055-0/+82
| | | | | | | | | | | | | | | | | | | | | | | | Parser combinators are just higher-order functions that take parsers as their arguments and return them as result values. Parser combinators are: * First-class values * Extremely composable * Tend to make the code quite compact * Resemble the readable notation of xBNF grammars Parsers made with funcparserlib are pure-Python LL(*) parsers. It means that it's very easy to write them without thinking about look-aheads and all that hardcore parsing stuff. But the recursive descent parsing is a rather slow method compared to LL(k) or LR(k) algorithms. So the primary domain for funcparserlib is parsing little languages or external DSLs (domain specific languages). The library itself is very small. Its source code is only 0.5 KLOC, with lots of comments included. It features the longest parsed prefix error reporting, as well as a tiny lexer generator for token position tracking. WWW: http://code.google.com/p/funcparserlib/
* - Update to 1.0.4tota2011-08-052-4/+3
|
* - update to 1.0.16dinoex2011-08-052-3/+3
|
* - update to 10.35.81dinoex2011-08-052-6/+3
|
* Add latest patches to msp430-binutils and msp430mcu.lev2011-08-058-44/+39
|
* - Update to 2.2.26jlaffaye2011-08-052-5/+5
| | | | | | | - Move LICENSE earlier PR: ports/159527 Submitted by: Pierre Guinoiseau <geekounet@poildetroll.net> (maintainer)
* Update to 1.0.3mm2011-08-052-3/+3
|
* Update to 1.1.2mm2011-08-052-3/+3
|
* Update broken/outdated WWW entries. Remove those where no alternate source wasehaupt2011-08-0517-35/+4
| | | | found.
* - Update to 0.43culot2011-08-052-3/+3
| | | | Changes: http://search.cpan.org/dist/IO-Async/Changes
* - Update to 0.4.2, bugfix release.vsevolod2011-08-052-3/+3
|
* Add vifs and vihostupdate tools to the install listzi2011-08-052-0/+5
| | | | | | | | Bump PORTREVISION PR: ports/159513 Submitted by: Hideo Matsumoto <hideo-m@pekeq.com> Approved by: wxs (mentor)
* remove graphics/leptonlib; connect graphics/leptonica to build;bf2011-08-059-108/+3
| | | | | | add a MOVED entry; adjust a dependent port PR: 158572
* - Temporary remove SF mirrors from MASTER_SITES, keep my mirrorsfluffy2011-08-052-4/+4
| | | | Seems libe author published latest revisions only in own blog
* Fix pkg-plist.romain2011-08-051-0/+2
| | | | Reported by: pointyhat
* forced commit to mark the repocopy of graphics/leptonlibbf2011-08-050-0/+0
| | | | | | to graphics/leptonica PR: 158572
* - Add the pthread library to the pkg-config "libs" optiongahr2011-08-052-0/+2
|
* revert to less concise expressionbf2011-08-051-1/+1
| | | | Requested by: sunpoet
* remove a problematic mirror, based upon repeatedbf2011-08-052-2/+0
| | | | distilator NXDOMAIN results
* update to 5.25.0bf2011-08-053-5/+14
|
* Ports modules update at Friday 05 August 2011 at 08:27edwin2011-08-051-207/+17
| | | | Feature safe: yes
* - Update to 1.7.28gahr2011-08-053-3/+18
|
* - Update to 15.6.3ehaupt2011-08-052-4/+5
| | | | - Pacify portlint by moving the LICENSE
* Upgrade to 3.5.1.vanilla2011-08-052-4/+4
|
* Fix build with clangrene2011-08-051-0/+5
| | | | | PR: ports/159328 Submitted by: maintainer
* - Update to 2011.08.04sunpoet2011-08-052-3/+3
|
* - Update to 20110805sunpoet2011-08-052-3/+3
|
* - Mark BROKEN and DEPRECATEDbeech2011-08-051-1/+5
| | | | Approved by: nick@rogness.net (maintainer)
* add CONFLICTS with www/node-devel.vanilla2011-08-052-0/+4
|
* Upgrade to 0.5.3.vanilla2011-08-0510-64/+85
| | | | | PR: ports/159410 Submitted by: maintainer
* - Add PORTSCOUTsunpoet2011-08-051-0/+2
|
* Mark broken on sparc64: does not link.linimon2011-08-051-0/+5
|
* Fix build on 8.2/i386.vanilla2011-08-054-0/+115
| | | | Submitted by: paulbeard at gmail.com, dougb@
* - Upgrade to 2.0.18:kuriyama2011-08-053-34/+8
| | | | | | | | | | | | | | | - Support the SSH confirm flag and show SSH fingerprints in ssh related pinentries. - Improved dirmngr/gpgsm interaction for OCSP. - Allow generation of card keys up to 4096 bit. - Improve for port: - Remove patch that was incorporated into this release. - Remove redundant BUILD_DEPENDS. - Patching should be done in a -patch target. Silence the REINPLACE. Submitted by: dougb PR: ports/159520
* - Fix build with Ruby 1.9swills2011-08-051-3/+3
| | | | With hat: ruby@
* update to 2011-08-04bf2011-08-052-5/+5
| | | | Approved by: araujo
* fix WITH_DVI_MANUALSbf2011-08-051-1/+3
| | | | Reported by: Anton Shterenlikht, Benjamin Stier
* Upgrade to version 2.2.4 -- now under a BSD-like license.obrien2011-08-054-88/+96
| | | | | PR: 159079 Submitted by: sunpoet
* Reset maintainership and deprecate some korean ports with no more publicjkim2011-08-052-2/+8
| | | | | | distfiles. Discussed with: cjh
* Update to rpm 4.9.1.1 (bugfix release)johans2011-08-052-4/+4
|
* - Update to 1001:amdmi32011-08-056-26/+77
| | | | | | | | | | | - Added support for GBA cheats - Added RTC support - Added vba-over.ini support - Added internationalization support - Added 7zip support PR: 159387 Submitted by: Nicole Reid <root@cooltrainer.org> (maintainer)
* Update Wolfpack Empire to 4.3.28johans2011-08-052-3/+3
|
* update to 5.08; remove a problematic mirrorbf2011-08-052-4/+3
|
* Fix the fixitetcu2011-08-051-1/+1
|
* Fix port after I moved '-devel' to PKGNAMESUFFIX.itetcu2011-08-051-4/+4
| | | | Reported by: bapt@
* Update to 1.4.9rene2011-08-053-23/+3
| | | | Changelog: http://www.ros.org/wiki/ROS/ChangeList/1.4
* Update my ICBM coordinates.xride2011-08-051-1/+1
|
* Port upgrade to 1.08xride2011-08-052-8/+11
| | | | | PR: ports/150240 Submitted by: Rodrigo OSORIO <rodrigo@bebik.net>
* - Update to 4.4gahr2011-08-043-3/+5
| | | | | in NG4.4 a new feature to selectively remove nodes (refers to, referred from) from the xrefpane was added
* - Update to 2.0202swills2011-08-043-5/+8
| | | | Changes: http://cpansearch.perl.org/src/DOY/Moose-2.0202/Changes
* Update to 1.4(0), unbreak.tobez2011-08-042-5/+5
| | | | Changes: http://search.cpan.org/dist/Convert-UUlib/Changes
* - Update to 3.6.0gahr2011-08-048-404/+500
| | | | Release notes: http://tulip.labri.fr/TulipDrupal/?q=node/1541
* - Adjust WWW line with link to new author's sitefluffy2011-08-041-1/+1
|
* - Update to 0.99.22wen2011-08-044-18/+22
| | | | | PR: ports/159490 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* - Update to 1.0.7wen2011-08-042-4/+4
| | | | | ChangeLog: http://cpansearch.perl.org/src/PRATZLAFF/Astro-FITS-CFITSIO-1.07/ChangeLog - Reset maintainer to perl@
* - fix build on non-default LOCALBASEitetcu2011-08-043-8/+22
| | | | | | | | | | | | - use global CFLAGS picking up any += modifications from make.conf / etc. - strip binaries based on STRIP either explicitly or as part of WITH_DEBUG|DEBUG_FLAGS - silence warning about ServerExtraDefines redefinition on amd64 - regen newline in vnclibs.def patch (fixes editing in emacs) - pet portlint PR: 157930 Submitted by: Pan Tsu <inyaoo@gmail.com>
* Update to the official 3.10.0 releaseitetcu2011-08-043-8/+13
| | | | MFC: 1 day
* - Update to 1.3.0culot2011-08-043-17/+21
| | | | | | | | - Add LICENSE (GPLv2 or GPLv3) PR: ports/158454 Submitted by: Kato Tsuguru <tkato432@yahoo.com> Approved by: Aldis Berjoza <aldis@bsdroot.lv> (maintainer, via email)
* False positive: undeprecatebapt2011-08-041-3/+0
| | | | Reported by: gahr@
* - Update WWW: linetota2011-08-041-1/+1
|
* - Add WWW: linetota2011-08-041-0/+2
|
* Fix patch to avoid creating useless directory.romain2011-08-041-2/+4
| | | | Reported by: pointyhat
* Add a upstream patch that revert a patch that was committed for 2.24.5. Thiskwm2011-08-042-1/+52
| | | | | | | | | patch causes issues for some GTK applications like freeciv (the main map stays black). PR: ports/159510 Submitted by: scf@ Obtained from: GTK git
* Update from 1.0.5 to 1.1.0.osa2011-08-044-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | <ChangeLog> *) Feature: cache loader run time decrease. *) Feature: "loader_files", "loader_sleep", and "loader_threshold" options of the "proxy/fastcgi/scgi/uwsgi_cache_path" directives. *) Feature: loading time decrease of configuration with large number of HTTPS sites. *) Feature: now nginx supports ECDHE key exchange ciphers. Thanks to Adrian Kotelba. *) Feature: the "lingering_close" directive. Thanks to Maxim Dounin. *) Bugfix: in closing connection for pipelined requests. Thanks to Maxim Dounin. *) Bugfix: nginx did not disable gzipping if client sent "gzip;q=0" in "Accept-Encoding" request header line. *) Bugfix: in timeout in unbuffered proxied mode. Thanks to Maxim Dounin. *) Bugfix: memory leaks when a "proxy_pass" directive contains variables and proxies to an HTTPS backend. Thanks to Maxim Dounin. *) Bugfix: in parameter validaiton of a "proxy_pass" directive with variables. Thanks to Lanshun Zhou. *) Bugfix: SSL did not work on QNX. Thanks to Maxim Dounin. *) Bugfix: SSL modules could not be built by gcc 4.6 without --with-debug option. </ChangeLog>
* Update to 4.0.2mm2011-08-044-8/+8
| | | | Change maintainer to horde@FreeBSD.org
* Update to 3.0.3mm2011-08-042-3/+3
|
* Update to 3.0.6mm2011-08-042-3/+3
|
* Update to 3.0.2mm2011-08-042-3/+3
|
* Update to 4.0.8mm2011-08-042-3/+3
|
* Update to 2.0.4mm2011-08-042-3/+3
|
* Update to 3.0.5mm2011-08-042-3/+3
|
* Update to 1.0.10mm2011-08-042-3/+3
|
* Update to 5.0.9mm2011-08-042-3/+3
|
* Update to 1.0.2mm2011-08-042-3/+3
|
* - Update to 1.3.1 [1]culot2011-08-042-5/+5
| | | | | | | - Pet portlint(1) by moving LICENSE section earlier PR: ports/159486 [1] Submitted by: Kato Tsuguru <tkato432@yahoo.com>
* - Fix bashism in the configure script that works on FreeBSD 9 but not 8 (or ↵beech2011-08-041-0/+2
| | | | | | | presumably 7). PR: ports/159406 Submitted by: Rob Farmer <rfarmer@predatorlabs.net> (maintainer)
* - Update to 4amdmi32011-08-043-13/+13
|
* - Update to 0.6.0amdmi32011-08-047-111/+138
| | | | | PR: 156344 Submitted by: David Demelier <demelier.david@gmail.com>
* - Update to 0.9.3amdmi32011-08-043-122/+56
|
* - Update to 0.21wen2011-08-042-3/+3
| | | | | | PR: ports/158150 Submitted by: Jin-Sih Lin <linpct@gmail.com> Approved by: maintainer(timeout, >40 days)
* - Update to 0.4.2wen2011-08-043-7/+9
| | | | | | | | - Add LICENSE - Remove whitespace in pkg-descr PR: ports/158730 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
* devel/arduino: fix two issuesrea2011-08-041-4/+6
| | | | | | | | | | | | - use realpath instead of 'readlink -f': support of "-f" is the recent addition, so realpath will work in more FreeBSD versions; - add missing "-e" to the REINPLACE_CMD and get rid of .bak file creation. PR: ports/158832 Approved-by: Warren Block <wblock@wonkity.com> (maintainer), garga (mentor) Feature-safe: yes
* - Update to 0.36wen2011-08-043-3/+9
| | | | | PR: ports/158634 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
* - Update to hamlib 1.2.14db2011-08-043-5/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | From release e-mail: The Hamlib team announces the release of Hamlib 1.2.14, the first since adopting a timed release schedule of 1 Feb and 1 Aug each year. Changes since 1.2.13 include: * New models: SigFox Transfox, TH-D72A, IC-7410, IC-9100, IC-R9500, KX3, V4L2 API support (untested), * New rotator backends: IF-100, TS-7400 * Fixes and features: K3/KX3, Build Win32 from script, rigctld/rotctld ported to Mingw32, Win32 build fixes, remove obsolete bundled libtool files, rigctl improvements, FUNcube string test (works with V0.0 and V1.0), Yaesu newcat.c fixed to use rig->state.current_vfo to store vfo value, add a command to halt rigctld, select PTT source in Kenwood backends (TS-590S), make sure scan is stopped at IC-9000 opening, thd72 get channel data (alpha). For a complete log of changes to Hamlib 1.2.14, please visit: http://hamlib.git.sourceforge.net/git/gitweb.cgi?p=hamlib/hamlib;\ a=shortlog;h=refs/heads/Hamlib-1.2.14
* - Update MASTER_SITES and WWWwen2011-08-042-6/+2
| | | | | | | - Remove DEPRECATED lines PR: ports/159472 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* - Update to 0.8.1 and unbreak build on HEAD.jkim2011-08-049-45/+58
| | | | | - Add LICENSE and chase project URL change. - Reset maintainership due to long inactivity.
* - Update to 2.1.1wen2011-08-042-3/+3
|
* - Fix plistpav2011-08-042-10/+3
| | | | | | - While here, drop 6.X conditional Reported by: pointyhat
* remove firefox35 support from bsd.gecko.mkflo2011-08-041-6/+4
|
* remove firefox35 from the treeflo2011-08-0438-2827/+2
| | | | | 2011-08-01 www/firefox35: Upstream support dropped. Please consider using www/firefox instead. 2011-08-01 www/firefox35-i18n: Upstream support dropped. Please consider using www/firefox-i18n instead.
* - Mark BROKEN: does not linkpav2011-08-041-0/+2
| | | | | | ./.libs/libkazehakase.so: undefined reference to `gcry_control' Reported by: pointyhat
* - Fix a security vulnerability (CVE-2008-2383).jkim2011-08-045-2/+505
| | | | | | - Fix iconv related crashes on 64-bit platforms. - Add pseudo UTF-8 support. - Chase project URL change.
* - Update to 3.1.0tota2011-08-043-124/+51
|
* Update MASTER_SITES and WWW entry to new project locationjohans2011-08-042-2/+2
|
* Gcursor is no longer maintained by upline.cy2011-08-042-1/+1
|
* Gcursor is unmaintained by upline (Ubuntu).cy2011-08-046-137/+0
|
* Restore the possibility to define EXTRA_COMPILERS which must reside in $PATH.ehaupt2011-08-042-1/+3
| | | | | PR: 158888 Submitted by: Pan Tsu <inyaoo@gmail.com>
* Update to 1.1.8.romain2011-08-042-4/+4
|
* - Update to 2.2 and undeprecate.jkim2011-08-049-869/+40
| | | | | | | | - Modernize the port and update the project URL. - Clarify the license. This font family was relicensed under BSD/X11 license and open-sourced by the original author in 2002. Later it was forked and now maintained by Baekmuk Project under BSD license. - Use vendor supplied fonts.dir and fonts.scale instead of our local copies.
* Correct MASTER_SITES for eboard-extrasjohans2011-08-041-2/+6
|
* - Update to 0.24swills2011-08-042-3/+3
| | | | Changes: http://cpansearch.perl.org/dist/CPAN-Reporter-Smoker/Changes
* - Update to 0.020swills2011-08-042-3/+3
| | | | Changes: http://cpansearch.perl.org/dist/Metabase-Fact/Changes
* Update to 1.5.2ehaupt2011-08-042-3/+3
|
* - Update location of project homepage to new URLjohans2011-08-041-4/+1
| | | | - Remove name of old maintainer from pkg-descr
* Fix WWW project homepagejohans2011-08-041-1/+1
|
* - Remove antlr2-python-runtime by maintainer's request: the port is not ↵amdmi32011-08-035-50/+0
| | | | | | needed since it's contained in devel/antlr Submitted by: arrowdodger <6yearold at gmail.com> (maintainer)
* - Update to 1.5nivit2011-08-033-234/+583
| | | | - Install bytecode of all Python files under ${DATADIR}/tool/bin
* - Update to 2.14.2gahr2011-08-032-4/+3
| | | | | | We are happy to announce the release of LilyPond 2.14.2. This fixes a few minor bugs in the stable version, and should cause no problems. We recommend that everybody upgrade to this version.
* - Fix WWW in pkg-descrgahr2011-08-032-2/+2
| | | | Reported by: http://people.freebsd.org/~ehaupt/distilator/badwww.html
* - Deprecate, website has disappearedgahr2011-08-033-0/+9
|
* Make fetchable again by update to 0.16.kwm2011-08-033-5/+36
|
* - Update to version 1.62, the latest to datedanfe2011-08-033-828/+1208
| | | | | - Unbreak and undeprecate - Define LICENSE (CDDL) and cleanup the port
* - Update to 20110803culot2011-08-032-3/+3
| | | | | PR: ports/159408 Submitted by: Matthew Luckie <mjl@luckie.org.nz> (maintainer)
* - Update to 20110803sunpoet2011-08-032-3/+3
|
* - fix typo that caused failure to installgahr2011-08-031-2/+2
| | | | | | | - bump portrevision PR: 159407 Submitted by: Andrei Lavreniyuk <andy.lavr@gmail.com>
* Removing old ruby stuffbapt2011-08-03207-3970/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2011-08-03 comms/ruby-serialport: Doesn't work with Ruby 1.9 2011-08-03 databases/ruby-search-namazu: Doesn't work with Ruby 1.9 2011-08-03 databases/ruby-sqlite: Doesn't work with Ruby 1.9 2011-08-03 databases/rubygem-kirbybase: Doesn't work with Ruby 1.9 2011-08-03 devel/ruby-eet: Doesn't work with Ruby 1.9 2011-08-03 devel/ruby-filelock: Doesn't work with Ruby 1.9 2011-08-03 devel/ruby-filemagic: Doesn't work with Ruby 1.9 2011-08-03 devel/ruby-metaruby: Doesn't work with Ruby 1.9 2011-08-03 devel/ruby-poll: Doesn't work with Ruby 1.9 2011-08-03 devel/ruby-rrb: Doesn't work with Ruby 1.9 2011-08-03 devel/ruby-strongtyping: Doesn't work with Ruby 1.9 2011-08-03 devel/ruby-textbuf: Doesn't work with Ruby 1.9 2011-08-03 graphics/ruby-graph: Doesn't work with Ruby 1.9 2011-08-03 graphics/ruby-libpng: Doesn't work with Ruby 1.9 2011-08-03 japanese/ruby-kakasi: Doesn't work with Ruby 1.9 2011-08-03 lang/ruby-extensions: Doesn't work with Ruby 1.9 2011-08-03 lang/ruby-lua: Doesn't work with Ruby 1.9 2011-08-03 lang/ruby-perl: Doesn't work with Ruby 1.9 2011-08-03 mail/ruby-tmail: Doesn't work with Ruby 1.9 2011-08-03 math/ruby-bitset: Doesn't work with Ruby 1.9 2011-08-03 math/ruby-bitvector: Doesn't work with Ruby 1.9 2011-08-03 math/ruby-gmp: Doesn't work with Ruby 1.9 2011-08-03 net/ruby-mpi: Doesn't work with Ruby 1.9 2011-08-03 net/ruby-nis: Doesn't work with Ruby 1.9 2011-08-03 net/ruby-pcap: Doesn't work with Ruby 1.9 2011-08-03 net/ruby-romp: Doesn't work with Ruby 1.9 2011-08-03 net/ruby-spread: Doesn't work with Ruby 1.9 2011-08-03 print/ruby-pdflib: Doesn't work with Ruby 1.9 2011-08-03 security/ruby-aes: Doesn't work with Ruby 1.9 2011-08-03 security/ruby-blowfish: Doesn't work with Ruby 1.9 2011-08-03 security/ruby-cast_256: Doesn't work with Ruby 1.9 2011-08-03 security/ruby-mcrypt: Doesn't work with Ruby 1.9 2011-08-03 security/ruby-pam: Doesn't work with Ruby 1.9 2011-08-03 sysutils/ruby-log4r: Doesn't work with Ruby 1.9 2011-08-03 textproc/ruby-csv: Doesn't work with Ruby 1.9 2011-08-03 textproc/ruby-formvalidator: Doesn't work with Ruby 1.9 2011-08-03 textproc/ruby-gdome: Doesn't work with Ruby 1.9 2011-08-03 textproc/ruby-htmltools: Doesn't work with Ruby 1.9 2011-08-03 textproc/ruby-nqxml: Doesn't work with Ruby 1.9 2011-08-03 textproc/ruby-quixml: Doesn't work with Ruby 1.9 2011-08-03 textproc/ruby-raspell: Doesn't work with Ruby 1.9 2011-08-03 textproc/ruby-tempura: Doesn't work with Ruby 1.9 2011-08-03 textproc/ruby-xtemplate: Doesn't work with Ruby 1.9 2011-08-03 www/ruby-tmpl: Doesn't work with Ruby 1.9
* Remove KAKASI option, as ruby-kakasi has expiredbapt2011-08-031-5/+1
|
* . Update to 1.4.11.glewis2011-08-035-17/+24
| | | | . Add an OPTIONS setting to turn on function pointer support.
* . s/function/funcname/ where function was used as a variable name sinceglewis2011-08-038-5/+419
| | | | | it's potentially a reserved word with newer versions of DGD. . Bump PORTREVISION for this change.
* Deprecate some perl@ ports that disappared from CPANbapt2011-08-0311-0/+33
|
* Fix master_sitesbapt2011-08-032-0/+2
|
* mark BROKEN: does not fetchbapt2011-08-035-0/+14
|
* Actuall commit the build fix patch. (doh!)nox2011-08-031-0/+11
|
* Assign to new volunteer.linimon2011-08-034-4/+4
| | | | | PR: ports/159394 Submitted by: ports@eitanadler.com
* - Fix build after xmlto(?) update.nox2011-08-031-4/+2
| | | | | - Unmark BROKEN. - Pet portlint.
* - Fix formattingsunpoet2011-08-031-2/+2
| | | | Submitted by: obrien@
* - Remove defunct WWWsunpoet2011-08-031-2/+0
| | | | | PR: ports/159400 Submitted by: gjb (maintainer)
* Fix build on clang.vanilla2011-08-031-1/+1
| | | | Submitted by: clsung@ (maintainer)
* This port is in the public domain.obrien2011-08-031-0/+5
|
* - Update to 0.9.5swills2011-08-032-3/+3
| | | | | PR: ports/159396 Submitted by: Jason Helfman <jhelfman@experts-exchange.com> (maintainer)
* Fix WWWzi2011-08-031-7/+7
| | | | | | Fix trailing whitespace Approved by: wxs (mentor)
* - Remove dead MASTER_SITES.wxs2011-08-031-5/+0
| | | | Noticed by: The Distilator
* Update to 1.0.5zi2011-08-032-3/+3
| | | | Approved by: wxs (mentor)
* Fix CATEGORIESzi2011-08-031-1/+1
| | | | Approved by: wxs (mentor)
* Update to 13.0.782.107rene2011-08-03100-2122/+960
| | | | | | | | | - default H.264 codecs to on [1] - drop ibus dependency, no longer needed [1] Submitted by: George Liaskos (patch updates, [1]) Obtained from: Chromium development repository Security: http://www.vuxml.org/freebsd/6887828f-0229-11e0-b84d-00262d5ed8ee.html
* Remove WWW entries from unmaintained ports that return 404 or where the domainehaupt2011-08-03173-346/+0
| | | | disappeared.
* Update to version 3.1.0dougb2011-08-034-80/+123
| | | | Submitted by: maintainer
* Gcursor has been resurrected and maintainership assumed.cy2011-08-031-1/+0
|
* Resurrection of gcursor.cy2011-08-031-0/+1
|
* Resurrect gcursor. Fix disfile source. Assume maintainership.cy2011-08-036-0/+137
|
* Props and gtkdiff have been restored and assuming maintainership.cy2011-08-031-2/+0
|
* Resurrected props.cy2011-08-031-0/+1
|
* gtkdiff has been resurrected.cy2011-08-031-0/+1
|
* Resurrect gtkdiff and assume maintainership of it.cy2011-08-034-0/+47
|
* Resurrect the XView application props and assume maintainership.cy2011-08-037-0/+99
|
* - Fix plistpav2011-08-031-0/+2
| | | | Reported by: pointyhat
* Unbreak by upgrading to version 4.9.1. Adopt.dougb2011-08-034-265/+270
|
* Fix master_sitebapt2011-08-031-3/+1
|
* Deprecate some port with no more public distfilesbapt2011-08-0313-0/+39
|
* - Update to 1.312 [1]culot2011-08-032-5/+6
| | | | | | | | | | - Make use of CPAN:USER macro [1] - Correct LICENSE (ART10 instead of ART20) - Pet portlint(1) by reordering LICENSE section Changes: http://search.cpan.org/dist/POE-Test-Loops/CHANGES PR: ports/159282 [1] Submitted by: Jase Thew <freebsd@beardz.net> (maintainer)
* Mark BROKEN: Does not fetchbapt2011-08-039-0/+18
|
* Fix master_sitebapt2011-08-0317-18/+17
|
* - Update to 0.20culot2011-08-032-3/+6
| | | | | | - Add LICENSE (Artistic 1 6 GPLv1) Changes: http://search.cpan.org/dist/Module-Load/CHANGES
* - Update to 0.07culot2011-08-032-3/+6
| | | | | | - Add LICENSE (Artistic 1 & GPLv1) Changes: http://search.cpan.org/dist/Net-DNS-Lite/Changes
* Deprecate: Broken for long, development ceasedbapt2011-08-031-0/+3
| | | | Approved by: novel@
* Fix Musepack dependency to look for mpcenc rather than mppenc.mandree2011-08-031-1/+1
| | | | | | This fixes the build with the MPP option enabled (non-default). Approved by: bapt (maintainer)
* Document new vulnerabilities for www/chromium ( < 13.0.782.107)rene2011-08-031-2/+99
| | | | | Obtained from: http://googlechromereleases.blogspot.com/ Security: CVE-2011-{2358-2361, 2782-2805, 2818-2819}
* - Update to 4.2culot2011-08-033-9/+9
| | | | | PR: ports/159383 Submitted by: Umeno Takashi <umeno@rr.iij4u.or.jp> (maintainer)
* - Unbreak by updating MASTER_SITES [1]culot2011-08-031-5/+3
| | | | | | | | - Pass maintainership to submitter [1] - Pet portlint(1) by moving DISTVERSIONSUFFIX earlier PR: ports/159385 [1] Submitted by: Aldis Berjoza <aldis@bsdroot.lv>
* Update to 2.6.1. Main changes:itetcu2011-08-0311-110/+74
| | | | | | | | | | | - IPv6 always compiled in (drop IPV6 option) - megatec and megatec_usb drivers replaced by blazer_ser and blazer_usb. - liebertgxt2 renamed to liebert-esp2 - s/PREFIX/LOCALBASE/ for gd includes/libs (grrr!) - add OPTIONal bash completion PR: 152866 [1], 157925 [2], Submitted by: John Bayly <freebsd.ports@tipstrade.net> [1], lev@ [2]
* Deprecate some ports where I can't find distfiles and upstreambapt2011-08-03139-0/+417
|
* Mark BROKEN: Does not fetchbapt2011-08-032-0/+4
|
* Fix master_sitebapt2011-08-031-1/+1
|
* Mark BROKEN: Does not fetchbapt2011-08-0314-0/+28
|
* Fix master_sitebapt2011-08-0324-36/+24
|
* Improve port descriptiondanfe2011-08-031-16/+17
|
* - make maven binary executablegahr2011-08-021-0/+4
|
* - Fix MASTER_SITEStota2011-08-021-3/+2
| | | | - Unbreak
* Oops It was already marked as broken for the same reasonbapt2011-08-021-2/+0
|
* Update master_sitebapt2011-08-029-10/+9
|
* Mark BROKEN: Does not fetchbapt2011-08-0221-0/+42
|
* - Update to 1.242culot2011-08-022-3/+3
| | | | | PR: ports/159363 Submitted by: Tim Daneliuk <tren@tundraware.com> (maintainer)
* Use the canonical way to test for the presence of FreeBSD src files.linimon2011-08-021-7/+4
| | | | Approved by: maintainer
* - Update to 0.9.313 [1]culot2011-08-022-4/+5
| | | | | | | - Pet portlint(1) by moving LICENSE section earlier PR: ports/159368 [1] Submitted by: Nicolas de Bari Embriz <nbari@dalmp.com> (maintainer)
* - Update to 2011.07 [1]culot2011-08-023-10/+15
| | | | | | | - Pet portlint(1) by moving LICENSE section earlier PR: ports/159375 [1] Submitted by: Aliaksandr Zahatski <zahatski@gmail.com>
* Update master_sitebapt2011-08-021-1/+1
|
* Mark BROKEN: Does not fetchbapt2011-08-026-0/+12
|
* Update master_sitebapt2011-08-023-3/+3
|
* Resolve build error under 7.xzi2011-08-021-2/+2
| | | | | Reported by: pointyhat Approvd by: wxs (mentor)
* Mark BROKEN: Does not fetchbapt2011-08-021-0/+2
|
* Update master_sitebapt2011-08-024-4/+4
|
* - Disable default swf support via graphics/ming, which is currently brokengahr2011-08-021-1/+1
|
* - Disable default swf support via graphics/ming, which is currently brokengahr2011-08-021-1/+1
|
* Mark BROKEN: Does not fetchbapt2011-08-021-0/+2
|
* Mark BROKEN: Does not fetchbapt2011-08-021-0/+2
|
* Mark BROKEN: Does not fetchbapt2011-08-021-0/+2
|
* Mark BROKEN: Does not fetchbapt2011-08-023-0/+6
|
* add missing MOVED entries for seamonkey 1.1 dependent ports that were removedflo2011-08-021-0/+4
| | | | Submitted by: beat (as part of the original seamonkey 2.1 update)
* Deprecate unmaintained ports marked as BROKEN for more then 6 monthbapt2011-08-0213-0/+39
|
* - update to 1.7.27gahr2011-08-025-14/+31
|
* - install cscope-indexer along with emacs modegahr2011-08-022-1/+3
| | | | | PR: 159192 Submitted by: Momchil Ivanov <momchil@xaxo.eu>
* - Update to 2011.08.01sunpoet2011-08-025-7/+6
|
* - Update to 2011.08.02sunpoet2011-08-022-4/+3
|
* Remove ports BROKEN for more than 6 monthsbapt2011-08-0229-1010/+2
| | | | | | | devel/simian databases/mysql-gui-tools Approved by: gahr (maintainer)
* - Update to 2011.08.01sunpoet2011-08-023-7/+7
| | | | - Set WRKSRC
* - Update to 20110801sunpoet2011-08-022-5/+4
|
* Fix a couple of grammar and textual issues.danfe2011-08-021-5/+5
|
* - update to 1.0.9gahr2011-08-022-4/+4
|
* - Update to 4.1.7wen2011-08-022-3/+3
|
* - update to 5.0.5gahr2011-08-023-5/+5
|
* Update to version 9.7.4 which contains various bug fixes and improvements:dougb2011-08-023-7/+13
| | | | ftp://ftp.isc.org/isc/bind9/9.7.4/RELEASE-NOTES-BIND-9.7.4.html
* Remove patch incorporated into version 9.7.4dougb2011-08-021-14/+0
|
* Update to version 9.6-ESV-R5 which contains various bug fixesdougb2011-08-023-7/+13
| | | | | | and improvements: ftp://ftp.isc.org/isc/bind9/9.6-ESV-R5/RELEASE-NOTES-BIND-9.6-ESV.html
* Remove patch incorporated into version 9.6-ESV-R5dougb2011-08-021-14/+0
|
* Remove some expired portsbapt2011-08-0238-590/+7
| | | | | | | | | | 2011-08-01 audio/rio: Look like an abandonware, no more public distfile 2011-08-02 audio/ruby-musicextras: Upcoming ruby-gnome removes dependencies 2011-08-02 deskutils/sshmenu: Upcoming ruby-gnome removes dependencies 2011-08-02 japanese/gsuica: Upcoming ruby-gnome removes dependencies 2011-08-02 science/gave: Upcoming ruby-gnome removes dependencies 2011-08-02 x11-themes/gnome-art: Upcoming ruby-gnome removes dependencies 2011-08-02 x11-themes/gnome-splashscreen-manager: Upcoming ruby-gnome removes dependencies
* Remove gnome-art as it has expiredbapt2011-08-021-1/+0
|
* Deprecate port with no more public distfilesbapt2011-08-026-0/+18
|
* Deprecate some port with no more public distfilesbapt2011-08-026-0/+18
|
* Upgrade to 0.51.vanilla2011-08-024-16/+11
|
* RedNotebook is a modern journal written by python. It includeswen2011-08-025-0/+438
| | | | | | | | | | | a calendar navigation, customizable templates, export functionality and word clouds. You can also format, tag and search your entries. RedNotebook is Free Software under the GPL. WWW: http://rednotebook.sourceforge.net/ PR: ports/159339 Submitted by: Hon-Yu Lawrence Cheung <cheunghonyu@gmail.com>
* remove ports which still depend on seamonkey 1.1flo2011-08-0220-290/+0
| | | | Approved by: thierry, maintainer timeout > 6 months
* add seamonkey 2.2 langpacksflo2011-08-026-0/+245
|
* - Update to 2.6.1.5beech2011-08-022-4/+5
| | | | | | PR: ports/158905 Submitted by: Jin-Sih Lin <linpct@gmail.com> Approved by: Maintainer Timeout (> Two Weeks)
* update to 2.2 and make this the default seamonkey versionflo2011-08-0263-1026/+817
| | | | Much of the work was done by beat for the 2.1 update, i update everything to 2.2
* - Update to 1.0.4amdmi32011-08-023-9/+14
|
* Deprecate napster clientsbapt2011-08-023-0/+8
|
* Update master_sitebapt2011-08-021-1/+1
|
* MuseScore is a free cross-platform WYSIWYG music notation programamdmi32011-08-029-0/+360
| | | | | | | | | | | | | | | | | | | | | that offers a cost-effective alternative to commercial programs such as Sibelius and Finale. You can print beautifully engraved sheet music or save it as PDF or MIDI file. Some highlights: * WYSIWYG, notes are entered on a "virtual note sheet" * Unlimited number of staves * Up to four voices per staff * Easy and fast note entry with your keyboard, mouse, or MIDI keyboard * Integrated sequencer and FluidSynth software synthesizer * Import and export of MusicXML and Standard MIDI Files * Available for Windows, Mac and Linux * Translated in 43 languages * GNU GPL licensed WWW: http://musescore.org/
* Fix completions for portinstall, an indexing error.adamw2011-08-022-1/+2
| | | | | PR: ports/152387 Submitted by: Martin GlaC <glaszig@gmail.com>
* Fix buildbapt2011-08-021-1/+2
| | | | Reported by: pointyhat (pav@)
* - Chase net-snmp shlib bumppav2011-08-022-2/+2
| | | | Reported by: pointyhat
* Update master_sitebapt2011-08-022-2/+2
|
* - Adjust dependencieswxs2011-08-021-2/+7
| | | | | PR: ports/159113 Submitted by: Michael Scheidell <scheidell@secnap.net> (maintainer)
* - note www/contenidodinoex2011-08-021-0/+1
|
* - retire obsolete portdinoex2011-08-025-2072/+0
| | | | contenido does not work with PHP5.3
* Update to version 1.2.9timur2011-08-029-93/+131
|