Bug 150183 - New port: science/epte Electronic Periodic Table of the Elements
Summary: New port: science/epte Electronic Periodic Table of the Elements
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: Sahil Tandon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-01 11:00 UTC by Frederic Culot
Modified: 2010-09-08 04:10 UTC (History)
0 users

See Also:


Attachments
file.shar (6.29 KB, text/plain)
2010-09-01 11:00 UTC, Frederic Culot
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Frederic Culot 2010-09-01 11:00:16 UTC
epte is a curses-based periodic table of the elements. It provides a
set of examples of the basic sets of constants and procedures needed
to understand the behavior of matter.

WWW: http://www.toddmiller.com/epte
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-09-01 11:00:31 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sahil

sahil@ wants his PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-09-08 04:09:41 UTC
sahil       2010-09-08 03:09:31 UTC

  FreeBSD ports repository

  Modified files:
    science              Makefile 
  Added files:
    science/epte         Makefile distinfo pkg-descr 
    science/epte/files   patch-definitions.h patch-do_element.c 
                         patch-do_radii.c patch-epte.1 
                         patch-fill_information.c patch-makefile 
                         patch-periodic.h patch-setaudio.c 
  Log:
  epte is a curses-based periodic table of the elements. It provides a
  set of examples of the basic sets of constants and procedures needed
  to understand the behavior of matter.
  
  WWW: http://www.toddmiller.com/epte/
  
  PR:             ports/150183
  Submitted by:   Frederic Culot <frederic@culot.org>
  
  Revision  Changes    Path
  1.195     +1 -0      ports/science/Makefile
  1.1       +31 -0     ports/science/epte/Makefile (new)
  1.1       +3 -0      ports/science/epte/distinfo (new)
  1.1       +13 -0     ports/science/epte/files/patch-definitions.h (new)
  1.1       +10 -0     ports/science/epte/files/patch-do_element.c (new)
  1.1       +10 -0     ports/science/epte/files/patch-do_radii.c (new)
  1.1       +12 -0     ports/science/epte/files/patch-epte.1 (new)
  1.1       +11 -0     ports/science/epte/files/patch-fill_information.c (new)
  1.1       +28 -0     ports/science/epte/files/patch-makefile (new)
  1.1       +11 -0     ports/science/epte/files/patch-periodic.h (new)
  1.1       +11 -0     ports/science/epte/files/patch-setaudio.c (new)
  1.1       +5 -0      ports/science/epte/pkg-descr (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 Sahil Tandon freebsd_committer freebsd_triage 2010-09-08 04:10:48 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!