[Midnightbsd-cvs] mports: mports/devel: Add monodoc.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Wed Aug 22 03:07:05 EDT 2007


Log Message:
-----------
Add monodoc.

Modified Files:
--------------
    mports/devel:
        Makefile (r1.140 -> r1.141)

Added Files:
-----------
    mports/devel/monodoc:
        Makefile (r1.1)
        distinfo (r1.1)
        pkg-descr (r1.1)
        pkg-plist (r1.1)
    mports/devel/monodoc/files:
        patch-configure (r1.1)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/devel/Makefile,v
retrieving revision 1.140
retrieving revision 1.141
diff -Ldevel/Makefile -Ldevel/Makefile -u -r1.140 -r1.141
--- devel/Makefile
+++ devel/Makefile
@@ -84,6 +84,7 @@
     SUBDIR += linuxthreads
     SUBDIR += log4j
     SUBDIR += m4
+    SUBDIR += monodoc
     SUBDIR += motor
     SUBDIR += nasm
     SUBDIR += ncurses
--- /dev/null
+++ devel/monodoc/pkg-descr
@@ -0,0 +1,4 @@
+This is the MonoDoc module.  It contains the documentation for the Mono
+class libraries.
+
+WWW: http://www.mono-project.com/
--- /dev/null
+++ devel/monodoc/pkg-plist
@@ -0,0 +1,46 @@
+bin/mdassembler
+bin/mdcs2ecma
+bin/mdnormalizer
+bin/mdvalidater
+bin/mod
+bin/monodocer
+bin/monodocs2html
+bin/monodocs2slashdoc
+lib/mono/gac/monodoc/1.0.0.0__0738eb9f132ed756/monodoc.dll
+lib/mono/gac/monodoc/1.0.0.0__0738eb9f132ed756/monodoc.dll.config
+lib/mono/gac/monodoc/1.0.0.0__0738eb9f132ed756/monodoc.dll.mdb
+lib/mono/monodoc/monodoc.dll
+lib/monodoc/assembler.exe
+lib/monodoc/cs2ecma.exe
+lib/monodoc/mod.exe
+lib/monodoc/monodoc.xml
+lib/monodoc/monodocer.exe
+lib/monodoc/monodocer1.exe
+lib/monodoc/monodocs2html.exe
+lib/monodoc/monodocs2slashdoc.exe
+lib/monodoc/normalize.exe
+lib/monodoc/sources/Mono.source
+lib/monodoc/sources/Mono.tree
+lib/monodoc/sources/Mono.zip
+lib/monodoc/sources/Novell.source
+lib/monodoc/sources/Novell.tree
+lib/monodoc/sources/Novell.zip
+lib/monodoc/sources/cs-errors.source
+lib/monodoc/sources/cs-errors.tree
+lib/monodoc/sources/cs-errors.zip
+lib/monodoc/sources/ecma334.source
+lib/monodoc/sources/ecma334.tree
+lib/monodoc/sources/ecma334.zip
+lib/monodoc/sources/netdocs.source
+lib/monodoc/sources/netdocs.tree
+lib/monodoc/sources/netdocs.zip
+lib/monodoc/sources/nunit-docs.source
+lib/monodoc/sources/nunit-docs.tree
+lib/monodoc/sources/nunit-docs.zip
+lib/monodoc/validate.exe
+libdata/pkgconfig/monodoc.pc
+ at dirrm lib/monodoc/sources
+ at dirrm lib/monodoc
+ at dirrm lib/mono/monodoc
+ at dirrm lib/mono/gac/monodoc/1.0.0.0__0738eb9f132ed756
+ at dirrm lib/mono/gac/monodoc
--- /dev/null
+++ devel/monodoc/Makefile
@@ -0,0 +1,30 @@
+# New ports collection makefile for:    MonoDoc
+# Date created:         2004-08-13
+# Friday the 13th!
+# Whom:                 Christopher Nehren
+#
+# $MidnightBSD: mports/devel/monodoc/Makefile,v 1.1 2007/08/22 07:07:02 laffer1 Exp $
+# $FreeBSD: ports/devel/monodoc/Makefile,v 1.15 2007/03/17 03:48:35 tmclaugh Exp $
+#
+
+PORTNAME=	monodoc
+PORTVERSION=	1.2.3
+CATEGORIES=	devel gnome
+MASTER_SITES=	http://www.go-mono.com/sources/${PORTNAME}/
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Documentation for Mono and Mono libraries
+
+BUILD_DEPENDS=	mono:${PORTSDIR}/lang/mono
+RUN_DEPENDS=	mono:${PORTSDIR}/lang/mono
+
+USE_GNOME=	gnomehack gnometarget
+USE_ZIP=	yes
+GNU_CONFIGURE=	yes
+USE_GMAKE=	yes
+
+MAN1=		mdnormalizer.1 mdvalidator.1 monodocer.1 monodocs2html.1 \
+		mdassembler.1 mdcs2ecma.1
+
+.include "${.CURDIR}/../../lang/mono/bsd.mono.mk"
+.include <bsd.port.mk>
--- /dev/null
+++ devel/monodoc/distinfo
@@ -0,0 +1,3 @@
+MD5 (monodoc-1.2.3.zip) = 6387e57b69a2052150398fce7c29eaea
+SHA256 (monodoc-1.2.3.zip) = b8c914c060e56ef71112a76194927dfcc14fa18f879c1185e61211a730d42d25
+SIZE (monodoc-1.2.3.zip) = 13780947
--- /dev/null
+++ devel/monodoc/files/patch-configure
@@ -0,0 +1,11 @@
+--- configure.orig	Sat Oct 16 00:07:44 2004
++++ configure	Sat Oct 16 00:08:24 2004
+@@ -339,7 +339,7 @@
+ bindir='${exec_prefix}/bin'
+ sbindir='${exec_prefix}/sbin'
+ libexecdir='${exec_prefix}/libexec'
+-datadir='${prefix}/share'
++datadir='${prefix}/share/gnome'
+ sysconfdir='${prefix}/etc'
+ sharedstatedir='${prefix}/com'
+ localstatedir='${prefix}/var'


More information about the Midnightbsd-cvs mailing list