[Bsd-sharp-cvs] CVS commit to
/cvsroot/bsd-sharp/FreeBSD-ports/devel/monodevelop by killfill
noreply at forge.novell.com
noreply at forge.novell.com
Mon Feb 26 18:06:09 MST 2007
CVS commit to /cvsroot/bsd-sharp/FreeBSD-ports/devel/monodevelop by killfill
Modified Files:
Makefile pkg-descr pkg-plist
Log Message:
- Update pkg-descr
- Add an option to enable Subversion support (off by default).
Subversion feature does not work 100%. Patches welcome! :)
===================================================================
RCS file: /cvsroot/bsd-sharp/FreeBSD-ports/devel/monodevelop/Makefile,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- /cvsroot/bsd-sharp/FreeBSD-ports/devel/monodevelop/Makefile 2007/02/24 01:15:45 1.39
+++ /cvsroot/bsd-sharp/FreeBSD-ports/devel/monodevelop/Makefile 2007/02/27 01:06:09 1.40
@@ -3,16 +3,17 @@
# Whom: Tom McLaughlin <tmclaugh at sdf.lonestar.org>
#
# $FreeBSD$
-# $Id: Makefile,v 1.39 2007/02/24 01:15:45 killfill Exp $
+# $Id: Makefile,v 1.40 2007/02/27 01:06:09 killfill Exp $
#
PORTNAME= monodevelop
PORTVERSION= 0.13
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://www.go-mono.com/sources/monodevelop/
MAINTAINER= bsd-sharp-list at forge.novell.com
-COMMENT= IDE for Mono and Gtk-sharp
+COMMENT= IDE for Mono and Gtk-sharp.
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gtksourceview-sharp-2.0.pc:${PORTSDIR}/x11-toolkits/gtksourceview-sharp \
${LOCALBASE}/libdata/pkgconfig/gecko-sharp-2.0.pc:${PORTSDIR}/www/gecko-sharp20
@@ -24,6 +25,18 @@
USE_GMAKE= yes
USE_AUTOTOOLS= libtool:15
+OPTIONS= SVN "Enable subversion support (experimental)" off
+
+.include <bsd.port.pre.mk>
+
+.if !defined(WITHOUT_SVN)
+RUN_DEPENDS+= svn:${PORTSDIR}/devel/subversion
+CONFIGURE_ARGS+= --enable-subversion
+PLIST_SUB+= SVN=""
+.else
+PLIST_SUB+= SVN="@comment "
+.endif
+
post-patch:
@${REINPLACE_CMD} -e 's|[(]gnome_data[)]/mime$$|(prefix)/share/mime|g ; \
s|[(]gnome_data[)]/mime/packages$$|(prefix)/share/mime/packages|g ; \
@@ -36,6 +49,5 @@
@-update-desktop-database
.include "${.CURDIR}/../../lang/mono/bsd.mono.mk"
-.include <bsd.port.pre.mk>
.include "${.CURDIR}/../../www/mozilla/bsd.gecko.mk"
.include <bsd.port.post.mk>
===================================================================
RCS file: /cvsroot/bsd-sharp/FreeBSD-ports/devel/monodevelop/pkg-descr,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- /cvsroot/bsd-sharp/FreeBSD-ports/devel/monodevelop/pkg-descr 2005/06/14 02:59:17 1.3
+++ /cvsroot/bsd-sharp/FreeBSD-ports/devel/monodevelop/pkg-descr 2007/02/27 01:06:09 1.4
@@ -1,5 +1,14 @@
-This is MonoDevelop which is intended to be a full-featured integrated
-development environment (IDE) for Mono and Gtk#. It was originally a
-port of SharpDevelop 0.98.
+MonoDevelop is a free GNOME integrated development environment (IDE)
+primarily designed for C# and other .NET languages.
+
+It was originally a port of SharpDevelop 0.98.
+
+The main features of MonoDevelop are:
+
+ * Code Completion
+ * Class Management
+ * Built-in Help
+ * Project Support
+ * Add-ins
WWW: http://monodevelop.com/
===================================================================
RCS file: /cvsroot/bsd-sharp/FreeBSD-ports/devel/monodevelop/pkg-plist,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- /cvsroot/bsd-sharp/FreeBSD-ports/devel/monodevelop/pkg-plist 2007/02/24 01:15:45 1.13
+++ /cvsroot/bsd-sharp/FreeBSD-ports/devel/monodevelop/pkg-plist 2007/02/27 01:06:09 1.14
@@ -84,6 +84,8 @@
lib/monodevelop/data/options/TipsOfTheDay.xml
lib/monodevelop/data/resources/css/MsdnHelp.css
lib/monodevelop/data/resources/css/SharpDevelopStandard.css
+%%SVN%%lib/monodevelop/AddIns/VersionControl/MonoDevelop.VersionControl.Subversion.addin.xml
+%%SVN%%lib/monodevelop/AddIns/VersionControl/MonoDevelop.VersionControl.Subversion.dll
libdata/pkgconfig/monodevelop.pc
share/applications/monodevelop.desktop
share/mime/application/x-asax.xml
More information about the Bsd-sharp-cvs
mailing list