Bug 126654 - [NEW PORT]: x11-toolkits/slgtkdatabox: S-Lang binding for gtkdatabox
Summary: [NEW PORT]: x11-toolkits/slgtkdatabox: S-Lang binding for gtkdatabox
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: Max Brazhnikov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-19 11:10 UTC by Alexey Shuvaev
Modified: 2008-08-26 15:30 UTC (History)
0 users

See Also:


Attachments
file.shar (3.36 KB, text/plain)
2008-08-19 11:10 UTC, Alexey Shuvaev
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Shuvaev 2008-08-19 11:10:01 UTC
The slgtkdatabox package binds gtkdatabox, a gtk widget for data plotting,
to the S-Lang scripting language.

WWW: http://laurent.perez2.free.fr/comp/slang/modules/modules.html




NOTE TO COMMITTERS:
This port depends might RUN_DEPEND on devel/slglade,
which is not in ports tree yet (PR 126652).

Note that both ports install *.so files but they are loaded by slang
interpretator and not by ld.so. That means both ports DO NOT require
USE_LDCONFIG line.

Fix: Patch attached with submission follows:
Comment 1 Max Brazhnikov freebsd_committer freebsd_triage 2008-08-26 09:50:52 UTC
Responsible Changed
From-To: freebsd-ports-bugs->makc

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-08-26 15:26:44 UTC
makc        2008-08-26 14:26:30 UTC

  FreeBSD ports repository

  Modified files:
    x11-toolkits         Makefile 
  Added files:
    x11-toolkits/slgtkdatabox Makefile distinfo pkg-descr 
                              pkg-plist 
  Log:
  The slgtkdatabox package binds gtkdatabox, a gtk widget for data plotting,
  to the S-Lang scripting language.
  
  WWW: http://laurent.perez2.free.fr/comp/slang/modules/modules.html
  
  PR:             126654
  Submitted by:   Alexey Shuvaev
  Approved by:    miwi (mentor)
  
  Revision  Changes    Path
  1.486     +1 -0      ports/x11-toolkits/Makefile
  1.1       +49 -0     ports/x11-toolkits/slgtkdatabox/Makefile (new)
  1.1       +3 -0      ports/x11-toolkits/slgtkdatabox/distinfo (new)
  1.1       +4 -0      ports/x11-toolkits/slgtkdatabox/pkg-descr (new)
  1.1       +13 -0     ports/x11-toolkits/slgtkdatabox/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 3 Max Brazhnikov freebsd_committer freebsd_triage 2008-08-26 15:27:17 UTC
State Changed
From-To: open->closed

New port added. Thanks!