diff options
| author | Dmitry Sivachenko <demon@FreeBSD.org> | 2003-08-07 14:15:58 +0000 |
|---|---|---|
| committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2003-08-07 14:15:58 +0000 |
| commit | c0dd058467520515a6d6131496fce73bbcdfc69a (patch) | |
| tree | 770e1cba6a4a49cedebeeddec78d650fca88da0b | |
| parent | Add qtpixmap, the gtk engine used in Geramik. Modified version of the original (diff) | |
Do not borrow description from master port, provide our own.
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=86506
| -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/ |
