notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
tmda Python-based SPAM reduction system
1.1.12_3 mail Deleted on this many watch lists=11 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.1.12_3Version of this port present on the latest quarterly branch.
Deprecated DEPRECATED: Uses EOL Python 2.7
Expired This port expired on: 2020-08-15
There is no maintainer for this port.
Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2001-06-26 23:56:36
Last Update: 2020-09-19 20:48:43
SVN Revision: 549067
People watching this port, also watch:: netqmail, gnupg, python, gettext
Also Listed In: python
License: GPLv2+
WWW:
http://tmda.net/
Description:
Tagged Message Delivery Agent (TMDA) is designed to significantly reduce the amount of spam (junk-mail) you receive. TMDA strives to be more effective, yet less time-consuming than traditional spam filters. The technical countermeasures used by TMDA to thwart spam include: - whitelists: accept mail from known, trusted senders - blacklists: refuse mail from undesired senders - challenge/response: allows unknown senders which aren't on the whitelist or blacklist the chance to confirm that their message is legitimate (non-spam) - tagged addresses: special-purpose e-mail addresses such as time-dependent addresses, or addresses which only accept certain kinds of communication. These increase the transparency of TMDA for unknown senders by allowing them to safely circumvent the challenge/response system. TMDA can also be used as a general purpose local mail delivery agent to filter, sort, deliver and dispose of incoming mail. WWW: http://tmda.net/
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (372 items)
Collapse this list.
  1. /usr/local/share/licenses/tmda-1.1.12_3/catalog.mk
  2. /usr/local/share/licenses/tmda-1.1.12_3/LICENSE
  3. /usr/local/share/licenses/tmda-1.1.12_3/GPLv2+
  4. bin/tmda-address
  5. bin/tmda-check-address
  6. bin/tmda-filter
  7. bin/tmda-inject
  8. bin/tmda-keygen
  9. bin/tmda-ofmipd
  10. bin/tmda-pending
  11. bin/tmda-rfilter
  12. bin/tmda-sendmail
  13. lib/python2.7/site-packages/TMDA/Address.py
  14. lib/python2.7/site-packages/TMDA/Address.pyc
  15. lib/python2.7/site-packages/TMDA/Auth.py
  16. lib/python2.7/site-packages/TMDA/Auth.pyc
  17. lib/python2.7/site-packages/TMDA/AutoResponse.py
  18. lib/python2.7/site-packages/TMDA/AutoResponse.pyc
  19. lib/python2.7/site-packages/TMDA/Cookie.py
  20. lib/python2.7/site-packages/TMDA/Cookie.pyc
  21. lib/python2.7/site-packages/TMDA/Defaults.py
  22. lib/python2.7/site-packages/TMDA/Defaults.pyc
  23. lib/python2.7/site-packages/TMDA/Deliver.py
  24. lib/python2.7/site-packages/TMDA/Deliver.pyc
  25. lib/python2.7/site-packages/TMDA/Errors.py
  26. lib/python2.7/site-packages/TMDA/Errors.pyc
  27. lib/python2.7/site-packages/TMDA/FilterParser.py
  28. lib/python2.7/site-packages/TMDA/FilterParser.pyc
  29. lib/python2.7/site-packages/TMDA/HMAC.py
  30. lib/python2.7/site-packages/TMDA/HMAC.pyc
  31. lib/python2.7/site-packages/TMDA/MTA.py
  32. lib/python2.7/site-packages/TMDA/MTA.pyc
  33. lib/python2.7/site-packages/TMDA/MessageLogger.py
  34. lib/python2.7/site-packages/TMDA/MessageLogger.pyc
  35. lib/python2.7/site-packages/TMDA/Pending.py
  36. lib/python2.7/site-packages/TMDA/Pending.pyc
  37. lib/python2.7/site-packages/TMDA/Queue/MaildirQueue.py
  38. lib/python2.7/site-packages/TMDA/Queue/MaildirQueue.pyc
  39. lib/python2.7/site-packages/TMDA/Queue/OriginalQueue.py
  40. lib/python2.7/site-packages/TMDA/Queue/OriginalQueue.pyc
  41. lib/python2.7/site-packages/TMDA/Queue/Queue.py
  42. lib/python2.7/site-packages/TMDA/Queue/Queue.pyc
  43. lib/python2.7/site-packages/TMDA/Queue/Util.py
  44. lib/python2.7/site-packages/TMDA/Queue/Util.pyc
  45. lib/python2.7/site-packages/TMDA/Queue/__init__.py
  46. lib/python2.7/site-packages/TMDA/Queue/__init__.pyc
  47. lib/python2.7/site-packages/TMDA/SMTP.py
  48. lib/python2.7/site-packages/TMDA/SMTP.pyc
  49. lib/python2.7/site-packages/TMDA/Util.py
  50. lib/python2.7/site-packages/TMDA/Util.pyc
  51. lib/python2.7/site-packages/TMDA/Version.py
  52. lib/python2.7/site-packages/TMDA/Version.pyc
  53. lib/python2.7/site-packages/TMDA/__init__.py
  54. lib/python2.7/site-packages/TMDA/__init__.pyc
  55. lib/python2.7/site-packages/TMDA/pythonlib/email/__init__.py
  56. lib/python2.7/site-packages/TMDA/pythonlib/email/__init__.pyc
  57. lib/python2.7/site-packages/TMDA/pythonlib/email/_parseaddr.py
  58. lib/python2.7/site-packages/TMDA/pythonlib/email/_parseaddr.pyc
  59. lib/python2.7/site-packages/TMDA/pythonlib/email/base64mime.py
  60. lib/python2.7/site-packages/TMDA/pythonlib/email/base64mime.pyc
  61. lib/python2.7/site-packages/TMDA/pythonlib/email/charset.py
  62. lib/python2.7/site-packages/TMDA/pythonlib/email/charset.pyc
  63. lib/python2.7/site-packages/TMDA/pythonlib/email/encoders.py
  64. lib/python2.7/site-packages/TMDA/pythonlib/email/encoders.pyc
  65. lib/python2.7/site-packages/TMDA/pythonlib/email/errors.py
  66. lib/python2.7/site-packages/TMDA/pythonlib/email/errors.pyc
  67. lib/python2.7/site-packages/TMDA/pythonlib/email/feedparser.py
  68. lib/python2.7/site-packages/TMDA/pythonlib/email/feedparser.pyc
  69. lib/python2.7/site-packages/TMDA/pythonlib/email/generator.py
  70. lib/python2.7/site-packages/TMDA/pythonlib/email/generator.pyc
  71. lib/python2.7/site-packages/TMDA/pythonlib/email/header.py
  72. lib/python2.7/site-packages/TMDA/pythonlib/email/header.pyc
  73. lib/python2.7/site-packages/TMDA/pythonlib/email/iterators.py
  74. lib/python2.7/site-packages/TMDA/pythonlib/email/iterators.pyc
  75. lib/python2.7/site-packages/TMDA/pythonlib/email/message.py
  76. lib/python2.7/site-packages/TMDA/pythonlib/email/message.pyc
  77. lib/python2.7/site-packages/TMDA/pythonlib/email/mime/__init__.py
  78. lib/python2.7/site-packages/TMDA/pythonlib/email/mime/__init__.pyc
  79. lib/python2.7/site-packages/TMDA/pythonlib/email/mime/application.py
  80. lib/python2.7/site-packages/TMDA/pythonlib/email/mime/application.pyc
  81. lib/python2.7/site-packages/TMDA/pythonlib/email/mime/audio.py
  82. lib/python2.7/site-packages/TMDA/pythonlib/email/mime/audio.pyc
  83. lib/python2.7/site-packages/TMDA/pythonlib/email/mime/base.py
  84. lib/python2.7/site-packages/TMDA/pythonlib/email/mime/base.pyc
  85. lib/python2.7/site-packages/TMDA/pythonlib/email/mime/image.py
  86. lib/python2.7/site-packages/TMDA/pythonlib/email/mime/image.pyc
  87. lib/python2.7/site-packages/TMDA/pythonlib/email/mime/message.py
  88. lib/python2.7/site-packages/TMDA/pythonlib/email/mime/message.pyc
  89. lib/python2.7/site-packages/TMDA/pythonlib/email/mime/multipart.py
  90. lib/python2.7/site-packages/TMDA/pythonlib/email/mime/multipart.pyc
  91. lib/python2.7/site-packages/TMDA/pythonlib/email/mime/nonmultipart.py
  92. lib/python2.7/site-packages/TMDA/pythonlib/email/mime/nonmultipart.pyc
  93. lib/python2.7/site-packages/TMDA/pythonlib/email/mime/text.py
  94. lib/python2.7/site-packages/TMDA/pythonlib/email/mime/text.pyc
  95. lib/python2.7/site-packages/TMDA/pythonlib/email/parser.py
  96. lib/python2.7/site-packages/TMDA/pythonlib/email/parser.pyc
  97. lib/python2.7/site-packages/TMDA/pythonlib/email/quoprimime.py
  98. lib/python2.7/site-packages/TMDA/pythonlib/email/quoprimime.pyc
  99. lib/python2.7/site-packages/TMDA/pythonlib/email/utils.py
  100. lib/python2.7/site-packages/TMDA/pythonlib/email/utils.pyc
  101. share/examples/tmda/collectaddys
  102. share/examples/tmda/def2html
  103. share/examples/tmda/dot-tmda/README
  104. share/examples/tmda/dot-tmda/config
  105. share/examples/tmda/dot-tmda/crypt_key
  106. share/examples/tmda/dot-tmda/filters/incoming
  107. share/examples/tmda/dot-tmda/filters/outgoing
  108. share/examples/tmda/dot-tmda/lists/blacklist
  109. share/examples/tmda/dot-tmda/lists/confirmed
  110. share/examples/tmda/dot-tmda/lists/whitelist
  111. share/examples/tmda/printcdb
  112. share/examples/tmda/printdbm
  113. share/examples/tmda/sendit.sh
  114. share/examples/tmda/smtp-check-sender
  115. share/examples/tmda/tmda.el
  116. share/examples/tmda/tofmipd.init
  117. share/examples/tmda/tofmipd.sysconfig
  118. share/examples/tmda/update-internaldomains
  119. share/examples/tmda/vadduser-tmda
  120. share/examples/tmda/vmailmgr-vdir.sh
  121. share/examples/tmda/vpopmail-vdir.sh
  122. share/examples/tmda/vtmdarc
  123. share/examples/tmda/wrapfd3.sh
  124. share/tmda/bounce_expired_dated.txt
  125. share/tmda/bounce_fail_dated.txt
  126. share/tmda/bounce_fail_keyword.txt
  127. share/tmda/bounce_fail_sender.txt
  128. share/tmda/bounce_incoming.txt
  129. share/tmda/bounce_invalid_confirmation.txt
  130. share/tmda/bounce_missing_pending.txt
  131. share/tmda/confirm_accept.txt
  132. share/tmda/confirm_request.txt
  133. share/doc/tmda/CODENAMES
  134. share/doc/tmda/CRYPTO
  135. share/doc/tmda/NEWS
  136. share/doc/tmda/README
  137. share/doc/tmda/THANKS
  138. share/doc/tmda/UPGRADE
  139. share/doc/tmda/html/AbandonedPages.html
  140. share/doc/tmda/html/AboutTmda.html
  141. share/doc/tmda/html/AutoAdminGroup.html
  142. share/doc/tmda/html/BadContent.html
  143. share/doc/tmda/html/CategoryCategory.html
  144. share/doc/tmda/html/CategoryHomepage.html
  145. share/doc/tmda/html/CategoryTemplate.html
  146. share/doc/tmda/html/ChallengeResponse.html
  147. share/doc/tmda/html/ClientConfiguration.html
  148. share/doc/tmda/html/ConfigurationOverview.html
  149. share/doc/tmda/html/ConfigurationVariables.html
  150. share/doc/tmda/html/DesktopEdition(2f)HowToConfigure.html
  151. share/doc/tmda/html/DesktopEdition.html
  152. share/doc/tmda/html/DrewRaines.html
  153. share/doc/tmda/html/EditedSystemPages.html
  154. share/doc/tmda/html/EventStats(2f)HitCounts.html
  155. share/doc/tmda/html/EventStats(2f)UserAgents.html
  156. share/doc/tmda/html/EventStats.html
  157. share/doc/tmda/html/FilterSources.html
  158. share/doc/tmda/html/FilterSpecification.html
  159. share/doc/tmda/html/FindPage.html
  160. share/doc/tmda/html/FortuneCookies.html
  161. share/doc/tmda/html/FrontPage.html
  162. share/doc/tmda/html/HeadHoncho.html
  163. share/doc/tmda/html/HelpContents.html
  164. share/doc/tmda/html/HelpForBeginners.html
  165. share/doc/tmda/html/HelpForDevelopers.html
  166. share/doc/tmda/html/HelpIndex.html
  167. share/doc/tmda/html/HelpMiscellaneous(2f)ExperimentalFeatures.html
  168. share/doc/tmda/html/HelpMiscellaneous(2f)FrequentlyAskedQuestions.html
  169. share/doc/tmda/html/HelpMiscellaneous.html
  170. share/doc/tmda/html/HelpOnAccessControlLists.html
  171. share/doc/tmda/html/HelpOnActions(2f)AttachFile.html
  172. share/doc/tmda/html/HelpOnActions.html
  173. share/doc/tmda/html/HelpOnAdministration.html
  174. share/doc/tmda/html/HelpOnAuthentication.html
  175. share/doc/tmda/html/HelpOnAutoAdmin.html
  176. share/doc/tmda/html/HelpOnCategories.html
  177. share/doc/tmda/html/HelpOnConfiguration(2f)ApacheVoodoo.html
  178. share/doc/tmda/html/HelpOnConfiguration(2f)CascadingStyleSheets.html
  179. share/doc/tmda/html/HelpOnConfiguration(2f)EmailSupport.html
  180. share/doc/tmda/html/HelpOnConfiguration(2f)FileAttachments.html
  181. share/doc/tmda/html/HelpOnConfiguration(2f)IntegratingWithApache.html
  182. share/doc/tmda/html/HelpOnConfiguration(2f)SecurityPolicy.html
  183. share/doc/tmda/html/HelpOnConfiguration(2f)SurgeProtection.html
  184. share/doc/tmda/html/HelpOnConfiguration(2f)UserPreferences.html
  185. share/doc/tmda/html/HelpOnConfiguration.html
  186. share/doc/tmda/html/HelpOnEditLocks.html
  187. share/doc/tmda/html/HelpOnEditing(2f)SubPages.html
  188. share/doc/tmda/html/HelpOnEditing.html
  189. share/doc/tmda/html/HelpOnFormatting.html
  190. share/doc/tmda/html/HelpOnGraphicalEditor.html
  191. share/doc/tmda/html/HelpOnHeadlines.html
  192. share/doc/tmda/html/HelpOnInstalling(2f)AolServer.html
  193. share/doc/tmda/html/HelpOnInstalling(2f)ApacheOnLinux.html
  194. share/doc/tmda/html/HelpOnInstalling(2f)ApacheOnLinuxFtp.html
  195. share/doc/tmda/html/HelpOnInstalling(2f)ApacheOnMacOsx.html
  196. share/doc/tmda/html/HelpOnInstalling(2f)ApacheOnWin32.html
  197. share/doc/tmda/html/HelpOnInstalling(2f)ApacheWithModPython.html
  198. share/doc/tmda/html/HelpOnInstalling(2f)BasicInstallation.html
  199. share/doc/tmda/html/HelpOnInstalling(2f)FastCgi.html
  200. share/doc/tmda/html/HelpOnInstalling(2f)InternetInformationServer.html
  201. share/doc/tmda/html/HelpOnInstalling(2f)MinimalWiki.html
  202. share/doc/tmda/html/HelpOnInstalling(2f)StandaloneServer.html
  203. share/doc/tmda/html/HelpOnInstalling(2f)TroubleShooting.html
  204. share/doc/tmda/html/HelpOnInstalling(2f)TwistedWeb.html
  205. share/doc/tmda/html/HelpOnInstalling(2f)WebLogic.html
  206. share/doc/tmda/html/HelpOnInstalling(2f)WikiInstanceCreation.html
  207. share/doc/tmda/html/HelpOnInstalling.html
  208. share/doc/tmda/html/HelpOnLanguages.html
  209. share/doc/tmda/html/HelpOnLinking.html
  210. share/doc/tmda/html/HelpOnLists.html
  211. share/doc/tmda/html/HelpOnMacros(2f)ImageLink.html
  212. share/doc/tmda/html/HelpOnMacros(2f)Include.html
  213. share/doc/tmda/html/HelpOnMacros(2f)MailTo.html
  214. share/doc/tmda/html/HelpOnMacros.html
  215. share/doc/tmda/html/HelpOnNavigation.html
  216. share/doc/tmda/html/HelpOnPackageInstaller.html
  217. share/doc/tmda/html/HelpOnPageCreation.html
  218. share/doc/tmda/html/HelpOnPageDeletion.html
  219. share/doc/tmda/html/HelpOnParsers(2f)ReStructuredText(2f)RstPrimer.html
  220. share/doc/tmda/html/HelpOnParsers(2f)ReStructuredText.html
  221. share/doc/tmda/html/HelpOnParsers.html
  222. share/doc/tmda/html/HelpOnProcessingInstructions.html
  223. share/doc/tmda/html/HelpOnProcessors.html
  224. share/doc/tmda/html/HelpOnRules.html
  225. share/doc/tmda/html/HelpOnSearching.html
  226. share/doc/tmda/html/HelpOnSkins.html
  227. share/doc/tmda/html/HelpOnSlideShows(2f)000_Introduction.html
  228. share/doc/tmda/html/HelpOnSlideShows(2f)100_Creating_the_slides.html
  229. share/doc/tmda/html/HelpOnSlideShows(2f)900_Last_but_not_least(3a)_Running_your_presentation(2e).html
  230. share/doc/tmda/html/HelpOnSlideShows.html
  231. share/doc/tmda/html/HelpOnSmileys.html
  232. share/doc/tmda/html/HelpOnSpellCheck.html
  233. share/doc/tmda/html/HelpOnSuperUser.html
  234. share/doc/tmda/html/HelpOnTables.html
  235. share/doc/tmda/html/HelpOnTemplates.html
  236. share/doc/tmda/html/HelpOnThemes.html
  237. share/doc/tmda/html/HelpOnUpdating.html
  238. share/doc/tmda/html/HelpOnUpdatingPython.html
  239. share/doc/tmda/html/HelpOnUserHandling.html
  240. share/doc/tmda/html/HelpOnUserPreferences.html
  241. share/doc/tmda/html/HelpOnVariables.html
  242. share/doc/tmda/html/HelpOnXmlPages.html
  243. share/doc/tmda/html/HelpTemplate.html
  244. share/doc/tmda/html/HomepageGroupsTemplate.html
  245. share/doc/tmda/html/HomepagePrivatePageTemplate.html
  246. share/doc/tmda/html/HomepageReadPageTemplate.html
  247. share/doc/tmda/html/HomepageReadWritePageTemplate.html
  248. share/doc/tmda/html/HomepageTemplate.html
  249. share/doc/tmda/html/InterWiki.html
  250. share/doc/tmda/html/JasonMastaler.html
  251. share/doc/tmda/html/LocalBadContent.html
  252. share/doc/tmda/html/LocalSpellingWords.html
  253. share/doc/tmda/html/MailingLists.html
  254. share/doc/tmda/html/MarkHorn.html
  255. share/doc/tmda/html/MissingHomePage.html
  256. share/doc/tmda/html/MissingPage.html
  257. share/doc/tmda/html/MoinMoin(2f)InstallDocs.html
  258. share/doc/tmda/html/MoinMoin(2f)TextFormatting.html
  259. share/doc/tmda/html/MoinMoin.html
  260. share/doc/tmda/html/MoinPagesEditorGroup.html
  261. share/doc/tmda/html/OrphanedPages.html
  262. share/doc/tmda/html/PageHits.html
  263. share/doc/tmda/html/PageSize.html
  264. share/doc/tmda/html/PreConfiguration.html
  265. share/doc/tmda/html/ProjectGroupsTemplate.html
  266. share/doc/tmda/html/ProjectTemplate.html
  267. share/doc/tmda/html/RandomPage.html
  268. share/doc/tmda/html/RecentChanges.html
  269. share/doc/tmda/html/ServerConfiguration.html
  270. share/doc/tmda/html/SiteNavigation.html
  271. share/doc/tmda/html/SlideShowHandOutTemplate.html
  272. share/doc/tmda/html/SlideShowTemplate.html
  273. share/doc/tmda/html/SlideTemplate.html
  274. share/doc/tmda/html/SpamAssassin.html
  275. share/doc/tmda/html/SyntaxReference.html
  276. share/doc/tmda/html/SystemInfo.html
  277. share/doc/tmda/html/SystemPagesGroup.html
  278. share/doc/tmda/html/SystemPagesInEnglishGroup.html
  279. share/doc/tmda/html/TemplateHowto.html
  280. share/doc/tmda/html/TitleIndex.html
  281. share/doc/tmda/html/TmdaBouncedDeletePendingHowto.html
  282. share/doc/tmda/html/TmdaCgi.html
  283. share/doc/tmda/html/TmdaCode.html
  284. share/doc/tmda/html/TmdaCommercialSupport.html
  285. share/doc/tmda/html/TmdaConfiguration.html
  286. share/doc/tmda/html/TmdaDocumentation.html
  287. share/doc/tmda/html/TmdaDonations.html
  288. share/doc/tmda/html/TmdaDownload.html
  289. share/doc/tmda/html/TmdaFaq.html
  290. share/doc/tmda/html/TmdaFeatures.html
  291. share/doc/tmda/html/TmdaFetchMailHowTo.html
  292. share/doc/tmda/html/TmdaFingerprint.html
  293. share/doc/tmda/html/TmdaHashCashHowto.html
  294. share/doc/tmda/html/TmdaHistory.html
  295. share/doc/tmda/html/TmdaHowtos.html
  296. share/doc/tmda/html/TmdaInUse.html
  297. share/doc/tmda/html/TmdaInstall.html
  298. share/doc/tmda/html/TmdaInstallation.html
  299. share/doc/tmda/html/TmdaLogos.html
  300. share/doc/tmda/html/TmdaOfmipdHowto.html
  301. share/doc/tmda/html/TmdaOneDotTwoDesign.html
  302. share/doc/tmda/html/TmdaOneDotTwoTodoList.html
  303. share/doc/tmda/html/TmdaPatchSubmissions.html
  304. share/doc/tmda/html/TmdaPendingAsMaildir.html
  305. share/doc/tmda/html/TmdaPendingAsMaildirHowto.html
  306. share/doc/tmda/html/TmdaPostfixPolicy.html
  307. share/doc/tmda/html/TmdaPressCoverage.html
  308. share/doc/tmda/html/TmdaProviders.html
  309. share/doc/tmda/html/TmdaRequirements.html
  310. share/doc/tmda/html/TmdaServices.html
  311. share/doc/tmda/html/TmdaSupport.html
  312. share/doc/tmda/html/TmdaTestimonials.html
  313. share/doc/tmda/html/TmdaTipsAndTricks.html
  314. share/doc/tmda/html/TmdaUpgrade.html
  315. share/doc/tmda/html/ToddJacobs.html
  316. share/doc/tmda/html/TroubleShooting.html
  317. share/doc/tmda/html/UserPreferences.html
  318. share/doc/tmda/html/VirtualDomainsHowto.html
  319. share/doc/tmda/html/WantedPages.html
  320. share/doc/tmda/html/WhyWikiWorks.html
  321. share/doc/tmda/html/WikiCourse(2f)BasicIntroduction(2f)000_What_is_a_Wiki(3f).html
  322. share/doc/tmda/html/WikiCourse(2f)BasicIntroduction(2f)050_First_Steps.html
  323. share/doc/tmda/html/WikiCourse(2f)BasicIntroduction(2f)060_How_do_I_navigate(3f).html
  324. share/doc/tmda/html/WikiCourse(2f)BasicIntroduction(2f)090_The_Editor.html
  325. share/doc/tmda/html/WikiCourse(2f)BasicIntroduction(2f)091_Tips_on_the_Editor.html
  326. share/doc/tmda/html/WikiCourse(2f)BasicIntroduction(2f)100_Text_markup.html
  327. share/doc/tmda/html/WikiCourse(2f)BasicIntroduction(2f)110_Headlines_and_Paragraphs.html
  328. share/doc/tmda/html/WikiCourse(2f)BasicIntroduction(2f)130_Lists.html
  329. share/doc/tmda/html/WikiCourse(2f)BasicIntroduction(2f)150_Tables.html
  330. share/doc/tmda/html/WikiCourse(2f)BasicIntroduction(2f)180_Macros.html
  331. share/doc/tmda/html/WikiCourse(2f)BasicIntroduction(2f)191_Creating_new_Pages.html
  332. share/doc/tmda/html/WikiCourse(2f)BasicIntroduction(2f)195_Actions.html
  333. share/doc/tmda/html/WikiCourse(2f)BasicIntroduction(2f)200_Wikiquette.html
  334. share/doc/tmda/html/WikiCourse(2f)BasicIntroduction(2f)210_Organisation_and_Structure.html
  335. share/doc/tmda/html/WikiCourse(2f)BasicIntroduction(2f)900_Exercises.html
  336. share/doc/tmda/html/WikiCourse(2f)BasicIntroduction.html
  337. share/doc/tmda/html/WikiCourse(2f)BasicIntroductionHandOut.html
  338. share/doc/tmda/html/WikiCourse.html
  339. share/doc/tmda/html/WikiHomePage.html
  340. share/doc/tmda/html/WikiName.html
  341. share/doc/tmda/html/WikiSandBox.html
  342. share/doc/tmda/html/WikiWikiWeb.html
  343. share/doc/tmda/html/WordIndex.html
  344. share/doc/tmda/html/XsltVersion.html
  345. share/doc/tmda/html/attachments/HelpOnActions(2f)AttachFile/unzip1.png
  346. share/doc/tmda/html/attachments/HelpOnActions(2f)AttachFile/unzip2.png
  347. share/doc/tmda/html/attachments/HelpOnActions(2f)AttachFile/unzip3a.png
  348. share/doc/tmda/html/attachments/HelpOnActions(2f)AttachFile/unzip3b.png
  349. share/doc/tmda/html/attachments/HelpOnActions(2f)AttachFile/unzip5.png
  350. share/doc/tmda/html/attachments/HelpOnActions(2f)AttachFile/unzip6.png
  351. share/doc/tmda/html/attachments/HelpOnActions(2f)AttachFile/unzip6b.png
  352. share/doc/tmda/html/attachments/HelpOnActions(2f)AttachFile/unzip7.png
  353. share/doc/tmda/html/attachments/HelpOnInstalling(2f)ApacheOnLinuxFtp/explore.py
  354. share/doc/tmda/html/attachments/HelpOnInstalling(2f)ApacheOnLinuxFtp/explore.pyc
  355. share/doc/tmda/html/attachments/HelpOnInstalling(2f)BasicInstallation/pythontest.cgi
  356. share/doc/tmda/html/attachments/HelpOnInstalling(2f)WikiInstanceCreation/createinstance.sh
  357. share/doc/tmda/html/attachments/HelpOnTables/MiniPage.png
  358. share/doc/tmda/html/attachments/TmdaFetchMailHowTo/xtmdaheader-1.1.c
  359. share/doc/tmda/html/attachments/TmdaFingerprint/tmda-fingerprint
  360. share/doc/tmda/html/attachments/TmdaPostfixPolicy/tmda-postfix-policy.sh
  361. share/doc/tmda/html/attachments/WikiSandBox/mytest.png
  362. share/doc/tmda/html/bounce_address(2e)py.html
  363. share/doc/tmda/html/deletepending_from_bouncemsg(2e)sh.html
  364. share/doc/tmda/html/delpenbounce.html
  365. share/doc/tmda/html/error.log
  366. share/doc/tmda/html/index.html
  367. share/doc/tmda/html/tmda(2d)fingerprint.html
  368. share/doc/tmda/html/tmda(2d)postfix(2d)policy(2e)sh.html
  369. share/doc/tmda/html/SquirrelMail.html
  370. share/doc/tmda/html/TmdaI18n.html
  371. share/doc/tmda/pdf/ConfigurationVariables.pdf
  372. share/doc/tmda/pdf/TmdaFaq.pdf
