diff options
author | markd <markd@pkgsrc.org> | 2004-11-02 11:26:28 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2004-11-02 11:26:28 +0000 |
commit | 63345288bee3e69d3ac7852b7168fa3af4639616 (patch) | |
tree | 704d4917ae00ba18105292d68c6e3acfbdb0279d /net/netatalk/PLIST | |
parent | 9fd7913fb06238c33a8051863b19c577b92257f4 (diff) | |
download | pkgsrc-63345288bee3e69d3ac7852b7168fa3af4639616.tar.gz |
Update netatalk to 2.0.1
Changes:
* Netatalk's file server, afpd, now speaking AFP 3.1 allows long
filenames, UTF-8 names, large file support and full MacOS X
compatibility
* The print server task, papd, can directly interact with CUPS,
automagically sharing all CUPS queues
* Kerberos V support, allowing true "Single Sign On"
* Whole rework of the CNID subsystem, providing reliable and
persistant storage of file and directory IDs
* Huge improvements regarding product documentation making
Netatalk's features accessible more easily
* Tons of bugs fixed compared to all previous versions
Diffstat (limited to 'net/netatalk/PLIST')
-rw-r--r-- | net/netatalk/PLIST | 26 |
1 files changed, 15 insertions, 11 deletions
diff --git a/net/netatalk/PLIST b/net/netatalk/PLIST index fd8fe66b24a..2cb76adaa7b 100644 --- a/net/netatalk/PLIST +++ b/net/netatalk/PLIST @@ -1,7 +1,6 @@ -@comment $NetBSD: PLIST,v 1.7 2004/09/22 08:09:48 jlam Exp $ +@comment $NetBSD: PLIST,v 1.8 2004/11/02 11:26:28 markd Exp $ bin/achfile bin/acleandir.rc -bin/add_netatalk_printer bin/adv1tov2 bin/aecho bin/afile @@ -10,15 +9,16 @@ bin/afppasswd bin/apple_cp bin/apple_mv bin/apple_rm +bin/asip-status.pl bin/binheader bin/cleanappledouble.pl -@comment bin/cnid_maint +bin/cnid2_create +bin/cnid_maint bin/getzones bin/hqx2bin bin/lp2pap.sh bin/macbinary bin/macusers -bin/makecode bin/megatron bin/nadheader bin/nbplkup @@ -29,12 +29,13 @@ bin/netatalkshorternamelinks.pl bin/nu bin/pap bin/papstatus -bin/parsecode bin/psorder +bin/showppd bin/single2bin bin/timeout bin/unbin bin/unhex +bin/uniconv bin/unsingle include/atalk/adouble.h include/atalk/aep.h @@ -46,6 +47,7 @@ include/atalk/cnid.h include/atalk/compat.h include/atalk/ddp.h include/atalk/dsi.h +include/atalk/list.h include/atalk/logger.h include/atalk/nbp.h include/atalk/netddp.h @@ -53,6 +55,7 @@ include/atalk/pap.h include/atalk/paths.h include/atalk/rtmp.h include/atalk/server_child.h +include/atalk/tdb.h include/atalk/uam.h include/atalk/util.h include/atalk/zip.h @@ -72,6 +75,8 @@ include/netatalk/phase2.h lib/libatalk.la libexec/netatalk/afpd libexec/netatalk/atalkd +libexec/netatalk/cnid_dbd +libexec/netatalk/cnid_metad libexec/netatalk/etc2ps.sh libexec/netatalk/ifmpap libexec/netatalk/ifmpaprev @@ -100,6 +105,7 @@ libexec/netatalk/timelord libexec/netatalk/uams/uams_clrtxt.so libexec/netatalk/uams/uams_dhx.so libexec/netatalk/uams/uams_dhx_passwd.la +libexec/netatalk/uams/uams_gss.la libexec/netatalk/uams/uams_guest.la libexec/netatalk/uams/uams_passwd.la libexec/netatalk/uams/uams_randnum.la @@ -111,6 +117,7 @@ man/man1/afppasswd.1 man/man1/apple_cp.1 man/man1/apple_mv.1 man/man1/apple_rm.1 +man/man1/asip-status.pl.1 man/man1/getzones.1 man/man1/hqx2bin.1 man/man1/macbinary.1 @@ -127,6 +134,7 @@ man/man1/single2bin.1 man/man1/timeout.1 man/man1/unbin.1 man/man1/unhex.1 +man/man1/uniconv.1 man/man1/unsingle.1 man/man3/atalk_aton.3 man/man3/nbp_name.3 @@ -138,6 +146,8 @@ man/man5/netatalk.conf.5 man/man5/papd.conf.5 man/man8/afpd.8 man/man8/atalkd.8 +man/man8/cnid_dbd.8 +man/man8/cnid_metad.8 man/man8/papd.8 man/man8/papstatus.8 man/man8/psf.8 @@ -149,13 +159,7 @@ share/examples/netatalk/afpd.conf share/examples/netatalk/atalkd.conf share/examples/netatalk/netatalk.conf share/examples/netatalk/papd.conf -share/netatalk/nls/maccode.437 -share/netatalk/nls/maccode.850 -share/netatalk/nls/maccode.iso8859-1 -share/netatalk/nls/maccode.iso8859-1.adapted -share/netatalk/nls/maccode.koi8-r share/netatalk/pagecount.ps -@dirrm share/netatalk/nls @dirrm share/netatalk @dirrm share/examples/netatalk @exec ${MKDIR} %D/libexec/psffilters |