notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

non port: math/fxt/Makefile

Number of commits found: 128 (showing only 100 on this page)

1 | 2  »  

Wednesday, 21 Feb 2024
15:06 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
math/fxt: Update to 2024.01.14
commit hash: d30efc9b38b990b70a5b28d2d50182c2067c834c commit hash: d30efc9b38b990b70a5b28d2d50182c2067c834c commit hash: d30efc9b38b990b70a5b28d2d50182c2067c834c commit hash: d30efc9b38b990b70a5b28d2d50182c2067c834c d30efc9
Monday, 25 Dec 2023
16:10 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
math/fxt: Update to 2023.12.22
commit hash: cedda74695c53f6ed7c8e0c24149fc7f8630bcd9 commit hash: cedda74695c53f6ed7c8e0c24149fc7f8630bcd9 commit hash: cedda74695c53f6ed7c8e0c24149fc7f8630bcd9 commit hash: cedda74695c53f6ed7c8e0c24149fc7f8630bcd9 cedda74
08:59 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
math/fxt: Update to 2023.12.21
commit hash: 8ab80c67731340581669fd8a5e76bcfde7f5243f commit hash: 8ab80c67731340581669fd8a5e76bcfde7f5243f commit hash: 8ab80c67731340581669fd8a5e76bcfde7f5243f commit hash: 8ab80c67731340581669fd8a5e76bcfde7f5243f 8ab80c6
Thursday, 2 Nov 2023
07:37 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
math/fxt: Update to 2023.10.29
commit hash: 1d39675120eaf89aa3b5fca920a63eaf8b8449ca commit hash: 1d39675120eaf89aa3b5fca920a63eaf8b8449ca commit hash: 1d39675120eaf89aa3b5fca920a63eaf8b8449ca commit hash: 1d39675120eaf89aa3b5fca920a63eaf8b8449ca 1d39675
Wednesday, 1 Nov 2023
01:56 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
math/fxt: Update to 2023.10.26
commit hash: 1a529efe79abc368221009c7efc292ace02a3f47 commit hash: 1a529efe79abc368221009c7efc292ace02a3f47 commit hash: 1a529efe79abc368221009c7efc292ace02a3f47 commit hash: 1a529efe79abc368221009c7efc292ace02a3f47 1a529ef
Sunday, 9 Jul 2023
10:17 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
math/fxt: Update to 2023.06.27
commit hash: 82f3b05e386699fd8bb3c228b3a134068d885fae commit hash: 82f3b05e386699fd8bb3c228b3a134068d885fae commit hash: 82f3b05e386699fd8bb3c228b3a134068d885fae commit hash: 82f3b05e386699fd8bb3c228b3a134068d885fae 82f3b05
Saturday, 27 May 2023
04:07 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
math/fxt: Update to 2023.05.07
commit hash: c9a450b819e5570b05e885394a0af6d1040ac4f4 commit hash: c9a450b819e5570b05e885394a0af6d1040ac4f4 commit hash: c9a450b819e5570b05e885394a0af6d1040ac4f4 commit hash: c9a450b819e5570b05e885394a0af6d1040ac4f4 c9a450b
Sunday, 9 Apr 2023
13:36 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
math/fxt: Update to 2023.03.23
commit hash: 7c05de6ba6227526fdadb38e6eea670da99eb03c commit hash: 7c05de6ba6227526fdadb38e6eea670da99eb03c commit hash: 7c05de6ba6227526fdadb38e6eea670da99eb03c commit hash: 7c05de6ba6227526fdadb38e6eea670da99eb03c 7c05de6
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Wednesday, 20 Jul 2022
14:22 Tobias C. Berner (tcberner) search for other commits by this committer
math: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Dalton <aaron@daltons.ca>
  *  Alessando Sagratini <ale_sagra@hotmail.com>
  *  Alex Dupre <ale@FreeBSD.org>
  *  Alexey Dokuchaev <danfe@FreeBSD.org>
  *  Amarendra Godbole <amarendra.godbole@gmail.com>
  *  Anders Nordby <anders@FreeBSD.org>
  *  Andreas Fehlner (fehlner@gmx.de)
  *  Andrew L. Neporada <andrew@chg.ru>
  *  Andrey <gugu@zoo.rambler.ru>
  *  Andrey Zakhvatov
  *  Anton Berezin <tobez@FreeBSD.org>
  *  Anton Berezin <tobez@plab.ku.dk>
  *  Anton Berezin <tobez@tobez.org>
  *  Anton Shterenlikht
  *  Anton Shterenlikht <mexas@bris.ac.uk>
  *  Bob Eager <bob@eager.cx>
  *  Charlie Kester <corky1951@comcast.net>
  *  Cheng-Lung Sung <clsung@FreeBSD.org>
  *  Cheng-Lung Sung <clsung@dragon2.net>
  *  Chris D. Faulhaber <jedgar@fxp.org>
  *  Christopher J. Ruwe
  *  Christopher Key <cjk32@cam.ac.uk>
  *  Chuck Hein <geekdude@pacbell.net>
  *  Cyrille Szymanski <cnszym@gmail.com>
  *  Dan Rue <drue@therub.org>
  *  Danilo Egea Gondolfo <danilo@FreeBSD.org>
  *  David Naylor <dbn@FreeBSD.org>
  *  David Naylor <naylor.b.david@gmail.com>
  *  Dereckson <dereckson@gmail.com>
  *  Devin Teske <dteske@FreeBSD.org>
  *  Dmitry Sivachenko <demon@FreeBSD.org>
  *  Dmitry Sivachenko <mitya@yandex-team.ru>
  *  Don Croyle <croyle@gelemna.org>
  *  Douglas K. Rand (rand@meridian-enviro.com)
  *  Dylan Simon <dylan@dylex.net>
  *  Edwin Groothuis <edwin@mavetju.org>
  *  Eijiro Shibusawa <ej-sib@ice.uec.ac.jp>
  *  Emanuel Haupt <ehaupt@FreeBSD.org>
  *  Eoin Lawless (eoin@maths.tcd.ie)
  *  Eric A. Griff <eagriff@global2000.net>
  *  Eric van Gyzen <vangyzen@stat.duke.edu>
  *  Ewgenij Gawrilow <gawrilow@math.tu-berlin.de>
  *  Fernan Aguero <fernan@iib.unsam.edu.ar>
  *  Foxfair Hu <foxfair@FreeBSD.org>
  *  Frederic Han <han@math.jussieu.fr>
  *  Gabor Kovesdan <gabor@FreeBSD.org>
  *  Gea-Suan Lin <gslin@gslin.org>
  *  George Reid <greid@ukug.uk.freebsd.org>
  *  Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com>
  *  Greg Larkin <glarkin@FreeBSD.org>
  *  Guangyuan Yang <ygy@FreeBSD.org>
  *  Gustau Perez i Querol <gustau.perez@gmail.com>
  *  Heinz Tschabitscher
  *  Horia Racoviceanu <horia@racoviceanu.com>
  *  Hye-Shik Chang <perky@fallin.lv>
  *  Iblis Lin <iblis@hs.ntnu.edu.tw>
  *  Issei Suzuki <issei@jp.FreeBSD.ORG>
  *  Janni
  *  Jason Harris <jharris@widomaker.com>
  *  Javad Kouhi <javad.kouhi@gmail.com>
  *  Jean-Yves Lefort <jylefort@FreeBSD.org>
  *  Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
  *  Joe Marcus Clarke <marcus@FreeBSD.org>
  *  Johannes Dieterich <dieterich@ogolem.org>
  *  Johannes M Dieterich <jmd@FreeBSD.org>
  *  Johannes Meixner <johannes@perceivon.net>
  *  John Marino <marino@FreeBSD.org>
  *  Joseph Koshy <jkoshy@FreeBSD.org>
  *  Ju Pengfei <ju.pengfei@gmail.com>
  *  Jukka A. Ukkonen <jau@iki.fi>
  *  Kay Lehmann <kay_lehmann@web.de>
  *  Kevin Lo <kevlo@FreeBSD.org>
  *  Klaus T. Aehlig <aehlig@linta.de>
  *  Kubilay Kocak <koobs@FreeBSD.org>
  *  Kurt Jaeger <fbsd-ports@opsec.eu>
  *  Lars Engels <lme@FreeBSD.org>
  *  Lars Koeller <Lars.Koeller@Uni-Bielefeld.DE>
  *  Lars Koeller <Lars.Koeller@Uni-Bielefeld.de>
  *  Li-Wen Hsu <lwhsu@FreeBSD.org>
  *  Li-Wen Hsu <lwhsu@lwhsu.org>
  *  M. L. Dodson, <bdodson@scms.utmb.edu>
  *  Maho Nakata <maho@FreeBSD.org>
  *  Mario S F Ferreira <lioux@FreeBSD.org>
  *  Mario S F Ferreira <lioux@linf.unb.br> et al.
  *  Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
  *  Mark Felder <feld@FreeBSD.org>
  *  Mark R V Murray <markm@FreeBSD.org>
  *  Martin Matuska <mm@FreeBSD.org>
  *  Matthew Seaman <matthew@FreeBSD.org>
  *  Maurice Castro <maurice@serc.rmit.edu.au>
  *  Maxim Sobolev <sobomax@FreeBSD.org>
  *  Maxime Henrion <mux@FreeBSD.org>
  *  Michael Haro <mharo@FreeBSD.org>
  *  Michael Johnson <ahze@FreeBSD.org>
  *  Michael Johnson <ahze@ahze.net>
  *  Michael Neumann <mneumann@ntecs.de>
  *  Muhammad Moinur Rahmanh <5u623l20@gmail.com>
  *  NAKATA Maho <chat95@mbox.kyoto-inet.or.jp>
  *  NAKATA, Maho <maho@FreeBSD.org>
  *  Nakata Maho <maho@FreeBSD.org>
  *  Nicola Vitale <nivit@email.it>
  *  Olivier Duchateau
  *  Pedro F. Giffuni
  *  Pedro F. Giffuni <giffunip@asme.org>
  *  Pedro Giffuni
  *  Pedro Giffuni <giffunip@asme.org>
  *  Pedro Giffuni <pfg@FreeBSD.org>
  *  Peter Pentchev <roam@FreeBSD.org>
  *  Philip Paeps <philip@FreeBSD.org>
  *  Pierre-Paul Lavoie <ppl@nbnet.nb.ca>
  *  Pietro Cerutti <gahr@FreeBSD.org>
  *  Piotr Rybicki <meritus@innervision.pl>
  *  Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  Rainer Hurling <rhurlin@gwdg.de>
  *  Robert Jenssen
  *  Robin Schilham
  *  Rod Taylor <ports@rbt.ca>
  *  Roman Neuhauser <neuhauser@sigpipe.cz>
  *  Sander Vesik <sander@haldjas.folklore.ee>
  *  Scott Flatman <sf@dsinw.com>
  *  Seamus Venasse <svenasse@polaris.ca>
  *  Sergey A. Osokin <osa@FreeBSD.org>
  *  Sergey Akifyev <asa@agava.com>
  *  Sergey Akifyev <asa@gascom.ru>
  *  Sergey Skvortsov <skv@FreeBSD.org>
  *  Sergey Skvortsov <skv@protey.ru>
  *  Shell Hung <shell@shellhung.org>
  *  Shin-ya MURAKAMI <murashin@gfd-dennou.org>
  *  Stas Timokhin <devel@stasyan.com>
  *  Stefan A. Deutscher (sad@mailaps.org)
  *  Stefan Esser <se@StefanEsser.FreeBSD.org>
  *  Stephen Montgomery-Smith <stephen@FreeBSD.edu>
  *  Stephen Montgomery-Smith <stephen@FreeBSD.org>
  *  Stephen Montgomery-Smith <stephen@math.missouri.edu>
  *  Stephen Montgomery-Smith <stephen@missouri.edu>
  *  Steve Wills <steve@mouf.net>
  *  Steve Wills <swills@FreeBSD.org>
  *  Steven Kreuzer <skreuzer@FreeBSD.org>
  *  Steven Kreuzer <skreuzer@f2o.org>
  *  Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  TAKATSU Tomonari <tota@FreeBSD.org>
  *  Thierry Thomas (<thierry@pompo.net>)
  *  Thierry Thomas <thierry@pompo.net>
  *  Thomas Gellekum <tg@FreeBSD.org>
  *  Thomas Sandford <freebsduser@paradisegreen.co.uk>
  *  Timothy Bourke <timbob@bigpond.com>
  *  Tony Maher
  *  Tz-Huan Huang <tzhuan@csie.org>
  *  Vsevolod Stakhov <vsevolod@FreeBSD.org>
  *  Vsevolod Stakhov <vsevolod@highsecure.ru>
  *  Waitman Gobble <waitman@waitman.net>
  *  Wen Heping <wen@FreeBSD.org>
  *  Wen Heping <wenheping@gmail.com>
  *  Will Andrews <andrews@technologist.com>
  *  Yi-Hsuan Hsin <mhsin@mhsin.org>
  *  Ying-Chieh Liao <ijliao@FreeBSD.org>
  *  Yinghong.Liu <relaxbsd@gmail.com>
  *  Yoshiaki UCHIKAWA <yoshiaki@kt.rim.or.jp>
  *  Yukihiro Nakai <Nakai@technologist.com>
  *  Yuri Victorovich <yuri@FreeBSD.org>
  *  Yuri Victorovich <yuri@rawbw.com>
  *  Yuri Victorovich <yuri@tsoft.com>
  *  Zhen REN <bg1tpt@gmail.com>
  *  amir.husaini@gmail.com
  *  arved
  *  asami
  *  b.f. <bf@FreeBSD.org>
  *  bart <lbartoletti@FreeBSD.org>
  *  bauerm
  *  bf <bf2006a@yahoo.com>
  *  bf <bf@FreeBSD.org>
  *  bf@FreeBSD.org
  *  bremner@unb.ca
  *  chinsan
  *  chuckr@FreeBSD.org
  *  dawe <daweonline@gmail.com>
  *  dbader@ece.unm.edu
  *  dd
  *  demon@FreeBSD.org
  *  dikshie
  *  eserte
  *  fenner
  *  gahr
  *  giffunip
  *  gmarco@giovannelli.it
  *  gurkan@phys.ethz.ch
  *  ijliao
  *  janek@gaja.ipan.lublin.pl
  *  jhs@berklix.com / asami (original)
  *  jmz
  *  js@jeannot.org
  *  keith@FreeBSD.org
  *  ljo
  *  mr
  *  nobu@rd.isac.co.jp
  *  pauls@utdallas.edu
  *  pusto@web.de
  *  reg@shale.csir.co.za
  *  rfarmer@predatorlabs.net
  *  stephen@FreeBSD.org
  *  thierry@pompo.net
  *  tobez
  *  will
  * # Created by Matthias Fechner <mfechner@FreeBSD.org>