Collapse this list.
Dependency lines:
  • tmda>0:mail/tmda
No installation instructions:
This port has been deleted.
PKGNAME: tmda
Flavors: there is no flavor information for this port.
distinfo:
SHA256 (tmda-1.1.12.tgz) = 93c3d7a5baa7af366f82089b2f99c58d3fb4b5c259f78a0c7fe90d4b39c4a6c3 SIZE (tmda-1.1.12.tgz) = 1427638

No package information for this port in our database
Sometimes this happens. Not all ports have packages.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. python2.7 : lang/python27
Runtime dependencies:
  1. python2.7 : lang/python27
NOTE: dependencies for deleted ports are notoriously suspect
This port is required by:
for Run

Deleted ports which required this port:

Expand this list of 1 deleted port
  1. mail/squirrelmail-tmda-plugin*
  2. Collapse this list of deleted ports.
* - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...

Configuration Options:
===> The following configuration options are available for tmda-1.1.12_3: DOCS=on: Build and/or install documentation EXAMPLES=on: Build and/or install examples ===> Use 'make config' to modify these settings
Options name:
N/A
USES:
python:2.7 shebangfix tar:tgz
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (5 items)
Collapse this list.
  1. ftp://tmda.net/pub/tmda/releases/
  2. http://distcache.FreeBSD.org/local-distfiles/sergei/
  3. http://distcache.eu.FreeBSD.org/local-distfiles/sergei/
  4. http://distcache.us-east.FreeBSD.org/local-distfiles/sergei/
  5. http://distcache.us-west.FreeBSD.org/local-distfiles/sergei/
