Commit Graph

5609 Commits

Author SHA1 Message Date
kili
b19c725031 Update to hs-snap-server-0.2.16.2, necessary after the update of hs-text.
Tested by jim@.
2010-12-12 16:32:59 +00:00
kili
4b1cb58fc2 Update to hs-snap-core-0.2.16, necessary for an update of hs-snap-server
(and after the update to hs-text).

Tested by jim@.
2010-12-12 16:31:28 +00:00
sebastia
833d7a510c cleanup PLIST and some patches, fix hostname of build machine in about dialog,
was OK sthen@
additionally update rc script to latest changes (patch and OK from ajacoutot@).
Will be enabled after I find time to test on a clean system.
2010-12-11 14:21:08 +00:00
sebastia
c0a2726211 Fix an abort() in sogo, and bump.
was OK landry@
2010-12-11 14:10:32 +00:00
ajacoutot
8a39ef78ea Move these to rc_reload=NO. 2010-12-11 12:57:37 +00:00
landry
cde74941c8 +p5-Plack and its new dependencies 2010-12-11 09:55:51 +00:00
landry
622b3c36fd Import p5-Plack 0.9956 :
Plack is a set of tools for using the PSGI stack. It contains middleware
components, a reference server and utilities for Web application
frameworks. Plack is like Ruby's Rack or Python's Paste for WSGI.

See PSGI for the PSGI specification and PSGI::FAQ to know what PSGI and
Plack are and why we need them.

From MAINTAINER Abel Abraham Camarillo Ojeda on ports@
2010-12-11 09:51:31 +00:00
landry
721a3eef44 Import p5-PSGI 1.03:
This document specifies a standard interface between web servers and
Perl web applications or frameworks, to promote web application
portability and reduce the duplicated efforts by web application
framework developers.

From Abel Abraham Camarillo Ojeda on ports@
2010-12-11 09:46:56 +00:00
ajacoutot
fb9e2948ec Use quotes to be consistent with other rc scripts. 2010-12-11 08:05:38 +00:00
ajacoutot
8c14c39747 Regen WANTLIB to unbreak installation.
prodded by landry@
2010-12-11 06:33:58 +00:00
landry
38b73bb9e6 Update to firefox-i18n 3.6.13 2010-12-10 10:54:41 +00:00
landry
9390a47d47 Update to mozilla-firefox 3.6.13:
Fixes MFSA 2010-74->84
http://www.mozilla.org/security/known-vulnerabilities/firefox36.html
2010-12-10 10:53:40 +00:00
landry
f6b71b0013 Update to firefox35 3.5.16.
Fixes MFSA 2010-74->84.
http://www.mozilla.org/security/known-vulnerabilities/firefox35.html
2010-12-10 10:36:00 +00:00
landry
408d469cdb Update to seamonkey 2.0.11.
Fixes MFSA 2010-74->84.
2010-12-10 10:04:21 +00:00
jeremy
b0efc65894 sync 2010-12-09 20:58:37 +00:00
jeremy
6cb90e3248 Import ruby-rainbows.
Rainbows! is an HTTP server for sleepy Rack applications. It is based
on Unicorn, but designed to handle applications that expect long
request/response times and/or slow clients.

ok landry
2010-12-09 20:07:41 +00:00
jeremy
9c0c4b14d9 Import ruby-unicorn.
Unicorn is a HTTP server for Rack applications designed to take
advantage of features in Unix/Unix-like kernels and only serve
fast clients on low-latency, high-bandwidth connections.

ok landry
2010-12-09 20:06:47 +00:00
jeremy
0fe7b67a39 Update to 2.2.2, required by update to ruby-datamapper.
ok landry
2010-12-08 22:53:50 +00:00
jeremy
dc2e9a29bf Update rest of ruby-merb to 1.1.3
ok landry
2010-12-08 22:13:24 +00:00
jeremy
92d2729a69 Update ruby-merb_datamapper to 1.1.2.
This requiers an update to ruby-datamapper, which will be committed
shortly.