With hat:	portmgr
commit hash: f53eb28489aa8f30712cd8772d1a0e05c394a5da commit hash: f53eb28489aa8f30712cd8772d1a0e05c394a5da commit hash: f53eb28489aa8f30712cd8772d1a0e05c394a5da commit hash: f53eb28489aa8f30712cd8772d1a0e05c394a5da f53eb28
Sunday, 17 Apr 2022
23:58 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
math/fxt: Update to 2022.04.13

- Update MASTER_SITES
- Convert REINPLACE_CMD to patch file
- Update WWW
- Take maintainership
commit hash: 0a6959119fa7970dd81d7f339850ea8bbb5e3c81 commit hash: 0a6959119fa7970dd81d7f339850ea8bbb5e3c81 commit hash: 0a6959119fa7970dd81d7f339850ea8bbb5e3c81 commit hash: 0a6959119fa7970dd81d7f339850ea8bbb5e3c81 0a69591
Thursday, 29 Apr 2021
18:09 Neel Chauhan (nc) search for other commits by this committer
math/fxt: Update to 2021.04.06
commit hash: b46472b40f9a53bd451c907e020487dbc2f015ff commit hash: b46472b40f9a53bd451c907e020487dbc2f015ff commit hash: b46472b40f9a53bd451c907e020487dbc2f015ff commit hash: b46472b40f9a53bd451c907e020487dbc2f015ff b46472b
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Friday, 26 Jul 2019
20:46 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
Original commitRevision:507372 
Wednesday, 26 Dec 2018
12:21 linimon search for other commits by this committer
USES=compiler:c++11-lang is necessary to build on GCC-based
architectures.

