[Midnightbsd-cvs] mports: mports/net: add htpdate.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri May 30 21:08:00 EDT 2008


Log Message:
-----------
add htpdate.

Modified Files:
--------------
    mports/net:
        Makefile (r1.81 -> r1.82)

Added Files:
-----------
    mports/net/htpdate:
        Makefile (r1.1)
        distinfo (r1.1)
        pkg-descr (r1.1)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/net/Makefile,v
retrieving revision 1.81
retrieving revision 1.82
diff -L net/Makefile -L net/Makefile -u -r1.81 -r1.82
--- net/Makefile
+++ net/Makefile
@@ -22,6 +22,7 @@
     SUBDIR += gnome-vnc
     SUBDIR += hinfo
     SUBDIR += hping
+    SUBDIR += htpdate
     SUBDIR += ilbc
     SUBDIR += jags
     SUBDIR += kdenetwork3
--- /dev/null
+++ net/htpdate/pkg-descr
@@ -0,0 +1,9 @@
+The HTTP Time Protocol (HTP) is used to synchronize a computer's time
+with web servers as reference time source. Htpdate will synchronize your
+computer's time by extracting timestamps from HTTP headers found
+in web servers responses. Htpdate can be used as a daemon, to keep your
+computer synchronized.
+Accuracy of htpdate is usually better than 0.5 seconds (even better with
+multiple servers). Htpdate can also work through http proxy.
+
+WWW: http://www.clevervest.com/htp/
--- /dev/null
+++ net/htpdate/Makefile
@@ -0,0 +1,30 @@
+# New ports collection makefile for:	htpdate
+# Date created:			9 Jun 2005
+# Whom:				Vsevolod Stakhov <vsevolod at highsecure.ru>
+#
+# $MidnightBSD: mports/net/htpdate/Makefile,v 1.1 2008/05/31 01:07:58 laffer1 Exp $
+# $FreeBSD: ports/net/htpdate/Makefile,v 1.14 2007/03/03 16:29:41 miwi Exp $
+#
+
+PORTNAME=	htpdate
+PORTVERSION=	1.0.0
+CATEGORIES=	net ipv6
+MASTER_SITES=	http://www.clevervest.com/htp/archive/c/
+
+MAINTAINER=	farrokhi at FreeBSD.org
+COMMENT=	Time synchronization over http utility
+LICENSE=	gpl2
+
+USE_BZIP2=	yes
+
+MANCOMPRESSED=	no
+NOMANCOMPRESS=	yes
+MAN8=	htpdate.8.gz
+
+PLIST_FILES=	bin/htpdate
+
+do-install:
+	@${INSTALL_PROGRAM} ${WRKSRC}/htpdate ${PREFIX}/bin
+	@${INSTALL_MAN} ${WRKSRC}/${MAN8} ${MAN8PREFIX}/man/man8
+
+.include <bsd.port.mk>
--- /dev/null
+++ net/htpdate/distinfo
@@ -0,0 +1,3 @@
+MD5 (htpdate-1.0.0.tar.bz2) = 3d2015c3881b53351be880f24911786a
+SHA256 (htpdate-1.0.0.tar.bz2) = 0f08d7dbccf9ce0228f6d917be54cb578e111c371728ff167c382c1072dfcf5f
+SIZE (htpdate-1.0.0.tar.bz2) = 13861


More information about the Midnightbsd-cvs mailing list