diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-04-06 06:48:34 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-04-06 06:48:34 +0000 |
commit | 09a9e7b069a527125d909242b7d73e6dc3949808 (patch) | |
tree | 6a694cde5f0512f9c1117af044816d93d843669c /www/xpi-scrapbook | |
parent | 583ba7449b7530270147d46e53520f459b08dfb3 (diff) | |
download | ports-09a9e7b069a527125d909242b7d73e6dc3949808.tar.gz ports-09a9e7b069a527125d909242b7d73e6dc3949808.zip |
Notes
Diffstat (limited to 'www/xpi-scrapbook')
-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 |
3 files changed, 36 insertions, 0 deletions
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/ |