PR:		234385
Submitted by:	Piotr Kubaj
Original commitRevision:488377 
Monday, 5 Nov 2018
06:54 jbeich search for other commits by this committer
Drop remaining BROKEN_FreeBSD_10 per EOL after r483807
Original commitRevision:484173 
Tuesday, 30 Oct 2018
01:55 wen search for other commits by this committer
- Remove compiler:c++11-lib from Uses, no needed here
Original commitRevision:483441 
01:20 wen search for other commits by this committer
- Update to 2018.07.03
Original commitRevision:483440 
Friday, 22 Jun 2018
08:04 yuri search for other commits by this committer
Reset MAINTAINER on ports maintained by amutu@amutu.com

Based on the new policy of all maintained ports reset
when maintaner is absent for 3 months.

Bug#226400 for science/py-tensorflow is ignored since 2018-03-06 (3+ months).
portscout database indicates that 48.94% of his ports aren't updated.
Original commitRevision:473019 
Friday, 18 Aug 2017
03:35 swills search for other commits by this committer
math/fxt: Update to 2017.07.25

PR:		221042
Submitted by:	Jov <amutu@amutu.com> (maintainer)
Original commitRevision:448206 
Monday, 10 Jul 2017
23:05 jrm search for other commits by this committer
math/fxt: Update to version 2017.06.27 and set new maintainer

