summaryrefslogtreecommitdiff
path: root/devel/RTFM
AgeCommit message (Collapse)AuthorFilesLines
2013-10-18Fix a common mistake in many different packages: POSIX says that when usingbsiegert1-2/+2
pax -rw, the destination directory must exist. pax in NetBSD creates it if not, pax in MirBSD complains. I read through all pkgsrc Makefiles that use pax and added an entry to INSTALLATION_DIRS, or an INSTALL_DATA_DIR invocation. I did not test all the changes but they should be fairly safe. If you notice any breakage because of this change, please contact me.
2012-10-31Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-10-30Update to RTFM 2.4.5.morr2-6/+6
It contains security fix for bug, which can be exploited by malicious users to bypass certain security restrictions (CVE-2012-4731).
2012-07-27Remove I18N files from PLISTmorr1-9/+1
2012-07-27Update to newest version, including security fixes.morr3-85/+91
ChangeLog from last version: SECURITY ======== * Close several XSS vulnerabilities in topic administration page. This resolves CVE-2012-2768. DOC === * Clarify that the only version incompatibility is 3.8.0; 3.8.x for values of x != 0 is fine. * Note incompatibility with RT 4 and above, which already include RTFM functionality as "Articles" XXX: for now disable copying of PO files, they conflict with RT ones.
2009-06-14Remove @dirrm entries from PLISTsjoerg1-24/+1
2008-05-26Second round of explicit pax dependencies. As reminded by tnn@,joerg1-4/+6
many packages used to use ${PAX}. Use the common way of directly calling pax, it is created as tool after all.
2008-04-30Drop maintainership of RT-related packages. I am no longer maintaining acube1-2/+2
RT installation. <small>What a relief!</small>
2008-03-03Mechanical changes to add DESTDIR support to packages that installjlam1-6/+11
their files via a custom do-install target.
2006-05-01Adapt to new version of RT, using its dirs.mk, and fix a PLIST bug (a testcube1-13/+6
already provided by devel/rt3 was overwritten, which lead to various issues when de-installing). Bump PKGREVISION.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2006-01-24Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 becausewiz1-1/+2
of the shlib major bump. PKGREVISION++ for the dependencies.
2005-10-23Sorted PLIST.rillig1-26/+26
2005-06-16Create directories before installing files into them.jlam1-1/+3
2005-05-23Removed trailing white-space.rillig1-1/+1
2005-02-23Add RMD160 digests.agc1-1/+2
2004-11-03Initial import of RTFM, version 2.0.4, into the NetBSD Packages Collection.cube5-0/+210
RTFM is an enterprise-grade knowledge management tool that enables an organization to easily capture and share its employees' knowledge and wisdom. Just as you use RT (the world's leading open-source ticketing system) to log tickets and resolve issues, RTFM lets you open, categorize and search for "articles." Like RT, RTFM lets your users contribute additional information to existing articles and makes sure that each article's full history is preserved for future inspection. RTFM makes it easy to quickly search the knowledge base and find critical information. Key Features: * RTFM is built on RT, the leading open-source ticketing system. * RTFM uses RT's authentication and authorization systems. * RTFM integrates seamlessly with RT. Companies who are already using RT will find it even easier to get RTFM up and running.