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) combination for a given watch list. This is what FreshPorts will look for.

non port: multimedia/qmmp/Makefile

Number of commits found: 66

Wednesday, 16 Jan 2019
11:13 tijl search for other commits by this committer
Fix Qt5 symbol version scripts to put the catch-all clause first.  When
a symbol matches multiple clauses the last one takes precedence.  If the
catch-all is last it captures everything.  In the case of Qt5 libraries
this caused all symbols to have a Qt_5 label while some should have
Qt_5_PRIVATE_API.  This only affects lld because GNU ld always gives the
catch-all lowest priority.

Older versions of Qt5Webengine exported some memory allocation symbols from
the bundled Chromium.  Version 5.9 stopped exporting these [1] but the
symbols were kept as weak wrappers for the standard allocation functions to
maintain binary compatibility. [2][3]  The problem is that the call to the
standard function in these weak wrappers is only resolved to the standard
function if there's a call to this standard function in other parts of
Qt5Webengine, because only then is there a non-weak symbol that takes
precedence over the weak one.  If there's no such non-weak symbol the call
in the weak wrapper resolves to the weak wrapper itself creating an infinite
call loop that overflows the stack and causes a crash.  Some of the
allocation functions are variants of C++ new and delete and it probably
depends on the compiler whether these variants are used in other parts of
Qt5Webengine.

Remove the weak wrappers (make them Linux specific).  This isn't binary
compatible but we are already breaking that with the changes to the symbol
versions.

[1]
https://github.com/qt/qtwebengine/commit/5c2cbfccf9aafb547b0b30914c4056abd25942a4
[2]
https://github.com/qt/qtwebengine/commit/2ed5054e3a800fa97c2c9e920ba1e6ea4b6ef2a5
[3]
https://github.com/qt/qtwebengine/commit/009f5ebb4bd6e50188671e0815a5dae6afe39db5

Bump all ports that depend on Qt5.

PR:		234070
Exp-run by:	antoine
Approved by:	kde (adridg)
Original commitRevision:490472 
Tuesday, 25 Dec 2018
20:25 tcberner search for other commits by this committer
Change cmake default behaviour to outsource.

Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".

I tried to only set insource where explictely needed.

PR:		232038
Exp-run by:	antoine
Original commitRevision:488341 
Sunday, 2 Dec 2018
15:41 rene search for other commits by this committer
Mark QT4 ports/functionality for removal on 2019-03-15

While here, chase some KDE4 ports and functionality, these are scheduled for
removal on 2018-12-31. Change the default option/flavor to QT5 where applicable
or use alternative toolkits like GTK.

Submitted by:	tcberner
Reviewed by:	adridg, jhale, rene, tcberner
Approved by:	portmgr (implicit, flavor hook)
Differential Revision:	https://reviews.freebsd.org/D17741
Original commitRevision:486467 
Tuesday, 6 Nov 2018
01:50 jbeich search for other commits by this committer
multimedia/ffmpeg: update to 4.1

Changes:	https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.1:/Changelog
ABI:		https://abi-laboratory.pro/tracker/timeline/ffmpeg/
Original commitRevision:484273 
Thursday, 28 Jun 2018
17:39 tcberner search for other commits by this committer
Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk

From now on, ports that depend on Qt4 will have to set
	USES=		qt:4
	USE_QT=		foo bar
ports depending on Qt5 will use
	USES=		qt:5
	USE_QT=		foo bar

PR:		229225
Exp-run by:	antoine
Reviewed by:	mat
Approved by:	portmgr (antoine)
Differential Revision:	-https://reviews.freebsd.org/D15540
Original commitRevision:473503 
Wednesday, 2 May 2018
15:07 jbeich search for other commits by this committer
multimedia/ffmpeg: update to 4.0

- FFSERVER support was removed upstream
- libressl now uses libtls backend instead of patching openssl one
- Clang i386 no longer uses 16-byte aligned stack

Changes:	https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.0:/Changelog
ABI:		https://abi-laboratory.pro/tracker/timeline/ffmpeg/
PR:		227726
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D15175
Original commitRevision:468844 
Thursday, 5 Apr 2018
20:13 jhale search for other commits by this committer
Update sysutils/libcdio to 2.0.0
- Add regression tests

Update multimedia/vcdimager to 2.0.1
- Previous version is incompatible with new libcdio API; update was neccesary
- Add regression tests
- Fix LICENSE
- Sort pkg-plist
- Update WWW in pkg-descr

Bump PORTREVISON on dependent ports due to libcdio shared libary increase