PR:		220553
Submitted by:	maintainer: amutu@amutu.com
Original commitRevision:445464 
Wednesday, 15 Jun 2016
13:17 wen search for other commits by this committer
- Update to 2016.06.02
Original commitRevision:416925 
Sunday, 10 Apr 2016
12:41 mi search for other commits by this committer
Upgrade from 2016.02.27 to 2016.04.10.

Notified by: portscout
Original commitRevision:412927 
Monday, 7 Mar 2016
23:01 mat search for other commits by this committer
Update to 2016.02.27

PR:		206895
Submitted by:	tkato432 yahoo com
Sponsored by:	Absolight
Original commitRevision:410583 
Wednesday, 6 Jan 2016
19:48 pawel search for other commits by this committer
- Remove home grown plist target, it used deprecated @dirrm
  and make makeplist is doing the same job just fine
- Remove DOCS option, only DOCSDIR directory was installed,
  bump PORTREVISION - plist changed for default configuration
- Use options helper for EXAMPLES option
Original commitRevision:405387 
Saturday, 18 Jul 2015
16:10 pi search for other commits by this committer
math/fxt: upgrade 2012.06.18 -> 2015.07.17

A substantial number of algorithms have been added, much in the
combinatorial section, but also quite a few others.
Very many routines have been improved (optimizations and
handling corner cases).

