Index: Makefile =================================================================== --- Makefile (nonexistent) +++ Makefile (working copy) @@ -0,0 +1,19 @@ +# $FreeBSD$ + +PORTNAME= urlman +DISTVERSION= 1.2.0 +CATEGORIES= www python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= alex@xanderio.de +COMMENT= Nicer way to do URLs for Django models + +LICENSE= APACHE20 + +USES= python +USE_PYTHON= autoplist distutils + +NO_ARCH= yes + +.include Index: distinfo =================================================================== --- distinfo (nonexistent) +++ distinfo (working copy) @@ -0,0 +1,3 @@ +TIMESTAMP = 1562749457 +SHA256 (urlman-1.2.0.tar.gz) = 32d8d3fca062be7dee97d144dff08f312d4f444d28550e0a38651c02353c75c8 +SIZE (urlman-1.2.0.tar.gz) = 3599 Index: pkg-descr =================================================================== --- pkg-descr (nonexistent) +++ pkg-descr (working copy) @@ -0,0 +1,6 @@ +Replaces things like get_absolute_url with a .urls attribute that can reference +other URLs and build sensible trees of things, and can then be accessed using +instance.urls.name. + + +WWW: https://github.com/andrewgodwin/urlman