aboutsummaryrefslogtreecommitdiff
path: root/net-im/gajim-devel
Commit message (Collapse)AuthorAgeFilesLines
* - Fix build after xorg cleanupMartin Wilke2008-04-201-2/+2
| | | | | | | Submitted by: pointyhat Notes: svn path=/head/; revision=211670
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-2/+3
| | | | | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav) Notes: svn path=/head/; revision=211584
* - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGMartin Wilke2008-03-211-1/+1
| | | | | | | | | - Bump PORTREVISION Approved by: portmgr (xorg cleanup) Notes: svn path=/head/; revision=209563
* - Update to 20080309Martin Wilke2008-03-104-23/+202
| | | | | | | | PR: 121544 Submitted by: Denis Shaposhnikov <dsh@wizard.volgograd.ru> (maintaner) Notes: svn path=/head/; revision=208739
* - Update to 20080113Martin Wilke2008-01-205-49/+73
| | | | | | | | | | - Update maintainer mail adress PR: 119637 Submitted by: Denis Shaposhnikov <dsh@vlink.ru> (maintainer) Notes: svn path=/head/; revision=205909
* Remove always-false/true conditions based on OSVERSION 500000Edwin Groothuis2007-10-041-4/+0
| | | | Notes: svn path=/head/; revision=200778
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-07-231-1/+0
| | | | | | | | | | | | | | | | | | | | | supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run Notes: svn path=/head/; revision=196111
* - Switch to py-pysqlite23Martin Wilke2007-06-271-1/+2
| | | | | | | | | | - Bump PORTREVISION PR: 114028 Submitted by: Denis Shaposhnikov <dsh@vlink.ru> (maintainer) Notes: svn path=/head/; revision=194328
* - Update to 20070621Martin Wilke2007-06-243-61/+95
| | | | | | | | PR: 113967 Submitted by: Denis Shaposhnikov <dsh@vlink.ru> (maintainer) Notes: svn path=/head/; revision=194171
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-192-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Update to 20070402Cheng-Lung Sung2007-04-043-7/+11
| | | | | | | | PR: ports/111219 Submitted by: maintainer (Denis Shaposhnikov) Notes: svn path=/head/; revision=189155
* - Update to 2007-02-28Martin Wilke2007-02-113-6/+33
| | | | | | | | PR: 109043 Submitted by: Denis Shaposhnikov <dsh@vlink.ru> (maintainer) Notes: svn path=/head/; revision=184869
* - Upgrade to fresh, post 0.11, snapshot.Ion-Mihai Tetcu2006-12-284-54/+212
| | | | | | | | | | - BROKEN on 4.x: doesn't install PR: ports/107231 Submitted by: Denis Shaposhnikov Notes: svn path=/head/; revision=180894
* - After repocopy from net-im/gajim, update to snapshot 20061129Pav Lucistnik2006-12-097-504/+668
| | | | | | | | | PR: ports/105995 Submitted by: Denis Shaposhnikov <dsh@vlink.ru> Repocopy by: marcus Notes: svn path=/head/; revision=179329
* - Update to 0.10.1Pav Lucistnik2006-06-114-129/+128
| | | | | | | | PR: ports/98770 Submitted by: Stephan Maka <stephan@spaceboyz.net> (maintainer) Notes: svn path=/head/; revision=165079
* - Rename portsPav Lucistnik2006-05-281-1/+1
| | | | | | | | textproc/gtkspell2 -> textproc/gtkspell textproc/gtkspell2-reference -> textproc/gtkspell-reference Notes: svn path=/head/; revision=163721
* fix file-transfer connection problems, patch by Dimitur KirovTilman Keskinoz2006-05-212-0/+42
| | | | | | | | PR: 97358 Submitted by: Stephan Maka <stephan@spaceboyz.net> Notes: svn path=/head/; revision=162964
* - Update to 0.10Pav Lucistnik2006-05-074-338/+495
| | | | | | | | | | - Take maintainership PR: ports/96845 Submitted by: Stephan Maka <stephan@spaceboyz.net> Notes: svn path=/head/; revision=161563
* Reset vsevolod as maintainer due to unreponsiveness. We hope to see himMark Linimon2006-04-141-1/+1
| | | | | | | | | back sometime. Hat: portmgr Notes: svn path=/head/; revision=159501
* - Update to 0.9.1Vsevolod Stakhov2006-01-294-18/+132
| | | | | | | | | | | - Add SHA256 checksum - Add dependency for databases/py-pysqlite21 PR: 91400 Submitted by: Herbert J. Skuhra <h.skuhra at gmail.com> Notes: svn path=/head/; revision=154696
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-1/+1
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154137
* Move instant messaging related ports to newly created net-im category:Pav Lucistnik2005-11-091-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
* Bump PORTREVISION to chase the glib20 shared library update.Joe Marcus Clarke2005-11-051-0/+1
| | | | Notes: svn path=/head/; revision=147269
* Update to 0.8.2 that contains tons of bugfixes.Vsevolod Stakhov2005-09-144-44/+43
| | | | | | | Replace pkg-descr as gajim now has another features and goals. Notes: svn path=/head/; revision=142703
* Update to 0.8.Vsevolod Stakhov2005-08-283-142/+275
| | | | | | | Approved by: perky (mentor) Notes: svn path=/head/; revision=141128
* Update my email address.Vsevolod Stakhov2005-07-221-1/+1
| | | | | | | Approved by: perky (mentor) Notes: svn path=/head/; revision=139880
* Directory share/pixmaps is now included in mtreeDejan Lesjak2005-06-151-1/+0
| | | | | | | (BSD.x11-4.dist rev. 1.27), so remove it from plist. Notes: svn path=/head/; revision=137468
* - Update to 0.7.1 [1]Jean-Yves Lefort2005-06-064-82/+64
| | | | | | | | | | | - Respect ${CC} and ${CFLAGS} - Cleanups PR: ports/81942 [1] Submitted by: maintainer [1] Notes: svn path=/head/; revision=136941
* - Fix pkg-plistSergey Matveychuk2005-06-022-0/+2
| | | | | | | | Submitted by: maintainer Reported by: kris via pointyhat Notes: svn path=/head/; revision=136668
* - Update to 0.7Sergey Matveychuk2005-05-318-221/+276
| | | | | | | | | | | | | | | | | | | | Gajim 0.7 contains several improvements: * Ability for groupchat reserved rooms with full affiliations and roles support * Popup notification for incoming events. * Protocol icons for contacts from transports. * Gajim's user interface is now more HIG compliant. * Gajim now detects and can send operating system information. * Gajim now can inform the user about new version availability. * Gajim jabber library migration from jabberpy to xmpppy * Rewrite the plugin system to remove threads and improve latency. * Gajim now supports Nodes in Service Discovery. * Greek and Polish translations PR: ports/81515 Submitted by: maintainer Notes: svn path=/head/; revision=136501
* - Fix glib search pathSergey Matveychuk2005-05-051-2/+2
| | | | | | | | Submitted by: maintainer Reported by: kris via pointyhat Notes: svn path=/head/; revision=134667
* Gajim is a Jabber client based on a plugin system.Sergey Matveychuk2005-05-018-0/+291
PR: ports/80438 Submitted by: Vsevolod Stakhov <vsevolod@highsecure.ru> Notes: svn path=/head/; revision=134439