Commit graph

174934 commits

Author SHA1 Message Date
Nate Lawson
703f2ef16b Install the README as a doc also, similar to the 1.1 version of this port. 2007-04-08 00:22:36 +00:00
Nate Lawson
c3598705ef Fix build on g++41 by removing unnecessary qualifier. 2007-04-08 00:11:47 +00:00
Yen-Ming Lee
4c158c7db3 - update to 0.37 2007-04-08 00:04:02 +00:00
Li-Wen Hsu
398cbaa331 - Add backup MASTER_SITE
- Remove stale MASTER_SITE

Approved by:	clsung (mentor)
2007-04-07 23:40:09 +00:00
Li-Wen Hsu
f28385ea2a - Add backup MASTER_SITE
- Remove stale MASTER_SITE

Approved by:    clsung (mentor)
2007-04-07 23:37:58 +00:00
Li-Wen Hsu
943816f90a - Add backup MASTER_SITE
- Remove contiguous blank lines

Approved by:    clsung (mentor)
2007-04-07 23:35:16 +00:00
Li-Wen Hsu
1dac3b97f1 - Add backup MASTER_SITE
Approved by:    clsung (mentor)
2007-04-07 23:33:05 +00:00
Joe Marcus Clarke
b4969a6e63 Update to 2.18.1. 2007-04-07 21:27:40 +00:00
Joe Marcus Clarke
99b87e44c2 Mark g-wrap NOT_FOR_ARCHS=ia64.
Reported by:	pointyhat via kris
2007-04-07 21:20:21 +00:00
Rong-En Fan
e9a37cdc01 - Add missing manual page
Reported by:	kris via pointyhat
Pointy Hat to:	rafan
2007-04-07 19:35:11 +00:00
Rong-En Fan
ada359f96e Add drupal5-google_analytics , adds the Google Analytics web statistics
tracking system to your website..

PR:		ports/111233
Submitted by:	Nick Hilliard <nick at foobar.org>
2007-04-07 19:30:11 +00:00
Rong-En Fan
99875ff918 Add drupal5-adsense , allows web site owners to display ads on their
site using Google AdSense.

PR:		ports/111232
Submitted by:	Nick Hilliard <nick at foobar.org>
2007-04-07 19:27:43 +00:00
Rong-En Fan
4423bd2d97 - Update to 5.x-1.x-dev_20070331
- Correct MASTER_SITES
- Automatically create the necessary symlink for drupal module, so
  pkg-message is not needed anymore

PR:		ports/111234
Submitted by:	Nick Hilliard <nick at foobar.org> (maintainer)
2007-04-07 19:26:22 +00:00
Juergen Lock
1b0229c179 Update to 2007-04-05 snapshot:
- PowerPC bugfixes:
  - must clear carry bit when doing addic with a zero immediate value
  - fix missing RETURN in micro-operation that would lead to random failures
    and crashes
  - add USE_PRECISE_EMULATION compilation-time option to choose between
    getting exact floating point results and fast but less accurate computation.
- PowerPC improvments:
  - add missing 64 bits rotate instructions
  - safely define TARGET_PPCSPE when 64 bits registers are used
    a separate target will be needed to use it in 32 bits mode on 32 bits hosts.
- MIPS: Fix enough FPU/R2 support to get 24Kf going.
- Add missing PowerPC 64 instructions
  PowerPC 64 fixes.
- Upgrade Sparc FPU version (based on patch by Aurelien Jarno)
- One more bit of mips CPU configuration, and support for early 4KEc
  which implemented only MIPS32R1. Thanks to Stefan Weil to insist he's
  right on that. :-)
- Sparc32/64 CPU selection
- Fix segfault with -nographic, by Enache Adrian.
- New model for PowerPC CPU hardware interrupt events:
  move all PowerPC specific code into target-ppc/helper.c to avoid polluting
  the common code in cpu-exec.c. This makes implementation of new features
  (ie embedded PowerPC timers, critical interrupts, ...) easier.
  This also avoid hardcoding the IRQ callback in the OpenPIC controller,
  making it more easily reusable and allowing cascading.
- Fix / update PowerPC BookE definitions.
- PPC: Fix rfi instruction: do not depend on current execution mode
   but on the execution mode that will be effective after the return.
  Add rfci, rfdi and rfmci for BookE PowerPC.
  Extend mfdcr / mtdcr and implement mfdrcx / mtdcrx.
- Sanitize mips exception handling.
- Better fix for OpenPIC: should not depend on PowerPC.
- As embedded PowerPC TLB model is very different from PowerPC 6xx ones,
  define ppc_tlb_t as an union of the two.
- Merge PowerPC 405 MMU model.
- Embedded PowerPC timers support.
- Support for PowerPC BookE exception model.
  No need to requeue timer exceptions.
  Fix nip saving for 64 bits PowerPC.
