non port: ftp/lftp/Makefile |
SVNWeb
|
Number of commits found: 219 (showing only 100 on this page) |
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:21 Tobias C. Berner (tcberner) ] 30cd242 (Only the first 10 of 67 ports in this commit are shown above. )
ftp: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Alexander Kriventsov
* Anders Nordby <anders@fix.no>
* Andreas Fehlner <fehlner@gmx.de>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Andrey Zakhvatov
* Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
* Chris Piazza <cpiazza@FreeBSD.org>
* Damjan Marion <dmarion@open.hr>
* Emanuel Haupt <ehaupt@critical.ch>
* Eric Freeman <freebsdports@chillibear.com> (Only the first 15 lines of the commit message are shown above )
|
Sat, 11 Sep 2021
|
[ 11:17 Bernhard Froehlich (decke) ] 9ce2937
ftp/lftp: Add CPE information
Approved by: portmgr (blanket)
|
Wed, 12 May 2021
|
[ 17:11 Dmitry Marakasov (amdmi3) ] 98f9359
ftp/lftp: remove non-option from OPTIONS_DEFAULT
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.
|
Mon, 17 Aug 2020
|
[ 10:16 martymac ]
Update to 4.9.2
Changelog: http://lftp.yar.ru/news.html
|
Thu, 16 Jan 2020
|
[ 16:12 martymac ]
Update to 4.9.1
|
Wed, 15 Jan 2020
|
[ 11:04 martymac ]
Fix segmentation fault at startup when IPv6 is enabled
Backport commit 5d34493 from upstream.
PR: 243307
Submitted by: Victor Sudakov <vas@sibptus.ru>
Obtained from: Github
<https://github.com/lavv17/lftp/commit/5d344937d60380341c20409c11f135afb630d7ee>
MFH: 2020Q1
|
Thu, 2 Jan 2020
|
[ 09:28 pkubaj ]
ftp/lftp: fix build on GCC architectures
C++11 compiler is necessary:
In file included from FileAccess.cc:1029:
ftpclass.h:123: error: ISO C++ forbids initialization of member 'cepr_supported'
ftpclass.h:123: error: making 'cepr_supported' static
ftpclass.h:123: error: ISO C++ forbids in-class initialization of non-const
static member 'cepr_supported'
MFH: 2020Q1
|
Thu, 26 Dec 2019
|
[ 15:43 martymac ]
Update to 4.9.0 [1]
While here, re-generate patches using the makepatch target.
[1] Changelog is available here: https://lftp.yar.ru/news.html
|
Wed, 9 Oct 2019
|
[ 10:40 bapt ] (Only the first 10 of 15 ports in this commit are shown above. )
Drop the ipv6 virtual category for f* category as it is not relevant anymore
|
Sun, 11 Aug 2019
|
[ 19:50 martymac ]
Switch to base compiler on powerpc64
PR: 239762
Submitted by: pkubaj
|
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
|
Tue, 9 Apr 2019
|
[ 14:04 sunpoet ] (Only the first 10 of 289 ports in this commit are shown above. )
Update devel/readline to 8.0
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://tiswww.case.edu/php/chet/readline/CHANGES
PR: 236156
Exp-run by: antoine
|
Sun, 31 Mar 2019
|
[ 13:07 danfe ] (Only the first 10 of 20 ports in this commit are shown above. )
Spell FTP properly (uppercased) when it does not refer to a command name.
|
Sat, 9 Feb 2019
|
[ 23:25 sunpoet ] (Only the first 10 of 24 ports in this commit are shown above. )
Update dns/libidn2 to 2.1.1
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://gitlab.com/libidn/libidn2/blob/master/NEWS
|
Sun, 6 Jan 2019
|
[ 20:39 sunpoet ] (Only the first 10 of 24 ports in this commit are shown above. )
Update dns/libidn2 to 2.1.0
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://gitlab.com/libidn/libidn2/blob/master/NEWS
|
Wed, 12 Dec 2018
|
[ 01:35 gerald ] (Only the first 10 of 3168 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
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, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590
|
Mon, 27 Aug 2018
|
[ 10:16 martymac ]
Fix build when selected SSL library is linked to libthr
When a non-default SSL library is used (GnuTLS, OpenSSL or LibreSSL from
ports) and if it is linked to libthr, compilation fails with the following
error :
/usr/bin/ld: undefined reference to symbol `pthread_mutexattr_gettype@@FBSD_1.0'
(try adding -lthr)
//lib/libthr.so.3: could not read symbols: Bad value
As OpenSSL-like ports (OpenSSL from base, OpenSSL and OpenSSL-devel from ports,
LibreSSL and LibreSSL-devel from ports) may or may not be linked to libthr, fix
build by detecting if the selected library is linked to libthr or not.
PR: 230813
Submitted by: Pascal Christen <pascal.christen@hostpoint.ch>
|
Tue, 21 Aug 2018
|
[ 10:25 martymac ]
Update to 4.8.4 and remove obsolete patches
|
Sun, 29 Jul 2018
|
[ 22:18 gerald ] (Only the first 10 of 1480 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542
|
Wed, 13 Jun 2018
|
[ 11:32 martymac ]
Fix readline detection on 10.x
(previous commit broke readline detection on 10.x where base readline resides
in /usr)
|
Tue, 12 Jun 2018
|
[ 11:28 martymac ]
Fix readline detection with a non-standard LOCALBASE
Due to a bug in m4/lftp_lib_readline.m4, a wrong prefix is found for readline
when using a non-standard LOCALBASE [1]. Add a temporary workaround waiting for
the patch to be merged upstream [2].
https://reviews.freebsd.org/D15731 [1]
https://github.com/lavv17/lftp/pull/458 [2]
Differential Revision: https://reviews.freebsd.org/D15731
|
Thu, 15 Feb 2018
|
[ 14:41 brnrd ] (Only the first 10 of 13 ports in this commit are shown above. )
security/openssl-devel: Remove BROKEN from some ports
* databases/freetds: Fixed 2017-02-14
* databases/postgresql10-server: Fixed 2016-09-15 [1]
* ftp/lftp: Fixed in 4.8.0
* ftp/proftpd: Fixed in 1.3.5c
* ftp/wget: Fixed in 1.19.3 [2]
* lang/erlang-runtime20: Fixed in 20.0
* net/socat: Fixed in 1.7.3.2
* security/libssh2: Fixed in 1.8.0 [3]
* security/p5-Crypt-OpenSSL-X509: Fixed in 1.8.8
* sysutils/bacula9-server: Fixed in 9.0.6
* www/nginx: Fixed in 1.9.14
* Bulk build OK 10.3/11.1 both i386 and amd64:
- multimedia/librtmp
- net/libvncserver
- www/lynx
PR: 225875 [1], 225872 [2], 225873 [3]
|
Tue, 10 Oct 2017
|
[ 19:01 martymac ]
Update to 4.8.3
|
Tue, 26 Sep 2017
|
[ 15:29 martymac ]
Update to 4.8.2
|
Fri, 15 Sep 2017
|
[ 10:07 martymac ]
Update to 4.8.1
|
Sun, 10 Sep 2017
|
[ 20:55 gerald ] (Only the first 10 of 1201 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.
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, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275
|
Sun, 16 Jul 2017
|
[ 12:44 martymac ]
Fix build on powerpc64
PR: 220747
Submitted by: Alan Braslau <braslau@free.fr>
|
Tue, 11 Jul 2017
|
[ 11:20 martymac ]
Update to 4.8.0
|
Tue, 27 Jun 2017
|
[ 13:46 sunpoet ] (Only the first 10 of 252 ports in this commit are shown above. )
Update devel/readline to 7.0 patch 3
- Bump PORTREVISION for shlib change
Changes: https://cnswww.cns.cwru.edu/php/chet/readline/CHANGES
https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00107.html
https://lists.gnu.org/archive/html/bug-readline/2017-01/msg00002.html
Differential Revision: https://reviews.freebsd.org/D11172
PR: 219947
Exp-run by: antoine
|
Mon, 13 Mar 2017
|
[ 12:27 martymac ]
Update to 4.7.7
|
Fri, 17 Feb 2017
|
[ 15:52 martymac ]
Update to 4.7.6
|
Mon, 9 Jan 2017
|
[ 13:16 amdmi3 ] (Only the first 10 of 104 ports in this commit are shown above. )
- Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL
Approved by: portmgr blanket
|
Tue, 29 Nov 2016
|
[ 18:46 mat ] (Only the first 10 of 55 ports in this commit are shown above. )
Mark some ports as not openssl-devel ready.
Sponsored by: Absolight
|
Fri, 18 Nov 2016
|
[ 15:33 martymac ]
Update to 4.7.4
|
Fri, 22 Jul 2016
|
[ 19:36 martymac ]
- Update to 4.7.3
- Add missing dependency to libidn
|
Sun, 26 Jun 2016
|
[ 17:24 sunpoet ]
- Add LICENSE_FILE
- Add DOCS to OPTIONS_DEFINE
- Convert to new options target helper
Approved by: portmgr (blanket)
|
Mon, 23 May 2016
|
[ 20:35 amdmi3 ] (Only the first 10 of 217 ports in this commit are shown above. )
Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled by
default anyway and don't need to be listed
Approved by: portmgr blanket
|
Fri, 20 May 2016
|
[ 20:43 martymac ]
Update to 4.7.2
|
Mon, 11 Apr 2016
|
[ 21:20 martymac ]
Fix build with libc++ 3.8.0
PR: 208727
Submitted by: dim
|
Wed, 6 Apr 2016
|
[ 20:23 martymac ]
Update to 4.7.1
|
Fri, 1 Apr 2016
|
[ 14:00 mat ] (Only the first 10 of 5103 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
|
Sun, 27 Mar 2016
|
[ 14:58 tijl ] (Only the first 10 of 183 ports in this commit are shown above. )
- Update security/gnutls to 3.4.10.
- Rename the LIBDANE option DANE because that's the name of the protocol
supported by libgnutls-dane and gnutls-cli. Also clarify the option
description.
- Add an IDN option.
- libgnutls-openssl has been removed in 3.4. Some ports used this library
in their LIB_DEPENDS but no port actually required it.
- Some old API functions have been removed. Ports that used these have been
updated or patched to use the new API.
- Add a patch to print/cups to prevent overlinking of libgnutls.so.
- Bump PORTREVISION on dependent ports.
net-im/jabber: This port used the old API to give users fine grained
control over which crypto algorithms were used via a configuration file.
It's not immediately obvious how to port this to the new API so the port
always uses the defaults now.
www/hydra: Mark BROKEN. This uses more removed calls than the other ports,
is said to be alpha quality and not fully functional and has been abandoned
10 years ago.
PR: 207768
Exp-run by: antoine
Approved by: portmgr (antoine)
|
Fri, 12 Feb 2016
|
[ 15:55 amdmi3 ]
- Remove obsolete hack, all supported FreeBSD versions have required
POSIX_FADV_* macros
- Switch to USES=localbase
Approved by: portmgr blanket
|
Tue, 19 Jan 2016
|
[ 20:06 martymac ]
Update to 4.6.5
|
Mon, 24 Aug 2015
|
[ 19:10 martymac ]
Update to 4.6.4
|
Mon, 22 Jun 2015
|
[ 20:49 martymac ]
Update to 4.6.3a
|
Thu, 14 May 2015
|
[ 20:45 martymac ]
Update to 4.6.2.
Note: Lftp, when built with OpenSSL, now needs OpenSSL >= 1.0.1. On older
FreeBSD releases (8.x and 9.x), base OpenSSL is too old. In this case, the
ports' version will be used.
|
Tue, 30 Dec 2014
|
[ 14:26 martymac ]
Update to 4.6.1
|
Wed, 22 Oct 2014
|
[ 06:24 martymac ]
Update to 4.6.0
|
Sun, 5 Oct 2014
|
[ 19:59 tijl ]
Convert to USES=charsetfix and USES=libtool
|
Thu, 7 Aug 2014
|
[ 11:01 martymac ]
Update to 4.5.4
|
Wed, 23 Jul 2014
|
[ 09:54 tijl ] (Only the first 10 of 139 ports in this commit are shown above. )
- Replace security/gnutls with security/gnutls3 and update to 3.2.15
- Bump PORTREVISION on all ports that depend on security/gnutls and
adjust all ports that depend on security/gnutls3
- Update mail/anubis to version 4.2 which supports gnutls 3.x
- Update mail/libvmime to a development snapshot (recommended by upstream
developers)
PR: 191274
Exp-run by: antoine
Approved by: portmgr (antoine)
|
Thu, 17 Jul 2014
|
[ 11:45 martymac ]
Update to 4.5.3
|
Tue, 1 Jul 2014
|
[ 06:24 bapt ]
Fix build with ports version of readline
|
Wed, 11 Jun 2014
|
[ 14:50 tijl ] (Only the first 10 of 297 ports in this commit are shown above. )
Support LIBS like LDFLAGS.
- Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV.
- Add an option helper for LIBS.
- Adjust all ports that already use LIBS. Also remove references to
PTHREAD_CFLAGS and PTHREAD_LIBS while here.
- Some ports did not support having a LIBS environment variable and
required additional patches.
Somewhat simplified a linker command line looks like:
${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS}
where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and
LIBS can be controlled by us. If possible -L and -l flags need to be (Only the first 15 lines of the commit message are shown above )
|
Mon, 12 May 2014
|
[ 06:16 martymac ]
Update to 4.4.16
|
Fri, 21 Feb 2014
|
[ 10:42 martymac ]
Fix typo in previous commit
Reported by: mat
|
[ 10:13 martymac ]
Fix build when GNUTLS is selected
PR: ports/186896
Submitted by: Martijn Lina <martijn@hostage.nl>
|
Tue, 4 Feb 2014
|
[ 07:12 martymac ]
Update to 4.4.15
|
Tue, 7 Jan 2014
|
[ 07:33 martymac ]
Update to 4.4.14
|
Tue, 10 Dec 2013
|
[ 11:52 martymac ]
- Update to 4.4.13
- Update MASTER_SITES
PR: ports/184548
Submitted by: olgeni
|
Fri, 15 Nov 2013
|
[ 12:42 martymac ]
- Use new LIB_DEPENDS format
- Fix shebang of helper scripts
- Switch to new options format
- Always stage documentation
|
Fri, 20 Sep 2013
|
[ 17:23 bapt ] (Only the first 10 of 104 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
ftp)
|
Wed, 4 Sep 2013
|
[ 06:20 martymac ]
Update to 4.4.9
|
Wed, 14 Aug 2013
|
[ 22:35 ak ] (Only the first 10 of 1725 ports in this commit are shown above. )
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery)
|
Mon, 27 May 2013
|
[ 09:28 martymac ]
- Update to 4.4.7
- Remove _Bool type detection configure patch
|
Sat, 27 Apr 2013
|
[ 08:50 mva ] (Only the first 10 of 196 ports in this commit are shown above. )
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: bapt, kwm
|
Wed, 24 Apr 2013
|
[ 18:10 ak ] (Only the first 10 of 1028 ports in this commit are shown above. )
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt)
|
Mon, 18 Mar 2013
|
[ 08:16 martymac ]
Update to 4.4.5
|
Tue, 5 Mar 2013
|
[ 07:26 martymac ]
Update to 4.4.4
|
Tue, 12 Feb 2013
|
[ 11:28 martymac ]
Update to 4.4.3
|
Tue, 5 Feb 2013
|
[ 16:17 novel ] (Only the first 10 of 94 ports in this commit are shown above. )
- Add UPDATING entry for gnutls update
- Chase shlib version bump for dependant ports
|
Mon, 4 Feb 2013
|
[ 11:47 martymac ]
- Update to 4.4.2
- Fix lftp(1) man page (tbl GNU-isms) [1]
Submitted by: bsd@lavabit.com [1]
|
Fri, 1 Feb 2013
|
[ 12:29 martymac ]
Update to 4.4.1
|
Wed, 12 Dec 2012
|
[ 08:12 martymac ]
- Use radio options for SSL flavour
- Replace bsd.openssl.mk inclusion with USE_OPENSSL
- Use bsd.port.options.mk
Submitted by: bapt
|
Tue, 6 Nov 2012
|
[ 11:03 martymac ]
- Update to 4.4.0
- Fix typos in patch-configure
Feature safe: yes
|
Fri, 6 Jul 2012
|
[ 08:59 martymac ]
Update to 4.3.8
|
Tue, 12 Jun 2012
|
[ 06:21 martymac ]
Update to 4.3.7
|
Mon, 11 Jun 2012
|
[ 07:56 martymac ]
- Un-version LIB_DEPENDS
- Switch to OptionsNg
- Add OPENSSL description to bsd.options.desc.mk
|
Fri, 27 Apr 2012
|
[ 13:56 martymac ]
Update to 4.3.6
|
Wed, 1 Feb 2012
|
[ 12:35 martymac ]
Update to 4.3.5
|
Mon, 9 Jan 2012
|
[ 07:38 martymac ]
Update to 4.3.4
|
Thu, 10 Nov 2011
|
[ 07:35 martymac ]
- Update to 4.3.3
- Re-order LICENSE to make portlint happy
|
Tue, 20 Sep 2011
|
[ 09:09 martymac ]
Update to 4.3.2
|
Thu, 7 Jul 2011
|
[ 09:17 wen ] (Only the first 10 of 15 ports in this commit are shown above. )
- Remove USE_GZIP=yes since it is default
PR: ports/157174
Submitted by: Alex kozlov <spam@rm-rf.kiev.ua>
Approved by: pav@(portmgr)
|
Wed, 29 Jun 2011
|
[ 07:44 martymac ]
Update to 4.3.1
|
Sun, 5 Jun 2011
|
[ 18:43 novel ] (Only the first 10 of 95 ports in this commit are shown above. )
Chase security/gnutls update and add an UPDATING entry.
|
Mon, 23 May 2011
|
[ 13:10 martymac ]
- Fix build on OSVERSION > 900035 by disabling use of posix_fallocate()
- Remove CPPFLAGS from CONFIGURE_ENV
PR: ports/157233
Submitted by: bf
|
Mon, 16 May 2011
|
[ 12:14 martymac ]
Update to 4.2.3
|
Fri, 22 Apr 2011
|
[ 11:34 martymac ]
Update to 4.2.2
|
Tue, 22 Mar 2011
|
[ 15:22 martymac ]
Update to 4.2.0
Approved by: ehaupt (mentor)
|
Mon, 14 Feb 2011
|
[ 14:20 martymac ]
- Update to 4.1.3
- Remove outdated DEPENDS (related to now EOL'd FreeBSD versions)
- Reworked PORTDOCS and config file installation
Approved by: ehaupt (mentor)
Feature safe: yes
|
Tue, 4 Jan 2011
|
[ 09:11 martymac ]
Update to 4.1.2
Approved by: ehaupt (mentor)
|
Thu, 9 Dec 2010
|
[ 07:25 martymac ]
Update to 4.1.1
Approved by: ehaupt (mentor)
|
Fri, 15 Oct 2010
|
[ 11:30 martymac ]
- Add missing LICENSE
- Clean up MASTER_SITES
Approved by: itetcu (mentor)
|
Mon, 27 Sep 2010
|
[ 12:08 martymac ] (Only the first 10 of 41 ports in this commit are shown above. )
Update MAINTAINER address for my ports
Approved by: ehaupt (mentor)
|
Sat, 11 Sep 2010
|
[ 11:56 decke ]
- Update to 4.0.10
PR: ports/150382
Submitted by: Ganael Laplanche <ganael dot laplanche at martymac dot org>
(maintainer)
Approved by: miwi (mentor)
|
Tue, 7 Sep 2010
|
[ 15:52 pgollucci ] (Only the first 10 of 42 ports in this commit are shown above. )
- Update MAINTAINER address for Ganael Laplanche <ganael.laplanche@martymac.org>
- Update some MASTER_SITES too
PR: ports/150349
Submitted by: maintainer
|
Number of commits found: 219 (showing only 100 on this page) |