aboutsummaryrefslogtreecommitdiff
path: root/benchmarks
Commit message (Collapse)AuthorAgeFilesLines
* MFH: r544699Fernando Apesteguía2020-08-111-1/+7
| | | | | | | | | | | | | | | | | | | | benchmarks/blogbench: fix rand()-related crash blogbench uses rand(3) unsafely from different threads which leads to crashes. Use arc4random(3) instead. Bump PORTREVISION While here, relocate USES variable. PR: 248420 Submitted by: sigsys@gmail.com Approved by: jmohacsi@bsd.hu (maintainer) Approved by: ports-secteam (blanket, runtime fix) Notes: svn path=/branches/2020Q3/; revision=544701
* Update to iperf-3.8.1.Bruce A. Mah2020-06-102-4/+4
| | | | | | | Sponsored by: ESnet Notes: svn path=/head/; revision=538413
* benchmarks/stress-ng: Update to 0.11.12Luca Pizzamiglio2020-06-082-4/+4
| | | | | | | Changes: https://kernel.ubuntu.com/git/cking/stress-ng.git/tree/debian/changelog Notes: svn path=/head/; revision=538255
* benchmarks/hyperfine: Update to 1.10.0Luca Pizzamiglio2020-06-082-116/+143
| | | | | | | Changes: https://github.com/sharkdp/hyperfine/releases/tag/v1.10.0 Notes: svn path=/head/; revision=538254
* lang/rust: Update to 1.44.0Tobias Kortkamp2020-06-041-1/+1
| | | | | | | | | | | | | | | - Remove devel/cargo-tree since it is now integrated into cargo - Add patch to fix build with LibreSSL 3.1.x and 3.2.0 [1] - Force rebuild all consumers to catch regressions early Changes: https://blog.rust-lang.org/2020/06/04/Rust-1.44.0.html PR: 246332 [1] Tested by: mikael, tobik With hat: rust Differential Revision: https://reviews.freebsd.org/D25099 Notes: svn path=/head/; revision=537917
* Return gnn@'s ports to the pool after safekeeping his commit bit.Rene Ladan2020-06-021-1/+1
| | | | Notes: svn path=/head/; revision=537580
* Mark as BROKEN on powercp64-12. Seems to build elsewhere.Mark Linimon2020-05-311-0/+2
| | | | | | | Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=537135
* benchmarks/libmicro: fix build on armMikael Urankar2020-05-301-4/+1
| | | | | | | uname -p is used somewhere in the build Notes: svn path=/head/; revision=537097
* - Update to version 2020.04, first release in many years (unfortunately,Alexey Dokuchaev2020-05-294-50/+13
| | | | | | | | | | | | | | | it was tagged just before the commit 06e4728 which fixed building with Python 3.x, point GH_TAGNAME to it instead of pulling a patch) - Drop explicit `python:build' from USES list, because `waf' implies it - Add missing USE_XORG and put `xorg' on USES list - For the time being, don't force C++14 while C++11 is sufficient until the code really starts using new features (see GitHub commit a6bbc01) PR: 246793 Submitted by: David Schlachter Notes: svn path=/head/; revision=536960
* Sanitize COMMENT per Section 5.6 of the FreeBSD Porter's Handbook (part 6).Alexey Dokuchaev2020-05-281-1/+1
| | | | Notes: svn path=/head/; revision=536752
* Update to 3.20Kirill Ponomarev2020-05-243-4/+8
| | | | Notes: svn path=/head/; revision=536368
* Update to 1.7.0 which is required for gitlab-ce 12.10 upgrade.Matthias Fechner2020-05-202-6/+9
| | | | Notes: svn path=/head/; revision=535974
* Update to 2.8.2Sunpoet Po-Chuan Hsieh2020-05-192-4/+4
| | | | | | | Changes: https://github.com/evanphx/benchmark-ips/blob/master/History.txt Notes: svn path=/head/; revision=535915
* Update to 2.8.0Sunpoet Po-Chuan Hsieh2020-05-032-4/+4
| | | | | | | | Changes: https://github.com/evanphx/benchmark-ips/blob/master/History.txt https://github.com/evanphx/benchmark-ips/commits/master Notes: svn path=/head/; revision=533836
* benchmarks/hipercontracer: Update to 1.4.8Fernando Apesteguía2020-05-033-6/+5
| | | | | | | | | PR: 245947 Submitted by: gspurki@gmail.com Approved by: dreibh@iem.uni-due.de (maintainer, timeout > 1 week) Notes: svn path=/head/; revision=533763
* benchmarks/netperfmeter: update to 1.8.6Fernando Apesteguía2020-05-034-6/+31
| | | | | | | | | | | Disable DCCP detection to avoid build fail in 13-CURRENT (SOCK_DCCP not found) PR: 245945 Submitted by: gspurki@gmail.com Approved by: dreibh@iem.uni-due.de (maintainer, timeout > 1 week) Notes: svn path=/head/; revision=533762
* Update to 1.0.20Sunpoet Po-Chuan Hsieh2020-04-262-4/+4
| | | | | | | Changes: https://github.com/akopytov/sysbench/releases Notes: svn path=/head/; revision=533008
* benchmarks/vegeta: update 12.8.0 to 12.8.3Vinícius Zavam2020-04-252-5/+4
| | | | Notes: svn path=/head/; revision=532974
* benchmarks/stress-ng: Update to 0.11.08Luca Pizzamiglio2020-04-242-4/+4
| | | | | | | Changes: https://kernel.ubuntu.com/git/cking/stress-ng.git/commit/?id=b4929e1d92e875dbbf9379ca426ea1daa87dd39c Notes: svn path=/head/; revision=532753
* benchmarks/libcelero: fix build on GCC architectures and powerpc64 elfv2Piotr Kubaj2020-04-231-2/+11
| | | | | | | | | | | clang 8 doesn't have full support for powerpc, powerpc64 or powerpcspe, so use GCC there. On powerpc64 elfv2, the default is to build for elfv1, so pass a flag to fix it. MFH: 2020Q2 (fix build blanket) Notes: svn path=/head/; revision=532697
* lang/rust: Update to 1.43.0Tobias Kortkamp2020-04-231-1/+1
| | | | | | | | | | | | | | | | - Add workaround to fix build when CC/CXX have "clang" in them [1] - Respect AR to fix build with external toolchains [2] - Force rebuild all consumers to catch regressions early Changes: https://blog.rust-lang.org/2020/04/23/Rust-1.43.0.html PR: 238556 [1], 245583 [2] Reported by: Matthias Apitz <guru@unixarea.de> [1], Greg V <greg@unrelenting.technology> [2] Tested by: mikael, pkubaj, tobik With hat: rust Differential Revision: https://reviews.freebsd.org/D24521 Notes: svn path=/head/; revision=532685
* - Swap back from net/openmpi3 to net/openmpiDanilo Egea Gondolfo2020-04-211-4/+4
| | | | Notes: svn path=/head/; revision=532427
* Update to 1.0.7Mateusz Piotrowski2020-04-182-6/+4
| | | | | | | | Release notes: https://github.com/uperf/uperf/releases/tag/1.0.7 Notes: svn path=/head/; revision=532027
* - Move OpenMPI support to net/openmpi3. OpenMPI 1 is deprecated.Danilo Egea Gondolfo2020-04-121-4/+4
| | | | Notes: svn path=/head/; revision=531487
* - Move OpenMPI support to net/openmpi3. OpenMPI 1 is deprecated.Danilo Egea Gondolfo2020-04-121-4/+4
| | | | Notes: svn path=/head/; revision=531486
* Partially revert r530801Adam Weinberger2020-04-062-2/+2
| | | | | | | | | | | | The maintainer reset rule was not applied correctly. jlaffaye's ports are reassigned back to him, with the exception of lang/go where both quantity and length of timeouts made the reset appropriate and necessary. With hat: portmgr Notes: svn path=/head/; revision=530892
* Reset maintainer for ports maintaned by jlaffaye@.Yuri Victorovich2020-04-052-2/+2
| | | | | | | | | | | | | As per policy, based on timeouts on * www/py-scgi: bug#244982 * textproc/discount: bug#244981 * devel/py-python-gflags: bug#244965 * lang/go: bug#244783, https://reviews.freebsd.org/D24122 * news/py-yenc: bug#239309 * irc/libircclient: bug#221567 Notes: svn path=/head/; revision=530801
* Cosmetic changeSunpoet Po-Chuan Hsieh2020-04-021-2/+3
| | | | Notes: svn path=/head/; revision=530289
* benchmarks/stress-ng: Update to 0.11.07Luca Pizzamiglio2020-04-022-4/+4
| | | | | | | | Full changelog (0.11.04 -> 0.11.07): https://kernel.ubuntu.com/git/cking/stress-ng.git/tree/debian/changelog?h=V0.11.07&id=3583c9f26530bcf6448246ab905a52f8f5eb03db Notes: svn path=/head/; revision=530265
* benchmarks/stress-ng: Update to 0.11.04Luca Pizzamiglio2020-03-292-4/+4
| | | | | | | Changes: https://kernel.ubuntu.com/git/cking/stress-ng.git/commit/?id=57be813d746ac0961edfb3fe5329403bd8685ac2 Notes: svn path=/head/; revision=529796
* benchmarks/libcelero: Fix buildYuri Victorovich2020-03-291-1/+9
| | | | | | | | | | | Fix breakage with clang10 by switching to clang-8: error: loop variable 'udm' of type 'const std::__1::shared_ptr<celero::UserDefinedMeasurement>' creates a copy from type 'const std::__1::shared_ptr<celero::UserDefinedMeasurement>' https://github.com/DigitalInBlue/Celero/issues/142 Reported by: fallout Notes: svn path=/head/; revision=529772
* New ports required for gitlab-ce 12.9 upgrade.Matthias Fechner2020-03-284-0/+37
| | | | Notes: svn path=/head/; revision=529310
* Update to the latest commitMateusz Piotrowski2020-03-263-14/+13
| | | | | | | | | | While here: - Use DISTVERSION as suggested by the Porter's Handbook instead of GH_TAGNAME. - Clean up the port a little bit. Notes: svn path=/head/; revision=529168
* Update to 3.19Kirill Ponomarev2020-03-242-4/+4
| | | | Notes: svn path=/head/; revision=529055
* benchmarks/siege: Update version 4.0.4=>4.0.5Muhammad Moinur Rahman2020-03-222-4/+4
| | | | | | | Relnotes: http://download.joedog.org/siege/ChangeLog Notes: svn path=/head/; revision=528919
* benchmarks/phoronix-test-suite: Update to 9.4.1Luca Pizzamiglio2020-03-172-5/+8
| | | | | | | Changes: https://github.com/phoronix-test-suite/phoronix-test-suite/releases Notes: svn path=/head/; revision=528586
* benchmakrs/stress-ng: update to 0.11.03Luca Pizzamiglio2020-03-172-4/+4
| | | | | | | Changes: https://kernel.ubuntu.com/git/cking/stress-ng.git/commit/?id=13d58612e952c1f9c5dda20bab55568d060b53cb Notes: svn path=/head/; revision=528573
* benchmarks/clpeak: update to 1.1.0.r2Jan Beich2020-03-133-20/+7
| | | | | | | | | | | | | - Switch to vendor install - Drop unused RUN_DEPENDS - Allow on more architectures Changes: https://github.com/krrishnarraj/clpeak/compare/75c8746...1.1.0-rc2 Approved by: maintainer timeout (2 weeks) Differential Revision: https://reviews.freebsd.org/D23821 Notes: svn path=/head/; revision=528348
* lang/rust: Update to 1.42.0Tobias Kortkamp2020-03-121-1/+1
| | | | | | | | | | | | - Force rebuild all consumers to catch regressions early Changes: https://blog.rust-lang.org/2020/03/12/Rust-1.42.html Tested by: mikael, tobik With hat: rust Differential Revision: https://reviews.freebsd.org/D24020 Notes: svn path=/head/; revision=528318
* benchmarks/vegeta: update 12.7.0 to 12.8.0Vinícius Zavam2020-03-112-5/+5
| | | | Notes: svn path=/head/; revision=528230
* Deprecate some ports using deprecated version of pythonAntoine Brodin2020-03-081-0/+3
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=528058
* hand over Maintainership to miwiJochen Neumeister2020-03-061-1/+1
| | | | | | | Sponsored by: Netzkommune GmbH Notes: svn path=/head/; revision=527885
* Update version requirement of RUN_DEPENDSSunpoet Po-Chuan Hsieh2020-03-011-3/+4
| | | | Notes: svn path=/head/; revision=527529
* lang/rust: Update to 1.41.1Tobias Kortkamp2020-02-271-1/+1
| | | | | | | | | | | | | | | | | | | | | - Force rebuild all consumers to fix potential miscompilations with 1.41.0 - Enable SOURCES by default. The sources are indexed by RLS and required for it to function properly, so they should be available by default. This also makes sure we test the option properly. - Remove implied --config=config.toml from x.py args - Switch to the upstreamed backtrace crate patches like rust-nightly - Enable WASM by default [0] - Strip libraries (D23650) [1] - Simplify plist generation (D23735) [2] Changes: https://blog.rust-lang.org/2020/02/27/Rust-1.41.1.html Submitted by: mikael [0,1,2] With hat: rust Differential Revision: https://reviews.freebsd.org/D23835 Notes: svn path=/head/; revision=527260
* benchmarks/stress-ng: Update 0.11.00Luca Pizzamiglio2020-02-192-4/+4
| | | | | | | Changelog: https://kernel.ubuntu.com/git/cking/stress-ng.git/tree/debian/changelog Notes: svn path=/head/; revision=526510
* Upgrade to 3.18Kirill Ponomarev2020-02-063-4/+6
| | | | Notes: svn path=/head/; revision=525369
* Upgrade to 3.17Kirill Ponomarev2020-02-052-5/+4
| | | | Notes: svn path=/head/; revision=525263
* benchmarks/tsung: Update 1.6.0 -> 1.7.0Yuri Victorovich2020-01-313-313/+287
| | | | | | | | | Maintainer refused to maintain this port => reset maintainership. PR: 238765 Notes: svn path=/head/; revision=524675
* lang/rust: Update to 1.41.0Tobias Kortkamp2020-01-301-1/+1
| | | | | | | | | | | | | | | | | | | - Force rebuild all consumers to catch regressions early - Switch to cross-compiled (from amd64) bootstraps for all architectures generated with the incoming lang/rust-bootstrap - Update cargo-c to 0.5.2 to unbreak librav1e build - Make use of regular MAKE_ENV/TEST_ENV in lang/rust - Turn on RUST_BACKTRACE in lang/rust and USES=cargo to hopefully produce more useful failure logs when something panics during builds Changes: https://blog.rust-lang.org/2020/01/30/Rust-1.41.0.html Tested by: mikael, tobik With hat: rust Differential Revision: https://reviews.freebsd.org/D23385 Notes: svn path=/head/; revision=524658
* Remove expired ports:Rene Ladan2020-01-275-126/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2020-01-27 accessibility/py-papi: Unmaintained, uses EOLed python27 2020-01-27 archivers/py-czipfile: Unmaintained, uses EOLed python27 2020-01-27 audio/boodler: Unmaintained, uses EOLed python27 2020-01-27 audio/dir2ogg: Unmaintained, uses EOLed python27 2020-01-27 audio/jokosher: Unmaintained, uses EOLed python27 2020-01-27 audio/mpdbrowser: Unmaintained, uses EOLed python27 2020-01-27 audio/nekobee: Unmaintained, uses EOLed python27 2020-01-27 audio/patchage: Unmaintained, uses EOLed python27 2020-01-27 audio/py-ao: Unmaintained, uses EOLed python27 2020-01-27 audio/py-id3: Unmaintained, uses EOLed python27 2020-01-27 audio/py-shout: Unmaintained, uses EOLed python27 2020-01-27 audio/py-speex: Unmaintained, uses EOLed python27 2020-01-27 audio/pytone: Unmaintained, uses EOLed python27 2020-01-27 audio/solfege: Unmaintained, uses EOLed python27 2020-01-27 audio/trommler: Unmaintained, uses EOLed python27 2020-01-27 benchmarks/pybench: Unmaintained, uses EOLed python27 2020-01-27 biology/pycogent: Unmaintained, uses EOLed python27 2020-01-27 biology/unanimity: Unmaintained, uses EOLed python27 2020-01-27 cad/pythoncad: Unmaintained, uses EOLed python27 2020-01-27 chinese/bg5pdf: Unmaintained, uses EOLed python27 2020-01-27 comms/py-libimobiledevice: Unmaintained, uses EOLed python27 2020-01-27 converters/py-bcode: Unmaintained, uses EOLed python27 2020-01-27 converters/py-iconv: Unmaintained, uses EOLed python27 2020-01-27 converters/py-zfec: Unmaintained, uses EOLed python27 2020-01-27 databases/gadfly: Unmaintained, uses EOLed python27 2020-01-27 databases/metakit: Unmaintained, uses EOLed python27 2020-01-27 databases/openark-kit: Unmaintained, uses EOLed python27 2020-01-27 databases/py-MySQLdb55: Unmaintained, uses EOLed python27 2020-01-27 databases/py-MySQLdb56: Unmaintained, uses EOLed python27 2020-01-27 databases/py-forgetsql: Unmaintained, uses EOLed python27 2020-01-27 databases/py-oops: Unmaintained, uses EOLed python27 2020-01-27 databases/py-rrdtool_lgpl: Unmaintained, uses EOLed python27 2020-01-27 deskutils/conkyemail: No longer maintained by upstream 2020-01-27 deskutils/cycle: Unmaintained, uses EOLed python27 2020-01-27 deskutils/everygui: Unmaintained, uses EOLed python27 2020-01-27 deskutils/ganyremote: Unmaintained, uses EOLed python27 2020-01-27 deskutils/pypanel: Unmaintained, uses EOLed python27 2020-01-27 deskutils/taskcoach: Unmaintained, uses EOLed python27 2020-01-27 deskutils/tel: Unmaintained, uses EOLed python27 2020-01-27 deskutils/tnote: Unmaintained, uses EOLed python27 2020-01-27 deskutils/vnc2flv: Unmaintained, uses EOLed python27 2020-01-27 deskutils/wammu: Unmaintained, uses EOLed python27 2020-01-27 devel/bbfreeze: Unmaintained, uses EOLed python27 2020-01-27 devel/bzr-builder: Unmaintained, uses EOLed python27 2020-01-27 devel/bzr-colo: Unmaintained, uses EOLed python27 2020-01-27 devel/bzr-externals: Unmaintained, uses EOLed python27 2020-01-27 devel/bzr-git: Unmaintained, uses EOLed python27 2020-01-27 devel/bzr-gtk: Unmaintained, uses EOLed python27 2020-01-27 devel/bzr-loom: Unmaintained, uses EOLed python27 2020-01-27 devel/bzr-pipeline: Unmaintained, uses EOLed python27 2020-01-27 devel/bzr-rewrite: Unmaintained, uses EOLed python27 2020-01-27 devel/bzr-scmproj: Unmaintained, uses EOLed python27 2020-01-27 devel/bzr-stats: Unmaintained, uses EOLed python27 2020-01-27 devel/bzr-svn: Unmaintained, uses EOLed python27 2020-01-27 devel/bzr-upload: Unmaintained, uses EOLed python27 2020-01-27 devel/ditrack: Unmaintained, uses EOLed python27 2020-01-27 devel/drpython: Unmaintained, uses EOLed python27 2020-01-27 devel/epydoc: Unmaintained, uses EOLed python27 2020-01-27 devel/fb303: Unmaintained, uses EOLed python27 2020-01-27 devel/fnorb: Unmaintained, uses EOLed python27 2020-01-27 devel/gazpacho: Unmaintained, uses EOLed python27 2020-01-27 devel/libmpsse: Unmaintained, uses EOLed python27 2020-01-27 devel/open-usp-tukubai: Unmaintained, uses EOLed python27 2020-01-27 devel/phpbt: Unmaintained, uses EOLed python27 2020-01-27 devel/py-anonfunc: Unmaintained, uses EOLed python27 2020-01-27 devel/py-bison: Unmaintained, uses EOLed python27 2020-01-27 devel/py-fortran: Unmaintained, uses EOLed python27 2020-01-27 devel/py-grouch: Unmaintained, uses EOLed python27 2020-01-27 devel/py-mwlib.rl: Unmaintained, uses EOLed python27 2020-01-27 devel/py-nagioscheck: Unmaintained, uses EOLed python27 2020-01-27 devel/py-ncurses: Unmaintained, uses EOLed python27 2020-01-27 devel/py-ocempgui: Unmaintained, uses EOLed python27 2020-01-27 devel/py-palm: Unmaintained, uses EOLed python27 2020-01-27 devel/py-pyechonest: Unmaintained, uses EOLed python27 2020-01-27 devel/py-resourcepackage: Unmaintained, uses EOLed python27 2020-01-27 devel/py-rlcompleter2: Unmaintained, uses EOLed python27 2020-01-27 devel/py-spark: Unmaintained, uses EOLed python27 2020-01-27 devel/py-xoltar-toolkit: Unmaintained, uses EOLed python27 2020-01-27 devel/py-zkpython: Unmaintained, uses EOLed python27 2020-01-27 devel/pychecker: Unmaintained, uses EOLed python27 2020-01-27 devel/pymacs: Unmaintained, uses EOLed python27 2020-01-27 devel/trac-bitten: Unmaintained, uses EOLed python27 2020-01-27 devel/wxGlade: Unmaintained, uses EOLed python27 2020-01-27 emulators/catapult: Unmaintained, uses EOLed python27 2020-01-27 emulators/dynagui: Unmaintained, uses EOLed python27 2020-01-27 finance/mybudget: Unmaintained, uses EOLed python27 2020-01-27 finance/sabernetdcs-client: Unmaintained, uses EOLed python27 2020-01-27 games/4stattack: Unmaintained, uses EOLed python27 2020-01-27 games/barbie_seahorse_adventures: Unmaintained, uses EOLed python27 2020-01-27 games/battletanks: Unmaintained, uses EOLed python27 2020-01-27 games/bombz: Unmaintained, uses EOLed python27 2020-01-27 games/bouncy: Unmaintained, uses EOLed python27 2020-01-27 games/bubbros: Unmaintained, uses EOLed python27 2020-01-27 games/childsplay: Unmaintained, uses EOLed python27 2020-01-27 games/crossfire-server: Unmaintained, uses EOLed python27 2020-01-27 games/duckmaze: Unmaintained, uses EOLed python27 2020-01-27 games/farblazer: Unmaintained, uses EOLed python27 2020-01-27 games/gbottler: Unmaintained, uses EOLed python27 2020-01-27 games/glchess: Unmaintained, uses EOLed python27 2020-01-27 games/gretools: Unmaintained, uses EOLed python27 2020-01-27 games/kye: Unmaintained, uses EOLed python27 2020-01-27 games/liquidwar: Unmaintained, uses EOLed python27 2020-01-27 games/mopesnake: Unmaintained, uses EOLed python27 2020-01-27 games/nelly: Unmaintained, uses EOLed python27 2020-01-27 games/oneisenough: Unmaintained, uses EOLed python27 2020-01-27 games/ptkei: Unmaintained, uses EOLed python27 2020-01-27 games/py-poker-eval: Unmaintained, uses EOLed python27 2020-01-27 games/pycadia: Unmaintained, uses EOLed python27 2020-01-27 games/pydance: Unmaintained, uses EOLed python27 2020-01-27 games/pysycache: Unmaintained, uses EOLed python27 2020-01-27 games/pythonchess: Unmaintained, uses EOLed python27 2020-01-27 games/pytowerdefense: Unmaintained, uses EOLed python27 2020-01-27 games/rtb: Unmaintained, uses EOLed python27 2020-01-27 games/schiff: Unmaintained, uses EOLed python27 2020-01-27 games/schwarzweiss: Unmaintained, uses EOLed python27 2020-01-27 games/secrettower: Unmaintained, uses EOLed python27 2020-01-27 games/slune: Unmaintained, uses EOLed python27 2020-01-27 games/super_mario_bros_python: Unmaintained, uses EOLed python27 2020-01-27 games/tuxfighter: Unmaintained, uses EOLed python27 2020-01-27 games/twitch: Unmaintained, uses EOLed python27 2020-01-27 games/vegastrike: Unmaintained, uses EOLed python27 2020-01-27 games/zephulor: Unmaintained, uses EOLed python27 2020-01-27 graphics/boxer: Unmaintained, uses EOLed python27 2020-01-27 graphics/electrix: Unmaintained, uses EOLed python27 2020-01-27 graphics/exact-image: Unmaintained, uses EOLed python27 2020-01-27 graphics/gnofract4d: Unmaintained, uses EOLed python27 2020-01-27 graphics/gsculpt: Unmaintained, uses EOLed python27 2020-01-27 graphics/imgtops: Unmaintained, uses EOLed python27 2020-01-27 graphics/imgv: Unmaintained, uses EOLed python27 2020-01-27 graphics/lcms-python: Unmaintained, uses EOLed python27 2020-01-27 graphics/mirage: Unmaintained, uses EOLed python27 2020-01-27 graphics/partio: Unmaintained, uses EOLed python27 2020-01-27 graphics/py-exif: Unmaintained, uses EOLed python27 2020-01-27 graphics/py-gd: Unmaintained, uses EOLed python27 2020-01-27 graphics/py-paint: Unmaintained, uses EOLed python27 2020-01-27 graphics/pygts: Unmaintained, uses EOLed python27 2020-01-27 graphics/pysvg: Unmaintained, uses EOLed python27 2020-01-27 irc/py-supybot-plugins: Unmaintained, uses EOLed python27 2020-01-27 japanese/kana-no-quiz: Unmaintained, uses EOLed python27 2020-01-27 lang/py-prolog: Unmaintained, uses EOLed python27 2020-01-27 lang/sdcc: Unmaintained, uses EOLed python27 2020-01-27 mail/archivemail: Unmaintained, uses EOLed python27 2020-01-27 mail/mailfmt: Unmaintained, uses EOLed python27 2020-01-27 mail/py-libgmail: Unmaintained, uses EOLed python27 2020-01-27 mail/py-ppolicy: Unmaintained, uses EOLed python27 2020-01-27 mail/rss2email2: Unmaintained, uses EOLed python27 2020-01-27 mail/svnmailer: Unmaintained, uses EOLed python27 2020-01-27 math/biggles: Unmaintained, uses EOLed python27 2020-01-27 math/py-gato: Unmaintained, uses EOLed python27 2020-01-27 math/py-gnuplot: Unmaintained, uses EOLed python27 2020-01-27 math/py-mathdom: Unmaintained, uses EOLed python27 2020-01-27 math/py-probstat: Unmaintained, uses EOLed python27 2020-01-27 math/py-rpy: Unmaintained, uses EOLed python27 2020-01-27 misc/gnome-osd: Unmaintained, uses EOLed python27 2020-01-27 misc/gonvert: Unmaintained, uses EOLed python27 2020-01-27 misc/metalink-editor: Unmaintained, uses EOLed python27 2020-01-27 misc/py-YABT: Unmaintained, uses EOLed python27 2020-01-27 misc/xdg-menu: Unmaintained, uses EOLed python27 2020-01-27 multimedia/devede: Unmaintained, uses EOLed python27 2020-01-27 multimedia/gdvrecv: Unmaintained, uses EOLed python27 2020-01-27 multimedia/mmpython: Unmaintained, uses EOLed python27 2020-01-27 multimedia/pymp: Unmaintained, uses EOLed python27 2020-01-27 net/gtknetcat: Unmaintained, uses EOLed python27 2020-01-27 net/ntlmaps: Unmaintained, uses EOLed python27 2020-01-27 net/polyorb: Unmaintained, uses EOLed python27 2020-01-27 net/py-zsi: Unmaintained, uses EOLed python27 2020-01-27 net/pythondirector: Unmaintained, uses EOLed python27 2020-01-27 net/sippy_b2bua: Unmaintained, uses EOLed python27 2020-01-27 net-im/py-jabber: Unmaintained, uses EOLed python27 2020-01-27 net-im/py-jabberbot: Unmaintained, uses EOLed python27 2020-01-27 net-im/py-libturpial: Unmaintained, uses EOLed python27 2020-01-27 net-im/py-xmpppy-irc: Unmaintained, uses EOLed python27 2020-01-27 net-mgmt/pdagent-integrations: Unmaintained, uses EOLed python27 2020-01-27 net-p2p/tribler: Unmaintained, uses EOLed python27 2020-01-27 news/papercut: Unmaintained, uses EOLed python27 2020-01-27 print/pkipplib: Unmaintained, uses EOLed python27 2020-01-27 print/pkpgcounter: Unmaintained, uses EOLed python27 2020-01-27 print/ttfquery: Unmaintained, uses EOLed python27 2020-01-27 science/gwyddion: Unmaintained, uses EOLed python27 2020-01-27 science/psychopy: Unmaintained, uses EOLed python27 2020-01-27 science/py-hcluster: Unmaintained, uses EOLed python27 2020-01-27 science/py-pyteomics.biolccc: Unmaintained, uses EOLed python27 2020-01-27 science/pycdf: Unmaintained, uses EOLed python27 2020-01-27 security/blindelephant: Unmaintained, uses EOLed python27 2020-01-27 security/cfv: Unmaintained, uses EOLed python27 2020-01-27 security/fsh: Unmaintained, uses EOLed python27 2020-01-27 security/gcipher: Unmaintained, uses EOLed python27 Notes: svn path=/head/; revision=524263