Remove www/drupal7
Not kept up to date since 2 years, several drupal security issues unpatched, doesnt make much sense to be packaged as its mostly unrolling archives, and nobody in its sane mind would build a new drupal7 website in 2020 when drupal9 is around the corner. Upstream recommends to use composer to build a drupal site, so add a quirk with such message. ok danj@ ajacoutot@ jasper@ espie@
This commit is contained in:
parent
171fc07251
commit
bcceef2bff
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.924 2020/04/22 10:50:32 tb Exp $
|
||||
# $OpenBSD: Makefile,v 1.925 2020/04/22 11:24:48 landry Exp $
|
||||
|
||||
COMMENT = exceptions to pkg_add rules
|
||||
CATEGORIES = devel databases
|
||||
DISTFILES =
|
||||
|
||||
# API.rev
|
||||
PKGNAME = quirks-3.315
|
||||
PKGNAME = quirks-3.316
|
||||
PKG_ARCH = *
|
||||
MAINTAINER = Marc Espie <espie@openbsd.org>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#! /usr/bin/perl
|
||||
|
||||
# ex:ts=8 sw=4:
|
||||
# $OpenBSD: Quirks.pm,v 1.943 2020/04/22 10:50:32 tb Exp $
|
||||
# $OpenBSD: Quirks.pm,v 1.944 2020/04/22 11:24:48 landry Exp $
|
||||
#
|
||||
# Copyright (c) 2009 Marc Espie <espie@openbsd.org>
|
||||
#
|
||||
@ -1576,6 +1576,7 @@ my @msg = (
|
||||
"no longer maintained upstream, suggest kompare", #18
|
||||
"no longer maintained upstream, suggest sqlitebrowser, kexi", #19
|
||||
"merged into IETF Opus codec, obsolete, audio/mumble uses bundled version now", #20
|
||||
"upstream recommends to use composer to build a drupal site", #21
|
||||
);
|
||||
|
||||
# ->is_base_system($handle, $state):
|
||||
@ -1627,7 +1628,8 @@ sub filter_obsolete
|
||||
for my $pkgname (@in) {
|
||||
my $stem = OpenBSD::PackageName::splitstem($pkgname);
|
||||
my $reason = $obsolete_reason->{$stem};
|
||||
$reason = 3 if (!defined $reason && $pkgname =~ m/^(drupal(-6|6-)|ruby(19|2[0-4])-|ruby-[^0-9])/);
|
||||
$reason = 3 if (!defined $reason && $pkgname =~ m/^(ruby(19|2[0-4])-|ruby-[^0-9])/);
|
||||
$reason = 21 if (!defined $reason && $pkgname =~ m/^drupal/);
|
||||
if (defined $reason) {
|
||||
$state->say("Obsolete package: #1 (#2)", $pkgname,
|
||||
$msg[$reason]);
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.956 2020/04/21 20:42:00 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.957 2020/04/22 11:24:43 landry Exp $
|
||||
|
||||
SUBDIR =
|
||||
SUBDIR += ajaxterm
|
||||
@ -32,7 +32,6 @@
|
||||
SUBDIR += darkhttpd
|
||||
SUBDIR += dillo
|
||||
SUBDIR += dokuwiki
|
||||
SUBDIR += drupal7
|
||||
SUBDIR += drush
|
||||
SUBDIR += e2guardian
|
||||
SUBDIR += edbrowse
|
||||
|
@ -1,20 +0,0 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2019/01/05 22:56:20 danj Exp $
|
||||
|
||||
COMMENT = CKeditor for drupal
|
||||
|
||||
MODDRUPAL_PROJECT = ckeditor
|
||||
MODDRUPAL_VERSION = 1.18
|
||||
REVISION = 1
|
||||
V = 4.9.1
|
||||
ED = ckeditor_$V_standard.tar.gz
|
||||
DISTFILES = ${DISTNAME}.tar.gz \
|
||||
${ED}:0
|
||||
EXTRACT_ONLY = ${DISTNAME}.tar.gz
|
||||
|
||||
MASTER_SITES0 = http://download.cksource.com/CKEditor/CKEditor/CKEditor%20$V/
|
||||
|
||||
post-extract:
|
||||
cd ${WRKDIST} && tar zxf ${FULLDISTDIR}/${ED}
|
||||
chmod -R u+wX ${WRKDIST}/ckeditor
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,4 +0,0 @@
|
||||
SHA256 (drupal7/ckeditor-7.x-1.18.tar.gz) = C/KnwKCKxpSKg5ZAcHYnTwW1CyewFQtEUPCQZJv2igQ=
|
||||
SHA256 (drupal7/ckeditor_4.9.1_standard.tar.gz) = DpQ3FflYDPZa2tAg0SsaFUolm9tM57e9c26Rn3dp69w=
|
||||
SIZE (drupal7/ckeditor-7.x-1.18.tar.gz) = 198098
|
||||
SIZE (drupal7/ckeditor_4.9.1_standard.tar.gz) = 1028858
|
@ -1,5 +0,0 @@
|
||||
This module allows Drupal to replace textarea fields with
|
||||
CKeditor - a visual HTML editor (http://ckeditor.com/)
|
||||
|
||||
CKEditor is supposed to be the next generation of FCKeditor,
|
||||
and indeed, it seems to be lighter and work better.
|
@ -1,585 +0,0 @@
|
||||
@comment $OpenBSD: PLIST,v 1.5 2018/03/30 13:04:59 espie Exp $
|
||||
@owner ${DRUPAL_OWNER}
|
||||
@group ${DRUPAL_GROUP}
|
||||
${DRUPAL_MODS}ckeditor/
|
||||
${DRUPAL_MODS}ckeditor/CHANGELOG.txt
|
||||
${DRUPAL_MODS}ckeditor/LICENSE.txt
|
||||
${DRUPAL_MODS}ckeditor/README.txt
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/
|
||||
${DRUPAL_MODS}ckeditor/ckeditor.api.php
|
||||
${DRUPAL_MODS}ckeditor/ckeditor.ckeditor.inc
|
||||
${DRUPAL_MODS}ckeditor/ckeditor.config.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor.info
|
||||
${DRUPAL_MODS}ckeditor/ckeditor.install
|
||||
${DRUPAL_MODS}ckeditor/ckeditor.module
|
||||
${DRUPAL_MODS}ckeditor/ckeditor.styles.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/CHANGES.md
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/COPY_HERE.txt
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/LICENSE.md
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/README.md
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/adapters/
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/adapters/jquery.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/build-config.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/ckeditor.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/config.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/contents.css
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/lang/
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/lang/af.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/lang/ar.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/lang/az.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/lang/bg.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/lang/bn.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/lang/bs.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/lang/ca.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/lang/cs.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/lang/cy.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/lang/da.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/lang/de-ch.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/lang/de.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/lang/el.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/lang/en-au.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/lang/en-ca.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/lang/en-gb.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/lang/en.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/lang/eo.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/lang/es-mx.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/lang/es.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/lang/et.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/lang/eu.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/lang/fa.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/lang/fi.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/lang/fo.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/lang/fr-ca.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/lang/fr.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/lang/gl.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/lang/gu.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/lang/he.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/lang/hi.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/lang/hr.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/lang/hu.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/lang/id.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/lang/is.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/lang/it.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/lang/ja.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/lang/ka.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/lang/km.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/lang/ko.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/lang/ku.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/lang/lt.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/lang/lv.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/lang/mk.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/lang/mn.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/lang/ms.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/lang/nb.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/lang/nl.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/lang/no.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/lang/oc.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/lang/pl.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/lang/pt-br.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/lang/pt.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/lang/ro.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/lang/ru.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/lang/si.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/lang/sk.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/lang/sl.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/lang/sq.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/lang/sr-latn.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/lang/sr.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/lang/sv.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/lang/th.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/lang/tr.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/lang/tt.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/lang/ug.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/lang/uk.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/lang/vi.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/lang/zh-cn.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/lang/zh.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/a11yhelp/
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/a11yhelp/dialogs/
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/a11yhelp/dialogs/a11yhelp.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/_translationstatus.txt
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/af.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/ar.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/az.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/bg.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/ca.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/cs.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/cy.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/da.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/de-ch.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/de.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/el.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/en-au.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/en-gb.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/en.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/eo.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/es-mx.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/es.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/et.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/eu.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/fa.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/fi.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/fo.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/fr-ca.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/fr.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/gl.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/gu.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/he.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/hi.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/hr.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/hu.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/id.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/it.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/ja.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/km.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/ko.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/ku.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/lt.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/lv.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/mk.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/mn.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/nb.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/nl.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/no.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/oc.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/pl.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/pt-br.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/pt.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/ro.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/ru.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/si.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/sk.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/sl.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/sq.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/sr-latn.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/sr.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/sv.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/th.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/tr.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/tt.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/ug.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/uk.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/vi.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/zh-cn.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/zh.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/about/
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/about/dialogs/
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/about/dialogs/about.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/about/dialogs/hidpi/
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/about/dialogs/hidpi/logo_ckeditor.png
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/about/dialogs/logo_ckeditor.png
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/clipboard/
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/clipboard/dialogs/
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/clipboard/dialogs/paste.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/dialog/
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/dialog/dialogDefinition.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/icons.png
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/icons_hidpi.png
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/image/
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/image/dialogs/
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/image/dialogs/image.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/image/images/
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/image/images/noimage.png
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/link/
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/link/dialogs/
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/link/dialogs/anchor.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/link/dialogs/link.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/link/images/
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/link/images/anchor.png
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/link/images/hidpi/
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/link/images/hidpi/anchor.png
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/magicline/
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/magicline/images/
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/magicline/images/hidpi/
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/magicline/images/hidpi/icon-rtl.png
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/magicline/images/hidpi/icon.png
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/magicline/images/icon-rtl.png
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/magicline/images/icon.png
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/pastefromword/
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/pastefromword/filter/
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/pastefromword/filter/default.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/scayt/
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/scayt/CHANGELOG.md
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/scayt/LICENSE.md
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/scayt/README.md
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/scayt/dialogs/
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/scayt/dialogs/dialog.css
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/scayt/dialogs/options.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/scayt/dialogs/toolbar.css
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/scayt/skins/
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/scayt/skins/moono-lisa/
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/scayt/skins/moono-lisa/scayt.css
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/specialchar/
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/specialchar/dialogs/
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/specialchar/dialogs/lang/
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/specialchar/dialogs/lang/_translationstatus.txt
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/specialchar/dialogs/lang/af.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/specialchar/dialogs/lang/ar.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/specialchar/dialogs/lang/az.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/specialchar/dialogs/lang/bg.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/specialchar/dialogs/lang/ca.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/specialchar/dialogs/lang/cs.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/specialchar/dialogs/lang/cy.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/specialchar/dialogs/lang/da.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/specialchar/dialogs/lang/de-ch.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/specialchar/dialogs/lang/de.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/specialchar/dialogs/lang/el.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/specialchar/dialogs/lang/en-au.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/specialchar/dialogs/lang/en-ca.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/specialchar/dialogs/lang/en-gb.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/specialchar/dialogs/lang/en.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/specialchar/dialogs/lang/eo.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/specialchar/dialogs/lang/es-mx.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/specialchar/dialogs/lang/es.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/specialchar/dialogs/lang/et.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/specialchar/dialogs/lang/eu.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/specialchar/dialogs/lang/fa.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/specialchar/dialogs/lang/fi.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/specialchar/dialogs/lang/fr-ca.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/specialchar/dialogs/lang/fr.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/specialchar/dialogs/lang/gl.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/specialchar/dialogs/lang/he.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/specialchar/dialogs/lang/hr.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/specialchar/dialogs/lang/hu.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/specialchar/dialogs/lang/id.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/specialchar/dialogs/lang/it.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/specialchar/dialogs/lang/ja.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/specialchar/dialogs/lang/km.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/specialchar/dialogs/lang/ko.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/specialchar/dialogs/lang/ku.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/specialchar/dialogs/lang/lt.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/specialchar/dialogs/lang/lv.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/specialchar/dialogs/lang/nb.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/specialchar/dialogs/lang/nl.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/specialchar/dialogs/lang/no.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/specialchar/dialogs/lang/oc.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/specialchar/dialogs/lang/pl.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/specialchar/dialogs/lang/pt-br.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/specialchar/dialogs/lang/pt.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/specialchar/dialogs/lang/ro.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/specialchar/dialogs/lang/ru.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/specialchar/dialogs/lang/si.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/specialchar/dialogs/lang/sk.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/specialchar/dialogs/lang/sl.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/specialchar/dialogs/lang/sq.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/specialchar/dialogs/lang/sv.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/specialchar/dialogs/lang/th.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/specialchar/dialogs/lang/tr.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/specialchar/dialogs/lang/tt.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/specialchar/dialogs/lang/ug.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/specialchar/dialogs/lang/uk.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/specialchar/dialogs/lang/vi.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/specialchar/dialogs/lang/zh-cn.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/specialchar/dialogs/lang/zh.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/specialchar/dialogs/specialchar.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/table/
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/table/dialogs/
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/table/dialogs/table.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/tableselection/
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/tableselection/styles/
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/tableselection/styles/tableselection.css
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/tabletools/
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/tabletools/dialogs/
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/tabletools/dialogs/tableCell.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/widget/
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/widget/images/
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/widget/images/handle.png
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/wsc/
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/wsc/LICENSE.md
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/wsc/README.md
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/wsc/dialogs/
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/wsc/dialogs/ciframe.html
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/wsc/dialogs/tmpFrameset.html
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/wsc/dialogs/wsc.css
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/wsc/dialogs/wsc.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/wsc/dialogs/wsc_ie.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/wsc/skins/
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/wsc/skins/moono-lisa/
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/plugins/wsc/skins/moono-lisa/wsc.css
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/samples/
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/samples/css/
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/samples/css/samples.css
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/samples/img/
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/samples/img/github-top.png
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/samples/img/header-bg.png
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/samples/img/header-separator.png
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/samples/img/logo.png
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/samples/img/logo.svg
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/samples/img/navigation-tip.png
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/samples/index.html
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/samples/js/
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/samples/js/sample.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/samples/js/sf.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/samples/old/
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/samples/old/ajax.html
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/samples/old/api.html
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/samples/old/appendto.html
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/samples/old/assets/
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/samples/old/assets/inlineall/
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/samples/old/assets/inlineall/logo.png
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/samples/old/assets/outputxhtml/
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/samples/old/assets/outputxhtml/outputxhtml.css
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/samples/old/assets/posteddata.php
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/samples/old/assets/sample.jpg
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/samples/old/assets/uilanguages/
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/samples/old/assets/uilanguages/languages.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/samples/old/datafiltering.html
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/samples/old/dialog/
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/samples/old/dialog/assets/
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/samples/old/dialog/assets/my_dialog.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/samples/old/dialog/dialog.html
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/samples/old/divreplace.html
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/samples/old/enterkey/
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/samples/old/enterkey/enterkey.html
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/samples/old/htmlwriter/
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/samples/old/htmlwriter/assets/
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/samples/old/htmlwriter/assets/outputforflash/
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/samples/old/htmlwriter/assets/outputforflash/outputforflash.fla
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/samples/old/htmlwriter/assets/outputforflash/outputforflash.swf
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/samples/old/htmlwriter/assets/outputforflash/swfobject.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/samples/old/htmlwriter/outputforflash.html
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/samples/old/htmlwriter/outputhtml.html
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/samples/old/index.html
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/samples/old/inlineall.html
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/samples/old/inlinebycode.html
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/samples/old/inlinetextarea.html
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/samples/old/jquery.html
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/samples/old/magicline/
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/samples/old/magicline/magicline.html
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/samples/old/readonly.html
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/samples/old/replacebyclass.html
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/samples/old/replacebycode.html
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/samples/old/sample.css
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/samples/old/sample.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/samples/old/sample_posteddata.php
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/samples/old/tabindex.html
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/samples/old/toolbar/
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/samples/old/toolbar/toolbar.html
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/samples/old/uicolor.html
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/samples/old/uilanguages.html
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/samples/old/wysiwygarea/
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/samples/old/wysiwygarea/fullpage.html
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/samples/old/xhtmlstyle.html
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/samples/toolbarconfigurator/
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/samples/toolbarconfigurator/css/
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/samples/toolbarconfigurator/css/fontello.css
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/samples/toolbarconfigurator/font/
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/samples/toolbarconfigurator/font/LICENSE.txt
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/samples/toolbarconfigurator/font/config.json
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/samples/toolbarconfigurator/font/fontello.eot
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/samples/toolbarconfigurator/font/fontello.svg
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/samples/toolbarconfigurator/font/fontello.ttf
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/samples/toolbarconfigurator/font/fontello.woff
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/samples/toolbarconfigurator/index.html
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/samples/toolbarconfigurator/js/
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/samples/toolbarconfigurator/js/abstracttoolbarmodifier.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/samples/toolbarconfigurator/js/fulltoolbareditor.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/samples/toolbarconfigurator/js/toolbarmodifier.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/samples/toolbarconfigurator/js/toolbartextmodifier.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/samples/toolbarconfigurator/lib/
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/samples/toolbarconfigurator/lib/codemirror/
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/samples/toolbarconfigurator/lib/codemirror/LICENSE
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/samples/toolbarconfigurator/lib/codemirror/codemirror.css
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/samples/toolbarconfigurator/lib/codemirror/codemirror.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/samples/toolbarconfigurator/lib/codemirror/javascript.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/samples/toolbarconfigurator/lib/codemirror/neo.css
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/samples/toolbarconfigurator/lib/codemirror/show-hint.css
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/samples/toolbarconfigurator/lib/codemirror/show-hint.js
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/skins/
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/skins/moono-lisa/
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/skins/moono-lisa/dialog.css
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/skins/moono-lisa/dialog_ie.css
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/skins/moono-lisa/dialog_ie8.css
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/skins/moono-lisa/dialog_iequirks.css
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/skins/moono-lisa/editor.css
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/skins/moono-lisa/editor_gecko.css
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/skins/moono-lisa/editor_ie.css
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/skins/moono-lisa/editor_ie8.css
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/skins/moono-lisa/editor_iequirks.css
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/skins/moono-lisa/icons.png
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/skins/moono-lisa/icons_hidpi.png
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/skins/moono-lisa/images/
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/skins/moono-lisa/images/arrow.png
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/skins/moono-lisa/images/close.png
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/skins/moono-lisa/images/hidpi/
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/skins/moono-lisa/images/hidpi/close.png
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/skins/moono-lisa/images/hidpi/lock-open.png
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/skins/moono-lisa/images/hidpi/lock.png
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/skins/moono-lisa/images/hidpi/refresh.png
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/skins/moono-lisa/images/lock-open.png
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/skins/moono-lisa/images/lock.png
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/skins/moono-lisa/images/refresh.png
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/skins/moono-lisa/images/spinner.gif
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/skins/moono-lisa/readme.md
|
||||
${DRUPAL_MODS}ckeditor/ckeditor/styles.js
|
||||
${DRUPAL_MODS}ckeditor/css/
|
||||
${DRUPAL_MODS}ckeditor/css/ckeditor-rtl.css
|
||||
${DRUPAL_MODS}ckeditor/css/ckeditor.admin.css
|
||||
${DRUPAL_MODS}ckeditor/css/ckeditor.css
|
||||
${DRUPAL_MODS}ckeditor/css/ckeditor.editor.css
|
||||
${DRUPAL_MODS}ckeditor/images/
|
||||
${DRUPAL_MODS}ckeditor/images/buttons/
|
||||
${DRUPAL_MODS}ckeditor/images/buttons/about.png
|
||||
${DRUPAL_MODS}ckeditor/images/buttons/anchor.png
|
||||
${DRUPAL_MODS}ckeditor/images/buttons/bgcolor.png
|
||||
${DRUPAL_MODS}ckeditor/images/buttons/bidiltr.png
|
||||
${DRUPAL_MODS}ckeditor/images/buttons/bidirtl.png
|
||||
${DRUPAL_MODS}ckeditor/images/buttons/blockquote.png
|
||||
${DRUPAL_MODS}ckeditor/images/buttons/bold.png
|
||||
${DRUPAL_MODS}ckeditor/images/buttons/bulletedlist.png
|
||||
${DRUPAL_MODS}ckeditor/images/buttons/button.png
|
||||
${DRUPAL_MODS}ckeditor/images/buttons/checkbox.png
|
||||
${DRUPAL_MODS}ckeditor/images/buttons/codesnippet.png
|
||||
${DRUPAL_MODS}ckeditor/images/buttons/copy.png
|
||||
${DRUPAL_MODS}ckeditor/images/buttons/creatediv.png
|
||||
${DRUPAL_MODS}ckeditor/images/buttons/cut.png
|
||||
${DRUPAL_MODS}ckeditor/images/buttons/docprops.png
|
||||
${DRUPAL_MODS}ckeditor/images/buttons/drupalbreak.png
|
||||
${DRUPAL_MODS}ckeditor/images/buttons/drupalpagebreak.png
|
||||
${DRUPAL_MODS}ckeditor/images/buttons/find.png
|
||||
${DRUPAL_MODS}ckeditor/images/buttons/flash.png
|
||||
${DRUPAL_MODS}ckeditor/images/buttons/font.png
|
||||
${DRUPAL_MODS}ckeditor/images/buttons/form.png
|
||||
${DRUPAL_MODS}ckeditor/images/buttons/format.png
|
||||
${DRUPAL_MODS}ckeditor/images/buttons/group.png
|
||||
${DRUPAL_MODS}ckeditor/images/buttons/hiddenfield.png
|
||||
${DRUPAL_MODS}ckeditor/images/buttons/horizontalrule.png
|
||||
${DRUPAL_MODS}ckeditor/images/buttons/icon.png
|
||||
${DRUPAL_MODS}ckeditor/images/buttons/iframe.png
|
||||
${DRUPAL_MODS}ckeditor/images/buttons/image.png
|
||||
${DRUPAL_MODS}ckeditor/images/buttons/imagebutton.png
|
||||
${DRUPAL_MODS}ckeditor/images/buttons/indent.png
|
||||
${DRUPAL_MODS}ckeditor/images/buttons/index.html
|
||||
${DRUPAL_MODS}ckeditor/images/buttons/italic.png
|
||||
${DRUPAL_MODS}ckeditor/images/buttons/justifyblock.png
|
||||
${DRUPAL_MODS}ckeditor/images/buttons/justifycenter.png
|
||||
${DRUPAL_MODS}ckeditor/images/buttons/justifyleft.png
|
||||
${DRUPAL_MODS}ckeditor/images/buttons/justifyright.png
|
||||
${DRUPAL_MODS}ckeditor/images/buttons/language.png
|
||||
${DRUPAL_MODS}ckeditor/images/buttons/link.png
|
||||
${DRUPAL_MODS}ckeditor/images/buttons/linkit.png
|
||||
${DRUPAL_MODS}ckeditor/images/buttons/linktomenu.gif
|
||||
${DRUPAL_MODS}ckeditor/images/buttons/linktonode.gif
|
||||
${DRUPAL_MODS}ckeditor/images/buttons/mathjax.png
|
||||
${DRUPAL_MODS}ckeditor/images/buttons/maximize.png
|
||||
${DRUPAL_MODS}ckeditor/images/buttons/newpage.png
|
||||
${DRUPAL_MODS}ckeditor/images/buttons/numberedlist.png
|
||||
${DRUPAL_MODS}ckeditor/images/buttons/outdent.png
|
||||
${DRUPAL_MODS}ckeditor/images/buttons/pagebreak.png
|
||||
${DRUPAL_MODS}ckeditor/images/buttons/paste.png
|
||||
${DRUPAL_MODS}ckeditor/images/buttons/pastefromword.png
|
||||
${DRUPAL_MODS}ckeditor/images/buttons/pastetext.png
|
||||
${DRUPAL_MODS}ckeditor/images/buttons/placeholder.png
|
||||
${DRUPAL_MODS}ckeditor/images/buttons/preview.png
|
||||
${DRUPAL_MODS}ckeditor/images/buttons/print.png
|
||||
${DRUPAL_MODS}ckeditor/images/buttons/radio.png
|
||||
${DRUPAL_MODS}ckeditor/images/buttons/readmoreButton.png
|
||||
${DRUPAL_MODS}ckeditor/images/buttons/redo.png
|
||||
${DRUPAL_MODS}ckeditor/images/buttons/removeformat.png
|
||||
${DRUPAL_MODS}ckeditor/images/buttons/replace.png
|
||||
${DRUPAL_MODS}ckeditor/images/buttons/save.png
|
||||
${DRUPAL_MODS}ckeditor/images/buttons/scayt.png
|
||||
${DRUPAL_MODS}ckeditor/images/buttons/select.png
|
||||
${DRUPAL_MODS}ckeditor/images/buttons/selectall.png
|
||||
${DRUPAL_MODS}ckeditor/images/buttons/showblocks.png
|
||||
${DRUPAL_MODS}ckeditor/images/buttons/size.png
|
||||
${DRUPAL_MODS}ckeditor/images/buttons/smiley.png
|
||||
${DRUPAL_MODS}ckeditor/images/buttons/source.png
|
||||
${DRUPAL_MODS}ckeditor/images/buttons/sourcedialog.png
|
||||
${DRUPAL_MODS}ckeditor/images/buttons/spacer.png
|
||||
${DRUPAL_MODS}ckeditor/images/buttons/specialchar.png
|
||||
${DRUPAL_MODS}ckeditor/images/buttons/spellchecker.png
|
||||
${DRUPAL_MODS}ckeditor/images/buttons/strike.png
|
||||
${DRUPAL_MODS}ckeditor/images/buttons/styles.png
|
||||
${DRUPAL_MODS}ckeditor/images/buttons/subscript.png
|
||||
${DRUPAL_MODS}ckeditor/images/buttons/superscript.png
|
||||
${DRUPAL_MODS}ckeditor/images/buttons/table.png
|
||||
${DRUPAL_MODS}ckeditor/images/buttons/templates.png
|
||||
${DRUPAL_MODS}ckeditor/images/buttons/textarea.png
|
||||
${DRUPAL_MODS}ckeditor/images/buttons/textcolor.png
|
||||
${DRUPAL_MODS}ckeditor/images/buttons/textfield.png
|
||||
${DRUPAL_MODS}ckeditor/images/buttons/uicolor.png
|
||||
${DRUPAL_MODS}ckeditor/images/buttons/underline.png
|
||||
${DRUPAL_MODS}ckeditor/images/buttons/undo.png
|
||||
${DRUPAL_MODS}ckeditor/images/buttons/unlink.png
|
||||
${DRUPAL_MODS}ckeditor/images/delete.png
|
||||
${DRUPAL_MODS}ckeditor/images/tick.png
|
||||
${DRUPAL_MODS}ckeditor/includes/
|
||||
${DRUPAL_MODS}ckeditor/includes/ckeditor.admin.inc
|
||||
${DRUPAL_MODS}ckeditor/includes/ckeditor.admin.js
|
||||
${DRUPAL_MODS}ckeditor/includes/ckeditor.drush.inc
|
||||
${DRUPAL_MODS}ckeditor/includes/ckeditor.features.inc
|
||||
${DRUPAL_MODS}ckeditor/includes/ckeditor.lib.inc
|
||||
${DRUPAL_MODS}ckeditor/includes/ckeditor.page.inc
|
||||
${DRUPAL_MODS}ckeditor/includes/ckeditor.user.inc
|
||||
${DRUPAL_MODS}ckeditor/includes/ckeditor.utils.js
|
||||
${DRUPAL_MODS}ckeditor/includes/filemanager.config.php
|
||||
${DRUPAL_MODS}ckeditor/includes/jqueryUI/
|
||||
${DRUPAL_MODS}ckeditor/includes/jqueryUI/sort.js
|
||||
${DRUPAL_MODS}ckeditor/includes/uicolor/
|
||||
${DRUPAL_MODS}ckeditor/includes/uicolor/dialogs/
|
||||
${DRUPAL_MODS}ckeditor/includes/uicolor/dialogs/uicolor.js
|
||||
${DRUPAL_MODS}ckeditor/includes/uicolor/icons/
|
||||
${DRUPAL_MODS}ckeditor/includes/uicolor/icons/uicolor.png
|
||||
${DRUPAL_MODS}ckeditor/includes/uicolor/lang/
|
||||
${DRUPAL_MODS}ckeditor/includes/uicolor/lang/_translationstatus.txt
|
||||
${DRUPAL_MODS}ckeditor/includes/uicolor/lang/bg.js
|
||||
${DRUPAL_MODS}ckeditor/includes/uicolor/lang/cs.js
|
||||
${DRUPAL_MODS}ckeditor/includes/uicolor/lang/cy.js
|
||||
${DRUPAL_MODS}ckeditor/includes/uicolor/lang/da.js
|
||||
${DRUPAL_MODS}ckeditor/includes/uicolor/lang/de.js
|
||||
${DRUPAL_MODS}ckeditor/includes/uicolor/lang/el.js
|
||||
${DRUPAL_MODS}ckeditor/includes/uicolor/lang/en.js
|
||||
${DRUPAL_MODS}ckeditor/includes/uicolor/lang/eo.js
|
||||
${DRUPAL_MODS}ckeditor/includes/uicolor/lang/et.js
|
||||
${DRUPAL_MODS}ckeditor/includes/uicolor/lang/fa.js
|
||||
${DRUPAL_MODS}ckeditor/includes/uicolor/lang/fi.js
|
||||
${DRUPAL_MODS}ckeditor/includes/uicolor/lang/fr.js
|
||||
${DRUPAL_MODS}ckeditor/includes/uicolor/lang/he.js
|
||||
${DRUPAL_MODS}ckeditor/includes/uicolor/lang/hr.js
|
||||
${DRUPAL_MODS}ckeditor/includes/uicolor/lang/it.js
|
||||
${DRUPAL_MODS}ckeditor/includes/uicolor/lang/mk.js
|
||||
${DRUPAL_MODS}ckeditor/includes/uicolor/lang/nb.js
|
||||
${DRUPAL_MODS}ckeditor/includes/uicolor/lang/nl.js
|
||||
${DRUPAL_MODS}ckeditor/includes/uicolor/lang/no.js
|
||||
${DRUPAL_MODS}ckeditor/includes/uicolor/lang/pl.js
|
||||
${DRUPAL_MODS}ckeditor/includes/uicolor/lang/tr.js
|
||||
${DRUPAL_MODS}ckeditor/includes/uicolor/lang/ug.js
|
||||
${DRUPAL_MODS}ckeditor/includes/uicolor/lang/uk.js
|
||||
${DRUPAL_MODS}ckeditor/includes/uicolor/lang/vi.js
|
||||
${DRUPAL_MODS}ckeditor/includes/uicolor/lang/zh-cn.js
|
||||
${DRUPAL_MODS}ckeditor/includes/uicolor/plugin.js
|
||||
${DRUPAL_MODS}ckeditor/includes/uicolor/samples/
|
||||
${DRUPAL_MODS}ckeditor/includes/uicolor/samples/uicolor.html
|
||||
${DRUPAL_MODS}ckeditor/includes/uicolor/yui/
|
||||
${DRUPAL_MODS}ckeditor/includes/uicolor/yui/assets/
|
||||
${DRUPAL_MODS}ckeditor/includes/uicolor/yui/assets/hue_bg.png
|
||||
${DRUPAL_MODS}ckeditor/includes/uicolor/yui/assets/hue_thumb.png
|
||||
${DRUPAL_MODS}ckeditor/includes/uicolor/yui/assets/picker_mask.png
|
||||
${DRUPAL_MODS}ckeditor/includes/uicolor/yui/assets/picker_thumb.png
|
||||
${DRUPAL_MODS}ckeditor/includes/uicolor/yui/assets/yui.css
|
||||
${DRUPAL_MODS}ckeditor/includes/uicolor/yui/yui.js
|
||||
${DRUPAL_MODS}ckeditor/plugins/
|
||||
${DRUPAL_MODS}ckeditor/plugins/counter/
|
||||
${DRUPAL_MODS}ckeditor/plugins/counter/plugin.js
|
||||
${DRUPAL_MODS}ckeditor/plugins/drupalbreaks/
|
||||
${DRUPAL_MODS}ckeditor/plugins/drupalbreaks/images/
|
||||
${DRUPAL_MODS}ckeditor/plugins/drupalbreaks/images/drupalbreak.png
|
||||
${DRUPAL_MODS}ckeditor/plugins/drupalbreaks/images/drupalpagebreak.png
|
||||
${DRUPAL_MODS}ckeditor/plugins/drupalbreaks/images/pagebreak.gif
|
||||
${DRUPAL_MODS}ckeditor/plugins/drupalbreaks/plugin.js
|
||||
${DRUPAL_MODS}ckeditor/plugins/imce/
|
||||
${DRUPAL_MODS}ckeditor/plugins/imce/images/
|
||||
${DRUPAL_MODS}ckeditor/plugins/imce/images/icon.png
|
||||
${DRUPAL_MODS}ckeditor/plugins/imce/plugin.js
|
||||
${DRUPAL_MODS}ckeditor/plugins/mediaembed/
|
||||
${DRUPAL_MODS}ckeditor/plugins/mediaembed/dialogs/
|
||||
${DRUPAL_MODS}ckeditor/plugins/mediaembed/dialogs/mediaembed.js
|
||||
${DRUPAL_MODS}ckeditor/plugins/mediaembed/images/
|
||||
${DRUPAL_MODS}ckeditor/plugins/mediaembed/images/icon.png
|
||||
${DRUPAL_MODS}ckeditor/plugins/mediaembed/images/placeholder.gif
|
||||
${DRUPAL_MODS}ckeditor/plugins/mediaembed/plugin.js
|
||||
${DRUPAL_MODS}ckeditor/tests/
|
||||
${DRUPAL_MODS}ckeditor/tests/ckeditor.test
|
@ -1,96 +0,0 @@
|
||||
# $OpenBSD: Makefile,v 1.10 2016/06/30 11:51:06 espie Exp $
|
||||
|
||||
SUBDIR =
|
||||
SUBDIR += CKeditor
|
||||
SUBDIR += abt
|
||||
#SUBDIR += admin-menu GC ?
|
||||
#SUBDIR += advanced_help
|
||||
#SUBDIR += advanced_user
|
||||
SUBDIR += alternate_login
|
||||
SUBDIR += auto_nodetitle
|
||||
SUBDIR += backup_migrate
|
||||
#SUBDIR += blocks404
|
||||
#SUBDIR += bookmadesimple
|
||||
#SUBDIR += bueditor
|
||||
#SUBDIR += captcha
|
||||
#SUBDIR += cck_blocks
|
||||
#SUBDIR += ckeditor-link
|
||||
SUBDIR += colorbox
|
||||
SUBDIR += compact_forms
|
||||
#SUBDIR += contemplate
|
||||
SUBDIR += content_access #1.2beta1
|
||||
SUBDIR += core7
|
||||
SUBDIR += ctools
|
||||
SUBDIR += date
|
||||
SUBDIR += devel
|
||||
#SUBDIR += dhtml_menu
|
||||
#SUBDIR += diff
|
||||
SUBDIR += disable_messages
|
||||
#SUBDIR += draft
|
||||
SUBDIR += entity
|
||||
#SUBDIR += faq
|
||||
#SUBDIR += filefield_sources
|
||||
SUBDIR += genpass
|
||||
SUBDIR += globalredirect
|
||||
SUBDIR += google_analytics
|
||||
#SUBDIR += imageapi
|
||||
#SUBDIR += jquery_ui
|
||||
SUBDIR += jquery_plugin
|
||||
#SUBDIR += ldap_integration
|
||||
#SUBDIR += lightbox2
|
||||
#SUBDIR += link
|
||||
#SUBDIR += linkchecker
|
||||
#SUBDIR += locale-de
|
||||
SUBDIR += locale-fr
|
||||
#SUBDIR += locale-it
|
||||
#SUBDIR += locale-ja
|
||||
SUBDIR += locale-nl
|
||||
SUBDIR += masquerade #1.0rc4
|
||||
#SUBDIR += menu_force
|
||||
#SUBDIR += metatag 1.0alpha5
|
||||
#SUBDIR += modalframe
|
||||
SUBDIR += nodeaccess_userreference
|
||||
SUBDIR += nodesinblock
|
||||
#SUBDIR += nodetype
|
||||
#SUBDIR += noderelationships
|
||||
#SUBDIR += notify
|
||||
#SUBDIR += override_node_options
|
||||
#SUBDIR += panels
|
||||
#SUBDIR += password_strength
|
||||
SUBDIR += pathauto
|
||||
#SUBDIR += phpmailer
|
||||
#SUBDIR += pngfix
|
||||
SUBDIR += printer-friendly
|
||||
#SUBDIR += publishcontent
|
||||
#SUBDIR += relevant_content
|
||||
SUBDIR += references
|
||||
#SUBDIR += rolereference
|
||||
SUBDIR += rules
|
||||
SUBDIR += scheduler
|
||||
SUBDIR += schema #1.0beta3
|
||||
#SUBDIR += search_config
|
||||
SUBDIR += securelogin
|
||||
#SUBDIR += session_api
|
||||
SUBDIR += slideshow_creator
|
||||
#SUBDIR += spamspan
|
||||
#SUBDIR += tables
|
||||
SUBDIR += theme-adaptivetheme
|
||||
#SUBDIR += theme-acquia-marina
|
||||
SUBDIR += theme-atcommerce
|
||||
SUBDIR += theme-danland
|
||||
SUBDIR += theme-newsflash
|
||||
#SUBDIR += theme-zen
|
||||
#SUBDIR += themesettingsapi
|
||||
SUBDIR += token
|
||||
#SUBDIR += transliteration
|
||||
SUBDIR += ubercart
|
||||
#SUBDIR += user_import
|
||||
#SUBDIR += user_pic_perm n/a for 7
|
||||
SUBDIR += user_readonly
|
||||
#SUBDIR += view_unpublished
|
||||
SUBDIR += views
|
||||
#SUBDIR += views_bulk_operations
|
||||
SUBDIR += webform
|
||||
#SUBDIR += workflow
|
||||
|
||||
.include <bsd.port.subdir.mk>
|
@ -1,15 +0,0 @@
|
||||
# $OpenBSD: Makefile.inc,v 1.3 2019/07/13 10:59:27 sthen Exp $
|
||||
|
||||
|
||||
MODULES += www/drupal7
|
||||
|
||||
# GPL
|
||||
PERMIT_PACKAGE ?= Yes
|
||||
|
||||
NO_BUILD ?= Yes
|
||||
NO_TEST ?= Yes
|
||||
|
||||
.if !target(do-install)
|
||||
do-install:
|
||||
${MODDRUPAL_INSTALL}
|
||||
.endif
|
@ -1,10 +0,0 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2019/01/05 22:56:20 danj Exp $
|
||||
|
||||
COMMENT = filter access by term
|
||||
|
||||
MODDRUPAL_PROJECT = abt
|
||||
MODDRUPAL_VERSION = 1.8
|
||||
PKGNAME = drupal7-access_by_term-${MODDRUPAL_VERSION}
|
||||
REVISION = 0
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,2 +0,0 @@
|
||||
SHA256 (drupal7/abt-7.x-1.8.tar.gz) = shQlxHmkHR/AqmSiIl2qFkgwq1PfTaDCKfqtoqvg2cA=
|
||||
SIZE (drupal7/abt-7.x-1.8.tar.gz) = 16313
|
@ -1,7 +0,0 @@
|
||||
ABT (Access by Term) is a module that controls node access based
|
||||
on relationship between node->term<-user where taxonomy terms allow
|
||||
for hierarchical content access control.
|
||||
|
||||
To use, add a "term reference" field to the content type(s) and the user.
|
||||
Just make sure to use the exact same field for content checking permissions
|
||||
to happen.
|
@ -1,12 +0,0 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2018/03/31 16:09:08 espie Exp $
|
||||
@owner ${DRUPAL_OWNER}
|
||||
@group ${DRUPAL_GROUP}
|
||||
${DRUPAL_MODS}abt/
|
||||
${DRUPAL_MODS}abt/.gitignore
|
||||
${DRUPAL_MODS}abt/LICENSE.txt
|
||||
${DRUPAL_MODS}abt/README.txt
|
||||
${DRUPAL_MODS}abt/abt.info
|
||||
${DRUPAL_MODS}abt/abt.install
|
||||
${DRUPAL_MODS}abt/abt.module
|
||||
${DRUPAL_MODS}abt/abt.test
|
||||
${DRUPAL_MODS}abt/abtutils.inc
|
@ -1,10 +0,0 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2019/01/05 22:56:20 danj Exp $
|
||||
|
||||
COMMENT = alternate logins for drupal
|
||||
|
||||
MODDRUPAL_PROJECT = alt_login
|
||||
MODDRUPAL_VERSION = 1.0
|
||||
MODDRUPAL_PKGNAME = alternate-login
|
||||
REVISION = 3
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,2 +0,0 @@
|
||||
SHA256 (drupal7/alt_login-7.x-1.0.tar.gz) = 8ALosyM95wFpWZHSSPrDIAwgnhVWCLD2FO5nVsGdh6A=
|
||||
SIZE (drupal7/alt_login-7.x-1.0.tar.gz) = 13521
|
@ -1,4 +0,0 @@
|
||||
Allows users to have an alternate login, mostly useful to migrate
|
||||
an old site that has login restrictions to a new cleaner design.
|
||||
|
||||
Doesn't interact well with user_import at the moment.
|
@ -1,14 +0,0 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2012/04/10 12:50:24 espie Exp $
|
||||
@owner ${DRUPAL_OWNER}
|
||||
@group ${DRUPAL_GROUP}
|
||||
${DRUPAL_MODS}alt_login/
|
||||
${DRUPAL_MODS}alt_login/LICENSE.txt
|
||||
${DRUPAL_MODS}alt_login/README.txt
|
||||
${DRUPAL_MODS}alt_login/alt_login.info
|
||||
${DRUPAL_MODS}alt_login/alt_login.install
|
||||
${DRUPAL_MODS}alt_login/alt_login.module
|
||||
${DRUPAL_MODS}alt_login/translations/
|
||||
${DRUPAL_MODS}alt_login/translations/alt_login.pot
|
||||
${DRUPAL_MODS}alt_login/translations/cs.po
|
||||
${DRUPAL_MODS}alt_login/translations/el.po
|
||||
${DRUPAL_MODS}alt_login/translations/ja.po
|
@ -1,11 +0,0 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2019/01/05 22:56:20 danj Exp $
|
||||
|
||||
COMMENT = automatic node titles for drupal
|
||||
|
||||
MODDRUPAL_PROJECT = auto_nodetitle
|
||||
MODDRUPAL_VERSION = 1.0
|
||||
MODDRUPAL_PKGNAME = automatic-nodetitle
|
||||
|
||||
REVISION = 2
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,2 +0,0 @@
|
||||
SHA256 (drupal7/auto_nodetitle-7.x-1.0.tar.gz) = aZwe9qTg+uggGKVIm401rd8gQ5sPqCla88e7eeQMjTY=
|
||||
SIZE (drupal7/auto_nodetitle-7.x-1.0.tar.gz) = 9771
|
@ -1,8 +0,0 @@
|
||||
Manually choosing good content titles is good.
|
||||
|
||||
If you have a structured site, deducing an automatic
|
||||
content title from the submission (using tokens) is
|
||||
much easier to do.
|
||||
|
||||
Either use to suggest good content titles, or to disable
|
||||
manual content titles entirely. Per-content type configurable.
|
@ -1,10 +0,0 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2012/04/10 12:49:31 espie Exp $
|
||||
@owner ${DRUPAL_OWNER}
|
||||
@group ${DRUPAL_GROUP}
|
||||
${DRUPAL_MODS}auto_nodetitle/
|
||||
${DRUPAL_MODS}auto_nodetitle/LICENSE.txt
|
||||
${DRUPAL_MODS}auto_nodetitle/README.txt
|
||||
${DRUPAL_MODS}auto_nodetitle/auto_nodetitle.info
|
||||
${DRUPAL_MODS}auto_nodetitle/auto_nodetitle.install
|
||||
${DRUPAL_MODS}auto_nodetitle/auto_nodetitle.js
|
||||
${DRUPAL_MODS}auto_nodetitle/auto_nodetitle.module
|
@ -1,12 +0,0 @@
|
||||
# $OpenBSD: Makefile,v 1.7 2019/01/05 22:56:20 danj Exp $
|
||||
|
||||
COMMENT = backup mysql database directly from drupal
|
||||
REVISION = 0
|
||||
|
||||
MODDRUPAL_PROJECT = backup_migrate
|
||||
MODDRUPAL_PKGNAME = backup-migrate
|
||||
MODDRUPAL_VERSION = 3.5
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/${DRUPAL_ROOT}/files/backup_migrate
|
||||
.include <bsd.port.mk>
|
@ -1,2 +0,0 @@
|
||||
SHA256 (drupal7/backup_migrate-7.x-3.5.tar.gz) = zBLQ5sI4+obCYC3YCyLvI0PZNppQIwYHMwWV7PtTlSI=
|
||||
SIZE (drupal7/backup_migrate-7.x-3.5.tar.gz) = 104209
|
@ -1,7 +0,0 @@
|
||||
allows easy backup of the drupal database to a file of sql statements,
|
||||
by selecting which tables you don't need.
|
||||
|
||||
This module does NOT WORK if you're using postgresql.
|
||||
|
||||
You will have to configure and use pg_dump(1) to achieve
|
||||
equivalent functionality.
|
@ -1,43 +0,0 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2018/03/31 12:13:46 espie Exp $
|
||||
@group ${DRUPAL_GROUP}
|
||||
@owner ${DRUPAL_OWNER}
|
||||
${DRUPAL_ROOT}/files/
|
||||
${DRUPAL_ROOT}/files/backup_migrate/
|
||||
${DRUPAL_MODS}backup_migrate/
|
||||
${DRUPAL_MODS}backup_migrate/LICENSE.txt
|
||||
${DRUPAL_MODS}backup_migrate/README.txt
|
||||
${DRUPAL_MODS}backup_migrate/backup_migrate.css
|
||||
${DRUPAL_MODS}backup_migrate/backup_migrate.info
|
||||
${DRUPAL_MODS}backup_migrate/backup_migrate.install
|
||||
${DRUPAL_MODS}backup_migrate/backup_migrate.js
|
||||
${DRUPAL_MODS}backup_migrate/backup_migrate.module
|
||||
${DRUPAL_MODS}backup_migrate/includes/
|
||||
${DRUPAL_MODS}backup_migrate/includes/backup_migrate.drush.inc
|
||||
${DRUPAL_MODS}backup_migrate/includes/crud.inc
|
||||
${DRUPAL_MODS}backup_migrate/includes/destinations.browser.inc
|
||||
${DRUPAL_MODS}backup_migrate/includes/destinations.db.inc
|
||||
${DRUPAL_MODS}backup_migrate/includes/destinations.db.mysql.inc
|
||||
${DRUPAL_MODS}backup_migrate/includes/destinations.email.inc
|
||||
${DRUPAL_MODS}backup_migrate/includes/destinations.file.inc
|
||||
${DRUPAL_MODS}backup_migrate/includes/destinations.ftp.inc
|
||||
${DRUPAL_MODS}backup_migrate/includes/destinations.inc
|
||||
${DRUPAL_MODS}backup_migrate/includes/destinations.nodesquirrel.inc
|
||||
${DRUPAL_MODS}backup_migrate/includes/destinations.s3.inc
|
||||
${DRUPAL_MODS}backup_migrate/includes/files.inc
|
||||
${DRUPAL_MODS}backup_migrate/includes/filters.backup_restore.inc
|
||||
${DRUPAL_MODS}backup_migrate/includes/filters.compression.inc
|
||||
${DRUPAL_MODS}backup_migrate/includes/filters.encryption.inc
|
||||
${DRUPAL_MODS}backup_migrate/includes/filters.inc
|
||||
${DRUPAL_MODS}backup_migrate/includes/filters.statusnotify.inc
|
||||
${DRUPAL_MODS}backup_migrate/includes/filters.utils.inc
|
||||
${DRUPAL_MODS}backup_migrate/includes/locations.inc
|
||||
${DRUPAL_MODS}backup_migrate/includes/profiles.inc
|
||||
${DRUPAL_MODS}backup_migrate/includes/schedules.inc
|
||||
${DRUPAL_MODS}backup_migrate/includes/sources.archivesource.inc
|
||||
${DRUPAL_MODS}backup_migrate/includes/sources.db.inc
|
||||
${DRUPAL_MODS}backup_migrate/includes/sources.db.mysql.inc
|
||||
${DRUPAL_MODS}backup_migrate/includes/sources.filesource.inc
|
||||
${DRUPAL_MODS}backup_migrate/includes/sources.inc
|
||||
${DRUPAL_MODS}backup_migrate/tests/
|
||||
${DRUPAL_MODS}backup_migrate/tests/BackupMigrateBasicsTest.test
|
||||
${DRUPAL_MODS}backup_migrate/tests/BackupMigrateHelper.test
|
@ -1,9 +0,0 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2019/01/05 22:56:20 danj Exp $
|
||||
|
||||
COMMENT = light-weight, customizable lightbox plugin
|
||||
|
||||
MODDRUPAL_PROJECT = colorbox
|
||||
MODDRUPAL_VERSION = 1.3
|
||||
REVISION = 3
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,2 +0,0 @@
|
||||
SHA256 (drupal7/colorbox-7.x-1.3.tar.gz) = f4ml0qyLiBoYp74XDFvaOuiZKoRDfs+wGrTpafqefEg=
|
||||
SIZE (drupal7/colorbox-7.x-1.3.tar.gz) = 164324
|
@ -1,5 +0,0 @@
|
||||
Colorbox is a light-weight, customizable lightbox plugin for jQuery
|
||||
1.4.3+. This module allows for integration of Colorbox into Drupal.
|
||||
|
||||
Images, iframed or inline content etc. can be displayed in a overlay
|
||||
above the current page.
|
@ -1,48 +0,0 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2012/06/10 19:47:56 jasper Exp $
|
||||
@owner ${DRUPAL_OWNER}
|
||||
@group ${DRUPAL_GROUP}
|
||||
${DRUPAL_MODS}colorbox/
|
||||
${DRUPAL_MODS}colorbox/LICENSE.txt
|
||||
${DRUPAL_MODS}colorbox/README.txt
|
||||
${DRUPAL_MODS}colorbox/colorbox-insert-image.tpl.php
|
||||
${DRUPAL_MODS}colorbox/colorbox.admin.inc
|
||||
${DRUPAL_MODS}colorbox/colorbox.api.php
|
||||
${DRUPAL_MODS}colorbox/colorbox.info
|
||||
${DRUPAL_MODS}colorbox/colorbox.install
|
||||
${DRUPAL_MODS}colorbox/colorbox.make.example
|
||||
${DRUPAL_MODS}colorbox/colorbox.module
|
||||
${DRUPAL_MODS}colorbox/colorbox.pages.inc
|
||||
${DRUPAL_MODS}colorbox/colorbox.theme.inc
|
||||
${DRUPAL_MODS}colorbox/colorbox.variable.inc
|
||||
${DRUPAL_MODS}colorbox/drush/
|
||||
${DRUPAL_MODS}colorbox/drush/colorbox.drush.inc
|
||||
${DRUPAL_MODS}colorbox/images/
|
||||
${DRUPAL_MODS}colorbox/images/controls.png
|
||||
${DRUPAL_MODS}colorbox/images/loading_animation.gif
|
||||
${DRUPAL_MODS}colorbox/images/loading_background.png
|
||||
${DRUPAL_MODS}colorbox/js/
|
||||
${DRUPAL_MODS}colorbox/js/colorbox.js
|
||||
${DRUPAL_MODS}colorbox/js/colorbox_admin_settings.js
|
||||
${DRUPAL_MODS}colorbox/js/colorbox_image_module.js
|
||||
${DRUPAL_MODS}colorbox/js/colorbox_inline.js
|
||||
${DRUPAL_MODS}colorbox/js/colorbox_load.js
|
||||
${DRUPAL_MODS}colorbox/js/colorbox_login.js
|
||||
${DRUPAL_MODS}colorbox/styles/
|
||||
${DRUPAL_MODS}colorbox/styles/default/
|
||||
${DRUPAL_MODS}colorbox/styles/default/colorbox_default_style.css
|
||||
${DRUPAL_MODS}colorbox/styles/default/colorbox_default_style.js
|
||||
${DRUPAL_MODS}colorbox/styles/default/images/
|
||||
${DRUPAL_MODS}colorbox/styles/default/images/controls.png
|
||||
${DRUPAL_MODS}colorbox/styles/default/images/loading_animation.gif
|
||||
${DRUPAL_MODS}colorbox/styles/default/images/loading_background.png
|
||||
${DRUPAL_MODS}colorbox/styles/stockholmsyndrome/
|
||||
${DRUPAL_MODS}colorbox/styles/stockholmsyndrome/colorbox_stockholmsyndrome.css
|
||||
${DRUPAL_MODS}colorbox/styles/stockholmsyndrome/colorbox_stockholmsyndrome.js
|
||||
${DRUPAL_MODS}colorbox/styles/stockholmsyndrome/colorbox_stockholmsyndrome_screen.png
|
||||
${DRUPAL_MODS}colorbox/styles/stockholmsyndrome/images/
|
||||
${DRUPAL_MODS}colorbox/styles/stockholmsyndrome/images/bg_tab.png
|
||||
${DRUPAL_MODS}colorbox/styles/stockholmsyndrome/images/controls.png
|
||||
${DRUPAL_MODS}colorbox/styles/stockholmsyndrome/images/loading_animation.gif
|
||||
${DRUPAL_MODS}colorbox/views/
|
||||
${DRUPAL_MODS}colorbox/views/colorbox.views.inc
|
||||
${DRUPAL_MODS}colorbox/views/colorbox_handler_field_colorbox.inc
|
@ -1,10 +0,0 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2019/01/05 22:56:20 danj Exp $
|
||||
|
||||
COMMENT = fancy forms fields
|
||||
|
||||
MODDRUPAL_PROJECT = compact_forms
|
||||
MODDRUPAL_VERSION = 1.0
|
||||
MODDRUPAL_PKGNAME = compact-forms
|
||||
REVISION = 2
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,2 +0,0 @@
|
||||
SHA256 (drupal7/compact_forms-7.x-1.0.tar.gz) = PP8scarVF0fDTfng7yy9sjv12XwDoe65HhobRFmEOyA=
|
||||
SIZE (drupal7/compact_forms-7.x-1.0.tar.gz) = 10616
|
@ -1,10 +0,0 @@
|
||||
Compact Forms presents text fields for selected forms in a more compact fashion
|
||||
using jQuery.
|
||||
|
||||
The form item/element fields are overlaid with their respective labels. When
|
||||
the user focuses a field the label fades away nicely, and if the field is left
|
||||
empty the label fades back in again.
|
||||
|
||||
By default, only the user login block is switched to compact style, but the
|
||||
behavior can be added to any form by adding the corresponding CSS ids to the
|
||||
Compact Forms configuration.
|
@ -1,13 +0,0 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2012/04/10 12:50:24 espie Exp $
|
||||
@owner ${DRUPAL_OWNER}
|
||||
@group ${DRUPAL_GROUP}
|
||||
${DRUPAL_MODS}compact_forms/
|
||||
${DRUPAL_MODS}compact_forms/CHANGELOG.txt
|
||||
${DRUPAL_MODS}compact_forms/LICENSE.txt
|
||||
${DRUPAL_MODS}compact_forms/README.txt
|
||||
${DRUPAL_MODS}compact_forms/compact_forms.admin.inc
|
||||
${DRUPAL_MODS}compact_forms/compact_forms.css
|
||||
${DRUPAL_MODS}compact_forms/compact_forms.info
|
||||
${DRUPAL_MODS}compact_forms/compact_forms.install
|
||||
${DRUPAL_MODS}compact_forms/compact_forms.js
|
||||
${DRUPAL_MODS}compact_forms/compact_forms.module
|
@ -1,11 +0,0 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2019/01/05 22:56:20 danj Exp $
|
||||
|
||||
COMMENT = fine-grained access control
|
||||
|
||||
MODDRUPAL_PROJECT = content_access
|
||||
MODDRUPAL_VERSION = 1.2-beta2
|
||||
|
||||
PKGNAME = drupal7-content-access-1.2beta2
|
||||
REVISION = 2
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,2 +0,0 @@
|
||||
SHA256 (drupal7/content_access-7.x-1.2-beta2.tar.gz) = vCM5E0sjSYjMBafTqJGRCt2jfF49fMWnN1Bn0XnkN2c=
|
||||
SIZE (drupal7/content_access-7.x-1.2-beta2.tar.gz) = 24179
|
@ -1,2 +0,0 @@
|
||||
Manage view/edit permissions per content-type, per role.
|
||||
Allows one to define specific permissions per-role.
|
@ -1,21 +0,0 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2014/02/08 19:37:29 espie Exp $
|
||||
@owner ${DRUPAL_OWNER}
|
||||
@group ${DRUPAL_GROUP}
|
||||
${DRUPAL_MODS}content_access/
|
||||
${DRUPAL_MODS}content_access/CHANGELOG.txt
|
||||
${DRUPAL_MODS}content_access/LICENSE.txt
|
||||
${DRUPAL_MODS}content_access/README.txt
|
||||
${DRUPAL_MODS}content_access/UPGRADE.txt
|
||||
${DRUPAL_MODS}content_access/content_access.admin.inc
|
||||
${DRUPAL_MODS}content_access/content_access.css
|
||||
${DRUPAL_MODS}content_access/content_access.info
|
||||
${DRUPAL_MODS}content_access/content_access.install
|
||||
${DRUPAL_MODS}content_access/content_access.module
|
||||
${DRUPAL_MODS}content_access/content_access_rules/
|
||||
${DRUPAL_MODS}content_access/content_access_rules/content_access_rules.info
|
||||
${DRUPAL_MODS}content_access/content_access_rules/content_access_rules.module
|
||||
${DRUPAL_MODS}content_access/content_access_rules/content_access_rules.rules.inc
|
||||
${DRUPAL_MODS}content_access/tests/
|
||||
${DRUPAL_MODS}content_access/tests/content_access.test
|
||||
${DRUPAL_MODS}content_access/tests/content_access_acl.test
|
||||
${DRUPAL_MODS}content_access/tests/content_access_test_help.php
|
@ -1,30 +0,0 @@
|
||||
# $OpenBSD: Makefile,v 1.14 2019/09/26 21:59:31 sthen Exp $
|
||||
|
||||
COMMENT = powerful content management system
|
||||
|
||||
DISTNAME = drupal-7.60
|
||||
PKGNAME = drupal-7.60
|
||||
REVISION = 1
|
||||
|
||||
DISTFILES = ${DISTNAME}${EXTRACT_SUFX}
|
||||
|
||||
MODULES = lang/php
|
||||
RUN_DEPENDS = lang/php/${MODPHP_VERSION},-gd \
|
||||
${MODPHP_PDO_DEPENDS}
|
||||
|
||||
do-install:
|
||||
mkdir -p ${PREFIX}/${DRUPAL_ROOT}
|
||||
# copy base distrib
|
||||
cp -R ${WRKDIST}/* ${PREFIX}/${DRUPAL_ROOT}
|
||||
# copy config file
|
||||
${SUBST_CMD} -m 444 -c ${FILESDIR}/drupal.conf \
|
||||
${PREFIX}/${DRUPAL_ROOT}/misc/drupal.conf
|
||||
chown -R ${DRUPAL_OWNER}.${DRUPAL_GROUP} ${PREFIX}/${DRUPAL_ROOT}
|
||||
install -d -g www -m 460 ${PREFIX}/${DRUPAL_ROOT}/sites/default/files
|
||||
# chmod 640 ${PREFIX}/${DRUPAL_ROOT}/sites/default/default.settings.php
|
||||
# chgrp www ${PREFIX}/${DRUPAL_ROOT}/sites/default/default.settings.php
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/${DRUPAL_MODS}
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/${DRUPAL_THEMES}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
SUBST_VARS += DRUPAL
|
@ -1,2 +0,0 @@
|
||||
SHA256 (drupal7/drupal-7.60.tar.gz) = 4risUxV3O//qjuGQNnmTaYV6JLcoU/KMcpv6u4AofKw=
|
||||
SIZE (drupal7/drupal-7.60.tar.gz) = 3283058
|
@ -1,53 +0,0 @@
|
||||
# $OpenBSD: drupal.conf,v 1.2 2018/03/30 12:45:01 espie Exp $
|
||||
# Written by Marc Espie, public domain
|
||||
# vim:filetype=apache:
|
||||
|
||||
<IfModule !mod_rewrite.c>
|
||||
LoadModule rewrite_module ${LOCALBASE}/lib/apache2/mod_rewrite.so
|
||||
</IfModule>
|
||||
<Directory /var/www/${DRUPAL_ROOT}>
|
||||
# Allows simple urls
|
||||
RewriteEngine on
|
||||
RewriteBase /${DRUPAL}
|
||||
RewriteCond %{REQUEST_FILENAME} !-f
|
||||
RewriteCond %{REQUEST_FILENAME} !-d
|
||||
RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]
|
||||
|
||||
# Protect files and directories from prying eyes.
|
||||
<FilesMatch "\.(engine|inc|info|install|module|profile|po|sh|.*sql|theme|tpl(\.php)?|xtmpl)$|^(code-style\.pl|Entries.*|Repository|Root|Tag|Template)$">
|
||||
Order allow,deny
|
||||
</FilesMatch>
|
||||
|
||||
# Don't show directory listings for URLs which map to a directory.
|
||||
Options -Indexes
|
||||
|
||||
# Follow symbolic links in this directory.
|
||||
Options +FollowSymLinks
|
||||
|
||||
# Customized error messages.
|
||||
ErrorDocument 404 /index.php
|
||||
|
||||
# Set the default handler.
|
||||
DirectoryIndex index.php
|
||||
|
||||
# Override PHP settings. More in sites/default/settings.php
|
||||
<IfModule mod_php5.c>
|
||||
php_value magic_quotes_gpc 0
|
||||
php_value register_globals 0
|
||||
php_value session.auto_start 0
|
||||
php_value mbstring.http_input pass
|
||||
php_value mbstring.http_output pass
|
||||
php_value mbstring.encoding_translation 0
|
||||
</IfModule>
|
||||
|
||||
# Requires mod_expires to be enabled.
|
||||
<IfModule mod_expires.c>
|
||||
# Enable expirations.
|
||||
ExpiresActive On
|
||||
# Cache all files for 2 weeks after access (A).
|
||||
ExpiresDefault A1209600
|
||||
# Do not cache dynamically generated pages.
|
||||
ExpiresByType text/html A1
|
||||
</IfModule>
|
||||
|
||||
</Directory>
|
@ -1,18 +0,0 @@
|
||||
Drupal is a powerful and flexible content management system.
|
||||
|
||||
Some of its appealing features:
|
||||
- role-based permission system. Easy to set up exactly the roles you
|
||||
need that match your organisation. Each content-type can be set up
|
||||
per role (submission, approval, viewing rights).
|
||||
- automated generation of tables through a view system. There's mostly
|
||||
no need for static structure.
|
||||
- powerful indexing capabilities through keywords organized in hierarchical
|
||||
vocabularies (taxonomies).
|
||||
- nice localization features. Missing translations can be supplied `on the fly'.
|
||||
- url aliases for `nice site' look-ups.
|
||||
- integrated downloads and uploads, so that external documents can be part
|
||||
of your site.
|
||||
- extensible content forms with typed fields (e.g., starting date).
|
||||
|
||||
- sensible security: mixed sites where the login url goes through https do
|
||||
work without needing to change everything all over the place
|
File diff suppressed because it is too large
Load Diff
@ -1,37 +0,0 @@
|
||||
$OpenBSD: README,v 1.3 2018/09/04 12:46:24 espie Exp $
|
||||
|
||||
+-----------------------------------------------------------------------
|
||||
| Running ${PKGSTEM} on OpenBSD
|
||||
+-----------------------------------------------------------------------
|
||||
|
||||
To enable a decent configuration of drupal, please create a symbolic
|
||||
link:
|
||||
|
||||
ln -sf ../modules.sample/${DRUPAL}.conf \
|
||||
/var/www/conf/modules
|
||||
|
||||
Drupal can work with a PostgreSQL, MySQL or SQLite3 database.
|
||||
If you don't already have the corresponding PDO package, install it:
|
||||
php-pdo_pgsql, php-pdo_mysql or php-pdo_sqlite
|
||||
|
||||
If you just want to try out drupal, you don't need any database server,
|
||||
an sqlite file will do just fine.
|
||||
|
||||
Don't forget to set the character set to utf8 in your database.
|
||||
|
||||
In mysql, assuming you're connected as admin initially.
|
||||
|
||||
create user drupal@localhost identified by 'password';
|
||||
create database drupal character set utf8;
|
||||
grant all on drupal.* to drupal@localhost;
|
||||
|
||||
Note that the default max_allowed_packet is too small if you install
|
||||
a few modules. See /etc/my.cnf.
|
||||
|
||||
In postgresql, assuming an `admin' account has all rights:
|
||||
|
||||
createuser -U admin --pwprompt --no-superuser --createdb --no-createrole drupal
|
||||
createdb -U drupal -E UTF8 drupal
|
||||
|
||||
Updating from a drupal6 installation:
|
||||
- to do
|
@ -1,8 +0,0 @@
|
||||
Your database is still there.
|
||||
|
||||
In mysql, if you want to finish wiping it out, you probably want to do
|
||||
something like:
|
||||
|
||||
drop database drupal;
|
||||
drop user drupal;
|
||||
|
@ -1,9 +0,0 @@
|
||||
# $OpenBSD: Makefile,v 1.7 2019/01/05 22:56:20 danj Exp $
|
||||
|
||||
COMMENT = chaos tool suite
|
||||
REVISION = 0
|
||||
|
||||
MODDRUPAL_PROJECT = ctools
|
||||
MODDRUPAL_VERSION = 1.14
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,2 +0,0 @@
|
||||
SHA256 (drupal7/ctools-7.x-1.14.tar.gz) = qIjH4A3qgBaC9hbIlwbGWDig4Ln0roRjRiHvou8mWO4=
|
||||
SIZE (drupal7/ctools-7.x-1.14.tar.gz) = 441835
|
@ -1 +0,0 @@
|
||||
The Chaos tool suite, a prerequisite for views.
|
@ -1,510 +0,0 @@
|
||||
@comment $OpenBSD: PLIST,v 1.5 2018/03/31 12:38:46 espie Exp $
|
||||
@owner ${DRUPAL_OWNER}
|
||||
@group ${DRUPAL_GROUP}
|
||||
${DRUPAL_MODS}ctools/
|
||||
${DRUPAL_MODS}ctools/API.txt
|
||||
${DRUPAL_MODS}ctools/LICENSE.txt
|
||||
${DRUPAL_MODS}ctools/UPGRADE.txt
|
||||
${DRUPAL_MODS}ctools/bulk_export/
|
||||
${DRUPAL_MODS}ctools/bulk_export/bulk_export.css
|
||||
${DRUPAL_MODS}ctools/bulk_export/bulk_export.info
|
||||
${DRUPAL_MODS}ctools/bulk_export/bulk_export.js
|
||||
${DRUPAL_MODS}ctools/bulk_export/bulk_export.module
|
||||
${DRUPAL_MODS}ctools/css/
|
||||
${DRUPAL_MODS}ctools/css/button.css
|
||||
${DRUPAL_MODS}ctools/css/collapsible-div.css
|
||||
${DRUPAL_MODS}ctools/css/context.css
|
||||
${DRUPAL_MODS}ctools/css/ctools.css
|
||||
${DRUPAL_MODS}ctools/css/dropbutton.css
|
||||
${DRUPAL_MODS}ctools/css/dropdown.css
|
||||
${DRUPAL_MODS}ctools/css/export-ui-list.css
|
||||
${DRUPAL_MODS}ctools/css/modal-rtl.css
|
||||
${DRUPAL_MODS}ctools/css/modal.css
|
||||
${DRUPAL_MODS}ctools/css/ruleset.css
|
||||
${DRUPAL_MODS}ctools/css/stylizer.css
|
||||
${DRUPAL_MODS}ctools/css/wizard.css
|
||||
${DRUPAL_MODS}ctools/ctools.api.php
|
||||
${DRUPAL_MODS}ctools/ctools.info
|
||||
${DRUPAL_MODS}ctools/ctools.install
|
||||
${DRUPAL_MODS}ctools/ctools.module
|
||||
${DRUPAL_MODS}ctools/ctools_access_ruleset/
|
||||
${DRUPAL_MODS}ctools/ctools_access_ruleset/ctools_access_ruleset.info
|
||||
${DRUPAL_MODS}ctools/ctools_access_ruleset/ctools_access_ruleset.install
|
||||
${DRUPAL_MODS}ctools/ctools_access_ruleset/ctools_access_ruleset.module
|
||||
${DRUPAL_MODS}ctools/ctools_access_ruleset/plugins/
|
||||
${DRUPAL_MODS}ctools/ctools_access_ruleset/plugins/access/
|
||||
${DRUPAL_MODS}ctools/ctools_access_ruleset/plugins/access/ruleset.inc
|
||||
${DRUPAL_MODS}ctools/ctools_access_ruleset/plugins/export_ui/
|
||||
${DRUPAL_MODS}ctools/ctools_access_ruleset/plugins/export_ui/ctools_access_ruleset.inc
|
||||
${DRUPAL_MODS}ctools/ctools_access_ruleset/plugins/export_ui/ctools_access_ruleset_ui.class.php
|
||||
${DRUPAL_MODS}ctools/ctools_ajax_sample/
|
||||
${DRUPAL_MODS}ctools/ctools_ajax_sample/css/
|
||||
${DRUPAL_MODS}ctools/ctools_ajax_sample/css/ctools-ajax-sample.css
|
||||
${DRUPAL_MODS}ctools/ctools_ajax_sample/ctools_ajax_sample.info
|
||||
${DRUPAL_MODS}ctools/ctools_ajax_sample/ctools_ajax_sample.install
|
||||
${DRUPAL_MODS}ctools/ctools_ajax_sample/ctools_ajax_sample.module
|
||||
${DRUPAL_MODS}ctools/ctools_ajax_sample/images/
|
||||
${DRUPAL_MODS}ctools/ctools_ajax_sample/images/ajax-loader.gif
|
||||
${DRUPAL_MODS}ctools/ctools_ajax_sample/images/loading-large.gif
|
||||
${DRUPAL_MODS}ctools/ctools_ajax_sample/images/loading.gif
|
||||
${DRUPAL_MODS}ctools/ctools_ajax_sample/images/popups-border.png
|
||||
${DRUPAL_MODS}ctools/ctools_ajax_sample/js/
|
||||
${DRUPAL_MODS}ctools/ctools_ajax_sample/js/ctools-ajax-sample.js
|
||||
${DRUPAL_MODS}ctools/ctools_custom_content/
|
||||
${DRUPAL_MODS}ctools/ctools_custom_content/ctools_custom_content.info
|
||||
${DRUPAL_MODS}ctools/ctools_custom_content/ctools_custom_content.install
|
||||
${DRUPAL_MODS}ctools/ctools_custom_content/ctools_custom_content.module
|
||||
${DRUPAL_MODS}ctools/ctools_custom_content/plugins/
|
||||
${DRUPAL_MODS}ctools/ctools_custom_content/plugins/export_ui/
|
||||
${DRUPAL_MODS}ctools/ctools_custom_content/plugins/export_ui/ctools_custom_content.inc
|
||||
${DRUPAL_MODS}ctools/ctools_custom_content/plugins/export_ui/ctools_custom_content_ui.class.php
|
||||
${DRUPAL_MODS}ctools/ctools_plugin_example/
|
||||
${DRUPAL_MODS}ctools/ctools_plugin_example/README.txt
|
||||
${DRUPAL_MODS}ctools/ctools_plugin_example/ctools_plugin_example.info
|
||||
${DRUPAL_MODS}ctools/ctools_plugin_example/ctools_plugin_example.module
|
||||
${DRUPAL_MODS}ctools/ctools_plugin_example/ctools_plugin_example.pages_default.inc
|
||||
${DRUPAL_MODS}ctools/ctools_plugin_example/help/
|
||||
${DRUPAL_MODS}ctools/ctools_plugin_example/help/Access-Plugins--Determining-access-and-visibility.html
|
||||
${DRUPAL_MODS}ctools/ctools_plugin_example/help/Argument-Plugins--Starting-at-the-beginning.html
|
||||
${DRUPAL_MODS}ctools/ctools_plugin_example/help/Chaos-Tools--CTools--Plugin-Examples.html
|
||||
${DRUPAL_MODS}ctools/ctools_plugin_example/help/Content-Type-Plugins--Displaying-content-using-a-context.html
|
||||
${DRUPAL_MODS}ctools/ctools_plugin_example/help/Context-plugins--Creating-a--context--from-an-argument.html
|
||||
${DRUPAL_MODS}ctools/ctools_plugin_example/help/Module-setup-and-hooks.html
|
||||
${DRUPAL_MODS}ctools/ctools_plugin_example/help/Relationships--Letting-one-context-take-us-to-another.html
|
||||
${DRUPAL_MODS}ctools/ctools_plugin_example/help/ctools_plugin_example.help.ini
|
||||
${DRUPAL_MODS}ctools/ctools_plugin_example/plugins/
|
||||
${DRUPAL_MODS}ctools/ctools_plugin_example/plugins/access/
|
||||
${DRUPAL_MODS}ctools/ctools_plugin_example/plugins/access/arg_length.inc
|
||||
${DRUPAL_MODS}ctools/ctools_plugin_example/plugins/access/example_role.inc
|
||||
${DRUPAL_MODS}ctools/ctools_plugin_example/plugins/arguments/
|
||||
${DRUPAL_MODS}ctools/ctools_plugin_example/plugins/arguments/simplecontext_arg.inc
|
||||
${DRUPAL_MODS}ctools/ctools_plugin_example/plugins/content_types/
|
||||
${DRUPAL_MODS}ctools/ctools_plugin_example/plugins/content_types/icon_example.png
|
||||
${DRUPAL_MODS}ctools/ctools_plugin_example/plugins/content_types/no_context_content_type.inc
|
||||
${DRUPAL_MODS}ctools/ctools_plugin_example/plugins/content_types/relcontext_content_type.inc
|
||||
${DRUPAL_MODS}ctools/ctools_plugin_example/plugins/content_types/simplecontext_content_type.inc
|
||||
${DRUPAL_MODS}ctools/ctools_plugin_example/plugins/contexts/
|
||||
${DRUPAL_MODS}ctools/ctools_plugin_example/plugins/contexts/relcontext.inc
|
||||
${DRUPAL_MODS}ctools/ctools_plugin_example/plugins/contexts/simplecontext.inc
|
||||
${DRUPAL_MODS}ctools/ctools_plugin_example/plugins/panels.pages.inc
|
||||
${DRUPAL_MODS}ctools/ctools_plugin_example/plugins/relationships/
|
||||
${DRUPAL_MODS}ctools/ctools_plugin_example/plugins/relationships/relcontext_from_simplecontext.inc
|
||||
${DRUPAL_MODS}ctools/drush/
|
||||
${DRUPAL_MODS}ctools/drush/ctools.drush.inc
|
||||
${DRUPAL_MODS}ctools/help/
|
||||
${DRUPAL_MODS}ctools/help/about.html
|
||||
${DRUPAL_MODS}ctools/help/ajax.html
|
||||
${DRUPAL_MODS}ctools/help/collapsible-div.html
|
||||
${DRUPAL_MODS}ctools/help/context-access.html
|
||||
${DRUPAL_MODS}ctools/help/context-arguments.html
|
||||
${DRUPAL_MODS}ctools/help/context-content.html
|
||||
${DRUPAL_MODS}ctools/help/context-context.html
|
||||
${DRUPAL_MODS}ctools/help/context-relationships.html
|
||||
${DRUPAL_MODS}ctools/help/context.html
|
||||
${DRUPAL_MODS}ctools/help/css.html
|
||||
${DRUPAL_MODS}ctools/help/ctools.help.ini
|
||||
${DRUPAL_MODS}ctools/help/dependent.html
|
||||
${DRUPAL_MODS}ctools/help/dropbutton.html
|
||||
${DRUPAL_MODS}ctools/help/dropdown.html
|
||||
${DRUPAL_MODS}ctools/help/export-ui.html
|
||||
${DRUPAL_MODS}ctools/help/export.html
|
||||
${DRUPAL_MODS}ctools/help/form.html
|
||||
${DRUPAL_MODS}ctools/help/modal.html
|
||||
${DRUPAL_MODS}ctools/help/object-cache.html
|
||||
${DRUPAL_MODS}ctools/help/plugins-api.html
|
||||
${DRUPAL_MODS}ctools/help/plugins-creating.html
|
||||
${DRUPAL_MODS}ctools/help/plugins-implementing.html
|
||||
${DRUPAL_MODS}ctools/help/plugins.html
|
||||
${DRUPAL_MODS}ctools/help/wizard.html
|
||||
${DRUPAL_MODS}ctools/images/
|
||||
${DRUPAL_MODS}ctools/images/arrow-active.png
|
||||
${DRUPAL_MODS}ctools/images/collapsible-collapsed.png
|
||||
${DRUPAL_MODS}ctools/images/collapsible-expanded.png
|
||||
${DRUPAL_MODS}ctools/images/expanded-options.png
|
||||
${DRUPAL_MODS}ctools/images/icon-close-window.png
|
||||
${DRUPAL_MODS}ctools/images/icon-configure.png
|
||||
${DRUPAL_MODS}ctools/images/icon-delete.png
|
||||
${DRUPAL_MODS}ctools/images/no-icon.png
|
||||
${DRUPAL_MODS}ctools/images/status-active.gif
|
||||
${DRUPAL_MODS}ctools/images/throbber.gif
|
||||
${DRUPAL_MODS}ctools/includes/
|
||||
${DRUPAL_MODS}ctools/includes/action-links.theme.inc
|
||||
${DRUPAL_MODS}ctools/includes/ajax.inc
|
||||
${DRUPAL_MODS}ctools/includes/cache.inc
|
||||
${DRUPAL_MODS}ctools/includes/cache.plugin-type.inc
|
||||
${DRUPAL_MODS}ctools/includes/cleanstring.inc
|
||||
${DRUPAL_MODS}ctools/includes/collapsible.theme.inc
|
||||
${DRUPAL_MODS}ctools/includes/content.inc
|
||||
${DRUPAL_MODS}ctools/includes/content.menu.inc
|
||||
${DRUPAL_MODS}ctools/includes/content.plugin-type.inc
|
||||
${DRUPAL_MODS}ctools/includes/content.theme.inc
|
||||
${DRUPAL_MODS}ctools/includes/context-access-admin.inc
|
||||
${DRUPAL_MODS}ctools/includes/context-admin.inc
|
||||
${DRUPAL_MODS}ctools/includes/context-task-handler.inc
|
||||
${DRUPAL_MODS}ctools/includes/context.inc
|
||||
${DRUPAL_MODS}ctools/includes/context.menu.inc
|
||||
${DRUPAL_MODS}ctools/includes/context.plugin-type.inc
|
||||
${DRUPAL_MODS}ctools/includes/context.theme.inc
|
||||
${DRUPAL_MODS}ctools/includes/css-cache.inc
|
||||
${DRUPAL_MODS}ctools/includes/css.inc
|
||||
${DRUPAL_MODS}ctools/includes/dependent.inc
|
||||
${DRUPAL_MODS}ctools/includes/dropbutton.theme.inc
|
||||
${DRUPAL_MODS}ctools/includes/dropdown.theme.inc
|
||||
${DRUPAL_MODS}ctools/includes/entity-access.inc
|
||||
${DRUPAL_MODS}ctools/includes/export-ui.inc
|
||||
${DRUPAL_MODS}ctools/includes/export-ui.menu.inc
|
||||
${DRUPAL_MODS}ctools/includes/export-ui.plugin-type.inc
|
||||
${DRUPAL_MODS}ctools/includes/export.inc
|
||||
${DRUPAL_MODS}ctools/includes/fields.inc
|
||||
${DRUPAL_MODS}ctools/includes/jump-menu.inc
|
||||
${DRUPAL_MODS}ctools/includes/language.inc
|
||||
${DRUPAL_MODS}ctools/includes/math-expr.inc
|
||||
${DRUPAL_MODS}ctools/includes/menu.inc
|
||||
${DRUPAL_MODS}ctools/includes/modal.inc
|
||||
${DRUPAL_MODS}ctools/includes/object-cache.cron.inc
|
||||
${DRUPAL_MODS}ctools/includes/object-cache.inc
|
||||
${DRUPAL_MODS}ctools/includes/page-wizard.inc
|
||||
${DRUPAL_MODS}ctools/includes/page-wizard.menu.inc
|
||||
${DRUPAL_MODS}ctools/includes/plugins-admin.inc
|
||||
${DRUPAL_MODS}ctools/includes/plugins.inc
|
||||
${DRUPAL_MODS}ctools/includes/registry.inc
|
||||
${DRUPAL_MODS}ctools/includes/stylizer.inc
|
||||
${DRUPAL_MODS}ctools/includes/stylizer.theme.inc
|
||||
${DRUPAL_MODS}ctools/includes/utility.inc
|
||||
${DRUPAL_MODS}ctools/includes/uuid.inc
|
||||
${DRUPAL_MODS}ctools/includes/views.inc
|
||||
${DRUPAL_MODS}ctools/includes/wizard.inc
|
||||
${DRUPAL_MODS}ctools/includes/wizard.theme.inc
|
||||
${DRUPAL_MODS}ctools/js/
|
||||
${DRUPAL_MODS}ctools/js/ajax-responder.js
|
||||
${DRUPAL_MODS}ctools/js/auto-submit.js
|
||||
${DRUPAL_MODS}ctools/js/collapsible-div.js
|
||||
${DRUPAL_MODS}ctools/js/dependent.js
|
||||
${DRUPAL_MODS}ctools/js/dropbutton.js
|
||||
${DRUPAL_MODS}ctools/js/dropdown.js
|
||||
${DRUPAL_MODS}ctools/js/jump-menu.js
|
||||
${DRUPAL_MODS}ctools/js/modal.js
|
||||
${DRUPAL_MODS}ctools/js/states-show.js
|
||||
${DRUPAL_MODS}ctools/js/stylizer.js
|
||||
${DRUPAL_MODS}ctools/page_manager/
|
||||
${DRUPAL_MODS}ctools/page_manager/css/
|
||||
${DRUPAL_MODS}ctools/page_manager/css/page-manager.css
|
||||
${DRUPAL_MODS}ctools/page_manager/help/
|
||||
${DRUPAL_MODS}ctools/page_manager/help/about.html
|
||||
${DRUPAL_MODS}ctools/page_manager/help/api-task-handler.html
|
||||
${DRUPAL_MODS}ctools/page_manager/help/api-task-type.html
|
||||
${DRUPAL_MODS}ctools/page_manager/help/api-task.html
|
||||
${DRUPAL_MODS}ctools/page_manager/help/custom-pages-access.html
|
||||
${DRUPAL_MODS}ctools/page_manager/help/custom-pages-arguments.html
|
||||
${DRUPAL_MODS}ctools/page_manager/help/custom-pages-menu.html
|
||||
${DRUPAL_MODS}ctools/page_manager/help/custom-pages.html
|
||||
${DRUPAL_MODS}ctools/page_manager/help/getting-started-create.html
|
||||
${DRUPAL_MODS}ctools/page_manager/help/getting-started-custom-nodes.html
|
||||
${DRUPAL_MODS}ctools/page_manager/help/getting-started-custom-vocabulary.html
|
||||
${DRUPAL_MODS}ctools/page_manager/help/getting-started-members.html
|
||||
${DRUPAL_MODS}ctools/page_manager/help/getting-started-page-list.html
|
||||
${DRUPAL_MODS}ctools/page_manager/help/getting-started.html
|
||||
${DRUPAL_MODS}ctools/page_manager/help/page-task-type.html
|
||||
${DRUPAL_MODS}ctools/page_manager/help/page_manager.help.ini
|
||||
${DRUPAL_MODS}ctools/page_manager/help/variants.html
|
||||
${DRUPAL_MODS}ctools/page_manager/images/
|
||||
${DRUPAL_MODS}ctools/page_manager/images/arrow-active.png
|
||||
${DRUPAL_MODS}ctools/page_manager/images/locked-other.png
|
||||
${DRUPAL_MODS}ctools/page_manager/images/locked.png
|
||||
${DRUPAL_MODS}ctools/page_manager/js/
|
||||
${DRUPAL_MODS}ctools/page_manager/js/page-list.js
|
||||
${DRUPAL_MODS}ctools/page_manager/page_manager.admin.inc
|
||||
${DRUPAL_MODS}ctools/page_manager/page_manager.api.php
|
||||
${DRUPAL_MODS}ctools/page_manager/page_manager.info
|
||||
${DRUPAL_MODS}ctools/page_manager/page_manager.install
|
||||
${DRUPAL_MODS}ctools/page_manager/page_manager.module
|
||||
${DRUPAL_MODS}ctools/page_manager/plugins/
|
||||
${DRUPAL_MODS}ctools/page_manager/plugins/cache/
|
||||
${DRUPAL_MODS}ctools/page_manager/plugins/cache/page_manager_context.inc
|
||||
${DRUPAL_MODS}ctools/page_manager/plugins/task_handlers/
|
||||
${DRUPAL_MODS}ctools/page_manager/plugins/task_handlers/http_response.inc
|
||||
${DRUPAL_MODS}ctools/page_manager/plugins/tasks/
|
||||
${DRUPAL_MODS}ctools/page_manager/plugins/tasks/blog.inc
|
||||
${DRUPAL_MODS}ctools/page_manager/plugins/tasks/blog_user.inc
|
||||
${DRUPAL_MODS}ctools/page_manager/plugins/tasks/comment_reply.inc
|
||||
${DRUPAL_MODS}ctools/page_manager/plugins/tasks/contact_site.inc
|
||||
${DRUPAL_MODS}ctools/page_manager/plugins/tasks/contact_user.inc
|
||||
${DRUPAL_MODS}ctools/page_manager/plugins/tasks/node_edit.inc
|
||||
${DRUPAL_MODS}ctools/page_manager/plugins/tasks/node_view.inc
|
||||
${DRUPAL_MODS}ctools/page_manager/plugins/tasks/page.admin.inc
|
||||
${DRUPAL_MODS}ctools/page_manager/plugins/tasks/page.inc
|
||||
${DRUPAL_MODS}ctools/page_manager/plugins/tasks/poll.inc
|
||||
${DRUPAL_MODS}ctools/page_manager/plugins/tasks/search.inc
|
||||
${DRUPAL_MODS}ctools/page_manager/plugins/tasks/term_view.inc
|
||||
${DRUPAL_MODS}ctools/page_manager/plugins/tasks/user_edit.inc
|
||||
${DRUPAL_MODS}ctools/page_manager/plugins/tasks/user_view.inc
|
||||
${DRUPAL_MODS}ctools/page_manager/tests/
|
||||
${DRUPAL_MODS}ctools/page_manager/tests/head_links.test
|
||||
${DRUPAL_MODS}ctools/page_manager/theme/
|
||||
${DRUPAL_MODS}ctools/page_manager/theme/page-manager-edit-page.tpl.php
|
||||
${DRUPAL_MODS}ctools/page_manager/theme/page_manager.theme.inc
|
||||
${DRUPAL_MODS}ctools/plugins/
|
||||
${DRUPAL_MODS}ctools/plugins/access/
|
||||
${DRUPAL_MODS}ctools/plugins/access/book.inc
|
||||
${DRUPAL_MODS}ctools/plugins/access/compare_users.inc
|
||||
${DRUPAL_MODS}ctools/plugins/access/context_exists.inc
|
||||
${DRUPAL_MODS}ctools/plugins/access/entity_bundle.inc
|
||||
${DRUPAL_MODS}ctools/plugins/access/entity_field_value.inc
|
||||
${DRUPAL_MODS}ctools/plugins/access/front.inc
|
||||
${DRUPAL_MODS}ctools/plugins/access/node.inc
|
||||
${DRUPAL_MODS}ctools/plugins/access/node_access.inc
|
||||
${DRUPAL_MODS}ctools/plugins/access/node_comment.inc
|
||||
${DRUPAL_MODS}ctools/plugins/access/node_language.inc
|
||||
${DRUPAL_MODS}ctools/plugins/access/node_status.inc
|
||||
${DRUPAL_MODS}ctools/plugins/access/node_type.inc
|
||||
${DRUPAL_MODS}ctools/plugins/access/path_visibility.inc
|
||||
${DRUPAL_MODS}ctools/plugins/access/perm.inc
|
||||
${DRUPAL_MODS}ctools/plugins/access/php.inc
|
||||
${DRUPAL_MODS}ctools/plugins/access/query_string_exists.inc
|
||||
${DRUPAL_MODS}ctools/plugins/access/role.inc
|
||||
${DRUPAL_MODS}ctools/plugins/access/site_language.inc
|
||||
${DRUPAL_MODS}ctools/plugins/access/string_equal.inc
|
||||
${DRUPAL_MODS}ctools/plugins/access/string_length.inc
|
||||
${DRUPAL_MODS}ctools/plugins/access/term.inc
|
||||
${DRUPAL_MODS}ctools/plugins/access/term_has_parent.inc
|
||||
${DRUPAL_MODS}ctools/plugins/access/term_parent.inc
|
||||
${DRUPAL_MODS}ctools/plugins/access/term_vocabulary.inc
|
||||
${DRUPAL_MODS}ctools/plugins/access/theme.inc
|
||||
${DRUPAL_MODS}ctools/plugins/arguments/
|
||||
${DRUPAL_MODS}ctools/plugins/arguments/entity_id.inc
|
||||
${DRUPAL_MODS}ctools/plugins/arguments/nid.inc
|
||||
${DRUPAL_MODS}ctools/plugins/arguments/node_add.inc
|
||||
${DRUPAL_MODS}ctools/plugins/arguments/node_edit.inc
|
||||
${DRUPAL_MODS}ctools/plugins/arguments/rid.inc
|
||||
${DRUPAL_MODS}ctools/plugins/arguments/string.inc
|
||||
${DRUPAL_MODS}ctools/plugins/arguments/term.inc
|
||||
${DRUPAL_MODS}ctools/plugins/arguments/terms.inc
|
||||
${DRUPAL_MODS}ctools/plugins/arguments/uid.inc
|
||||
${DRUPAL_MODS}ctools/plugins/arguments/user_edit.inc
|
||||
${DRUPAL_MODS}ctools/plugins/arguments/user_name.inc
|
||||
${DRUPAL_MODS}ctools/plugins/arguments/vid.inc
|
||||
${DRUPAL_MODS}ctools/plugins/cache/
|
||||
${DRUPAL_MODS}ctools/plugins/cache/export_ui.inc
|
||||
${DRUPAL_MODS}ctools/plugins/cache/simple.inc
|
||||
${DRUPAL_MODS}ctools/plugins/content_types/
|
||||
${DRUPAL_MODS}ctools/plugins/content_types/block/
|
||||
${DRUPAL_MODS}ctools/plugins/content_types/block/block.inc
|
||||
${DRUPAL_MODS}ctools/plugins/content_types/block/icon_contrib_block.png
|
||||
${DRUPAL_MODS}ctools/plugins/content_types/block/icon_contrib_block_empty.png
|
||||
${DRUPAL_MODS}ctools/plugins/content_types/block/icon_contrib_menu.png
|
||||
${DRUPAL_MODS}ctools/plugins/content_types/block/icon_contrib_page.png
|
||||
${DRUPAL_MODS}ctools/plugins/content_types/block/icon_core_activeforumtopics.png
|
||||
${DRUPAL_MODS}ctools/plugins/content_types/block/icon_core_authorinformation.png
|
||||
${DRUPAL_MODS}ctools/plugins/content_types/block/icon_core_block.png
|
||||
${DRUPAL_MODS}ctools/plugins/content_types/block/icon_core_block_empty.png
|
||||
${DRUPAL_MODS}ctools/plugins/content_types/block/icon_core_block_menu.png
|
||||
${DRUPAL_MODS}ctools/plugins/content_types/block/icon_core_booknavigation.png
|
||||
${DRUPAL_MODS}ctools/plugins/content_types/block/icon_core_languageswitcher.png
|
||||
${DRUPAL_MODS}ctools/plugins/content_types/block/icon_core_navigation.png
|
||||
${DRUPAL_MODS}ctools/plugins/content_types/block/icon_core_newforumtopics.png
|
||||
${DRUPAL_MODS}ctools/plugins/content_types/block/icon_core_page.png
|
||||
${DRUPAL_MODS}ctools/plugins/content_types/block/icon_core_popularcontent.png
|
||||
${DRUPAL_MODS}ctools/plugins/content_types/block/icon_core_primarylinks.png
|
||||
${DRUPAL_MODS}ctools/plugins/content_types/block/icon_core_recentblogposts.png
|
||||
${DRUPAL_MODS}ctools/plugins/content_types/block/icon_core_recentcomments.png
|
||||
${DRUPAL_MODS}ctools/plugins/content_types/block/icon_core_recentpoll.png
|
||||
${DRUPAL_MODS}ctools/plugins/content_types/block/icon_core_searchform.png
|
||||
${DRUPAL_MODS}ctools/plugins/content_types/block/icon_core_syndicate.png
|
||||
${DRUPAL_MODS}ctools/plugins/content_types/block/icon_core_userlogin.png
|
||||
${DRUPAL_MODS}ctools/plugins/content_types/block/icon_core_whosnew.png
|
||||
${DRUPAL_MODS}ctools/plugins/content_types/block/icon_core_whosonline.png
|
||||
${DRUPAL_MODS}ctools/plugins/content_types/comment/
|
||||
${DRUPAL_MODS}ctools/plugins/content_types/comment/comment_created.inc
|
||||
${DRUPAL_MODS}ctools/plugins/content_types/comment/comment_links.inc
|
||||
${DRUPAL_MODS}ctools/plugins/content_types/comment/comment_reply_form.inc
|
||||
${DRUPAL_MODS}ctools/plugins/content_types/contact/
|
||||
${DRUPAL_MODS}ctools/plugins/content_types/contact/contact.inc
|
||||
${DRUPAL_MODS}ctools/plugins/content_types/contact/icon_contact.png
|
||||
${DRUPAL_MODS}ctools/plugins/content_types/contact/user_contact.inc
|
||||
${DRUPAL_MODS}ctools/plugins/content_types/custom/
|
||||
${DRUPAL_MODS}ctools/plugins/content_types/custom/custom.inc
|
||||
${DRUPAL_MODS}ctools/plugins/content_types/custom/icon_block_custom.png
|
||||
${DRUPAL_MODS}ctools/plugins/content_types/entity_context/
|
||||
${DRUPAL_MODS}ctools/plugins/content_types/entity_context/entity_field.inc
|
||||
${DRUPAL_MODS}ctools/plugins/content_types/entity_context/entity_field_extra.inc
|
||||
${DRUPAL_MODS}ctools/plugins/content_types/form/
|
||||
${DRUPAL_MODS}ctools/plugins/content_types/form/entity_form_field.inc
|
||||
${DRUPAL_MODS}ctools/plugins/content_types/form/form.inc
|
||||
${DRUPAL_MODS}ctools/plugins/content_types/form/icon_form.png
|
||||
${DRUPAL_MODS}ctools/plugins/content_types/node/
|
||||
${DRUPAL_MODS}ctools/plugins/content_types/node/icon_node.png
|
||||
${DRUPAL_MODS}ctools/plugins/content_types/node/node.inc
|
||||
${DRUPAL_MODS}ctools/plugins/content_types/node_context/
|
||||
${DRUPAL_MODS}ctools/plugins/content_types/node_context/icon_node.png
|
||||
${DRUPAL_MODS}ctools/plugins/content_types/node_context/node_attachments.inc
|
||||
${DRUPAL_MODS}ctools/plugins/content_types/node_context/node_author.inc
|
||||
${DRUPAL_MODS}ctools/plugins/content_types/node_context/node_body.inc
|
||||
${DRUPAL_MODS}ctools/plugins/content_types/node_context/node_book_children.inc
|
||||
${DRUPAL_MODS}ctools/plugins/content_types/node_context/node_book_menu.inc
|
||||
${DRUPAL_MODS}ctools/plugins/content_types/node_context/node_book_nav.inc
|
||||
${DRUPAL_MODS}ctools/plugins/content_types/node_context/node_comment_form.inc
|
||||
${DRUPAL_MODS}ctools/plugins/content_types/node_context/node_comment_wrapper.inc
|
||||
${DRUPAL_MODS}ctools/plugins/content_types/node_context/node_comments.inc
|
||||
${DRUPAL_MODS}ctools/plugins/content_types/node_context/node_content.inc
|
||||
${DRUPAL_MODS}ctools/plugins/content_types/node_context/node_created.inc
|
||||
${DRUPAL_MODS}ctools/plugins/content_types/node_context/node_links.inc
|
||||
${DRUPAL_MODS}ctools/plugins/content_types/node_context/node_terms.inc
|
||||
${DRUPAL_MODS}ctools/plugins/content_types/node_context/node_title.inc
|
||||
${DRUPAL_MODS}ctools/plugins/content_types/node_context/node_type_desc.inc
|
||||
${DRUPAL_MODS}ctools/plugins/content_types/node_context/node_updated.inc
|
||||
${DRUPAL_MODS}ctools/plugins/content_types/node_form/
|
||||
${DRUPAL_MODS}ctools/plugins/content_types/node_form/icon_node_form.png
|
||||
${DRUPAL_MODS}ctools/plugins/content_types/node_form/node_form_attachments.inc
|
||||
${DRUPAL_MODS}ctools/plugins/content_types/node_form/node_form_author.inc
|
||||
${DRUPAL_MODS}ctools/plugins/content_types/node_form/node_form_book.inc
|
||||
${DRUPAL_MODS}ctools/plugins/content_types/node_form/node_form_buttons.inc
|
||||
${DRUPAL_MODS}ctools/plugins/content_types/node_form/node_form_comment.inc
|
||||
${DRUPAL_MODS}ctools/plugins/content_types/node_form/node_form_language.inc
|
||||
${DRUPAL_MODS}ctools/plugins/content_types/node_form/node_form_log.inc
|
||||
${DRUPAL_MODS}ctools/plugins/content_types/node_form/node_form_menu.inc
|
||||
${DRUPAL_MODS}ctools/plugins/content_types/node_form/node_form_path.inc
|
||||
${DRUPAL_MODS}ctools/plugins/content_types/node_form/node_form_publishing.inc
|
||||
${DRUPAL_MODS}ctools/plugins/content_types/node_form/node_form_title.inc
|
||||
${DRUPAL_MODS}ctools/plugins/content_types/page/
|
||||
${DRUPAL_MODS}ctools/plugins/content_types/page/page_actions.inc
|
||||
${DRUPAL_MODS}ctools/plugins/content_types/page/page_breadcrumb.inc
|
||||
${DRUPAL_MODS}ctools/plugins/content_types/page/page_feed_icons.inc
|
||||
${DRUPAL_MODS}ctools/plugins/content_types/page/page_help.inc
|
||||
${DRUPAL_MODS}ctools/plugins/content_types/page/page_logo.inc
|
||||
${DRUPAL_MODS}ctools/plugins/content_types/page/page_messages.inc
|
||||
${DRUPAL_MODS}ctools/plugins/content_types/page/page_primary_links.inc
|
||||
${DRUPAL_MODS}ctools/plugins/content_types/page/page_secondary_links.inc
|
||||
${DRUPAL_MODS}ctools/plugins/content_types/page/page_site_name.inc
|
||||
${DRUPAL_MODS}ctools/plugins/content_types/page/page_slogan.inc
|
||||
${DRUPAL_MODS}ctools/plugins/content_types/page/page_tabs.inc
|
||||
${DRUPAL_MODS}ctools/plugins/content_types/page/page_title.inc
|
||||
${DRUPAL_MODS}ctools/plugins/content_types/search/
|
||||
${DRUPAL_MODS}ctools/plugins/content_types/search/icon_search.png
|
||||
${DRUPAL_MODS}ctools/plugins/content_types/search/search_form.inc
|
||||
${DRUPAL_MODS}ctools/plugins/content_types/search/search_result.inc
|
||||
${DRUPAL_MODS}ctools/plugins/content_types/term_context/
|
||||
${DRUPAL_MODS}ctools/plugins/content_types/term_context/icon_term.png
|
||||
${DRUPAL_MODS}ctools/plugins/content_types/term_context/term_description.inc
|
||||
${DRUPAL_MODS}ctools/plugins/content_types/term_context/term_list.inc
|
||||
${DRUPAL_MODS}ctools/plugins/content_types/term_context/term_name.inc
|
||||
${DRUPAL_MODS}ctools/plugins/content_types/token/
|
||||
${DRUPAL_MODS}ctools/plugins/content_types/token/icon_token.png
|
||||
${DRUPAL_MODS}ctools/plugins/content_types/token/token.inc
|
||||
${DRUPAL_MODS}ctools/plugins/content_types/user_context/
|
||||
${DRUPAL_MODS}ctools/plugins/content_types/user_context/icon_user.png
|
||||
${DRUPAL_MODS}ctools/plugins/content_types/user_context/profile_fields.inc
|
||||
${DRUPAL_MODS}ctools/plugins/content_types/user_context/profile_fields_pane.tpl.php
|
||||
${DRUPAL_MODS}ctools/plugins/content_types/user_context/user_links.inc
|
||||
${DRUPAL_MODS}ctools/plugins/content_types/user_context/user_picture.inc
|
||||
${DRUPAL_MODS}ctools/plugins/content_types/user_context/user_profile.inc
|
||||
${DRUPAL_MODS}ctools/plugins/content_types/user_context/user_signature.inc
|
||||
${DRUPAL_MODS}ctools/plugins/content_types/vocabulary_context/
|
||||
${DRUPAL_MODS}ctools/plugins/content_types/vocabulary_context/icon_vocabulary.png
|
||||
${DRUPAL_MODS}ctools/plugins/content_types/vocabulary_context/vocabulary_terms.inc
|
||||
${DRUPAL_MODS}ctools/plugins/contexts/
|
||||
${DRUPAL_MODS}ctools/plugins/contexts/entity.inc
|
||||
${DRUPAL_MODS}ctools/plugins/contexts/language.inc
|
||||
${DRUPAL_MODS}ctools/plugins/contexts/node.inc
|
||||
${DRUPAL_MODS}ctools/plugins/contexts/node_add_form.inc
|
||||
${DRUPAL_MODS}ctools/plugins/contexts/node_edit_form.inc
|
||||
${DRUPAL_MODS}ctools/plugins/contexts/query_string.inc
|
||||
${DRUPAL_MODS}ctools/plugins/contexts/string.inc
|
||||
${DRUPAL_MODS}ctools/plugins/contexts/term.inc
|
||||
${DRUPAL_MODS}ctools/plugins/contexts/terms.inc
|
||||
${DRUPAL_MODS}ctools/plugins/contexts/token.inc
|
||||
${DRUPAL_MODS}ctools/plugins/contexts/user.inc
|
||||
${DRUPAL_MODS}ctools/plugins/contexts/user_edit_form.inc
|
||||
${DRUPAL_MODS}ctools/plugins/contexts/vocabulary.inc
|
||||
${DRUPAL_MODS}ctools/plugins/export_ui/
|
||||
${DRUPAL_MODS}ctools/plugins/export_ui/ctools_export_ui.class.php
|
||||
${DRUPAL_MODS}ctools/plugins/export_ui/ctools_export_ui.inc
|
||||
${DRUPAL_MODS}ctools/plugins/relationships/
|
||||
${DRUPAL_MODS}ctools/plugins/relationships/book_parent.inc
|
||||
${DRUPAL_MODS}ctools/plugins/relationships/entity_from_field.inc
|
||||
${DRUPAL_MODS}ctools/plugins/relationships/entity_from_query_string.inc
|
||||
${DRUPAL_MODS}ctools/plugins/relationships/entity_from_schema.inc
|
||||
${DRUPAL_MODS}ctools/plugins/relationships/node_edit_form_from_node.inc
|
||||
${DRUPAL_MODS}ctools/plugins/relationships/term_from_node.inc
|
||||
${DRUPAL_MODS}ctools/plugins/relationships/term_parent.inc
|
||||
${DRUPAL_MODS}ctools/plugins/relationships/terms_from_node.inc
|
||||
${DRUPAL_MODS}ctools/plugins/relationships/user_category_edit_form_from_user.inc
|
||||
${DRUPAL_MODS}ctools/plugins/relationships/user_from_node.inc
|
||||
${DRUPAL_MODS}ctools/stylizer/
|
||||
${DRUPAL_MODS}ctools/stylizer/plugins/
|
||||
${DRUPAL_MODS}ctools/stylizer/plugins/export_ui/
|
||||
${DRUPAL_MODS}ctools/stylizer/plugins/export_ui/stylizer.inc
|
||||
${DRUPAL_MODS}ctools/stylizer/plugins/export_ui/stylizer_ui.class.php
|
||||
${DRUPAL_MODS}ctools/stylizer/stylizer.info
|
||||
${DRUPAL_MODS}ctools/stylizer/stylizer.install
|
||||
${DRUPAL_MODS}ctools/stylizer/stylizer.module
|
||||
${DRUPAL_MODS}ctools/term_depth/
|
||||
${DRUPAL_MODS}ctools/term_depth/plugins/
|
||||
${DRUPAL_MODS}ctools/term_depth/plugins/access/
|
||||
${DRUPAL_MODS}ctools/term_depth/plugins/access/term_depth.inc
|
||||
${DRUPAL_MODS}ctools/term_depth/term_depth.info
|
||||
${DRUPAL_MODS}ctools/term_depth/term_depth.module
|
||||
${DRUPAL_MODS}ctools/tests/
|
||||
${DRUPAL_MODS}ctools/tests/context.test
|
||||
${DRUPAL_MODS}ctools/tests/css.test
|
||||
${DRUPAL_MODS}ctools/tests/css_cache.test
|
||||
${DRUPAL_MODS}ctools/tests/ctools.drush.sh
|
||||
${DRUPAL_MODS}ctools/tests/ctools.plugins.test
|
||||
${DRUPAL_MODS}ctools/tests/ctools.test
|
||||
${DRUPAL_MODS}ctools/tests/ctools_export_test/
|
||||
${DRUPAL_MODS}ctools/tests/ctools_export_test/ctools_export.test
|
||||
${DRUPAL_MODS}ctools/tests/ctools_export_test/ctools_export_test.default_ctools_export_tests.inc
|
||||
${DRUPAL_MODS}ctools/tests/ctools_export_test/ctools_export_test.info
|
||||
${DRUPAL_MODS}ctools/tests/ctools_export_test/ctools_export_test.install
|
||||
${DRUPAL_MODS}ctools/tests/ctools_export_test/ctools_export_test.module
|
||||
${DRUPAL_MODS}ctools/tests/ctools_plugin_test.info
|
||||
${DRUPAL_MODS}ctools/tests/ctools_plugin_test.module
|
||||
${DRUPAL_MODS}ctools/tests/math_expression.test
|
||||
${DRUPAL_MODS}ctools/tests/math_expression_stack.test
|
||||
${DRUPAL_MODS}ctools/tests/object_cache.test
|
||||
${DRUPAL_MODS}ctools/tests/object_cache_unit.test
|
||||
${DRUPAL_MODS}ctools/tests/page_tokens.test
|
||||
${DRUPAL_MODS}ctools/tests/plugins/
|
||||
${DRUPAL_MODS}ctools/tests/plugins/cached/
|
||||
${DRUPAL_MODS}ctools/tests/plugins/cached/ctoolsCachedPluginArray.class.php
|
||||
${DRUPAL_MODS}ctools/tests/plugins/cached/ctoolsCachedPluginArray2.class.php
|
||||
${DRUPAL_MODS}ctools/tests/plugins/cached/plugin_array.inc
|
||||
${DRUPAL_MODS}ctools/tests/plugins/cached/plugin_array2.inc
|
||||
${DRUPAL_MODS}ctools/tests/plugins/cached/plugin_array_dne.inc
|
||||
${DRUPAL_MODS}ctools/tests/plugins/not_cached/
|
||||
${DRUPAL_MODS}ctools/tests/plugins/not_cached/ctoolsNotCachedPluginArray.class.php
|
||||
${DRUPAL_MODS}ctools/tests/plugins/not_cached/ctoolsNotCachedPluginArray2.class.php
|
||||
${DRUPAL_MODS}ctools/tests/plugins/not_cached/plugin_array.inc
|
||||
${DRUPAL_MODS}ctools/tests/plugins/not_cached/plugin_array2.inc
|
||||
${DRUPAL_MODS}ctools/tests/plugins/not_cached/plugin_array_dne.inc
|
||||
${DRUPAL_MODS}ctools/views_content/
|
||||
${DRUPAL_MODS}ctools/views_content/plugins/
|
||||
${DRUPAL_MODS}ctools/views_content/plugins/content_types/
|
||||
${DRUPAL_MODS}ctools/views_content/plugins/content_types/icon_views_block_legacy.png
|
||||
${DRUPAL_MODS}ctools/views_content/plugins/content_types/icon_views_page.png
|
||||
${DRUPAL_MODS}ctools/views_content/plugins/content_types/icon_views_page_legacy.png
|
||||
${DRUPAL_MODS}ctools/views_content/plugins/content_types/views.inc
|
||||
${DRUPAL_MODS}ctools/views_content/plugins/content_types/views_attachments.inc
|
||||
${DRUPAL_MODS}ctools/views_content/plugins/content_types/views_empty.inc
|
||||
${DRUPAL_MODS}ctools/views_content/plugins/content_types/views_exposed.inc
|
||||
${DRUPAL_MODS}ctools/views_content/plugins/content_types/views_feed.inc
|
||||
${DRUPAL_MODS}ctools/views_content/plugins/content_types/views_footer.inc
|
||||
${DRUPAL_MODS}ctools/views_content/plugins/content_types/views_header.inc
|
||||
${DRUPAL_MODS}ctools/views_content/plugins/content_types/views_pager.inc
|
||||
${DRUPAL_MODS}ctools/views_content/plugins/content_types/views_panes.inc
|
||||
${DRUPAL_MODS}ctools/views_content/plugins/content_types/views_row.inc
|
||||
${DRUPAL_MODS}ctools/views_content/plugins/content_types/views_view.inc
|
||||
${DRUPAL_MODS}ctools/views_content/plugins/contexts/
|
||||
${DRUPAL_MODS}ctools/views_content/plugins/contexts/view.inc
|
||||
${DRUPAL_MODS}ctools/views_content/plugins/relationships/
|
||||
${DRUPAL_MODS}ctools/views_content/plugins/relationships/node_from_view.inc
|
||||
${DRUPAL_MODS}ctools/views_content/plugins/relationships/term_from_view.inc
|
||||
${DRUPAL_MODS}ctools/views_content/plugins/relationships/user_from_view.inc
|
||||
${DRUPAL_MODS}ctools/views_content/plugins/relationships/view_from_argument.inc
|
||||
${DRUPAL_MODS}ctools/views_content/plugins/views/
|
||||
${DRUPAL_MODS}ctools/views_content/plugins/views/views_content.views.inc
|
||||
${DRUPAL_MODS}ctools/views_content/plugins/views/views_content_plugin_display_ctools_context.inc
|
||||
${DRUPAL_MODS}ctools/views_content/plugins/views/views_content_plugin_display_panel_pane.inc
|
||||
${DRUPAL_MODS}ctools/views_content/plugins/views/views_content_plugin_style_ctools_context.inc
|
||||
${DRUPAL_MODS}ctools/views_content/views_content.admin.inc
|
||||
${DRUPAL_MODS}ctools/views_content/views_content.info
|
||||
${DRUPAL_MODS}ctools/views_content/views_content.module
|
@ -1,9 +0,0 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2019/01/05 22:56:20 danj Exp $
|
||||
|
||||
COMMENT = date cck and api for drupal
|
||||
REVISION = 0
|
||||
|
||||
MODDRUPAL_PROJECT = date
|
||||
MODDRUPAL_VERSION = 2.10
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,2 +0,0 @@
|
||||
SHA256 (drupal7/date-7.x-2.10.tar.gz) = n1hSR9k5As8KVw+stBNW39f0N9ISKofeEmSjD5sTmac=
|
||||
SIZE (drupal7/date-7.x-2.10.tar.gz) = 226466
|
@ -1,3 +0,0 @@
|
||||
This package contains both the Date module and a Date API module.
|
||||
|
||||
The date module is a flexible date/time field type for cck.
|
@ -1,128 +0,0 @@
|
||||
@comment $OpenBSD: PLIST,v 1.4 2018/03/31 14:21:57 espie Exp $
|
||||
@owner ${DRUPAL_OWNER}
|
||||
@group ${DRUPAL_GROUP}
|
||||
${DRUPAL_MODS}date/
|
||||
${DRUPAL_MODS}date/.gitignore
|
||||
${DRUPAL_MODS}date/CHANGELOG.txt
|
||||
${DRUPAL_MODS}date/INSTALL.txt
|
||||
${DRUPAL_MODS}date/LICENSE.txt
|
||||
${DRUPAL_MODS}date/README.txt
|
||||
${DRUPAL_MODS}date/date.api.php
|
||||
${DRUPAL_MODS}date/date.devel_generate.inc
|
||||
${DRUPAL_MODS}date/date.diff.inc
|
||||
${DRUPAL_MODS}date/date.field.inc
|
||||
${DRUPAL_MODS}date/date.info
|
||||
${DRUPAL_MODS}date/date.install
|
||||
${DRUPAL_MODS}date/date.js
|
||||
${DRUPAL_MODS}date/date.migrate.inc
|
||||
${DRUPAL_MODS}date/date.module
|
||||
${DRUPAL_MODS}date/date.theme
|
||||
${DRUPAL_MODS}date/date.tokens.inc
|
||||
${DRUPAL_MODS}date/date_admin.inc
|
||||
${DRUPAL_MODS}date/date_admin.js
|
||||
${DRUPAL_MODS}date/date_all_day/
|
||||
${DRUPAL_MODS}date/date_all_day/README.txt
|
||||
${DRUPAL_MODS}date/date_all_day/date_all_day.info
|
||||
${DRUPAL_MODS}date/date_all_day/date_all_day.module
|
||||
${DRUPAL_MODS}date/date_api/
|
||||
${DRUPAL_MODS}date/date_api/date-rtl.css
|
||||
${DRUPAL_MODS}date/date_api/date.css
|
||||
${DRUPAL_MODS}date/date_api/date_api.admin.inc
|
||||
${DRUPAL_MODS}date/date_api/date_api.info
|
||||
${DRUPAL_MODS}date/date_api/date_api.install
|
||||
${DRUPAL_MODS}date/date_api/date_api.module
|
||||
${DRUPAL_MODS}date/date_api/date_api_elements.inc
|
||||
${DRUPAL_MODS}date/date_api/date_api_ical.inc
|
||||
${DRUPAL_MODS}date/date_api/date_api_sql.inc
|
||||
${DRUPAL_MODS}date/date_api/date_year_range.js
|
||||
${DRUPAL_MODS}date/date_api/images/
|
||||
${DRUPAL_MODS}date/date_api/images/calendar.png
|
||||
${DRUPAL_MODS}date/date_api/images/ical16x16.gif
|
||||
${DRUPAL_MODS}date/date_api/theme/
|
||||
${DRUPAL_MODS}date/date_api/theme/theme.inc
|
||||
${DRUPAL_MODS}date/date_context/
|
||||
${DRUPAL_MODS}date/date_context/date_context.info
|
||||
${DRUPAL_MODS}date/date_context/date_context.module
|
||||
${DRUPAL_MODS}date/date_context/plugins/
|
||||
${DRUPAL_MODS}date/date_context/plugins/date_context_date_condition.inc
|
||||
${DRUPAL_MODS}date/date_elements.inc
|
||||
${DRUPAL_MODS}date/date_migrate/
|
||||
${DRUPAL_MODS}date/date_migrate/date_migrate.info
|
||||
${DRUPAL_MODS}date/date_migrate/date_migrate.module
|
||||
${DRUPAL_MODS}date/date_migrate/date_migrate_example/
|
||||
${DRUPAL_MODS}date/date_migrate/date_migrate_example/date_migrate_example.features.field.inc
|
||||
${DRUPAL_MODS}date/date_migrate/date_migrate_example/date_migrate_example.features.inc
|
||||
${DRUPAL_MODS}date/date_migrate/date_migrate_example/date_migrate_example.info
|
||||
${DRUPAL_MODS}date/date_migrate/date_migrate_example/date_migrate_example.install
|
||||
${DRUPAL_MODS}date/date_migrate/date_migrate_example/date_migrate_example.migrate.inc
|
||||
${DRUPAL_MODS}date/date_migrate/date_migrate_example/date_migrate_example.module
|
||||
${DRUPAL_MODS}date/date_migrate/date_migrate_example/date_migrate_example.xml
|
||||
${DRUPAL_MODS}date/date_popup/
|
||||
${DRUPAL_MODS}date/date_popup/README.txt
|
||||
${DRUPAL_MODS}date/date_popup/date_popup.info
|
||||
${DRUPAL_MODS}date/date_popup/date_popup.install
|
||||
${DRUPAL_MODS}date/date_popup/date_popup.js
|
||||
${DRUPAL_MODS}date/date_popup/date_popup.module
|
||||
${DRUPAL_MODS}date/date_popup/jquery.timeentry.pack.js
|
||||
${DRUPAL_MODS}date/date_popup/themes/
|
||||
${DRUPAL_MODS}date/date_popup/themes/datepicker.1.7.css
|
||||
${DRUPAL_MODS}date/date_popup/themes/jquery.timeentry.css
|
||||
${DRUPAL_MODS}date/date_repeat/
|
||||
${DRUPAL_MODS}date/date_repeat.inc
|
||||
${DRUPAL_MODS}date/date_repeat/date_repeat.info
|
||||
${DRUPAL_MODS}date/date_repeat/date_repeat.install
|
||||
${DRUPAL_MODS}date/date_repeat/date_repeat.module
|
||||
${DRUPAL_MODS}date/date_repeat/date_repeat_calc.inc
|
||||
${DRUPAL_MODS}date/date_repeat/date_repeat_form.inc
|
||||
${DRUPAL_MODS}date/date_repeat/tests/
|
||||
${DRUPAL_MODS}date/date_repeat/tests/date_repeat.test
|
||||
${DRUPAL_MODS}date/date_repeat/tests/date_repeat_form.test
|
||||
${DRUPAL_MODS}date/date_repeat_field/
|
||||
${DRUPAL_MODS}date/date_repeat_field/README.txt
|
||||
${DRUPAL_MODS}date/date_repeat_field/date_repeat_field.css
|
||||
${DRUPAL_MODS}date/date_repeat_field/date_repeat_field.devel_generate.inc
|
||||
${DRUPAL_MODS}date/date_repeat_field/date_repeat_field.info
|
||||
${DRUPAL_MODS}date/date_repeat_field/date_repeat_field.module
|
||||
${DRUPAL_MODS}date/date_tools/
|
||||
${DRUPAL_MODS}date/date_tools/date_tools.change_type.inc
|
||||
${DRUPAL_MODS}date/date_tools/date_tools.info
|
||||
${DRUPAL_MODS}date/date_tools/date_tools.module
|
||||
${DRUPAL_MODS}date/date_tools/date_tools.wizard.inc
|
||||
${DRUPAL_MODS}date/date_tools/tests/
|
||||
${DRUPAL_MODS}date/date_tools/tests/date_tools.test
|
||||
${DRUPAL_MODS}date/date_views/
|
||||
${DRUPAL_MODS}date/date_views/css/
|
||||
${DRUPAL_MODS}date/date_views/css/date_views.css
|
||||
${DRUPAL_MODS}date/date_views/date_views.info
|
||||
${DRUPAL_MODS}date/date_views/date_views.install
|
||||
${DRUPAL_MODS}date/date_views/date_views.module
|
||||
${DRUPAL_MODS}date/date_views/includes/
|
||||
${DRUPAL_MODS}date/date_views/includes/date_plugin_display_attachment.inc
|
||||
${DRUPAL_MODS}date/date_views/includes/date_views.views.inc
|
||||
${DRUPAL_MODS}date/date_views/includes/date_views_argument_handler.inc
|
||||
${DRUPAL_MODS}date/date_views/includes/date_views_argument_handler_simple.inc
|
||||
${DRUPAL_MODS}date/date_views/includes/date_views_fields.inc
|
||||
${DRUPAL_MODS}date/date_views/includes/date_views_filter_handler.inc
|
||||
${DRUPAL_MODS}date/date_views/includes/date_views_filter_handler_simple.inc
|
||||
${DRUPAL_MODS}date/date_views/includes/date_views_plugin_pager.inc
|
||||
${DRUPAL_MODS}date/date_views/theme/
|
||||
${DRUPAL_MODS}date/date_views/theme/date-views-filter-form.tpl.php
|
||||
${DRUPAL_MODS}date/date_views/theme/date-views-pager.tpl.php
|
||||
${DRUPAL_MODS}date/date_views/theme/theme.inc
|
||||
${DRUPAL_MODS}date/tests/
|
||||
${DRUPAL_MODS}date/tests/README.txt
|
||||
${DRUPAL_MODS}date/tests/USHolidays.ics
|
||||
${DRUPAL_MODS}date/tests/Yahoo.csv
|
||||
${DRUPAL_MODS}date/tests/date.test
|
||||
${DRUPAL_MODS}date/tests/date_api.test
|
||||
${DRUPAL_MODS}date/tests/date_field.test
|
||||
${DRUPAL_MODS}date/tests/date_form.test
|
||||
${DRUPAL_MODS}date/tests/date_migrate.test
|
||||
${DRUPAL_MODS}date/tests/date_test/
|
||||
${DRUPAL_MODS}date/tests/date_test/date_test.info
|
||||
${DRUPAL_MODS}date/tests/date_test/date_test.module
|
||||
${DRUPAL_MODS}date/tests/date_timezone.test
|
||||
${DRUPAL_MODS}date/tests/date_validation.test
|
||||
${DRUPAL_MODS}date/tests/date_views_pager.test
|
||||
${DRUPAL_MODS}date/tests/date_views_popup.test
|
||||
${DRUPAL_MODS}date/tests/rrule.ics
|
@ -1,9 +0,0 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2019/01/05 22:56:20 danj Exp $
|
||||
|
||||
COMMENT = development helps
|
||||
REVISION = 0
|
||||
|
||||
MODDRUPAL_PROJECT = devel
|
||||
MODDRUPAL_VERSION = 1.5
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,2 +0,0 @@
|
||||
SHA256 (drupal7/devel-7.x-1.5.tar.gz) = 70/ucGDaK+30BoFL2nRBGZv7tdPH+oiG01UNJM/eX4k=
|
||||
SIZE (drupal7/devel-7.x-1.5.tar.gz) = 193378
|
@ -1,10 +0,0 @@
|
||||
Devel can slow down a drupal site by a great amount, but allows you to
|
||||
debug database queries/node grants to obtain the results you need.
|
||||
|
||||
Activate the modules, then add the blocks where you want them, and make
|
||||
sure the roles have the correct permissions.
|
||||
|
||||
Do not use on production sites, for obvious reasons...
|
||||
|
||||
PLEASE NOTE: devel_themer is incompatible with dhtml_menu !!!!
|
||||
DO NOT activate them both at once.
|
@ -1,144 +0,0 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2014/02/08 19:37:29 espie Exp $
|
||||
@owner ${DRUPAL_OWNER}
|
||||
@group ${DRUPAL_GROUP}
|
||||
${DRUPAL_MODS}devel/
|
||||
${DRUPAL_MODS}devel/LICENSE.txt
|
||||
${DRUPAL_MODS}devel/README.txt
|
||||
${DRUPAL_MODS}devel/README_devel_node_access.txt
|
||||
${DRUPAL_MODS}devel/devel-rtl.css
|
||||
${DRUPAL_MODS}devel/devel.admin.inc
|
||||
${DRUPAL_MODS}devel/devel.css
|
||||
${DRUPAL_MODS}devel/devel.drush.inc
|
||||
${DRUPAL_MODS}devel/devel.info
|
||||
${DRUPAL_MODS}devel/devel.install
|
||||
${DRUPAL_MODS}devel/devel.js
|
||||
${DRUPAL_MODS}devel/devel.mail.inc
|
||||
${DRUPAL_MODS}devel/devel.module
|
||||
${DRUPAL_MODS}devel/devel.pages.inc
|
||||
${DRUPAL_MODS}devel/devel.rules.inc
|
||||
${DRUPAL_MODS}devel/devel.test
|
||||
${DRUPAL_MODS}devel/develDrushTest.php
|
||||
${DRUPAL_MODS}devel/devel_generate/
|
||||
${DRUPAL_MODS}devel/devel_generate/devel_generate.drush.inc
|
||||
${DRUPAL_MODS}devel/devel_generate/devel_generate.fields.inc
|
||||
${DRUPAL_MODS}devel/devel_generate/devel_generate.inc
|
||||
${DRUPAL_MODS}devel/devel_generate/devel_generate.info
|
||||
${DRUPAL_MODS}devel/devel_generate/devel_generate.module
|
||||
${DRUPAL_MODS}devel/devel_generate/devel_generate.test
|
||||
${DRUPAL_MODS}devel/devel_generate/devel_generate_batch.inc
|
||||
${DRUPAL_MODS}devel/devel_generate/file.devel_generate.inc
|
||||
${DRUPAL_MODS}devel/devel_generate/image.devel_generate.inc
|
||||
${DRUPAL_MODS}devel/devel_generate/list.devel_generate.inc
|
||||
${DRUPAL_MODS}devel/devel_generate/number.devel_generate.inc
|
||||
${DRUPAL_MODS}devel/devel_generate/taxonomy.devel_generate.inc
|
||||
${DRUPAL_MODS}devel/devel_generate/text.devel_generate.inc
|
||||
${DRUPAL_MODS}devel/devel_krumo_path.js
|
||||
${DRUPAL_MODS}devel/devel_node_access.api.php
|
||||
${DRUPAL_MODS}devel/devel_node_access.info
|
||||
${DRUPAL_MODS}devel/devel_node_access.install
|
||||
${DRUPAL_MODS}devel/devel_node_access.js
|
||||
${DRUPAL_MODS}devel/devel_node_access.module
|
||||
${DRUPAL_MODS}devel/jquery-1.4.4-uncompressed.js
|
||||
${DRUPAL_MODS}devel/krumo/
|
||||
${DRUPAL_MODS}devel/krumo/INSTALL
|
||||
${DRUPAL_MODS}devel/krumo/LICENSE
|
||||
${DRUPAL_MODS}devel/krumo/README
|
||||
${DRUPAL_MODS}devel/krumo/TODO
|
||||
${DRUPAL_MODS}devel/krumo/VERSION
|
||||
${DRUPAL_MODS}devel/krumo/class.krumo.php
|
||||
${DRUPAL_MODS}devel/krumo/docs/
|
||||
${DRUPAL_MODS}devel/krumo/docs/Krumo/
|
||||
${DRUPAL_MODS}devel/krumo/docs/Krumo/_class.krumo.php.html
|
||||
${DRUPAL_MODS}devel/krumo/docs/Krumo/krumo.html
|
||||
${DRUPAL_MODS}devel/krumo/docs/blank.html
|
||||
${DRUPAL_MODS}devel/krumo/docs/classtrees_Krumo.html
|
||||
${DRUPAL_MODS}devel/krumo/docs/elementindex.html
|
||||
${DRUPAL_MODS}devel/krumo/docs/elementindex_Krumo.html
|
||||
${DRUPAL_MODS}devel/krumo/docs/errors.html
|
||||
${DRUPAL_MODS}devel/krumo/docs/index.html
|
||||
${DRUPAL_MODS}devel/krumo/docs/li_Krumo.html
|
||||
${DRUPAL_MODS}devel/krumo/docs/media/
|
||||
${DRUPAL_MODS}devel/krumo/docs/media/banner.css
|
||||
${DRUPAL_MODS}devel/krumo/docs/media/images/
|
||||
${DRUPAL_MODS}devel/krumo/docs/media/images/AbstractClass.png
|
||||
${DRUPAL_MODS}devel/krumo/docs/media/images/AbstractClass_logo.png
|
||||
${DRUPAL_MODS}devel/krumo/docs/media/images/AbstractMethod.png
|
||||
${DRUPAL_MODS}devel/krumo/docs/media/images/AbstractPrivateClass.png
|
||||
${DRUPAL_MODS}devel/krumo/docs/media/images/AbstractPrivateClass_logo.png
|
||||
${DRUPAL_MODS}devel/krumo/docs/media/images/AbstractPrivateMethod.png
|
||||
${DRUPAL_MODS}devel/krumo/docs/media/images/Class.png
|
||||
${DRUPAL_MODS}devel/krumo/docs/media/images/Class_logo.png
|
||||
${DRUPAL_MODS}devel/krumo/docs/media/images/Constant.png
|
||||
${DRUPAL_MODS}devel/krumo/docs/media/images/Constructor.png
|
||||
${DRUPAL_MODS}devel/krumo/docs/media/images/Destructor.png
|
||||
${DRUPAL_MODS}devel/krumo/docs/media/images/Function.png
|
||||
${DRUPAL_MODS}devel/krumo/docs/media/images/Global.png
|
||||
${DRUPAL_MODS}devel/krumo/docs/media/images/I.png
|
||||
${DRUPAL_MODS}devel/krumo/docs/media/images/Index.png
|
||||
${DRUPAL_MODS}devel/krumo/docs/media/images/Interface.PNG
|
||||
${DRUPAL_MODS}devel/krumo/docs/media/images/Interface_logo.png
|
||||
${DRUPAL_MODS}devel/krumo/docs/media/images/L.png
|
||||
${DRUPAL_MODS}devel/krumo/docs/media/images/Lminus.png
|
||||
${DRUPAL_MODS}devel/krumo/docs/media/images/Lplus.png
|
||||
${DRUPAL_MODS}devel/krumo/docs/media/images/Method.png
|
||||
${DRUPAL_MODS}devel/krumo/docs/media/images/Page.png
|
||||
${DRUPAL_MODS}devel/krumo/docs/media/images/Page_logo.png
|
||||
${DRUPAL_MODS}devel/krumo/docs/media/images/PrivateClass.png
|
||||
${DRUPAL_MODS}devel/krumo/docs/media/images/PrivateClass_logo.png
|
||||
${DRUPAL_MODS}devel/krumo/docs/media/images/PrivateMethod.png
|
||||
${DRUPAL_MODS}devel/krumo/docs/media/images/PrivateVariable.png
|
||||
${DRUPAL_MODS}devel/krumo/docs/media/images/StaticMethod.png
|
||||
${DRUPAL_MODS}devel/krumo/docs/media/images/StaticVariable.png
|
||||
${DRUPAL_MODS}devel/krumo/docs/media/images/T.png
|
||||
${DRUPAL_MODS}devel/krumo/docs/media/images/Tminus.png
|
||||
${DRUPAL_MODS}devel/krumo/docs/media/images/Tplus.png
|
||||
${DRUPAL_MODS}devel/krumo/docs/media/images/Variable.png
|
||||
${DRUPAL_MODS}devel/krumo/docs/media/images/blank.png
|
||||
${DRUPAL_MODS}devel/krumo/docs/media/images/class_folder.png
|
||||
${DRUPAL_MODS}devel/krumo/docs/media/images/empty.png
|
||||
${DRUPAL_MODS}devel/krumo/docs/media/images/file.png
|
||||
${DRUPAL_MODS}devel/krumo/docs/media/images/folder.png
|
||||
${DRUPAL_MODS}devel/krumo/docs/media/images/function_folder.png
|
||||
${DRUPAL_MODS}devel/krumo/docs/media/images/minus.gif
|
||||
${DRUPAL_MODS}devel/krumo/docs/media/images/next_button.png
|
||||
${DRUPAL_MODS}devel/krumo/docs/media/images/next_button_disabled.png
|
||||
${DRUPAL_MODS}devel/krumo/docs/media/images/package.png
|
||||
${DRUPAL_MODS}devel/krumo/docs/media/images/package_folder.png
|
||||
${DRUPAL_MODS}devel/krumo/docs/media/images/plus.gif
|
||||
${DRUPAL_MODS}devel/krumo/docs/media/images/previous_button.png
|
||||
${DRUPAL_MODS}devel/krumo/docs/media/images/previous_button_disabled.png
|
||||
${DRUPAL_MODS}devel/krumo/docs/media/images/private_class_logo.png
|
||||
${DRUPAL_MODS}devel/krumo/docs/media/images/tutorial.png
|
||||
${DRUPAL_MODS}devel/krumo/docs/media/images/tutorial_folder.png
|
||||
${DRUPAL_MODS}devel/krumo/docs/media/images/up_button.png
|
||||
${DRUPAL_MODS}devel/krumo/docs/media/lib/
|
||||
${DRUPAL_MODS}devel/krumo/docs/media/lib/classTree.js
|
||||
${DRUPAL_MODS}devel/krumo/docs/media/stylesheet.css
|
||||
${DRUPAL_MODS}devel/krumo/docs/packages.html
|
||||
${DRUPAL_MODS}devel/krumo/docs/ric_INSTALL.html
|
||||
${DRUPAL_MODS}devel/krumo/docs/ric_LICENSE.html
|
||||
${DRUPAL_MODS}devel/krumo/docs/ric_README.html
|
||||
${DRUPAL_MODS}devel/krumo/docs/ric_TODO.html
|
||||
${DRUPAL_MODS}devel/krumo/docs/ric_VERSION.html
|
||||
${DRUPAL_MODS}devel/krumo/krumo.ini
|
||||
${DRUPAL_MODS}devel/krumo/krumo.js
|
||||
${DRUPAL_MODS}devel/krumo/skins/
|
||||
${DRUPAL_MODS}devel/krumo/skins/blue/
|
||||
${DRUPAL_MODS}devel/krumo/skins/blue/bg.gif
|
||||
${DRUPAL_MODS}devel/krumo/skins/blue/skin.css
|
||||
${DRUPAL_MODS}devel/krumo/skins/default/
|
||||
${DRUPAL_MODS}devel/krumo/skins/default/bg.gif
|
||||
${DRUPAL_MODS}devel/krumo/skins/default/skin.css
|
||||
${DRUPAL_MODS}devel/krumo/skins/green/
|
||||
${DRUPAL_MODS}devel/krumo/skins/green/bg.gif
|
||||
${DRUPAL_MODS}devel/krumo/skins/green/skin.css
|
||||
${DRUPAL_MODS}devel/krumo/skins/orange/
|
||||
${DRUPAL_MODS}devel/krumo/skins/orange/bg.gif
|
||||
${DRUPAL_MODS}devel/krumo/skins/orange/skin.css
|
||||
${DRUPAL_MODS}devel/krumo/skins/white/
|
||||
${DRUPAL_MODS}devel/krumo/skins/white/collapsed.gif
|
||||
${DRUPAL_MODS}devel/krumo/skins/white/dotted.gif
|
||||
${DRUPAL_MODS}devel/krumo/skins/white/empty.gif
|
||||
${DRUPAL_MODS}devel/krumo/skins/white/expanded.gif
|
||||
${DRUPAL_MODS}devel/krumo/skins/white/skin.css
|
||||
${DRUPAL_MODS}devel/runtests.sh
|
@ -1,9 +0,0 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2019/01/05 22:56:20 danj Exp $
|
||||
|
||||
COMMENT = disable specific messages shown to end users
|
||||
|
||||
MODDRUPAL_PROJECT = disable_messages
|
||||
MODDRUPAL_VERSION = 1.0
|
||||
REVISION = 3
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,2 +0,0 @@
|
||||
SHA256 (drupal7/disable_messages-7.x-1.0.tar.gz) = H2KOnXCo2grgnYfsizZ4M38CzAyhbsPE/WaQSrjFduQ=
|
||||
SIZE (drupal7/disable_messages-7.x-1.0.tar.gz) = 11130
|
@ -1,7 +0,0 @@
|
||||
Gives a site owner options to disable specific messages shown to end
|
||||
users. The core drupal message system as offered by drupal_set_message
|
||||
is an excellent way for modules to send out messages to the end users.
|
||||
However not all drupal site owners are keen to show all the messages
|
||||
sent out by drupal core and all modules to their users. This module
|
||||
gives site administrators a reasonably powerful way to filter out
|
||||
messages shown to the end users.
|
@ -1,9 +0,0 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2012/07/12 21:48:14 jasper Exp $
|
||||
@owner ${DRUPAL_OWNER}
|
||||
@group ${DRUPAL_GROUP}
|
||||
${DRUPAL_MODS}disable_messages/
|
||||
${DRUPAL_MODS}disable_messages/LICENSE.txt
|
||||
${DRUPAL_MODS}disable_messages/README.txt
|
||||
${DRUPAL_MODS}disable_messages/disable_messages.info
|
||||
${DRUPAL_MODS}disable_messages/disable_messages.install
|
||||
${DRUPAL_MODS}disable_messages/disable_messages.module
|
@ -1,80 +0,0 @@
|
||||
# $OpenBSD: drupal7.port.mk,v 1.6 2019/01/05 22:56:20 danj Exp $
|
||||
|
||||
|
||||
# three types of things we can install, by default plugin
|
||||
MODDRUPAL_THEME ?= No
|
||||
|
||||
.if defined(DRUPAL_LANG)
|
||||
MODDRUPAL_LANG ?= Yes
|
||||
.else
|
||||
MODDRUPAL_LANG ?= No
|
||||
.endif
|
||||
|
||||
|
||||
DIST_SUBDIR ?= drupal7
|
||||
CATEGORIES += www www/drupal7
|
||||
|
||||
.if ${MODDRUPAL_LANG:L} == "yes"
|
||||
SUBDIR = translations/7.x
|
||||
COMMENT = drupal ${DRUPAL_LANG} translation
|
||||
EXTRACT_SUFX ?=
|
||||
HOMEPAGE ?= http://localize.drupal.org/translate/languages/${DRUPAL_LANG}/
|
||||
MASTER_SITES ?= http://ftp.drupal.org/files/${SUBDIR}/ \
|
||||
ftp://ftp.drupal.org/pub/drupal/files/${SUBDIR}/
|
||||
. for p v in ${LANGFILES}
|
||||
DISTFILES += $p/$p-7.x-$v.${DRUPAL_LANG}.po
|
||||
. endfor
|
||||
.else
|
||||
SUBDIR = projects
|
||||
. if defined(MODDRUPAL_PROJECT)
|
||||
HOMEPAGE ?= http://drupal.org/project/${MODDRUPAL_PROJECT}/
|
||||
. if defined(MODDRUPAL_VERSION)
|
||||
DISTNAME ?= ${MODDRUPAL_PROJECT}-7.x-${MODDRUPAL_VERSION}
|
||||
MODDRUPAL_PKGNAME ?= ${MODDRUPAL_PROJECT}
|
||||
PKGNAME ?= drupal7-${MODDRUPAL_PKGNAME}-${MODDRUPAL_VERSION}
|
||||
. endif
|
||||
. else
|
||||
HOMEPAGE ?= http://drupal.org/
|
||||
. endif
|
||||
MASTER_SITES ?= http://www.drupal.org/files/${SUBDIR}/ \
|
||||
ftp://ftp.drupal.org/pub/drupal/files/${SUBDIR}/
|
||||
.endif
|
||||
|
||||
PKG_ARCH ?= *
|
||||
|
||||
.if !defined(WRKDIST)
|
||||
WRKDIST = ${WRKDIR}/${DISTNAME:C/-7.x.*$//}
|
||||
.endif
|
||||
|
||||
PREFIX ?= /var/www
|
||||
DRUPAL ?= drupal7
|
||||
DRUPAL_ROOT ?= htdocs/${DRUPAL}
|
||||
DRUPAL_MODS ?= ${DRUPAL_ROOT}/sites/all/modules/
|
||||
DRUPAL_THEMES ?=${DRUPAL_ROOT}/sites/all/themes/
|
||||
DRUPAL_TRANSLATIONS ?= ${DRUPAL_ROOT}/profiles/standard/translations/
|
||||
DRUPAL_OWNER = root
|
||||
DRUPAL_GROUP = daemon
|
||||
SUBST_VARS += DRUPAL_MODS DRUPAL_THEMES DRUPAL_ROOT \
|
||||
DRUPAL_OWNER DRUPAL_GROUP DRUPAL
|
||||
|
||||
.if ${MODDRUPAL_THEME:L} == "yes"
|
||||
MODDRUPAL_INSTALL = \
|
||||
mkdir -p ${PREFIX}/${DRUPAL_THEMES}; \
|
||||
cp -R ${WRKDIST} ${PREFIX}/${DRUPAL_THEMES}; \
|
||||
chown -R ${DRUPAL_OWNER}.${DRUPAL_GROUP} ${PREFIX}/${DRUPAL_THEMES}
|
||||
.elif ${MODDRUPAL_LANG:L} == "yes"
|
||||
MODDRUPAL_INSTALL = \
|
||||
mkdir -p ${PREFIX}/${DRUPAL_TRANSLATIONS}; \
|
||||
for i in ${DISTFILES}; do \
|
||||
cp ${FULLDISTDIR}/$$i ${PREFIX}/${DRUPAL_TRANSLATIONS}; \
|
||||
done; \
|
||||
chown -R ${DRUPAL_OWNER}.${DRUPAL_GROUP} ${PREFIX}/${DRUPAL_TRANSLATIONS};
|
||||
SUBST_VARS += DRUPAL_LANG
|
||||
.else
|
||||
MODDRUPAL_INSTALL = \
|
||||
mkdir -p ${PREFIX}/${DRUPAL_MODS}; \
|
||||
cp -R ${WRKDIST} ${PREFIX}/${DRUPAL_MODS}; \
|
||||
chown -R ${DRUPAL_OWNER}.${DRUPAL_GROUP} ${PREFIX}/${DRUPAL_MODS}
|
||||
.endif
|
||||
|
||||
RUN_DEPENDS ?= drupal->=7,<8:www/drupal7/core7
|
@ -1,9 +0,0 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2019/01/05 22:56:20 danj Exp $
|
||||
|
||||
COMMENT = unified entity api
|
||||
REVISION = 0
|
||||
|
||||
MODDRUPAL_PROJECT = entity
|
||||
MODDRUPAL_VERSION = 1.9
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,2 +0,0 @@
|
||||
SHA256 (drupal7/entity-7.x-1.9.tar.gz) = xvsmsq0xv3sRe/ml9f7FaRiIuhoNVDJJHYZrwsjkg+E=
|
||||
SIZE (drupal7/entity-7.x-1.9.tar.gz) = 124231
|
@ -1,2 +0,0 @@
|
||||
Unified entity API, provides CRUD access.
|
||||
Dependencies of the rules module.
|
@ -1,72 +0,0 @@
|
||||
@comment $OpenBSD: PLIST,v 1.4 2018/03/31 14:42:43 espie Exp $
|
||||
@owner ${DRUPAL_OWNER}
|
||||
@group ${DRUPAL_GROUP}
|
||||
${DRUPAL_MODS}entity/
|
||||
${DRUPAL_MODS}entity/LICENSE.txt
|
||||
${DRUPAL_MODS}entity/README.txt
|
||||
${DRUPAL_MODS}entity/ctools/
|
||||
${DRUPAL_MODS}entity/ctools/content_types/
|
||||
${DRUPAL_MODS}entity/ctools/content_types/entity_view.inc
|
||||
${DRUPAL_MODS}entity/ctools/relationships/
|
||||
${DRUPAL_MODS}entity/ctools/relationships/entity_property.inc
|
||||
${DRUPAL_MODS}entity/entity.api.php
|
||||
${DRUPAL_MODS}entity/entity.features.inc
|
||||
${DRUPAL_MODS}entity/entity.i18n.inc
|
||||
${DRUPAL_MODS}entity/entity.info
|
||||
${DRUPAL_MODS}entity/entity.info.inc
|
||||
${DRUPAL_MODS}entity/entity.install
|
||||
${DRUPAL_MODS}entity/entity.module
|
||||
${DRUPAL_MODS}entity/entity.rules.inc
|
||||
${DRUPAL_MODS}entity/entity.test
|
||||
${DRUPAL_MODS}entity/entity_token.info
|
||||
${DRUPAL_MODS}entity/entity_token.module
|
||||
${DRUPAL_MODS}entity/entity_token.tokens.inc
|
||||
${DRUPAL_MODS}entity/includes/
|
||||
${DRUPAL_MODS}entity/includes/entity.controller.inc
|
||||
${DRUPAL_MODS}entity/includes/entity.inc
|
||||
${DRUPAL_MODS}entity/includes/entity.property.inc
|
||||
${DRUPAL_MODS}entity/includes/entity.ui.inc
|
||||
${DRUPAL_MODS}entity/includes/entity.wrapper.inc
|
||||
${DRUPAL_MODS}entity/modules/
|
||||
${DRUPAL_MODS}entity/modules/book.info.inc
|
||||
${DRUPAL_MODS}entity/modules/callbacks.inc
|
||||
${DRUPAL_MODS}entity/modules/comment.info.inc
|
||||
${DRUPAL_MODS}entity/modules/field.info.inc
|
||||
${DRUPAL_MODS}entity/modules/locale.info.inc
|
||||
${DRUPAL_MODS}entity/modules/node.info.inc
|
||||
${DRUPAL_MODS}entity/modules/poll.info.inc
|
||||
${DRUPAL_MODS}entity/modules/statistics.info.inc
|
||||
${DRUPAL_MODS}entity/modules/system.info.inc
|
||||
${DRUPAL_MODS}entity/modules/taxonomy.info.inc
|
||||
${DRUPAL_MODS}entity/modules/user.info.inc
|
||||
${DRUPAL_MODS}entity/tests/
|
||||
${DRUPAL_MODS}entity/tests/entity_feature.info
|
||||
${DRUPAL_MODS}entity/tests/entity_feature.module
|
||||
${DRUPAL_MODS}entity/tests/entity_test.info
|
||||
${DRUPAL_MODS}entity/tests/entity_test.install
|
||||
${DRUPAL_MODS}entity/tests/entity_test.module
|
||||
${DRUPAL_MODS}entity/tests/entity_test_i18n.info
|
||||
${DRUPAL_MODS}entity/tests/entity_test_i18n.module
|
||||
${DRUPAL_MODS}entity/theme/
|
||||
${DRUPAL_MODS}entity/theme/entity.theme.css
|
||||
${DRUPAL_MODS}entity/theme/entity.theme.inc
|
||||
${DRUPAL_MODS}entity/theme/entity.tpl.php
|
||||
${DRUPAL_MODS}entity/views/
|
||||
${DRUPAL_MODS}entity/views/entity.views.inc
|
||||
${DRUPAL_MODS}entity/views/entity_views_example_query.php
|
||||
${DRUPAL_MODS}entity/views/handlers/
|
||||
${DRUPAL_MODS}entity/views/handlers/entity_views_field_handler_helper.inc
|
||||
${DRUPAL_MODS}entity/views/handlers/entity_views_handler_area_entity.inc
|
||||
${DRUPAL_MODS}entity/views/handlers/entity_views_handler_field_boolean.inc
|
||||
${DRUPAL_MODS}entity/views/handlers/entity_views_handler_field_date.inc
|
||||
${DRUPAL_MODS}entity/views/handlers/entity_views_handler_field_duration.inc
|
||||
${DRUPAL_MODS}entity/views/handlers/entity_views_handler_field_entity.inc
|
||||
${DRUPAL_MODS}entity/views/handlers/entity_views_handler_field_field.inc
|
||||
${DRUPAL_MODS}entity/views/handlers/entity_views_handler_field_numeric.inc
|
||||
${DRUPAL_MODS}entity/views/handlers/entity_views_handler_field_options.inc
|
||||
${DRUPAL_MODS}entity/views/handlers/entity_views_handler_field_text.inc
|
||||
${DRUPAL_MODS}entity/views/handlers/entity_views_handler_field_uri.inc
|
||||
${DRUPAL_MODS}entity/views/handlers/entity_views_handler_relationship.inc
|
||||
${DRUPAL_MODS}entity/views/handlers/entity_views_handler_relationship_by_bundle.inc
|
||||
${DRUPAL_MODS}entity/views/plugins/
|
||||
${DRUPAL_MODS}entity/views/plugins/entity_views_plugin_row_entity_view.inc
|
@ -1,10 +0,0 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2019/01/05 22:56:20 danj Exp $
|
||||
|
||||
COMMENT = generate passwords on account creation
|
||||
|
||||
MODDRUPAL_PROJECT = genpass
|
||||
MODDRUPAL_VERSION = 1.0
|
||||
MODDRUPAL_PKGNAME = gen-password
|
||||
REVISION = 2
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,2 +0,0 @@
|
||||
SHA256 (drupal7/genpass-7.x-1.0.tar.gz) = vpuebZlbOv4b6v2qI2tPj51qGFRUIFGwSvMeA5WjWYU=
|
||||
SIZE (drupal7/genpass-7.x-1.0.tar.gz) = 10453
|
@ -1,3 +0,0 @@
|
||||
This modules allows more control on passwords for a site administrator.
|
||||
They can decide to auto-generate passwords on account creation, or
|
||||
to create an initial password for a user instead of letting them choose.
|
@ -1,9 +0,0 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2012/04/10 12:50:24 espie Exp $
|
||||
@owner ${DRUPAL_OWNER}
|
||||
@group ${DRUPAL_GROUP}
|
||||
${DRUPAL_MODS}genpass/
|
||||
${DRUPAL_MODS}genpass/LICENSE.txt
|
||||
${DRUPAL_MODS}genpass/genpass.css
|
||||
${DRUPAL_MODS}genpass/genpass.info
|
||||
${DRUPAL_MODS}genpass/genpass.install
|
||||
${DRUPAL_MODS}genpass/genpass.module
|
@ -1,10 +0,0 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2019/01/05 22:56:20 danj Exp $
|
||||
|
||||
COMMENT = zap duplicate content through redirects
|
||||
BROKEN = drupal7 apache configuration creates loops
|
||||
|
||||
MODDRUPAL_PROJECT = globalredirect
|
||||
MODDRUPAL_VERSION = 1.4
|
||||
REVISION = 2
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,2 +0,0 @@
|
||||
SHA256 (drupal7/globalredirect-7.x-1.4.tar.gz) = 5HLxKUnsRid6CnHbaML+OgkPNPaqDRM7lENwcc5ZxbY=
|
||||
SIZE (drupal7/globalredirect-7.x-1.4.tar.gz) = 18859
|
@ -1,6 +0,0 @@
|
||||
Search engines get unhappy when they see the same content through different
|
||||
urls. They might even decide to delist the case.
|
||||
|
||||
Globalredirect applies a few simple rules to minimize the problem, such
|
||||
as making sure pathaliases are used to refer to content, and using
|
||||
301 redirects to achieve that.
|
@ -1,10 +0,0 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2012/04/10 12:50:24 espie Exp $
|
||||
@owner ${DRUPAL_OWNER}
|
||||
@group ${DRUPAL_GROUP}
|
||||
${DRUPAL_MODS}globalredirect/
|
||||
${DRUPAL_MODS}globalredirect/LICENSE.txt
|
||||
${DRUPAL_MODS}globalredirect/globalredirect.admin.inc
|
||||
${DRUPAL_MODS}globalredirect/globalredirect.info
|
||||
${DRUPAL_MODS}globalredirect/globalredirect.install
|
||||
${DRUPAL_MODS}globalredirect/globalredirect.module
|
||||
${DRUPAL_MODS}globalredirect/globalredirect.test
|
@ -1,9 +0,0 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2019/01/05 22:56:20 danj Exp $
|
||||
|
||||
COMMENT = add the Google Analytics web statistics to your site
|
||||
|
||||
MODDRUPAL_PROJECT = google_analytics
|
||||
MODDRUPAL_VERSION = 1.2
|
||||
REVISION = 3
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,2 +0,0 @@
|
||||
SHA256 (drupal7/google_analytics-7.x-1.2.tar.gz) = yxHJXl5BdZH8FRBUII6ChMW55WYDRhK0aBSvvPwsbEc=
|
||||
SIZE (drupal7/google_analytics-7.x-1.2.tar.gz) = 28312
|
@ -1,2 +0,0 @@
|
||||
Adds the Google Analytics web statistics tracking system to your
|
||||
website.
|
@ -1,14 +0,0 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2012/06/10 19:48:34 jasper Exp $
|
||||
@owner ${DRUPAL_OWNER}
|
||||
@group ${DRUPAL_GROUP}
|
||||
${DRUPAL_MODS}google_analytics/
|
||||
${DRUPAL_MODS}google_analytics/LICENSE.txt
|
||||
${DRUPAL_MODS}google_analytics/README.txt
|
||||
${DRUPAL_MODS}google_analytics/googleanalytics.admin.inc
|
||||
${DRUPAL_MODS}google_analytics/googleanalytics.admin.js
|
||||
${DRUPAL_MODS}google_analytics/googleanalytics.info
|
||||
${DRUPAL_MODS}google_analytics/googleanalytics.install
|
||||
${DRUPAL_MODS}google_analytics/googleanalytics.js
|
||||
${DRUPAL_MODS}google_analytics/googleanalytics.module
|
||||
${DRUPAL_MODS}google_analytics/googleanalytics.test
|
||||
${DRUPAL_MODS}google_analytics/googleanalytics.tokens.inc
|
@ -1,9 +0,0 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2019/01/05 22:56:20 danj Exp $
|
||||
|
||||
COMMENT= provide misc. jQuery plugins
|
||||
|
||||
MODDRUPAL_PROJECT = jquery_plugin
|
||||
MODDRUPAL_VERSION = 1.0
|
||||
REVISION = 3
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,2 +0,0 @@
|
||||
SHA256 (drupal7/jquery_plugin-7.x-1.0.tar.gz) = wIGuxHHX69Mm5wUTUHmemW62xTecC8Ba8KMLPNN7r/c=
|
||||
SIZE (drupal7/jquery_plugin-7.x-1.0.tar.gz) = 39980
|
@ -1,2 +0,0 @@
|
||||
The jquery_plugin module provides miscellaneous jQuery plugins, which
|
||||
can be loaded from any module or theme.
|
@ -1,29 +0,0 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2012/06/10 20:55:23 jasper Exp $
|
||||
@owner ${DRUPAL_OWNER}
|
||||
@group ${DRUPAL_GROUP}
|
||||
${DRUPAL_MODS}jquery_plugin/
|
||||
${DRUPAL_MODS}jquery_plugin/LICENSE.txt
|
||||
${DRUPAL_MODS}jquery_plugin/README.txt
|
||||
${DRUPAL_MODS}jquery_plugin/dateinput.min.js
|
||||
${DRUPAL_MODS}jquery_plugin/jquery.cycle.all.min.js
|
||||
${DRUPAL_MODS}jquery_plugin/jquery.metadata.min.js
|
||||
${DRUPAL_MODS}jquery_plugin/jquery.validate.min.js
|
||||
${DRUPAL_MODS}jquery_plugin/jquery_plugin.drush.inc
|
||||
${DRUPAL_MODS}jquery_plugin/jquery_plugin.info
|
||||
${DRUPAL_MODS}jquery_plugin/jquery_plugin.module
|
||||
${DRUPAL_MODS}jquery_plugin/overlay.apple.min.js
|
||||
${DRUPAL_MODS}jquery_plugin/overlay.min.js
|
||||
${DRUPAL_MODS}jquery_plugin/rangeinput.min.js
|
||||
${DRUPAL_MODS}jquery_plugin/scrollable.autoscroll.min.js
|
||||
${DRUPAL_MODS}jquery_plugin/scrollable.min.js
|
||||
${DRUPAL_MODS}jquery_plugin/scrollable.navigator.min.js
|
||||
${DRUPAL_MODS}jquery_plugin/tabs.min.js
|
||||
${DRUPAL_MODS}jquery_plugin/tabs.slideshow.min.js
|
||||
${DRUPAL_MODS}jquery_plugin/toolbox.expose.min.js
|
||||
${DRUPAL_MODS}jquery_plugin/toolbox.flashembed.min.js
|
||||
${DRUPAL_MODS}jquery_plugin/toolbox.history.min.js
|
||||
${DRUPAL_MODS}jquery_plugin/toolbox.mousewheel.min.js
|
||||
${DRUPAL_MODS}jquery_plugin/tooltip.dynamic.min.js
|
||||
${DRUPAL_MODS}jquery_plugin/tooltip.min.js
|
||||
${DRUPAL_MODS}jquery_plugin/tooltip.slide.min.js
|
||||
${DRUPAL_MODS}jquery_plugin/validator.min.js
|
@ -1,38 +0,0 @@
|
||||
# $OpenBSD: Makefile,v 1.19 2019/01/05 22:56:20 danj Exp $
|
||||
|
||||
DRUPAL_LANG = fr
|
||||
EXTRACT_ONLY =
|
||||
|
||||
DISTNAME = drupal7-${DRUPAL_LANG}-7.59
|
||||
DISTFILES = drupal/drupal-7.59.${DRUPAL_LANG}.po
|
||||
LANGFILES += abt 1.6
|
||||
LANGFILES += auto_nodetitle 1.0
|
||||
LANGFILES += backup_migrate 3.5
|
||||
LANGFILES += colorbox 1.3
|
||||
LANGFILES += compact_forms 1.0
|
||||
LANGFILES += content_access 1.2-beta2
|
||||
LANGFILES += ctools 1.14
|
||||
LANGFILES += ckeditor 1.18
|
||||
LANGFILES += date 2.10
|
||||
LANGFILES += devel 1.5
|
||||
LANGFILES += entity 1.9
|
||||
LANGFILES += google_analytics 1.2
|
||||
LANGFILES += globalredirect 1.4
|
||||
LANGFILES += jquery_plugin 1.0
|
||||
LANGFILES += masquerade 1.0-rc7
|
||||
LANGFILES += nodeaccess_userreference 3.9
|
||||
LANGFILES += pathauto 1.2
|
||||
LANGFILES += print 1.3
|
||||
LANGFILES += references 2.2
|
||||
LANGFILES += rules 2.10
|
||||
LANGFILES += securelogin 1.7
|
||||
LANGFILES += scheduler 1.5
|
||||
LANGFILES += schema 1.3
|
||||
LANGFILES += token 1.7
|
||||
LANGFILES += ubercart 3.1
|
||||
LANGFILES += user_readonly 1.5
|
||||
LANGFILES += views 3.18
|
||||
LANGFILES += webform 4.16
|
||||
REVISION = 0
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,58 +0,0 @@
|
||||
SHA256 (drupal7/abt/abt-7.x-1.6.fr.po) = efmzvUQzsjJSXlRf/FJybs16BceDM2jc6jMKxEDG7ik=
|
||||
SHA256 (drupal7/auto_nodetitle/auto_nodetitle-7.x-1.0.fr.po) = mlXpEczyHupvH5f7/Cokp9+jgzUmsoPDVFcSMQUIIwM=
|
||||
SHA256 (drupal7/backup_migrate/backup_migrate-7.x-3.5.fr.po) = d/94fUdnPV3QyLx1tHmierXLfyXKG2nYfQMIwi0U/bM=
|
||||
SHA256 (drupal7/ckeditor/ckeditor-7.x-1.18.fr.po) = /T4Ksy3XER1L843S+NLJdlJTYkng/izx/lXpRx7KNHE=
|
||||
SHA256 (drupal7/colorbox/colorbox-7.x-1.3.fr.po) = kUytizbKViZF7Q2yfVdgG2r4Y8D9t8kfy1dt/DcPrRk=
|
||||
SHA256 (drupal7/compact_forms/compact_forms-7.x-1.0.fr.po) = QDCg3/PymxnKmo2mJuyk0guLZKaC1o5+xKMJX9iG4pI=
|
||||
SHA256 (drupal7/content_access/content_access-7.x-1.2-beta2.fr.po) = IoZOT5sR7Bzy/YEyOlswY8f5UTFPHm22dfkskMC36Ec=
|
||||
SHA256 (drupal7/ctools/ctools-7.x-1.14.fr.po) = BK9FOjGw6RBCVqAlbVFslzZTQpkBKzKczv10uxc94qQ=
|
||||
SHA256 (drupal7/date/date-7.x-2.10.fr.po) = 1eUkca+tqU9dx8HUGZqav8npROOlQgWuVpCMmwuAPf4=
|
||||
SHA256 (drupal7/devel/devel-7.x-1.5.fr.po) = mJpHFlJXR01DXeDFCb5KvjVn5SHZnPWGGoUNTi4qHoM=
|
||||
SHA256 (drupal7/drupal/drupal-7.59.fr.po) = uK0WyckQfU0QTAX4yac38+986jLPuO+eeGuYSPKrmyE=
|
||||
SHA256 (drupal7/entity/entity-7.x-1.9.fr.po) = oXuH93DxpBZgkLKVocP4g/qlwFNwRNMxnl8CkT9qTrY=
|
||||
SHA256 (drupal7/globalredirect/globalredirect-7.x-1.4.fr.po) = QzB1dmG3zhb7uaYzd2jSPDPGEsl62PLO4+Pz0g8enPQ=
|
||||
SHA256 (drupal7/google_analytics/google_analytics-7.x-1.2.fr.po) = c2xBU0zRW120ExPIjWNuyQ9X3OJ4IMh2KV3w1O+nOGc=
|
||||
SHA256 (drupal7/jquery_plugin/jquery_plugin-7.x-1.0.fr.po) = HDXPeFM5kuRLu5EXCt3uUfzW8VbnRHa/BVDH5wNVxEM=
|
||||
SHA256 (drupal7/masquerade/masquerade-7.x-1.0-rc7.fr.po) = 1i7dfobyy6PMfBO2roF9NmE1nUIcHZN/jtmESaH6HRs=
|
||||
SHA256 (drupal7/nodeaccess_userreference/nodeaccess_userreference-7.x-3.9.fr.po) = t9BHT1Ehf85X/Ft2IUqAGZsaJwNrxiZnB1jVgje0xnY=
|
||||
SHA256 (drupal7/pathauto/pathauto-7.x-1.2.fr.po) = ej5qTD2KpCrjtjMVjpcrFDGz3MGuB3/mN7ZOia38R40=
|
||||
SHA256 (drupal7/print/print-7.x-1.3.fr.po) = /s+7s6OmDJ6tzYBZkV26Lh1nFVl+Fe8xIa9pmlWSFM8=
|
||||
SHA256 (drupal7/references/references-7.x-2.2.fr.po) = eFrQJe7rQmwnUI0yj55On18cmln5vWqmR6tmcfZ1p7c=
|
||||
SHA256 (drupal7/rules/rules-7.x-2.10.fr.po) = DaL0JIcLOfppRWqJM3XovYZwK3GtK2/A/L5reCnVnbU=
|
||||
SHA256 (drupal7/scheduler/scheduler-7.x-1.5.fr.po) = bIhguRacBCt7xjcMohxOC4DvnxB9LbtDax/2CysIY6w=
|
||||
SHA256 (drupal7/schema/schema-7.x-1.3.fr.po) = 9STyUq2DhHDusbxnPPypkpKbQ99H2pno9eX3eyB7c2w=
|
||||
SHA256 (drupal7/securelogin/securelogin-7.x-1.7.fr.po) = tiBP9GotfEqfwNiHqetfHOb8tvqfqbKxrwO+TgaylsY=
|
||||
SHA256 (drupal7/token/token-7.x-1.7.fr.po) = pbkcAVu88vw1nccFHnMQ3ebeW6yrm37370FDDZFzw1k=
|
||||
SHA256 (drupal7/ubercart/ubercart-7.x-3.1.fr.po) = xc0rhsqMj8HnJ8ouAGzgIGLHcghOrEAhB4av1kscBBA=
|
||||
SHA256 (drupal7/user_readonly/user_readonly-7.x-1.5.fr.po) = PSZQ0m6aQbLaNFSNO6rMCsK28ZnEUI1b5tjlylMoeQU=
|
||||
SHA256 (drupal7/views/views-7.x-3.18.fr.po) = P8ZLDQ06iNvWhQ4MJph9dNWjH5O/Br3e1rDKjAii0pg=
|
||||
SHA256 (drupal7/webform/webform-7.x-4.16.fr.po) = i+ZTikiZVPbZpE0SDv1it9/epSJY4hP+zvGdIXGhxIQ=
|
||||
SIZE (drupal7/abt/abt-7.x-1.6.fr.po) = 686
|
||||
SIZE (drupal7/auto_nodetitle/auto_nodetitle-7.x-1.0.fr.po) = 2765
|
||||
SIZE (drupal7/backup_migrate/backup_migrate-7.x-3.5.fr.po) = 31993
|
||||
SIZE (drupal7/ckeditor/ckeditor-7.x-1.18.fr.po) = 46993
|
||||
SIZE (drupal7/colorbox/colorbox-7.x-1.3.fr.po) = 16937
|
||||
SIZE (drupal7/compact_forms/compact_forms-7.x-1.0.fr.po) = 526
|
||||
SIZE (drupal7/content_access/content_access-7.x-1.2-beta2.fr.po) = 11433
|
||||
SIZE (drupal7/ctools/ctools-7.x-1.14.fr.po) = 138514
|
||||
SIZE (drupal7/date/date-7.x-2.10.fr.po) = 61229
|
||||
SIZE (drupal7/devel/devel-7.x-1.5.fr.po) = 45410
|
||||
SIZE (drupal7/drupal/drupal-7.59.fr.po) = 713838
|
||||
SIZE (drupal7/entity/entity-7.x-1.9.fr.po) = 24555
|
||||
SIZE (drupal7/globalredirect/globalredirect-7.x-1.4.fr.po) = 8040
|
||||
SIZE (drupal7/google_analytics/google_analytics-7.x-1.2.fr.po) = 40308
|
||||
SIZE (drupal7/jquery_plugin/jquery_plugin-7.x-1.0.fr.po) = 488
|
||||
SIZE (drupal7/masquerade/masquerade-7.x-1.0-rc7.fr.po) = 9196
|
||||
SIZE (drupal7/nodeaccess_userreference/nodeaccess_userreference-7.x-3.9.fr.po) = 931
|
||||
SIZE (drupal7/pathauto/pathauto-7.x-1.2.fr.po) = 17333
|
||||
SIZE (drupal7/print/print-7.x-1.3.fr.po) = 27348
|
||||
SIZE (drupal7/references/references-7.x-2.2.fr.po) = 8334
|
||||
SIZE (drupal7/rules/rules-7.x-2.10.fr.po) = 77078
|
||||
SIZE (drupal7/scheduler/scheduler-7.x-1.5.fr.po) = 15092
|
||||
SIZE (drupal7/schema/schema-7.x-1.3.fr.po) = 1042
|
||||
SIZE (drupal7/securelogin/securelogin-7.x-1.7.fr.po) = 950
|
||||
SIZE (drupal7/token/token-7.x-1.7.fr.po) = 12685
|
||||
SIZE (drupal7/ubercart/ubercart-7.x-3.1.fr.po) = 32328
|
||||
SIZE (drupal7/user_readonly/user_readonly-7.x-1.5.fr.po) = 642
|
||||
SIZE (drupal7/views/views-7.x-3.18.fr.po) = 217706
|
||||
SIZE (drupal7/webform/webform-7.x-4.16.fr.po) = 106745
|
@ -1,30 +0,0 @@
|
||||
${DRUPAL_LANG} translation of drupal 7 modules,includes :
|
||||
- drupal 7.58
|
||||
- abt 1.6
|
||||
- auto_nodetitle 1.0
|
||||
- backup_migrate 3.5
|
||||
- colorbox 1.3
|
||||
- compact_forms 1.0
|
||||
- content_access 1.2-beta2
|
||||
- ctools 1.14
|
||||
- ckeditors 1.18
|
||||
- date 2.10
|
||||
- devel 1.5
|
||||
- entity 1.9
|
||||
- google_analytics 1.2
|
||||
- globalredirect 1.4
|
||||
- jquery_plugin 1.0
|
||||
- masquerade 1.0-rc7
|
||||
- nodeaccess_userreference 3.9
|
||||
- pathauto 1.2
|
||||
- print 1.3
|
||||
- references 2.2
|
||||
- rules 2.10
|
||||
- securelogin 1.7
|
||||
- scheduler 1.5
|
||||
- schema 1.3
|
||||
- token 1.7
|
||||
- ubercart 3.1
|
||||
- user_readonly 1.5
|
||||
- views 3.18
|
||||
- webform 4.16
|
@ -1,32 +0,0 @@
|
||||
@comment $OpenBSD: PLIST,v 1.14 2018/04/27 10:22:08 espie Exp $
|
||||
@owner ${DRUPAL_OWNER}
|
||||
@group ${DRUPAL_GROUP}
|
||||
${DRUPAL_ROOT}/profiles/standard/translations/abt-7.x-1.6.${DRUPAL_LANG}.po
|
||||
${DRUPAL_ROOT}/profiles/standard/translations/auto_nodetitle-7.x-1.0.${DRUPAL_LANG}.po
|
||||
${DRUPAL_ROOT}/profiles/standard/translations/backup_migrate-7.x-3.5.${DRUPAL_LANG}.po
|
||||
${DRUPAL_ROOT}/profiles/standard/translations/ckeditor-7.x-1.18.${DRUPAL_LANG}.po
|
||||
${DRUPAL_ROOT}/profiles/standard/translations/colorbox-7.x-1.3.${DRUPAL_LANG}.po
|
||||
${DRUPAL_ROOT}/profiles/standard/translations/compact_forms-7.x-1.0.${DRUPAL_LANG}.po
|
||||
${DRUPAL_ROOT}/profiles/standard/translations/content_access-7.x-1.2-beta2.${DRUPAL_LANG}.po
|
||||
${DRUPAL_ROOT}/profiles/standard/translations/ctools-7.x-1.14.${DRUPAL_LANG}.po
|
||||
${DRUPAL_ROOT}/profiles/standard/translations/date-7.x-2.10.${DRUPAL_LANG}.po
|
||||
${DRUPAL_ROOT}/profiles/standard/translations/devel-7.x-1.5.${DRUPAL_LANG}.po
|
||||
${DRUPAL_ROOT}/profiles/standard/translations/drupal-7.59.${DRUPAL_LANG}.po
|
||||
${DRUPAL_ROOT}/profiles/standard/translations/entity-7.x-1.9.${DRUPAL_LANG}.po
|
||||
${DRUPAL_ROOT}/profiles/standard/translations/globalredirect-7.x-1.4.${DRUPAL_LANG}.po
|
||||
${DRUPAL_ROOT}/profiles/standard/translations/google_analytics-7.x-1.2.${DRUPAL_LANG}.po
|
||||
${DRUPAL_ROOT}/profiles/standard/translations/jquery_plugin-7.x-1.0.${DRUPAL_LANG}.po
|
||||
${DRUPAL_ROOT}/profiles/standard/translations/masquerade-7.x-1.0-rc7.${DRUPAL_LANG}.po
|
||||
${DRUPAL_ROOT}/profiles/standard/translations/nodeaccess_userreference-7.x-3.9.${DRUPAL_LANG}.po
|
||||
${DRUPAL_ROOT}/profiles/standard/translations/pathauto-7.x-1.2.${DRUPAL_LANG}.po
|
||||
${DRUPAL_ROOT}/profiles/standard/translations/print-7.x-1.3.${DRUPAL_LANG}.po
|
||||
${DRUPAL_ROOT}/profiles/standard/translations/references-7.x-2.2.${DRUPAL_LANG}.po
|
||||
${DRUPAL_ROOT}/profiles/standard/translations/rules-7.x-2.10.${DRUPAL_LANG}.po
|
||||
${DRUPAL_ROOT}/profiles/standard/translations/scheduler-7.x-1.5.${DRUPAL_LANG}.po
|
||||
${DRUPAL_ROOT}/profiles/standard/translations/schema-7.x-1.3.${DRUPAL_LANG}.po
|
||||
${DRUPAL_ROOT}/profiles/standard/translations/securelogin-7.x-1.7.${DRUPAL_LANG}.po
|
||||
${DRUPAL_ROOT}/profiles/standard/translations/token-7.x-1.7.${DRUPAL_LANG}.po
|
||||
${DRUPAL_ROOT}/profiles/standard/translations/ubercart-7.x-3.1.${DRUPAL_LANG}.po
|
||||
${DRUPAL_ROOT}/profiles/standard/translations/user_readonly-7.x-1.5.${DRUPAL_LANG}.po
|
||||
${DRUPAL_ROOT}/profiles/standard/translations/views-7.x-3.18.${DRUPAL_LANG}.po
|
||||
${DRUPAL_ROOT}/profiles/standard/translations/webform-7.x-4.16.${DRUPAL_LANG}.po
|
@ -1,39 +0,0 @@
|
||||
# $OpenBSD: Makefile,v 1.7 2019/01/05 22:56:20 danj Exp $
|
||||
|
||||
DRUPAL_LANG = nl
|
||||
EXTRACT_ONLY =
|
||||
|
||||
DISTNAME = drupal7-${DRUPAL_LANG}-7.58
|
||||
REVISION = 0
|
||||
|
||||
DISTFILES = drupal/drupal-7.58.${DRUPAL_LANG}.po
|
||||
|
||||
LANGFILES += abt 1.6
|
||||
LANGFILES += auto_nodetitle 1.0
|
||||
LANGFILES += backup_migrate 3.5
|
||||
LANGFILES += colorbox 1.3
|
||||
LANGFILES += compact_forms 1.0
|
||||
LANGFILES += content_access 1.2-beta1
|
||||
LANGFILES += ctools 1.14
|
||||
LANGFILES += date 2.10
|
||||
LANGFILES += devel 1.5
|
||||
LANGFILES += entity 1.9
|
||||
LANGFILES += google_analytics 1.2
|
||||
LANGFILES += globalredirect 1.4
|
||||
LANGFILES += jquery_plugin 1.0
|
||||
LANGFILES += masquerade 1.0-rc7
|
||||
LANGFILES += nodeaccess_userreference 3.9
|
||||
LANGFILES += pathauto 1.2
|
||||
LANGFILES += print 1.3
|
||||
LANGFILES += references 2.2
|
||||
LANGFILES += rules 2.10
|
||||
LANGFILES += securelogin 1.7
|
||||
LANGFILES += scheduler 1.5
|
||||
LANGFILES += schema 1.3
|
||||
LANGFILES += token 1.7
|
||||
LANGFILES += ubercart 3.1
|
||||
LANGFILES += user_readonly 1.5
|
||||
LANGFILES += views 3.18
|
||||
LANGFILES += webform 4.16
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,56 +0,0 @@
|
||||
SHA256 (drupal7/abt/abt-7.x-1.6.nl.po) = mmnwdokzqQWZwMoLQRKIE+X/o2+JR6cqG2IwXP48j8k=
|
||||
SHA256 (drupal7/auto_nodetitle/auto_nodetitle-7.x-1.0.nl.po) = ow8qqo8TsZhu0L8TQ969ZSh9/bi3Wq9jP9bVOtExNso=
|
||||
SHA256 (drupal7/backup_migrate/backup_migrate-7.x-3.5.nl.po) = cCToRexh4nbYqDV6bYuq42mZriz4vXYUigy9QpnHjpc=
|
||||
SHA256 (drupal7/colorbox/colorbox-7.x-1.3.nl.po) = AFclFesiQrB9axipgBB37FZFy+aal2WtZqKqZ2GWweE=
|
||||
SHA256 (drupal7/compact_forms/compact_forms-7.x-1.0.nl.po) = HYGdwioGHNbrFlfshFIuaLkfVUp//8aLRJVZMvaeksc=
|
||||
SHA256 (drupal7/content_access/content_access-7.x-1.2-beta1.nl.po) = xI3CshDI9E/PfkzzQoJnPQeN6srQsJ3uj0e0aavAcR0=
|
||||
SHA256 (drupal7/ctools/ctools-7.x-1.14.nl.po) = 6Py9x140vvhowhmwhlknXA4z8BqPALmHN7cY7ner8RY=
|
||||
SHA256 (drupal7/date/date-7.x-2.10.nl.po) = w1E9b6qqc+Ip5IySl6iIkLEDGn1pUjvFbD6rZhO0WRw=
|
||||
SHA256 (drupal7/devel/devel-7.x-1.5.nl.po) = H3+SpWguO+4cTCj3+DqNYuvdPAAjHQ9TS0DaWT/UNlw=
|
||||
SHA256 (drupal7/drupal/drupal-7.58.nl.po) = SCrAQs1d5O9pxb9E3rFzPJ76f7pUce9LtYmx5+NXMs8=
|
||||
SHA256 (drupal7/entity/entity-7.x-1.9.nl.po) = Q4YzF72XUeh7IOOahiFEExtJZBjYxFjGPbNj/eRMWCg=
|
||||
SHA256 (drupal7/globalredirect/globalredirect-7.x-1.4.nl.po) = r1WDH4e4zBSxmBTt/q5enql92C/NQjJFn+x2K399BR4=
|
||||
SHA256 (drupal7/google_analytics/google_analytics-7.x-1.2.nl.po) = aGqqcB6p7FuVk4zo8I5J7tyNF0rlZsJbjM/L4z/MvbY=
|
||||
SHA256 (drupal7/jquery_plugin/jquery_plugin-7.x-1.0.nl.po) = XSXnA/0fRucMWsPOYBVAj3xH5GHZZQw34Ust6D24E/0=
|
||||
SHA256 (drupal7/masquerade/masquerade-7.x-1.0-rc7.nl.po) = 4KHVV1n3eI0S7QPMdWId4LZZvD6szO+CTEvR5V60puA=
|
||||
SHA256 (drupal7/nodeaccess_userreference/nodeaccess_userreference-7.x-3.9.nl.po) = +ygjWDrX+32S/mvE6ClHsF391mZjgEV5KdEoY89+mR0=
|
||||
SHA256 (drupal7/pathauto/pathauto-7.x-1.2.nl.po) = 6gI5jxIJB33eRd9DflqOwllU5YE0BH5Xu/Tc+kJFaSE=
|
||||
SHA256 (drupal7/print/print-7.x-1.3.nl.po) = X8rjNZ5H+zv4dpinU3Q2T4sbFLFw6VAGDBKHipQPBs8=
|
||||
SHA256 (drupal7/references/references-7.x-2.2.nl.po) = qflWiD81oIdv6TwzSvUbwyf8ejdtwKRg0FoXcU3E46U=
|
||||
SHA256 (drupal7/rules/rules-7.x-2.10.nl.po) = OX+3Nm47sQmtfEcaMZ3PezdxhtkO4NPS4owBM0hWmPo=
|
||||
SHA256 (drupal7/scheduler/scheduler-7.x-1.5.nl.po) = VfN9YOtY2u0ljw7MIWkUSPLumEUhsgDkwomp++xcde4=
|
||||
SHA256 (drupal7/schema/schema-7.x-1.3.nl.po) = sj0nSJBxsNQdOhW4z22/403unJt5p/EB/iuc1NBb4+k=
|
||||
SHA256 (drupal7/securelogin/securelogin-7.x-1.7.nl.po) = sXjXwvhbsLXiz0dzgl6osqVL7OsikNgy7ZljqIQBkew=
|
||||
SHA256 (drupal7/token/token-7.x-1.7.nl.po) = QmmHjBSq6u0OLGuZNGngQKgnBAk42poL8OregRz/JbU=
|
||||
SHA256 (drupal7/ubercart/ubercart-7.x-3.1.nl.po) = bVMmyZVsCH9oSvYfEbHOi0Inj3EX3v5bznN2jzMRTXk=
|
||||
SHA256 (drupal7/user_readonly/user_readonly-7.x-1.5.nl.po) = 1Rifs0/b9dzwJ0rtMrZ1UHC7+n46o2XfrSRXZRrTjXE=
|
||||
SHA256 (drupal7/views/views-7.x-3.18.nl.po) = WghvMGsLmdATuDva8qjBWJI7FgceY1ko5nzDMylHxLE=
|
||||
SHA256 (drupal7/webform/webform-7.x-4.16.nl.po) = laeyp3TXYzgH+1Lyjd58ZmCifRNo3qPj+J2GGnaveeU=
|
||||
SIZE (drupal7/abt/abt-7.x-1.6.nl.po) = 679
|
||||
SIZE (drupal7/auto_nodetitle/auto_nodetitle-7.x-1.0.nl.po) = 1059
|
||||
SIZE (drupal7/backup_migrate/backup_migrate-7.x-3.5.nl.po) = 36276
|
||||
SIZE (drupal7/colorbox/colorbox-7.x-1.3.nl.po) = 11888
|
||||
SIZE (drupal7/compact_forms/compact_forms-7.x-1.0.nl.po) = 516
|
||||
SIZE (drupal7/content_access/content_access-7.x-1.2-beta1.nl.po) = 8320
|
||||
SIZE (drupal7/ctools/ctools-7.x-1.14.nl.po) = 34683
|
||||
SIZE (drupal7/date/date-7.x-2.10.nl.po) = 45116
|
||||
SIZE (drupal7/devel/devel-7.x-1.5.nl.po) = 15018
|
||||
SIZE (drupal7/drupal/drupal-7.58.nl.po) = 676444
|
||||
SIZE (drupal7/entity/entity-7.x-1.9.nl.po) = 17689
|
||||
SIZE (drupal7/globalredirect/globalredirect-7.x-1.4.nl.po) = 3609
|
||||
SIZE (drupal7/google_analytics/google_analytics-7.x-1.2.nl.po) = 30249
|
||||
SIZE (drupal7/jquery_plugin/jquery_plugin-7.x-1.0.nl.po) = 483
|
||||
SIZE (drupal7/masquerade/masquerade-7.x-1.0-rc7.nl.po) = 3175
|
||||
SIZE (drupal7/nodeaccess_userreference/nodeaccess_userreference-7.x-3.9.nl.po) = 937
|
||||
SIZE (drupal7/pathauto/pathauto-7.x-1.2.nl.po) = 16802
|
||||
SIZE (drupal7/print/print-7.x-1.3.nl.po) = 22712
|
||||
SIZE (drupal7/references/references-7.x-2.2.nl.po) = 5030
|
||||
SIZE (drupal7/rules/rules-7.x-2.10.nl.po) = 23391
|
||||
SIZE (drupal7/scheduler/scheduler-7.x-1.5.nl.po) = 7946
|
||||
SIZE (drupal7/schema/schema-7.x-1.3.nl.po) = 3085
|
||||
SIZE (drupal7/securelogin/securelogin-7.x-1.7.nl.po) = 832
|
||||
SIZE (drupal7/token/token-7.x-1.7.nl.po) = 12282
|
||||
SIZE (drupal7/ubercart/ubercart-7.x-3.1.nl.po) = 35829
|
||||
SIZE (drupal7/user_readonly/user_readonly-7.x-1.5.nl.po) = 611
|
||||
SIZE (drupal7/views/views-7.x-3.18.nl.po) = 210355
|
||||
SIZE (drupal7/webform/webform-7.x-4.16.nl.po) = 77689
|
@ -1 +0,0 @@
|
||||
${DRUPAL_LANG} translation of drupal 7 modules.
|
@ -1,31 +0,0 @@
|
||||
@comment $OpenBSD: PLIST,v 1.4 2018/04/02 18:04:12 jasper Exp $
|
||||
@owner ${DRUPAL_OWNER}
|
||||
@group ${DRUPAL_GROUP}
|
||||
${DRUPAL_ROOT}/profiles/standard/translations/abt-7.x-1.6.${DRUPAL_LANG}.po
|
||||
${DRUPAL_ROOT}/profiles/standard/translations/auto_nodetitle-7.x-1.0.${DRUPAL_LANG}.po
|
||||
${DRUPAL_ROOT}/profiles/standard/translations/backup_migrate-7.x-3.5.${DRUPAL_LANG}.po
|
||||
${DRUPAL_ROOT}/profiles/standard/translations/colorbox-7.x-1.3.${DRUPAL_LANG}.po
|
||||
${DRUPAL_ROOT}/profiles/standard/translations/compact_forms-7.x-1.0.${DRUPAL_LANG}.po
|
||||
${DRUPAL_ROOT}/profiles/standard/translations/content_access-7.x-1.2-beta1.${DRUPAL_LANG}.po
|
||||
${DRUPAL_ROOT}/profiles/standard/translations/ctools-7.x-1.14.${DRUPAL_LANG}.po
|
||||
${DRUPAL_ROOT}/profiles/standard/translations/date-7.x-2.10.${DRUPAL_LANG}.po
|
||||
${DRUPAL_ROOT}/profiles/standard/translations/devel-7.x-1.5.${DRUPAL_LANG}.po
|
||||
${DRUPAL_ROOT}/profiles/standard/translations/drupal-7.58.${DRUPAL_LANG}.po
|
||||
${DRUPAL_ROOT}/profiles/standard/translations/entity-7.x-1.9.${DRUPAL_LANG}.po
|
||||
${DRUPAL_ROOT}/profiles/standard/translations/globalredirect-7.x-1.4.${DRUPAL_LANG}.po
|
||||
${DRUPAL_ROOT}/profiles/standard/translations/google_analytics-7.x-1.2.${DRUPAL_LANG}.po
|
||||
${DRUPAL_ROOT}/profiles/standard/translations/jquery_plugin-7.x-1.0.${DRUPAL_LANG}.po
|
||||
${DRUPAL_ROOT}/profiles/standard/translations/masquerade-7.x-1.0-rc7.${DRUPAL_LANG}.po
|
||||
${DRUPAL_ROOT}/profiles/standard/translations/nodeaccess_userreference-7.x-3.9.${DRUPAL_LANG}.po
|
||||
${DRUPAL_ROOT}/profiles/standard/translations/pathauto-7.x-1.2.${DRUPAL_LANG}.po
|
||||
${DRUPAL_ROOT}/profiles/standard/translations/print-7.x-1.3.${DRUPAL_LANG}.po
|
||||
${DRUPAL_ROOT}/profiles/standard/translations/references-7.x-2.2.${DRUPAL_LANG}.po
|
||||
${DRUPAL_ROOT}/profiles/standard/translations/rules-7.x-2.10.${DRUPAL_LANG}.po
|
||||
${DRUPAL_ROOT}/profiles/standard/translations/scheduler-7.x-1.5.${DRUPAL_LANG}.po
|
||||
${DRUPAL_ROOT}/profiles/standard/translations/schema-7.x-1.3.${DRUPAL_LANG}.po
|
||||
${DRUPAL_ROOT}/profiles/standard/translations/securelogin-7.x-1.7.${DRUPAL_LANG}.po
|
||||
${DRUPAL_ROOT}/profiles/standard/translations/token-7.x-1.7.${DRUPAL_LANG}.po
|
||||
${DRUPAL_ROOT}/profiles/standard/translations/ubercart-7.x-3.1.${DRUPAL_LANG}.po
|
||||
${DRUPAL_ROOT}/profiles/standard/translations/user_reado${DRUPAL_LANG}y-7.x-1.5.${DRUPAL_LANG}.po
|
||||
${DRUPAL_ROOT}/profiles/standard/translations/views-7.x-3.18.${DRUPAL_LANG}.po
|
||||
${DRUPAL_ROOT}/profiles/standard/translations/webform-7.x-4.16.${DRUPAL_LANG}.po
|
@ -1,11 +0,0 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2019/01/05 22:56:20 danj Exp $
|
||||
|
||||
COMMENT = test site as another user
|
||||
CATEGORIES = devel
|
||||
|
||||
MODDRUPAL_PROJECT = masquerade
|
||||
MODDRUPAL_VERSION = 1.0-rc7
|
||||
PKGNAME = drupal7-masquerade-1.0rc7
|
||||
REVISION = 0
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,2 +0,0 @@
|
||||
SHA256 (drupal7/masquerade-7.x-1.0-rc7.tar.gz) = 3HLZddaK99BoIPY9zE3Ehr/UySL2gsF08Zrr13wbNCw=
|
||||
SIZE (drupal7/masquerade-7.x-1.0-rc7.tar.gz) = 16841
|
@ -1,2 +0,0 @@
|
||||
masquerade allows admins to masquerade as other users.
|
||||
This is a very useful tool to test and debug permission issues.
|
@ -1,10 +0,0 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2012/05/31 15:06:05 espie Exp $
|
||||
@owner ${DRUPAL_OWNER}
|
||||
@group ${DRUPAL_GROUP}
|
||||
${DRUPAL_MODS}masquerade/
|
||||
${DRUPAL_MODS}masquerade/LICENSE.txt
|
||||
${DRUPAL_MODS}masquerade/README.txt
|
||||
${DRUPAL_MODS}masquerade/masquerade.info
|
||||
${DRUPAL_MODS}masquerade/masquerade.install
|
||||
${DRUPAL_MODS}masquerade/masquerade.module
|
||||
${DRUPAL_MODS}masquerade/masquerade.test
|
@ -1,12 +0,0 @@
|
||||
# $OpenBSD: Makefile,v 1.7 2019/01/05 22:56:20 danj Exp $
|
||||
|
||||
COMMENT = multi-author documents
|
||||
|
||||
MODDRUPAL_PROJECT = nodeaccess_userreference
|
||||
MODDRUPAL_VERSION = 3.10
|
||||
MODDRUPAL_PKGNAME = node-access-user-reference
|
||||
RUN_DEPENDS = www/drupal7/references
|
||||
|
||||
REVISION = 2
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,2 +0,0 @@
|
||||
SHA256 (drupal7/nodeaccess_userreference-7.x-3.10.tar.gz) = PGi6TGFCtddXAcJsjwUJZl8Gay+Pv8WPS+7C5dkoGK8=
|
||||
SIZE (drupal7/nodeaccess_userreference-7.x-3.10.tar.gz) = 15158
|
@ -1,4 +0,0 @@
|
||||
Allows editing/deleting of nodes according to a userreference field.
|
||||
|
||||
Please note that this works in conjunction with content-access if you
|
||||
set the priority to the same value, e.g., 1.
|
@ -1,13 +0,0 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2012/04/10 12:50:24 espie Exp $
|
||||
@owner ${DRUPAL_OWNER}
|
||||
@group ${DRUPAL_GROUP}
|
||||
${DRUPAL_MODS}nodeaccess_userreference/
|
||||
${DRUPAL_MODS}nodeaccess_userreference/LICENSE.txt
|
||||
${DRUPAL_MODS}nodeaccess_userreference/README.txt
|
||||
${DRUPAL_MODS}nodeaccess_userreference/includes/
|
||||
${DRUPAL_MODS}nodeaccess_userreference/includes/nodeaccess_userreference.views.inc
|
||||
${DRUPAL_MODS}nodeaccess_userreference/includes/nodeaccess_userreference_views_plugin_display.inc
|
||||
${DRUPAL_MODS}nodeaccess_userreference/includes/nodeaccess_userreference_views_plugin_style.inc
|
||||
${DRUPAL_MODS}nodeaccess_userreference/nodeaccess_userreference.info
|
||||
${DRUPAL_MODS}nodeaccess_userreference/nodeaccess_userreference.install
|
||||
${DRUPAL_MODS}nodeaccess_userreference/nodeaccess_userreference.module
|
@ -1,9 +0,0 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2019/01/05 22:56:20 danj Exp $
|
||||
|
||||
COMMENT= add nodes into a block
|
||||
|
||||
MODDRUPAL_PROJECT = nodesinblock
|
||||
MODDRUPAL_VERSION = 1.0
|
||||
REVISION = 3
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,2 +0,0 @@
|
||||
SHA256 (drupal7/nodesinblock-7.x-1.0.tar.gz) = etBsEQnXK31r0DNasdjGwP09V6IeXizz1fdIvdMfYJw=
|
||||
SIZE (drupal7/nodesinblock-7.x-1.0.tar.gz) = 15667
|
@ -1,8 +0,0 @@
|
||||
Nodes in block makes it possible to add nodes into a block. A number of
|
||||
configurable blocks are generated which you can assign to a region.
|
||||
Visibility settings of this block are automatically set to 'Show on only
|
||||
the listed pages'. On the node content form, you define the weight and
|
||||
visibility per node thus making it easier for content administration as
|
||||
all your content is now in the same place. With this module, you don't
|
||||
have to explain your customers how blocks work but is still able to
|
||||
decide on which pages content must be rendered.
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user