freebsd-ports/www/xpi-tablesort/Makefile
Andrew Pantyukhin ee2482696d Add port www/xpi-tablesort:
Sort any HTML data table. Simply press 'ctrl', 'alt' keys at the
same time and click inside any table cell, the table will be sorted
based on the data inside that column. The auto-detected data types
include various US-styled date/time, currency, IP address, number,
or text. Further, the context menu provides options to explicitly
specify the data type, thus for example European styled date could
be sorted correctly. One could also set a few options, including
setting European date as the default auto-detected time stamp, etc.

WWW: http://www.mingyi.org/other/tablesort.html

Approved by:	krion (mentor)
2006-05-27 08:04:51 +00:00

20 lines
439 B
Makefile

# New ports collection makefile for: xpi-tablesort
# Date created: 20 May 2006
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= tablesort
PORTVERSION= 0.1.1
DISTVERSION= 0.11
DISTVERSIONSUFFIX= -fx
CATEGORIES= www
MAINTAINER= infofarmer@FreeBSD.org
COMMENT= Sort any HTML data table
XPI_ID= {C213841E-D6AE-4ed2-8441-FA1BDF39B90B}
.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
.include <bsd.port.mk>