Changes
(libcdio):	http://git.savannah.gnu.org/cgit/libcdio.git/plain/NEWS?h=release-2.0.0
Changes (vcdimager):	https://github.com/rocky/vcdimager/blob/3b56705/NEWS
Differential Revision:	https://reviews.freebsd.org/D14469
Original commitRevision:466597 
Thursday, 15 Mar 2018
16:19 adridg search for other commits by this committer
Switch qmmp to USES=libarchive

The LIB_DEPENDS line can also be satisfied by base libarchive, which
then leads to problems at configure time because the CMake code looks for
ports libarchive. This is hidden as long as CMake depends on the ports
version of libarchive.

PR:		226538
Approved by:	tcberner (mentor), liangtai.s16@gmail.com (maintainer)
Differential Revision:	https://reviews.freebsd.org/D14655
Original commitRevision:464599 
Sunday, 3 Dec 2017
17:32 riggs search for other commits by this committer
Update to upstream version 0.11.0

Details:
- Update to upstream version 0.11.0
- New OPTIONS: SHOUTCAST, FILEWRITER, ARCHIVE
- Pet portlint

PR:		223926
Submitted by:	liangtai.s16@gmail.com (maintainer)
Original commitRevision:455412 
Saturday, 21 Oct 2017
06:50 jbeich search for other commits by this committer
multimedia/ffmpeg: update to 3.4

Notable changes:
- i386/amd64 now depend on NASM per
https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/4f9297ac3b39
- NETCDF is now MYSOFA but the dependency doesn't exist in ports yet
- SCHROEDINGER is gone per
https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/220b24c7c9
- DRM, LIBRSVG2, LIBXML2 are new options
- ABI isn't completely compatible: some structs have changed

Minor cleanup:
- Don't pass --disable-{in,out}dev when it's already blocked by disabled
dependency
- Drop redundant "Enable" from option descriptions
- Switch CDIO_DESC to use Mk/bsd.options.desc.mk

Changes:	https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.4:/Changelog
ABI:		https://abi-laboratory.pro/tracker/timeline/ffmpeg/
PR:		223057
Exp-run by:	antoine
Original commitRevision:452570 
Sunday, 13 Aug 2017
22:24 ultima search for other commits by this committer
* Updated to 0.10.10
* Cleanup Makefile
* Added license file

PR:		221247
Submitted by:	SimaMoto,RyoTa (maintainer)
Reviewed by:	matthew (mentor)
Approved by:	matthew (mentor)
Differential Revision:	https://reviews.freebsd.org/D11999
Original commitRevision:447917 
Tuesday, 23 May 2017
05:03 rezny search for other commits by this committer
Revision bump of all ports with USE_GL after consolidation of mesa-libs

Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D10845
Original commitRevision:441503 
Tuesday, 25 Apr 2017
08:20 riggs search for other commits by this committer
Chase ffmpeg 3.3 update (ABI changes)

PR:		218658
Submitted by:	riggs
Original commitRevision:439367 
Saturday, 25 Mar 2017
11:13 riggs search for other commits by this committer
Update to upstream version 0.10.7

Details:
- Update to upstream version 0.10.7
- Retire MPLAYER2 OPTION
- Rename MPLAYER1 OPTION to MPLAYER

PR:		218008
Submitted by:	liangtai.s16@gmail.com (maintainer)
Original commitRevision:436895 
09:59 rene search for other commits by this committer
multimedia/qmmp[-qt5]: remove expired optional dependency on multimedia/mplayer2
Original commitRevision:436890 
Saturday, 18 Feb 2017
15:23 riggs search for other commits by this committer
Chase wavpack update: bump PORTREVISION on ports linking to it by default

PR:		216847
Reported by:	pkubaj@anongoth.pl
MFH:		2017Q1
Original commitRevision:434359 
Monday, 19 Dec 2016
01:08 jbeich search for other commits by this committer
multimedia/ffmpeg: expose SOXR dependency
Original commitRevision:428895 
Sunday, 11 Dec 2016
15:22 jbeich search for other commits by this committer
multimedia/ffmpeg: update to 3.2.2

Changes:	https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.2.2:/Changelog
PR:		207547
Submitted by:	riggs, ebirth@b0ss.net (libressl fix)
Exp-run by:	antoine (3 tries)
Original commitRevision:428352 
Friday, 21 Oct 2016
12:51 mat search for other commits by this committer
${RM} already has -f.

PR:		213570
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Original commitRevision:424411 
Tuesday, 23 Aug 2016
19:04 olivierd search for other commits by this committer
- Update to 0.10.2
- Switch to CMake boolean flags

