mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
9cb6e78374
efficient manner. The image is stored in a tiled, layered format and is presented to the user in pieces for quick zooming and scrolling. Unlike other implementations that offer similar functionalities, GridPix doesn't use plugins or applets -- it is pure HTML.
75 lines
2.2 KiB
Plaintext
75 lines
2.2 KiB
Plaintext
bin/gpxinfo
|
|
bin/gridpack
|
|
bin/gridunpack
|
|
bin/mkhtml
|
|
share/doc/gridpix/COPYRIGHT
|
|
share/doc/gridpix/README
|
|
www/cgi-bin/getimg2.cgi
|
|
www/cgi-bin/gettile.cgi
|
|
www/cgi-bin/gpxhelp.cgi
|
|
www/cgi-bin/gpxinfo.cgi
|
|
www/cgi-bin/main.cgi
|
|
www/cgi-bin/mkhtml.cgi
|
|
www/cgi-bin/subdir.cgi
|
|
www/data/gridpix/docs/help2.html
|
|
www/data/images/about-h.gif
|
|
www/data/images/about.gif
|
|
www/data/images/dir-h.gif
|
|
www/data/images/dir.gif
|
|
www/data/images/down.gif
|
|
www/data/images/enlargeh-h.gif
|
|
www/data/images/enlargeh.gif
|
|
www/data/images/enlargev-h.gif
|
|
www/data/images/enlargev.gif
|
|
www/data/images/help-h.gif
|
|
www/data/images/help.gif
|
|
www/data/images/nodir.gif
|
|
www/data/images/nodown.gif
|
|
www/data/images/noshrinkh.gif
|
|
www/data/images/noshrinkv.gif
|
|
www/data/images/nozoomout.gif
|
|
www/data/images/sb/downarrow-h.gif
|
|
www/data/images/sb/downarrow.gif
|
|
www/data/images/sb/downarrows-h.gif
|
|
www/data/images/sb/downarrows.gif
|
|
www/data/images/sb/hbard.gif
|
|
www/data/images/sb/hbardl.gif
|
|
www/data/images/sb/hbardll.gif
|
|
www/data/images/sb/hbardr.gif
|
|
www/data/images/sb/hbardrr.gif
|
|
www/data/images/sb/hbarl-h.gif
|
|
www/data/images/sb/hbarl.gif
|
|
www/data/images/sb/leftarrow-h.gif
|
|
www/data/images/sb/leftarrow.gif
|
|
www/data/images/sb/leftarrows-h.gif
|
|
www/data/images/sb/leftarrows.gif
|
|
www/data/images/sb/rightarrow-h.gif
|
|
www/data/images/sb/rightarrow.gif
|
|
www/data/images/sb/rightarrows-h.gif
|
|
www/data/images/sb/rightarrows.gif
|
|
www/data/images/sb/uparrow-h.gif
|
|
www/data/images/sb/uparrow.gif
|
|
www/data/images/sb/uparrows-h.gif
|
|
www/data/images/sb/uparrows.gif
|
|
www/data/images/sb/vbard.gif
|
|
www/data/images/sb/vbardb.gif
|
|
www/data/images/sb/vbardbb.gif
|
|
www/data/images/sb/vbardt.gif
|
|
www/data/images/sb/vbardtt.gif
|
|
www/data/images/sb/vbarl-h.gif
|
|
www/data/images/sb/vbarl.gif
|
|
www/data/images/shrinkh-h.gif
|
|
www/data/images/shrinkh.gif
|
|
www/data/images/shrinkv-h.gif
|
|
www/data/images/shrinkv.gif
|
|
www/data/images/zoomout-h.gif
|
|
www/data/images/zoomout.gif
|
|
@dirrm share/doc/gridpix
|
|
@dirrm www/data/gridpix/docs
|
|
@dirrm www/data/images/sb
|
|
@unexec /bin/rmdir %D/www/cgi-bin 2>/dev/null || /usr/bin/true
|
|
@unexec /bin/rmdir %D/www/data/gridpix 2>/dev/null || /usr/bin/true
|
|
@unexec /bin/rmdir %D/www/data/images 2>/dev/null || /usr/bin/true
|
|
@unexec /bin/rmdir %D/www/data 2>/dev/null || /usr/bin/true
|
|
@unexec /bin/rmdir %D/www 2>/dev/null || /usr/bin/true
|