[Midnightbsd-cvs] mports: mports/ports-mgmt: Add magus-utils, a meta port needed on nodes

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Wed Oct 24 14:55:04 EDT 2007


Log Message:
-----------
Add magus-utils, a meta port needed on nodes in the build cluster.

Modified Files:
--------------
    mports/ports-mgmt:
        Makefile (r1.4 -> r1.5)

Added Files:
-----------
    mports/ports-mgmt/magus-utils:
        Makefile (r1.1)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/ports-mgmt/Makefile,v
retrieving revision 1.4
retrieving revision 1.5
diff -Lports-mgmt/Makefile -Lports-mgmt/Makefile -u -r1.4 -r1.5
--- ports-mgmt/Makefile
+++ ports-mgmt/Makefile
@@ -3,6 +3,7 @@
 
    COMMENT = Ports for managing, installing and developing MidnightBSD ports and packages
 
+   SUBDIR += magus-utils
    SUBDIR += pib
    SUBDIR += portlint
    SUBDIR += portsearch
--- /dev/null
+++ ports-mgmt/magus-utils/Makefile
@@ -0,0 +1,27 @@
+# New ports collection makefile for: magus-utils
+# Date created:		24 Oct 2007
+# Whom:			Lucas Holt
+#
+# $MidnightBSD: mports/ports-mgmt/magus-utils/Makefile,v 1.1 2007/10/24 18:55:02 laffer1 Exp $
+#
+
+PORTNAME=	magus-utils
+PORTVERSION=	1.0
+CATEGORIES=	ports-mgmt
+MASTER_SITES=	# none
+DISTFILES=	# none
+
+MAINTAINER=     luke at MidnightBSD.org
+COMMENT=        mports magus runtime utilities for build cluster
+
+RUN_DEPENDS=	mysql:${PORTSDIR}/databases/mysql50-client \
+		${SITE_PERL}/YAML.pm:${PORTSDIR}/textproc/p5-YAML \
+		${SITE_PERL}/Class/DBI.pm:${PORTSDIR}/databases/p5-Class-DBI \
+		${SITE_PERL}/Class/Accessor.pm:${PORTSDIR}/devel/p5-Class-Accessor
+
+NO_WRKSUBDIR=	YES
+NO_BUILD=	YES
+
+do-install: # empty
+
+.include <bsd.port.mk>


More information about the Midnightbsd-cvs mailing list