ok landry
2010-12-08 22:12:00 +00:00
jeremy
48c40e253c Remove ruby-merb-more, no longer used. It's been replaced by ruby-merb.
ok landry
2010-12-08 22:09:29 +00:00
jeremy
d5bbd2925e Update merb-auth{,core,more,slice-password} to 1.1.1
ok landry
2010-12-08 22:08:20 +00:00
jeremy
a1a5eee40b Tighten depends so it matches gem version
ok landry
2010-12-08 22:06:48 +00:00
jeremy
e84756d314 Update to 3.0.3.
All rails apps need at least minor modifications to upgrade from
the previous ports version (2.3.4) to 3.0.3. Check the Rails 3
Release notes for details:
http://edgeguides.rubyonrails.org/3_0_release_notes.html

ok landry
2010-12-08 21:55:21 +00:00
jeremy
f6b912fcc4 Update to 1.2.1.
ok landry
2010-12-08 21:48:59 +00:00
jeremy
f6f7353f5a Update to 3.0.3.
ok landry
2010-12-08 21:44:48 +00:00
jeremy
4b91a91317 sync 2010-12-08 21:37:06 +00:00
jeremy
f6cbc7c26e Import ruby-railties, one of the dependencies for Rails 3.
Railties is responsible for gluing the parts of Ruby on Rails together.
Overall, it:

* handles the entire bootstrapping process for a Rails application;
* manages the rails command line interface;
* provides the core Rails generators;

ok landry
2010-12-08 21:29:22 +00:00
jeremy
04c112b2a3 Import ruby-rack-test, one of the dependencies for Rails 3.
Rack::Test is a small, simple testing API for Rack apps. It can be used
on its own or as a reusable starting point for Web frameworks and
testing libraries to build on.

ok landry
2010-12-08 21:28:33 +00:00
jeremy
8ddc1124e8 Import ruby-rack-mount, one of the dependencies for Rails 3.
Rack::Mount is a stackable dynamic tree based Rack router.  Rack::Mount
supports Rack's +X-Cascade+ convention to continue trying routes if the
response returns pass. This allows multiple routes to be nested or
stacked on top of each other. Since the application endpoint can trigger
the router to continue matching, middleware can be used to add arbitrary
conditions to any route. This allows you to route based on other request
attributes, session information, or even data dynamically pulled from a
database.

ok landry
2010-12-08 21:27:56 +00:00
dcoppa
bc962f5ffb +canto 2010-12-06 22:36:30 +00:00
dcoppa
562447ca19 Import www/canto.
Canto is an Atom/RSS feed reader for the console that is meant to be
quick, concise, and colorful. It provides a minimal, yet information
packed interface with almost infinite customization and extensibility.

OK landry@
2010-12-06 22:33:18 +00:00
jasper
8db1cdf2d6 - missed in previous:
- SECURITY FIX for SA42443, "multipart_init()" HTTP Header Injection Vulnerability
from upstream git.
2010-12-06 07:59:34 +00:00
jasper
72e30b3c33 - SECURITY FIX for SA42443, "multipart_init()" HTTP Header Injection Vulnerability
from upstream git.
2010-12-06 07:58:50 +00:00
landry
8e82f4c2a6 Update to aria2 1.10.7, from MAINTAINER Remi Pointel 2010-12-05 18:07:24 +00:00
landry
40bd5ee71c Minor tweak.. www/drupal5 went into the attic, so remove it from drush
CATEGORIES.
2010-12-05 17:34:14 +00:00
ajacoutot
df4e1203e4 Bump after recent cpan.port.mk change.
ok jasper@
(final commit)
2010-12-03 11:46:46 +00:00
jasper
b2f0dcd7a1 - boolean variables only take boolean values, not random chit chat.
from mikolaj kucharski.
2010-12-03 07:27:02 +00:00
sebastia
50fc800245 Include missing headers to get rid of compiler warnings, and bump.
OK sthen@, jasper@
2010-12-02 14:56:11 +00:00
dcoppa
ffe014ae90 Oops! Missed a bump. 2010-12-01 15:16:30 +00:00
dcoppa
927ee14bcd Fix Kerberos/GSSAPI authentication within mozilla ports.
OpenBSD does not have gssapi_krb5. So, to avoid undefined symbol
errors, link libxul with "-lkrb5 -lcrypto".

