[Midnightbsd-cvs] mports [15683] introduce common services port
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Thu Dec 19 21:10:57 EST 2013
Revision: 15683
http://svnweb.midnightbsd.org/mports/?rev=15683
Author: laffer1
Date: 2013-12-19 21:10:56 -0500 (Thu, 19 Dec 2013)
Log Message:
-----------
introduce common services port
Modified Paths:
--------------
trunk/core/Makefile
Added Paths:
-----------
trunk/core/common-services/
trunk/core/common-services/Makefile
trunk/core/common-services/pkg-descr
trunk/core/common-services/pkg-plist
Property Changed:
----------------
trunk/core/Makefile
trunk/core/midnightbsd-desktop/pkg-plist
Modified: trunk/core/Makefile
===================================================================
--- trunk/core/Makefile 2013-12-20 01:35:52 UTC (rev 15682)
+++ trunk/core/Makefile 2013-12-20 02:10:56 UTC (rev 15683)
@@ -2,6 +2,7 @@
COMMENT= Core MidnightBSD Infrastructure
+SUBDIR += common-services
SUBDIR += midnightbsd-desktop
.include <bsd.port.subdir.mk>
Property changes on: trunk/core/Makefile
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: trunk/core/common-services/Makefile
===================================================================
--- trunk/core/common-services/Makefile (rev 0)
+++ trunk/core/common-services/Makefile 2013-12-20 02:10:56 UTC (rev 15683)
@@ -0,0 +1,25 @@
+# Created By: Lucas Holt <luke at midnightbsd.org>
+# $MidnightBSD$
+
+PORTNAME= common-services
+PORTVERSION= 1.0
+CATEGORIES= core
+MASTER_SITES= # none
+DISTFILES= # none
+
+MAINTAINER= luke at MidnightBSD.org
+COMMENT= MidnightBSD Common Services
+
+LICENSE= agg
+
+RUN_DEPENDS= ${LOCALBASE}/sbin/named:${PORTSDIR}/dns/bind99 \
+ ${LOCALBASE}/sbin/sendmail:${PORTSDIR}/mail/sendmail \
+ smbd:${PORTSDIR}/net/samba36 \
+ cupsd:${PORTSDIR}/print/cups-base
+
+NO_WRKSUBDIR= YES
+NO_BUILD= YES
+
+do-install:
+
+.include <bsd.port.mk>
Property changes on: trunk/core/common-services/Makefile
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: trunk/core/common-services/pkg-descr
===================================================================
--- trunk/core/common-services/pkg-descr (rev 0)
+++ trunk/core/common-services/pkg-descr 2013-12-20 02:10:56 UTC (rev 15683)
@@ -0,0 +1,3 @@
+Common services used on many systems.
+
+WWW: http://www.midnightbsd.org/
Added: trunk/core/common-services/pkg-plist
===================================================================
--- trunk/core/common-services/pkg-plist (rev 0)
+++ trunk/core/common-services/pkg-plist 2013-12-20 02:10:56 UTC (rev 15683)
@@ -0,0 +1 @@
+ at comment $MidnightBSD$
Property changes on: trunk/core/common-services/pkg-plist
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Index: trunk/core/midnightbsd-desktop/pkg-plist
===================================================================
--- trunk/core/midnightbsd-desktop/pkg-plist 2013-12-20 01:35:52 UTC (rev 15682)
+++ trunk/core/midnightbsd-desktop/pkg-plist 2013-12-20 02:10:56 UTC (rev 15683)
Property changes on: trunk/core/midnightbsd-desktop/pkg-plist
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
More information about the Midnightbsd-cvs
mailing list