Search Criteria
Package Details: tin 2.6.4-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/tin.git (read-only, click to copy) |
---|---|
Package Base: | tin |
Description: | A threaded NNTP and spool based UseNet newsreader. |
Upstream URL: | http://www.tin.org |
Licenses: | BSD |
Conflicts: | tin-unstable |
Submitter: | ilpianista |
Maintainer: | aksr |
Last Packager: | aksr |
Votes: | 30 |
Popularity: | 0.025246 |
First Submitted: | 2010-11-13 15:32 (UTC) |
Last Updated: | 2025-02-27 09:00 (UTC) |
Dependencies (9)
- gsasl (gsasl-ntlmAUR)
- icu (icu-gitAUR)
- ncurses (ncurses-gitAUR)
- pcre
- perl (perl-gitAUR)
- dante (make)
- gnupg (gnupg-gitAUR, gnupg-largekeysAUR) (make)
- ispell (make)
- libidn (libidn-gitAUR) (make)
Latest Comments
« First ‹ Previous 1 2 3 4 5 Next › Last »
martin-de commented on 2024-02-02 11:56 (UTC) (edited on 2024-02-02 11:57 (UTC) by martin-de)
"localhost" is not a FQDN, only a hostname. It seems that your /etc/hosts is not correct. Try to pass "localhost.localdomain" as the server, or better add
to your /etc/hosts
swimm3r commented on 2024-02-02 11:49 (UTC)
@martin-de: Thanks for the help. For problem (1) I have to create /etc/tin/tin.defaults and add domainname=localhost. The FQDN in ~/.tin/newsrctable did not resolve the warning. For problem (2) I installed nullmailer as you said. Thanks again for your help.
martin-de commented on 2024-02-02 10:47 (UTC)
@swimm3r: (1) Read the comments for FQDN in ~/.tin/newsrctable and (2) install a MTA like dma, exim, msmtp-mta, nullmailer, opensmtpd or postfix
swimm3r commented on 2024-02-02 10:28 (UTC)
Reading config file... mail: Cannot start /usr/sbin/sendmail: executable not found (adjust mta variable)
^^^ Other error.
swimm3r commented on 2024-02-02 10:04 (UTC)
When I try to run, the error is displayed: Can't get a (fully-qualified) domain-name!
What that means?
martin-de commented on 2023-05-11 08:06 (UTC) (edited on 2023-05-11 08:07 (UTC) by martin-de)
Thank you for adopt the project and taking care of the changes.
Unfortunately, the 'pcre'-package is in the wrong array:
It is needed at runtime and must be moved from the 'makedepends'- to the 'depends'-array.
aksr commented on 2023-05-11 06:06 (UTC)
@martin-de: Incorporated some suggestions... Thank you.
martin-de commented on 2023-05-10 08:45 (UTC) (edited on 2023-05-11 08:03 (UTC) by martin-de)
I would like to make some comments about your project.
(1) the packages 'ispell' 'gnupg' 'dante' 'libidn' are not required at runtime and should therefore be moved to a 'makedepends' array
(2) the 'pcre' package is required at runtime but not specified as a dependency, and the 'bash' and 'glibc' packages are required at runtime but the dependency has only been indirectly satisfied; these packages should be moved to the 'depends' array
(3) the "CHANGES" file is misused: it is not used to document changes to the program, but changes to the PKGBUILD. The changelog of the changes to the program can be taken from the source code archive:
(4) since "CHANGES" file are not necessary, it can be removed from the directory and ".gitignore" cleaned of these file
(5) in
the variable "$_name" is used even though it hasn't been assigned a value, with the result that the file "README" in the root directory "/usr/share/doc" is copied where it doesn't belong. Either "$_name" must be assigned a value, or the variable "$pkgname" must be used
(6) the use of
is unnecessary because it already corresponds to the default setting in /etc/makepkg.conf as shipped by pacman
pjvm commented on 2023-02-14 17:12 (UTC)
present version requires 'pcre' as a dependency
Emru commented on 2020-01-19 22:36 (UTC)
there is no route to ftp, propably server gone down
« First ‹ Previous 1 2 3 4 5 Next › Last »