summaryrefslogtreecommitdiffstats
path: root/security/pidgin-encryption
Commit message (Collapse)AuthorAgeFilesLines
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-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.
* Move instant messaging related ports to newly created net-im category:pav2005-11-091-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | net/gaim -> net-im/gaim net/gaim-latex -> net-im/gaim-latex net/gaim-openq -> net-im/gaim-openq net/gaim-rss-reader -> net-im/gaim-rss-reader net/gicq -> net-im/gicq net/gnomeicu2 -> net-im/gnomeicu2 net/gossip -> net-im/gossip net/ickle -> net-im/ickle net/jabber -> net-im/jabber net/jabber-aim -> net-im/jabber-aim net/jabber-conference -> net-im/jabber-conference net/jabber-jud -> net-im/jabber-jud net/jabber-msn -> net-im/jabber-msn net/jabber-users-agent -> net-im/jabber-users-agent net/jabber-yahoo -> net-im/jabber-yahoo net/jarl -> net-im/jarl net/kf -> net-im/kf net/libicq -> net-im/libicq net/libicq2000 -> net-im/libicq2000 net/loudmouth -> net-im/loudmouth net/meanwhile -> net-im/meanwhile net/meanwhile-gaim -> net-im/meanwhile-gaim net/newsbot -> net-im/newsbot net/ocaml-jabbr -> net-im/ocaml-jabbr net/psi -> net-im/psi net/py-jabber -> net-im/py-jabber net/py-twistedWords -> net-im/py-twistedWords net/p5-Net-Jabber -> net-im/p5-Net-Jabber Repocopied by: marcus
* Bump PORTREVISION to chase the glib20 shared library update.marcus2005-11-051-1/+1
|
* Chase the Gaim 1.5.0 update.marcus2005-08-281-1/+1
|
* Update to Gaim 1.4.0. See http://gaim.sourceforge.net/ChangeLog formarcus2005-07-091-0/+1
| | | | | the list of changes. Also, bump all PORTREVISIONs for ports that depend on Gaim.
* Update to 2.38arved2005-06-202-4/+3
| | | | | PR: 82404 Submitted by: <ports@c0decafe.net>
* Update Gaim to 1.3.1 and chase all dependent ports.marcus2005-06-111-1/+1
| | | | | | | | | The changes in this release of Gaim can be found at http://gaim.sourceforge.net/ChangeLog. Submitted by: Matthew Luckie <mjl@luckie.org.nz> Security: This release fixes security bugs found at http://gaim.sourceforge.net/security/
* Chase the Gaim 1.3.0 update.marcus2005-05-111-0/+1
|
* Update to 2.36.jylefort2005-04-202-4/+3
| | | | | | PR: ports/80101 Submitted by: ports@c0decafe.net (maintainer) Approved by: adamw (mentor)
* Chase the Gaim 1.2.1 update.marcus2005-04-061-1/+1
|
* Chase the Gaim 1.2.0 update.marcus2005-03-201-1/+1
|
* Bump PORTREVISION to chase the glib20 shared lib version change.marcus2005-03-121-0/+1
|
* - Update to 2.35.flz2005-03-052-4/+3
| | | | | | PR: ports/78457 Submitted by: ports@c0decafe.net <ports@c0decafe.net> (maintainer) Approved by: pav (mentor)
* Chase the Gaim 1.1.4 update.marcus2005-02-251-1/+1
|
* Chase the Gaim 1.1.3 update.marcus2005-02-191-0/+1
|
* Update to 2.34kevlo2005-01-263-4/+8
| | | | | PR: ports/76647 Submitted by: MAINTAINER
* Chase the Gaim update, and tighten CONFLICTS to make portlint a bit happier.marcus2005-01-241-0/+1
|
* Update to 2.32.marcus2004-12-293-6/+7
| | | | | PR: 75599 Submitted by: maintainer
* Chase the gaim-1.1.0 update.marcus2004-12-041-1/+1
|
* Chase the Gaim 1.0.3 update.marcus2004-11-131-1/+1
|
* Bump PORTREVISIONS for all ports that depend on atk or pango to ease in themarcus2004-11-071-1/+1
| | | | big upgrade.
* Chase the Gaim 1.0.2 upgrade.marcus2004-10-201-1/+1
|
* Update to 2.31.marcus2004-10-113-3/+9
| | | | | PR: 71985 Submitted by: maintainer
* Update to 2.30.marcus2004-08-302-3/+3
| | | | | PR: 71092 Submitted by: maintainer
* Update to 2.29.marcus2004-08-163-4/+5
| | | | | PR: 70505 Submitted by: maintainer
* Bump PORTREVISIONs to chase Gaim update.marcus2004-08-081-0/+1
|
* Update to 2.28.marcus2004-07-203-5/+15
| | | | Submitted by: maintainer
* Apply a big libtool patch to allow porters to use the libtool installed bymarcus2004-07-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | the libtoolX ports instead of the one included with each port. Ports that set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of the included version. To restore previous behavior, use the new macro, USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version. For example, to use the ports version of libtool-1.5, add the following to your Makefile: USE_LIBTOOL_VER= 15 To use the included version of libtool with extra hacks provided by libtool-1.5, add the following to your Makefile: USE_INC_LIBTOOL_VER= 15 With this change, ports that had to add additional libtool hacks to prevent .la files from being installed or to fix certain threading issues can now delete those hacks (after appropriate testing, of course). PR: 63944 Based on work by:eik and marcus Approved by: ade (autotools maintainer) Tested by: kris on pointyhat Bound to be hidden problems: You bet
* Update to 2.27.marcus2004-06-272-6/+5
| | | | | PR: 68355 Submitted by: maintainer
* Update to 2.26.marcus2004-06-012-4/+4
| | | | | PR: 67439 Submitted by: maintainer
* Pass PTHREAD_{CFLAGS,LIBS} to configure to fix the build on 4.X.marcus2004-05-141-1/+2
| | | | Submitted by: maintainer
* Teach configure the correct (port) locations for nspr and nss. This is takenmarcus2004-05-121-1/+5
| | | | | from the Gaim Makefile, and needed for users that do not have Mozilla installed (i.e. the build clusters).
* Fix the condition (particularly on bento) when PORTSDIR != .CURDIR.marcus2004-05-091-1/+1
| | | | Reported by: bento via kris
* Fix fetch after last PORTNAME change.marcus2004-05-061-1/+2
| | | | Reported by: maintainer
* Use PKGNAMEPREFIX to avoid a hyphenated PORTNAME.marcus2004-05-051-1/+2
|
* Add gaim-encryption, a Gaim plug-in that allows for transparent RSA messagemarcus2004-05-054-0/+59
encryption between supporting clients. PR: 66236 Submitted by: ports@c0decafe.net <ports@c0decafe.net>
OpenPOWER on IntegriCloud