Bug 139524 - [New Port] converters/py-bsdconv
Summary: [New Port] converters/py-bsdconv
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: 2009-10-11 19:20 UTC by buganini
Modified: 2009-10-14 17:43 UTC (History)
0 users

See Also:


Attachments
file.shar (2.09 KB, text/plain)
2009-10-11 19:20 UTC, buganini
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description buganini 2009-10-11 19:20:01 UTC
BSD licensed charset/encoding converter library with more function than
libiconv. (Currently, only a few codecs are supported)
This port is a python wrapper for bsdconv.

It install a file
/usr/local/lib/python2.6/site-packages/bsdconv-3.5-py2.6.egg-info
but I didnt list it in plist, just like textproc/py-xml, x11-toolkits/py-tkinter, ..etc.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-10-11 19:20:13 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-python

freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 buganini 2009-10-11 19:58:27 UTC
Sorry the shar above missed a critical dependency
This one http://security-hole.info/~buganini/ports/py-bsdconv.shar.txt
is correct and builds in my tinderbox.

--Buganini
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2009-10-12 10:52:12 UTC
Responsible Changed
From-To: freebsd-python->miwi

I'll take it.
Comment 4 Martin Wilke freebsd_committer freebsd_triage 2009-10-14 13:55:47 UTC
State Changed
From-To: open->feedback

Fails to build: 

http://64bit.miwibox.org/index.php?action=describe_port&id=2246 
http://32bit.miwibox.org/index.php?action=describe_port&id=2235
Comment 5 dfilter service freebsd_committer freebsd_triage 2009-10-14 15:22:12 UTC
miwi        2009-10-14 14:21:58 UTC

  FreeBSD ports repository

  Modified files:
    converters           Makefile 
  Added files:
    converters/py-bsdconv Makefile distinfo pkg-descr pkg-plist 
  Log:
  BSD licensed charset/encoding converter library with more function than
  libiconv. (Currently, only a few codecs are supported)
  This port is a python wrapper for bsdconv.
  
  WWW: http://github.com/buganini/bsdconv/
  
  PR:             ports/139524
  Submitted by:   buganini at gmail.com
  
  Revision  Changes    Path
  1.166     +1 -0      ports/converters/Makefile
  1.1       +30 -0     ports/converters/py-bsdconv/Makefile (new)
  1.1       +3 -0      ports/converters/py-bsdconv/distinfo (new)
  1.1       +5 -0      ports/converters/py-bsdconv/pkg-descr (new)
  1.1       +1 -0      ports/converters/py-bsdconv/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 6 Martin Wilke freebsd_committer freebsd_triage 2009-10-14 17:43:08 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!