1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00

2011-11-06 devel/soup: Unmaintain, use devel/libsoup

2011-11-06 graphics/clutter-qt: upstream distfile and doesn't build, and doesn't seem to be developed anymore
2011-11-06 graphics/p5-clutter: upstream distfile disappeard, and doesn't seem to be developed anymore
2011-11-06 graphics/librsvg: unmaintained and not used anymore
This commit is contained in:
Baptiste Daroussin 2011-11-09 13:14:01 +00:00
parent d7707c3015
commit 743df00776
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=285371
33 changed files with 4 additions and 710 deletions

4
MOVED
View File

@ -3001,3 +3001,7 @@ sysutils/rsyslog4-devel-snmp||2011-11-02|is now stable see sysutils/rsyslog4
www/php-yaf|www/pecl-yaf|2011-11-02|This project has been moved to PECL
sysutils/xfce4-places-plugin||2011-11-06|Removed, integrated in Xfce 4.8 panel
lang/p5-F77|lang/p5-ExtUtils-F77|2011-11-07|Move to a better place via repocopy
devel/soup||2011-11-09|Has expired: Unmaintain, use devel/libsoup
graphics/clutter-qt||2011-11-09|Has expired: upstream distfile and doesn't build, and doesn't seem to be developed anymore
graphics/p5-clutter||2011-11-09|Has expired: upstream distfile disappeard, and doesn't seem to be developed anymore
graphics/librsvg||2011-11-09|Has expired: unmaintained and not used anymore

View File

@ -3589,7 +3589,6 @@
SUBDIR += sml_tk
SUBDIR += smv
SUBDIR += soapui
SUBDIR += soup
SUBDIR += sourcenav
SUBDIR += sparc-rtems-binutils
SUBDIR += sparc-rtems-gcc

View File

@ -1,32 +0,0 @@
# New ports collection makefile for: soup
# Date created: 29 May 2001
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= soup
PORTVERSION= 0.7.11
PORTREVISION= 3
CATEGORIES= devel gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome
MAINTAINER= gnome@FreeBSD.org
COMMENT= A SOAP (Simple Object Access Protocol) implementation in C
DEPRECATED= Unmaintain, use devel/libsoup
EXPIRATION_DATE= 2011-11-06
LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt
USE_AUTOTOOLS= libtool
USE_BZIP2= yes
USE_GNOME= gnomehack glib12 libxml
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc --disable-gtk-doc
CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib"
CPPFLAGS+= -I${LOCALBASE}/include
.include <bsd.port.mk>

View File

@ -1,2 +0,0 @@
SHA256 (gnome/soup-0.7.11.tar.bz2) = f9c4465f8aafaac099a7de7f5ceccba15d647aaddb8f83a867719e9a370c2863
SIZE (gnome/soup-0.7.11.tar.bz2) = 323824

View File

@ -1,14 +0,0 @@
$FreeBSD$
--- Makefile.in 2001/05/28 13:16:59 1.1
+++ Makefile.in 2001/05/28 13:17:30
@@ -115,7 +115,7 @@
bin_SCRIPTS = soup-config
-confexecdir = $(libdir)
+confexecdir = $(prefix)/etc
confexec_DATA = soupConf.sh soup_apacheConf.sh soup_wsdlConf.sh
pkgconfigdir = $(libdir)/pkgconfig

View File

@ -1,26 +0,0 @@
--- configure.orig Thu Jan 2 14:06:13 2003
+++ configure Fri Feb 7 22:54:07 2003
@@ -7366,6 +7366,7 @@
# This can be used to rebuild libtool when needed
LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
# Always use our own libtool.
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
@@ -10569,11 +10570,11 @@
fi
if test x$APXS != xno; then
- APACHE_CFLAGS="-I`apxs -q INCLUDEDIR CFLAGS`"
- APACHE_LIBS=`apxs -q LDFLAGS_SHLIB LIBS_SHLIB`
+# APACHE_CFLAGS="-I`apxs -q INCLUDEDIR CFLAGS`"
+# APACHE_LIBS=`apxs -q LDFLAGS_SHLIB LIBS_SHLIB`
- save_CPPFLAGS=$CPPFLAGS
- CPPFLAGS=$APACHE_CFLAGS
+# save_CPPFLAGS=$CPPFLAGS
+# CPPFLAGS=$APACHE_CFLAGS

View File

@ -1,13 +0,0 @@
$FreeBSD$
--- docs/reference/Makefile.in 2001/05/28 13:11:32 1.1
+++ docs/reference/Makefile.in 2001/05/28 13:12:10
@@ -262,6 +262,7 @@
@ENABLE_GTK_DOC_TRUE@all-local: html-build.stamp
+@ENABLE_GTK_DOC_FALSE@all-local:
#### scan ####

