Path to this page:
./
devel/rt3,
Industrial-grade ticketing system
Branch: pkgsrc-2011Q3,
Version: 3.8.10nb1,
Package name: rt-3.8.10nb1,
Maintainer: spzRT 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.
Required to run:[
mail/p5-Email-Address] [
mail/p5-MIME-tools] [
mail/p5-MIME-Types] [
mail/p5-MailTools] [
misc/p5-Locale-Maketext-Fuzzy] [
misc/p5-Locale-Maketext-Lexicon] [
misc/p5-Locale-Maketext] [
www/p5-CGI] [
www/p5-HTML-Parser] [
www/p5-HTML-Mason] [
www/p5-HTTP-Server-Simple-Mason] [
www/p5-HTML-Scrubber] [
www/p5-libwww] [
www/p5-Apache-Session] [
www/p5-CSS-Squish] [
www/p5-HTML-Format] [
www/p5-HTML-RewriteAttributes] [
www/p5-HTML-Tree] [
www/p5-FCGI] [
www/p5-HTTP-Server-Simple] [
lang/perl5] [
databases/p5-DBIx-SearchBuilder] [
databases/p5-DBD-mysql] [
databases/p5-DBI] [
devel/p5-Module-Refresh] [
devel/p5-Term-ReadKey] [
devel/p5-UNIVERSAL-require] [
devel/p5-Log-Dispatch] [
devel/p5-File-ShareDir] [
devel/p5-Module-Versions-Report] [
devel/p5-PerlIO-eol] [
devel/p5-Tree-Simple] [
devel/p5-Class-ReturnValue] [
devel/p5-Cache-Simple-TimedExpiry] [
graphics/p5-GD] [
graphics/p5-GDTextUtil] [
graphics/p5-GDGraph] [
net/p5-Net-Server] [
net/p5-Net] [
time/p5-Data-ICal] [
time/p5-Calendar-Simple] [
time/p5-TimeDate] [
time/p5-Time-modules] [
textproc/p5-XML-RSS] [
textproc/p5-Text-Template] [
textproc/p5-Text-WikiFormat] [
textproc/p5-Encode] [
textproc/p5-Text-Autoformat] [
textproc/p5-XML-Simple] [
textproc/p5-Text-Quoted] [
textproc/p5-Regexp-Common] [
textproc/p5-Text-Wrapper] [
security/p5-GnuPG-Interface] [
security/p5-Digest] [
security/p5-Digest-MD5]
Package options: fastcgi, mysql
Master sites:
SHA1: 98678a4ce4dbdfb13ceeeb88236d49bd0f5562c7
RMD160: 779ba2e04e87d20f30b03a9e7348c23b09062038
Filesize: 5510.318 KB
Version history: (Expand)
- (2011-11-03) Updated to version: rt-3.8.10nb1
- (2011-10-04) Package added to pkgsrc.se, version rt-3.8.10 (created)
CVS history: (Expand)
2011-11-02 23:52:23 by Matthias Scheler | Files touched by this commit (20) |
Log message:
Pullup ticket #3589 - requested by spz
devel/rt3: fix compatibility with "lang/perl5"
Revisions pulled up:
- devel/rt3/Makefile 1.48
- devel/rt3/distinfo 1.21
- devel/rt3/patches/patch-aa 1.3
- devel/rt3/patches/patch-ab 1.4
- devel/rt3/patches/patch-lib_RT.pm 1.1
- devel/rt3/patches/patch-lib_RT_Action_CreateTickets.pm 1.1
- devel/rt3/patches/patch-lib_RT_CustomFieldValues_External.pm 1.1
- devel/rt3/patches/patch-lib_RT_Interface_Email.pm 1.1
- devel/rt3/patches/patch-lib_RT_Interface_Email_Auth_GnuPG.pm 1.1
- devel/rt3/patches/patch-lib_RT_Ticket__Overlay.pm 1.1
- devel/rt3/patches/patch-lib_RT_Transaction__Overlay.pm 1.1
- devel/rt3/patches/patch-sbin_rt-attributes-viewer 1.1
- devel/rt3/patches/patch-sbin_rt-attributes-viewer.in 1.1
- devel/rt3/patches/patch-share_html_Admin_CustomFields_Modify.html 1.1
- devel/rt3/patches/patch-share_html_Helpers_CalPopup.html 1.1
- devel/rt3/patches/patch-share_html_Search_Bulk.html 1.1
- devel/rt3/patches/patch-share_html_Search_Elements_SelectChartType 1.1
- devel/rt3/patches/patch-share_html_Ticket_Elements_PreviewScrips 1.1
- devel/rt3/patches/patch-t_approval_admincc.t 1.1
- devel/rt3/patches/patch-t_approval_basic.t 1.1
---
Module Name: pkgsrc
Committed By: spz
Date: Tue Oct 25 19:38:10 UTC 2011
Modified Files:
pkgsrc/devel/rt3: Makefile distinfo
pkgsrc/devel/rt3/patches: patch-aa patch-ab
Added Files:
pkgsrc/devel/rt3/patches: patch-lib_RT.pm
patch-lib_RT_Action_CreateTickets.pm
patch-lib_RT_CustomFieldValues_External.pm
patch-lib_RT_Interface_Email.pm
patch-lib_RT_Interface_Email_Auth_GnuPG.pm
patch-lib_RT_Ticket__Overlay.pm
patch-lib_RT_Transaction__Overlay.pm
patch-sbin_rt-attributes-viewer patch-sbin_rt-attributes-viewer.in
patch-share_html_Admin_CustomFields_Modify.html
patch-share_html_Helpers_CalPopup.html
patch-share_html_Search_Bulk.html
patch-share_html_Search_Elements_SelectChartType
patch-share_html_Ticket_Elements_PreviewScrips
patch-t_approval_admincc.t patch-t_approval_basic.t
Log message:
make rt deal with perl 5.14
|