aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* - update descriptionDirk Meyer2010-08-261-9/+5
| | | | | | | Submitted by: Christoph Mallon Notes: svn path=/head/; revision=260034
* - fix after tiff update to 4.0.0Dirk Meyer2010-08-263-6/+116
| | | | | | | PR: 149611 Notes: svn path=/head/; revision=260033
* - fix after tiff update to 4.0.0Dirk Meyer2010-08-264-2/+33
| | | | | | | PR: 149611 Notes: svn path=/head/; revision=260032
* - Update to 1.2.1Dennis Herrmann2010-08-262-4/+4
| | | | | | | | PR: ports/150015 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Notes: svn path=/head/; revision=260031
* - use TIFF_VERSION_CLASSICDirk Meyer2010-08-261-1/+1
| | | | Notes: svn path=/head/; revision=260030
* - fix after tiff update to 4.0.0Dirk Meyer2010-08-261-1/+5
| | | | | | | PR: 149611 Notes: svn path=/head/; revision=260029
* - namespace clash with www/lighttpd mod_magnetPhilip M. Gollucci2010-08-262-0/+234
| | | | | | | | | | upstream is gone, but the port is still quite useful PR: ports/138055 Submitted by: Robert Nagy <robert@openbsd.org> Notes: svn path=/head/; revision=260028
* - Update to 2.1.0Philip M. Gollucci2010-08-262-4/+4
| | | | Notes: svn path=/head/; revision=260027
* - Update to 1.4.0Baptiste Daroussin2010-08-262-7/+6
| | | | | | | | | - Take maintainership Approved by: mentors (implicit) Notes: svn path=/head/; revision=260026
* - fix after tiff update to 4.0.0Dirk Meyer2010-08-261-1/+3
| | | | | | | PR: 149611 Notes: svn path=/head/; revision=260025
* - update to tiff 4.0.0Dirk Meyer2010-08-267-50/+11
| | | | | | | | - add LICENSE PR: 149611 Notes: svn path=/head/; revision=260024
* - Update to 0.015Baptiste Daroussin2010-08-262-4/+7
| | | | | | | | | - Add licenses Approved by: mentors (implicit) Notes: svn path=/head/; revision=260023
* - update to 0.08Yen-Ming Lee2010-08-262-7/+7
| | | | | | | - drop maintainership Notes: svn path=/head/; revision=260022
* Upgrade to version 3.80.Jimmy Olgeni2010-08-263-4/+7
| | | | Notes: svn path=/head/; revision=260021
* scam-backscatter milterPav Lucistnik2010-08-269-0/+206
| | | | | | | | | | | | | | | Scam-backscatter prevents spam backscatter (accept and bounce) on mail servers which don't host mailboxes locally. It validates mailboxes by verifying the recipient addresses hosted on a different mail server. WWW: http://www.elandsys.com/scam/scam-backscatter/ PR: ports/147115 Submitted by: Janne Snabb <snabb@epipe.com> Notes: svn path=/head/; revision=260020
* - respect PREFIX for location of uhidd.confPav Lucistnik2010-08-262-3/+19
| | | | | | | | | | | | | | | | | - use PTHREAD_LIBS instead of -lpthread - try to guess kernel sources based on SYSDIR (used by bsd.kmod.mk) or SRC_BASE (used by ports like virtualbox and kqemu) - use KMODDIR in plist, too - I don't think SUB_FILES needs to be *after* bsd.port.pre.mk - inherit DEBUG_FLAGS from make.conf, not only from command line - mimic bsd.kmod.mk in installing .symbols file and add entry to plist PR: ports/147898 Submitted by: Anonymous <swell.k@gmail.com> Approved by: Kai Wang <kaiwang27@gmail.com> (maintainer) Notes: svn path=/head/; revision=260019
* - Fix i386Pav Lucistnik2010-08-261-3/+3
| | | | | | | Reported by: pluknet <pluknet@gmail.com> Notes: svn path=/head/; revision=260018
* Fix one character typoJosh Paetzel2010-08-261-1/+1
| | | | Notes: svn path=/head/; revision=260017
* Strongswan is an open source IPsec-based VPN solution.Pav Lucistnik2010-08-266-0/+266
| | | | | | | | | | | | Strongswan for FreeBSD supports IKEv2 but NOT IKEv1. WWW: http://www.strongswan.org PR: ports/147431 Submitted by: Riaan Kruger <riaank@gmail.com> Notes: svn path=/head/; revision=260016
* Fix duplicate patch for gettext.Philip Paeps2010-08-262-40/+0
| | | | | | | | Submitted by: Anonymous <swell.k@gmail.com> Pointy hat to: philip Notes: svn path=/head/; revision=260015
* exmpp is a fast and scalable library for the Extensible Messaging and PresencePav Lucistnik2010-08-265-0/+191
| | | | | | | | | | | | | | | | | | | | | Protocol (XMPP) written in Erlang/OTP. Main features: - Based on Erlang message reception and pattern matching. The programming style is close to Erlang approach and lead to very short pieces of code. - Support for both formating of client and server packets. - Based on Erlang atoms and binary to limit memory consumption. It can be used to write a highly scalable XMPP proxy or XMPP server. - SSL support. - Several different XML parsers can be used (expat, libxml2). WWW: https://support.process-one.net/doc/display/EXMPP/exmpp+home PR: ports/147135 Submitted by: Maxim Ignatenko <gelraen.ua@gmail.com> Notes: svn path=/head/; revision=260014
* Net::Google::Code is a simple client library for projects hosted inBaptiste Daroussin2010-08-265-0/+94
| | | | | | | | | | | | | Google Code. WWW: http://search.cpan.org/dist/Net-Google-Code/ PR: ports/149985 Submitted by: Frederic Culot <frederic at culot.org> Approved by: jadawin (co-mentor) Notes: svn path=/head/; revision=260013
* Security update which fixes XSRF and XSS issuesNiels Heinen2010-08-262-4/+4
| | | | | | | | | | | | (VuXML entry will follow later) PR: ports/149974 Submitted by: John Levine Approved by: itetcu (mentor, implicit), maintainer Security: http://drupal.org/node/829840 Notes: svn path=/head/; revision=260012
* - Automate adding command line options from various optional patchesPav Lucistnik2010-08-264-26/+16
| | | | | | | | PR: ports/147230 Submitted by: Marshal Newrock <marshal@zordio.com> Notes: svn path=/head/; revision=260011
* - Convert to OPTIONSPav Lucistnik2010-08-261-35/+6
| | | | | | | | PR: ports/146737 Submitted by: Marshal Newrock <marshal@zordio.com Notes: svn path=/head/; revision=260010
* Reduce diff with ports/149899.Philip Paeps2010-08-262-0/+21
| | | | | | | | PR: ports/149485 Submitted by: Anonymous <swell.k@gmail.com> Notes: svn path=/head/; revision=260009
* Avoid including zlib extension if not requested.Alex Dupre2010-08-262-0/+22
| | | | Notes: svn path=/head/; revision=260008
* Update to 1.8.4Philip Paeps2010-08-266-25/+53
| | | | | | | | | | | | | | | - drop desktopfileutils dependency[1] but update database when it's installed - specific directory for desktopfileutils - allow overriding PKG_CONFIG from environ or make.conf - sort pixmaps in plist (cosmetic) [1] it's not mandatory PR: ports/149485 Submitted by: Anonymous <swell.k@gmail.com> Notes: svn path=/head/; revision=260007
* Remove NLS option, plug gettext no-op for WITHOUT_NLS.Philip Paeps2010-08-263-5/+40
| | | | | | | | PR: ports/148880 Submitted by: Anonymous <swell.k@gmail.com> Notes: svn path=/head/; revision=260006
* Update to 1.9.0Philip Paeps2010-08-269-48/+176
| | | | | | | | | | | | | | | | - sync with games/wesnoth, ports/149485 more accurately - update - drop system lua dependency, it's bundled now - add ANA knob, `on' by default like configure.ac and it's -devel port, anyway - silence warning on gcc45 about `th' (pthread_t), cf. config.log excerpt below Release notes: http://www.wesnoth.org/forum/viewtopic.php?f=5&t=31275 PR: ports/149899 Submitted by: Anonymous <swell.k@gmail.com> Notes: svn path=/head/; revision=260005
* - Fix runtime with latest GtkPav Lucistnik2010-08-262-1/+12
| | | | | | | | PR: ports/147500 Submitted by: Lucius Windschuh <lwindschuh@gmail.com> (maintainer) Notes: svn path=/head/; revision=260004
* Add lua-alien 0.5.0, lua -> C FFI.Philip Paeps2010-08-261-2/+4
| | | | | | | | PR: ports/149983 Submitted by: Anonymous <swell.k-at-gmail.com> Notes: svn path=/head/; revision=260003
* Add lua-alien 0.5.0, lua -> C FFI.Philip Paeps2010-08-266-0/+121
| | | | | | | | PR: ports/149983 Submitted by: Anonymous <swell.k-at-gmail.com> Notes: svn path=/head/; revision=260002
* - Export an OPTION to choose whether to build shared or static libraries.Pietro Cerutti2010-08-262-260/+367
| | | | | | | | | The default is to build shared libraries, as it is now. Note that shared libraries are required to build with the Python and Java wrapping. - Fix the build when java wrapping is enabled Notes: svn path=/head/; revision=260001
* - Update to 1.10Pietro Cerutti2010-08-262-9/+7
| | | | Notes: svn path=/head/; revision=260000
* - Update to 3.7.9Pav Lucistnik2010-08-268-64/+110
| | | | | | | | PR: ports/148849 Submitted by: Balazs Nagy <js@iksz.hu> (maintainer) Notes: svn path=/head/; revision=259999
* - Update to 0.7Philippe Audeoud2010-08-262-4/+4
| | | | | | | | | | - Changelog: http://search.cpan.org/dist/Devel-CheckLib/CHANGES PR: ports/149982 Submitted by: Frederic Culot <frederic _AT_ culot.org> (maintainer) Notes: svn path=/head/; revision=259998
* - Update to v6_50_18570Pav Lucistnik2010-08-262-21/+15
| | | | | | | | PR: ports/147791 Submitted by: Michael Fuckner <michael@fuckner.net> (maintainer) Notes: svn path=/head/; revision=259997
* - Fix runtime on amd64Pav Lucistnik2010-08-262-1/+51
| | | | | | | | PR: ports/149954 Submitted by: Yuri <yuri@tsoft.com> Notes: svn path=/head/; revision=259996
* A jewish calendar calculator.Edwin Groothuis2010-08-264-0/+31
| | | | Notes: svn path=/head/; revision=259995
* - Update to 0.38Philippe Audeoud2010-08-262-4/+4
| | | | | | | - Changelog: http://search.cpan.org/src/ASH/Net-Stomp-0.38/CHANGES Notes: svn path=/head/; revision=259994
* Update to 0.35Andrej Zverev2010-08-262-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/Catalyst-View-TT/Changes Notes: svn path=/head/; revision=259993
* Update to 2.4.0-rc2.Max Khon2010-08-2610-40/+380
| | | | | | | | | | | | | Most notable changes are: - wctdm, wcte11xp, wcte12xp drivers are no longer experimental - outgoing FXO calls now work properly - experimental wctc4xxp support - experimental sparc64 support Add a bchan patch for zaphfc driver. Notes: svn path=/head/; revision=259992
* - Update to 0.12Sahil Tandon2010-08-262-4/+4
| | | | | | | | | | - Changes: http://search.cpan.org/dist/MooseX-Daemonize/Changes PR: ports/149930 Submitted by: Frederic Culot <frederic@culot.org> Notes: svn path=/head/; revision=259991
* - Update to 0.36Sahil Tandon2010-08-263-5/+7
| | | | | | | - Changes: http://search.cpan.org/dist/MongoDB/Changes Notes: svn path=/head/; revision=259990
* - Update to 0.11Sahil Tandon2010-08-262-4/+4
| | | | | | | | | | | - Changes: http://search.cpan.org/dist/Gearman-XS/Changes PR: ports/149922 Submitted by: Vick Khera <vivek@khera.org> Approved by: maintainer Notes: svn path=/head/; revision=259989
* - Update to 2.22Sahil Tandon2010-08-262-4/+4
| | | | | | | - Changes: http://search.cpan.org/dist/Data-Dump-Streamer/Changes Notes: svn path=/head/; revision=259988
* Remove irc/irssi-xmpp-devel since it's unmaintained and older than stableRenato Botelho2010-08-255-65/+1
| | | | Notes: svn path=/head/; revision=259986
* - Disallow on pointyhat due to beam.smp hangsPav Lucistnik2010-08-251-0/+2
| | | | Notes: svn path=/head/; revision=259985
* - Update to 2.5.19Philip M. Gollucci2010-08-252-4/+4
| | | | Notes: svn path=/head/; revision=259984