Tracker: Package Submissions

5 New package: WIP - ID: 1098324
Last Update: Comment added ( jadestorm )

WIP is an interactive package with a simple to use command line
user interface used to produce high quality graphical output. WIP
was developed as part of the Berkeley-Illinois-Maryland
Association (BIMA) project.

A fink package was requested a few months ago: #1017132

It's for unstable/sci


Sebastien Maret ( bmaret ) - 2005-01-08 03:54

5

Closed

Accepted

Daniel Henninger

None

Added to Fink

Public


Comments ( 5 )

Date: 2005-01-30 19:11
Sender: jadestormAccepting Donations

Logged In: YES
user_id=10039

Looks good, added to unstable tree.


Date: 2005-01-13 16:28
Sender: bmaretAccepting Donations

Logged In: YES
user_id=842097

Readline support added.


Date: 2005-01-12 18:37
Sender: bmaretAccepting Donations

Logged In: YES
user_id=842097

I have found a copyright statement in the documentation, that I have put
in a COPYING file.


Date: 2005-01-11 21:10
Sender: bmaretAccepting Donations

Logged In: YES
user_id=842097

I changed the Depends and BuildDepends in the package.

I also moved the compilation done during the installation phase to the
compilation phase. The -DHELPFILE thing is indeed normal. It seems that
the help file is included in the binary, so it's not needed to install it.
The
help in wip without it works just fine.

I contacted the developer about the licence. WIP was developped by a
scientific institution and is a free software, but there is no license
file nor
copyright statement in the source code. What should we do in such case
?


Date: 2005-01-09 19:21
Sender: dmacksSourceForge.net Subscriber and DonorProject Admin

Logged In: YES
user_id=535292

If you're linking against a shared library, you need to
BuildDepends on the pkg containing the headers and primary
lib/*.dylib link and Depends on the -shlibs pkg containing
the actual runtime code. So instead of:
Depends: libpng3
would be:
BuildDepends: libpng3
Depends: libpng3-shlibs

Seems like there's an awful lot of compiling happening
during the install phase. As a result of doing that, you get
a -DHELPFILE (which gets hard-coded into the wip executable)
that contains the build path instead of the runtime path.
OTOH, that helpfile does not get installed at all...

Need a file in share/doc/%n containing a copyright
statement. The README you install (via DocFiles) only
contains compile/install instructions. Perhaps use the doc/
dir in the tarball?


Attached Files ( 2 )

Filename Description Download
wip.info Download
wip.patch Download

Changes ( 23 )

Field Old Value Date By
close_date - 2005-01-30 19:11 jadestorm
artifact_group_id Undergoing Validation 2005-01-30 19:11 jadestorm
assigned_to nobody 2005-01-30 19:11 jadestorm
resolution_id None 2005-01-30 19:11 jadestorm
status_id Open 2005-01-30 19:11 jadestorm
File Added 115828: wip.info 2005-01-14 14:37 bmaret
File Deleted 115742: 2005-01-14 14:36 bmaret
File Added 115742: wip.info 2005-01-13 22:55 bmaret
File Deleted 115705: 2005-01-13 22:54 bmaret
File Added 115705: wip.info 2005-01-13 16:29 bmaret
File Deleted 115594: 2005-01-13 16:28 bmaret
File Added 115596: wip.patch 2005-01-12 18:38 bmaret
File Added 115594: wip.info 2005-01-12 18:37 bmaret
File Deleted 115461: 2005-01-12 18:37 bmaret
File Deleted 115460: 2005-01-12 18:37 bmaret
artifact_group_id Awaiting Update from Submitter 2005-01-11 21:12 bmaret
File Added 115461: wip.patch 2005-01-11 21:12 bmaret
File Added 115460: wip.info 2005-01-11 21:11 bmaret
File Deleted 114994: 2005-01-11 21:10 bmaret
File Deleted 114995: 2005-01-11 21:10 bmaret
artifact_group_id Undergoing Validation 2005-01-09 19:21 dmacks
File Added 114995: wip.patch 2005-01-08 03:54 bmaret
File Added 114994: wip.info 2005-01-08 03:54 bmaret