Bug 152554 - New Port: accessibililty/redshift
Summary: New Port: accessibililty/redshift
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: Wesley Shields
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-24 20:10 UTC by Mark Felder
Modified: 2010-11-25 04:20 UTC (History)
0 users

See Also:


Attachments
redshift.shar (5.09 KB, text/plain)
2010-11-24 20:10 UTC, Mark Felder
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Felder freebsd_committer freebsd_triage 2010-11-24 20:10:12 UTC
	
Redshift is an application to automatically change the color
temperature of your screen according to your surroundings.
This program was inspired by f.lux, which is based on
research that the color temp of your screen can affect
sleep patterns.

Also, it makes your screen really easy on your eyes at night.
Comment 1 Wesley Shields freebsd_committer freebsd_triage 2010-11-24 20:38:36 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wxs

I'll take it.
Comment 2 Mark Felder freebsd_committer freebsd_triage 2010-11-24 22:03:55 UTC
Hello,

This was my first ports submission. I checked it out with portlint and  
tried to install it with a PREFIX. It seems OK.

If there's anything I've done wrong please let me know. I'm also not 100%  
sure on the port categorization, but I think accessibility is correct.


Thanks,


Mark
Comment 3 Wesley Shields freebsd_committer freebsd_triage 2010-11-25 04:11:54 UTC
On Wed, Nov 24, 2010 at 10:30:19PM +0000, Mark Felder wrote:
> The following reply was made to PR ports/152554; it has been noted by GNATS.
> 
> From: "Mark Felder" <feld@feld.me>
> To: bug-followup@freebsd.org, feld@feld.me
> Cc:  
> Subject: Re: ports/152554: New Port: accessibililty/redshift
> Date: Wed, 24 Nov 2010 16:03:55 -0600
> 
>  Hello,
>  
>  This was my first ports submission. I checked it out with portlint and  
>  tried to install it with a PREFIX. It seems OK.

For a first submission it was pretty good. I only had to make some minor
corrections to it. It needed to specify xrandr was needed, the plist
needed a small tweak, COMMENT needed to not end with a period,
specifying DISTFILE and WRKSRC was unnecessary. There might have been a
few more things but I don't recall them right now.

>  If there's anything I've done wrong please let me know. I'm also not 100%  
>  sure on the port categorization, but I think accessibility is correct.

I'm fine with that. I'll be committing it shortly. Thank you for your
work.

-- WXS
Comment 4 dfilter service freebsd_committer freebsd_triage 2010-11-25 04:12:56 UTC
wxs         2010-11-25 04:12:51 UTC

  FreeBSD ports repository

  Modified files:
    accessibility        Makefile 
  Added files:
    accessibility/redshift Makefile distinfo pkg-descr pkg-plist 
  Log:
  Redshift adjusts the color temperature of your screen according
  to your surroundings. This may help your eyes hurt less if you
  are working in front of the screen at night.
  
  WWW: http://jonls.dk/redshift/
  
  PR:             ports/152554
  Submitted by:   Mark Felder <feld@feld.me>
  
  Revision  Changes    Path
  1.30      +1 -0      ports/accessibility/Makefile
  1.1       +65 -0     ports/accessibility/redshift/Makefile (new)
  1.1       +2 -0      ports/accessibility/redshift/distinfo (new)
  1.1       +5 -0      ports/accessibility/redshift/pkg-descr (new)
  1.1       +47 -0     ports/accessibility/redshift/pkg-plist (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 5 Wesley Shields freebsd_committer freebsd_triage 2010-11-25 04:13:09 UTC
State Changed
From-To: open->closed

Committed. Thanks!