Add two patches to add new features: - -e suppresses exif information on the page and shows it in HTML comments - -E suppresses all exif information - -D displays the filename instead of its size below the image Added file(s): - files/patch-html.c - files/patch-swiggle.c - files/patch-swiggle.h Generated with FreeBSD Port Tools 0.77
Responsible Changed From-To: freebsd-ports-bugs->miwi miwi@ wants this PRs
miwi 2006-11-01 17:53:24 UTC FreeBSD ports repository Modified files: www/swiggle Makefile Added files: www/swiggle/files patch-html.c patch-swiggle.c patch-swiggle.h Log: Add two patches to add new features: - -e suppresses exif information on the page and shows it in HTML comments [1] - -E suppresses all exif information [1] - -D displays the filename instead of its size below the image [2] [1] Doug Barton <dougb@> [2] Tilman Linneweh <arved@> PR: ports/105024 Submitted by: Lars Engels <lars.engels@0x20.net> (maintainer) Revision Changes Path 1.15 +1 -1 ports/www/swiggle/Makefile 1.1 +164 -0 ports/www/swiggle/files/patch-html.c (new) 1.1 +70 -0 ports/www/swiggle/files/patch-swiggle.c (new) 1.1 +11 -0 ports/www/swiggle/files/patch-swiggle.h (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!