From Fedora Project Wiki
No edit summary |
No edit summary |
||
Line 53: | Line 53: | ||
| mail.jar || javamail || works | | mail.jar || javamail || works | ||
|- | |- | ||
| rhino-js-1.7r1.jar || rhino || | | rhino-js-1.7r1.jar || rhino || contains proprietary extensions which are patched around. R1 is needed for yuicompressor to work, we have R2 in Fedora | ||
|- | |- | ||
| sanselan-0.94aj.jar || [http://incubator.apache.org/projects/sanselan.html source] (''maven-release'' dependency only from f14 on) || needs packaging | | sanselan-0.94aj.jar || [http://incubator.apache.org/projects/sanselan.html source] (''maven-release'' dependency only from f14 on) || needs packaging | ||
Line 61: | Line 61: | ||
| tagsoup-1.2.jar || tagsoup || works | | tagsoup-1.2.jar || tagsoup || works | ||
|- | |- | ||
| yuicompressor-2.4-appjet.jar || [http://developer.yahoo.com/yui/compressor/ source] || breaks build, significant api breakage for yuicompressor both in | | yuicompressor-2.4-appjet.jar || [http://developer.yahoo.com/yui/compressor/ source] || breaks build, significant api breakage for yuicompressor both in R2 and R3; can be disabled, or we need ''compat-rhino-17r1''. Alternatively, we could ship CSS-only version; performance penalty for JavaScript. needs packaging | ||
|} | |} |
Revision as of 14:47, 16 August 2010
Etherpad FAD
We're trying to organize one. See Etherpad FAD for more.
Packaging Etherpad
There's a not really guidelines compliant version alive here: http://repos.fedorapeople.org/repos/sdz/etherpad/
Etherpad bundles a good chunk of libraries. Some of them are already packaging in Fedora, some aren't.
Libraries bundled in Etherpad
in etherpad/lib
file name | fedora package | status |
---|---|---|
dnsjava-2.0.6.jar | dnsjava | works |
jbcrypt-0.2.jar | jBCrypt | packaged |
jcommon-1.0.15.jar | jcommon | works |
jfreechart-1.0.12.jar | jfreechart | works |
in infrastructure/lib
file name | fedora package | status |
---|---|---|
activation.jar | classpathx-jaf | works |
c3p0-0.9.1.2.jar | review (new package needed) | needs packaging |
commons-lang-2.4.jar | jakarta-commons-lang | works |
derby-10.5.1.1.jar | derby | works |
derbytools.jar | derby | works |
dnsjava-2.0.6.jar | dnsjava | works |
jetty-6.1.20.jar | jetty | works |
jetty-sslengine-6.1.20.jar | jetty | works |
jetty-util-6.1.20.jar | jetty | works |
json.jar | json | Is non-free; free replacement exists [1] |
mail.jar | javamail | works |
rhino-js-1.7r1.jar | rhino | contains proprietary extensions which are patched around. R1 is needed for yuicompressor to work, we have R2 in Fedora |
sanselan-0.94aj.jar | source (maven-release dependency only from f14 on) | needs packaging |
servlet-api-2.5-20081211.jar | tomcat6-servlet-2.5-api | works |
tagsoup-1.2.jar | tagsoup | works |
yuicompressor-2.4-appjet.jar | source | breaks build, significant api breakage for yuicompressor both in R2 and R3; can be disabled, or we need compat-rhino-17r1. Alternatively, we could ship CSS-only version; performance penalty for JavaScript. needs packaging |