summaryrefslogtreecommitdiff
path: root/graphics/gridpix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} isSatoshi Asami2000-10-081-1/+1
| | | | | | | | | spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that shouldn't have been necessary) and the string "/pkg/" appear. Notes: svn path=/head/; revision=33576
* Define DISTNAME to fix fetch problem.Satoshi Asami2000-07-211-0/+1
| | | | Notes: svn path=/head/; revision=30940
* Move the stragler's www.freebsd.org/~user distfiles to the officalDavid E. O'Brien2000-06-291-2/+2
| | | | | | | MASTER_SITE_LOCAL site. Notes: svn path=/head/; revision=29968
* I've graduated so move these two pieces of software I wrote from mySatoshi Asami2000-05-251-1/+1
| | | | | | | | | school account to my people.FreeBSD.org space. Prodded by: fenner's distfile survey Notes: svn path=/head/; revision=28760
* Previous commit was in error.Kris Kennaway2000-05-011-2/+1
| | | | | | | Submitted by: asami Notes: svn path=/head/; revision=28225
* Add BUILD_DEPENDS on libshhopt portKris Kennaway2000-04-291-1/+2
| | | | | | | Noticed by: bento Notes: svn path=/head/; revision=28086
* Convert to PORTNAME/PORTVERSION. lfview had an invalid versionSatoshi Asami2000-04-141-3/+3
| | | | | | | string so I fixed it. Notes: svn path=/head/; revision=27514
* netpnm moved to ${LOCALBASE}, update *_DEPENDSMichael Haro2000-04-021-1/+1
| | | | Notes: svn path=/head/; revision=27260
* Upgrade to ver 2.1. Original author (that's me :) converted all accompanyingSatoshi Asami1999-09-093-56/+56
| | | | | | | images from GIF to PNG to avoid Unisys harassing. Notes: svn path=/head/; revision=21524
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20951
* GridPix enables you to present large images over the Internet in anSatoshi Asami1999-07-206-0/+158
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. Notes: svn path=/head/; revision=20281