aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornork <nork@FreeBSD.org>2009-04-26 16:55:34 +0800
committernork <nork@FreeBSD.org>2009-04-26 16:55:34 +0800
commitaa4cbabe6972859c829600864758f4aa658149cc (patch)
tree999d8874880a0316e191d5c1d4a034ba07cbc8a5
parent06be2efaf5a301dd4e0e2a784d1b492e48a35c66 (diff)
downloadfreebsd-ports-gnome-aa4cbabe6972859c829600864758f4aa658149cc.tar.gz
freebsd-ports-gnome-aa4cbabe6972859c829600864758f4aa658149cc.tar.zst
freebsd-ports-gnome-aa4cbabe6972859c829600864758f4aa658149cc.zip
Add xpi-table2clipboard 0.2.1, is a Table to Clipboard
extention with correct disposition. WWW: http://dafizilla.sourceforge.net/table2clip/
-rw-r--r--www/Makefile1
-rw-r--r--www/xpi-table2clipboard/Makefile24
-rw-r--r--www/xpi-table2clipboard/distinfo3
-rw-r--r--www/xpi-table2clipboard/pkg-descr16
4 files changed, 44 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile
index dd65471196be..be7b6f70ac8d 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1699,6 +1699,7 @@
SUBDIR += xpi-statusbarclock
SUBDIR += xpi-stumbleupon
SUBDIR += xpi-stylish
+ SUBDIR += xpi-table2clipboard
SUBDIR += xpi-tabletools
SUBDIR += xpi-tabmixplus
SUBDIR += xpi-togglewordwrap
diff --git a/www/xpi-table2clipboard/Makefile b/www/xpi-table2clipboard/Makefile
new file mode 100644
index 000000000000..760ca2160688
--- /dev/null
+++ b/www/xpi-table2clipboard/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: xpi-table2clipboard
+# Date created: 2009-04-26
+# Whom: Norikatsu Shigemura <nork@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= table2clipboard
+PORTVERSION= 0.2.1
+DISTVERSIONSUFFIX= -fx+mz+tb+sm
+CATEGORIES= www
+
+MAINTAINER= nork@FreeBSD.org
+COMMENT= Table to Clipboard extention with correct disposition
+
+XPI_NUM= 1852
+XPI_ID= {9ab67d74-ec41-4cb2-b417-df5d93ba1beb}
+XPI_FILES= chrome.manifest chrome/t2c.jar \
+ defaults/preferences/t2c.js \
+ install.js install.rdf
+XPI_DIRS= chrome defaults/preferences defaults
+
+.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
+.include <bsd.port.mk>
diff --git a/www/xpi-table2clipboard/distinfo b/www/xpi-table2clipboard/distinfo
new file mode 100644
index 000000000000..3f3b500549d1
--- /dev/null
+++ b/www/xpi-table2clipboard/distinfo
@@ -0,0 +1,3 @@
+MD5 (xpi/table2clipboard-0.2.1-fx+mz+tb+sm.xpi) = 1ff586d7cea7494b04578fbf3399a055
+SHA256 (xpi/table2clipboard-0.2.1-fx+mz+tb+sm.xpi) = b51e7ada7ad1c671652151ee5cdd781b85582fd0096403c650b6a3238c3ea490
+SIZE (xpi/table2clipboard-0.2.1-fx+mz+tb+sm.xpi) = 22995
diff --git a/www/xpi-table2clipboard/pkg-descr b/www/xpi-table2clipboard/pkg-descr
new file mode 100644
index 000000000000..4d19f306bb4b
--- /dev/null
+++ b/www/xpi-table2clipboard/pkg-descr
@@ -0,0 +1,16 @@
+Mozilla applications allow to select rows and columns
+from a table simply pressing Control key and picking
+rows/columns with left mouse button.
+
+The selection can be copied to clipboard but the original
+table disposition is lost making ugly results when you
+paste the text on datasheet applications (eg excel).
+
+If you want to paste data in Microsoft Excel on OpenOffice
+Calc with correct disposition simply use Table2Clipboard.
+
+Pasting in plain text editors is also supported as CSV
+file (but you can change rows and columns separators
+from option dialog)
+
+WWW: http://dafizilla.sourceforge.net/table2clip/