1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
Commit Graph

218981 Commits

Author SHA1 Message Date
Philip M. Gollucci
ed9c31b9e7 Part 1:
- Update to 23.0.93 [1]
  - Mark MAKE_JOBS_UNSAFE

PR:             ports/134875  [1]
Approved by:    maintainer [1]
Submitted by:   Ashish SHUKLA <wahjava@gmail.com>
2009-06-17 03:25:23 +00:00
Dmitry Marakasov
b9722f39e9 - Fix build with nondefault PREFIX/LOCALBASE
- Mark MAKE_JOBS_SAFE

Reported by:	QATty
2009-06-17 01:59:22 +00:00
Dmitry Marakasov
ea11222e20 - Chmod dirs/files 755/644 after extraction, as everything is extracted with 000 by default
- Fix build (cd: can't cd to sqstdlib)
- Clean the port up a bit, add some whitespace
- Use traditional plist
2009-06-17 01:58:29 +00:00
Alexander Nedotsukov
97d267b5c5 Update to 1.8.4 2009-06-17 00:54:34 +00:00
Alexander Nedotsukov
e2bd12b755 Remove patch obsolete by previous commit. 2009-06-17 00:52:02 +00:00
Alexander Nedotsukov
33b833f48f Update to 1.8.8 2009-06-17 00:40:57 +00:00
Dmitry Marakasov
b16e145611 - Update to 0.7.0 2009-06-16 23:45:00 +00:00
Dmitry Marakasov
17a5c2eeb8 - Update to 0.79.1.1 2009-06-16 23:03:26 +00:00
Dmitry Marakasov
dc2784aa93 - Update to 0.9.0
- Don't use DIST_SUBDIR, it's superfluous for only 2 files
2009-06-16 22:46:57 +00:00
Dmitry Marakasov
8ef55a9903 - Update to 6.0.0
- Unbreak

PR:		135376
Submitted by:	Fernan Aguero <fernan@iib.unsam.edu.ar> (maintainer)
2009-06-16 22:42:34 +00:00
Jose Alonso Cardenas Marquez
ba28eccfcd - Update to 20090530 2009-06-16 22:06:10 +00:00
Jose Alonso Cardenas Marquez
cd737eaf60 - Update to 4.0.1
- Bump PORTEPOCH
2009-06-16 22:00:38 +00:00
Martin Wilke
fce2cce02c - Update to 0.11
PR:		135634
Submitted by:	Thomas-Martin Seck <tmseck@netcologne.de> (maintainer)
2009-06-16 21:59:10 +00:00
Jose Alonso Cardenas Marquez
890ac2e6f6 - Update to 4.0.1
- Take maintainership
- Remove pkg-message file. Now it can install filter ports optionally
2009-06-16 21:58:31 +00:00
Lars Engels
c2a6dac58f - Update to 0.13.0
- Respect ${LOCALBASE} != ${PREFIX} [1]

Reported by:	QATty
2009-06-16 21:39:50 +00:00
Ion-Mihai Tetcu
9a0f4514a2 - Fix build with custom LOCABASE
- respect PREFIX in rc script
- use variable were we can

Submitted by:	Sahil Tandon
Reported by:	QATty
Approved by:	maintainer
2009-06-16 21:16:29 +00:00
Ion-Mihai Tetcu
868c6b51d6 Fix build / deinstall with custom LOCALBASE and PREFIX
Submitted by:	maintainer
Reported by:	QATty
2009-06-16 21:09:33 +00:00
Martin Wilke
92126df09b - Document cscope -- multiple buffer overflows
PR:		135097
Submitted by:	Eygene Ryabinkin <rea-fbsd@codelabs.ru>
2009-06-16 20:59:01 +00:00
Martin Wilke
f68da5472d - Document cscope -- buffer overflow
PR:		based on 135097
Submitted by:	Eygene Ryabinkin <rea-fbsd@codelabs.ru>
2009-06-16 20:52:44 +00:00
Martin Wilke
68392d80b3 - Fix a typo from previous commit 2009-06-16 20:45:46 +00:00
Doug Barton
c03f3a0f7f Update/standardize all of the portmaster instructions. If nothing else
this should help for future reference as examples to crib from.

Improve (hopefully) the perl upgrade entry to help avoid user confusion.
2009-06-16 20:29:32 +00:00
Steven Kreuzer
b4acace063 Forced update to note this was a security fix
Approved by:	wxs (mentor)
Security:	bdccd14b-5aac-11de-a438-003048590f9e
2009-06-16 20:20:33 +00:00
Steven Kreuzer
39085497d6 Document joomla -- multiple vulnerabilities
Approved by:	wxs (mentor)
2009-06-16 20:10:43 +00:00
Martin Wilke
4be3fc9402 - Document pidgin -- multiple vulnerabilities
PR:		135239 (based on)
Submitted by:	Eygene Ryabinkin <rea-fbsd@codelabs.ru>
2009-06-16 20:04:12 +00:00
Jimmy Olgeni
e159cefaf0 Fix distinfo.
Apparently the whole tarball was re-rolled to add a check for Solaris 11 and above.

webmin-1.480/web-lib-funcs.pl:

< 	       $gconfig{'os_type'} eq 'solaris' ||
---
> 	       $gconfig{'os_type'} eq 'solaris' &&
> 		$gconfig{'os_version'} >= 11 ||

PR:		ports/135635
Submitted by:	Jim <jwagner at graffadmin.com>
2009-06-16 20:01:30 +00:00
Martin Wilke
cdaadb8eac This module adds a webform nodetype to your Drupal site. Typical uses for
Webform are questionnaires, contact or request/register forms, surveys,
polls or a front end to issues tracking systems.

Submissions from a webform are saved in a database table and can optionally
be mailed to a nominated e-mail address upon submission. Past submissions
are viewable for users with the correct permissions.

Webform includes some simple statistical tools to help in form design and
evaluation and also allows the whole table to be downloaded as a csv file
for detailed statistical analysis.

WWW: http://drupal.org/project/webform

PR:		ports/135231
Submitted by:	Nick Hilliard <nick at foobar.org>
2009-06-16 19:50:05 +00:00
Martin Wilke
03de9288ab Pathauto is a Drupal module which automatically generates path aliases for
various kinds of content (nodes, categories, users) without requiring the
user to manually specify the path alias.

WWW: http://drupal.org/project/pathauto

PR:		ports/135228
Submitted by:	Nick Hilliard <nick at foobar.org>
2009-06-16 19:49:26 +00:00
Martin Wilke
21e59f1c7b SEO_checklist is a Drupal module which provides a checklist of good "SEO"
(Search Engine Optimization) actions that you should take to maximize the
presence of your Drupal website in the major search engines like Google,
Yahoo, Live, etc.  It provides a checklist that helps you keep track of what
needs to be done.  First, it will look to see what modules you already have
installed.  Then, all you have to do is go down the list of unchecked items
and do them.

WWW: http://drupal.org/project/seo_checklist

PR:		ports/135229
Submitted by:	Nick Hilliard <nick at foobar.org>
2009-06-16 19:48:15 +00:00
Martin Wilke
5564a348fa Wysiwyg API allows to use client-side editors (a.k.a. WYSIWYG editors) for
editing content in the Drupal CMS.  It simplifies installation of editors
and allows you to define which editor to use depending on the input format.
This module replaces all existing editor integration modules and no other
Drupal module is required.

It is capable of supporting any kind of client-side editor as long as there
are support files for it that integrate the external library with Wysiwyg
API.  A client-side editor can be a regular HTML-based editor, a
"pseudo-editor" (that just provides buttons to insert HTML markup into a
plain textarea), or even a Flash-based editor.  Support for various editor
libraries is built-in.

The Wysiwyg API also allows Drupal modules to register plugins (or
"buttons") for editors.

WWW: http://drupal.org/project/wysiwyg

PR:		ports/135230
Submitted by:	Nick Hilliard <nick at foobar.org>
2009-06-16 19:47:36 +00:00
Martin Wilke
3dd54f70fb A Drupal module which gives editors control over the page title.
It allows editors specify patterns for how the title should be structured,
and on content creation pages, gives you the chance to specify the page
title rather than defaulting to the content's title.

WWW: http://drupal.org/project/page_title

PR:		ports/135227
Submitted by:	Nick Hilliard <nick at foobar.org>
2009-06-16 19:46:54 +00:00
Martin Wilke
8dcf4b4281 menu_block is a drupal module which allows editors to display menu blocks,
starting with any level of any menu.

WWW: http://drupal.org/project/menu_block

PR:		ports/135226
Submitted by:	Nick Hilliard <nick at foobar.org>
2009-06-16 19:46:32 +00:00
Martin Wilke
7a209ba0b1 - Update to 6.x-2.2
- Connect to build

PR:		135232
Submitted by:	Nick Hilliard <nick@foobar.org> (maintainer)
2009-06-16 19:43:49 +00:00
Li-Wen Hsu
bd925c83bf - Update to 0.9.12 2009-06-16 19:41:11 +00:00
Martin Wilke
5f131d0667 - Update to 6.x-1.0
- Connect to build

PR:		135233
Submitted by:	Nick Hilliard <nick@foobar.org> (maintainer)
2009-06-16 19:40:42 +00:00
Martin Wilke
709d0daacf - Update to 6.x-1.12
- Connect to build

PR:		135234
Submitted by:	Nick Hilliard <nick@foobar.org> (maintainer)
2009-06-16 19:38:37 +00:00
Martin Wilke
12371c5a16 - Update to 2.5
PR:		135235
Submitted by:	Nick Hilliard <nick@foobar.org> (maintainer)
2009-06-16 19:35:02 +00:00
Martin Wilke
e8a009bc79 - Update to 2.0.1
PR:		135631
Submitted by:	Wen Heping <wenheping@gmail.com> (maintainer)
2009-06-16 19:34:08 +00:00
Martin Wilke
7b252a3ebd - Update to 1.6.0 2009-06-16 19:32:47 +00:00
Martin Wilke
de60c50883 - Update to 1.0.1 2009-06-16 19:30:04 +00:00
Martin Wilke
7425cee96c - Update to 0.6.3 2009-06-16 19:29:42 +00:00
Martin Wilke
318fea145e - Update to 1.77 2009-06-16 19:29:17 +00:00
Martin Wilke
47622f6f8c - Update to 2.79 2009-06-16 19:28:55 +00:00
Martin Wilke
5b86ba4dc7 - Update to 0.2.3 2009-06-16 19:28:32 +00:00
Martin Wilke
b2242f2ee5 - Update to 0.7.21 2009-06-16 19:28:07 +00:00
Martin Wilke
25312484a2 - Update to 1.4.1 2009-06-16 19:27:44 +00:00
Martin Wilke
dfcf43d8b4 - Update to 2.0.0RC2 2009-06-16 19:27:24 +00:00
Philip M. Gollucci
84eccbe26b claim
- rails
  - lua
  - perl
  - $work
related ones (quick glance)
2009-06-16 19:13:57 +00:00
Steven Kreuzer
e319b38bf1 update to 1.5.11
PR:		ports/135450
Submitted by:	Roberto Nunnari <robi@nunnisoft.ch>
Approved by:	wxs (mentor)
2009-06-16 19:03:59 +00:00
Dennis Herrmann
459219d149 - Update to 2.2.5
PR:		ports/135185
Submitted by:	Sylvio Cesar <scjamorim@bsd.com.br>
Approved by:	maintainer timeout (two weeks)
2009-06-16 18:20:58 +00:00
Dennis Herrmann
3273fb4498 - Update to 0.3.5
PR:		ports/135482
Submitted by:	Ashish SHUKLA <wahjava@gmail.com>
pproved by:	Nikos Ntarmos <ntarmos@cs.uoi.gr> (maintainer)
2009-06-16 18:03:00 +00:00