From 2522c6a2dffdabeedbac603cd94e8b419e8e5d2d Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Wed, 25 Jan 2006 13:09:25 +0000 Subject: [PATCH] sysupdate.sh will update your system and/or port collection files in part or in full to the latest cvs version. sysupdate.sh can be set to only download the latest system files or can be set to compile and install a complete system update. WWW: http://lvl.sourceforge.net/ PR: ports/92032 Submitted by: Tig --- sysutils/Makefile | 1 + sysutils/sysupdate/Makefile | 30 ++++++++++++++++++++++++++++++ sysutils/sysupdate/distinfo | 3 +++ sysutils/sysupdate/pkg-descr | 6 ++++++ 4 files changed, 40 insertions(+) create mode 100644 sysutils/sysupdate/Makefile create mode 100644 sysutils/sysupdate/distinfo create mode 100644 sysutils/sysupdate/pkg-descr diff --git a/sysutils/Makefile b/sysutils/Makefile index 3c487cf3b3bf..a42588a41c5a 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -515,6 +515,7 @@ SUBDIR += synergy SUBDIR += syslog-ng SUBDIR += system-tools-backends + SUBDIR += sysupdate SUBDIR += tcplist SUBDIR += tct SUBDIR += tdir diff --git a/sysutils/sysupdate/Makefile b/sysutils/sysupdate/Makefile new file mode 100644 index 000000000000..3521c3234792 --- /dev/null +++ b/sysutils/sysupdate/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: sysupdate +# Date created: 17 Jan 2006 +# Whom: Tig +# +# $FreeBSD$ +# + +PORTNAME= sysupdate +PORTVERSION= 0.3 +CATEGORIES= sysutils +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= lvl +DISTFILES= ${PORTNAME}.sh-${PORTVERSION}${EXTRACT_SUFX} + +MAINTAINER= tig@lvlworld.com +COMMENT= System and ports update script + +MAN1= sysupdate.sh.1 +MANCOMPRESSED= yes + +WRKSRC= ${WRKDIR}/${PORTNAME} + +NO_BUILD= yes +PLIST_FILES= bin/sysupdate.sh + +post-patch: + @${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|g' \ + ${WRKSRC}/Makefile + +.include diff --git a/sysutils/sysupdate/distinfo b/sysutils/sysupdate/distinfo new file mode 100644 index 000000000000..ab96490a69b3 --- /dev/null +++ b/sysutils/sysupdate/distinfo @@ -0,0 +1,3 @@ +MD5 (sysupdate.sh-0.3.tar.gz) = 980b083e37ed502acc209f2c04d02bb6 +SHA256 (sysupdate.sh-0.3.tar.gz) = bfee5eba4119aec6a26b8a1bd77dc2ba7b67c2394321f9e1ace7d5e41614781b +SIZE (sysupdate.sh-0.3.tar.gz) = 14530 diff --git a/sysutils/sysupdate/pkg-descr b/sysutils/sysupdate/pkg-descr new file mode 100644 index 000000000000..3039360f672d --- /dev/null +++ b/sysutils/sysupdate/pkg-descr @@ -0,0 +1,6 @@ +sysupdate.sh will update your system and/or port collection files in part or in +full to the latest cvs version. sysupdate.sh can be set to only download the +latest system files or can be set to compile and install a complete system +update. + +WWW: http://lvl.sourceforge.net/