09a9e7b069
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>
21 lines
627 B
Makefile
21 lines
627 B
Makefile
# 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>
|