Everything (well, all demos) pass valgrind, so a handful of bugs have
been squished that are next to impossible to find otherwise.

Apart from that, a real and ongoing effort has been made for readability.
Original commitRevision:392426 
Friday, 12 Jun 2015
20:58 erwin search for other commits by this committer
Reset dhn's ports

PR:		197522
Submitted by:	jbeich
Approved by:	portmgr
Original commitRevision:389300 
Tuesday, 29 Jul 2014
19:11 adamw search for other commits by this committer
Convert a bunch of EXTRACT_SUFX=... into USES=tar:...

Approved by:	portmgr (not really, but touches unstaged ports)
Original commitRevision:363374 
Friday, 4 Jul 2014
00:52 adamw search for other commits by this committer
Remove NOPORTDOCS and NOPORTEXAMPLES.

Approved by:	portmgr (blanket)
Original commitRevision:360499 
Wednesday, 18 Jun 2014
13:03 vanilla search for other commits by this committer
Stagify.

Approved by:	portmgr@
Original commitRevision:358270 
Monday, 26 May 2014
12:28 miwi search for other commits by this committer
- Convert gmake,bzip2 to USES

Approved by:	portmgr
Original commitRevision:355316 
Friday, 20 Sep 2013
20:55 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
math)
Original commitRevision:327746 
Wednesday, 20 Jun 2012
07:07 dhn search for other commits by this committer
- Update to 2012.06.18
Original commit
Saturday, 26 May 2012
14:41 dhn search for other commits by this committer
- Update to 2012.05.20
Original commit
Sunday, 22 Apr 2012
09:32 dhn search for other commits by this committer
- Update to 2012.04.21
Original commit
Monday, 27 Feb 2012
12:49 dhn search for other commits by this committer
- Update to 2012.02.25
Original commit
Sunday, 19 Feb 2012
10:39 dhn search for other commits by this committer
- Update to 2012.02.17
Original commit
Sunday, 12 Feb 2012
08:28 dhn search for other commits by this committer
- Update to 2012.02.11
Original commit
Thursday, 9 Feb 2012
19:49 dhn search for other commits by this committer
- Update to 2012.02.07
Original commit
Sunday, 29 Jan 2012
14:50 dhn search for other commits by this committer
- Update to 2012.01.28
Original commit
Thursday, 26 Jan 2012
14:29 dhn search for other commits by this committer
- Update to 2012.01.22
Original commit
Saturday, 14 Jan 2012
11:54 dhn search for other commits by this committer
- Update to 2012.01.13
Original commit
Thursday, 12 Jan 2012
13:17 dhn search for other commits by this committer
- Update to 2012.01.11
Original commit
Wednesday, 11 Jan 2012
17:48 dhn search for other commits by this committer
- Update to 2012.01.10
Original commit
Sunday, 8 Jan 2012
16:02 dhn search for other commits by this committer
- Update to 2012.01.06
Original commit
Sunday, 1 Jan 2012
09:30 dhn search for other commits by this committer
- Update to 2011.12.31
Original commit
Saturday, 24 Dec 2011
10:48 dhn search for other commits by this committer
- Update to 2011.12.23
Original commit
Tuesday, 20 Dec 2011
21:07 dhn search for other commits by this committer
- Update to 2011.12.19
Original commit
Sunday, 18 Dec 2011
21:19 dhn search for other commits by this committer
- Update to 2011.12.16
Original commit
Thursday, 15 Dec 2011
13:54 dhn search for other commits by this committer
- Update to 2011.12.14
Original commit
Sunday, 4 Dec 2011
10:33 dhn search for other commits by this committer
- Update to 2011.12.02

