pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

php-gtk2: remove



Module Name:	pkgsrc-wip
Committed By:	Benny Siegert <bsiegert%gmail.com@localhost>
Pushed By:	bsiegert
Date:		Fri Dec 14 17:45:42 2018 +0100
Changeset:	b1a1ba26b42f10d7cc06626a7abed77538934f5c

Removed Files:
	php-gtk2/DESCR
	php-gtk2/Makefile
	php-gtk2/PLIST
	php-gtk2/distinfo

Log Message:
php-gtk2: remove

This package has been marked BROKEN since 2016, and it was last
touched in 2012.

(As always with these removals, the files remain in the history,
and if someone does care for this package, you can easily resurrect it.)

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=b1a1ba26b42f10d7cc06626a7abed77538934f5c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 php-gtk2/DESCR    |  4 ----
 php-gtk2/Makefile | 35 -----------------------------------
 php-gtk2/PLIST    |  2 --
 php-gtk2/distinfo |  5 -----
 4 files changed, 46 deletions(-)

diffs:
diff --git a/php-gtk2/DESCR b/php-gtk2/DESCR
deleted file mode 100644
index bd16f5f2bc..0000000000
--- a/php-gtk2/DESCR
+++ /dev/null
@@ -1,4 +0,0 @@
-PHP-GTK is a PHP extension that enables you to write client-side cross-platform
-GUI applications. This is the first such extension of this kind and one of the
-goals behind it was to prove that PHP is a capable general-purpose scripting
-language that is suited for more than just Web applications.
diff --git a/php-gtk2/Makefile b/php-gtk2/Makefile
deleted file mode 100644
index 1caeabf9d3..0000000000
--- a/php-gtk2/Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
-# $NetBSD: Makefile,v 1.4 2012/11/16 18:51:39 kristerw Exp $
-
-MODNAME=		php_gtk2
-PECL_VERSION=		2.0.1
-PECL_DISTNAME=		php-gtk-${PECL_VERSION}
-CATEGORIES+=		x11
-COMMENT=		PHP extension for writing GUI applications with Gtk+
-MASTER_SITES=		http://gtk.php.net/do_download.php?download_file=
-EXTRACT_SUFX=		.tar.gz
-
-MAINTAINER=		khorben%defora.org@localhost
-HOMEPAGE=		http://gtk.php.net/
-COMMENT=		PHP extension for Gtk+ 2.0
-LICENSE=		gnu-lgpl-v2.1
-
-USE_TOOLS+=		awk
-USE_TOOLS+=		pkg-config
-
-BUILD_DEPENDS+=		re2c-[0-9]*:../../devel/re2c
-
-CONFIGURE_ARGS+=	--without-libglade
-
-BROKEN=			phpize-module redefined and breaks the package framework
-#XXX phpize needs to be run with specific arguments
-phpize-module:
-	@cookie=${WRKDIR}/.phpize_module_done;				\
-	if [ ! -f $${cookie} ]; then					\
-		cd ${WRKSRC} && 					\
-		./buildconf --with-phpize=${PHPIZE} &&			\
-		${TOUCH} ${TOUCH_FLAGS} $${cookie};			\
-	fi
-
-.include "../../lang/php/ext.mk"
-.include "../../x11/gtk2/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/php-gtk2/PLIST b/php-gtk2/PLIST
deleted file mode 100644
index e10d0521e3..0000000000
--- a/php-gtk2/PLIST
+++ /dev/null
@@ -1,2 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2011/12/08 12:24:10 khorben Exp $
-lib/php/20040412/php_gtk2.so
diff --git a/php-gtk2/distinfo b/php-gtk2/distinfo
deleted file mode 100644
index ca177ecade..0000000000
--- a/php-gtk2/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.1.1.1 2011/12/08 12:24:10 khorben Exp $
-
-SHA1 (php-php_gtk2/php-gtk-2.0.1.tar.gz) = a4f42c715b51554c1322de4beb3054012ec58696
-RMD160 (php-php_gtk2/php-gtk-2.0.1.tar.gz) = 2e305f45d95a2c1abbe8cd551c794823dfc3d919
-Size (php-php_gtk2/php-gtk-2.0.1.tar.gz) = 1254316 bytes


Home | Main Index | Thread Index | Old Index