Bug 143726 - New port: devel/py26-deliciousapi: Unofficial Python API for retrieving data from Delicious.com
Summary: New port: devel/py26-deliciousapi: Unofficial Python API for retrieving data ...
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: Philippe Audeoud
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-10 14:30 UTC by Sofian Brabez
Modified: 2010-02-17 13:50 UTC (History)
0 users

See Also:


Attachments
py26-deliciousapi-1.5.15.shar (2.80 KB, text/plain)
2010-02-10 14:30 UTC, Sofian Brabez
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sofian Brabez 2010-02-10 14:30:01 UTC
Here the .shar file as attachment to add DeliciousAPI to the port tree (devel category)

Unofficial Python API for retrieving data from Delicious.com.

This module provides the following features plus some more:

* retrieving a URL's full public bookmarking history including
* users who bookmarked the URL including tags used for such bookmarks
  and the creation time of the bookmark (up to YYYY-MM-DD granularity)
* top tags (up to a maximum of 10) including tag count
* title as stored on Delicious.com
* total number of bookmarks/users for this URL at Delicious.com
* retrieving a user's full bookmark collection, including any private bookmarks
if you know the corresponding password
* retrieving a user's full public tagging vocabulary, i.e. tags and tag counts
* retrieving a user's network information (network members and network fans)
* HTTP proxy support
* updated to support Delicious.com "version 2" (mini-relaunch as of August 2008)

WWW:	http://www.michael-noll.com/wiki/Del.icio.us_Python_API

Generated with FreeBSD Port Tools 0.99
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-02-10 14:30:12 UTC
Responsible Changed
From-To: freebsd-ports-bugs->jadawin

jadawin@ wants his PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-02-17 13:46:02 UTC
gahr        2010-02-17 13:45:48 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/py-deliciousapi Makefile distinfo pkg-descr 
  Log:
  - New port: devel/py-deliciousapi
  
  Unofficial Python API for retrieving data from Delicious.com.
  
  PR:             143726
  Submitted by:   Sofian Brabez <sbrabez@gmail.com>
  Approved by:    jadawin (wants his PRs but can't commit right now)
  Feature safe:   yes
  
  Revision  Changes    Path
  1.3822    +1 -0      ports/devel/Makefile
  1.1       +29 -0     ports/devel/py-deliciousapi/Makefile (new)
  1.1       +3 -0      ports/devel/py-deliciousapi/distinfo (new)
  1.1       +18 -0     ports/devel/py-deliciousapi/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 Pietro Cerutti freebsd_committer freebsd_triage 2010-02-17 13:47:27 UTC
State Changed
From-To: open->closed

Committed, with minor changes, on behalf of jadawin@. Thanks!