diff options
author | avl <avl@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-07-30 10:40:56 +0800 |
---|---|---|
committer | avl <avl@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-07-30 10:40:56 +0800 |
commit | e2ce3db3c008fa9a6ff1ddfb6956c425341ff62c (patch) | |
tree | ccce6a4b7b980f2ac17cf5bb15a5b10614b278c4 /devel | |
parent | 7c01cac6d57e133fc9a2db3c11711cbeb967619f (diff) | |
download | marcuscom-ports-e2ce3db3c008fa9a6ff1ddfb6956c425341ff62c.tar marcuscom-ports-e2ce3db3c008fa9a6ff1ddfb6956c425341ff62c.tar.gz marcuscom-ports-e2ce3db3c008fa9a6ff1ddfb6956c425341ff62c.tar.bz2 marcuscom-ports-e2ce3db3c008fa9a6ff1ddfb6956c425341ff62c.tar.lz marcuscom-ports-e2ce3db3c008fa9a6ff1ddfb6956c425341ff62c.tar.xz marcuscom-ports-e2ce3db3c008fa9a6ff1ddfb6956c425341ff62c.tar.zst marcuscom-ports-e2ce3db3c008fa9a6ff1ddfb6956c425341ff62c.zip |
gnome-js-common is a module holding tests and JavaScript code useful
or common to both Seed and gjs.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12542 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel')
-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..5ff22ebba --- /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$ +# + +PORTNAME= gnome-js-common +PORTVERSION= 0.1.1 +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}/doc/gnome_js_common|$${datarootdir}/doc/${PORTNAME}|' \ + ${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..ff081cb56 --- /dev/null +++ b/devel/gnome-js-common/distinfo @@ -0,0 +1,3 @@ +MD5 (gnome2/gnome-js-common-0.1.1.tar.bz2) = 4f1c409a0be66d0df9dcdf15e9cf70ff +SHA256 (gnome2/gnome-js-common-0.1.1.tar.bz2) = 6cad015cda5abfd2bccd6b95714ca39c83ca69ca7e6f7326dc75763a758dc8db +SIZE (gnome2/gnome-js-common-0.1.1.tar.bz2) = 274010 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 |