Index: xpi-google-notebook/Makefile =================================================================== RCS file: xpi-google-notebook/Makefile diff -N xpi-google-notebook/Makefile --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ xpi-google-notebook/Makefile 18 May 2006 11:27:53 -0000 @@ -0,0 +1,19 @@ +# New ports collection makefile for: xpi-google-notebook +# Date created: 18 May 2006 +# Whom: chinsan +# +# $FreeBSD$ +# + +PORTNAME= google-notebook +PORTVERSION= 0.0.1 +CATEGORIES= www +MASTER_SITES= ${MASTER_SITE_CSME} + +MAINTAINER= chinsan.tw@gmail.com +COMMENT= An extension to allow notetaking while browsing + +XPI_ID= notebook@google.com + +.include "${.CURDIR}/../xpi-adblock/Makefile.xpi" +.include Index: xpi-google-notebook/distinfo =================================================================== RCS file: xpi-google-notebook/distinfo diff -N xpi-google-notebook/distinfo --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ xpi-google-notebook/distinfo 18 May 2006 11:27:53 -0000 @@ -0,0 +1,3 @@ +MD5 (xpi/google-notebook-0.0.1.xpi) = 22a2dd754c106813ab098e17002e0605 +SHA256 (xpi/google-notebook-0.0.1.xpi) = 9710a89f34e63959f88762adab3ea8164531e9ea4564ea0c9b64f3ba3ad5f02c +SIZE (xpi/google-notebook-0.0.1.xpi) = 24237 Index: xpi-google-notebook/pkg-descr =================================================================== RCS file: xpi-google-notebook/pkg-descr diff -N xpi-google-notebook/pkg-descr --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ xpi-google-notebook/pkg-descr 18 May 2006 11:27:53 -0000 @@ -0,0 +1,8 @@ +This extension gives you access to the mini Google Notebook feature, which +allows you to: + + * Clip and collect information as you surf the web. + * Stay in your browser window. + * Organize your notes from the web page you're on. + +WWW: http://www.google.com/notebook/download/ Index: xpi-google-notebook/pkg-plist =================================================================== RCS file: xpi-google-notebook/pkg-plist diff -N xpi-google-notebook/pkg-plist --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ xpi-google-notebook/pkg-plist 18 May 2006 11:27:53 -0000 @@ -0,0 +1,17 @@ +%%XPI_XPIDIR%%/META-INF/manifest.mf +%%XPI_XPIDIR%%/META-INF/zigbert.rsa +%%XPI_XPIDIR%%/META-INF/zigbert.sf +%%XPI_XPIDIR%%/chrome/chromeFiles/content/gnotes_overlay.css +%%XPI_XPIDIR%%/chrome/chromeFiles/content/google-gnotes-overlay.xul +%%XPI_XPIDIR%%/chrome/chromeFiles/content/notebook.png +%%XPI_XPIDIR%%/chrome/chromeFiles/content/notebook32.png +%%XPI_XPIDIR%%/chrome.manifest +%%XPI_XPIDIR%%/components/bootstrap.js +%%XPI_XPIDIR%%/install.rdf +%%XPI_XPIDIR%%/lib/gnotes.js +@dirrm %%XPI_XPIDIR%%/META-INF +@dirrm %%XPI_XPIDIR%%/chrome/chromeFiles/content +@dirrm %%XPI_XPIDIR%%/chrome/chromeFiles +@dirrm %%XPI_XPIDIR%%/chrome +@dirrm %%XPI_XPIDIR%%/components +@dirrm %%XPI_XPIDIR%%/lib