mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
15b6544926
plugins support one of web browsers and can take care of plist (depend on how you use it) at the same time. I have written a complete document and even show how it works in the www/firefox/Makefile.webplugins so be sure to read in there. If there is anything that isn't clear in the document, please feel free to ask and I will try my best to improvement it. FYI: GNOME 2.24 depends on this, so it's coming. BTW: It's based on www/linux-mplayer-plugin/Makefile.npapi with heavy modified. Approved by: portmgr
46 lines
1.6 KiB
Plaintext
46 lines
1.6 KiB
Plaintext
bin/rsvg
|
|
bin/rsvg-convert
|
|
bin/rsvg-view
|
|
include/librsvg-2/librsvg/librsvg-enum-types.h
|
|
include/librsvg-2/librsvg/librsvg-features.h
|
|
include/librsvg-2/librsvg/rsvg-cairo.h
|
|
include/librsvg-2/librsvg/rsvg.h
|
|
%%PLUGIN%%%%WEBPLUGINS_DIR%%/libmozsvgdec.a
|
|
%%PLUGIN%%%%WEBPLUGINS_DIR%%/libmozsvgdec.la
|
|
%%PLUGIN%%%%WEBPLUGINS_DIR%%/libmozsvgdec.so
|
|
lib/gtk-2.0/%%GTK2_VERSION%%/engines/libsvg.a
|
|
lib/gtk-2.0/%%GTK2_VERSION%%/engines/libsvg.la
|
|
lib/gtk-2.0/%%GTK2_VERSION%%/engines/libsvg.so
|
|
lib/gtk-2.0/%%GTK2_VERSION%%/loaders/svg_loader.a
|
|
lib/gtk-2.0/%%GTK2_VERSION%%/loaders/svg_loader.la
|
|
lib/gtk-2.0/%%GTK2_VERSION%%/loaders/svg_loader.so
|
|
lib/librsvg-2.a
|
|
lib/librsvg-2.la
|
|
lib/librsvg-2.so
|
|
lib/librsvg-2.so.2
|
|
libdata/pkgconfig/librsvg-2.0.pc
|
|
share/doc/rsvg/home.png
|
|
share/doc/rsvg/index.html
|
|
share/doc/rsvg/index.sgml
|
|
share/doc/rsvg/ix01.html
|
|
share/doc/rsvg/left.png
|
|
share/doc/rsvg/pt02.html
|
|
share/doc/rsvg/pt03.html
|
|
share/doc/rsvg/pt04.html
|
|
share/doc/rsvg/right.png
|
|
share/doc/rsvg/rsvg-Cairo.html
|
|
share/doc/rsvg/rsvg-Core-API.html
|
|
share/doc/rsvg/rsvg-GdkPixbuf.html
|
|
share/doc/rsvg/rsvg.devhelp
|
|
share/doc/rsvg/rsvg.devhelp2
|
|
share/doc/rsvg/rsvg.html
|
|
share/doc/rsvg/style.css
|
|
share/doc/rsvg/up.png
|
|
share/pixmaps/svg-viewer.svg
|
|
@dirrm share/doc/rsvg
|
|
%%PLUGIN%%@dirrmtry %%WEBPLUGINS_DIR%%
|
|
@dirrm include/librsvg-2/librsvg
|
|
@dirrm include/librsvg-2
|
|
@exec %D/bin/gdk-pixbuf-query-loaders > /dev/null 2>&1 && %D/bin/gdk-pixbuf-query-loaders > %D/etc/gtk-2.0/gdk-pixbuf.loaders 2>/dev/null || /usr/bin/true
|
|
@unexec %D/bin/gdk-pixbuf-query-loaders > /dev/null 2>&1 && %D/bin/gdk-pixbuf-query-loaders > %D/etc/gtk-2.0/gdk-pixbuf.loaders 2>/dev/null || /usr/bin/true
|