OK phessler@, landry@ (MAINTAINER)
2010-12-01 15:00:12 +00:00
jasper
5acccedf1d - SECURITY UPDATE of phpmyadmin to 3.3.8.1
Fixes CVE-2010-4329, phpMyAdmin Database Search Cross-Site Scripting Vulnerability

ok kevlo@ (MAINTAINER)
2010-12-01 09:03:31 +00:00
merdely
4866f5e9d0 Update Wordpress 3.0.2 2010-12-01 03:49:14 +00:00
jasper
b44f531dc3 - update py-turbogears to 1.1.1
from remi pointel, maintainer timed-out
2010-11-30 20:01:04 +00:00
dcoppa
557742f0fa I accidentally broke the ldap flavor. Mea culpa.
Pointed out by espie@
2010-11-29 23:06:39 +00:00
sthen
2a41c9ea91 Drop obsolete lines from DESCR and bump. 2010-11-29 21:27:23 +00:00
sthen
5aaf112216 Update tomcat/v5 to 5.5.31, adjust README, switch to SUBST_CMD,
kurt@ drops maintainership. From Daniel Dickman, "please commit" aja
2010-11-29 21:26:01 +00:00
stephan
e6cd25c8dd +drupal6-password_strength 2010-11-29 15:07:21 +00:00
stephan
110b22f331 Import drupal6-password_strength-1.0:
This module adds PHP-based password strength checking and validation
routines that mirror the jQuery routines, so that administrators can
restrict passwords to only be, for example, "high" strength. The module
simply modifies existing password confirm fields (where two passwords
are entered, like the user edit form), so no other setup is required
beyond configuring the desired enforcement rules.

ok landry@
2010-11-29 15:05:07 +00:00
dcoppa
c943621eb4 Style fix (no bump needed).
Pointed out by Brad
2010-11-27 11:12:12 +00:00
dcoppa
3646003328 "pexp is useless in the rc script, please remove it." ajacoutot@ 2010-11-26 15:44:33 +00:00
espie
be2f93f11d since db/v4 has db->=4,<5 as default, no need to specify it explicitly 2010-11-26 14:50:09 +00:00
dcoppa
81599f251c Add ntlm flavor for NTLM authentication
Fix pthread linkage
Fix default path for errors directory
Switch to pkg-readmes
Add an rcscript

OK giovanni@, Brad (MAINTAINER)
2010-11-26 13:45:04 +00:00
espie
fe13b4748a make use of PKGSPEC to simplify depends, requires most recent security/gnupg
to compile correctly
2010-11-26 07:51:00 +00:00
schwarze
e1b0f409c6 The file fckeditor/editor/filemanager/connectors/php/config.php
is a configuration file, even though it's buried deep in code
directories.  Pointed out by Tobias M. Boelz <tmb at usta dot de>.
Thus, use @sample and bump.
OK espie@ stephan@
2010-11-25 23:35:02 +00:00
ajacoutot
feaea6c2be Update to timetrex-3.3.0. 2010-11-25 08:56:13 +00:00
sthen
098784cf26 Fix documentation renaming, reported by Hugo Osvaldo Barrera on ports@ 2010-11-25 02:16:12 +00:00
jeremy
a8bf115817 REVISION bump all ruby ports due to a change in the pkgspec.
Previously, we were using ruby->=1.8,<=1.9, instead of
ruby->=1.8,<1.9.  While this wouldn't cause an issue, since
our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
it's still wrong and should be fixed.  This also fixes the
following minor issues:

Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
Currently we don't have a ruby port that uses FLAVORs that
would differ from MODRUBY_FLAVOR, but it's possible we will
in the future.

Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
REGRESS_DEPENDS.  This probably is not strictly necessary, but
BUILD_PKGPATH is used in more cases, so it is good for
consistency.