Collapse this list.

Number of commits found: 89

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.1.12_3
19 Sep 2020 20:48:43
Revision:549067Original commit files touched by this commit
rene search for other commits by this committer
Remove expired ports:

mail/squirrelmail-tmda-plugin: unmaintained and depends on expired mail/tmda
2020-08-15 mail/tmda: Uses EOL Python 2.7
1.1.12_3
20 Mar 2020 02:24:07
Revision:528755Original commit files touched by this commit
rene search for other commits by this committer
mail/tmda: drop dependency on expired databases/py-cdb and set expiration date.
1.1.12_3
13 Aug 2019 22:29:43
Revision:508882Original commit files touched by this commit
mat search for other commits by this committer
onvert to UCL & cleanup pkg-message (categories l-m)
1.1.12_3
30 Nov 2017 15:50:34
Revision:455210Original commit files touched by this commit Sanity Test Failure
mat search for other commits by this committer
Convert Python ports to FLAVORS.

  Ports using USE_PYTHON=distutils are now flavored.  They will
  automatically get flavors (py27, py34, py35, py36) depending on what
  versions they support.

  There is also a USE_PYTHON=flavors for ports that do not use distutils
  but need FLAVORS to be set.  A USE_PYTHON=noflavors can be set if
  using distutils but flavors are not wanted.

  A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
  added to cope with Python ports that did not have the Python
  PKGNAMEPREFIX but are flavored.

  USES=python now also exports a PY_FLAVOR variable that contains the
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.1.12_3
18 Apr 2017 11:09:40
Revision:438776Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Fix shebangs
1.1.12_2
25 Dec 2016 09:00:59
Revision:429403Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Switch to options helpers
1.1.12_2
01 Apr 2016 14:16:20
Revision:412348Original commit files touched by this commit
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
1.1.12_2
01 Apr 2016 13:18:17
Revision:412342Original commit files touched by this commit
mat search for other commits by this committer
Fixup some whitespace at the beginning of lines problems.

