summaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
Diffstat (limited to 'devel')
-rw-r--r--devel/gnome-js-common/Makefile36
-rw-r--r--devel/gnome-js-common/distinfo3
-rw-r--r--devel/gnome-js-common/pkg-descr2
-rw-r--r--devel/gnome-js-common/pkg-plist10
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