import anjuta 2.28.2.0

Anjuta is a versatile Integrated Development Environment (IDE) for C and
C++ on *NIX. It has been written for GTK/GNOME and features a number of
advanced programming facilities. These include project management,
application wizards, an on-board interactive debugger, and a powerful
source editor with source browsing and syntax highlighting.

feedback and ok ajacoutot@
This commit is contained in:
jasper 2010-03-22 17:32:25 +00:00
parent ff5182dae1
commit f2d8d6842f
5 changed files with 1426 additions and 0 deletions

66
x11/gnome/anjuta/Makefile Normal file
View File

@ -0,0 +1,66 @@
# $OpenBSD: Makefile,v 1.1.1.1 2010/03/22 17:32:25 jasper Exp $
SHARED_ONLY= Yes
COMMENT= versatile IDE for C and C++
GNOME_PROJECT= anjuta
GNOME_VERSION= 2.28.2.0
SHARED_LIBS= anjuta 0.0 \
anjuta-ctags 0.0 \
anjuta-egg 0.0 \
file-manager 0.0 \
language-manager 0.0
CATEGORIES= devel
HOMEPAGE= http://www.anjuta.org/
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MODULES= devel/gconf2 \
devel/gettext \
x11/gnome
WANTLIB += ICE ORBit-2 SM X11 XRes Xau Xcomposite Xcursor Xdamage
WANTLIB += Xdmcp Xext Xfixes Xi Xinerama Xrandr Xrender Xt apr-1
WANTLIB += aprutil-1 asn1 atk-1.0 c cairo crypto db dbus-1 dbus-glib-1
WANTLIB += devhelp-1 enchant execinfo expat fontconfig freetype
WANTLIB += gailutil gcrypt gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0
WANTLIB += glib-2.0 glitz gmodule-2.0 gnutls gobject-2.0 gpg-error
WANTLIB += gssapi gstbase-0.10 gstpbutils-0.10 gstreamer-0.10
WANTLIB += gstvideo-0.10 gthread-2.0 gtk-x11-2.0 icudata icui18n
WANTLIB += icuuc jpeg krb5 m ncurses neon pango-1.0 pangocairo-1.0
WANTLIB += pangoft2-1.0 pcre pixman-1 png pthread pthread-stubs
WANTLIB += sasl2 soup-2.4 sqlite3 ssl startup-notification-1 stdc++
WANTLIB += tasn1 unique-1.0 util webkit-1.0 wnck-1 xcb xcb-atom
WANTLIB += xcb-aux xcb-event xml2 xslt z
BUILD_DEPENDS= :autogen->=5.6.5:devel/autogen
RUN_DEPENDS= ::misc/shared-mime-info
LIB_DEPENDS= gladeui-1::devel/glade3 \
svn_client-1,svn_delta-1,svn_diff-1,svn_fs-1,svn_fs_base-1,svn_fs_fs-1,svn_ra-1,svn_ra_local-1,svn_ra_svn-1,svn_repos-1,svn_subr-1,svn_wc-1,svn_fs_util-1,svn_ra_neon-1::devel/subversion \
vte::devel/vte \
gdl-1::x11/gnome/gdl \
gtksourceview-2.0::x11/gtksourceview
LIBTOOL_FLAGS= --tag=disable-static
USE_X11 = Yes
DESKTOP_FILES= Yes
MODGNOME_HELP_FILES= Yes
MODGCONF2_SCHEMAS_DIR= anjuta
CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \
--enable-plugin-subversion \
--enable-gtk-doc=no \
--enable-debug
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
FAKE_FLAGS= itlocaledir=${PREFIX}/share/locale/
.include <bsd.port.mk>

View File

@ -0,0 +1,5 @@
MD5 (gnome/anjuta-2.28.2.0.tar.bz2) = P2HYWTjRNSEl8FoRZxg3IQ==
RMD160 (gnome/anjuta-2.28.2.0.tar.bz2) = CIuH7T3S9sBwcnpuTbIo9R5h4NQ=
SHA1 (gnome/anjuta-2.28.2.0.tar.bz2) = 6gCNfVXQx9B15cPPAoYHzlippHM=
SHA256 (gnome/anjuta-2.28.2.0.tar.bz2) = bYIW+x/iVB56MIDA/7YrwFJ8KWzpehvSXSBkqFIvZko=
SIZE (gnome/anjuta-2.28.2.0.tar.bz2) = 7521022

View File

@ -0,0 +1,14 @@
$OpenBSD: patch-plugins_Makefile_in,v 1.1.1.1 2010/03/22 17:32:25 jasper Exp $
Disable the symbol-db plugin, OpenBSD lacks shm_open().
--- plugins/Makefile.in.orig Tue Feb 2 09:50:33 2010
+++ plugins/Makefile.in Tue Feb 2 09:50:43 2010
@@ -336,7 +336,6 @@ SUBDIRS = . \
glade \
devhelp \
language-manager \
- symbol-db \
git \
sourceview \
run-program \

View File

@ -0,0 +1,5 @@
Anjuta is a versatile Integrated Development Environment (IDE) for C and
C++ on *NIX. It has been written for GTK/GNOME and features a number of
advanced programming facilities. These include project management,
application wizards, an on-board interactive debugger, and a powerful
source editor with source browsing and syntax highlighting.

1336
x11/gnome/anjuta/pkg/PLIST Normal file

File diff suppressed because it is too large Load Diff