summaryrefslogtreecommitdiff
path: root/net-im/tkabber (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-09-07Remove WWW entries moved into port MakefilesStefan Eßer1-2/+0
Commit b7f05445c00f has added WWW entries to port Makefiles based on WWW: lines in pkg-descr files. This commit removes the WWW: lines of moved-over URLs from these pkg-descr files. Approved by: portmgr (tcberner)
2022-09-07Add WWW entries to port MakefilesStefan Eßer1-0/+1
It has been common practice to have one or more URLs at the end of the ports' pkg-descr files, one per line and prefixed with "WWW:". These URLs should point at a project website or other relevant resources. Access to these URLs required processing of the pkg-descr files, and they have often become stale over time. If more than one such URL was present in a pkg-descr file, only the first one was tarnsfered into the port INDEX, but for many ports only the last line did contain the port specific URL to further information. There have been several proposals to make a project URL available as a macro in the ports' Makefiles, over time. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
2022-07-20net-im: remove 'Created by' linesTobias C. Berner1-2/+0
A big Thank You to the original contributors of these ports: * <ports@c0decafe.net> * Adam Weinberger <adamw@FreeBSD.org> * Alberto Villa <avilla@FreeBSD.org> * Alexander Logvinov <ports@logvinov.com> * Alexander Timoshenko <gonzo@univ.kiev.ua> * Andrew Lewis <freeghb@gmail.com> * Andrey Akhmichin <sepulkarium45@yahoo.com> * Bartek Rutkowski <r@robakdesign.com> * Bernard Spil <brnrd@freebsd.org> * Brendan Molloy <brendan+freebsd@bbqsrc.net> * Denis Shaposhnikov <dsh@vlink.ru> * Dennis Herrmann <dhn@FreeBSD.org> * Dmitry Sivachenko <demon@FreeBSD.org> * Emanuel Haupt <ehaupt@FreeBSD.org> * Eugene Grosbein <eugen@FreeBSD.org> * Florent Thoumie <flz@FreeBSD.org> * Frank Altpeter <frank@altpeter.de> * Gea-Suan Lin <gslin@gslin.org> * Geoffrey Mainland <mainland@apeiron.net> * Henry Hu <henry.hu.sh@gmail.com> * Jim Mock <jim@FreeBSD.org> * Joe Marcus Clarke <marcus@FreeBSD.org> * John Prather * Jonathan Chen <jonc@chen.org.nz> * Joseph S. Atkinson <jsatkinson@embarqmail.com> * Junji NAKANISHI <jun-g@daemonfreaks.com> * Kelly Cochran <kcochran@trolans.net> * Koop Mast <kwm@FreeBSD.org> * Kris Moore <kmoore@FreeBSD.org> * Kris Moore <kmoore@freebsd.org> * Lars Eggert <lars.eggert@gmx.net> * Marc Bruenink * Matthew West <mwest@uct.ac.za> * Matthias Fechner <mfechner@FreeBSD.org> * Max E. Kuznecov <mek@mek.uz.ua> * Meethune Bhowmick <meethune@gmail.com> * Michael Johnson <ahze@FreeBSD.org> * Nicola Stanislao Vitale <nivit@FreeBSD.org> * Nicola Vitale <nivit@email.it> * Nikolay Pavlov <qpadla@gmail.com> * Oleg Ginzburg (olevole@olevole.ru) * Pavel Andreev * Saulius Menkevicius <bob@nulis.lt> * SeaD * Seamus Venasse <svenasse@polaris.ca> * Sergey Skvortsov <skv@protey.ru> * Steve Wills <swills@FreeBSD.org> * Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> * TAKATSU Tomonari <tota@FreeBSD.org> * Thierry Thomas <thierry@pompo.net> * Tsung-Han Yeh <snowfly@yuntech.edu.tw> * Vsevolod Stakhov <vsevolod@highsecure.ru> * Wen Heping <wen@FreeBSD.org> * Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw> * Yuri <yuri@tsoft.com> * Yuri Victorovich * Yuri Victorovich <yuri@rawbw.com> * dd * gahr * gnome@freebsd.org * jodocus <jodocus@jodocus.org> * mph * trasz * vsevolod With hat: portmgr
2021-10-29*/*: Remove redundant '-[0-9]*' from CONFLICTSStefan Eßer1-1/+1
The conflict checks compare the patterns first against the package names without version (as reported by "pkg query "%n"), then - if there was no match - agsinst the full package names including the version (as reported by "pkg query "%n-%v"). Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter for the bash package in any version. But that pattern is functionally identical with just "bash". Approved by: portmgr (blanket)
2021-10-19net-im/tkabber: Add CPE informationStefan Eßer1-1/+2
Approved by: portmgr (blanket)
2021-04-06Remove # $FreeBSD$ from Makefiles.Mathieu Arnold1-1/+0
2019-10-09Drop the ipv6 virtual category for n* category as it is not relevant anymoreBaptiste Daroussin1-1/+1
Notes: svn path=/head/; revision=514143
2019-08-14Convert to UCL & cleanup pkg-message (categories n)Mathieu Arnold1-0/+6
(and missed 3 missed files from previous categories.) Notes: svn path=/head/; revision=508903
2018-01-28net-im/tkabber: remove expired optional dependency on security/tclgpgRene Ladan1-2/+1
Notes: svn path=/head/; revision=460152
2016-04-01Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold1-8/+8
With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
2015-09-14- Switch to options helpersDmitry Marakasov1-7/+5
Approved by: portmgr blanket Notes: svn path=/head/; revision=396925
2015-09-14- Fix shebangsDmitry Marakasov1-2/+5
- Add LICENSE_FILE - Add NO_ARCH Approved by: portmgr blanket MFH: 2015Q3 (blanket) Notes: svn path=/head/; revision=396920
2015-07-16net-im/tkabber: add GNUPG optionBartek Rutkowski1-1/+3
PR: 201338 Submitted by: Mikhail <mp39590@gmail.com> (maintainer) Notes: svn path=/head/; revision=392281
2015-06-16net-im/tkabber: update 1.1.1 -> 1.1.2Bartek Rutkowski2-3/+3
PR: 200889 Submitted by: Mikhail <mp39590@gmail.com> (maintainer) Notes: svn path=/head/; revision=389836
2015-03-31net-im/tkabber: update 1.1 -> 1.1.1Bartek Rutkowski2-3/+3
PR: 198998 Submitted by: Mikhail <mp39590@gmail.com> Notes: svn path=/head/; revision=382810
2014-11-21Cleanup plistAntoine Brodin1-58/+0
Notes: svn path=/head/; revision=373023
2014-04-24- update from 0.11.1 to 1.1Dmitry Marakasov6-119/+140
- add several new CATEGORIES to the port - add LICENSE - cleanup RUN_DEPENDS to reflect minimal requirements - add customization through OptionsNG - add pkg-message to better describe port functionality - pass maintainership to submitter PR: 188256 Submitted by: Mikhail <mp39590@gmail.com> Approved by: Volodymyr Kostyrko <c.kworr@gmail.com> (maintainer) Notes: svn path=/head/; revision=352077
2014-01-17- Convert to USES=tkPietro Cerutti3-17/+24
- Convert to OPTIONSng - STAGE-clean Notes: svn path=/head/; revision=340024
2013-09-20Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin1-5/+2
net-im) Notes: svn path=/head/; revision=327756
2012-06-05- register conflicts with net-im/tkabber-develRuslan Makhmatkhanov1-0/+2
PR: 168706 Submitted by: Volodymyr Kostyrko <c.kworr at gmail dot com> (maintainer) Notes: svn path=/head/; revision=298450
2011-03-20- Get Rid MD5 supportMartin Wilke1-2/+1
Notes: svn path=/head/; revision=271346
2010-08-29- Update to 1.11.1Lars Engels5-62/+60
- Remove unneeded patch for login.tcl - Pass maintainership to submitter as I don't use tkabber any longer PR: ports/150028 Submitted by: Volodymyr Kostyrko <c.kworr(AT)gmail.com> Approved by: (ex-)maintainer (me) Notes: svn path=/head/; revision=260156
2007-10-27- update to 0.10.0Lars Engels4-409/+280
- take maintainership PR: ports/114384 Approved by: miwi (mentor) Notes: svn path=/head/; revision=202140
2007-09-29- Change tcllib dependency so it does not need to spawn an extra processPav Lucistnik1-4/+1
Notes: svn path=/head/; revision=200347
2007-05-19- Welcome X.org 7.2 \o/.Florent Thoumie1-0/+1
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
2006-11-05- Update to 0.9.9Rong-En Fan6-318/+312
PR: ports/105172 Submitted by: Toni Schmidbauer Notes: svn path=/head/; revision=176484
2006-09-04Reset inactive maintainer who has not responded to email.Mark Linimon1-1/+1
Hat: portmgr Notes: svn path=/head/; revision=172158
2006-02-01SHA256ifyEdwin Groothuis1-0/+1
Approved by: krion@ Notes: svn path=/head/; revision=154946
2005-11-09Move instant messaging related ports to newly created net-im category:Pav Lucistnik1-1/+1
net/aim -> net-im/aim net/amsn -> net-im/amsn net/ari-yahoo -> net-im/ari-yahoo net/ayttm -> net-im/ayttm net/bsflite -> net-im/bsflite net/ccmsn -> net-im/ccmsn net/centericq -> net-im/centericq net/cicquin -> net-im/cicquin net/coccinella -> net-im/coccinella net/convey -> net-im/convey net/echat -> net-im/echat net/ejabberd -> net-im/ejabberd net/firetalk -> net-im/firetalk net/fugu -> net-im/fugu net/gajim -> net-im/gajim net/gale -> net-im/gale net/ginsu -> net-im/ginsu net/gnome-jabber -> net-im/gnome-jabber net/gtkyahoo -> net-im/gtkyahoo net/gyach -> net-im/gyach net/icb -> net-im/icb net/icmpchat -> net-im/icmpchat net/icqlib -> net-im/icqlib net/imcom -> net-im/imcom net/jabberd -> net-im/jabberd net/jabber-pymsn -> net-im/jabber-pymsn net/jit -> net-im/jit net/kmerlin -> net-im/kmerlin net/kmess -> net-im/kmess net/konverse -> net-im/konverse net/kpopup -> net-im/kpopup net/libmsn -> net-im/libmsn net/libyahoo2 -> net-im/libyahoo2 net/linpopup -> net-im/linpopup net/linux-ymessenger -> net-im/linux-ymessenger net/mcabber -> net-im/mcabber net/mercury -> net-im/mercury net/micq -> net-im/micq net/mu-conference -> net-im/mu-conference net/naim -> net-im/naim net/pebrot -> net-im/pebrot net/pork -> net-im/pork net/py-msnp -> net-im/py-msnp net/py-pyxmpp -> net-im/py-pyxmpp net/p5-Jabber-Connection -> net-im/p5-Jabber-Connection net/p5-Net-AIM -> net-im/p5-Net-AIM net/p5-Net-AOLIM -> net-im/p5-Net-AOLIM net/p5-Net-ICQ2000 -> net-im/p5-Net-ICQ2000 net/p5-Net-MSN -> net-im/p5-Net-MSN net/p5-Net-NetSend -> net-im/p5-Net-NetSend net/p5-Net-OSCAR -> net-im/p5-Net-OSCAR net/simicq -> net-im/simicq net/sulci -> net-im/sulci net/tik -> net-im/tik net/tkabber -> net-im/tkabber net/tkabber-devel -> net-im/tkabber-devel net/tmsnc -> net-im/tmsnc net/vicq -> net-im/vicq net/vqcc-gtk -> net-im/vqcc-gtk net/xicq -> net-im/xicq net/ymessenger -> net-im/ymessenger net/ysm -> net-im/ysm Repocopied by: marcus Notes: svn path=/head/; revision=147669
2005-02-18Fix build on 4.8Kirill Ponomarev1-3/+5
Fix MASTER_SITES. Change maintainer's email. Based on PR: ports/75890 Submitted by: Michel Lavondes <fox at vader.aacc.cc.md.us> Reviewed by: maintainer Approved by: maintainer Notes: svn path=/head/; revision=129175
2004-08-03- Update to 0.9.7Pav Lucistnik6-26/+226
PR: ports/69952 Submitted by: Alexander Timoshenko <gonzo@univ.kiev.ua> (maintainer) Notes: svn path=/head/; revision=115363
2004-03-31SIZEify (maintainer timeout)Trevor Johnson1-0/+1
Notes: svn path=/head/; revision=105747
2004-01-29Fix broken port by update to latest 0.9.6b version.Sergey A. Osokin4-222/+259
Also sort pkg-plist, make minor changes in Makefile. Notify from: kris via bento Patch submitted by: Alexander Timoshenko <gonzo@univ.kiev.ua> (maintainer) Notes: svn path=/head/; revision=99403
2003-11-14Add a new port.Sergey A. Osokin6-0/+512
Tkabber is a free client for an instant messaging system called Jabber. It is written in Tcl/Tk and supports many features like support of unicode, ssl support, http proxy, file transfers and support of multi-user conference protocol. Submitted by: Alexander Timoshenko <gonzo@univ.kiev.ua> PR: 58389 Notes: svn path=/head/; revision=93955