diff options
| author | avl <avl@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-01-01 11:30:52 +0800 | 
|---|---|---|
| committer | avl <avl@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-01-01 11:30:52 +0800 | 
| commit | e1f83faa366d2a9b422afe4ea56c4cee4d3b26a8 (patch) | |
| tree | 92256a90ade6d1073ea45c706cb4109f7aeb5e08 | |
| parent | 04663ff4d3e4a41de570897e593cf6d15a6eb972 (diff) | |
| download | marcuscom-ports-e1f83faa366d2a9b422afe4ea56c4cee4d3b26a8.tar.gz marcuscom-ports-e1f83faa366d2a9b422afe4ea56c4cee4d3b26a8.tar.zst marcuscom-ports-e1f83faa366d2a9b422afe4ea56c4cee4d3b26a8.zip | |
Update to 0.1.2.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13331 df743ca5-7f9a-e211-a948-0013205c9059
| -rw-r--r-- | devel/gnome-js-common/Makefile | 36 | ||||
| -rw-r--r-- | devel/gnome-js-common/distinfo | 3 | ||||
| -rw-r--r-- | devel/gnome-js-common/pkg-descr | 2 | ||||
| -rw-r--r-- | devel/gnome-js-common/pkg-plist | 10 | 
4 files changed, 51 insertions, 0 deletions
| diff --git a/devel/gnome-js-common/Makefile b/devel/gnome-js-common/Makefile new file mode 100644 index 000000000..553f17655 --- /dev/null +++ b/devel/gnome-js-common/Makefile @@ -0,0 +1,36 @@ +# New ports collection makefile for:	gnome-js-common +# Date created:				19 July 2009 +# Whom:					Alexander Logvinov <avl@FreeBSD.org> +# +# $FreeBSD$ +#   $MCom: ports/devel/gnome-js-common/Makefile,v 1.1 2009/07/30 02:40:56 avl Exp $ +# + +PORTNAME=	gnome-js-common +PORTVERSION=	0.1.2 +CATEGORIES=	devel gnome +MASTER_SITES=	GNOME +DIST_SUBDIR=	gnome2 + +MAINTAINER=	gnome@FreeBSD.org +COMMENT=	GNOME JavaScript common modules and tests + +USE_BZIP2=	yes +GNU_CONFIGURE=	yes +USE_GMAKE=	yes +USE_GETTEXT=	yes +USE_GNOME=	gnomehack intltool + +PORTDOCS=	AUTHORS COPYING INSTALL NEWS README ChangeLog + +post-patch: +	@${REINPLACE_CMD} -e 's|== x|= x|g' \ +		${WRKSRC}/configure +.if !defined(NOPORTDOCS) +	@${REINPLACE_CMD} -e 's|$${prefix}/share/doc/gnome_js_common|${DOCSDIR}|' \ +		${WRKSRC}/Makefile.in +.else +	@${REINPLACE_CMD} -e 's|install-gnome_js_commondocDATA ||g' ${WRKSRC}/Makefile.in +.endif + +.include <bsd.port.mk> diff --git a/devel/gnome-js-common/distinfo b/devel/gnome-js-common/distinfo new file mode 100644 index 000000000..c154f3bfe --- /dev/null +++ b/devel/gnome-js-common/distinfo @@ -0,0 +1,3 @@ +MD5 (gnome2/gnome-js-common-0.1.2.tar.bz2) = a4147d24622ab0f1d01e9921a3bf501b +SHA256 (gnome2/gnome-js-common-0.1.2.tar.bz2) = 1765be99f3d83cc57e1ec13a2bb963469b8e91b60239eeaab61d66d7744496e6 +SIZE (gnome2/gnome-js-common-0.1.2.tar.bz2) = 283520 diff --git a/devel/gnome-js-common/pkg-descr b/devel/gnome-js-common/pkg-descr new file mode 100644 index 000000000..c4c542fcb --- /dev/null +++ b/devel/gnome-js-common/pkg-descr @@ -0,0 +1,2 @@ +gnome-js-common is a module holding tests and JavaScript code useful +or common to both Seed and gjs. diff --git a/devel/gnome-js-common/pkg-plist b/devel/gnome-js-common/pkg-plist new file mode 100644 index 000000000..ad5ece3c1 --- /dev/null +++ b/devel/gnome-js-common/pkg-plist @@ -0,0 +1,10 @@ +lib/gnome-js/ArrayUtils.js +lib/gnome-js/JSON.js +lib/gnome-js/lang.js +lib/gnome-js/signals.js +lib/gnome-js/tweener/equations.js +lib/gnome-js/tweener/tweenList.js +lib/gnome-js/tweener/tweener.js +libdata/pkgconfig/gnome-js-common.pc +@dirrm lib/gnome-js/tweener +@dirrm lib/gnome-js | 