With hat:	portmgr
Sponsored by:	Absolight
1.1.12_2
12 Jan 2016 16:20:32
Revision:405891Original commit files touched by this commit
amdmi3 search for other commits by this committer
Convert LICENSE= "GPLxx # or later" to "GPLxx+"

Approved by:	portmgr blanket
1.1.12_2
03 Aug 2015 17:11:23
Revision:393476Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Fix shebangs
- Add NO_ARCH
- Cosmetic fix
1.1.12_1
14 May 2015 10:15:09
Revision:386312Original commit files touched by this commit
mat search for other commits by this committer
MASTER_SITES cleanup.

- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
  of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
  no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.

While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.

Also, replace some EXTRACT_SUFX occurences with USES=tar:*.

Checked by:	make fetch-urlall-list
With hat:	portmgr
Sponsored by:	Absolight
1.1.12_1
02 Mar 2015 23:31:10
Revision:380306Original commit files touched by this commit
bapt search for other commits by this committer
Remove Author from pkg-descr and white space fixes
1.1.12_1
22 Nov 2014 18:42:44
Revision:373086Original commit files touched by this commit
antoine search for other commits by this committer
Cleanup plist
1.1.12_1
21 Oct 2014 17:10:06
Revision:371330Original commit files touched by this commit
mva search for other commits by this committer
- Convert ports of mail/ to new USES=python

