Bug 105024 - [MAINTAINER] www/swiggle: add functionality patches
Summary: [MAINTAINER] www/swiggle: add functionality patches
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-01 16:10 UTC by Lars Engels
Modified: 2006-11-01 18:00 UTC (History)
0 users

See Also:


Attachments
swiggle-0.3.3_2.patch (8.94 KB, patch)
2006-11-01 16:10 UTC, Lars Engels
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Lars Engels 2006-11-01 16:10:37 UTC
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
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-11-01 16:11:04 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

miwi@ wants this PRs
Comment 2 dfilter service freebsd_committer freebsd_triage 2006-11-01 17:53:30 UTC
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"
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2006-11-01 17:53:36 UTC
State Changed
From-To: open->closed

Committed. Thanks!