- Malta CBUS UART support.
- Fix usb hid and mass-storage protocol revision, by Juergen Keil.
- Update for binfmt_misc handler, by Stefan Weil.
- Large kernel initrd fix (initial patch by Daniel Jacobowitz).
- x86: Generate double and triple faults, by Bernhard Kauer.
- MIPS64 configurations.
- Actually enable 64bit configuration.
- Reorganise Sun4m to allow other machine types
- Add SparcStation-10 machine
- Improved initrd support for mips.
- Single mode for PIC i8259, by Bernhard Kauer.
- Qcow2 corruption fix, by Juergen Keil.
- VMware SVGA II emulation, by Andrzej Zaborowski.
- ne2k buffer full bug fix, by Marcel Block.
- Eepro100 emulation, by Stefan Weil.
- Qcow2: Release refcount table clusters after growing the refcount table,
  by Juergen Keil.
- MIPS32R2 needs RDPGPR/WRPGPR instructions even when no shadow registers
  are implemented.
- i386 return APIC ID with cpuid, by Bernhard Kauer.
- Infrastructure to support more than 2 MMU modes.
  Add example for Alpha and PowerPC hypervisor mode.
- And some more bugfixes

Approved by:	miwi (mentor, implicit)
2007-04-07 19:14:42 +00:00
Andrew Pantyukhin
7301dcf4c7 - Update master sites and pkg-descr [1]
- While I'm here - perform minor tweaks and move to localbase

PR:		ports/111350 [1]
Submitted by:	Dr. Markus Waldeck <waldeck@gmx.de>
2007-04-07 19:07:20 +00:00
Shaun Amott
346b0ab475 - Update MASTER_SITES.
Submitted by:	maintainer via IRC
2007-04-07 19:01:59 +00:00
Juergen Lock
d119258ee1 Use ncursesw from base where available (HEAD and now RELENG_6 too)
Submitted by:	rafan@
Approved by:	miwi (mentor, implicit)
2007-04-07 18:37:23 +00:00
Rong-En Fan
f6bafd7cf9 - Update to 2.0.2
PR:		ports/111357
Submitted by:	Marcus von Appen <mva at sysfault.org> (maintainer)
2007-04-07 18:28:32 +00:00
Rong-En Fan
c489ca83df - Correct WITH_SENDMAIL_BASE logic
- Change BROKEN to IGNORE since it's not broken but it's the sendmail that
  does not support milter

PR:		ports/111336
Submitted by:	Thomas Abthorpe <thomas at goodking.ca> (maintainer)
2007-04-07 18:09:25 +00:00
Andrew Pantyukhin
540cd42010 - Update to 20070407 snapshot 2007-04-07 15:52:14 +00:00
Rong-En Fan
7858d12efc - Update ggz ports to 0.0.14
- Introduce bsd.ggz.mk to simplify all ggz ports
- Remove 4.x support

Approved by:	 Ying-Chieh Chen (maintainer)
2007-04-07 15:49:51 +00:00
Pav Lucistnik
fee5b7daa1 - Convert to OPTIONS
- Add optional rundep on Date::Calc for sqlgrey-logstats.pl script

Requested by:	Miroslav Lachman <000.fbsd@quip.cz>
2007-04-07 15:21:23 +00:00
Rong-En Fan
e06be724d7 - Update to 2.0
- Refine pkg-descr

PR:		ports/111287
Submitted by:	bf <bf2006a at yahoo.com>
2007-04-07 15:15:55 +00:00
Rong-En Fan
0a03fbf374 - Fix a small typo
Spotted by:	sat
Approved by:	maintainer (implicit)
2007-04-07 14:34:14 +00:00
Rong-En Fan
48afa04bf0 - Add entry for net-mgmt/nagios uid/gid changes (from dynamic -> static)
PR:		ports/111345
Submitted by:	Jarrod Sayers <jarrod at netleader.com.au> (maintainer)
2007-04-07 14:29:12 +00:00
Rong-En Fan
4c6bb71802 - Use registered UID and GID. See UPDATING for migration.
PR:		ports/111345
Submitted by:	Jarrod Sayers <jarrod at netleader.com.au> (maintainer)
2007-04-07 14:25:48 +00:00
Andrew Pantyukhin
ab669e88f6 - Don't depend on ncurses from ports when it's available in the
base system

Submitted by:	rafan
2007-04-07 14:22:58 +00:00
Rong-En Fan
d1ae052ab0 - Correct pkg-message for rc script variables
PR:		ports/111355
Submitted by:	Dan Langille <dan@langille.org> (maintainer)
2007-04-07 14:15:53 +00:00
Pav Lucistnik
e697ae3387 - Fix regression in makesum target introduced with rev. 1.561
Tested by:	kris on pointyhat
2007-04-07 12:51:47 +00:00
Jean-Yves Lefort
d3a462f81c Add an option which makes hald use the device name rather than the
volume label as default mountpoint. Using the UTF-8 volume label as
mountpoint can be problematic with legacy locales.

