./net/netatalk4, AFP file and AppleTalk print services

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 4.0.6nb3, Package name: netatalk-4.0.6nb3, Maintainer: hauke

Netatalk is a Free and Open Source file server that implements the
Apple Filing Protocol (AFP) 3.4 over TCP/IP and AppleTalk ddp.

AFP is the primary file sharing protocol used on Apple II, Traditional
Mac OS, and Mac OS X, as well as one of several supported protocols on
macOS.

If you have a local network of macOS, Mac OS X, Traditional Mac OS, or
even Apple II computers, running a Netatalk AppleShare server allows
you to share, collaborate on, and back up files comfortably.

The latest macOS at the time of writing ships with an AFP client, so
Netatalk can act as a seamless bridge between new and old Macs. With
dnsd support, the Netatalk AFP server will be auto-discoverable via
Bonjour. It supports Time Machine backups.

Compared to cross-platform file sharing protocols like nfs and sftp,
Netatalk delivers a Mac-like user experience,

Compared to a Samba setup with macOS support, Netatalk comes with a
lot less complexity.

MESSAGE.pam [+/-]


Package options: appletalk, dnssd, pam

Master sites:

Filesize: 1295.406 KB

Version history: (Expand)


CVS history: (Expand)


   2024-12-18 14:28:05 by Hauke Fath | Files touched by this commit (3)
Log message:
Don't bother installing rc.d scripts on !NetBSD, they will have a
different name anyway

Don't try to initialize init scripts at build time

Install enclosed at.h for Linux, we do it on NetBSD, too

Builds and packages on Linuxen now (Arch here)
   2024-12-18 11:58:04 by Niclas Rosenvik | Files touched by this commit (15)
Log message:
revbump due to devel/talloc dependency changes
   2024-12-16 18:34:45 by Hauke Fath | Files touched by this commit (1)
Log message:
Keep Meson from installing rc.d files
   2024-12-16 16:40:54 by Hauke Fath | Files touched by this commit (4)
Log message:
Do not let the Meson build system attempt to install config files.
   2024-12-12 12:08:19 by Hauke Fath | Files touched by this commit (1)
Log message:
The libxslt and docbook-xsl dependencies are build-time and for static
files, only.
   2024-12-12 09:25:35 by Hauke Fath | Files touched by this commit (1)
Log message:
Declare dependencies for man page generation.

No rev bump - if it built before, you had the deps installed.
   2024-11-21 23:02:11 by Hauke Fath | Files touched by this commit (2)
Log message:
Completely remove custom function prototype, like we used to, see
<http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/net/netatalk30/patches/Attic/patch-libatalk_bstring_bstrlib.c?rev=1.1;content-type=text%2Fplain;hideattic=0;only_with_tag=MAIN>
   2024-11-21 16:26:08 by Hauke Fath | Files touched by this commit (11)
Log message:
Add net/netatalk4

Netatalk is an Apple Filesharing Protocol server. Version 4
re-integrates the AppleTalk ddp support for Traditional Mac OS and
Apple II that had been removed from version 3.

Moreover, it comes with numerous fixes and improvements.

This version supersedes both the netatalk22 and netatalk3 packages,
which will be removed in due time.