Switch to new style *_DEPENDS, with the version specification
at the end.  The remaining cases where this is not done is
because a specific version is used.

Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
the old version is installed when you run a regress test, it
will install the new version first.

Some conversion of spaces to tabs for consistency.

OK landry@
2010-11-24 21:35:13 +00:00
sthen
534455ddbe add missing RUN_DEPENDS and bump 2010-11-24 19:08:38 +00:00
sebastia
7fc448eeda Import SOGo: web based groupware server
DESCR:
SOGo is a groupware server built around OpenGroupware.org (OGo) and the
SOPE application server, with a focus on scalability. It provides the
usual groupware functionality as E-Mail, Calendaring, and Contacts
management.


Not yet linking it to the build, fixing last few things in the tree.

OK landry@, sthen@
2010-11-24 18:16:03 +00:00
sebastia
6f521a7e72 Update sope to 1.3.4
OK sthen@, landry@
2010-11-24 18:07:45 +00:00
fgsch
b4d5a275e3 Update to 0.6.0. maintainer timed-out. 2010-11-23 15:08:16 +00:00
ajacoutot
4aff7429a3 Add -notrayicon to args by default. This prevent a (hard to reproduce)
crash under some circumstances where the linux qt libs fail to load
if one is running a panel which then ends up in a hard crash of opera
(which in turn can hangs the entire display)...

ok jasper@
2010-11-23 13:56:18 +00:00
jasper
d338d01630 - add a HOMEPAGE.
aja@ agrees
2010-11-22 14:28:14 +00:00
espie
9ff53f35ab remaining WANTLIB go .>= to >= 2010-11-22 10:16:08 +00:00
espie
fbc20d9b54 missed a few depends 2010-11-22 09:38:08 +00:00
espie
e50b98837f new depends 2010-11-22 08:36:47 +00:00
jasper
9369ab7d3e - update vtigercrm to 5.2.1
* this includes fixes for CVE-2010-3909, CVE-2010-3910, CVE-2010-3911.
2010-11-19 07:52:49 +00:00
jasper
b407d027ac - add missing dependency 2010-11-18 14:16:47 +00:00
stephan
70b13ec0f8 update to 2.3
fixes a session reuse issue even though this release has not been tagged
as 'security relevant'. Details at http://drupal.org/node/967244.

Make sure you upgrade all files while you're logged in (or have access
to settings.php) otherwise you'll lock yourself out pretty easily, in
case you use Captcha for logins. Database upgrade required, too.
2010-11-18 13:38:39 +00:00
stephan
f027901bfd update to 1.5 2010-11-18 11:42:22 +00:00
stephan
a61feef111 update to 2.4 2010-11-18 11:25:57 +00:00
stephan
61097ffbc6 update to 1.5, addresses SA-CONTRIB-2010-104 (Information Disclosure), details at http://drupal.org/node/975094 2010-11-18 10:48:14 +00:00
jeremy
39fa88db7e Remove unintended use of MODRUBY_REV in PLIST.
OK landry@
2010-11-16 18:21:02 +00:00
stephan
b02ea55f0a add missing bump, noticed by jasper@ 2010-11-16 16:20:17 +00:00
ajacoutot
3979aaa80a Bugfix update to gtkhtml3-3.32.1. 2010-11-15 18:21:46 +00:00
jasper
7b533f891d - switch to pkg-readmes 2010-11-15 17:37:16 +00:00
stephan
430a168ba4 switch to pkg-readme, ok jasper@ 2010-11-15 12:58:52 +00:00
jasper
4a5097b8e5 - remove bogus file 2010-11-15 12:36:49 +00:00
jasper
11308b8684 - install a few examples
- tweak DESCR
2010-11-15 12:14:28 +00:00
sthen
6eae70237d - convert to pkg-readmes
- fix PF nat rules for nat-to
- add missing @conflict for jakarta-tomcat-examples (for people
upgrading from really old packages; niklas@ hit this upgrading
a machine from 3.8 :-)

tweaks/ok jasper@
2010-11-15 10:45:53 +00:00
stephan
ea1ecd2e43 least invasive round of cleanup:
- install drupal modules/themes as root:daemon rather than www:www
  (only the files/ directory needs to be writeable by 'www').
