Bug 107374 - [NEW PORT] devel/py-urlimport: Python script for importing modules/packages over the net
Summary: [NEW PORT] devel/py-urlimport: Python script for importing modules/packages o...
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: 2006-12-31 13:20 UTC by Li-Wen Hsu
Modified: 2006-12-31 15:40 UTC (History)
1 user (show)

See Also:


Attachments
py24-urlimport-0.42b.shar (2.43 KB, text/plain)
2006-12-31 13:20 UTC, Li-Wen Hsu
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Li-Wen Hsu 2006-12-31 13:20:18 UTC
Urlimport enables the user to import modules/packages over the network, from a
remote repository. Currently supported protocols are http, ftp and https
(+client certificates).

WWW:	http://urlimport.codeshift.net/

Generated with FreeBSD Port Tools 0.77
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2006-12-31 13:26:48 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2006-12-31 15:30:30 UTC
miwi        2006-12-31 15:30:24 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/py-urlimport   Makefile distinfo pkg-descr 
    devel/py-urlimport/files setup.py 
  Log:
  Urlimport enables the user to import modules/packages over the network, from a
  remote repository. Currently supported protocols are http, ftp and https
  (+client certificates).
  
  WWW:    http://urlimport.codeshift.net/
  
  PR:             ports/107374
  Submitted by:   Li-Wen Hsu <lwhsu at lwhsu.org>
  
  Revision  Changes    Path
  1.2569    +1 -0      ports/devel/Makefile
  1.1       +33 -0     ports/devel/py-urlimport/Makefile (new)
  1.1       +3 -0      ports/devel/py-urlimport/distinfo (new)
  1.1       +7 -0      ports/devel/py-urlimport/files/setup.py (new)
  1.1       +5 -0      ports/devel/py-urlimport/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 Martin Wilke freebsd_committer freebsd_triage 2006-12-31 15:32:27 UTC
State Changed
From-To: open->closed

New port added. Thanks!