Commit ea934ef6 authored by Rene Ladan's avatar Rene Ladan
Browse files

devel/anjuta: Remove expired port

2024-03-11 devel/anjuta: Unmaintained, upstream WWW owned by gambling site, use devel/gnome-builder
parent c49e0ba6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3040,3 +3040,4 @@ sysutils/cfengine320||2024-03-03|Has expired: No longer supported by upstream
net-p2p/sonarr-devel|net-p2p/sonarr|2024-03-03|Has expired: Use net-p2p/sonarr instead
security/py-pyblake2||2024-03-03|Has expired: Reached it's End Of Life. Integrated into Python Standard Library
net-im/gtkcord4|net-im/dissent|2024-03-03|Project renamed
devel/anjuta|devel/gnome-builder|2024-03-12|Has expired: Unmaintained, upstream WWW owned by gambling site, use devel/gnome-builder
+0 −1
Original line number Diff line number Diff line
@@ -165,7 +165,6 @@
    SUBDIR += ammonite
    SUBDIR += amqp-cpp
    SUBDIR += android-tools
    SUBDIR += anjuta
    SUBDIR += antlr
    SUBDIR += antlr3
    SUBDIR += antlr4

devel/anjuta/Makefile

deleted100644 → 0
+0 −117
Original line number Diff line number Diff line
PORTNAME=	anjuta
PORTVERSION=	3.34.0
PORTREVISION=	5
CATEGORIES=	devel gnome
MASTER_SITES=	GNOME
DIST_SUBDIR=	gnome

MAINTAINER=	gnome@FreeBSD.org
COMMENT=	Integrated Development Environment for C and C++
WWW=		http://anjuta.org/

LICENSE=	GPLv2
LICENSE_FILE=	${WRKSRC}/COPYING

DEPRECATED=	Unmaintained, upstream WWW owned by gambling site, use devel/gnome-builders
EXPIRATION_DATE=2024-03-11

BUILD_DEPENDS=	autogen:devel/autogen \
		itstool:textproc/itstool
LIB_DEPENDS+=	libpcre.so:devel/pcre \
		libexpat.so:textproc/expat2 \
		libfribidi.so:converters/fribidi \
		libgdl-3.so:x11-toolkits/gdl
RUN_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/gnome-icon-theme.pc:misc/gnome-icon-theme \
		autogen:devel/autogen \
		automake>=0:devel/automake \
		autoconf>=0:devel/autoconf \
		libtool>=2.4:devel/libtool \
		gdb>=7.10:devel/gdb \
		gmake:devel/gmake \
		yelp>=3.0.0:x11/yelp

PORTSCOUT=	limitw:1,even

USES=		bison compiler:c11 desktop-file-utils gettext gmake gnome \
		libtool localbase:ldflags pathfix perl5 pkgconfig:both python \
		shared-mime-info shebangfix tar:xz
USE_CXXSTD=	c++14
SHEBANG_FILES=	plugins/project-wizard/templates/js_minimal/src/main.js \
		plugins/tools/scripts/find-fixmes.pl \
		plugins/tools/scripts/translation-status.pl \
		plugins/tools/scripts/prepare-changelog.pl
SHEBANG_LANG+=	gjs
gjs_OLD_CMD=	/usr/bin/gjs
gjs_CMD=	${LOCALBASE}/bin/gjs

USE_LDCONFIG=	yes
USE_GNOME=	cairo gtksourceview3 intlhack libgda5 libwnck3
GNU_CONFIGURE=	yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
CONFIGURE_ARGS=	--with-symbol-db-shm=/tmp \
		--disable-packagekit \
		--disable-neon \
		--disable-vala \
		--enable-compile-warnings=minimum \
		--enable-introspection=yes
DOCSDIR=	share/doc/libanjuta
INSTALL_TARGET=	install-strip

