FreeBSD Bugzilla – Attachment 113760 Details for
Bug 155350
repocopy www/drupal6-wysiwyg to www/drupal7-wysiwyg
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
drupal7-wysiwyg.shar
drupal7-wysiwyg.shar (text/plain; x-mac-type="0"; x-mac-creator="0"), 4.88 KB, created by
Nick Hilliard
on 2011-03-07 15:41:56 UTC
(
hide
)
Description:
drupal7-wysiwyg.shar
Filename:
MIME Type:
Creator:
Nick Hilliard
Created:
2011-03-07 15:41:56 UTC
Size:
4.88 KB
patch
obsolete
># This is a shell archive. Save it in a file, remove anything before ># this line, and then unpack it by entering "sh file". Note, it may ># create directories; files and directories will be owned by you and ># have default permissions. ># ># This archive contains: ># ># drupal7-wysiwyg ># drupal7-wysiwyg/Makefile ># drupal7-wysiwyg/pkg-descr ># drupal7-wysiwyg/distinfo ># >echo c - drupal7-wysiwyg >mkdir -p drupal7-wysiwyg > /dev/null 2>&1 >echo x - drupal7-wysiwyg/Makefile >sed 's/^X//' >drupal7-wysiwyg/Makefile << '531499a6c7424ac3b4b2684ae97509de' >X# New ports collection makefile for: drupal7-wysiwyg >X# Date created: 2 June 2009 >X# Whom: Nick Hilliard <nick@foobar.org> >X# >X# $FreeBSD: $ >X# >X >XPORTNAME= wysiwyg >XDISTVERSION= 7.x-2.0 >XCATEGORIES= www >X >XMAINTAINER= nick@foobar.org >XCOMMENT= Allows implementation of WYSIWYG editors for editing Drupal content >X >X >XOPTIONS= TINYMCE3 "Install TinyMCE3 Editor" off \ >X CKEDITOR "Install CKEditor" off \ >X YUI "Install Yahoo UI Editor" off >X >X.include <bsd.port.options.mk> >X >X.if !defined(WITH_TINYMCE3) >XRUN_DEPENDS+= ${LOCALBASE}/www/tinymce:${PORTSDIR}/www/tinymce3 >XPLIST_FILES+= ${DRUPAL_MODLIB}/tinymce >X.endif >X >X.if !defined(WITH_CKEDITOR) >XRUN_DEPENDS+= ${LOCALBASE}/www/ckeditor:${PORTSDIR}/www/ckeditor >XPLIST_FILES+= ${DRUPAL_MODLIB}/ckeditor >X.endif >X >X.if !defined(WITH_YUI) >XRUN_DEPENDS+= ${LOCALBASE}/www/yui:${PORTSDIR}/www/yahoo-ui >XPLIST_FILES+= ${DRUPAL_MODLIB}/yui >X.endif >X >XDRUPAL_MODULE= yes >XDRUPAL_VERSION= 7 >XMODULE_FILES= editors/css/openwysiwyg.css \ >X editors/css/tinymce-2.css \ >X editors/css/tinymce-3.css \ >X editors/js/ckeditor-3.0.js \ >X editors/js/fckeditor-2.6.js \ >X editors/js/fckeditor.config.js \ >X editors/js/jwysiwyg.js \ >X editors/js/markitup.js \ >X editors/js/nicedit.js \ >X editors/js/none.js \ >X editors/js/openwysiwyg.js \ >X editors/js/tinymce-2.js \ >X editors/js/tinymce-3.js \ >X editors/js/whizzywig-56.js \ >X editors/js/whizzywig-60.js \ >X editors/js/whizzywig.js \ >X editors/js/wymeditor.js \ >X editors/js/yui.js \ >X editors/ckeditor.inc \ >X editors/fckeditor.inc \ >X editors/jwysiwyg.inc \ >X editors/markitup.inc \ >X editors/nicedit.inc \ >X editors/openwysiwyg.inc \ >X editors/tinymce.inc \ >X editors/whizzywig.inc \ >X editors/wymeditor.inc \ >X editors/yui.inc \ >X wysiwyg-dialog-page.tpl.php \ >X wysiwyg.admin.inc \ >X wysiwyg.api.js \ >X wysiwyg.api.php \ >X wysiwyg.dialog.inc \ >X wysiwyg.info \ >X wysiwyg.init.js \ >X wysiwyg.install \ >X wysiwyg.js \ >X wysiwyg.module \ >X plugins/break/images/break.gif \ >X plugins/break/images/breaktext.gif \ >X plugins/break/images/spacer.gif \ >X plugins/break/break.css \ >X plugins/break/break.js \ >X plugins/break/langs/ca.js \ >X plugins/break/langs/de.js \ >X plugins/break/langs/en.js \ >X plugins/break/langs/es.js \ >X plugins/break.inc \ >X translations/wysiwyg.pot \ >X translations/da.po \ >X translations/de.po \ >X translations/el.po \ >X translations/fi.po \ >X translations/fr.po \ >X translations/hu.po \ >X translations/tr.po \ >X translations/uk.po >X >XMODULE_DIRS= editors/css editors/js editors plugins/break/images \ >X plugins/break/langs plugins/break plugins translations >X >XDOC_FILES= CHANGELOG.txt README.txt LICENSE.txt >X >Xpost-install: >X.if !defined(WITH_TINYMCE3) >X ${LN} -fs ${PREFIX}/www/tinymce ${PREFIX}/${DRUPAL_MODLIB} >X.endif >X.if !defined(WITH_CKEDITOR) >X ${LN} -fs ${PREFIX}/www/CKEditor ${PREFIX}/${DRUPAL_MODLIB}/ckeditor >X.endif >X.if !defined(WITH_YUI) >X ${LN} -fs ${PREFIX}/www/yahoo ${PREFIX}/${DRUPAL_MODLIB}/yui >X.endif >X >X.include <bsd.port.pre.mk> >X.include "${PORTSDIR}/Mk/bsd.drupal.mk" >X.include <bsd.port.post.mk> >531499a6c7424ac3b4b2684ae97509de >echo x - drupal7-wysiwyg/pkg-descr >sed 's/^X//' >drupal7-wysiwyg/pkg-descr << '56cf4fe3ac299dca9e7cb7959f6e55cc' >XWysiwyg API allows to use client-side editors (a.k.a. WYSIWYG editors) for >Xediting content in the Drupal CMS. It simplifies installation of editors >Xand allows you to define which editor to use depending on the input format. >XThis module replaces all existing editor integration modules and no other >XDrupal module is required. >X >XIt is capable of supporting any kind of client-side editor as long as there >Xare support files for it that integrate the external library with Wysiwyg >XAPI. A client-side editor can be a regular HTML-based editor, a >X"pseudo-editor" (that just provides buttons to insert HTML markup into a >Xplain textarea), or even a Flash-based editor. Support for various editor >Xlibraries is built-in. >X >XThe Wysiwyg API also allows Drupal modules to register plugins (or >X"buttons") for editors. >X >XWWW: http://drupal.org/project/wysiwyg >56cf4fe3ac299dca9e7cb7959f6e55cc >echo x - drupal7-wysiwyg/distinfo >sed 's/^X//' >drupal7-wysiwyg/distinfo << '9a93f41b9cbe182b5f7516fc9539335b' >XSHA256 (drupal/wysiwyg-7.x-2.0.tar.gz) = afb47bba4eb96bb06b437b3a4f11223dc25100bbddfa5b01cade348635f2f143 >XSIZE (drupal/wysiwyg-7.x-2.0.tar.gz) = 108538 >9a93f41b9cbe182b5f7516fc9539335b >exit >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 155350
: 113760