PR:		210843 (update to 0.10.1)
Submitted by:	SimaMoto,RyoTa (maintainer)
Original commitRevision:420734 
Sunday, 26 Jun 2016
20:32 olivierd search for other commits by this committer
- Adjust dependencies, switch to *_IMPLIES (for JACK option)
- Enhance description

Submitted by:	SimaMoto,RyoTa (maintainer)
Original commitRevision:417616 
Saturday, 25 Jun 2016
19:39 olivierd search for other commits by this committer
Fix package origin of audio/libsoxr
Original commitRevision:417482 
19:31 olivierd search for other commits by this committer
- Update to 0.10.0
- Remove SRCONV option
- Add 3 new options: TWOPANEDIALOG, QTMULTIMEDIA and SOXR

Changes:
https://sourceforge.net/p/qmmp-dev/code/HEAD/tree/branches/qmmp-0.10/ChangeLog

PR:		210523
Submitted by:	SimaMoto,RyoTa <liangtai.s16@gmail.com> (maintainer)
Original commitRevision:417480 
Saturday, 11 Jun 2016
08:38 olivierd search for other commits by this committer
- Update to 0.9.10
- Adjust dependencies
- Set PORTSCOUT to specify targeted version is 0.*, not 1.*.

PR:		209913
Submitted by:	<liangtai.s16@gmail.com> (maintainer)
Original commitRevision:416705 
Monday, 9 May 2016
17:05 olivierd search for other commits by this committer
- Update to 0.9.9 [2]
- Replace CFLAGS, and LDFLAGS by USES= localbase [2]
- USES= desktop-file-utils uses only with DIR_ASSOC option [1]

PR:		209245
Submitted by:	<liangtai.s16@gmail.com> (maintainer) [1], myself [2]
Original commitRevision:414868 
Friday, 29 Apr 2016
15:20 arved search for other commits by this committer
Update libcdio: 0.92 -> 0.93
Udpate libcdio-paranoia: 10.2+0.90+1 -> 10.2+0.93+1

Bump PORTREVISIONs of dependents because of shared library version bump.
Original commitRevision:414276 
Friday, 1 Apr 2016
14:16 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412348 
Friday, 29 Jan 2016
21:54 olivierd search for other commits by this committer
Update to 0.9.7

Changelog:
http://sourceforge.net/p/qmmp-dev/code/HEAD/tree/tags/qmmp-0.9.7/ChangeLog

PR:		206669
Submitted by:	<liangtai.s16@gmail.com> (maintainer)
Original commitRevision:407497 
Friday, 8 Jan 2016
09:55 olivierd search for other commits by this committer
Update to 0.9.6

PR:		205916
Submitted by:	<liangtai.s16@gmail.com> (maintainer)
Original commitRevision:405537 
Friday, 25 Dec 2015
17:39 olivierd search for other commits by this committer
- Update multimedia/qmmp to 0.9.5
- Update multimedia/qmmp-plugin-pack to 0.9.3

- Add multimedia/qmmp-qt5 (1.0.4)
- Add multimedia/qmmp-plugin-pack-qt5 (1.0.2)

Qmmp 0.9.x works only with Qt4, whereas 1.x switched to Qt5

