non port: news/pan/Makefile |
SVNWeb
|
Number of commits found: 114 (showing only 100 on this page) |
Sat, 26 Aug 2023
|
[ 21:03 Po-Chuan Hsieh (sunpoet) ] 7a4777d (Only the first 10 of 116 ports in this commit are shown above. )
*: Rename GTK+ to GTK
GTK+ has been renamed to GTK since 2019.
Reference: https://mail.gnome.org/archives/gtk-devel-list/2019-February/msg00000.html
Approved by: portmgr (blanket)
|
Fri, 21 Jul 2023
|
[ 18:26 Muhammad Moinur Rahman (bofh) ] babd083
news/pan: Fix build with llvm16
- Pet portclippy
Sponsored by: The FreeBSD Foundation
|
Thu, 2 Mar 2023
|
[ 05:23 Tobias C. Berner (tcberner) ] fa81a4f (Only the first 10 of 1168 ports in this commit are shown above. )
accessibility/at-spi2-core: update to 2.46.0
What's new in at-spi2-core 2.46.0:
* Fix GetInterfaces documentation on org.a11y.atspi.Accessible
interface.
What's new in at-spi2-core 2.45.91:
* Send device event controller events using the same signature as other
events.
* Document the Accessible, Action, and Cache dbus interfaces.
* Fix license of atspi-gmain.c (#87).
What's new in at-spi2-core 2.45.90:
* xml: Add some documentation.
* xml: Fix event arguments. (Only the first 15 lines of the commit message are shown above )
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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.
(Only the first 15 lines of the commit message are shown above )
|
Wed, 20 Jul 2022
|
[ 14:22 Tobias C. Berner (tcberner) ] 4f7ba00 (Only the first 10 of 48 ports in this commit are shown above. )
news: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Adam David <adam@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Andreas Klemm <andreas@klemm.gtn.com>
* Andrey Slusar <anray@FreeBSD.org>
* Brian Somers <brian@FreeBSD.org>
* Carey Jones <mcj@acquiesce.org>
* David O'Brien (obrien@cs.ucdavis.edu)
* Denis Shaposhnikov <dsh@vlink.ru>
* Don Croyle <croyle@gelemna.org>
* Donald Burr <dburr@FreeBSD.org>
* Frederic Cambus (Only the first 15 lines of the commit message are shown above )
|
Sun, 10 Oct 2021
|
[ 19:44 Baptiste Daroussin (bapt) ] 2c672a4 (Only the first 10 of 586 ports in this commit are shown above. )
INSTALLS_ICONS: retire the macro and rework the related dependencies
While here, make sure gtk-update-icon-cache is only on run dependency
where added as a dependency
Enforce gtk3 to depend on gtk-update-icon-cache (previously it was
inheriting the dependency)
|
Fri, 14 May 2021
|
[ 19:51 Dmitry Marakasov (amdmi3) ] 9347f26
news/pan: remove manual linking with -lgnuregex
This looks like a hack needed for a patch from 2001 (which is long
gone) to work. Today it breaks the build because it lacks corresponding
dependency, so remove it.
Approved by: portmgr blanket
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Fri, 26 Jul 2019
|
[ 20:46 gerald ] (Only the first 10 of 3853 ports in this commit are shown above. )
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
|
Sun, 24 Feb 2019
|
[ 22:00 linimon ]
Add USES=compiler:c++11-lang to fix build on GCC-based
architectures.
PR: 235743
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket)
|
Tue, 5 Feb 2019
|
[ 15:42 tobik ]
There is no *_CONFIGURE_DISABLE options helper
|
Sat, 10 Nov 2018
|
[ 03:38 swills ]
news/pan: Update to 0.145
PR: 230112
Submitted by: Nathan <ndowens@yahoo.com> (based on)
|
Wed, 11 Jan 2017
|
[ 13:34 kwm ]
Update pan to 0.141.
Register indirect dependancies.
|
Mon, 9 Jan 2017
|
[ 22:21 kwm ]
Drop USE_GCC, this fixed a segfault crash when starting the program.
PR: 199303
MFH: 2017Q1
|
Tue, 3 Jan 2017
|
[ 17:06 jbeich ] (Only the first 10 of 27 ports in this commit are shown above. )
Assume "pkg-config zlib" works after 9.x reached EOL
Many ports passed ZLIB_CFLAGS="-I/usr/include" ZLIB_LIBS="-L/usr/lib -lz"
which is unsafe at least with lang/gcc* that override some system headers
and have newer libgcc_s.so that our old version in base may not be
forward-compatible with.
|
Sun, 20 Nov 2016
|
[ 09:38 gerald ] (Only the first 10 of 364 ports in this commit are shown above. )
Bump PORTREVISIONS for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler.
|
Tue, 17 May 2016
|
[ 16:58 olivierd ]
- Fix build on 9.x (extract of build error, below)
- Replace CPPFLAGS and LDFLAGS by USES= localbase
checking for ZLIB... no
configure: error: Package requirements (zlib >= 1.2.0) were not met:
Package zlib was not found in the pkg-config search path.
Perhaps you should add the directory containing `zlib.pc'
to the PKG_CONFIG_PATH environment variable
Package 'zlib', required by 'world', not found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables ZLIB_CFLAGS
and ZLIB_LIBS to avoid the need to call pkg-config.
|
Sun, 10 Apr 2016
|
[ 15:46 pi ]
news/pan: 0.139 -> 0.140
Changes:
https://git.gnome.org/browse/pan2/plain/NEWS
PR: 208585
Reviewed by: Detlef Graef <detlef.graef@yahoo.de>
|
Fri, 1 Apr 2016
|
[ 14:16 mat ] (Only the first 10 of 2612 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
|
Fri, 25 Mar 2016
|
[ 09:49 kwm ]
* Add gnutls options for SSL news servers (default on)
* Make gettext optional.
* Turn toolkit selection into a radio option.
PR: 208165 (with minor tweaks)
Submitted by: cpet <freebsd@shotmail.ru>
|
Sat, 12 Dec 2015
|
[ 23:37 kwm ]
Staticly link to libgcc and libstdc++. This fixes a segmentation fault
when trying to run pan on a libc++ based system.
PR: 199303
Submitted by: Andrew <andrew_terekhov@yahoo.com>
|
Fri, 11 Apr 2014
|
[ 13:51 kwm ]
Stagify
USES=gmake tar:bzip2 and sort USES
Use new LIB_DEPENDS syntax.
Add USE_GCC=any to fix the build on 10.0+. [1]
PR: ports/182203 [1]
Submitted by: Walter Hurry <walterhurry@gmail.com>
|
Fri, 20 Sep 2013
|
[ 22:31 bapt ] (Only the first 10 of 89 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
news)
|
Fri, 13 Sep 2013
|
[ 14:45 madpilot ]
Add missing iconv in USES.
Reported by: swills
Approved by: portmgr (bapt, implicit)
|
Wed, 4 Sep 2013
|
[ 18:06 madpilot ] (Only the first 10 of 129 ports in this commit are shown above. )
- Make ports use the libc provided iconv implementation on 10-CURRENT
after r254273
- Fix a bunch of ports to properly work after this
- Mark converters/libiconv as IGNORE for systems with iconv in libc
Reviewed by: bapt
Approved by: portmgr (bapt)
Discussed with: bapt, bsam (who both contributed ideas and code)
|
Mon, 2 Sep 2013
|
[ 22:11 bapt ]
Add an explicit dependency on pkgconf
|
Sun, 18 Aug 2013
|
[ 19:19 swills ]
- Fix build on CURRENT
|
Wed, 22 May 2013
|
[ 09:30 kwm ]
Swith to gmime 2.6, pan prefers it over gmime 2.4.
Fix reversed logic in the GTK3 option [1].
PR: ports/177973
Submitted by: Thomas Mueller <tmueller@sysgo.com>
|
Fri, 26 Apr 2013
|
[ 10:44 ak ] (Only the first 10 of 277 ports in this commit are shown above. )
- Convert USE_GETTEXT to USES (part 4)
Approved by: portmgr (bapt)
|
Sat, 16 Mar 2013
|
[ 13:33 kwm ]
Fix plist [1], while here use USES=pathfix instead of gnomehack.
Submitted by: QAT
|
Fri, 8 Mar 2013
|
[ 10:51 kwm ] (Only the first 10 of 417 ports in this commit are shown above. )
* Update the glib to 2.34.3 and gtk20 to 2.24.17 and gtk30 to 3.6.4 which
are the latest stable releases.
* Update vala to the newest stable release 0.18.1, also update a few ports
in the gtk/gnome stack.
* The c++ bindings ports for glib, atk, gconf, etc, have now USE_GNOME toggles.
* Remove pkg-config run depends from glib20 and freetype2. This doesn't
eliminate pkg-config run dependency completely, a second phase is needed
and is planned.
* Support for .:run. and .:build. for USE_GNOME components was added.
Currently only libxml2 and libxslt support this mechanism.
* Updates of the telepathy stack and empathy.
* Trim makefile headers, convert ports to new options, trim off library
versions for some ports.
* Fix other ports so they build with the new glib version.
Thanks to miwi and crees for helping out with some exp-runs.
Approved by: portmgr (miwi & bapt)
Obtained from: gnome team repo
|
Mon, 10 Dec 2012
|
[ 19:11 mm ] (Only the first 10 of 233 ports in this commit are shown above. )
Update PCRE to 8.32
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports
|
Fri, 1 Jun 2012
|
[ 05:26 dinoex ] (Only the first 10 of 4371 ports in this commit are shown above. )
- update png to 1.5.10
|
Tue, 14 Feb 2012
|
[ 12:45 mm ] (Only the first 10 of 140 ports in this commit are shown above. )
Bump pcre library dependency due to 8.30 update
|
Fri, 23 Sep 2011
|
[ 22:26 amdmi3 ] (Only the first 10 of 2369 ports in this commit are shown above. )
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav
|
Sat, 13 Aug 2011
|
[ 15:37 kwm ]
Update to 0.135.
Add optional GTK+3 UI option.
Add LICENSE.
PR: ports/159723 (based on)
Submitted by: "Conrad J. Sabatier" <conrads@cox.net>
|
Thu, 11 Aug 2011
|
[ 19:20 kwm ] (Only the first 10 of 543 ports in this commit are shown above. )
Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.
PR: ports/159624
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
|
Mon, 28 Feb 2011
|
[ 12:29 kwm ]
Update to 0.134.
Switch to gmime 2.4
|
Mon, 31 May 2010
|
[ 02:01 ade ] (Only the first 10 of 1416 ports in this commit are shown above. )
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.
|
Sun, 28 Mar 2010
|
[ 06:47 dinoex ] (Only the first 10 of 4470 ports in this commit are shown above. )
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi
|
Fri, 5 Feb 2010
|
[ 11:46 dinoex ] (Only the first 10 of 4271 ports in this commit are shown above. )
- update to jpeg-8
|
Fri, 31 Jul 2009
|
[ 13:57 dinoex ] (Only the first 10 of 3009 ports in this commit are shown above. )
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin
|
Mon, 4 Aug 2008
|
[ 02:28 mezz ]
Update to 0.133.
Security: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-2363
|
Fri, 6 Jun 2008
|
[ 13:55 edwin ] (Only the first 10 of 13 ports in this commit are shown above. )
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
|
Sat, 19 Apr 2008
|
[ 17:56 miwi ] (Only the first 10 of 2842 ports in this commit are shown above. )
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
|
Mon, 24 Mar 2008
|
[ 03:50 marcus ] (Only the first 10 of 712 ports in this commit are shown above. )
The FreeBSD GNOME team is proud to annunce the release of GNOME 2.22.0 for
FreeBSD. The official GNOME 2.22 release notes can be found at
http://library.gnome.org/misc/release-notes/2.22/ . On the FreeBSD front,
this release features an updated hal port with support for video4linux
devices, DRM (Direct Rendering), and better support of removable media. Work
is also underway to tie webkit more closely into GNOME. As part of the
GNOME 2.22 upgrade, GStreamer received a rather large upgrade as well.
Be sure to consult UPDATING on the proper steps to upgrade all of your
GNOME ports.
This release would not have been possible without the contributions and
testing efforts of the following people:
Pawel Worach
kan
edwin
Peter Ulrich Kruppa
J. W. Ballantine
Yasuda Keisuke
Andriy Gapon
|
Fri, 3 Aug 2007
|
[ 03:55 mezz ]
Update to 0.132.
|
Sun, 27 May 2007
|
[ 05:08 mezz ]
Update to 0.131.
|
Fri, 25 May 2007
|
[ 04:34 mezz ]
Update to 0.130.
|
Sat, 19 May 2007
|
[ 20:32 flz ] (Only the first 10 of 7868 ports in this commit are shown above. )
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
Mon, 23 Apr 2007
|
[ 21:25 mezz ]
Change this patch to a better fix, bump the PORTREVISION.
GNOME Bugzilla: http://bugzilla.gnome.org/show_bug.cgi?id=432387
Submitted by: Charles Kerr (developer)
Tested by: pav
|
Sun, 22 Apr 2007
|
[ 16:22 mezz ]
Update to 0.128.
|
Fri, 13 Apr 2007
|
[ 16:39 mezz ]
Update to 0.127.
|
Sat, 31 Mar 2007
|
[ 16:24 mezz ]
-Update to 0.126.
-Remove a FreeBSD 4.x check.
|
Sun, 11 Mar 2007
|
[ 19:41 krion ] (Only the first 10 of 14 ports in this commit are shown above. )
Remove devel/pcre-utf8 and enable UTF8 support in devel/pcre by
default.
Bump PORTREVISION on all dependent ports.
|
Thu, 22 Feb 2007
|
[ 21:35 mezz ]
Update to 0.125.
|
Tue, 13 Feb 2007
|
[ 04:48 mezz ]
Update to 0.124.
|
Wed, 7 Feb 2007
|
[ 06:18 mezz ]
Update to 0.123.
|
Sun, 4 Feb 2007
|
[ 05:45 mezz ]
Update to 0.122.
|
Tue, 23 Jan 2007
|
[ 19:33 mezz ]
Update to 0.121.
|
Wed, 3 Jan 2007
|
[ 05:43 mezz ]
Update to 0.120.
|
Sat, 11 Nov 2006
|
[ 14:19 mezz ]
Update to 0.119.
|
Sat, 4 Nov 2006
|
[ 22:25 mezz ]
Mark IGNORE on 4.X as it does not build.
Reported by: krismail
|
Fri, 3 Nov 2006
|
[ 19:53 mezz ]
Update to 0.118.
|
Thu, 2 Nov 2006
|
[ 17:46 marcus ]
Update to 0.117.
Submitted by: mezz
|
Sat, 14 Oct 2006
|
[ 17:41 mezz ]
Fix slow download and download corrupted in 0.116. Patch was took from CVS.
Bump the PORTREVISION.
Bugzilla: http://bugzilla.gnome.org/show_bug.cgi?id=361941
Approved by: portmgr (marcus)
|
[ 08:54 marcus ] (Only the first 10 of 893 ports in this commit are shown above. )
Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed.
Submitted by: mezz, ahze, pav, and many others
Approved by: portmgr (implicit, kris)
|
Sun, 28 May 2006
|
[ 15:54 pav ] (Only the first 10 of 28 ports in this commit are shown above. )
- Rename ports
textproc/gtkspell2 -> textproc/gtkspell
textproc/gtkspell2-reference -> textproc/gtkspell-reference
|
[ 13:01 pav ] (Only the first 10 of 18 ports in this commit are shown above. )
- Rename port news/pan2 -> news/pan
|
Sun, 2 Nov 2003
|
[ 23:26 marcus ]
Remove pan, as the new stable release has been rolled into pan2.
|
Thu, 12 Jun 2003
|
[ 09:46 adamw ] (Only the first 10 of 119 ports in this commit are shown above. )
Remove REINPLACE commands that were rolled into gnomehack.
|
Sun, 20 Apr 2003
|
[ 19:38 marcus ]
Remove USE_GNOMENG.
|
Fri, 7 Mar 2003
|
[ 06:07 ade ] (Only the first 10 of 38 ports in this commit are shown above. )
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
|
Fri, 20 Sep 2002
|
[ 17:07 marcus ] (Only the first 10 of 151 ports in this commit are shown above. )
GNOME has just changed the layout of their FTP site. This resulted in
making all the distfiles unfetachable. Update all GNOME ports that fetch
from MASTER_SITE_GNOME to fetch from the correct location.
|
Tue, 17 Sep 2002
|
[ 02:54 marcus ]
Fix the charset tag for ISO locales. Thanks to
Matthias Andree <matthias.andree@web.de> for help with this patch and with
testing. Bump PORTREVISION.
PR: 42825
|
Thu, 8 Aug 2002
|
[ 15:06 marcus ]
Fix MASTER_SITE.
PR: 41446
Submitted by: Jan Hornyak <jan.hornyak@jet2web.cz>
|
Wed, 17 Jul 2002
|
[ 16:45 sobomax ]
Update to 0.11.4.
|
Thu, 11 Jul 2002
|
[ 18:51 sobomax ]
Another USE_GNOMENG vict^Wuser. This port get very impressive benefit from
GNOMENG - lenght of dependency chain was almost halved - from 56 packages
to only 32.
|
Mon, 22 Apr 2002
|
[ 16:53 marcus ]
Update to 0.11.3.
Reviewed by: sobomax
Approved by: sobomax
|
Tue, 12 Feb 2002
|
[ 21:08 ade ]
Update to 0.11.2, use MASTER_SITE_GNOME as primary location as part of an
ongoing attempt to ensure that ports in the GNOME metaports use distfiles from
the GNOME FTP sites for maximum (alleged :) compatibility.
|
Fri, 8 Feb 2002
|
[ 14:38 sobomax ]
Update to 0.11.1.94.
|
Thu, 31 Jan 2002
|
[ 08:21 sobomax ]
(forced)
|
[ 08:20 sobomax ]
Update to 0.11.1.93.
|
Tue, 15 Jan 2002
|
[ 08:32 sobomax ]
Update to 0.11.91.
|
Wed, 9 Jan 2002
|
[ 11:31 sobomax ]
Update to 0.11.1.90.
|
Thu, 6 Dec 2001
|
[ 09:41 sobomax ]
Update to 0.11.1.
|
Tue, 13 Nov 2001
|
[ 11:16 sobomax ]
Update to 0.11.0.
|
Mon, 8 Oct 2001
|
[ 18:00 sobomax ]
Update to 0.10.0.92.
|
Mon, 24 Sep 2001
|
[ 10:58 sobomax ]
Update to 0.10.0.91.
|
Fri, 14 Sep 2001
|
[ 14:25 sobomax ]
Fix a potential useless CPU time eating.
|
Wed, 12 Sep 2001
|
[ 08:53 sobomax ]
Correct MASTER_SITES.
|
Tue, 11 Sep 2001
|
[ 17:23 sobomax ]
Update to 0.10.0.90.
|
Tue, 21 Aug 2001
|
[ 16:34 sobomax ]
Update to 0.10.0.
|
Tue, 19 Jun 2001
|
[ 10:43 ade ] (Only the first 10 of 19 ports in this commit are shown above. )
Clean up dependency chains after moving gtkhtml/gal inside the USE_GNOME knob
|
Fri, 8 Jun 2001
|
[ 07:20 cpiazza ]
Update to pan 0.9.7 "Just Another Victim of the Ambient Morality"
|
Fri, 11 May 2001
|
[ 17:36 ade ] (Only the first 10 of 96 ports in this commit are shown above. )
SWitch maintainership of core GNOME ports to a small group of committers
(gnome@FreeBSD.org), since this is now definitely too big for just one person.
|
Fri, 4 May 2001
|
[ 22:51 ade ] (Only the first 10 of 69 ports in this commit are shown above. )
The new GNOME 1.4 "Fifth-Toe" metaport, bringing together a whole bunch of
GNOME applications under one convenient building mechanism.
|
Thu, 29 Mar 2001
|
[ 16:35 sobomax ] (Only the first 10 of 166 ports in this commit are shown above. )
-pthread --> ${PTHREAD_LIBS} -D_THREAD_SAFE --> ${PTHREAD_CFLAGS}
|
Sun, 11 Feb 2001
|
[ 02:40 ade ]
Update to 0.9.3
|
Wed, 7 Feb 2001
|
[ 18:13 ade ]
MASTER_SITE moved.
|
Number of commits found: 114 (showing only 100 on this page) |