[Midnightbsd-cvs] mports [20502] trunk/devel: add dmake

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Oct 10 15:56:55 EDT 2015


Revision: 20502
          http://svnweb.midnightbsd.org/mports/?rev=20502
Author:   laffer1
Date:     2015-10-10 15:56:54 -0400 (Sat, 10 Oct 2015)
Log Message:
-----------
add dmake

Modified Paths:
--------------
    trunk/devel/Makefile

Added Paths:
-----------
    trunk/devel/dmake/
    trunk/devel/dmake/Makefile
    trunk/devel/dmake/distinfo
    trunk/devel/dmake/files/
    trunk/devel/dmake/files/patch-configure
    trunk/devel/dmake/pkg-descr
    trunk/devel/dmake/pkg-plist

Modified: trunk/devel/Makefile
===================================================================
--- trunk/devel/Makefile	2015-10-10 19:37:03 UTC (rev 20501)
+++ trunk/devel/Makefile	2015-10-10 19:56:54 UTC (rev 20502)
@@ -59,6 +59,7 @@
 SUBDIR += devhelp
 SUBDIR += devtodo
 SUBDIR += distcc
+SUBDIR += dmake
 SUBDIR += dmalloc
 SUBDIR += dotconf
 SUBDIR += doxygen

Added: trunk/devel/dmake/Makefile
===================================================================
--- trunk/devel/dmake/Makefile	                        (rev 0)
+++ trunk/devel/dmake/Makefile	2015-10-10 19:56:54 UTC (rev 20502)
@@ -0,0 +1,23 @@
+# Created by: nils at guru.ims.uni-stuttgart.de
+# $FreeBSD: head/devel/dmake/Makefile 363399 2014-07-29 21:43:17Z adamw $
+# $MidnightBSD$
+
+PORTNAME=	dmake
+PORTVERSION=	4.12.2
+CATEGORIES=	devel
+MASTER_SITES=	http://dmake.apache-extras.org.codespot.com/files/
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Another hyper make utility
+
+LICENSE=	gpl
+
+USES=        tar:bzip2
+
+GNU_CONFIGURE=	yes
+CONFIGURE_ARGS+=	--datarootdir=${DATADIR}
+
+post-install:
+	${INSTALL_MAN} ${WRKSRC}/man/dmake.tf ${PREFIX}/man/man1/dmake.1
+
+.include <bsd.port.mk>


Property changes on: trunk/devel/dmake/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/devel/dmake/distinfo
===================================================================
--- trunk/devel/dmake/distinfo	                        (rev 0)
+++ trunk/devel/dmake/distinfo	2015-10-10 19:56:54 UTC (rev 20502)
@@ -0,0 +1,2 @@
+SHA256 (dmake-4.12.2.tar.bz2) = 2fcbf389a9baaec25a973bd0d9e338069ad427b17d2adc7dc023efb034e96057
+SIZE (dmake-4.12.2.tar.bz2) = 461738


Property changes on: trunk/devel/dmake/distinfo
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/devel/dmake/files/patch-configure
===================================================================
--- trunk/devel/dmake/files/patch-configure	                        (rev 0)
+++ trunk/devel/dmake/files/patch-configure	2015-10-10 19:56:54 UTC (rev 20502)
@@ -0,0 +1,4 @@
+4377a4378,4380
+> 	"MidnightBSD")
+> 	  OS_VERSION=linux
+> 	  ;;


Property changes on: trunk/devel/dmake/files/patch-configure
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/devel/dmake/pkg-descr
===================================================================
--- trunk/devel/dmake/pkg-descr	                        (rev 0)
+++ trunk/devel/dmake/pkg-descr	2015-10-10 19:56:54 UTC (rev 20502)
@@ -0,0 +1,12 @@
+Dmake is a make utility similar to GNU make or the Workshop dmake.
+
+dmake is different from other versions of Make in that it supports
+significant enhancements.
+
+The original author(s) were WTICorp.com, but they appear to have lost
+interest in maintaining the code.
+
+This port installs the version maintained by the Apache OpenOffice.org
+project.
+
+WWW: http://code.google.com/a/apache-extras.org/p/dmake/


Property changes on: trunk/devel/dmake/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/devel/dmake/pkg-plist
===================================================================
--- trunk/devel/dmake/pkg-plist	                        (rev 0)
+++ trunk/devel/dmake/pkg-plist	2015-10-10 19:56:54 UTC (rev 20502)
@@ -0,0 +1,7 @@
+bin/dmake
+man/man1/dmake.1.gz
+%%DATADIR%%/startup/config.mk
+%%DATADIR%%/startup/startup.mk
+%%DATADIR%%/startup/unix/linux/macros.mk
+%%DATADIR%%/startup/unix/macros.mk
+%%DATADIR%%/startup/unix/recipes.mk


Property changes on: trunk/devel/dmake/pkg-plist
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list