diff options
| author | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-01-21 20:30:41 +0800 |
|---|---|---|
| committer | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-01-21 20:30:41 +0800 |
| commit | a1dc004e34edc7a1a1e4ea97729324bee8e3815c (patch) | |
| tree | 8934c7d35d204f2ec64c9e83e7ff6fde1e05f3e9 /lang | |
| parent | 2d81dbc2a8ad64f6ed1f38b84ef0afc0ac766d1b (diff) | |
| download | marcuscom-ports-a1dc004e34edc7a1a1e4ea97729324bee8e3815c.tar marcuscom-ports-a1dc004e34edc7a1a1e4ea97729324bee8e3815c.tar.gz marcuscom-ports-a1dc004e34edc7a1a1e4ea97729324bee8e3815c.tar.bz2 marcuscom-ports-a1dc004e34edc7a1a1e4ea97729324bee8e3815c.tar.lz marcuscom-ports-a1dc004e34edc7a1a1e4ea97729324bee8e3815c.tar.xz marcuscom-ports-a1dc004e34edc7a1a1e4ea97729324bee8e3815c.tar.zst marcuscom-ports-a1dc004e34edc7a1a1e4ea97729324bee8e3815c.zip | |
Update cinnamon to 2.0. Among the changes:
- Many packages were split. New components appeared
- In cinnamon-settings, the applet to configure the users has been removed. It needs
python-pam, which is not in the tree yet
- The translations are optional and can be enabled in x11/cinnamon
- To configure cinnamon, use cinnamon-settings. The cinnamon-control-center seems to be
lagging behind
- The cinnamon2d, the fallback version of cinnamon, seems to be buggy and needs some love. It can be
chosen with gdm in the session list
- Only a subset of the nemo-extensions were enabled. More to come in the future
- The JavaScripts bindings are now provided by lang/cjs (which seems to be a fork from lang/gjs)
The development of cinnamon is moving fast, so if you find problems please contact gnome@freebsd.org
Reviewed by: kwm
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18985 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'lang')
| -rw-r--r-- | lang/cjs/Makefile | 46 | ||||
| -rw-r--r-- | lang/cjs/distinfo | 2 | ||||
| -rw-r--r-- | lang/cjs/pkg-descr | 3 | ||||
| -rw-r--r-- | lang/cjs/pkg-plist | 82 |
4 files changed, 133 insertions, 0 deletions
diff --git a/lang/cjs/Makefile b/lang/cjs/Makefile new file mode 100644 index 000000000..c145c6a34 --- /dev/null +++ b/lang/cjs/Makefile @@ -0,0 +1,46 @@ +# Created by: Gustau Perez i Querol <gustau.perez@gmail.com> +# $FreeBSD$ +# $MCom$ + +PORTNAME= cjs +PORTVERSION= 2.0.0 +CATEGORIES= lang gnome +MASTER_SITES= http://github.com/linuxmint/${PORTNAME}/archive/${PORTVERSION}.tar.gz?dummy=/ +DIST_SUBDIR= gnome3 + +MAINTAINER= gustau.perez@gmail.com +COMMENT= JavaScript bindings based on gobject-introspection + +BUILD_DEPENDS= gnome-autogen.sh:${PORTSDIR}/devel/gnome-common +LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \ + libmozjs185.so:${PORTSDIR}/lang/spidermonkey185 + +CONFLICTS_BUILD=spidermonkey17-1.7.* + +USES= gettext gmake pathfix pkgconfig shebangfix +USE_PYTHON_BUILD=yes +USE_GNOME= cairo glib20 gnomeprefix introspection:build \ + intlhack +USE_LDCONFIG= yes +PATHFIX_MAKEFILEIN= Makefile.am +GNU_CONFIGURE= yes +USE_AUTOTOOLS= libtool autoconf automake + +CONFIGURE_ARGS+=--enable-compile-warnings=no + +CFLAGS+= -I${LOCALBASE}/include +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib + +SHEBANG_FILES= scripts/make-tests +python_OLD_CMD= /usr/bin/env python +python_CMD= ${PYTHON_CMD} + +pre-configure: + cd ${WRKSRC} && NOCONFIGURE=yes ${SH} ./autogen.sh + +post-install: + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libcjs*so* + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/cjs-1.0/*so + +.include <bsd.port.mk> diff --git a/lang/cjs/distinfo b/lang/cjs/distinfo new file mode 100644 index 000000000..c159687b9 --- /dev/null +++ b/lang/cjs/distinfo @@ -0,0 +1,2 @@ +SHA256 (gnome3/cjs-2.0.0.tar.gz) = 2fea6c491e6ce8567201f14c0e926181154d798d4811dd65da477c014bfb2a9a +SIZE (gnome3/cjs-2.0.0.tar.gz) = 354808 diff --git a/lang/cjs/pkg-descr b/lang/cjs/pkg-descr new file mode 100644 index 000000000..123c49224 --- /dev/null +++ b/lang/cjs/pkg-descr @@ -0,0 +1,3 @@ +This module contains JavaScript bindings based on gobject-introspection. + +WWW: http://cinnamon.linuxmint.com diff --git a/lang/cjs/pkg-plist b/lang/cjs/pkg-plist new file mode 100644 index 000000000..f6588cea0 --- /dev/null +++ b/lang/cjs/pkg-plist @@ -0,0 +1,82 @@ +bin/cjs +bin/cjs-console +include/cjs-1.0/cjs/byteArray.h +include/cjs-1.0/cjs/compat.h +include/cjs-1.0/cjs/context.h +include/cjs-1.0/cjs/gjs-module.h +include/cjs-1.0/cjs/gjs.h +include/cjs-1.0/cjs/importer.h +include/cjs-1.0/cjs/jsapi-util.h +include/cjs-1.0/cjs/mem.h +include/cjs-1.0/cjs/native.h +include/cjs-1.0/cjs/type-module.h +include/cjs-1.0/cjs-dbus/dbus-proxy.h +include/cjs-1.0/cjs-dbus/dbus.h +include/cjs-1.0/gi/arg.h +include/cjs-1.0/gi/boxed.h +include/cjs-1.0/gi/closure.h +include/cjs-1.0/gi/enumeration.h +include/cjs-1.0/gi/foreign.h +include/cjs-1.0/gi/function.h +include/cjs-1.0/gi/gerror.h +include/cjs-1.0/gi/gtype.h +include/cjs-1.0/gi/interface.h +include/cjs-1.0/gi/keep-alive.h +include/cjs-1.0/gi/ns.h +include/cjs-1.0/gi/object.h +include/cjs-1.0/gi/param.h +include/cjs-1.0/gi/repo.h +include/cjs-1.0/gi/union.h +include/cjs-1.0/gi/value.h +lib/libcjs-dbus.la +lib/libcjs-dbus.so +lib/libcjs-dbus.so.0 +lib/libcjs.la +lib/libcjs.so +lib/libcjs.so.0 +lib/cjs/girepository-1.0/CjsPrivate-1.0.typelib +lib/cjs-1.0/cairoNative.la +lib/cjs-1.0/cairoNative.so +lib/cjs-1.0/console.la +lib/cjs-1.0/console.so +lib/cjs-1.0/dbusNative.la +lib/cjs-1.0/dbusNative.so +lib/cjs-1.0/debugger.la +lib/cjs-1.0/debugger.so +lib/cjs-1.0/formatNative.la +lib/cjs-1.0/formatNative.so +lib/cjs-1.0/gettextNative.la +lib/cjs-1.0/gettextNative.so +lib/cjs-1.0/langNative.la +lib/cjs-1.0/langNative.so +lib/cjs-1.0/mainloop.la +lib/cjs-1.0/mainloop.so +lib/cjs-1.0/system.la +lib/cjs-1.0/system.so +libdata/pkgconfig/cjs-1.0.pc +libdata/pkgconfig/cjs-dbus-1.0.pc +libdata/pkgconfig/cjs-internals-1.0.pc +%%DATADIR%%-1.0/cairo.js +%%DATADIR%%-1.0/dbus.js +%%DATADIR%%-1.0/format.js +%%DATADIR%%-1.0/gettext.js +%%DATADIR%%-1.0/jsUnit.js +%%DATADIR%%-1.0/lang.js +%%DATADIR%%-1.0/promise.js +%%DATADIR%%-1.0/signals.js +%%DATADIR%%-1.0/overrides/GLib.js +%%DATADIR%%-1.0/overrides/GObject.js +%%DATADIR%%-1.0/overrides/Gio.js +%%DATADIR%%-1.0/tweener/equations.js +%%DATADIR%%-1.0/tweener/tweenList.js +%%DATADIR%%-1.0/tweener/tweener.js +@dirrm lib/cjs/girepository-1.0 +@dirrm lib/cjs-1.0 +@dirrm lib/cjs +@dirrm include/cjs-1.0/gi +@dirrm include/cjs-1.0/cjs-dbus +@dirrm include/cjs-1.0/cjs +@dirrm include/cjs-1.0 +@dirrm %%DATADIR%%-1.0/tweener +@dirrm %%DATADIR%%-1.0/overrides +@dirrm %%DATADIR%%-1.0 |