Reported by:	Andrew Muhametshin <andrew@dobrohot.org>, lofi
2007-04-07 11:53:22 +00:00
Andrew Pantyukhin
1309ed1075 - Remove apache cruft
- Assorted tweaks and updates
- Bump portrevisions

Submitted by:	Beech Rintoul <beech@alaskaparadise.com> (maintainer)
2007-04-07 11:46:27 +00:00
Rong-En Fan
8ed7e7476e - Update to 0.80
- Move to LOCALBASE
2007-04-07 11:19:17 +00:00
Cheng-Lung Sung
cb4f4d8275 - make fetchable, project has new home
- update MASTER_SITE and WWW

PR:		ports/111153
Submitted by:	Thomas Abthorpe <thomas_AT_goodking dot ca>
Approved by:	maintainer (Samy Bahra)
2007-04-07 10:40:37 +00:00
Cheng-Lung Sung
c38b25174f - Update to 0.34
PR:		ports/111322
Submitted by:	maintainer (Lapo Luchini)
2007-04-07 10:37:45 +00:00
Cheng-Lung Sung
a78a238dae - install examples
- Trac comes with a contrib directory with miscellaneous scripts, including
  hooks to be installed into a Subversion repository. I'm requesting this
  change so the scripts will be installed along with the port.

PR:		ports/111243
Submitted by:	Greg Larkin <glarkin_AT_sourcehosting dot net>
2007-04-07 10:36:43 +00:00
Andrew Pantyukhin
06fd9e5579 - Correct WWW and Author
Submitted by:	Dmitry Groshev <wjaguar.wj@gmail.com>
2007-04-07 09:24:55 +00:00
Andrew Pantyukhin
54a5f62550 - Don't depend on freebsd-sha256 on modern versions of FreeBSD
Submitted by:	kris
2007-04-07 08:27:39 +00:00
Michael Johnson
8ffc20698c - Fix plist (DOCSDIR & DATADIR)
Reported by:	kris via pointyhat
2007-04-07 07:02:33 +00:00
Li-Wen Hsu
388e9e2a5a - Update to 2.3
Approved by:    clsung (mentor), delphij (maintainer)
2007-04-07 07:02:22 +00:00
Sergey Matveychuk
f9c2a22e10 - Do not remove user modified config file on deinstall
Reported on:	ports@
2007-04-07 06:51:07 +00:00
Li-Wen Hsu
e847b772c8 Add py-gnutls 1.0.0, python wrapper for the GNUTLS library.
Approved by:    clsung (mentor)
2007-04-07 06:19:20 +00:00
Li-Wen Hsu
56ff2eef97 - Update to 1.6.2
Approved by:    clsung (mentor)
2007-04-07 06:07:16 +00:00
Joe Marcus Clarke
ced09912aa Fix the build with GCC 4.x.
Reported by:	pointyhat via kris
2007-04-07 05:53:56 +00:00
Lars Balker Rasmussen
135998aa63 Update to 0.20 2007-04-07 05:48:53 +00:00
Joerg Wunsch
6cc7ee7ef2 Upgrade to GCC 4.1.2.
Add support for AT90PWM1, ATmega32[59]0?P, AT90USB82/162.
2007-04-07 05:37:51 +00:00
Joerg Wunsch
663cb32ca1 Add AT90PWM1, AT90USB82/162, and ATmega32[59]0?p devices. 2007-04-07 05:34:57 +00:00
Cheng-Lung Sung
988af3dcf3 - Update to 1.2.1
PR:		ports/111223
Submitted by:	maintainer (Anton Karpov)
2007-04-07 04:25:12 +00:00
Cheng-Lung Sung
7980df1cc6 - Version 0.6.7 of ipsec-tools is out, which fixes an easy to exploit
Denial of Service (CVE-2007-1841).

PR:		ports/111319
Submitted by:	maintainer (VANHULLEBUS Yvan)
Security:	CVE-2007-1841
2007-04-07 04:23:27 +00:00
Cheng-Lung Sung
2bc6a23192 - grab maintainer ship
PR:		ports/111254
Submitted by:	maintainer (Josh Paetzel)
2007-04-07 04:13:33 +00:00
Cheng-Lung Sung
e308f7ea0b This module will provide a coherent API to bring together
the various JSON modules currently on CPAN. This module will
allow you to code to any JSON API and have it work regardless
of which JSON module is actually installed.

WWW: http://search.cpan.org/dist/JSON-Any/
2007-04-07 04:03:10 +00:00