Approved by:	portmgr (implicit)
1.1.12_1
16 Jul 2014 03:00:46
Revision:362023Original commit files touched by this commit
adamw search for other commits by this committer
Add DOCS option for ports with PORTDOCS in plist.
1.1.12_1
18 Feb 2014 12:31:49
Revision:344878Original commit files touched by this commit
miwi search for other commits by this committer
- Stage support
1.1.12_1
13 Jan 2014 21:00:04
Revision:339634Original commit files touched by this commit
rene search for other commits by this committer
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by:	python (mva, rm)
Approved by:	portmgr-lurkers (mat)
1.1.12_1
20 Sep 2013 19:59:14
Revision:327742Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
mail)
1.1.12_1
28 Mar 2013 16:29:01
Revision:315487Original commit files touched by this commit
eadler search for other commits by this committer
Style: tab -> space.

Most contributors copy an existing port when writing their own so reduce the
number of bad examples in the tree.
1.1.12_1
24 Oct 2011 09:11:38
Original commit files touched by this commit
dougb search for other commits by this committer
The vast majority of pkg-descr files had the following format when they
had both lines:

Author: ...
WWW: ....

So standardize on that, and move them to the end of the file when necessary.

Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.

s/AUTHOR/Author/

A few other various formatting issues
1.1.12_1
24 Oct 2011 04:17:38
Original commit files touched by this commit
dougb search for other commits by this committer
Remove more tags from pkg-descr files fo the form:

- Name
em@i.l

or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file.
1.1.12_1
15 Sep 2011 23:56:43
Original commit files touched by this commit
tabthorpe search for other commits by this committer
- Return these ports to the heap
1.1.12_1
03 Jul 2011 13:53:52
Original commit files touched by this commit
ohauer search for other commits by this committer
- remove MD5
1.1.12_1
25 Feb 2011 03:19:29
Original commit files touched by this commit
miwi search for other commits by this committer
- Move over to py25 or above
- While here get rid FreeBSD 6.X and md5 support
1.1.12
13 Dec 2009 17:00:14
Original commit files touched by this commit
miwi search for other commits by this committer
- Get rip python 2.3+

Note:
Python 2.3 is't longer supported and have a lot of security issues.
Convert 2.3+ to yes/or 2.4/5+

With hat:       portmgr
1.1.12
19 Nov 2008 20:40:53
Original commit files touched by this commit
sergei search for other commits by this committer
- Remove mirrors that do not exist anymore
- Add MASTER_SITE_LOCAL
- Take maintainership

Approved by:    gabor
1.1.12
27 Jul 2008 04:30:53
Original commit files touched by this commit
linimon search for other commits by this committer
Reset sergei@ due to maintainer-timeouts and no response to email.

Hat:            portmgr
1.1.12
10 Sep 2007 12:49:10
Original commit files touched by this commit
sergei search for other commits by this committer
- Update to 1.1.12

PR:             ports/115283
Submitted by:   Nils Vogels
1.1.11
12 Apr 2007 21:43:27
Original commit files touched by this commit
sergei search for other commits by this committer
- Update to 1.1.11

PR:             ports/110984
Submitted by:   Corey Halpin <chalpin AT cs dot wisc dot edu>
1.1.5_1
09 Oct 2006 15:47:58
Original commit files touched by this commit
sergei search for other commits by this committer
- Update MASTER_SITES list
- Require Python 2.3 or higher
- Install additional documentation - NEWS
- Bump PORTREVISION

Submitted by:   Jason R. Mastaler (in private e-mail)
1.1.5
25 Sep 2006 12:33:57
Original commit files touched by this commit
sergei search for other commits by this committer
- Fix typos in MASTER_SITES URLs

Spotted by:     Jason R. Mastaler
1.1.5
22 Sep 2006 09:11:27
Original commit files touched by this commit
sergei search for other commits by this committer
- Update to 1.1.5
  This is the latest stable release of TMDA
  1.1 is now the stable branch, 1.0 branch has been obsoleted
  Changes include:
  - ~/.tmdarc configuration file has been obsoleted by
    ~/.tmda/ configuration directory - see EXAMPLESDIR/dot-tmda
  - only minimal set of HTML documentation is installed;
    please see http://wiki.tmda.net/ for full documentation
  - templates has changed: single bounce.txt has been replaced
    with various bounce_*.txt templates; see DATADIR
- Sync MASTER_SITES to the official mirror list
- Use SUB_FILES mechanism for pkg-message customization
1.0.3
25 Nov 2005 14:05:38
Original commit files touched by this commit
sergei search for other commits by this committer
- Add SHA256 checksums to my ports
1.0.3
04 Jun 2004 21:44:47
Original commit files touched by this commit
sergei search for other commits by this committer
- Update to 1.0.3
1.0.2
16 Feb 2004 22:09:47
Original commit files touched by this commit
sergei search for other commits by this committer
- Update to 1.0.2
1.0
30 Jan 2004 16:03:29
Original commit files touched by this commit
sergei search for other commits by this committer
SIZE *DOES* MATTER.
1.0
19 Dec 2003 22:38:10
Original commit files touched by this commit
sergei search for other commits by this committer
- Update to TMDA 1.0 "Cannonade"
  From Jason's announcement:
  "After almost three years of hacking on TMDA, I'm proud to announce the
  release of version 1.0-final.  I figured that after this length of
  time, the version number should be bumped to a positive value to
  better reflect its current stability."
- Reword pkg-descr
0.92
11 Dec 2003 13:01:43
Original commit files touched by this commit
sergei search for other commits by this committer
- Update to 0.92 "Kauai King"
0.91
04 Dec 2003 11:48:25
Original commit files touched by this commit
sergei search for other commits by this committer
- Update to 0.91 "Lucky Debonair"
- Install TMDA logos (noticed by Jason R. Mastaler)
- Re-sort pkg-plist
0.89
18 Nov 2003 07:42:18
Original commit files touched by this commit
sergei search for other commits by this committer
- Update to 0.89 ("Chateaugay")

Prompted by:    Nils Vogels
0.88
13 Nov 2003 20:51:18
Original commit files touched by this commit
sergei search for other commits by this committer
- Update to 0.88 "Decidedly"

Prompted by:    Nils Vogels
0.87
23 Oct 2003 05:42:49
Original commit files touched by this commit
sergei search for other commits by this committer
Change to my @FreeBSD.org address.

Approved by:    krion
0.87
21 Oct 2003 20:10:23
Original commit files touched by this commit
sergei search for other commits by this committer
Update to 0.87

PR:             58321
Submitted by:   maintainer
Approved by:    krion (mentor)
0.86
09 Oct 2003 19:56:38
Original commit files touched by this commit
krion search for other commits by this committer
- Add optional dependency on databases/py-cdb port to make -cdb
  and -autocdb filter source options actually useful; enabled by
  WITH_CDB=yes knob

