diff options
author | sat <sat@FreeBSD.org> | 2007-04-06 14:48:34 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2007-04-06 14:48:34 +0800 |
commit | 1290c2ec6ceeca80a7385b1929a0e11a76d78cce (patch) | |
tree | 76990c8f5dc13568eb1b90b98576c37d1116bba3 | |
parent | e83ea8e3313c251482f3207b5bc26acacc5deefd (diff) | |
download | freebsd-ports-gnome-1290c2ec6ceeca80a7385b1929a0e11a76d78cce.tar.gz freebsd-ports-gnome-1290c2ec6ceeca80a7385b1929a0e11a76d78cce.tar.zst freebsd-ports-gnome-1290c2ec6ceeca80a7385b1929a0e11a76d78cce.zip |
Add port www/xpi-scrapbook:
ScrapBook is a Firefox extension, which helps you to save Web pages and
easily manage collections. Key features are lightness, speed,
accuracy and multi-language support. Major features are:
* Save Web page
* Save snippet of Web page
* Save Web site
* Organize the collection in the same way as Bookmarks
* Full text search and quick filtering search of the collection
* Editing of the collected Web page
* Text/HTML edit feature resembling Opera's Notes
WWW: http://amb.vis.ne.jp/mozilla/scrapbook/
PR: ports/111302
Submitted by: Hannes Frederic Sowa <hannes@stressinduktion.org>
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/xpi-scrapbook/Makefile | 21 | ||||
-rw-r--r-- | www/xpi-scrapbook/distinfo | 3 | ||||
-rw-r--r-- | www/xpi-scrapbook/pkg-descr | 12 |
4 files changed, 37 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 8d9ae53e8cc1..a85bc824d3bd 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1241,6 +1241,7 @@ SUBDIR += xpi-resurrectpages SUBDIR += xpi-sameplace SUBDIR += xpi-savegenpage + SUBDIR += xpi-scrapbook SUBDIR += xpi-searchstatus SUBDIR += xpi-server_switcher SUBDIR += xpi-sessionmanager diff --git a/www/xpi-scrapbook/Makefile b/www/xpi-scrapbook/Makefile new file mode 100644 index 000000000000..8e8756fe84ac --- /dev/null +++ b/www/xpi-scrapbook/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: xpi-scrapbook +# Date created: 6 April 2007 +# Whom: Hannes Frederic Sowa <hannes@stressinduktion.org> +# +# $FreeBSD$ + +PORTNAME= scrapbook +PORTVERSION= 1.2.0.8 +DISTVERSIONSUFFIX= -fx+fl +CATEGORIES= www + +MAINTAINER= hannes@stressinduktion.org +COMMENT= Webcontent capturing and managing extension + +XPI_ID= {53A03D43-5363-4669-8190-99061B2DEBA5} +XPI_NUM= 427 +XPI_FILES= LICENSE.txt chrome/scrapbook.jar chrome.manifest defaults/preferences/scrapbook-prefs.js install.rdf +XPI_DIRS= chrome defaults/preferences defaults + +.include "${.CURDIR}/../xpi-adblock/Makefile.xpi" +.include <bsd.port.mk> diff --git a/www/xpi-scrapbook/distinfo b/www/xpi-scrapbook/distinfo new file mode 100644 index 000000000000..527f837d6ca1 --- /dev/null +++ b/www/xpi-scrapbook/distinfo @@ -0,0 +1,3 @@ +MD5 (xpi/scrapbook-1.2.0.8-fx+fl.xpi) = fb31d8ea56145faa9673f48b37e54bfe +SHA256 (xpi/scrapbook-1.2.0.8-fx+fl.xpi) = a0733d78b856eaa02745498f40b7d48a9bdf32b7ad4b1ba0f95c8866f306f34c +SIZE (xpi/scrapbook-1.2.0.8-fx+fl.xpi) = 234956 diff --git a/www/xpi-scrapbook/pkg-descr b/www/xpi-scrapbook/pkg-descr new file mode 100644 index 000000000000..b2df434a3582 --- /dev/null +++ b/www/xpi-scrapbook/pkg-descr @@ -0,0 +1,12 @@ +ScrapBook is a Firefox extension, which helps you to save Web pages and +easily manage collections. Key features are lightness, speed, +accuracy and multi-language support. Major features are: +* Save Web page +* Save snippet of Web page +* Save Web site +* Organize the collection in the same way as Bookmarks +* Full text search and quick filtering search of the collection +* Editing of the collected Web page +* Text/HTML edit feature resembling Opera's Notes + +WWW: http://amb.vis.ne.jp/mozilla/scrapbook/ |