mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
The Tables API defined by TAPIr can be used by module developers to
include simple, dynamically configurable tables in their modules. The tables generated by TAPIr feature dynamic loading of data but also dynamic positioning and disabling of fields (columns) based on settings configured in the table's settings page. Settings pages are auto-generated and include helpful links to preview tables and view a master tabel list. Tables defined by TAPIr are also extensible, so your tables will be available for other module developers to hook into in a method similar to the Forms API. WWW: http://drupal.org/project/tapir PR: ports/120576 Submitted by: Jeremy Iverson <jeremy at algenta.com>
This commit is contained in:
parent
d98b3b7e39
commit
a025c0b1ad
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=207337
@ -141,6 +141,7 @@
|
||||
SUBDIR += drupal5-nice_menus
|
||||
SUBDIR += drupal5-securepages
|
||||
SUBDIR += drupal5-simplenews
|
||||
SUBDIR += drupal5-tapir
|
||||
SUBDIR += drupal5-taxonomy_access
|
||||
SUBDIR += drupal5-taxonomy_ticker
|
||||
SUBDIR += drupal5-tinymce
|
||||
|
22
www/drupal5-tapir/Makefile
Normal file
22
www/drupal5-tapir/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# New ports collection makefile for: drupal5-tapir
|
||||
# Date created: 11 February 2008
|
||||
# Whom: Jeremy Iverson <jeremy@algenta.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= tapir
|
||||
DISTVERSION= 5.x-1.5
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://ftp.drupal.org/files/projects/
|
||||
|
||||
MAINTAINER= jeremy@algenta.com
|
||||
COMMENT= Tables API (TAPIr) module for Drupal 5
|
||||
|
||||
DRUPAL5_MODULE= yes
|
||||
MODULE_FILES= tapir.info tapir.module
|
||||
DOC_FILES= LICENSE.txt
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
.include "${PORTSDIR}/www/drupal5/bsd.drupal.mk"
|
||||
.include <bsd.port.post.mk>
|
3
www/drupal5-tapir/distinfo
Normal file
3
www/drupal5-tapir/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (drupal/tapir-5.x-1.5.tar.gz) = f1d362e90326aa5c4e67d2f9655bcd77
|
||||
SHA256 (drupal/tapir-5.x-1.5.tar.gz) = 8b4e3d27d2a049fdfd1dae5b569db8903ab2dbfdc75bbe26a0b89534d5902576
|
||||
SIZE (drupal/tapir-5.x-1.5.tar.gz) = 9253
|
11
www/drupal5-tapir/pkg-descr
Normal file
11
www/drupal5-tapir/pkg-descr
Normal file
@ -0,0 +1,11 @@
|
||||
The Tables API defined by TAPIr can be used by module developers to
|
||||
include simple, dynamically configurable tables in their modules.
|
||||
The tables generated by TAPIr feature dynamic loading of data but
|
||||
also dynamic positioning and disabling of fields (columns) based on
|
||||
settings configured in the table's settings page. Settings pages are
|
||||
auto-generated and include helpful links to preview tables and view a
|
||||
master tabel list. Tables defined by TAPIr are also extensible, so your
|
||||
tables will be available for other module developers to hook into in a
|
||||
method similar to the Forms API.
|
||||
|
||||
WWW: http://drupal.org/project/tapir
|
Loading…
Reference in New Issue
Block a user