aboutsummaryrefslogtreecommitdiff
path: root/net-im/licq-osd
Commit message (Collapse)AuthorAgeFilesLines
* - update png to 1.5.10Dirk Meyer2012-06-011-0/+1
| | | | Notes: svn path=/head/; revision=297915
* - fix RUN_DEPENDSDirk Meyer2010-11-271-1/+1
| | | | Notes: svn path=/head/; revision=265300
* - update licq ports to 1.5.0Dirk Meyer2010-11-273-16/+8
| | | | | | | | - use cmake framework - add license Notes: svn path=/head/; revision=265275
* - update to 1.3.9Dirk Meyer2010-05-214-4/+0
| | | | Notes: svn path=/head/; revision=254720
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
| | | | Notes: svn path=/head/; revision=249285
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-1/+1
| | | | | | | | | bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701
* - Update boost to 1.39Pav Lucistnik2009-07-281-1/+1
| | | | | | | | | | - Split boost port to separate components, with boost-all metaport PR: ports/137054 Submitted by: Alexander Churanov <churanov.port.maintainer@gmail.com> (maintainer) Notes: svn path=/head/; revision=238504
* - add boost as direct dependencyDirk Meyer2008-11-161-1/+2
| | | | Notes: svn path=/head/; revision=222915
* - bump PORTEPOCHDirk Meyer2008-06-081-0/+1
| | | | Notes: svn path=/head/; revision=214481
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - update to 1.3.4Dirk Meyer2006-10-311-3/+2
| | | | | | | pkg-plist files submitted by Dennis Schneider Notes: svn path=/head/; revision=175659
* Conversion to a single libtool environment.Ade Lovett2006-02-231-2/+4
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* - update to 1.3.2Dirk Meyer2005-12-201-2/+1
| | | | | | | | - Translate-fix Submitted by: NetJunior Notes: svn path=/head/; revision=151648
* - add SHA256Dirk Meyer2005-11-201-0/+1
| | | | Notes: svn path=/head/; revision=148835
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. Notes: svn path=/head/; revision=148323
* Move licq related ports to a newly create net-im category:Pav Lucistnik2005-11-091-3/+3
| | | | | | | | | | | | net/licq -> net-im/licq net/licq-console -> net-im/licq-console net/licq-osd -> net-im/licq-osd net/licq-qt-gui -> net-im/licq-qt-gui Repocopied by: marcus Notes: svn path=/head/; revision=147672
* Fix blunder in previous commit *blush*Volker Stolz2005-04-211-1/+1
| | | | | | | Pointy hat: mê Notes: svn path=/head/; revision=133818
* List missing locale (again)Volker Stolz2005-04-201-1/+1
| | | | | | | Noticed by: cluster Notes: svn path=/head/; revision=133734
* - List missing localesVolker Stolz2005-04-111-2/+5
| | | | | | | | | - Trim comment a bit Noticed by: krisbot Notes: svn path=/head/; revision=133007
* - Unbreak licq-osd: Update to 1.3.0 from main licq-distributionVolker Stolz2005-04-073-21/+26
| | | | | | | | | | | and use already available infrastructure from net/licq - Reset maintainer PR: ports/78559 Approved by: maintainer Notes: svn path=/head/; revision=132695
* BROKEN: Incompatible with licq-1.3.0Volker Stolz2005-03-071-0/+2
| | | | | | | | This is based on licq-1.2.x. Although it will build fine, it won't result in a usable plugin. Notes: svn path=/head/; revision=130546
* - Add net/licq to build-dependencyVolker Stolz2004-06-232-3/+4
| | | | | | | - Nuke plist in favour of PLIST_FILES while here Notes: svn path=/head/; revision=112026
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-03-141-1/+1
| | | | | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed. Notes: svn path=/head/; revision=103963
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 1) Notes: svn path=/head/; revision=99918
* This is a small licq-plugin, which uses libxosd2 to display new arrivingDirk Meyer2003-07-266-0/+59
messages as OSD (On Screen Display) text on your desktop. I wrote this, as I saw this feature in sim and wanted to have the same functionality in licq. PR: 54537 Submitted by: nm@web.am Notes: svn path=/head/; revision=85638