Index: head/net/ntimelord/pkg-descr =================================================================== --- head/net/ntimelord/pkg-descr (revision 67338) +++ head/net/ntimelord/pkg-descr (nonexistent) @@ -1,6 +0,0 @@ -A time server daemon for Macintoshes running 'tardis' for netatalk - -timelord provides the equivalent of the Macintosh cdev 'Timelord' -for a network of Macintoshes. Timelord is a time server that can -be used to set the Macintosh time at boot or from the Chooser -using the rdev 'tardis'. Property changes on: head/net/ntimelord/pkg-descr ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.1.1.1 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/net/ntimelord/pkg-comment =================================================================== --- head/net/ntimelord/pkg-comment (revision 67338) +++ head/net/ntimelord/pkg-comment (nonexistent) @@ -1 +0,0 @@ -A time server daemon for Macintoshes running 'tardis' for netatalk Property changes on: head/net/ntimelord/pkg-comment ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.1.1.1 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/net/ntimelord/distinfo =================================================================== --- head/net/ntimelord/distinfo (revision 67338) +++ head/net/ntimelord/distinfo (nonexistent) @@ -1 +0,0 @@ -MD5 (ntimelord-1.0.tar.Z) = 31acc3895db177325b9476b382eabb23 Property changes on: head/net/ntimelord/distinfo ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.1.1.1 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/net/ntimelord/pkg-plist =================================================================== --- head/net/ntimelord/pkg-plist (revision 67338) +++ head/net/ntimelord/pkg-plist (nonexistent) @@ -1 +0,0 @@ -libexec/timelord Property changes on: head/net/ntimelord/pkg-plist ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.1.1.1 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/net/ntimelord/Makefile =================================================================== --- head/net/ntimelord/Makefile (revision 67338) +++ head/net/ntimelord/Makefile (nonexistent) @@ -1,29 +0,0 @@ -# New ports collection makefile for: ntimelord -# Date created: 29 Oct 1997 -# Whom: Takeru NAIKI -# -# $FreeBSD$ -# - -PORTNAME= ntimelord -PORTVERSION= 1.0 -CATEGORIES= net -MASTER_SITES= ftp://terminator.rs.itd.umich.edu/unix/netatalk/ -EXTRACT_SUFX= .tar.Z - -MAINTAINER= naiki@bfd.es.hokudai.ac.jp - -BROKEN= "Does not build" - -RUN_DEPENDS= ${LOCALBASE}/libexec/atalkd:${PORTSDIR}/net/netatalk - -post-install: - @$(ECHO_MSG) "============================================================" - @$(ECHO_MSG) " You must edit the file netatalk.sh installed with netatalk" - @$(ECHO_MSG) " to start timelord automatically at boot-time." - @$(ECHO_MSG) " " - @$(ECHO_MSG) " Client program tardis can find in timelord.1.4.shar.Z" - @$(ECHO_MSG) " which is in ftp://munnari.OZ.AU/mac/" - @$(ECHO_MSG) "============================================================" - -.include Property changes on: head/net/ntimelord/Makefile ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.5 \ No newline at end of property Deleted: svn:keywords ## -1 +0,0 ## -FreeBSD=%H \ No newline at end of property Index: head/net/ntimelord/files/patch-aa =================================================================== --- head/net/ntimelord/files/patch-aa (revision 67338) +++ head/net/ntimelord/files/patch-aa (nonexistent) @@ -1,38 +0,0 @@ ---- Makefile.orig Tue Jan 4 08:32:39 1994 -+++ Makefile Wed Oct 29 20:39:54 1997 -@@ -1,5 +1,5 @@ - # Set DESTDIR to the root of the netatalk installation: --DESTDIR=/usr/local/atalk -+DESTDIR=$(PREFIX) - - SRC = timelord.c - OBJ = timelord.o -@@ -18,7 +18,7 @@ - ${CC} ${CFLAGS} -o timelord ${OBJ} ${LIBDIRS} ${LIBS} - - install : all -- ${INSTALL} -c timelord ${DESTDIR}/etc -+ ${INSTALL} -c timelord ${DESTDIR}/libexec - - clean : - rm -f a.out core* *.o *.bak *[Ee]rrs tags ---- timelord.c.orig Tue Jan 4 08:38:34 1994 -+++ timelord.c Wed Oct 29 16:44:14 1997 -@@ -215,7 +215,7 @@ - mtime = tv.tv_sec + tm->tm_gmtoff + EPOCH; - mtime = htonl( mtime ); - -- resp = TL_OK; -+ resp = htonl(TL_OK); - bcopy( &resp, buf, sizeof( long )); - bcopy( &mtime, buf + sizeof( long ), sizeof( long )); - iov.iov_len = sizeof( long ) + sizeof( long ); -@@ -224,7 +224,7 @@ - default : - syslog( LOG_ERR, bad ); - -- resp = TL_BAD; -+ resp = htonl(TL_BAD); - bcopy( &resp, buf, sizeof( long )); - *( buf + 4 ) = (unsigned char)strlen( bad ); - strcpy( buf + 5, bad ); Property changes on: head/net/ntimelord/files/patch-aa ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.1.1.1 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property