PR:		203948
Submitted by:	<liangtai.s16@gmail.com> (maintainer)
Original commitRevision:404443 
Saturday, 24 Oct 2015
14:46 danfe search for other commits by this committer
Bump port revision after `audio/libsidplayfp' update to chase the shared
library libsidplayfp.so's version (3 -> 4).

Reported by:	bar
Original commitRevision:400124 
Wednesday, 14 Jan 2015
21:52 bapt search for other commits by this committer
Update qmmp and its plugin pack to 0.8.3
Clean up plist

PR:		196634
Submitted by:	jdhore1@gmail.com (patch by maintainer)
Original commitRevision:377052 
Monday, 8 Dec 2014
16:48 tijl search for other commits by this committer
Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
the 32 ports that still use it.  Bump PORTREVISION on their dependent
ports except the ones that depend on these:

audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt

In these cases the same trick as in the recent gettext update is used.
The ports install a symlink with the old library version.  When enough
of their dependent ports have had regular updates the remaining ones can
get a PORTREVISION bump and the links can be removed.

Also remove the devel/pcre dependency from USE_GNOME=glib20.  It causes
over 2200 packages to depend on devel/pcre while less than 200 actually
link with it.  The glib20 package still depends on devel/pcre so this
should not make a difference for ports with USE_GNOME=glib20.  Also,
libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so
USE_GNOME=glib20 should not propagate it.

PR:		195724
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Original commitRevision:374303 
Sunday, 9 Nov 2014
16:33 riggs search for other commits by this committer
Update audio/libsidplayfp to upstream version 1.6.0

Bump PORTREVISION of dependent ports

PR:		194626
Submitted by:	liangtai.s16@gmail.com (maintainer)
Original commitRevision:372366 
Wednesday, 10 Sep 2014
20:50 gerald search for other commits by this committer
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
Original commitRevision:367888 
Tuesday, 26 Aug 2014
03:11 amdmi3 search for other commits by this committer
- Switch converters/enca to USES=libtool, drop .la files
- Add LICENSE_FILE
- Bump dependent ports as .so version has changed

Approved by:	portmgr blanket
Original commitRevision:366179 
Saturday, 9 Aug 2014
13:09 antoine search for other commits by this committer
Unbreak

Pointy hat:	arved
Original commitRevision:364437 
10:06 arved search for other commits by this committer
Chase library dependencies after libcdio <-> libcdio-paranoia split

PR:		192271
Original commitRevision:364423 
Monday, 4 Aug 2014
15:46 amdmi3 search for other commits by this committer
- Switch audio/musepack to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed
- Fix audio/abcde by requiring python
- Fix audio/moc plist with MUSEPACK enabled

Approved by:	portmgr blanket
Original commitRevision:364024 
Saturday, 2 Aug 2014
21:03 riggs search for other commits by this committer
- Update to upstream version 0.8.0
- Add additonal OPTIONS for replay gain scanner, sid support and
  GNOME/Cinnamon hotkeys
- General cleanups

PR:		188347
Submitted by:	liangtai.s16@gmail.com (maintainer)
Approved by:	mentors (implicit)
Original commitRevision:363838 
Tuesday, 29 Jul 2014
18:41 adamw search for other commits by this committer
Convert a bunch of USE_BZIP2 to USES=tar:bzip2

Approved by:	portmgr (not really, but touches unstaged ports)
Original commitRevision:363371 
Wednesday, 11 Jun 2014
21:43 bar search for other commits by this committer
- Added libtool to USES for audio/wildmidi
- Bump PORTREVISION for dependent ports

Approved by:	portsmgr blanket
Original commitRevision:357543 
Wednesday, 5 Feb 2014
15:53 bapt search for other commits by this committer
Chase libmad changes
Original commitRevision:342735 
Friday, 17 Jan 2014
16:00 makc search for other commits by this committer
- Update to 0.7.4
- Fix build with non-default options
- Remove obsolete patch (CMAKE_INSTALL_RPATH_USE_LINK_PATH is now set globally)

PR:		ports/185219
Submitted by:	RyoTa SimaMoto (maintainer)
Original commitRevision:340064 
Wednesday, 13 Nov 2013
13:11 wg search for other commits by this committer
multimedia/qmmp: use options helpers

PR:		ports/183919
Submitted by:	maintainer
Original commitRevision:333682 
Sunday, 20 Oct 2013
11:57 wg search for other commits by this committer
multimedia/qmmp: update to 0.7.3

- Update to 0.7.3
- Disable legacy ffmpeg
- Fix staging

PR:		ports/177793
Submitted by:	RyoTa SimaMoto <liangtai.s4 gmail.com> (maintainer)
Original commitRevision:331008 
Saturday, 19 Oct 2013
16:43 wg search for other commits by this committer
multimedia/ffmpeg: update to 2.0.1

- Update main ffmpeg port to 2.0.1
- Bump and update dependent ports when necessary (API change)

Approved by:	portmgr (bapt)
Original commitRevision:330909 
Friday, 20 Sep 2013
20:57 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
multimedia)
Original commitRevision:327747 
Thursday, 11 Jul 2013
16:26 sunpoet search for other commits by this committer
- Update to 7.31.0
- Bump PORTREVISION for ftp/curl shlib change
- Add TEST_DEPENDS
- Convert to new options framework
- Adjust options:
  - Add COOKIES
  - Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1]
  - Add GSSAPI and SPNEGO [2]
  - Remove KERBEROS4
  - Rename LIBIDN to IDN
  - Remove TRACKMEMORY [1]
- Sort option handler
- Add SLAVEDIRS: ftp/curl-hiphop
- Cosmetic change
- Cleanup Makefile header
- While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile

Changes:	http://curl.haxx.se/changes.html
PR:		ports/172325 (-exp run), ports/177369 (based on) [1]
Submitted by:	Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2]
Exp run by:	miwi
Original commitRevision:322783 
Sunday, 9 Jun 2013
19:30 naddy search for other commits by this committer
* Major update to FLAC 1.3.0, including shared library bumps.
* Chase the update in dependent ports.

PR:		179072
Original commitRevision:320405 
Tuesday, 23 Apr 2013
14:20 bapt search for other commits by this committer
Finish converting the whole ports tree to USES=pkgconfig
Original commitRevision:316355 
Friday, 22 Mar 2013
20:06 makc search for other commits by this committer
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
  for users

Approved by:	portmgr (miwi)
Original commitRevision:314960 
Sunday, 19 Aug 2012
11:59 madpilot search for other commits by this committer
- Update to 0.6.3
- Add build dependency on pkgconfig

PR:		ports/170668
Submitted by:	RyoTa SimaMoto <liangtai.s4@gmail.com> (maintainer)
Approved by:	crees, tabthorpe (mentors, implicit)
Original commit
Thursday, 19 Jul 2012
20:15 naddy search for other commits by this committer
libogg.so.8: Bump PORTREVISION for ports that depend on libogg,
directly or indirectly (via libvorbis, libtheora).
Original commit
Wednesday, 4 Jul 2012
21:01 pawel search for other commits by this committer
Update to version 0.6.0

PR:             ports/169574
Submitted by:   RyoTa SimaMoto <liangtai.s4@gmail.com> (maintainer)
Original commit
Sunday, 24 Jun 2012
10:04 scheidell search for other commits by this committer
- Update to 0.5.6
- Remove launcher script

PR:             ports/169293
Submitted by:   RyoTa SimaMoto <liangtai.s4@gmail.com> (maintainer)
Original commit
Wednesday, 6 Jun 2012
06:44 miwi search for other commits by this committer
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4

Review by:      bapt, David Naylor (kde team)
Original commit
Friday, 1 Jun 2012
05:26 dinoex search for other commits by this committer
- update png to 1.5.10
Original commit
Tuesday, 29 May 2012
16:14 pawel search for other commits by this committer
Update to 0.5.5

PR:             ports/168346
Submitted by:   RyoTa SimaMoto <liangtai.s4@gmail.com> (maintainer)
Original commit
Thursday, 1 Mar 2012
21:27 crees search for other commits by this committer
Update to 0.5.4

PR:             ports/164832
Submitted by:   RyoTa SimaMoto <liangtai.s4@gmail.com> (maintainer)
Original commit
Friday, 24 Feb 2012
23:14 pgollucci search for other commits by this committer
- Chase audio/wildmidi shlib bump

Reported by:    pav via pointyhat
Original commit
Thursday, 16 Feb 2012
15:57 ashish search for other commits by this committer
- Bump PORTREVISION to chase the update of multimedia/libvpx
Original commit
Wednesday, 18 Jan 2012
17:36 arved search for other commits by this committer
Chase libcdio shlib bump
Original commit
Sunday, 30 Oct 2011
11:14 pawel search for other commits by this committer
- Update to version 0.5.2
- Build switched from gmake to cmake
- Improve pkg-descr

PR:             ports/162079
Submitted by:   SimaMoto, RyoTa <liangtai.s4@gmail.com> (maintainer)
Original commit
Friday, 24 Jun 2011
22:39 mm search for other commits by this committer
Bump due to ffmpeg update to 0.7.1
Original commit
Friday, 18 Mar 2011
09:24 miwi search for other commits by this committer
This program is an audio-player, written with help of Qt library.
Its user interface is similar to winamp or xmms.

features:
        Last.fm scrobbler, D-Bus, Spectrum Analyzer, sample rate conversion,
        streaming (MP3, Vorbis via IceCast/ShoutCast), projectm visualization,
        device detection, MPRIS, global hotkey, video playback using Mplayer,
        Bauer Stereophonic-to-Binaural DSP, projectM audio visulaliser,
        lyrics (from LyricWiki.orig), and all skins for winamp and/or xmms
input plugins:
        MPEG1 layer 1/2/3, Ogg Vorbis, native FLAC, Musepack, WavePack,
        ModPlug, WMA (and other formats provided by FFmpeg library), PCM WAVE,
        AAC, CD audio and CUE (including flac, WavPack embeded cue)
output plugins:
        PulseAudio, OSS and Jack

WWW: http://qmmp.ylsoftware.com/
or http://code.google.com/p/qmmp/

PR:             ports/154773
Submitted by:   SimaMoto,RyoTa <liangtai.s4 at gmail.com>
Original commit

Number of commits found: 66