- don't install 'settings.php' world-readable since it contains the
  DB password. Use 640, owner 'www' instead.
- bump all modules.

tested in production, including upgrade szenarios.
ok sthen@ and landry@, maintainer timeout.
2010-11-15 09:05:40 +00:00
jasper
95c2a99ab2 sync 2010-11-14 19:59:34 +00:00
jasper
7141b40656 import py-mechanize 0.2.4
Stateful programmatic web browsing in Python, after Andy Lester's Perl
module WWW::Mechanize.

ok sthen@
2010-11-14 19:58:39 +00:00
ajacoutot
50cc717af5 Move to pkg-readmes. 2010-11-13 07:44:33 +00:00
jasper
6ed1dc9642 zap zap 2010-11-12 14:43:59 +00:00
jasper
c7efe67578 - switch to pkg-readmes 2010-11-12 14:35:23 +00:00
jasper
a714b4e27f switch to pkg-readmes
ok ajacoutot@ (MAINTAINER)
2010-11-12 13:54:28 +00:00
jasper
480ecd2552 - switch to pkg-readmes
ok jdixon@ (MAINTAINER)
2010-11-11 23:02:21 +00:00
ajacoutot
dfdc5677c6 We do not hardcode /usr/local. 2010-11-11 20:54:41 +00:00
kili
d396104e0c Zap MESSAGE and add polipo.rc. Initially from Jiri B. <jirib@live.com>,
rc tweaks discussed with and suggested by ajacoutot@.
2010-11-11 20:19:52 +00:00
espie
5c69e94e9f every WANTLIB that's linked to the build should be okay 2010-11-11 19:56:19 +00:00
ajacoutot
877cfbf92c Use the python MODULE instead of harcoding python version.
This port is still broken though, it missed a -I/usr/local/include somewhere...
2010-11-11 19:06:23 +00:00
sthen
89d5cdea52 new-style LIB_DEPENDS/REVISION/WANTLIB 2010-11-11 12:35:09 +00:00
jasper
b8fd8eb98a - also switch to pkg-readmes, reminded by landry@ 2010-11-11 09:55:05 +00:00
jasper
3c57f070a4 - switch to pkg-readmes
ok landry@ (MAINTAINER)
2010-11-11 09:30:36 +00:00
sthen
e5a1131f8c - Install files for the SCGI and uwsgi modules, from Piotr Sikora.
makes sense to dlg@, ok william@ (maintainer).