View File

@ -1,22 +0,0 @@
--- src/libsoup/soup-queue.c.orig 2006-08-01 15:14:39.000000000 -0400
+++ src/libsoup/soup-queue.c 2006-08-01 15:14:50.000000000 -0400
@@ -30,7 +30,7 @@
#include "soup-ssl.h"
#include "soup-transfer.h"
-static GSList *soup_active_requests = NULL, *soup_active_request_next = NULL;
+GSList *soup_active_requests = NULL, *soup_active_request_next = NULL;
static guint soup_queue_idle_tag = 0;
--- src/libsoup/soup-server.c.orig 2006-08-01 15:20:33.000000000 -0400
+++ src/libsoup/soup-server.c 2006-08-01 15:23:08.000000000 -0400
@@ -312,7 +312,7 @@
/*
* Get request HTTP method
*/
- (gchar *) msg->method = g_strdup (g_getenv ("REQUEST_METHOD"));
+ msg->method = g_strdup (g_getenv ("REQUEST_METHOD"));
/*
* Get content length of request body

View File

@ -1,22 +0,0 @@
--- src/libsoup/soup-message.c.orig Wed Apr 10 12:33:17 2002
+++ src/libsoup/soup-message.c Tue Nov 12 02:52:40 2002
@@ -907,7 +907,7 @@
SoupHandlerKind kind;
union {
- guint errorcode;
+ unsigned long errorcode;
SoupErrorClass errorclass;
const gchar *header;
} data;
@@ -922,8 +922,9 @@
redirect_handler,
NULL,
RESPONSE_HEADER_HANDLER,
- { (guint) "Location" }
+ { (unsigned long) "Location" }
},
+
/*
* Handle authorization.
*/

View File