PR:             57815
Submitted by:   maintainer
0.86
03 Oct 2003 15:48:29
Original commit files touched by this commit
krion search for other commits by this committer
- Update to 0.86 "Venetian Way" release:
  * A potentially serious bug is fixed in the 'smtp-check-sender'
    script.  If use use smtp-check-sender, you should upgrade.
    See http://mla.libertine.org/tmda-cvs/2003-10/msg00000.html
    for details on the change.
  * 'Jane Doe' is no longer used if a real fullname value can't
    be determined for the user.  Instead, an empty string is used,
    which will result in just the e-mail address being used in the
    "From:" field when TMDA sends auto-responses.

PR:             57538
Submitted by:   maintainer
0.85
03 Oct 2003 12:05:49
Original commit files touched by this commit
krion search for other commits by this committer
- Add 2 new mirros (Germany and Poland)
  Requested by:   Jason R. Mastaler <jason@mastaler.com>

PR:             57528
Submitted by:   maintainer
0.85
29 Sep 2003 12:55:50
Original commit files touched by this commit
krion search for other commits by this committer
- Update to 0.85 "Tomy Lee" release

PR:             57347
Submitted by:   Sergei Kolobov <sergei@kolobov.com> (maintainer)
0.83
27 Sep 2003 08:36:31
Original commit files touched by this commit
edwin search for other commits by this committer
[PATCH] mail/tmda: update to 0.83, take maintainership

        - Update to 0.83, take maintainership
        Port maintainer - mwm@mired.org - cc'd.

PR:             ports/55969
Submitted by:   Sergei Kolobov <sergei@kolobov.com>
0.80
15 Jun 2003 09:55:55
Original commit files touched by this commit
leeym search for other commits by this committer
- Update to 0.80 ("Determine"):
  * New feature from Cory Wright.  TEMPLATE_DIR_MATCH_RECIPIENT will
    search for a template directory based on the recipient address.
  * New feature.  The bounce,reject FILTER_INCOMING action now takes an
    optional 'template' argument to bounce using a specific template
    rather than the default template (bounce.txt).
- Install missing contributed scripts/configs

Noticed by:     Jason R. Mastaler <jason@mastaler.com>
PR:             53297
Submitted by:   Sergei Kolobov <sergei@kolobov.com>
Approved by:    Mike Meyer <mwm@mired.org> (MAINTAINER)
0.78
02 Jun 2003 14:04:37
Original commit files touched by this commit
naddy search for other commits by this committer
- Update to 0.78
- Add all official mirrors
- Remove pkg-req script: use PYTHON_REL for checking Pyhton version
- Use dynamically generated pkg-message instead of several ECHO_MSG in Makefile
  so users installing from package would also see this information
- Install example config and contrib bits into EXAMPLESDIR
- Only documentation now goes to DOCSDIR
- Do not install yet another copy of GPL
- Use DATADIR/DOCSDIR/EXAMPLESDIR macros in pkg-plist

PR:             52737
Submitted by:   Sergei Kolobov <sergei@kolobov.com>
Approved by:    maintainer
0.76
27 Apr 2003 02:04:22
Original commit files touched by this commit
vanilla search for other commits by this committer
Upgrade to 0.76.

PR:             ports/51445
Submitted by:   maintainer
0.74
15 Apr 2003 00:03:01
Original commit files touched by this commit
leeym search for other commits by this committer
update to 0.74

PR:             50958
Submitted by:   Mike Meyer <mwm@mired.org>
0.73
13 Apr 2003 12:44:08
Original commit files touched by this commit
edwin search for other commits by this committer
TMDA port is out of date.

        The TMDA port is out of date.

PR:             ports/50372
Submitted by:   Mike Meyer <mwm@mired.org>
0.71
31 Mar 2003 07:55:42
Original commit files touched by this commit
edwin search for other commits by this committer
TMDA port is out of date to version 0.71

PR:             ports/49052
Submitted by:   Mike Meyer <mwm@mired.org>
0.70_2
31 Mar 2003 00:02:42
Original commit files touched by this commit
edwin search for other commits by this committer
TMDA port is missing the contributed cgi interface.

PR:             ports/48760
Submitted by:   Mike Meyer <mwm@mired.org>
0.70
23 Feb 2003 22:41:06
Original commit files touched by this commit
edwin search for other commits by this committer
TMDA port is out of date: update to version 0.70

PR:             ports/48543
Submitted by:   Mike Meyer <mwm@mired.org>
0.69
21 Feb 2003 12:42:26
Original commit files touched by this commit
knu search for other commits by this committer
De-pkg-comment.
0.69
10 Feb 2003 23:27:23
Original commit files touched by this commit
dannyboy search for other commits by this committer
Update to 0.69.

PR:             47924
Submitted by:   maintainer
0.68
19 Jan 2003 20:13:27
Original commit files touched by this commit
petef search for other commits by this committer
Update to 0.68.

PR:             46880
Submitted by:   maintainer
0.67
05 Jan 2003 21:37:31
Original commit files touched by this commit
petef search for other commits by this committer
Update to 0.67.

PR:             46711
Submitted by:   maintainer
0.65
17 Nov 2002 22:32:53
Original commit files touched by this commit
edwin search for other commits by this committer
Maintainer update to version 0.65

PR:             ports/45366
Submitted by:   Mike Meyer <mwm@mired.org>
0.64
11 Nov 2002 16:46:41
Original commit files touched by this commit
ijliao search for other commits by this committer
upgrade to 0.64

PR:             45175, 45177
Submitted by:   Sergei Kolobov <sergei@kolobov.com>, maintainer
0.63
30 Oct 2002 20:08:20
Original commit files touched by this commit
pat search for other commits by this committer
This program requires python 2.1 or greater now.

Submitted by:   "Jason R. Mastaler" <jason@mastaler.com>
Approved by:    maintainer
0.63
29 Oct 2002 21:57:16
Original commit files touched by this commit
pat search for other commits by this committer
Update to 0.63

PR:             ports/44584
Submitted by:   maintainer
0.62
06 Oct 2002 06:17:35
Original commit files touched by this commit
pat search for other commits by this committer
Update to 0.62

PR:             ports/43298
Submitted by:   maintainer
0.61
25 Aug 2002 18:52:09
Original commit files touched by this commit
petef search for other commits by this committer
- update to 0.61
- add MASTER_SITE magic so the port doesn't break when the distfile is
  moved to the "old" directory
- use DATADIR, DOCSDIR, and .for loops to clean up some
- use %%PYTHON_SITELIBDIR%% in the plist

PR:             41863
Submitted by:   Sergei Kolobov <skolobov@globcon.net>
Approved by:    maintainer
0.59
05 Aug 2002 01:34:48
Original commit files touched by this commit
petef search for other commits by this committer
Update to 0.59.