- Fix bad REVISION bump in an .if ${FLAVOR... block from last commit.
2010-11-10 08:18:18 +00:00
jasper
dd2211a462 - switch to pkg-readmes
ok kurt@ (MAINTAINER)
2010-11-09 21:38:37 +00:00
jeremy
56e3a7816f For the passenger flavor, adjust for new location of ruby-passenger
and bump.

OK landry@
2010-11-08 23:50:31 +00:00
jeremy
f1b7fef9c5 Update ruby-passenger to 3.0.0. Switch the directory name from
phusion_passenger to phusion-passenger, since that's the name used
by upstream. Also tested by Pierre-Yves Ritschard.

OK landry@
2010-11-08 23:47:37 +00:00
jeremy
f4542e4eb3 REVISION bumps for most ruby ports after the ruby.port.mk update.
PKG_ARCH = * removed from many ports as it is added automatically
for pure ruby gem ports.  Switch ports that previously used
GEM_SKIPDEPENDS to adding dependencies or modifying the underlying
gem metadata with patches.

OK landry@
2010-11-08 23:28:53 +00:00
jeremy
cb1c9c889a Update plists for most ruby ports after changes to ruby.port.mk.
Requested as a separate commit by landry@.

OK landry@
2010-11-08 23:24:39 +00:00
dcoppa
1e08009891 Ops! Leftovers from previous commit :( 2010-11-08 15:20:33 +00:00
dcoppa
6cc06c1a8a Update to gecko-mediaplayer 1.0.0 and drop GConf dependency.
OK landry@
"go ahead" jasper@
2010-11-08 15:06:31 +00:00
jasper
6e9d6bc608 - unbreak https
from brad (MAINTAINER)
2010-11-07 19:13:40 +00:00
dcoppa
075e993185 Backport a bunch of bug fixes from upstream, including fixing WAV
header writing on 64-bit archs.

From Brad (maintainer)
2010-11-07 18:58:24 +00:00
espie
632a3518ab move gettext to new WANTLIB 2010-11-06 16:07:00 +00:00
espie
dcdfee948c convert libiconv to new wantlib 2010-11-06 10:18:38 +00:00
ajacoutot
d20e9511d8 Merge MESSAGE into README. 2010-11-06 08:38:44 +00:00
ajacoutot
3eb79648a6 Move to pkg-readmes. 2010-11-06 08:35:34 +00:00
ajacoutot
e54bdb5eeb Move to pkg-readmes.
Add proper @group markers.
2010-11-06 08:27:27 +00:00
ajacoutot
e89b9beb0f Cosmetic, be consistent with how we set the rcs id in other files. 2010-11-06 07:56:48 +00:00
ajacoutot
64ff3f301b Fix RCS id.
Remove empty pkg-readmes dir, please update your mtree.
2010-11-06 07:52:28 +00:00
sthen
21e0d49f9a move back to new-style LIB_DEPENDS, req by Brad. 2010-11-04 23:33:45 +00:00
landry
02e940c277 Add a bunch of patches from Todd Carson <toc at daybefore dot net> to
allow webkit to build (and even run!) on mips64el, many thanks !
Patches will probably need to be reworked so that they can be fed
upstream, but at least this allows another part of the tree to build on
loongson. And this might even work for sgi.
Tested by jasper@
2010-11-04 21:34:25 +00:00
ajacoutot
37d4ed9f1a Add rcs id and shebang.
Protect variable names.
2010-11-04 07:54:51 +00:00
robert
51de3dc41b Add an rc script for nginx too 2010-11-04 07:39:44 +00:00
dlg
af2cb73be7 update nginx to 0.8.53. the main flavor builds and works fine. the
passenger build works, but i havent got a test case for it.

ok william@
2010-11-04 01:41:11 +00:00
kili
e798104f80 w
bumpski
2010-11-03 22:18:39 +00:00
jasper
04030beae7 - unbreak on a clean box
ok landry@ (MAINTAINER)
2010-11-02 13:27:29 +00:00
landry
376d2ca4c9 Update to midori 0.2.9, from Remi Pointel. 2010-11-02 09:56:19 +00:00
landry
c04ef63d26 Update to aria2 1.10.6 from MAINTAINER Remi Pointel. 2010-11-02 09:41:40 +00:00
ajacoutot
e02e6b6e06 Add RCS IDs. 2010-10-29 12:45:57 +00:00
landry
197826fafa Update to ffx-i18n 3.6.12, reminded by a diff from robert at openbsd dot
pap dot st.
2010-10-29 08:37:45 +00:00
sthen
433ce241b5 +rackmonkey 2010-10-28 14:34:26 +00:00
sthen
d74acfc493 import ports/www/rackmonkey, feedback/ok jasper@. requires up-to-date
infrastructure/mk/bsd.port.mk to fix pkg-readmes ownership.

RackMonkey is a tool for managing racks of equipment such as servers
and switches. You can keep track of what's where, which OS it runs,
who it belongs to and what it's used for. RackMonkey quickly finds
any device and draws a rack diagram of its location.
2010-10-28 14:33:54 +00:00
jasper
7d9a103945 - regen plist after recent ghc.port.mk change
- adjust @exec/@unexec accordingly

"just go ahead" kili@
2010-10-28 13:51:00 +00:00
landry
29e32a41df Security update to seamonkey 2.0.10.
Fixes MFSA2010-73/CVE-2010-3765/bz #607222.
2010-10-28 13:45:26 +00:00
giovanni
406bfa8e0c Update to 3.3.8
ok kevlo@ (maintainer)
2010-10-28 13:05:34 +00:00
landry
89388e6bed Security update to mozilla-firefox 3.6.12.
Fixes MFSA2010-73/CVE-2010-3765/bz #607222.
2010-10-28 12:04:00 +00:00
landry
ead2a86ff0 Security update to firefox35 3.5.15.
Fixes MFSA2010-73/CVE-2010-3765/bz #607222.
2010-10-28 12:03:27 +00:00
espie
101ceeab93 zap extra, as noticed by aja@ 2010-10-27 18:13:54 +00:00
espie
8a3639b7c4 move to new pkg-readmes organization.
a bit special, because PREFIX=/var/www here.

okay jasper@
2010-10-27 17:56:26 +00:00
landry
d14c7041fc Unset INSTALL_STRIP when debug FLAVOR is set. Permits to build a
debuggable version of xulrunner package.
2010-10-27 16:58:30 +00:00
stephan
4b22d42805 +views_bonus 2010-10-27 14:01:36 +00:00
stephan
a53ed0bbed import drupal6-views_bonus-1.1:
This group of modules is sort of a recipe module that makes things
easier by showing how to integrate some other modules as well as
providing miscellaneous features that aren't distributed by Views
itself. Sometimes these modules are only base recipes that will
need to be themed and spiced up to fit your needs.
2010-10-27 13:59:18 +00:00
stephan
676cf7bf7c +ubercart 2010-10-27 13:24:03 +00:00
stephan
ea47adb34c import drupal6-ubercart-2.4:
Ubercart is an e-commerce suite developed for Drupal. It has been
designed with the end user in mind, focusing on usability in three key
areas: store configuration, product and catalog creation, and order
administration. On the front end, all major systems are configurable and
integrate with the standard Drupal systems (node, taxonomy, user, etc.).
On the back end, the settings pages and order administration pages have
been designed with ease of use in mind.
2010-10-27 13:22:56 +00:00
stephan
3987a76e64 +faq 2010-10-27 13:12:09 +00:00
stephan
57a686f8b1 import drupal6-faq-1.11:
The Frequently Asked Questions (faq) module allows users, with
appropriate permissions, to create question and answer pairs which
they want displayed on the 'faq' page. The 'faq' page is automatically
generated from the FAQ nodes configured.
2010-10-27 13:08:18 +00:00
landry
ab142a5ddc Do the PFRAG dance so that it provides a working debug-flavoured
package. Add a run-mozilla.sh patch to make it found our gdb by default.
Teach users how to properly debug mozilla ports.
2010-10-27 13:02:38 +00:00
landry
4ea899788a Do the PFRAG.debug dance so that it produces a working debug-enabled
package. Teach users how to properly report bugs, and add a
run-mozilla.sh patch so that it finds our gdb. While here remove
updates/ subdir at uninstall time, otherwise it stays..
2010-10-27 12:59:29 +00:00
stephan
40d4daffe8 +session_api, fix order 2010-10-27 12:57:04 +00:00
landry
2f7dcf406c Add a patch so that run-mozilla.sh finds our gdb by default. Amend
README.OpenBSD to teach users how to properly report bugs.
2010-10-27 12:56:28 +00:00
stephan
3877265f5c import drupal6-session_api-1.2:
The Session API is a very simple set of functions that extend the core
sessions workings, allowing data to be stored and associated with a
user's session.
2010-10-27 12:54:53 +00:00
steven
23116bfec9 works with openbsd libtool now 2010-10-27 12:48:55 +00:00
stephan
a8f39b31c3 add a http master site and make it the primary. 'sure' espie@ 2010-10-27 11:02:37 +00:00
landry
ff26d0a277 Oops. remove debug FLAVOR here, it's now in mozilla.port.mk 2010-10-27 08:14:17 +00:00
landry
9b8dad4d1e Add patches to allow building a debug-flavoured working package (at
least on amd64). Codepaths only used in that case.
2010-10-27 08:10:59 +00:00
dcoppa
8b6fcfa861 Remove local patches to change the config dir so that the config dir
goes back to the default.

From Brad (maintainer)
2010-10-27 07:57:34 +00:00