Feature safe:   yes
Original commit
Saturday, 12 Nov 2011
08:44 dhn search for other commits by this committer
- Update to 2011.11.11

Feature safe:   yes
Original commit
Thursday, 11 Aug 2011
17:03 dhn search for other commits by this committer
- Update to 2011.08.10
Original commit
Tuesday, 26 Jul 2011
18:55 dhn search for other commits by this committer
- Update to 2011.07.24
Original commit
Monday, 4 Jul 2011
16:28 dhn search for other commits by this committer
- Update to 2011.06.26

PR:             ports/158347
Submitted by:   Jin-Sih Lin <linpct@gmail.com>
Original commit
Sunday, 5 Jun 2011
07:46 dhn search for other commits by this committer
- Update to 2011.05.28
Original commit
Monday, 11 Apr 2011
16:00 dhn search for other commits by this committer
- Update to 2011.04.10
Original commit
Saturday, 26 Mar 2011
09:24 dhn search for other commits by this committer
- Update to 2011.03.25
Original commit
Tuesday, 15 Feb 2011
16:29 dhn search for other commits by this committer
- Update to 2011.02.13
Original commit
Sunday, 23 Jan 2011
10:54 dhn search for other commits by this committer
- Update to 2011.01.22

Feature safe:   yes
Original commit
Wednesday, 5 Jan 2011
20:14 dhn search for other commits by this committer
- Update to 2011.01.04
Original commit
Saturday, 25 Dec 2010
11:19 dhn search for other commits by this committer
- Update to 2010.12.24
Original commit
Tuesday, 30 Nov 2010
20:48 dhn search for other commits by this committer
- Update to 2010.11.28
Original commit
Monday, 1 Nov 2010
19:48 dhn search for other commits by this committer
- Fix plist