@ -1,37 +0,0 @@
--- src/libwsdl/wsdl-soap-memory.c.orig Fri Aug 13 13:21:36 2004
+++ src/libwsdl/wsdl-soap-memory.c Fri Aug 13 13:23:14 2004
@@ -33,17 +33,15 @@
while (param->name != NULL) {
if (param->typecode == NULL) {
- g_warning (G_GNUC_FUNCTION
- ": Parameter %s has no typecode!",
- param->name);
+ g_warning ("%s: Parameter %s has no typecode!",
+ G_GNUC_FUNCTION, param->name);
} else {
if (param->param == NULL) {
- g_warning (G_GNUC_FUNCTION
- ": Parameter %s has no "
+ g_warning ("%s: Parameter %s has no "
"memory location!",
- param->name);
+ G_GNUC_FUNCTION, param->name);
} else {
- memset (param->param,
+ memset (param->param,
'\0',
wsdl_typecode_size (param->typecode));
}
@@ -71,9 +69,8 @@
while (param->name != NULL) {
if (param->typecode == NULL) {
- g_warning (G_GNUC_FUNCTION
- ": Parameter %s has no typecode!",
- param->name);
+ g_warning ("%s: Parameter %s has no typecode!",
+ G_GNUC_FUNCTION, param->name);
} else {
if (param->param != NULL &&
*(guchar **) param->param != NULL &&

View File

@ -1,20 +0,0 @@
--- src/libwsdl/wsdl-soap-parse.c.orig Fri Aug 13 13:20:50 2004
+++ src/libwsdl/wsdl-soap-parse.c Fri Aug 13 13:21:05 2004
@@ -37,7 +37,7 @@
switch (wsdl_typecode_kind (typecode)) {
case WSDL_TK_GLIB_NULL:
- g_warning ("Invalid typecode NULL in " G_GNUC_FUNCTION);
+ g_warning ("Invalid typecode NULL in %s",G_GNUC_FUNCTION);
break;
case WSDL_TK_GLIB_VOID:
@@ -203,7 +203,7 @@
/* Handled elsewhere */
break;
case WSDL_TK_GLIB_MAX:
- g_warning ("Invalid typecode MAX in " G_GNUC_FUNCTION);
+ g_warning ("Invalid typecode MAX in %s",G_GNUC_FUNCTION);
break;
}
}

View File

@ -1,38 +0,0 @@
--- src/libwsdl/wsdl-typecodes.c.orig Fri Aug 13 13:17:44 2004
+++ src/libwsdl/wsdl-typecodes.c Fri Aug 13 13:18:45 2004
@@ -977,7 +977,7 @@
{
switch (tc->kind) {
case WSDL_TK_GLIB_NULL:
- g_warning ("Invalid typecode NULL in " G_GNUC_FUNCTION);
+ g_warning ("Invalid typecode NULL in %s",G_GNUC_FUNCTION);
return (0);
break;
@@ -1082,7 +1082,7 @@
break;
case WSDL_TK_GLIB_MAX:
- g_warning ("Invalid typecode MAX in " G_GNUC_FUNCTION);
+ g_warning ("Invalid typecode MAX in %s",G_GNUC_FUNCTION);
return (0);
break;
}
@@ -1106,7 +1106,7 @@
{
switch (tc->kind) {
case WSDL_TK_GLIB_NULL:
- g_warning ("Invalid typecode NULL in " G_GNUC_FUNCTION);
+ g_warning ("Invalid typecode NULL in %s",G_GNUC_FUNCTION);
return (0);
break;
@@ -1218,7 +1218,7 @@
break;
case WSDL_TK_GLIB_MAX:
- g_warning ("Invalid typecode MAX in " G_GNUC_FUNCTION);
+ g_warning ("Invalid typecode MAX in %s",G_GNUC_FUNCTION);
return (0);
break;
}

View File

@ -1,17 +0,0 @@
Soup is a SOAP (Simple Object Access Protocol) implementation in C.
It provides an queued asynchronous callback-based mechanism for sending and
servicing SOAP requests, and a WSDL (Web Service Definition Language) to C
compiler which generates client stubs and server skeletons for easily calling
and implementing SOAP methods.
It uses the GLib main loop and is designed to work well with GTK applications.
Features:
* Completely Asynchronous
* Connection cache
* HTTP chunked transfer and persistent connections
* authenticated HTTP, SOCKS4, and SOCKS5 proxy support
* SSL Support using OpenSSL
* Apache module server support
* Client digest authentication

View File

@ -1,51 +0,0 @@
bin/soup-config
bin/soup-httpd
bin/soup-ssl-proxy
bin/soup-wsdl
etc/soupConf.sh
etc/soup_apacheConf.sh
etc/soup_wsdlConf.sh
include/soup/libsoup/soup-context.h
include/soup/libsoup/soup-dav-server.h
include/soup/libsoup/soup-dav.h
include/soup/libsoup/soup-env.h
include/soup/libsoup/soup-error.h
include/soup/libsoup/soup-fault.h
include/soup/libsoup/soup-headers.h
include/soup/libsoup/soup-message.h
include/soup/libsoup/soup-method.h
include/soup/libsoup/soup-misc.h
include/soup/libsoup/soup-ntlm.h
include/soup/libsoup/soup-parser.h
include/soup/libsoup/soup-serializer.h
include/soup/libsoup/soup-server-auth.h
include/soup/libsoup/soup-server.h
include/soup/libsoup/soup-socket.h
include/soup/libsoup/soup-uri.h
include/soup/libsoup/soup.h
include/soup/libwsdl/wsdl-param.h
include/soup/libwsdl/wsdl-schema-glib.h
include/soup/libwsdl/wsdl-schema.h
include/soup/libwsdl/wsdl-soap-marshal.h
include/soup/libwsdl/wsdl-soap-memory.h
include/soup/libwsdl/wsdl-soap-parse.h
include/soup/libwsdl/wsdl-typecodes.h
include/soup/libwsdl/wsdl.h
lib/libsoup-apache.a
lib/libsoup-apache.la
lib/libsoup-apache.so
lib/libsoup-apache.so.6
lib/libsoup.a
lib/libsoup.la
lib/libsoup.so
lib/libsoup.so.6
lib/libwsdl.a
lib/libwsdl.la
lib/libwsdl.so
lib/libwsdl.so.6
libdata/pkgconfig/soup.pc
share/aclocal/soup.m4
@dirrm share/doc/soup
@dirrm include/soup/libwsdl
@dirrm include/soup/libsoup
@dirrm include/soup

View File

@ -85,7 +85,6 @@
SUBDIR += clutter
SUBDIR += clutter-box2d
SUBDIR += clutter-gtk
SUBDIR += clutter-qt
SUBDIR += comical
SUBDIR += comix
SUBDIR += commons-utilities
@ -483,7 +482,6 @@
SUBDIR += libqglviewer
SUBDIR += libqrencode
SUBDIR += libraw
SUBDIR += librsvg
SUBDIR += librsvg2
SUBDIR += libspiro
SUBDIR += libsvg
@ -677,7 +675,6 @@
SUBDIR += p5-VCG
SUBDIR += p5-Visio
SUBDIR += p5-chart
SUBDIR += p5-clutter
SUBDIR += p5-ming
SUBDIR += panoglview
SUBDIR += panomatic

View File

@ -1,39 +0,0 @@
# New ports collection makefile for: clutter-qt
# Date created: 04 Aug 2009
# Whom: Koop Mast <kwm@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= clutter-qt
PORTVERSION= 1.0.0
PORTREVISION= 2
CATEGORIES= graphics
MASTER_SITES= http://www.clutter-project.org/sources/${PORTNAME}/${PORTVERSION:R}/
MAINTAINER= gnome@FreeBSD.org
COMMENT= QT+ Integration library for Clutter
LIB_DEPENDS= clutter-glx-1.0:${PORTSDIR}/graphics/clutter
BROKEN= Doesn't build with Glib-2.26
DEPRECATED= upstream distfile and doesn't build, and doesn't seem to be developed anymore
EXPIRATION_DATE=2011-11-06
USE_BZIP2= yes
USE_GMAKE= yes
USE_AUTOTOOLS= libtool
USE_QT_VER= 4
QT_COMPONENTS= corelib gui moc_build
USE_GNOME= gnomehack
USE_LDCONFIG= yes
CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
post-patch:
@${RM} ${WRKSRC}/examples/moc_testqt.cc \
${WRKSRC}/clutter-qt/moc_clutter-qt.cc
.include <bsd.port.mk>

View File

@ -1,2 +0,0 @@
SHA256 (clutter-qt-1.0.0.tar.bz2) = b1599c270e98128e64bc0c0293e97af092f705c23896bcb20c5c1fd662c92155
SIZE (clutter-qt-1.0.0.tar.bz2) = 270984

View File

@ -1,3 +0,0 @@
QT+ Integration library for Clutter.
WWW: http://clutter-project.org/

View File

@ -1,7 +0,0 @@
include/clutter-1.0/clutter-qt/clutter-qt.h
lib/libclutter-qt-1.0.a
lib/libclutter-qt-1.0.la
lib/libclutter-qt-1.0.so
lib/libclutter-qt-1.0.so.0
libdata/pkgconfig/clutter-qt-1.0.pc
@dirrm include/clutter-1.0/clutter-qt

View File

@ -1,32 +0,0 @@
# New ports collection makefile for: librsvg
# Date created: 8th May 2001
# Whom: Ade Lovett <ade@FreeBSD.org>
#
# $FreeBSD$
# $MCom: ports/graphics/librsvg/Makefile,v 1.2 2006/09/10 00:51:11 mezz Exp $
PORTNAME= librsvg
PORTVERSION= 1.0.3
PORTREVISION= 10
CATEGORIES= graphics gnome
MASTER_SITES= GNOME
MAINTAINER= gnome@FreeBSD.org
COMMENT= Library for parsing and rendering SVG vector-graphic files
DEPRECATED= unmaintained and not used anymore
EXPIRATION_DATE= 2011-11-06
BUILD_DEPENDS= freetype-config:${PORTSDIR}/print/freetype2 # XXX
LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 \
popt.0:${PORTSDIR}/devel/popt
USE_AUTOTOOLS= libtool
USE_GMAKE= yes
USE_GNOME= gnomelibs gdkpixbuf
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib"
CPPFLAGS+= -I${LOCALBASE}/include
.include <bsd.port.mk>

View File

@ -1,2 +0,0 @@
SHA256 (librsvg-1.0.3.tar.gz) = d5e04b1599fcb9f830f0ccd3ae1f4b41349c0bc8483c6083875079bd75f387bb
SIZE (librsvg-1.0.3.tar.gz) = 213368

View File

@ -1,52 +0,0 @@
--- Makefile.in.orig Fri Jul 27 16:29:51 2001
+++ Makefile.in Fri Jul 27 16:30:27 2001
@@ -110,7 +110,7 @@
XML_CONFIG = @XML_CONFIG@
XML_LIBS = @XML_LIBS@
-noinst_PROGRAMS = test-ft-gtk test-ft test-rsvg
+noinst_PROGRAMS = #test-ft-gtk test-ft test-rsvg
bin_SCRIPTS = librsvg-config
@@ -151,10 +151,10 @@
test_rsvg_DEPENDENCIES = $(DEPS)
test_rsvg_LDADD = $(LDADDS) -lm
-m4datadir = $(datadir)/aclocal
+m4datadir = $(prefix)/share/aclocal
m4data_DATA = librsvg.m4
-confexecdir = $(libdir)
+confexecdir = $(sysconfdir)
confexec_DATA = librsvgConf.sh
pkgconfigdir = $(libdir)/pkgconfig
@@ -188,7 +188,7 @@
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
CCLD = $(CC)
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
-DATA = $(confexec_DATA) $(m4data_DATA) $(pkgconfig_DATA)
+DATA = $(confexec_DATA) $(m4data_DATA)
HEADERS = $(librsvginc_HEADERS)
@@ -560,8 +560,7 @@
install-confexecDATA
install-exec: install-exec-am
-install-data-am: install-m4dataDATA install-pkgconfigDATA \
- install-librsvgincHEADERS
+install-data-am: install-m4dataDATA install-librsvgincHEADERS
install-data: install-data-am
install-am: all-am
@@ -579,7 +578,7 @@
installdirs:
$(mkinstalldirs) $(DESTDIR)$(libdir) $(DESTDIR)$(bindir) \
$(DESTDIR)$(confexecdir) $(DESTDIR)$(m4datadir) \
- $(DESTDIR)$(pkgconfigdir) $(DESTDIR)$(librsvgincdir)
+ $(DESTDIR)$(librsvgincdir)
mostlyclean-generic:

View File

@ -1,30 +0,0 @@
--- configure.orig Thu Jan 17 13:54:07 2002
+++ configure Mon Mar 22 23:16:08 2004
@@ -5397,6 +5397,7 @@
# This can be used to rebuild libtool when needed
LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
# Always use our own libtool.
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
@@ -6020,7 +6021,8 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include <freetype/freetype.h>
+#include <ft2build.h>
+#include FT_FREETYPE_H
char*
my_strdup (char *str)
@@ -6114,7 +6116,8 @@
#include "confdefs.h"
#include <stdio.h>
-#include <freetype/freetype.h>
+#include <ft2build.h>
+#include FT_FREETYPE_H
int main() {
return 0;

View File

@ -1,13 +0,0 @@
--- librsvg-config.in 2001/10/05 14:55:24 1.1
+++ librsvg-config.in 2001/10/05 15:05:57
@@ -39,9 +39,7 @@
echo @LIBRSVG_VERSION@
;;
--cflags)
- if test @includedir@ != /usr/include ; then
- includes=-I@includedir@
- fi
+ includes=-I@includedir@/librsvg-1
echo $includes
;;
--libs)

View File

@ -1,12 +0,0 @@
--- rsvg-ft.c.orig Mon Mar 22 23:16:39 2004
+++ rsvg-ft.c Mon Mar 22 23:16:57 2004
@@ -28,7 +28,8 @@
#include <stdlib.h>
#include <math.h>
-#include <freetype/freetype.h>
+#include <ft2build.h>
+#include FT_FREETYPE_H
#include <libart_lgpl/art_misc.h>
#include <libart_lgpl/art_rect.h>

View File

@ -1,12 +0,0 @@
--- test-ft-gtk.c.orig Mon Mar 22 23:17:19 2004
+++ test-ft-gtk.c Mon Mar 22 23:17:38 2004
@@ -34,7 +34,8 @@
#include <gdk-pixbuf/gdk-pixbuf.h>
-#include <freetype/freetype.h>
+#include <ft2build.h>
+#include FT_FREETYPE_H
#include <libart_lgpl/art_misc.h>
#include <libart_lgpl/art_rect.h>

View File

@ -1,12 +0,0 @@
--- test-ft.c.orig Mon Mar 22 23:17:54 2004
+++ test-ft.c Mon Mar 22 23:18:06 2004
@@ -30,7 +30,8 @@
#include <gdk-pixbuf/gdk-pixbuf.h>
-#include <freetype/freetype.h>
+#include <ft2build.h>
+#include FT_FREETYPE_H
#include <libart_lgpl/art_misc.h>
#include <libart_lgpl/art_rect.h>

View File

@ -1,7 +0,0 @@
The librsvg library is a lightweight library for parsing and rendering
vector-graphic files in SVG format (like the ones made by sodipodi). It also
includes functions that render anti-aliased fonts using freetype, including
caching of glyphs. It's used by Nautilus for drawing vector icons and
anti-aliased type.
WWW: http://librsvg.sourceforge.net/

View File

@ -1,22 +0,0 @@
bin/librsvg-config
etc/librsvgConf.sh
include/librsvg-1/librsvg/art_render.h
include/librsvg-1/librsvg/art_render_gradient.h
include/librsvg-1/librsvg/art_render_mask.h
include/librsvg-1/librsvg/art_render_svp.h
include/librsvg-1/librsvg/art_rgba.h
include/librsvg-1/librsvg/librsvg-features.h
include/librsvg-1/librsvg/rsvg-bpath-util.h
include/librsvg-1/librsvg/rsvg-css.h
include/librsvg-1/librsvg/rsvg-defs.h
include/librsvg-1/librsvg/rsvg-ft.h
include/librsvg-1/librsvg/rsvg-paint-server.h
include/librsvg-1/librsvg/rsvg-path.h
include/librsvg-1/librsvg/rsvg.h
lib/librsvg.a
lib/librsvg.la
lib/librsvg.so
lib/librsvg.so.1
share/aclocal/librsvg.m4
@dirrm include/librsvg-1/librsvg
@dirrm include/librsvg-1

View File

@ -1,67 +0,0 @@
# New ports collection makefile for: p5-clutter
# Date created: Dezember 27, 2008
# Whom: Martin Wilke <miwi@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= clutter
PORTVERSION= 1.0.1
PORTREVISION= 2
CATEGORIES= graphics perl5
MASTER_SITES= http://www.clutter-project.org/sources/clutter-perl/${PORTVERSION:R}/
PKGNAMEPREFIX= p5-
DISTNAME= ${PORTNAME}-perl-${PORTVERSION}
MAINTAINER= gnome@FreeBSD.org
COMMENT= Perl bindings to the Clutter OpenGL canvas
BUILD_DEPENDS= ${SITE_PERL}/ExtUtils/Depends.pm:${PORTSDIR}/devel/p5-ExtUtils-Depends \
p5-ExtUtils-PkgConfig>=1.03:${PORTSDIR}/devel/p5-ExtUtils-PkgConfig \
${SITE_PERL}/${PERL_ARCH}/Pango.pm:${PORTSDIR}/x11-toolkits/p5-Pango \
${SITE_PERL}/${PERL_ARCH}/Glib.pm:${PORTSDIR}/devel/p5-Glib2 \
${SITE_PERL}/${PERL_ARCH}/Cairo.pm:${PORTSDIR}/graphics/p5-Cairo
LIB_DEPENDS= clutter-glx-1.0:${PORTSDIR}/graphics/clutter
RUN_DEPENDS= ${SITE_PERL}/ExtUtils/Depends.pm:${PORTSDIR}/devel/p5-ExtUtils-Depends \
p5-ExtUtils-PkgConfig>=1.03:${PORTSDIR}/devel/p5-ExtUtils-PkgConfig \
${SITE_PERL}/${PERL_ARCH}/Pango.pm:${PORTSDIR}/x11-toolkits/p5-Pango \
${SITE_PERL}/${PERL_ARCH}/Glib.pm:${PORTSDIR}/devel/p5-Glib2 \
${SITE_PERL}/${PERL_ARCH}/Cairo.pm:${PORTSDIR}/graphics/p5-Cairo
DEPRECATED= upstream distfile disappeard, and doesn't seem to be developed anymore
EXPIRATION_DATE=2011-11-06
MAKE_JOBS_UNSAFE= yes
USE_BZIP2= yes
PERL_CONFIGURE= yes
WRKSRC= ${WRKDIR}/${PORTNAME}-perl-${PORTVERSION}
MAN3= Clutter.3 Clutter::Actor.3 Clutter::ActorBox.3 Clutter::Alpha.3 \
Clutter::Animation.3 Clutter::Backend.3 Clutter::Behaviour.3 \
Clutter::Behaviour::Depth.3 Clutter::Behaviour::Ellipse.3 \
Clutter::Behaviour::Opacity.3 Clutter::Behaviour::Path.3 \
Clutter::Behaviour::Rotate.3 Clutter::Behaviour::Scale.3 \
Clutter::BindingPool.3 Clutter::Cairo.3 Clutter::CairoTexture.3 \
Clutter::ChildMeta.3 Clutter::Clone.3 Clutter::Cogl.3 \
Clutter::Cogl::Color.3 Clutter::Cogl::Handle.3 \
Clutter::Cogl::Material.3 Clutter::Cogl::MaterialLayer.3 \
Clutter::Cogl::Matrix.3 Clutter::Cogl::Pango.3 Clutter::Cogl::Path.3 \
Clutter::Cogl::Program.3 Clutter::Cogl::Shader.3 \
Clutter::Cogl::Texture.3 Clutter::Color.3 Clutter::Container.3 \
Clutter::Container::ForeachFunc.3 Clutter::Cookbook.3 Clutter::Event.3 \
Clutter::Event::Button.3 Clutter::Event::Crossing.3 \
Clutter::Event::Key.3 Clutter::Event::Motion.3 \
Clutter::Event::Scroll.3 Clutter::Event::StageState.3 \
Clutter::Geometry.3 Clutter::Group.3 Clutter::Interval.3 \
Clutter::Keysyms.3 Clutter::Knot.3 Clutter::ListModel.3 \
Clutter::Media.3 Clutter::Model.3 Clutter::Model::Iter.3 \
Clutter::ParamSpec.3 Clutter::Path.3 Clutter::Path::Node.3 \
Clutter::Rectangle.3 Clutter::Score.3 Clutter::Script.3 \
Clutter::Shader.3 Clutter::Stage.3 Clutter::StageManager.3 \
Clutter::Text.3 Clutter::Texture.3 Clutter::Threads.3 \
Clutter::Timeline.3 Clutter::Units.3 Clutter::Vertex.3 \
Clutter::index.3 Clutter::main.3 Clutter::version.3
.include <bsd.port.mk>

View File

@ -1,2 +0,0 @@
SHA256 (clutter-perl-1.0.1.tar.bz2) = 30f23665dde4e438bb98f2bf7fa3ff927f70471c3c34c801be911dcbd9ee9368
SIZE (clutter-perl-1.0.1.tar.bz2) = 86160

View File

@ -1,12 +0,0 @@
Perl bindings to the Clutter OpenGL canvas. Clutter aims to give a nice
and easy GObject based API for creating fast, heavily stylised applications,
such as media box UI, presentations, kiosk style applications, etc.
Clutter uses OpenGL for rendering.
The Clutter Perl bindings allow you to write canvas-based applications in
a Perlish and object-oriented way, freeing you from having to care about
casting and memory management of the original Clutter C API, and yet
remaining close to its spirit.
WWW: http://www.clutter-project.org/

View File

@ -1,86 +0,0 @@
%%SITE_PERL%%/%%PERL_ARCH%%/Clutter.pm
%%SITE_PERL%%/%%PERL_ARCH%%/Clutter/Actor.pod
%%SITE_PERL%%/%%PERL_ARCH%%/Clutter/ActorBox.pod
%%SITE_PERL%%/%%PERL_ARCH%%/Clutter/Alpha.pod
%%SITE_PERL%%/%%PERL_ARCH%%/Clutter/Animation.pod
%%SITE_PERL%%/%%PERL_ARCH%%/Clutter/Backend.pod
%%SITE_PERL%%/%%PERL_ARCH%%/Clutter/Behaviour.pod
%%SITE_PERL%%/%%PERL_ARCH%%/Clutter/Behaviour/Depth.pod
%%SITE_PERL%%/%%PERL_ARCH%%/Clutter/Behaviour/Ellipse.pod
%%SITE_PERL%%/%%PERL_ARCH%%/Clutter/Behaviour/Opacity.pod
%%SITE_PERL%%/%%PERL_ARCH%%/Clutter/Behaviour/Path.pod
%%SITE_PERL%%/%%PERL_ARCH%%/Clutter/Behaviour/Rotate.pod
%%SITE_PERL%%/%%PERL_ARCH%%/Clutter/Behaviour/Scale.pod
%%SITE_PERL%%/%%PERL_ARCH%%/Clutter/BindingPool.pod
%%SITE_PERL%%/%%PERL_ARCH%%/Clutter/Cairo.pod
%%SITE_PERL%%/%%PERL_ARCH%%/Clutter/CairoTexture.pod
%%SITE_PERL%%/%%PERL_ARCH%%/Clutter/ChildMeta.pod
%%SITE_PERL%%/%%PERL_ARCH%%/Clutter/Clone.pod
%%SITE_PERL%%/%%PERL_ARCH%%/Clutter/Cogl.pod
%%SITE_PERL%%/%%PERL_ARCH%%/Clutter/Cogl/Color.pod
%%SITE_PERL%%/%%PERL_ARCH%%/Clutter/Cogl/Handle.pod
%%SITE_PERL%%/%%PERL_ARCH%%/Clutter/Cogl/Material.pod
%%SITE_PERL%%/%%PERL_ARCH%%/Clutter/Cogl/MaterialLayer.pod
%%SITE_PERL%%/%%PERL_ARCH%%/Clutter/Cogl/Matrix.pod
%%SITE_PERL%%/%%PERL_ARCH%%/Clutter/Cogl/Pango.pod
%%SITE_PERL%%/%%PERL_ARCH%%/Clutter/Cogl/Path.pod
%%SITE_PERL%%/%%PERL_ARCH%%/Clutter/Cogl/Program.pod
%%SITE_PERL%%/%%PERL_ARCH%%/Clutter/Cogl/Shader.pod
%%SITE_PERL%%/%%PERL_ARCH%%/Clutter/Cogl/Texture.pod
%%SITE_PERL%%/%%PERL_ARCH%%/Clutter/Color.pod
%%SITE_PERL%%/%%PERL_ARCH%%/Clutter/Container.pod
%%SITE_PERL%%/%%PERL_ARCH%%/Clutter/Container/ForeachFunc.pod
%%SITE_PERL%%/%%PERL_ARCH%%/Clutter/Cookbook.pod
%%SITE_PERL%%/%%PERL_ARCH%%/Clutter/Event.pod
%%SITE_PERL%%/%%PERL_ARCH%%/Clutter/Event/Button.pod
%%SITE_PERL%%/%%PERL_ARCH%%/Clutter/Event/Crossing.pod
%%SITE_PERL%%/%%PERL_ARCH%%/Clutter/Event/Key.pod
%%SITE_PERL%%/%%PERL_ARCH%%/Clutter/Event/Motion.pod
%%SITE_PERL%%/%%PERL_ARCH%%/Clutter/Event/Scroll.pod
%%SITE_PERL%%/%%PERL_ARCH%%/Clutter/Event/StageState.pod
%%SITE_PERL%%/%%PERL_ARCH%%/Clutter/Geometry.pod
%%SITE_PERL%%/%%PERL_ARCH%%/Clutter/Group.pod
%%SITE_PERL%%/%%PERL_ARCH%%/Clutter/Install/Files.pm
%%SITE_PERL%%/%%PERL_ARCH%%/Clutter/Install/clutter-perl-autogen.h
%%SITE_PERL%%/%%PERL_ARCH%%/Clutter/Install/clutter-perl.h
%%SITE_PERL%%/%%PERL_ARCH%%/Clutter/Install/clutter-perl.typemap
%%SITE_PERL%%/%%PERL_ARCH%%/Clutter/Install/clutter.typemap
%%SITE_PERL%%/%%PERL_ARCH%%/Clutter/Install/doctypes
%%SITE_PERL%%/%%PERL_ARCH%%/Clutter/Interval.pod
%%SITE_PERL%%/%%PERL_ARCH%%/Clutter/Keysyms.pm
%%SITE_PERL%%/%%PERL_ARCH%%/Clutter/Knot.pod
%%SITE_PERL%%/%%PERL_ARCH%%/Clutter/ListModel.pod
%%SITE_PERL%%/%%PERL_ARCH%%/Clutter/Media.pod
%%SITE_PERL%%/%%PERL_ARCH%%/Clutter/Model.pod
%%SITE_PERL%%/%%PERL_ARCH%%/Clutter/Model/Iter.pod
%%SITE_PERL%%/%%PERL_ARCH%%/Clutter/ParamSpec.pod
%%SITE_PERL%%/%%PERL_ARCH%%/Clutter/Path.pod
%%SITE_PERL%%/%%PERL_ARCH%%/Clutter/Path/Node.pod
%%SITE_PERL%%/%%PERL_ARCH%%/Clutter/Rectangle.pod
%%SITE_PERL%%/%%PERL_ARCH%%/Clutter/Score.pod
%%SITE_PERL%%/%%PERL_ARCH%%/Clutter/Script.pod
%%SITE_PERL%%/%%PERL_ARCH%%/Clutter/Shader.pod
%%SITE_PERL%%/%%PERL_ARCH%%/Clutter/Stage.pod
%%SITE_PERL%%/%%PERL_ARCH%%/Clutter/StageManager.pod
%%SITE_PERL%%/%%PERL_ARCH%%/Clutter/TestHelper.pm
%%SITE_PERL%%/%%PERL_ARCH%%/Clutter/Text.pod
%%SITE_PERL%%/%%PERL_ARCH%%/Clutter/Texture.pod
%%SITE_PERL%%/%%PERL_ARCH%%/Clutter/Threads.pod
%%SITE_PERL%%/%%PERL_ARCH%%/Clutter/Timeline.pod
%%SITE_PERL%%/%%PERL_ARCH%%/Clutter/Units.pod
%%SITE_PERL%%/%%PERL_ARCH%%/Clutter/Vertex.pod
%%SITE_PERL%%/%%PERL_ARCH%%/Clutter/index.pod
%%SITE_PERL%%/%%PERL_ARCH%%/Clutter/main.pod
%%SITE_PERL%%/%%PERL_ARCH%%/Clutter/version.pod
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Clutter/.packlist
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Clutter/Clutter.bs
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Clutter/Clutter.so
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Clutter
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Clutter/Path/
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Clutter/Model
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Clutter/Install/
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Clutter/Event
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Clutter/Container
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Clutter/Cogl
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Clutter/Behaviour
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Clutter