- new command line tool
- new man page
- reworked database update code, incorporating feedback from
Max Khon <fjoe>, Radim Kolar <hsn@netmag.cz> (PR 63066) and
Ion-Mihai Tetcu <itetcu@apropo.ro> (PR 62655)
http://people.freebsd.org/~fenner/portsurvey/security.html#pidentd
pidentd
cvs tree / pkg-descr
File: pidentd-2.8.5.tar.gz has 2 possible URLs: 1 OK, 1 bad, 0 skipped
Port maintainer: dinoex@FreeBSD.org
ftp://ftp.lysator.liu.se/pub/ident/servers/pidentd-2.8.5.tar.gz: looking for file 550 pidentd-2.8.5.tar.gz: No such file or directory. (Last OK result Thu Apr 4 9:05:23 2002 )
ftp://ftp.fu-berlin.de/unix/security/ident/servers/pidentd-2.8.5.tar.gz: ok
File: pidentd-2.8.5-ipv6-1.5.diff.gz has 1 possible URL: OK!
Summary 2 files fetchable out of 2
Master Site # files fetchable
ftp.fu-berlin.de 1
www.imasy.or.jp 1
ftp.lysator.liu.se 0
$ ftp ftp://ftp.lysator.liu.se/pub/ident/servers/
Connected to ftp.lysator.liu.se.
220 Peter's Anonymous FTP server (pftpd 0.41 at Apr 29 2002 22:37:28) ready.
331 Guest login ok; use your e-mail address as password.
230 Login OK.
Remote system type is UNIX.
Using binary mode to transfer files.
200 Type set to I.
250 Command successful.
250-This directory is the main distribution point for the pidentd IDENT
250-(RFC1413) protocol server and it originates from the site:
250-
250- ftp://ftp.lysator.liu.se/pub/ident/servers/
250-
250-Please report problems with the files in this directory to:
250-
250- Peter Eriksson <pen@lysator.liu.se>
250 Command successful.
ftp> ls
150 Opening ASCII mode data connection for file listing.
[...]
-rw-r--r-- 1 pen local 121835 Nov 26 1998 pidentd-2.8.5.tar.gz
-rw-r--r-- 1 pen local 366 Nov 26 1998 pidentd-2.8.5.tar.gz.sig
[...]
226 Transfer complete.
$ ftp ftp://ftp.fu-berlin.de/unix/security/ident/servers/
Connected to ftp.fu-berlin.de.
220 FTP.FU-Berlin.DE ready.
331 Anonymous login ok, send anything as password.
[...]
230-
Welcome at Freie Universität Berlin, Germany.
Willkommen auf dem FTP-Server der Freien Universität Berlin.
Ein Service der Zentraleinrichtung für Datenverarbeitung (ZEDAT).
230 FTP.FU-Berlin.DE login ok.
Remote system type is UNIX.
Using binary mode to transfer files.
200 Type set to I
250 CWD command successful.
250 CWD command successful.
ftp> ls
150 Opening ASCII mode data connection for file list
[...]
-rw-r--r-- 1 ZEDAT FU-Berlin 121835 Nov 25 1998 pidentd-2.8.5.tar.gz
-rw-r--r-- 1 ZEDAT FU-Berlin 366 Nov 25 1998 pidentd-2.8.5.tar.gz.sig
[...]
226 Transfer complete.
$ fetch http://www.imasy.or.jp/~ume/ipv6/pidentd-2.8.5-ipv6-1.5.diff.gz
Receiving pidentd-2.8.5-ipv6-1.5.diff.gz (9635 bytes): 100%
9635 bytes transferred in 5.5 seconds (1.71 kBps)
primarily for use in speech recognition, statistical tagging and segmentation.
It has been under development in the SRI Speech Technology and
Research Laboratory since 1995. The toolkit has also greatly benefitted from
its use and enhancements during the Johns Hopkins University/CLSP summer
workshops in 1995, 1996, and 1997
SRILM consists of the following components:
* A set of C++ class libraries implementing language models,
supporting data stuctures and miscellaneous utility functions.
* A set of executable programs built on top of these libraries to
perform standard tasks such as training LMs and testing them on
data, tagging or segmenting text, etc.
* A collection of miscellaneous scripts facilitating minor related tasks.
WWW: http://www.speech.sri.com/projects/srilm/
Author: stolcke@speech.sri.com
PR: 60810
Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
(patch by Greg Lewis)
- fix compile failure on FreeBSD 5 when older port version is installed
(problem reported by Tim Robbins; FreeBSD 4 was unaffected)
- ignore m_large_file test on alpha and sparc64, apparently the test
only stumbles over a different default block size and the failure
isn't serious (problem reported by Greg Lewis)
- cosmetic: swap $(CC) and gmake check in post-build so check comes last
- bump PORTREVISION: the patches change the code on some systems
- pkg-message.in:
* use install when ln fails, /sbin and /usr/local
need not be the same file system
* tell the user he needs to repeat the steps after port upgrade
- revise pkg-message generation and move it to pre-install,
no need to cat(1) the file, sed(1) can read files by itself.
- add pkg-deinstall: remind the user to remove e2fsck and fsck_ext2fs from
/sbin if he's deinstalling for good, rather than upgrading.
PR: 63167
Submitted by: Matthias Andree <matthias.andree@gmx.de>