GLIB_SCHEMAS=	org.gnome.anjuta.cvs.gschema.xml \
		org.gnome.anjuta.document-manager.gschema.xml \
		org.gnome.anjuta.file-manager.gschema.xml \
		org.gnome.anjuta.gschema.xml \
		org.gnome.anjuta.plugins.build.gschema.xml \
		org.gnome.anjuta.plugins.cpp.gschema.xml \
		org.gnome.anjuta.plugins.debug-manager.gschema.xml \
		org.gnome.anjuta.plugins.git.gschema.xml \
		org.gnome.anjuta.plugins.indent-c.gschema.xml \
		org.gnome.anjuta.plugins.indent-python.gschema.xml \
		org.gnome.anjuta.plugins.js.gschema.xml \
		org.gnome.anjuta.plugins.message-manager.gschema.xml \
		org.gnome.anjuta.plugins.parser-cxx.gschema.xml \
		org.gnome.anjuta.plugins.project-wizard.gschema.xml \
		org.gnome.anjuta.plugins.python.gschema.xml \
		org.gnome.anjuta.plugins.run.gschema.xml \
		org.gnome.anjuta.plugins.sourceview.gschema.xml \
		org.gnome.anjuta.plugins.vala.gschema.xml \
		org.gnome.anjuta.snippets.gschema.xml \
		org.gnome.anjuta.starter.gschema.xml \
		org.gnome.anjuta.symbol-db.gschema.xml \
		org.gnome.anjuta.tools.gschema.xml

OPTIONS_SUB=	yes
OPTIONS_DEFINE=	DEVHELP GLADE SUBVERSION TERMINAL
OPTIONS_DEFAULT=DEVHELP GLADE SUBVERSION TERMINAL
DEVHELP_DESC=	Devhelp plugin
GLADE_DESC=	Build glade plugin
TERMINAL_DESC=	Build build-in terminal

GLADE_LIB_DEPENDS=	libgladeui-2.so:devel/glade
GLADE_CONFIGURE_ENABLE=	plugin-glade

TERMINAL_USE=	GNOME=vte3
TERMINAL_CONFIGURE_ENABLE=	plugin-terminal
TERMINAL_LIB_DEPENDS=	libgnutls.so:security/gnutls \
			libpcre2-8.so:devel/pcre2
TERMINAL_VARS=		GLIB_SCHEMAS+=org.gnome.anjuta.terminal.gschema.xml

SUBVERSION_LIB_DEPENDS=	libapr-1.so:devel/apr1 \
			libserf-1.so:www/serf \
			libsvn_client-1.so:devel/subversion
SUBVERSION_CONFIGURE_ENABLE=	plugin-subversion

DEVHELP_LIB_DEPENDS=	libsoup-2.4.so:devel/libsoup \
			libwebkit2gtk-4.0.so:www/webkit2-gtk3 \
			libdevhelp-3.so:devel/devhelp
DEVHELP_CONFIGURE_ENABLE=	plugin-devhelp

post-patch:
	@${REINPLACE_CMD} -e 's|"make|"gmake|g' \
		${WRKSRC}/plugins/build-basic-autotools/plugin.c
	@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${PREFIX}|g' \
		${WRKSRC}/libanjuta/anjuta-utils.c
	@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${PREFIX}|g' \
		${WRKSRC}/plugins/gdb/debugger.c

.include <bsd.port.mk>

devel/anjuta/distinfo

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1657827311
SHA256 (gnome/anjuta-3.34.0.tar.xz) = 42a93130ed3ee02d064a7094e94e1ffae2032b3f35a87bf441e37fc3bb3a148f
SIZE (gnome/anjuta-3.34.0.tar.xz) = 6420472
+0 −11
Original line number Diff line number Diff line
--- libanjuta/Makefile.in.orig	2015-06-10 15:59:14.005088000 -0400
+++ libanjuta/Makefile.in	2015-06-10 15:59:28.001860000 -0400
@@ -688,7 +688,7 @@
 	interfaces/libanjuta-iface-marshallers.h\
 	interfaces/libanjuta-interfaces.h
 
-SUBDIRS = interfaces . tests
+SUBDIRS = interfaces .
 AM_CPPFLAGS = \
 	-I$(top_srcdir) \
 	-I . \
Loading