PR:             41313
Submitted by:   maintainer
0.58
22 Jul 2002 00:54:07
Original commit files touched by this commit
pat search for other commits by this committer
Update MASTER_SITES: TMDA now has a new domain
Also while i am here, fix extra whitespace at the end of some pkg-plist
entries

PR:             ports/40864
Submitted by:   maintainer
0.58
16 Jul 2002 00:20:55
Original commit files touched by this commit
pat search for other commits by this committer
Update to 0.58

PR:             ports/40616
Submitted by:   Jason R. Mastaler <jason-exp-1027454478.8d9f1d@mastaler.com>
Approved by:    maintainer
0.57
19 Jun 2002 12:49:01
Original commit files touched by this commit
pat search for other commits by this committer
Update to 0.57

PR:             ports/39424
Submitted by:   Jason R. Mastaler <jason@mastaler.com>
Approved by:    maintainer
0.55
14 May 2002 01:13:00
Original commit files touched by this commit
pat search for other commits by this committer
Update to 0.55

PR:             38052
Submitted by:   maintainer
0.54
02 May 2002 01:32:53
Original commit files touched by this commit
pat search for other commits by this committer
Update to 0.54

PR:             37648
Submitted by:   maintainer
0.52
27 Apr 2002 02:26:44
Original commit files touched by this commit
pat search for other commits by this committer
Update to 0.52

PR:             37393
Submitted by:   maintainer
0.51
04 Apr 2002 01:58:10
Original commit files touched by this commit
pat search for other commits by this committer
Fix plist, my bad

PR:             36712
Submitted by:   maintainer
0.51
03 Apr 2002 20:34:43
Original commit files touched by this commit
pat search for other commits by this committer
Update to 0.51

PR:             36699
Submitted by:   maintainer
0.50
02 Apr 2002 02:32:32
Original commit files touched by this commit
pat search for other commits by this committer
Update to 0.50

PR:             36636
Submitted by:   maintainer
0.49
16 Mar 2002 04:43:15
Original commit files touched by this commit
pat search for other commits by this committer
Update to 0.49

PR:             35938
Submitted by:   maintainer
09 Mar 2002 00:37:50
commit hash: fp1.25670@dev.null.freshports.orgcommit hash: fp1.25670@dev.null.freshports.orgcommit hash: fp1.25670@dev.null.freshports.orgcommit hash: fp1.25670@dev.null.freshports.org files touched by this commit
pat search for other commits by this committer
Author wishes the COPYING file be included with the documentation    
08 Mar 2002 20:56:09
commit hash: fp1.25660@dev.null.freshports.orgcommit hash: fp1.25660@dev.null.freshports.orgcommit hash: fp1.25660@dev.null.freshports.orgcommit hash: fp1.25660@dev.null.freshports.org files touched by this commit
pat search for other commits by this committer
- Update to 0.48   - Give maintainership to Mike Meyer <mwm@mired.org>    
08 Feb 2002 04:08:02
commit hash: fp1.24442@dev.null.freshports.orgcommit hash: fp1.24442@dev.null.freshports.orgcommit hash: fp1.24442@dev.null.freshports.orgcommit hash: fp1.24442@dev.null.freshports.org files touched by this commit
pat search for other commits by this committer
Update to 0.46    
08 Jan 2002 22:09:21
commit hash: fp1.23050@dev.null.freshports.orgcommit hash: fp1.23050@dev.null.freshports.orgcommit hash: fp1.23050@dev.null.freshports.orgcommit hash: fp1.23050@dev.null.freshports.org files touched by this commit
pat search for other commits by this committer
Update to 0.44    
22 Dec 2001 03:10:26
commit hash: fp1.22363@dev.null.freshports.orgcommit hash: fp1.22363@dev.null.freshports.orgcommit hash: fp1.22363@dev.null.freshports.orgcommit hash: fp1.22363@dev.null.freshports.org files touched by this commit
petef search for other commits by this committer
Update to 0.43.    
04 Dec 2001 03:50:02
commit hash: fp1.21582@dev.null.freshports.orgcommit hash: fp1.21582@dev.null.freshports.orgcommit hash: fp1.21582@dev.null.freshports.orgcommit hash: fp1.21582@dev.null.freshports.org files touched by this commit
petef search for other commits by this committer
- update to 0.42   - have a seperate directory for contrib scripts/etc   -
mention the UPGRADE file    
06 Nov 2001 17:17:13
commit hash: fp1.20493@dev.null.freshports.orgcommit hash: fp1.20493@dev.null.freshports.orgcommit hash: fp1.20493@dev.null.freshports.orgcommit hash: fp1.20493@dev.null.freshports.org files touched by this commit
petef search for other commits by this committer
- update to 0.40   - no longer depend on qmail, as this works with
qmail/postfix/exim now   - adjust pkg-{comment,descr} to reflect reality   -
sort pkg-plist    
21 Sep 2001 06:29:40
commit hash: fp1.18976@dev.null.freshports.orgcommit hash: fp1.18976@dev.null.freshports.orgcommit hash: fp1.18976@dev.null.freshports.orgcommit hash: fp1.18976@dev.null.freshports.org files touched by this commit
petef search for other commits by this committer
- update to 0.37   - reword pkg-descr    
30 Aug 2001 01:52:23
commit hash: fp1.18106@dev.null.freshports.orgcommit hash: fp1.18106@dev.null.freshports.orgcommit hash: fp1.18106@dev.null.freshports.orgcommit hash: fp1.18106@dev.null.freshports.org files touched by this commit
petef search for other commits by this committer
- update to 0.34   - add a run depend for qmail   - reword pkg-comment    
03 Jul 2001 13:39:55
commit hash: fp1.15756@dev.null.freshports.orgcommit hash: fp1.15756@dev.null.freshports.orgcommit hash: fp1.15756@dev.null.freshports.orgcommit hash: fp1.15756@dev.null.freshports.org files touched by this commit
kevlo search for other commits by this committer
support NOPORTDOCS.    
29 Jun 2001 15:44:30
commit hash: fp1.15620@dev.null.freshports.orgcommit hash: fp1.15620@dev.null.freshports.orgcommit hash: fp1.15620@dev.null.freshports.orgcommit hash: fp1.15620@dev.null.freshports.org files touched by this commit
kevlo search for other commits by this committer
Update to 0.22    
27 Jun 2001 03:56:36
commit hash: fp1.15552@dev.null.freshports.orgcommit hash: fp1.15552@dev.null.freshports.orgcommit hash: fp1.15552@dev.null.freshports.orgcommit hash: fp1.15552@dev.null.freshports.org files touched by this commit
dwcjr search for other commits by this committer
Add tmda, an anti spam python application.    

Number of commits found: 89