Reported by:    pointyhat
Original commit
Tuesday, 26 Oct 2010
20:22 dhn search for other commits by this committer
- Update to 2010.10.25
Original commit
Thursday, 17 Jun 2010
18:50 dhn search for other commits by this committer
- Update to 2010.06.15
Original commit
Wednesday, 2 Jun 2010
13:03 dhn search for other commits by this committer
- Update to 2010.06.01
Original commit
Tuesday, 25 May 2010
19:47 dhn search for other commits by this committer
- Update to 2010.05.23
Original commit
Sunday, 23 May 2010
09:00 dhn search for other commits by this committer
- Update to 2010.05.21
Original commit
Thursday, 20 May 2010
21:28 dhn search for other commits by this committer
- Update to 2010.05.06
Original commit
Thursday, 6 May 2010
18:13 dhn search for other commits by this committer
- Update to 2010.05.04
Original commit
Saturday, 24 Apr 2010
08:26 dhn search for other commits by this committer
- Update to 2010.04.23
Original commit
Tuesday, 20 Apr 2010
21:36 dhn search for other commits by this committer
- Update to 2010.04.18
Original commit
Saturday, 17 Apr 2010
11:02 dhn search for other commits by this committer
- Update to 2010.04.15
Original commit
Saturday, 20 Mar 2010
13:16 dhn search for other commits by this committer
- Update to 2010.03.16
Original commit
Sunday, 7 Mar 2010
14:36 dhn search for other commits by this committer
- Update to 2010.02.21
Original commit
Friday, 8 Jan 2010
18:25 dhn search for other commits by this committer
- Update to 2010.01.07
Original commit
Saturday, 7 Nov 2009
19:37 dhn search for other commits by this committer
- Update to 2009.11.03
Original commit
Wednesday, 30 Sep 2009
18:56 dhn search for other commits by this committer
- Update to 2009.09.20
Original commit
Monday, 31 Aug 2009
16:41 dhn search for other commits by this committer
- Update to 2009.08.30
Original commit
Sunday, 23 Aug 2009
14:18 dhn search for other commits by this committer
- Update to 2009.08.16
Original commit
Thursday, 6 Aug 2009
20:52 dhn search for other commits by this committer
- Update to 2009.08.05
Original commit
Monday, 3 Aug 2009
11:51 dhn search for other commits by this committer
- Update to 2009.08.02
Original commit
Monday, 27 Jul 2009
19:53 dhn search for other commits by this committer
- Update to 2009.07.26
Original commit
Tuesday, 14 Jul 2009
16:06 dhn search for other commits by this committer
- Update to 2009.07.14
Original commit
Wednesday, 1 Jul 2009
21:06 dhn search for other commits by this committer
- Update to 2009.06.30
Original commit
Thursday, 18 Jun 2009
17:02 dhn search for other commits by this committer
- Update to 2009.06.18
Original commit
Wednesday, 27 May 2009
17:43 dhn search for other commits by this committer
- Update to 2009.05.26
Original commit
Tuesday, 12 May 2009
21:30 dhn search for other commits by this committer
- Update to 2009.05.11

Approved by:    miwi (mentor implicit)
Original commit
Monday, 6 Apr 2009
18:04 dhn search for other commits by this committer
- Update to 2009.04.06

Approved by:    tabthorpe (co-mentor)
Original commit
Wednesday, 1 Apr 2009
15:24 dhn search for other commits by this committer
- Update to 2009.03.31

Approved by:    miwi (mentor)
Original commit
Monday, 23 Mar 2009
17:15 dhn search for other commits by this committer
- Update to 2009.03.22

Approved by:    miwi (mentor)
Original commit
Sunday, 22 Mar 2009
10:31 dhn search for other commits by this committer
- Update to 2009.03.21
- Update MASTER_SITES while I am here

Approved by:    miwi (mentor)
Original commit
Saturday, 7 Mar 2009
16:52 dhn search for other commits by this committer
- Update to 2009.03.05

Approved by: miwi (mentor)
Original commit
Friday, 6 Mar 2009
18:20 dhn search for other commits by this committer
- Use my FreeBSD address on the ports I maintain

Approved by:    tabthorpe (co-mentor)
Original commit
Friday, 20 Feb 2009
15:46 miwi search for other commits by this committer
- Update to 20090219

PR:             131905
Submitted by:   maintainer
Original commit
Sunday, 8 Feb 2009
23:07 miwi search for other commits by this committer
- Update to 2009.02.02

PR:             131243
Submitted by:   Dennis Herrmann <adox@mcx2.org> (maintainer)
Original commit
Wednesday, 28 Jan 2009
10:15 jadawin search for other commits by this committer
- Update to 2009.01.25

PR:             ports/131017
Submitted by:   Dennis Herrmann <adox _AT_ mcx2.org> (maintainer)
Original commit
Friday, 16 Jan 2009
00:14 miwi search for other commits by this committer
- Update to 2009.01.09
- Pass maintainership to submitter

PR:             130560
Submitted by:   Dennis Herrmann <adox@mcx2.org>
Original commit
Monday, 25 Aug 2008
21:16 miwi search for other commits by this committer
- Update to 20080817

PR:             126808
Submitted by:   Wen heping <wenheping@gmail.com>
Original commit

Number of commits found: 128 (showing only 100 on this page)

1 | 2  »