diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2005-07-10 21:37:55 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2005-07-10 21:37:55 +0000 |
commit | fe6cb39523d4e0bc073ff23d172972577d3a804e (patch) | |
tree | 892f1c15d15efd4485b4fa2480fe02c26d5fd269 /devel/monodoc | |
parent | 1818bcb3aa80e09d8a2ee25b315998ea69dc3c27 (diff) |
- Update to 1.0.7.
- Remove the ${BUILD_DEPENDS} in RUN_DEPENDS, because it causes gmake, libtool
and few others become as runtime dependency, which they are just need to be
in the build dependency.
NOTE: The monodoc no longer has the GUI browser, which it has been moved from
monodoc to mono-tools (a new port is coming). The mono-tools will be
depend on this port.
BSD# - Project by: http://www.mono-project.com/Mono:FreeBSD
Notes
Notes:
svn path=/head/; revision=138851
Diffstat (limited to 'devel/monodoc')
-rw-r--r-- | devel/monodoc/Makefile | 23 | ||||
-rw-r--r-- | devel/monodoc/distinfo | 4 | ||||
-rw-r--r-- | devel/monodoc/pkg-descr | 10 | ||||
-rw-r--r-- | devel/monodoc/pkg-plist | 11 |
4 files changed, 18 insertions, 30 deletions
diff --git a/devel/monodoc/Makefile b/devel/monodoc/Makefile index 35f9754b195b..28c7d962c8d4 100644 --- a/devel/monodoc/Makefile +++ b/devel/monodoc/Makefile @@ -3,33 +3,24 @@ # Friday the 13th! # Whom: Christopher Nehren # -# $Id: Makefile,v 1.17 2005/05/16 02:37:15 mezz7 Exp $ +# $Id: Makefile,v 1.20 2005/06/17 05:45:49 tmclau02 Exp $ # $FreeBSD$ # PORTNAME= monodoc -PORTVERSION= 1.0.6 -PORTREVISION= 2 +PORTVERSION= 1.0.7 CATEGORIES= devel gnome -MASTER_SITES= http://www.go-mono.com/archive/${PORTVERSION}/ +MASTER_SITES= http://www.go-mono.com/sources/${PORTNAME}/ -MAINTAINER= tmclaugh@sdf.lonestar.org -COMMENT= Documentation browser for Mono and Mono libraries +MAINTAINER= bsd-sharp-list@forge.novell.com +COMMENT= Documentation for Mono and Mono libraries -BUILD_DEPENDS= gapi-fixup:${PORTSDIR}/x11-toolkits/gtk-sharp \ - ${LOCALBASE}/bin/lynx:${PORTSDIR}/www/lynx -RUN_DEPENDS= ${BUILD_DEPENDS} +BUILD_DEPENDS= mono:${PORTSDIR}/lang/mono +RUN_DEPENDS= mono:${PORTSDIR}/lang/mono USE_GNOME= gnomehack gnometarget USE_X_PREFIX= yes GNU_CONFIGURE= yes USE_GMAKE= yes -USE_REINPLACE= yes - -# Fix 'exec mono' not picking up libmap.conf settings. -post-patch: - @${REINPLACE_CMD} -e 's|mono |${LOCALBASE}/bin/mono |g' \ - ${WRKSRC}/monodoc.in - .include <bsd.port.mk> diff --git a/devel/monodoc/distinfo b/devel/monodoc/distinfo index 9fffb6c22682..5f57ff0fcbb2 100644 --- a/devel/monodoc/distinfo +++ b/devel/monodoc/distinfo @@ -1,2 +1,2 @@ -MD5 (monodoc-1.0.6.tar.gz) = f2fc27e8e4717d90dc7efa2450625693 -SIZE (monodoc-1.0.6.tar.gz) = 10530574 +MD5 (monodoc-1.0.7.tar.gz) = 10689c70d273b56773fae216d96e6396 +SIZE (monodoc-1.0.7.tar.gz) = 10550777 diff --git a/devel/monodoc/pkg-descr b/devel/monodoc/pkg-descr index 13cb50b940d5..1ebfcdc77a54 100644 --- a/devel/monodoc/pkg-descr +++ b/devel/monodoc/pkg-descr @@ -1,8 +1,4 @@ -This is the MonoDoc module. It contains the documentation for -the Mono class libraries, tools to produce and edit the -documentation, and a documentation browser. +This is the MonoDoc module. It contains the documentation for the Mono +class libraries. -The documentation browser consists of a library and two -front-ends: a Gtk#-based one, and an ASP.NET-based version. - -WWW: http://www.mono-project.com +WWW: http://www.mono-project.com/ diff --git a/devel/monodoc/pkg-plist b/devel/monodoc/pkg-plist index fbda097dd74f..1d7d27154304 100644 --- a/devel/monodoc/pkg-plist +++ b/devel/monodoc/pkg-plist @@ -1,14 +1,16 @@ +bin/mdassembler +bin/mdcs2ecma +bin/mdnormalizer +bin/mdvalidater bin/mod -bin/monodoc 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/gtk-sharp/monodoc.dll +lib/mono/monodoc/monodoc.dll lib/monodoc/assembler.exe -lib/monodoc/browser.exe lib/monodoc/cs2ecma.exe lib/monodoc/mod.exe lib/monodoc/monodoc.xml @@ -45,9 +47,8 @@ lib/monodoc/sources/nunit-docs.tree lib/monodoc/sources/nunit-docs.zip lib/monodoc/validate.exe libdata/pkgconfig/monodoc.pc -share/gnome/applications/monodoc.desktop -share/gnome/pixmaps/monodoc.png @dirrm lib/monodoc/sources @dirrm lib/monodoc +@dirrm lib/mono/monodoc @dirrm lib/mono/gac/monodoc/1.0.0.0__0738eb9f132ed756 @dirrm lib/mono/gac/monodoc |