summaryrefslogtreecommitdiff
path: root/net/netatalk
AgeCommit message (Collapse)AuthorFilesLines
2000-08-07Change the name of this package. First, add -umich to name now thatwrstuden1-2/+2
we have an -asun version too. Also add nb1 to the end. jlam's change in where we store config files needs to be reflected. Actually we should have had a suffix for a while. New name is netatalk-umich-19990130nb1
2000-08-06Remove unnecessary post-installation of missing file.jlam1-2/+1
2000-07-31Add CONFLICTS for netatalk-asunabs2-5/+6
2000-07-28Creator and Type codes for PDF are reversed in AppleVolumes.system asjwise2-3/+16
shipped. This annoyed me for a very long time :-)
2000-07-26Change configuration file directory from ${PREFIX}/etc to /etc/netatalk.jlam5-5/+106
Configuration files really are host-dependent, so putting them in ${PREFIX} which is often shared across machines of the same architecture, doesn't make sense. Add machinery to install default configuration files. Closes pkg/9948.
2000-06-29And check in new checksum for patch-bd.wrstuden1-2/+2
2000-06-29Make work with recent changes to lint which pays attention to thewrstuden1-6/+8
value of $CC.
2000-01-18regenchristos1-1/+2
2000-01-18How did papd ever work?christos1-0/+61
- make printcap parsing understand comments. - pass missing argument to function. XXX: mental note: ppd files are \r not \n separated. We need to fix the parsing so we don't have to convert them to unix files before they work.
1999-09-17Regen.bouyer1-1/+2
1999-09-17Patch from Juergen Hannken-Illjes, which should solve PR#8308 (net 0 isbouyer1-0/+18
reserved for lo0, it can't be used on other interfaces).
1999-08-31Fix two PRs on this package, and make it compile on macppc.wrstuden32-499/+573
Sample files are installed in pkg/share/examples/netatalk, addressing PR 7920 by rnestor@metronet.com. Now include elf support, addressing PR 8125 by Takahiro Kambe, <taca@sky.yamashina.kyoto.jp> with slight changes by me. Cleaned up some lint warnings and fixed an unsigned character comparison problem with assistance from cgd@netbsd.org. Disabled building of libatalk_p.a (profiling libatalk) as not all ports support it which will generate plist errors.
1999-07-09Add package patch checksum files.agc1-0/+30
1999-03-01Update to netatalk 990130. Only changes are to Makefile and to md5.wrstuden2-7/+9
From Frederick Bruckman <fb@enteract.com>.
1999-02-23How about we change the date in the diff header to be today.wrstuden1-2/+2
1999-02-23in session(), seq is incrimented before being used. Thus for the firstwrstuden1-1/+10
sequence number sent to be 1, we need to initialize to 0. Pointed out by Juergen Hannken-Illjes <hannken@eis.cs.tu-bs.de>.
1999-02-23Shorten some comments to fit neatly in pkg_info display, without losing anyabs1-1/+1
information.
1999-02-23Add patches to include signal.h rather than sys/signal.h. Fixes sudden-wrstuden5-0/+65
deaths observed with afpd. From Jim Wise, jwise@netbsd.org.
1999-01-08Add missing trailing / to homepage URL.frueauf1-4/+3
1999-01-07Add a HOMEPAGE for netatalk.agc1-2/+2
1999-01-01Minor LP64 fixes to get this building on alphagarbled2-0/+22
1998-12-26Initial import of the University of Michigan version of Netatalk.agc26-0/+569
(userland tools and utilities for AppleTalk interworking). This is the standard, reference version. Lacks AppleshareIP support. Package done by Bill Studenmund (wrstuden@netbsd.org), munged about a bit by myself. This is the 19981109 version of the sources.