drop MAINTAINERship of my ports. I simply don't have time to give them
the attention they deserve
This commit is contained in:
parent
ce7a6192b6
commit
128e83da3c
@ -1,18 +1,16 @@
|
||||
# $OpenBSD: Makefile,v 1.7 2011/09/16 09:24:54 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.8 2013/03/08 02:04:37 djm Exp $
|
||||
|
||||
COMMENT= I18N/L10N tools for Python
|
||||
|
||||
MODPY_EGG_VERSION= 0.9.6
|
||||
DISTNAME= Babel-${MODPY_EGG_VERSION}
|
||||
PKGNAME= py-${DISTNAME:L}
|
||||
REVISION= 0
|
||||
REVISION= 1
|
||||
CATEGORIES= devel
|
||||
|
||||
HOMEPAGE= http://babel.edgewall.org/
|
||||
MASTER_SITES= http://ftp.edgewall.com/pub/babel/
|
||||
|
||||
MAINTAINER= Damien Miller <djm@openbsd.org>
|
||||
|
||||
MODULES= lang/python
|
||||
PKG_ARCH= *
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.13 2011/09/16 09:24:55 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.14 2013/03/08 02:04:37 djm Exp $
|
||||
|
||||
COMMENT= Python API for advanced date calculations
|
||||
|
||||
@ -6,13 +6,11 @@ VERSION= 1.1
|
||||
ZINFO= 2005q
|
||||
DISTNAME= python-dateutil-${VERSION}
|
||||
PKGNAME= ${DISTNAME:S/^python-/py-/}
|
||||
REVISION = 4
|
||||
REVISION = 5
|
||||
CATEGORIES= devel
|
||||
|
||||
HOMEPAGE= http://labix.org/python-dateutil
|
||||
|
||||
MAINTAINER= Damien Miller <djm@openbsd.org>
|
||||
|
||||
MODULES= lang/python
|
||||
|
||||
# BSD
|
||||
|
@ -1,16 +1,14 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2011/09/16 09:24:55 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2013/03/08 02:04:37 djm Exp $
|
||||
|
||||
COMMENT= calculate Levenshtein distance between two strings
|
||||
|
||||
MODPY_EGG_VERSION= 0.3
|
||||
DISTNAME= py-editdist-${MODPY_EGG_VERSION}
|
||||
REVISION = 4
|
||||
REVISION = 5
|
||||
CATEGORIES= devel
|
||||
|
||||
HOMEPAGE= http://www.mindrot.org/projects/py-editdist/
|
||||
|
||||
MAINTAINER= Damien Miller <djm@openbsd.org>
|
||||
|
||||
# ISC
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
|
@ -1,16 +1,14 @@
|
||||
# $OpenBSD: Makefile,v 1.9 2011/09/16 09:24:55 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.10 2013/03/08 02:04:37 djm Exp $
|
||||
|
||||
COMMENT= Python functions and constants for IEEE754 floating point
|
||||
|
||||
DISTNAME= fpconst-0.7.2
|
||||
PKGNAME= ${DISTNAME:S/^/py-/}
|
||||
REVISION = 6
|
||||
REVISION = 7
|
||||
CATEGORIES= devel
|
||||
|
||||
HOMEPAGE= http://research.warnes.net/projects/RStatServer/fpconst/
|
||||
|
||||
MAINTAINER= Damien Miller <djm@openbsd.org>
|
||||
|
||||
MODULES= lang/python
|
||||
|
||||
# Apache 2.0
|
||||
|
@ -1,19 +1,17 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2011/09/16 09:24:55 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2013/03/08 02:04:37 djm Exp $
|
||||
|
||||
COMMENT= HTML parser/tokeniser based for HTML5
|
||||
|
||||
MODPY_EGG_VERSION= 0.11.1
|
||||
DISTNAME= html5lib-${MODPY_EGG_VERSION}
|
||||
PKGNAME= py-${DISTNAME}
|
||||
REVISION = 3
|
||||
REVISION = 4
|
||||
CATEGORIES= devel www textproc
|
||||
EXTRACT_SUFX= .zip
|
||||
|
||||
HOMEPAGE= http://code.google.com/p/html5lib/
|
||||
MASTER_SITES= http://html5lib.googlecode.com/files/
|
||||
|
||||
MAINTAINER= Damien Miller <djm@openbsd.org>
|
||||
|
||||
# MIT
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
|
@ -1,13 +1,12 @@
|
||||
# $OpenBSD: Makefile,v 1.9 2011/09/16 09:24:55 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.10 2013/03/08 02:04:37 djm Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
COMMENT= Radix tree implementation for Python
|
||||
|
||||
DISTNAME= py-radix-0.4
|
||||
REVISION = 6
|
||||
REVISION = 7
|
||||
CATEGORIES= devel net
|
||||
MAINTAINER= Damien Miller <djm@openbsd.org>
|
||||
|
||||
MASTER_SITES= http://www2.mindrot.org/files/py-radix/
|
||||
HOMEPAGE= http://www.mindrot.org/py-radix.html
|
||||
|
@ -1,17 +1,15 @@
|
||||
# $OpenBSD: Makefile,v 1.18 2011/12/14 20:25:11 rpointel Exp $
|
||||
# $OpenBSD: Makefile,v 1.19 2013/03/08 02:04:37 djm Exp $
|
||||
|
||||
COMMENT= simplified packaging system for Python modules
|
||||
|
||||
MODPY_EGG_VERSION= 0.6c11
|
||||
DISTNAME= setuptools-${MODPY_EGG_VERSION}
|
||||
PKGNAME= py-${DISTNAME:S/c/./}
|
||||
REVISION = 4
|
||||
REVISION = 5
|
||||
EPOCH = 0
|
||||
CATEGORIES= devel
|
||||
PKG_ARCH= *
|
||||
|
||||
MAINTAINER= Damien Miller <djm@openbsd.org>
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_PYPI:=s/setuptools/}
|
||||
HOMEPAGE= http://peak.telecommunity.com/DevCenter/setuptools
|
||||
|
||||
|
@ -1,16 +1,15 @@
|
||||
# $OpenBSD: Makefile,v 1.21 2012/05/10 08:47:28 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.22 2013/03/08 02:04:37 djm Exp $
|
||||
|
||||
COMMENT= Python API for dealing with timezones
|
||||
|
||||
MODPY_EGG_VERSION= 2012c
|
||||
DISTNAME= pytz-${MODPY_EGG_VERSION}
|
||||
PKGNAME= ${DISTNAME:S/^py/py-/}
|
||||
REVISION= 1
|
||||
CATEGORIES= devel
|
||||
|
||||
HOMEPAGE= http://pytz.sourceforge.net/
|
||||
|
||||
MAINTAINER= Damien Miller <djm@openbsd.org>
|
||||
|
||||
MODULES= lang/python
|
||||
|
||||
# BSD
|
||||
|
@ -1,16 +1,14 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2011/09/16 09:24:56 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2013/03/08 02:04:37 djm Exp $
|
||||
|
||||
COMMENT = Commandline client for Bugzilla bug tracking systems
|
||||
|
||||
MODPY_EGG_VERSION = 0.8.0
|
||||
DISTNAME = pybugz-${MODPY_EGG_VERSION}
|
||||
REVISION = 3
|
||||
REVISION = 4
|
||||
CATEGORIES = devel
|
||||
|
||||
HOMEPAGE = http://www.liquidx.net/pybugz/
|
||||
|
||||
MAINTAINER = Damien Miller <djm@openbsd.org>
|
||||
|
||||
# GPLv2
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
PERMIT_PACKAGE_FTP = Yes
|
||||
|
@ -1,13 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2010/12/03 11:45:37 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2013/03/08 02:04:37 djm Exp $
|
||||
|
||||
COMMENT= Charting library for Perl
|
||||
|
||||
DISTNAME= Chart-2.4.1
|
||||
REVISION= 1
|
||||
REVISION= 2
|
||||
CATEGORIES= graphics
|
||||
|
||||
MAINTAINER= Damien Miller <djm@openbsd.org>
|
||||
|
||||
RUN_DEPENDS= graphics/p5-GD
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
|
@ -1,17 +1,15 @@
|
||||
# $OpenBSD: Makefile,v 1.34 2011/09/16 10:31:22 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.35 2013/03/08 02:04:37 djm Exp $
|
||||
|
||||
COMMENT= fast array and numeric programming library for Python
|
||||
|
||||
MODPY_EGG_VERSION= 1.6.0
|
||||
DISTNAME= numpy-${MODPY_EGG_VERSION}
|
||||
PKGNAME= py-${DISTNAME}
|
||||
REVISION = 2
|
||||
REVISION = 3
|
||||
CATEGORIES= math devel
|
||||
|
||||
HOMEPAGE= http://numpy.scipy.org/
|
||||
|
||||
MAINTAINER= Damien Miller <djm@openbsd.org>
|
||||
|
||||
# BSD
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.10 2012/08/23 15:50:05 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.11 2013/03/08 02:04:37 djm Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
@ -6,13 +6,11 @@ COMMENT= Perl API to flowd binary logfiles
|
||||
|
||||
DISTNAME= flowd-0.9.1
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
REVISION= 1
|
||||
REVISION= 2
|
||||
CATEGORIES= net devel
|
||||
|
||||
HOMEPAGE= http://www.mindrot.org/flowd.html
|
||||
|
||||
MAINTAINER= Damien Miller <djm@openbsd.org>
|
||||
|
||||
# BSD
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
|
@ -1,18 +1,16 @@
|
||||
# $OpenBSD: Makefile,v 1.13 2010/11/19 22:31:37 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.14 2013/03/08 02:04:37 djm Exp $
|
||||
|
||||
COMMENT= PF to NetFlow converter
|
||||
|
||||
BROKEN= needs updating for pfsync changes, try pflow(4) instead
|
||||
|
||||
DISTNAME= pfflowd-0.7
|
||||
REVISION= 0
|
||||
REVISION= 1
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://www.mindrot.org/files/pfflowd/
|
||||
|
||||
HOMEPAGE= http://www.mindrot.org/pfflowd.html
|
||||
|
||||
MAINTAINER= Damien Miller <djm@openbsd.org>
|
||||
|
||||
# BSD
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.13 2013/01/13 10:12:52 brad Exp $
|
||||
# $OpenBSD: Makefile,v 1.14 2013/03/08 02:04:37 djm Exp $
|
||||
|
||||
COMMENT-main= SSH and telnet client
|
||||
COMMENT-gui= PuTTY GUI clients
|
||||
@ -6,14 +6,13 @@ COMMENT-gui= PuTTY GUI clients
|
||||
DISTNAME= putty-0.62
|
||||
PKGNAME-main= ${DISTNAME}
|
||||
PKGNAME-gui= ${DISTNAME:S/putty/putty-gui/}
|
||||
REVISION= 1
|
||||
CATEGORIES= net security
|
||||
|
||||
HOMEPAGE= http://www.chiark.greenend.org.uk/~sgtatham/putty/
|
||||
MASTER_SITES= http://the.earth.li/~sgtatham/putty/latest/ \
|
||||
ftp://ftp.chiark.greenend.org.uk/users/sgtatham/putty-latest/
|
||||
|
||||
MAINTAINER= Damien Miller <djm@openbsd.org>
|
||||
|
||||
# BSD
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.13 2011/09/16 11:13:39 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.14 2013/03/08 02:04:37 djm Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
@ -7,13 +7,11 @@ COMMENT= Python API for flowd binary log files
|
||||
MODPY_EGG_VERSION= 0.9.1
|
||||
DISTNAME= flowd-${MODPY_EGG_VERSION}
|
||||
PKGNAME= py-${DISTNAME}
|
||||
REVISION = 3
|
||||
REVISION = 4
|
||||
CATEGORIES= net devel
|
||||
|
||||
HOMEPAGE= http://www.mindrot.org/flowd.html
|
||||
|
||||
MAINTAINER= Damien Miller <djm@openbsd.org>
|
||||
|
||||
# BSD
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
|
@ -1,16 +1,15 @@
|
||||
# $OpenBSD: Makefile,v 1.10 2012/02/28 10:20:14 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.11 2013/03/08 02:04:37 djm Exp $
|
||||
|
||||
COMMENT= command-line interface to Google services
|
||||
|
||||
MODPY_EGG_VERSION= 0.9.13
|
||||
DISTNAME= googlecl-${MODPY_EGG_VERSION}
|
||||
REVISION= 1
|
||||
|
||||
CATEGORIES= productivity devel www
|
||||
|
||||
HOMEPAGE= http://code.google.com/p/googlecl/
|
||||
|
||||
MAINTAINER= Damien Miller <djm@openbsd.org>
|
||||
|
||||
MODULES= lang/python
|
||||
PKG_ARCH= *
|
||||
|
||||
|
@ -1,13 +1,12 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2011/06/03 13:59:55 gsoares Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2013/03/08 02:04:37 djm Exp $
|
||||
|
||||
COMMENT= utilities to read and manipulate patches and CVS
|
||||
|
||||
MODULES= cpan
|
||||
DISTNAME= PatchReader-0.9.6
|
||||
REVISION= 1
|
||||
CATEGORIES= textproc
|
||||
|
||||
MAINTAINER= Damien Miller <djm@openbsd.org>
|
||||
|
||||
# Dual Artistic/MPL (checked with author)
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
|
@ -1,17 +1,16 @@
|
||||
# $OpenBSD: Makefile,v 1.13 2011/09/20 07:24:03 fgsch Exp $
|
||||
# $OpenBSD: Makefile,v 1.14 2013/03/08 02:04:37 djm Exp $
|
||||
|
||||
COMMENT = fast, optionally sandboxed, Python template engine
|
||||
|
||||
MODPY_EGG_VERSION = 2.6
|
||||
DISTNAME = Jinja2-${MODPY_EGG_VERSION}
|
||||
PKGNAME = py-${DISTNAME:L}
|
||||
REVISION = 1
|
||||
|
||||
CATEGORIES = www devel
|
||||
|
||||
HOMEPAGE = http://jinja.pocoo.org/2/
|
||||
|
||||
MAINTAINER = Damien Miller <djm@openbsd.org>
|
||||
|
||||
# BSD
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
PERMIT_PACKAGE_FTP = Yes
|
||||
|
@ -1,18 +1,16 @@
|
||||
# $OpenBSD: Makefile,v 1.9 2011/09/16 12:00:08 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.10 2013/03/08 02:04:37 djm Exp $
|
||||
|
||||
COMMENT= personal publishing platform / weblog engine
|
||||
|
||||
DISTNAME= Zine-0.1.2
|
||||
PKGNAME= py-${DISTNAME:L}
|
||||
REVISION= 4
|
||||
REVISION= 5
|
||||
|
||||
CATEGORIES= www
|
||||
|
||||
HOMEPAGE= http://zine.pocoo.org/
|
||||
MASTER_SITES= ${HOMEPAGE}releases/
|
||||
|
||||
MAINTAINER= Damien Miller <djm@openbsd.org>
|
||||
|
||||
# BSD
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
|
Loading…
Reference in New Issue
Block a user