aboutsummaryrefslogtreecommitdiff
path: root/net-im
Commit message (Collapse)AuthorAgeFilesLines
* cleanup plistBaptiste Daroussin2014-12-209-9/+0
| | | | Notes: svn path=/head/; revision=375101
* Use GH_COMMITAntoine Brodin2014-12-201-2/+1
| | | | Notes: svn path=/head/; revision=375079
* Put back the local perl hack for .packlist to fix make stage.Joe Marcus Clarke2014-12-191-0/+6
| | | | | | | PR: 192054 Notes: svn path=/head/; revision=374983
* Mark BROKEN: missing distinfoAntoine Brodin2014-12-191-0/+2
| | | | | | | Reported by: pkg-fallout Notes: svn path=/head/; revision=374967
* Update telepathy to 0.8.0Alonso Schaich2014-12-1641-189/+299
| | | | | | | | | | | | | | | | Merge area51's commits 10180, 10181, 10314, 10315, 10485, 10491, 10492, 10500, 10502, 10503 and 10504. Individual revisions can be reviewed at http://src.mouf.net/area51/log This commit is based on a patch originally sent to the kde@ mailing list by T.C.Berner <tcberner@gmail.com>, and introduces a new port for ktp-desktop-applets. Approved by: rakuco (mentor) Differential Revision: https://reviews.freebsd.org/D1264 Notes: svn path=/head/; revision=374791
* - Reset maintainership of my portsPietro Cerutti2014-12-103-3/+3
| | | | Notes: svn path=/head/; revision=374492
* Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla inTijl Coosemans2014-12-083-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the 32 ports that still use it. Bump PORTREVISION on their dependent ports except the ones that depend on these: audio/libogg audio/libvorbis devel/pcre ftp/curl graphics/jpeg graphics/libart_lgpl graphics/tiff textproc/expat2 textproc/libxslt In these cases the same trick as in the recent gettext update is used. The ports install a symlink with the old library version. When enough of their dependent ports have had regular updates the remaining ones can get a PORTREVISION bump and the links can be removed. Also remove the devel/pcre dependency from USE_GNOME=glib20. It causes over 2200 packages to depend on devel/pcre while less than 200 actually link with it. The glib20 package still depends on devel/pcre so this should not make a difference for ports with USE_GNOME=glib20. Also, libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so USE_GNOME=glib20 should not propagate it. PR: 195724 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=374303
* Sort entries alphabetically across all categories to avoid extra repo churn.Alexey Dokuchaev2014-12-071-1/+1
| | | | Notes: svn path=/head/; revision=374216
* Add databases/qt5-sqldrivers-sqlite3 missing dependency.Thierry Thomas2014-12-041-2/+3
| | | | | | | | | PR: ports/195654 Submitted by: Igor Ostapenko Approved by: maintainer (yuri) Notes: svn path=/head/; revision=373988
* - Update to 4.1.0Carlo Strub2014-12-021-0/+1
| | | | | | | | | - Use striping - Please portlint - Bump PORTREVISION Notes: svn path=/head/; revision=373792
* Update to 2.10.11 and fix the build with the ncurses port.Joe Marcus Clarke2014-12-021-0/+1
| | | | | | | Submitted by: Matthias Apitz <guru@unixarea.de> (ncurses fix) Notes: svn path=/head/; revision=373772
* Update to 2.10.11 and fix the build with the ncurses port.Joe Marcus Clarke2014-12-027-24/+20
| | | | | | | Submitted by: Matthias Apitz <guru@unixarea.de> (ncurses fix) Notes: svn path=/head/; revision=373770
* Update to 0.9.7.David Thiel2014-12-022-4/+3
| | | | Notes: svn path=/head/; revision=373730
* Split devel/gettext in devel/gettext-runtime and devel/gettext-tools. TheTijl Coosemans2014-11-295-51/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | first contains runtime libraries such as libintl and the latter contains developer tools such as msgfmt. Ports that use gettext will usually need a LIB_DEPENDS on gettext-runtime and a BUILD_DEPENDS on gettext-tools. USES=gettext-runtime can be used to set a LIB/BUILD/RUN_DEPENDS on devel/gettext-runtime and USES=gettext-tools can be used to set a BUILD/RUN_DEPENDS on devel/gettext-tools. USES=gettext is now the same as "USES=gettext-runtime gettext-tools" meaning a LIB_DEPENDS on devel/gettext-runtime and a BUILD_DEPENDS on devel/gettext-tools. Update gettext to 0.19.3. Remove :oldver from converters/libiconv and devel/gettext-runtime. Leave symlinks with the old library versions to avoid the need to bump PORTREVISION on a large number of dependent ports. When most of the dependent ports have had normal version updates, PORTREVISION can be bumped on the remaining ones (low number) and the links can be removed. Fix some ports that installed files in lib/locale instead of share/locale. PR: 194038 Reviewed by: bapt Exp-run: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=373636
* Mark ignore on the cluster as it requires a non-default python versionTilman Keskinoz2014-11-281-1/+7
| | | | | | | Reported by: bapt Notes: svn path=/head/; revision=373535
* Add poezio a python XMPP client for the consoleTilman Keskinoz2014-11-274-0/+26
| | | | Notes: svn path=/head/; revision=373502
* Add port py-sleekxmpp, an XMPP libraryTilman Keskinoz2014-11-274-0/+29
| | | | Notes: svn path=/head/; revision=373501
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-2639-146/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before, we had: site_perl : lib/perl5/site_perl/5.18 site_perl/perl_arch : lib/perl5/site_perl/5.18/mach perl_man3 : lib/perl5/5.18/man/man3 Now we have: site_perl : lib/perl5/site_perl site_arch : lib/perl5/site_perl/mach/5.18 perl_man3 : lib/perl5/site_perl/man/man3 Modules without any .so will be installed at the same place regardless of the Perl version, minimizing the upgrade when the major Perl version is changed. It uses a version dependent directory for modules with compiled bits. As PERL_ARCH is no longer needed in plists, it has been removed from PLIST_SUB. The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now always removed, as is perllocal.pod. The old site_perl and site_perl/arch directories have been kept in the default Perl @INC for all Perl ports, and will be phased out as these old Perl versions expire. PR: 194969 Differential Revision: https://reviews.freebsd.org/D1019 Exp-run by: antoine Reviewed by: perl@ Approved by: portmgr Notes: svn path=/head/; revision=373448
* Remove folks04, it no longer used after the GNOME 3 import.Koop Mast2014-11-265-63/+0
| | | | Notes: svn path=/head/; revision=373446
* - Add LICENSESunpoet Po-Chuan Hsieh2014-11-242-5/+2
| | | | | | | - Cleanup PLIST Notes: svn path=/head/; revision=373314
* - Update to 3.1.0TAKATSU Tomonari2014-11-243-7/+43
| | | | Notes: svn path=/head/; revision=373220
* - Update libsodium to 1.0.1Vsevolod Stakhov2014-11-241-0/+1
| | | | | | | - Bump revison for dependent ports Notes: svn path=/head/; revision=373214
* - UnbreakAntoine Brodin2014-11-232-11/+4
| | | | | | | | - Allow staging as a regular user - Cleanup plist Notes: svn path=/head/; revision=373137
* Fix some USE_PGSQL that were missed beforeChris Rees2014-11-221-1/+2
| | | | | | | Submitted by: antoine Notes: svn path=/head/; revision=373110
* Finally retire USE_PGSQLChris Rees2014-11-221-1/+1
| | | | Notes: svn path=/head/; revision=373100
* Switch to USES=pgsqlChris Rees2014-11-221-1/+1
| | | | Notes: svn path=/head/; revision=373091
* Add license lines.Koop Mast2014-11-221-0/+2
| | | | | | | | PR: 191071 Submitted by: Keith Gaughan <k@stereochro.me> Notes: svn path=/head/; revision=373084
* Remove pkg-install and pkg-deinstallMartin Matuska2014-11-226-83/+71
| | | | | | | | Use .sample config files instead of .dist Improve pkg-plist Notes: svn path=/head/; revision=373049
* Cleanup plistAntoine Brodin2014-11-2169-1125/+58
| | | | Notes: svn path=/head/; revision=373023
* Upgrading to 0.141118.Thierry Thomas2014-11-213-14/+17
| | | | | | | | | | Note: ATM qTox won't work if Tox has been built with the NACL option! PR: ports/195157 Submitted by: yuri (at) rawbw.com (maintainer) Notes: svn path=/head/; revision=373016
* Opps, add distinfo I forgot to commit earlierKris Moore2014-11-201-2/+2
| | | | Notes: svn path=/head/; revision=372969
* - Rename net-im/tg to net-im/telegramKris Moore2014-11-207-2/+3
| | | | | | | Approved by: Maintainer <gahr@> Notes: svn path=/head/; revision=372929
* - Add missing runtime dep for Qt5 sql-sqlite3Kris Moore2014-11-191-1/+2
| | | | | | | - Bump PORTREV Notes: svn path=/head/; revision=372777
* A different graphical telegram client from Sialan.Labs.Kris Moore2014-11-196-0/+1177
| | | | | | | WWW: https://github.com/sialan-labs/sigram Notes: svn path=/head/; revision=372776
* - Remove duplicate port of net-im/tgKris Moore2014-11-195-63/+0
| | | | Notes: svn path=/head/; revision=372775
* The FreeBSD GNOME team proudly presents GNOME 3.14 and Cinnamon 2.2.Koop Mast2014-11-1971-1541/+2243
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Gnome 3.14.1 and Cinnamon 2.2.16 are supported on FreeBSD 9.3-RELEASE and up. This commit removes the old GNOME 2 desktop, bindings and some ports that can't be compiled. A few ports where updated to more recent versions to allow them to compile with this update. Apart from updating ports to newer versions GDM is more integrated with gnome-shell now, and handles several things for the GNOME desktop such as screen locking. If you want to use GNOME 3 via startx, you will have to add your own lock screen/screensaver. For example xscreensaver can be used for sessions started without GDM. Shell Extensions can be installed via https://extensions.gnome.org/ , we have ported a few that can't be installed via this way. The old gnome-utils and gnome-games ports where split up into single ports and where converted to meta-ports. gnome-terminal requires a UTF-8 locale to run, gdm handles this already, but if you use startx you need to do this yourself. Upgrade instructions: Delete the old and conflicting packages: # pkg delete clutter gnome-utils gnome-panel gnome-keyring vala-vapigen \ guile gcalctool gnome-media libgnomekbd # pkg delete gnome-screensaver gnome-applets bug-buddy evolution-exchange \ evolution-webcal gnome-system-tools seahorse-plugins gnome-control-center For package users the following lines will be enough: # pkg upgrade # pkg install gnome3 For ports users should do the following: # portmaster -a # portmaster x11/gnome3 We are currently aware of two issues. The first issue is a bug in the file monitoring code in the glib20 port. This bug causes glib programs to crash when files in a monitored directory are added or removed. Upstream is aware of the problem, but since the problem is quite complex there is no solution yet. This problem isn't restricted to BSD. The second issue is that on certain video cards totem will display a purple/pink overlay on the video. It not clear yet where the issues comes from. Major thanks goes to Gustau Perez for being a driving force behind getting GNOME 3 up to speed again. Also thanks to Antoine Brodin for running the exp-runs. This update was also made possible by: Joe Maloney Kris Moore Beeblebrox Ryan Lortie Antoine Jacoutot and everyone I missed Notes: svn path=/head/; revision=372768
* Command-line interface for Telegram. Uses readline interface.Kris Moore2014-11-185-0/+63
| | | | | | | WWW: https://github.com/vysheng/tg Notes: svn path=/head/; revision=372741
* Take miwi's old perl ports into perl@'s fold.Mathieu Arnold2014-11-181-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=372712
* Reset miwi's maintainership per his demandBaptiste Daroussin2014-11-183-3/+3
| | | | | | | Hope to see you back! Thank for all the work! Notes: svn path=/head/; revision=372709
* Refresh.Thierry Thomas2014-11-162-4/+4
| | | | | | | | PR: ports/195075 Submitted by: Ivan Klymenko (maintainer) Notes: svn path=/head/; revision=372651
* Refresh.Thierry Thomas2014-11-165-19/+8
| | | | | | | This fixed the latest problem with GroupBot. Notes: svn path=/head/; revision=372638
* Fix the MSN application ID to re-enable the buddy list.Joe Marcus Clarke2014-11-132-1/+12
| | | | | | | | Reported by: Matthias Apitz <guru@unixarea.de> Obtained from: Pidgin git Notes: svn path=/head/; revision=372537
* - Update to 3.0.9TAKATSU Tomonari2014-11-092-3/+3
| | | | Notes: svn path=/head/; revision=372335
* Replace some occurences of mach with PERL_ARCH (and a couple of other small ↵Mathieu Arnold2014-11-071-2/+2
| | | | | | | | | | noop fixes.) With hat: perl@ Sponsored by: Absolight Notes: svn path=/head/; revision=372262
* - Chase GNU Emacs updatesAshish SHUKLA2014-11-051-1/+1
| | | | | | | PR: 194624 Notes: svn path=/head/; revision=372191
* - Update to 3.0.8TAKATSU Tomonari2014-11-012-3/+3
| | | | Notes: svn path=/head/; revision=372044
* Simplify plistBaptiste Daroussin2014-10-311-6/+1
| | | | Notes: svn path=/head/; revision=371966
* Simplify plistBaptiste Daroussin2014-10-311-36/+1
| | | | Notes: svn path=/head/; revision=371965
* Simplify plistBaptiste Daroussin2014-10-311-17/+1
| | | | Notes: svn path=/head/; revision=371964
* Update to a redcent snapshot.Thierry Thomas2014-10-294-24/+16
| | | | | | | | PR: ports/194648 Submitted by: maintainer Notes: svn path=/head/; revision=371695