mirror of
https://git.freebsd.org/ports.git
synced 2025-06-16 10:10:31 -04:00
release candidates. Upgrade to SVN revision r1712473. Add an option to build and install the PDF Import extension and enable it by default. Patch the extensions.lst file so that it points to the locations of the extension files rather than passing that information as a configure option. Add a patch to enable enable the use of file:// in extensions.lst for local integrated extensions as is documented in the comments in this file. Nuke the patches that have been committed upstream. Don't try to run the create_tree.sh script with "sh -c" since this script is not marked executable. MFH: 2015Q4
17 lines
562 B
Text
17 lines
562 B
Text
--- extensions.lst.orig 2015-10-24 06:26:40 UTC
|
|
+++ extensions.lst
|
|
@@ -37,6 +37,14 @@
|
|
# [ language=all && ENABLE_XXX ]
|
|
# file://XXX.oxt
|
|
|
|
+# PDF Import extension
|
|
+[ language=all && ENABLE_PDFIMPORT=YES ]
|
|
+ file://pdfimport/pdfimport.oxt
|
|
+
|
|
+# Wiki Publisher extension
|
|
+[ language=all && ENABLE_MEDIAWIKI=YES ]
|
|
+ file://swext/wiki-publisher.oxt
|
|
+
|
|
# English dictionary
|
|
[ language=en.* || language=de || language=it ]
|
|
f5f6aab4cc5d92a34ab13ad15332770c http://sourceforge.net/projects/aoo-extensions/files/17102/21/dict-en.oxt/download "dict-en.oxt"
|