diff options
author | demon <demon@FreeBSD.org> | 2003-08-07 22:15:58 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2003-08-07 22:15:58 +0800 |
commit | 954327aeea7f61542ea12abe82ce74e00438016b (patch) | |
tree | 116209e2d9e93f3a12961f91884f074fb1fba671 /www | |
parent | 42371e93b5c1e30f5b706091109e5fcda2a6c8bb (diff) | |
download | freebsd-ports-gnome-954327aeea7f61542ea12abe82ce74e00438016b.tar.gz freebsd-ports-gnome-954327aeea7f61542ea12abe82ce74e00438016b.tar.zst freebsd-ports-gnome-954327aeea7f61542ea12abe82ce74e00438016b.zip |
Do not borrow description from master port, provide our own.
Submitted by: maintainer
Diffstat (limited to 'www')
-rw-r--r-- | www/rt3-elixus/Makefile | 1 | ||||
-rw-r--r-- | www/rt3-elixus/pkg-descr | 19 |
2 files changed, 20 insertions, 0 deletions
diff --git a/www/rt3-elixus/Makefile b/www/rt3-elixus/Makefile index dc1ae9575326..ee3da5b8ee8d 100644 --- a/www/rt3-elixus/Makefile +++ b/www/rt3-elixus/Makefile @@ -16,6 +16,7 @@ BUILD_DEPENDS= ${SITE_PERL}/Data/ShowTable.pm:${PORTSDIR}/devel/p5-Data-ShowTabl MASTERDIR= ${.CURDIR}/../../www/rt3 MD5_FILE= ${.CURDIR}/distinfo +DESCR= ${.CURDIR}/pkg-descr WRKSRC= ${WRKDIR}/rt .include "${MASTERDIR}/Makefile" diff --git a/www/rt3-elixus/pkg-descr b/www/rt3-elixus/pkg-descr new file mode 100644 index 000000000000..c81f15e13a52 --- /dev/null +++ b/www/rt3-elixus/pkg-descr @@ -0,0 +1,19 @@ +RT is an industrial-grade ticketing system. It lets a group of people +intelligently and efficiently manage requests submitted by a community +of users. RT is used by systems administrators, customer support +staffs, NOCs, developers and even marketing departments at over a +thousand sites around the world. + +RT3 significantly revamped the RT codebase, featuring standard-compliant +Web UI, approval-based workflow system, REST-powered RPC mail gateway, +recursive group membership with delegates, autoconf, custom field support, +I18N and L10N framework, web-editable scrips, better documentation and +regression test suite, and more. + +Developed by elixus.org and supported by OurInternet, Inc, rt3-elixus is +a beefed-up branch based on the latest -pre/-rc/-final release of RT3. +It features an alternate Tabbed UI, Workflow editor, many more custom field +types (including multiple-entry fields), Object Attributes, and has been +ported to Microsoft Windows. + +WWW: http://www.bestpractical.com/rt/ |