diff options
author | wiz <wiz@pkgsrc.org> | 2017-09-16 19:26:41 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-09-16 19:26:41 +0000 |
commit | 430a9b2f77b49a657f42628366737e2dceb61ccf (patch) | |
tree | 8c7400b41beedea5b4bb095efd55352661b1eadf | |
parent | 0efea8befe8d1610d5768de713c1d2c141ab5731 (diff) | |
download | pkgsrc-430a9b2f77b49a657f42628366737e2dceb61ccf.tar.gz |
Reset maintainer
372 files changed, 744 insertions, 744 deletions
diff --git a/archivers/py-yuicompressor/Makefile b/archivers/py-yuicompressor/Makefile index 3bc7f26a629..3a2e3b04744 100644 --- a/archivers/py-yuicompressor/Makefile +++ b/archivers/py-yuicompressor/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.5 2017/09/04 18:00:49 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2017/09/16 19:26:41 wiz Exp $ DISTNAME= yuicompressor-2.4.8 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= archivers python MASTER_SITES= ${MASTER_SITE_PYPI:=y/yuicompressor/} -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org #HOMEPAGE= https://bitbucket.org/sprat/yuicompressor COMMENT= YUI Compressor packaged for Python LICENSE= modified-bsd diff --git a/audio/SDL2_mixer/Makefile b/audio/SDL2_mixer/Makefile index 2024936609a..a4ddf07dde0 100644 --- a/audio/SDL2_mixer/Makefile +++ b/audio/SDL2_mixer/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.4 2016/02/09 15:54:27 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2017/09/16 19:26:41 wiz Exp $ DISTNAME= SDL2_mixer-2.0.1 CATEGORIES= audio MASTER_SITES= http://www.libsdl.org/projects/SDL_mixer/release/ -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.libsdl.org/projects/SDL_mixer/ COMMENT= Sample multi-channel audio mixer library LICENSE= zlib diff --git a/audio/glyr/Makefile b/audio/glyr/Makefile index 6cca7002e06..46e7f44242d 100644 --- a/audio/glyr/Makefile +++ b/audio/glyr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2017/08/24 20:03:04 adam Exp $ +# $NetBSD: Makefile,v 1.20 2017/09/16 19:26:41 wiz Exp $ # DISTNAME= glyr-1.0.10 @@ -6,7 +6,7 @@ PKGREVISION= 5 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_GITHUB:=sahib/} -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/sahib/glyr/ COMMENT= Music related metadata search engine with CLI and C API LICENSE= gnu-lgpl-v3 diff --git a/audio/libfishsound/Makefile b/audio/libfishsound/Makefile index 085a6b0df3b..c780723b265 100644 --- a/audio/libfishsound/Makefile +++ b/audio/libfishsound/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.6 2017/08/16 20:21:03 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2017/09/16 19:26:42 wiz Exp $ # DISTNAME= libfishsound-1.0.0 CATEGORIES= audio MASTER_SITES= http://downloads.xiph.org/releases/libfishsound/ -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://www.xiph.org/fishsound/ COMMENT= Provides a simple API for decoding and encoding audio data LICENSE= modified-bsd diff --git a/audio/libsbsms/Makefile b/audio/libsbsms/Makefile index ac90ba2e3f3..d1d8d9ddfcc 100644 --- a/audio/libsbsms/Makefile +++ b/audio/libsbsms/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.2 2015/12/27 07:33:07 dholland Exp $ +# $NetBSD: Makefile,v 1.3 2017/09/16 19:26:42 wiz Exp $ DISTNAME= libsbsms-2.0.2 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sbsms/} -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://sbsms.sourceforge.net/ COMMENT= Subband Sinusoidal Modeling Synthesis LICENSE= gnu-gpl-v2 diff --git a/audio/lilv/Makefile b/audio/lilv/Makefile index 83eba50a6fd..20c21eeda9e 100644 --- a/audio/lilv/Makefile +++ b/audio/lilv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2017/08/07 17:56:12 jlam Exp $ +# $NetBSD: Makefile,v 1.9 2017/09/16 19:26:42 wiz Exp $ DISTNAME= lilv-0.20.0 PKGREVISION= 5 @@ -6,7 +6,7 @@ CATEGORIES= audio MASTER_SITES= http://download.drobilla.net/ EXTRACT_SUFX= .tar.bz2 -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://drobilla.net/software/lilv/ COMMENT= C library to make the use of LV2 plugins as simple as possible LICENSE= isc diff --git a/audio/lv2/Makefile b/audio/lv2/Makefile index 86bd6b6e65d..fe062970dc8 100644 --- a/audio/lv2/Makefile +++ b/audio/lv2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2017/02/12 06:24:36 ryoon Exp $ +# $NetBSD: Makefile,v 1.7 2017/09/16 19:26:42 wiz Exp $ DISTNAME= lv2-1.12.0 PKGREVISION= 4 @@ -6,7 +6,7 @@ CATEGORIES= audio MASTER_SITES= http://lv2plug.in/spec/ EXTRACT_SUFX= .tar.bz2 -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://lv2plug.in/ COMMENT= Open standard for audio plugins, used by hundreds of plugins LICENSE= isc diff --git a/audio/tap-plugins/Makefile b/audio/tap-plugins/Makefile index 327c9c07196..3eb68af6586 100644 --- a/audio/tap-plugins/Makefile +++ b/audio/tap-plugins/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.7 2016/02/25 10:15:46 jperkin Exp $ +# $NetBSD: Makefile,v 1.8 2017/09/16 19:26:42 wiz Exp $ # DISTNAME= tap-plugins-0.7.2 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tap-plugins/} -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://tap-plugins.sourceforge.net/ladspa.html COMMENT= Tom's Audio Processing plugins LICENSE= gnu-gpl-v2 diff --git a/audio/vcf/Makefile b/audio/vcf/Makefile index 75d7b74600f..7ea67e377c4 100644 --- a/audio/vcf/Makefile +++ b/audio/vcf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2017/09/06 10:40:25 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2017/09/16 19:26:42 wiz Exp $ # DISTNAME= vcf-0.0.5 @@ -6,7 +6,7 @@ CATEGORIES= audio MASTER_SITES= http://www.suse.de/~mana/ EXTRACT_SUFX= .tar.bz2 -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org #HOMEPAGE= http://www.suse.de/~mana/ladspa.html COMMENT= Some LADSPA plugins for audio EQ biquad filters LICENSE= gnu-lgpl-v3 diff --git a/comms/libticables2/Makefile b/comms/libticables2/Makefile index da770320f7c..de5f55edfaf 100644 --- a/comms/libticables2/Makefile +++ b/comms/libticables2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2013/12/31 15:41:17 rodent Exp $ +# $NetBSD: Makefile,v 1.3 2017/09/16 19:26:42 wiz Exp $ # DISTNAME= libticables2-1.3.3 @@ -6,7 +6,7 @@ CATEGORIES= comms MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tilp/} EXTRACT_SUFX= .tar.bz2 -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://lpg.ticalc.org/prj_tilp/ COMMENT= Multi-platform linking program for TI graphing calculators LICENSE= gnu-gpl-v2 diff --git a/comms/libticalcs2/Makefile b/comms/libticalcs2/Makefile index 7f44892edde..fe84404293a 100644 --- a/comms/libticalcs2/Makefile +++ b/comms/libticalcs2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2013/05/26 22:58:30 rodent Exp $ +# $NetBSD: Makefile,v 1.2 2017/09/16 19:26:42 wiz Exp $ # DISTNAME= libticalcs2-1.1.7 @@ -6,7 +6,7 @@ CATEGORIES= comms MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tilp/} EXTRACT_SUFX= .tar.bz2 -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://lpg.ticalc.org/prj_tilp/ COMMENT= Multi-platform linking program for TI graphing calculators LICENSE= gnu-gpl-v2 diff --git a/comms/libticonv/Makefile b/comms/libticonv/Makefile index fcb03539cec..560937a043d 100644 --- a/comms/libticonv/Makefile +++ b/comms/libticonv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2013/05/26 22:59:06 rodent Exp $ +# $NetBSD: Makefile,v 1.2 2017/09/16 19:26:43 wiz Exp $ # DISTNAME= libticonv-1.1.3 @@ -6,7 +6,7 @@ CATEGORIES= comms MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tilp/} EXTRACT_SUFX= .tar.bz2 -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://lpg.ticalc.org/prj_tilp/ COMMENT= Multi-platform linking program for TI graphing calculators LICENSE= gnu-gpl-v2 diff --git a/comms/libtifiles2/Makefile b/comms/libtifiles2/Makefile index 4047dfa9074..eb335df7ddc 100644 --- a/comms/libtifiles2/Makefile +++ b/comms/libtifiles2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2013/05/26 22:59:42 rodent Exp $ +# $NetBSD: Makefile,v 1.2 2017/09/16 19:26:43 wiz Exp $ # DISTNAME= libtifiles2-1.1.5 @@ -6,7 +6,7 @@ CATEGORIES= comms MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tilp/} EXTRACT_SUFX= .tar.bz2 -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://lpg.ticalc.org/prj_tilp/ COMMENT= Multi-platform linking program for TI graphing calculators LICENSE= gnu-gpl-v2 diff --git a/comms/py-termstyle/Makefile b/comms/py-termstyle/Makefile index 7d5391dda4e..4919629c863 100644 --- a/comms/py-termstyle/Makefile +++ b/comms/py-termstyle/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.2 2017/07/30 22:32:10 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2017/09/16 19:26:43 wiz Exp $ DISTNAME= termstyle-0.1.11 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= comms python MASTER_SITES= ${MASTER_SITE_PYPI:=t/termstyle/} -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/gfxmonk/termstyle COMMENT= Console colouring for python LICENSE= modified-bsd diff --git a/comms/tilp2/Makefile b/comms/tilp2/Makefile index 16d8cf2e87e..3b11681ded1 100644 --- a/comms/tilp2/Makefile +++ b/comms/tilp2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2017/02/12 06:25:09 ryoon Exp $ +# $NetBSD: Makefile,v 1.12 2017/09/16 19:26:43 wiz Exp $ # DISTNAME= tilp2-1.16 @@ -7,7 +7,7 @@ CATEGORIES= comms MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tilp/} EXTRACT_SUFX= .tar.bz2 -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://lpg.ticalc.org/prj_tilp/ COMMENT= Multi-platform linking program for TI graphing calculators LICENSE= gnu-gpl-v2 diff --git a/converters/gbase/Makefile b/converters/gbase/Makefile index 4ba38709746..310d418a932 100644 --- a/converters/gbase/Makefile +++ b/converters/gbase/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.11 2017/02/12 06:25:09 ryoon Exp $ +# $NetBSD: Makefile,v 1.12 2017/09/16 19:26:43 wiz Exp $ DISTNAME= gbase-0.5 PKGREVISION= 10 CATEGORIES= converters math MASTER_SITES= http://www.fluxcode.net/ -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://fluxcode.net/projects/gbase-2 COMMENT= GTK program designed to convert between the four common bases LICENSE= artistic diff --git a/converters/py-cairosvg/Makefile b/converters/py-cairosvg/Makefile index 37494ce9bce..b8aa9a43172 100644 --- a/converters/py-cairosvg/Makefile +++ b/converters/py-cairosvg/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.9 2017/07/14 17:02:20 adam Exp $ +# $NetBSD: Makefile,v 1.10 2017/09/16 19:26:43 wiz Exp $ DISTNAME= CairoSVG-2.0.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} CATEGORIES= converters graphics python MASTER_SITES= ${MASTER_SITE_PYPI:=C/CairoSVG/} -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.cairosvg.org/ COMMENT= Simple SVG Converter for Cairo LICENSE= gnu-lgpl-v3 diff --git a/converters/sratom/Makefile b/converters/sratom/Makefile index b92e06ea3a7..007014872e1 100644 --- a/converters/sratom/Makefile +++ b/converters/sratom/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2017/02/12 06:25:10 ryoon Exp $ +# $NetBSD: Makefile,v 1.6 2017/09/16 19:26:43 wiz Exp $ DISTNAME= sratom-0.4.6 PKGREVISION= 4 @@ -6,7 +6,7 @@ CATEGORIES= converters MASTER_SITES= http://download.drobilla.net/ EXTRACT_SUFX= .tar.bz2 -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://drobilla.net/software/sratom/ COMMENT= Library for serialising LV2 atoms to/from RDF LICENSE= isc diff --git a/databases/mysqltuner/Makefile b/databases/mysqltuner/Makefile index 6c66e82da1d..8f79f1b1a94 100644 --- a/databases/mysqltuner/Makefile +++ b/databases/mysqltuner/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2016/07/09 06:38:00 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2017/09/16 19:26:44 wiz Exp $ GITHUB_PROJECT= MySQLTuner-perl DISTNAME= 1.6.0 @@ -8,7 +8,7 @@ CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_GITHUB:=major/} DIST_SUBDIR= ${PKGBASE} -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://mysqltuner.com/ COMMENT= Perl script that assists in MySQL configuration LICENSE= gnu-gpl-v3 diff --git a/databases/p5-Class-DBI-BaseDSN/Makefile b/databases/p5-Class-DBI-BaseDSN/Makefile index 6aa21b75dd2..5d65cb63618 100644 --- a/databases/p5-Class-DBI-BaseDSN/Makefile +++ b/databases/p5-Class-DBI-BaseDSN/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2017/06/05 14:22:24 ryoon Exp $ +# $NetBSD: Makefile,v 1.8 2017/09/16 19:26:44 wiz Exp $ # DISTNAME= Class-DBI-BaseDSN-1.22 @@ -7,7 +7,7 @@ PKGREVISION= 5 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Class/} -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/~rclamp/Class-DBI-BaseDSN-1.22/lib/Class/DBI/BaseDSN.pm COMMENT= DSN sensitive base class LICENSE= ${PERL5_LICENSE} diff --git a/databases/py-ldap3/Makefile b/databases/py-ldap3/Makefile index c2a42a0ac3b..6a037b14410 100644 --- a/databases/py-ldap3/Makefile +++ b/databases/py-ldap3/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.5 2017/08/03 10:42:09 adam Exp $ +# $NetBSD: Makefile,v 1.6 2017/09/16 19:26:44 wiz Exp $ DISTNAME= ldap3-2.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= databases python MASTER_SITES= ${MASTER_SITE_PYPI:=l/ldap3/} -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/cannatag/ldap3 COMMENT= Strictly RFC 4510 conforming LDAP V3 pure Python client library LICENSE= gnu-lgpl-v3 diff --git a/databases/py-orderedmultidict/Makefile b/databases/py-orderedmultidict/Makefile index a2cde398b6d..91bf3448fe1 100644 --- a/databases/py-orderedmultidict/Makefile +++ b/databases/py-orderedmultidict/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.10 2017/01/12 11:30:23 rodent Exp $ +# $NetBSD: Makefile,v 1.11 2017/09/16 19:26:44 wiz Exp $ DISTNAME= orderedmultidict-0.7.11 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= databases python MASTER_SITES= ${MASTER_SITE_PYPI:=o/orderedmultidict/} -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/gruns/orderedmultidict COMMENT= Ordered Multivalue Dictionary - omdict LICENSE= unlicense diff --git a/databases/py-pymysql/Makefile b/databases/py-pymysql/Makefile index 186a8a82ef1..9cdb46d6f4c 100644 --- a/databases/py-pymysql/Makefile +++ b/databases/py-pymysql/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.5 2016/06/08 17:43:22 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2017/09/16 19:26:44 wiz Exp $ DISTNAME= PyMySQL-0.6.6 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} CATEGORIES= databases python MASTER_SITES= ${MASTER_SITE_PYPI:=P/PyMySQL/} -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/PyMySQL/PyMySQL/ COMMENT= Pure-Python MySQL driver LICENSE= mit diff --git a/databases/py-python-sql/Makefile b/databases/py-python-sql/Makefile index 858ef67dfa4..c6b94e8d9ab 100644 --- a/databases/py-python-sql/Makefile +++ b/databases/py-python-sql/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.9 2017/09/04 18:55:07 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2017/09/16 19:26:44 wiz Exp $ DISTNAME= python-sql-0.7 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= databases python MASTER_SITES= ${MASTER_SITE_PYPI:=p/python-sql/} -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://python-sql.tryton.org/ COMMENT= Python library to write SQL queries LICENSE= modified-bsd diff --git a/databases/py-redis/Makefile b/databases/py-redis/Makefile index 063f9a818ed..10cb1a96c58 100644 --- a/databases/py-redis/Makefile +++ b/databases/py-redis/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.3 2017/08/17 20:50:37 adam Exp $ +# $NetBSD: Makefile,v 1.4 2017/09/16 19:26:44 wiz Exp $ DISTNAME= redis-2.10.6 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= databases python MASTER_SITES= ${MASTER_SITE_PYPI:=r/redis/} -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/andymccurdy/redis-py/ COMMENT= Redis Python client LICENSE= mit diff --git a/databases/py-sqlalchemy-i18n/Makefile b/databases/py-sqlalchemy-i18n/Makefile index 37c626828dd..3a7c2086acc 100644 --- a/databases/py-sqlalchemy-i18n/Makefile +++ b/databases/py-sqlalchemy-i18n/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.4 2017/07/25 11:05:34 adam Exp $ +# $NetBSD: Makefile,v 1.5 2017/09/16 19:26:44 wiz Exp $ DISTNAME= SQLAlchemy-i18n-1.0.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= databases python MASTER_SITES= ${MASTER_SITE_PYPI:=S/SQLAlchemy-i18n/} -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/kvesteri/sqlalchemy-i18n COMMENT= Internationalization extension for SQLAlchemy models LICENSE= modified-bsd diff --git a/databases/py-sqlalchemy-utils/Makefile b/databases/py-sqlalchemy-utils/Makefile index d9c1aa5f967..e05b303e9b6 100644 --- a/databases/py-sqlalchemy-utils/Makefile +++ b/databases/py-sqlalchemy-utils/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.11 2017/09/04 17:46:08 adam Exp $ +# $NetBSD: Makefile,v 1.12 2017/09/16 19:26:45 wiz Exp $ DISTNAME= SQLAlchemy-Utils-0.32.16 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} CATEGORIES= databases python MASTER_SITES= ${MASTER_SITE_PYPI:=S/SQLAlchemy-Utils/} -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/kvesteri/sqlalchemy-utils COMMENT= Various utility functions for SQLAlchemy LICENSE= modified-bsd diff --git a/databases/py-trytond-ldap-authentication/Makefile b/databases/py-trytond-ldap-authentication/Makefile index f5fb7c5595d..0211d83b855 100644 --- a/databases/py-trytond-ldap-authentication/Makefile +++ b/databases/py-trytond-ldap-authentication/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.1 2016/12/04 21:12:59 rodent Exp $ +# $NetBSD: Makefile,v 1.2 2017/09/16 19:26:45 wiz Exp $ TRYTON_MODULE_NAME= trytond_ldap_authentication .include "../../devel/py-trytond/Makefile.common" CATEGORIES= databases python -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.tryton.org/ COMMENT= LDAP authentication module of the Tryton application platform LICENSE= gnu-gpl-v3 diff --git a/databases/ruby-awesome_nested_set/Makefile b/databases/ruby-awesome_nested_set/Makefile index c9168be582b..b25fc2a85e4 100644 --- a/databases/ruby-awesome_nested_set/Makefile +++ b/databases/ruby-awesome_nested_set/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.8 2017/07/30 22:32:11 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2017/09/16 19:26:45 wiz Exp $ DISTNAME= awesome_nested_set-2.1.6 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} PKGREVISION= 1 CATEGORIES= databases ruby -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/collectiveidea/awesome_nested_set COMMENT= Awesome nested set implementation for Active Record LICENSE= mit diff --git a/databases/ruby-tiny_tds/Makefile b/databases/ruby-tiny_tds/Makefile index 4cb4ff82906..43d1bb02733 100644 --- a/databases/ruby-tiny_tds/Makefile +++ b/databases/ruby-tiny_tds/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.12 2017/07/30 22:32:14 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2017/09/16 19:26:45 wiz Exp $ DISTNAME= tiny_tds-0.7.0 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} PKGREVISION= 2 CATEGORIES= databases ruby -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/rails-sqlserver/tiny_tds COMMENT= Modern, simple and fast FreeTDS library for Ruby using DB-Library LICENSE= mit diff --git a/databases/vsqlite++/Makefile b/databases/vsqlite++/Makefile index 44206660b78..e8317b3937b 100644 --- a/databases/vsqlite++/Makefile +++ b/databases/vsqlite++/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.8 2017/04/22 21:03:08 adam Exp $ +# $NetBSD: Makefile,v 1.9 2017/09/16 19:26:45 wiz Exp $ DISTNAME= vsqlite++-0.3.13 PKGREVISION= 5 CATEGORIES= databases MASTER_SITES= http://evilissimo.fedorapeople.org/releases/vsqlite--/0.3.13/ -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://vsqlite.virtuosic-bytes.com/ COMMENT= C++ SQLite wrapper library LICENSE= modified-bsd diff --git a/devel/ctemplate/Makefile b/devel/ctemplate/Makefile index bbe37ca5a92..7f10f529ff6 100644 --- a/devel/ctemplate/Makefile +++ b/devel/ctemplate/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2016/07/09 06:38:06 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2017/09/16 19:26:45 wiz Exp $ DISTNAME= ctemplate-2.3 PKGREVISION= 2 @@ -6,7 +6,7 @@ CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=OlafvdSpek/} GITHUB_TAG= ${DISTNAME} -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/OlafvdSpek/ctemplate COMMENT= Simple but powerful template language for C++ LICENSE= modified-bsd diff --git a/devel/mm-common/Makefile b/devel/mm-common/Makefile index 8050681b86c..c49ed5b1aa4 100644 --- a/devel/mm-common/Makefile +++ b/devel/mm-common/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.4 2017/08/01 14:58:57 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2017/09/16 19:26:46 wiz Exp $ DISTNAME= mm-common-0.9.10 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/mm-common/${PKGVERSION_NOREV:R}/} EXTRACT_SUFX= .tar.xz -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://www.gtkmm.org/ COMMENT= Provides build infrastructure utilities for GNOME C++ libraries LICENSE= gnu-gpl-v2 diff --git a/devel/openocd/Makefile b/devel/openocd/Makefile index 3e4f78a2507..563909998cc 100644 --- a/devel/openocd/Makefile +++ b/devel/openocd/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.2 2015/10/01 23:06:37 rodent Exp $ +# $NetBSD: Makefile,v 1.3 2017/09/16 19:26:46 wiz Exp $ DISTNAME= openocd-0.9.0 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=openocd/} EXTRACT_SUFX= .tar.bz2 -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://openocd.org/ COMMENT= Open On-Chip Debugger LICENSE= gnu-gpl-v2 diff --git a/devel/p5-File-Binary/Makefile b/devel/p5-File-Binary/Makefile index 72c76fabc7a..a0e1b4c6cd1 100644 --- a/devel/p5-File-Binary/Makefile +++ b/devel/p5-File-Binary/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2017/06/05 14:22:58 ryoon Exp $ +# $NetBSD: Makefile,v 1.9 2017/09/16 19:26:46 wiz Exp $ DISTNAME= File-Binary-1.7 PKGNAME= p5-${DISTNAME} @@ -6,7 +6,7 @@ PKGREVISION= 6 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/} -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/~simonw/File-Binary-1.7/lib/File/Binary.pm COMMENT= Binary file reading module LICENSE= ${PERL5_LICENSE} diff --git a/devel/p5-IPC-Cache/Makefile b/devel/p5-IPC-Cache/Makefile index 0b1ee1a27b8..3adfb2600ef 100644 --- a/devel/p5-IPC-Cache/Makefile +++ b/devel/p5-IPC-Cache/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2017/06/05 14:23:08 ryoon Exp $ +# $NetBSD: Makefile,v 1.7 2017/09/16 19:26:46 wiz Exp $ DISTNAME= IPC-Cache-0.02 PKGNAME= p5-${DISTNAME} @@ -6,7 +6,7 @@ PKGREVISION= 5 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IPC/} -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/~dclinton/IPC-Cache-0.02/Cache.pm COMMENT= Perl module that implements an object storage space LICENSE= gnu-gpl-v1 diff --git a/devel/p5-Python-Serialise-Marshal/Makefile b/devel/p5-Python-Serialise-Marshal/Makefile index 41d411cc917..0a3bbc6125b 100644 --- a/devel/p5-Python-Serialise-Marshal/Makefile +++ b/devel/p5-Python-Serialise-Marshal/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2017/06/05 14:23:31 ryoon Exp $ +# $NetBSD: Makefile,v 1.8 2017/09/16 19:26:46 wiz Exp $ # DISTNAME= Python-Serialise-Marshal-0.02 @@ -7,7 +7,7 @@ PKGREVISION= 5 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Python/} -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/~simonw/Python-Serialise-Marshal-0.02/lib/Python/Serialise/Marshal.pm COMMENT= Module for reading and writing marshalled Python files LICENSE= ${PERL5_LICENSE} diff --git a/devel/p5-accessors-fast/Makefile b/devel/p5-accessors-fast/Makefile index 674426fc322..4fe0b9048b5 100644 --- a/devel/p5-accessors-fast/Makefile +++ b/devel/p5-accessors-fast/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2017/06/28 13:24:29 jperkin Exp $ +# $NetBSD: Makefile,v 1.9 2017/09/16 19:26:46 wiz Exp $ # DISTNAME= accessors-fast-0.03 @@ -7,7 +7,7 @@ PKGREVISION= 5 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/M/MO/MONS/} -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/accessors-fast/ COMMENT= Compiletime accessors using Class::Accessor::Fast LICENSE= ${PERL5_LICENSE} diff --git a/devel/p5-constant-def/Makefile b/devel/p5-constant-def/Makefile index 9e3a42cedf6..c25349508f0 100644 --- a/devel/p5-constant-def/Makefile +++ b/devel/p5-constant-def/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2017/06/28 08:27:41 jperkin Exp $ +# $NetBSD: Makefile,v 1.10 2017/09/16 19:26:46 wiz Exp $ # DISTNAME= constant-def-0.01 @@ -7,7 +7,7 @@ PKGREVISION= 5 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/M/MO/MONS/} -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/~mons/constant-def-0.01/lib/constant/def.pm COMMENT= Perl pragma to declare previously undeclared constants LICENSE= ${PERL5_LICENSE} diff --git a/devel/php-pthreads/Makefile b/devel/php-pthreads/Makefile index 8eef3806d0b..5dcfacad796 100644 --- a/devel/php-pthreads/Makefile +++ b/devel/php-pthreads/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.6 2016/12/31 09:23:06 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2017/09/16 19:26:47 wiz Exp $ MODNAME= pthreads PECL_VERSION= 2.0.10 CATEGORIES+= devel -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/krakjoe/pthreads COMMENT= PHP extension for POSIX threads support LICENSE= php diff --git a/devel/php-raphf/Makefile b/devel/php-raphf/Makefile index 2b579227d77..66caee291ab 100644 --- a/devel/php-raphf/Makefile +++ b/devel/php-raphf/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.6 2016/09/11 17:03:26 taca Exp $ +# $NetBSD: Makefile,v 1.7 2017/09/16 19:26:47 wiz Exp $ MODNAME= raphf PECL_VERSION= 1.1.2 CATEGORIES= devel -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://pecl.php.net/package/raphf COMMENT= Resource and persistent handles factory LICENSE= 2-clause-bsd diff --git a/devel/php-raphf2/Makefile b/devel/php-raphf2/Makefile index b231345651b..e6967712bb5 100644 --- a/devel/php-raphf2/Makefile +++ b/devel/php-raphf2/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.1 2016/03/12 09:11:01 fhajny Exp $ +# $NetBSD: Makefile,v 1.2 2017/09/16 19:26:47 wiz Exp $ MODNAME= raphf PECL_VERSION= 2.0.0 CATEGORIES= devel -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://pecl.php.net/package/raphf COMMENT= Resource and persistent handles factory LICENSE= 2-clause-bsd diff --git a/devel/py-astor/Makefile b/devel/py-astor/Makefile index e8e70cd5675..8def91870b9 100644 --- a/devel/py-astor/Makefile +++ b/devel/py-astor/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.5 2016/06/08 17:43:28 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2017/09/16 19:26:47 wiz Exp $ DISTNAME= astor-0.5 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=a/astor/} -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/pmaupin/astor COMMENT= Read/rewrite/write Python ASTs LICENSE= 2-clause-bsd diff --git a/devel/py-d2to1/Makefile b/devel/py-d2to1/Makefile index 567817bcd33..38bdb27a9f5 100644 --- a/devel/py-d2to1/Makefile +++ b/devel/py-d2to1/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.4 2017/09/03 08:53:08 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2017/09/16 19:26:47 wiz Exp $ DISTNAME= d2to1-0.2.12 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=d/d2to1/} -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://pypi.python.org/pypi/d2to1 COMMENT= Allows using distutils2-like setup.cfg files package's metadata LICENSE= modified-bsd diff --git a/devel/py-flexmock/Makefile b/devel/py-flexmock/Makefile index d596b5ebfcf..6fe350f76a9 100644 --- a/devel/py-flexmock/Makefile +++ b/devel/py-flexmock/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.3 2017/07/22 12:40:01 adam Exp $ +# $NetBSD: Makefile,v 1.4 2017/09/16 19:26:47 wiz Exp $ DISTNAME= flexmock-0.10.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=f/flexmock/} -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/bkabrda/flexmock/ COMMENT= Mock/Stub/Spy library for Python LICENSE= 2-clause-bsd diff --git a/devel/py-limits/Makefile b/devel/py-limits/Makefile index fab4195787e..2e3b97439fd 100644 --- a/devel/py-limits/Makefile +++ b/devel/py-limits/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2016/06/08 17:43:29 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2017/09/16 19:26:47 wiz Exp $ # DISTNAME= limits-1.0.8 @@ -6,7 +6,7 @@ PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=l/limits/} -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://limits.readthedocs.org/ COMMENT= Rate limiting utilities LICENSE= mit diff --git a/devel/py-logan/Makefile b/devel/py-logan/Makefile index b3a6f0360cb..e668866e273 100644 --- a/devel/py-logan/Makefile +++ b/devel/py-logan/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.8 2017/07/30 22:32:16 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2017/09/16 19:26:47 wiz Exp $ DISTNAME= logan-0.6.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=l/logan/} -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/dcramer/logan COMMENT= Toolkit for building standalone Django applications LICENSE= apache-2.0 diff --git a/devel/py-macholib/Makefile b/devel/py-macholib/Makefile index 654c0a1c23f..aa13d20d5e2 100644 --- a/devel/py-macholib/Makefile +++ b/devel/py-macholib/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.8 2017/09/04 18:08:21 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2017/09/16 19:26:48 wiz Exp $ DISTNAME= macholib-1.8 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=m/macholib/} -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://bitbucket.org/ronaldoussoren/macholib COMMENT= Mach-O header analysis and editing LICENSE= mit diff --git a/devel/py-minimock/Makefile b/devel/py-minimock/Makefile index fcf103c8894..22003c370e0 100644 --- a/devel/py-minimock/Makefile +++ b/devel/py-minimock/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.3 2017/09/04 18:08:21 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2017/09/16 19:26:48 wiz Exp $ DISTNAME= MiniMock-1.2.8 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=M/MiniMock/} -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://pypi.python.org/pypi/MiniMock COMMENT= Simplest possible mock library LICENSE= mit diff --git a/devel/py-modulegraph/Makefile b/devel/py-modulegraph/Makefile index cf50d800dd9..e326e74ef3a 100644 --- a/devel/py-modulegraph/Makefile +++ b/devel/py-modulegraph/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.10 2017/09/04 18:08:21 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2017/09/16 19:26:48 wiz Exp $ DISTNAME= modulegraph-0.15 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=m/modulegraph/} -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://bitbucket.org/ronaldoussoren/modulegraph COMMENT= Python module dependency analysis tool LICENSE= mit diff --git a/devel/py-pbr/Makefile b/devel/py-pbr/Makefile index d98ecca79df..90f8a159510 100644 --- a/devel/py-pbr/Makefile +++ b/devel/py-pbr/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.19 2017/07/24 16:35:46 adam Exp $ +# $NetBSD: Makefile,v 1.20 2017/09/16 19:26:48 wiz Exp $ DISTNAME= pbr-3.1.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=p/pbr/} -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://docs.openstack.org/developer/pbr/ COMMENT= Python Build Reasonableness LICENSE= apache-2.0 diff --git a/devel/py-proteus/Makefile b/devel/py-proteus/Makefile index 3ffc2ba2f99..193942164e6 100644 --- a/devel/py-proteus/Makefile +++ b/devel/py-proteus/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.3 2017/02/20 17:00:35 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2017/09/16 19:26:48 wiz Exp $ TRYTON_MODULE_NAME= proteus .include "../../devel/py-trytond/Makefile.common" CATEGORIES= devel python -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.tryton.org/ COMMENT= Library to access Tryton's models like a client LICENSE= gnu-gpl-v3 diff --git a/devel/py-py2app/Makefile b/devel/py-py2app/Makefile index 20a85e451eb..217a363d9eb 100644 --- a/devel/py-py2app/Makefile +++ b/devel/py-py2app/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.8 2017/09/04 18:08:21 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2017/09/16 19:26:48 wiz Exp $ DISTNAME= py2app-0.9 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_PYPI:=p/py2app/} -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://bitbucket.org/ronaldoussoren/py2app COMMENT= Create standalone Mac OS X applications with Python LICENSE= mit diff --git a/devel/py-rednose/Makefile b/devel/py-rednose/Makefile index a039ec7ee4b..70a9406d160 100644 --- a/devel/py-rednose/Makefile +++ b/devel/py-rednose/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.4 2017/07/20 17:23:16 adam Exp $ +# $NetBSD: Makefile,v 1.5 2017/09/16 19:26:48 wiz Exp $ DISTNAME= rednose-1.2.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=r/rednose/} -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/JBKahn/rednose COMMENT= Coloured output for nosetests LICENSE= modified-bsd diff --git a/devel/py-rply/Makefile b/devel/py-rply/Makefile index bb4a664fa7e..802050da175 100644 --- a/devel/py-rply/Makefile +++ b/devel/py-rply/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.5 2017/08/03 13:54:38 adam Exp $ +# $NetBSD: Makefile,v 1.6 2017/09/16 19:26:49 wiz Exp $ DISTNAME= rply-0.7.5 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=r/rply/} -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/alex/rply/ COMMENT= Pure Python Lex/Yacc that works with RPython LICENSE= modified-bsd diff --git a/devel/py-tryton/Makefile b/devel/py-tryton/Makefile index 06b6a3de989..55c0eb39a00 100644 --- a/devel/py-tryton/Makefile +++ b/devel/py-tryton/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.28 2017/02/20 17:00:35 wiz Exp $ +# $NetBSD: Makefile,v 1.29 2017/09/16 19:26:49 wiz Exp $ TRYTON_MODULE_NAME= tryton PKGREVISION= 2 .include "../../devel/py-trytond/Makefile.common" CATEGORIES= devel python -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.tryton.org/ COMMENT= Three-tiers high-level general purpose application platform LICENSE= gnu-gpl-v3 diff --git a/devel/py-trytond/Makefile b/devel/py-trytond/Makefile index 35f3112f4ce..01e7e10230e 100644 --- a/devel/py-trytond/Makefile +++ b/devel/py-trytond/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.18 2017/02/20 17:00:35 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2017/09/16 19:26:49 wiz Exp $ TRYTON_MODULE_NAME= trytond .include "../../devel/py-trytond/Makefile.common" CATEGORIES= devel python -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.tryton.org/ COMMENT= Server of the Tryton application platform LICENSE= gnu-gpl-v3 diff --git a/devel/ruby-redmine-flatly-light-theme/Makefile b/devel/ruby-redmine-flatly-light-theme/Makefile index 3498f581b60..85b0dc405d6 100644 --- a/devel/ruby-redmine-flatly-light-theme/Makefile +++ b/devel/ruby-redmine-flatly-light-theme/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2017/01/04 23:05:12 rodent Exp $ +# $NetBSD: Makefile,v 1.4 2017/09/16 19:26:49 wiz Exp $ # GITHUB_TAG= v0.1.1 @@ -8,7 +8,7 @@ GITHUB_PROJECT= flatly_light_redmine MASTER_SITES= ${MASTER_SITE_GITHUB:=Nitrino/} DIST_SUBDIR= ruby-redmine-flatly-light-theme -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/Nitrino/flatly_light_redmine COMMENT= Flatly light theme for Redmine LICENSE= mit diff --git a/devel/ruby-redmine-gitmike-theme/Makefile b/devel/ruby-redmine-gitmike-theme/Makefile index 9a5c751006e..38c8ec0fe51 100644 --- a/devel/ruby-redmine-gitmike-theme/Makefile +++ b/devel/ruby-redmine-gitmike-theme/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2017/01/04 23:05:13 rodent Exp $ +# $NetBSD: Makefile,v 1.5 2017/09/16 19:26:49 wiz Exp $ GITHUB_TAG= v1.1.0 DISTNAME= ${GITHUB_TAG} @@ -7,7 +7,7 @@ PKGNAME= ${RUBY_PKGPREFIX}-redmine-gitmike-theme-${DISTNAME:S/v//1} MASTER_SITES= ${MASTER_SITE_GITHUB:=makotokw/} DIST_SUBDIR= ruby-redmine-gitmike-theme -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/makotokw/redmine-theme-gitmike COMMENT= Github-like theme for Redmine LICENSE= gnu-gpl-v3 diff --git a/devel/ruby-redmine-minimalflat-theme/Makefile b/devel/ruby-redmine-minimalflat-theme/Makefile index 03c65362eaa..e56480ab3b1 100644 --- a/devel/ruby-redmine-minimalflat-theme/Makefile +++ b/devel/ruby-redmine-minimalflat-theme/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2017/01/04 23:05:13 rodent Exp $ +# $NetBSD: Makefile,v 1.4 2017/09/16 19:26:49 wiz Exp $ # GITHUB_TAG= v1.0.2 @@ -8,7 +8,7 @@ PKGNAME= ${RUBY_PKGPREFIX}-redmine-minimalflat-theme-${DISTNAME:S/v//1} MASTER_SITES= ${MASTER_SITE_GITHUB:=akabekobeko/} DIST_SUBDIR= ruby-redmine-minimalflat-theme -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/akabekobeko/redmine-theme-minimalflat COMMENT= Minimal and flat design Redmine theme. LICENSE= gnu-gpl-v2 diff --git a/devel/ruby-redmine-red-andy-theme/Makefile b/devel/ruby-redmine-red-andy-theme/Makefile index aca0d9d51c6..13ee75c6e0c 100644 --- a/devel/ruby-redmine-red-andy-theme/Makefile +++ b/devel/ruby-redmine-red-andy-theme/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2015/07/06 04:31:27 rodent Exp $ +# $NetBSD: Makefile,v 1.2 2017/09/16 19:26:49 wiz Exp $ # THEME_NAME= red-andy @@ -7,7 +7,7 @@ PKGNAME= ${RUBY_PKGPREFIX}-redmine-${DISTNAME:S/_/-theme-/1} MASTER_SITES= http://projects.andriylesyuk.com/attachments/download/581/ EXTRACT_SUFX= .tar.bz2 -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://blog.andriylesyuk.com/${THEME_NAME}-1-00-the-first-responsive-theme-for-redmine/ COMMENT= First responsive theme for Redmine LICENSE= gnu-gpl-v2 diff --git a/devel/ruby-redmine_bootstrap_kit/Makefile b/devel/ruby-redmine_bootstrap_kit/Makefile index 3f7f846b206..b707ebad813 100644 --- a/devel/ruby-redmine_bootstrap_kit/Makefile +++ b/devel/ruby-redmine_bootstrap_kit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2017/01/04 23:05:12 rodent Exp $ +# $NetBSD: Makefile,v 1.4 2017/09/16 19:26:50 wiz Exp $ GITHUB_PROJECT= redmine_bootstrap_kit DISTNAME= 0.2.4 @@ -7,7 +7,7 @@ PKGNAME= ${RUBY_PKGPREFIX}-${GITHUB_PROJECT}-${DISTNAME} MASTER_SITES= ${MASTER_SITE_GITHUB:=jbox-web/} DIST_SUBDIR= ruby-${GITHUB_PROJECT} -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/jbox-web/redmine_bootstrap_kit COMMENT= Redmine plugin which facilitates developing Redmine plugins LICENSE= mit diff --git a/devel/ruby-redmine_code_review/Makefile b/devel/ruby-redmine_code_review/Makefile index a44c12032ab..85980406793 100644 --- a/devel/ruby-redmine_code_review/Makefile +++ b/devel/ruby-redmine_code_review/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2017/01/04 23:05:12 rodent Exp $ +# $NetBSD: Makefile,v 1.3 2017/09/16 19:26:50 wiz Exp $ PLUGIN_NAME= redmine_code_review DISTNAME= 0.8.0 @@ -6,7 +6,7 @@ PKGNAME= ${RUBY_PKGPREFIX}-${PLUGIN_NAME}-${DISTNAME} MASTER_SITES= https://bitbucket.org/haru_iida/${PLUGIN_NAME}/get/ DIST_SUBDIR= ruby-${PLUGIN_NAME} -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.r-labs.org/projects/codereview COMMENT= Redmine plugin to annotate source code within the repo browser LICENSE= gnu-gpl-v2 AND mit diff --git a/devel/ruby-redmine_jenkins/Makefile b/devel/ruby-redmine_jenkins/Makefile index 7637a97d8d9..b6bd5aa55ff 100644 --- a/devel/ruby-redmine_jenkins/Makefile +++ b/devel/ruby-redmine_jenkins/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2016/06/09 06:23:39 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2017/09/16 19:26:50 wiz Exp $ GITHUB_PROJECT= redmine_jenkins DISTNAME= 1.0.1 @@ -6,7 +6,7 @@ PKGNAME= ${RUBY_PKGPREFIX}-${GITHUB_PROJECT}-${DISTNAME} MASTER_SITES= ${MASTER_SITE_GITHUB:=jbox-web/} DIST_SUBDIR= ruby-${GITHUB_PROJECT} -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/jbox-web/redmine_jenkins COMMENT= Plugin allows management of Jenkins projects within Redmine LICENSE= mit diff --git a/devel/ruby-redmine_lightbox2/Makefile b/devel/ruby-redmine_lightbox2/Makefile index 9e457be4c22..e3b701d1953 100644 --- a/devel/ruby-redmine_lightbox2/Makefile +++ b/devel/ruby-redmine_lightbox2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2017/02/02 00:27:24 rodent Exp $ +# $NetBSD: Makefile,v 1.5 2017/09/16 19:26:50 wiz Exp $ # GITHUB_TAG= v0.3.2 @@ -8,7 +8,7 @@ PKGNAME= ${RUBY_PKGPREFIX}-${GITHUB_PROJECT}-${DISTNAME:S/v//1} MASTER_SITES= ${MASTER_SITE_GITHUB:=paginagmbh/} DIST_SUBDIR= ruby-${GITHUB_PROJECT} -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/paginagmbh/redmine_lightbox2 COMMENT= Lightbox for image attachments in Redmine LICENSE= mit diff --git a/devel/ruby-redmine_startpage/Makefile b/devel/ruby-redmine_startpage/Makefile index 8d022be27a9..55af50497e6 100644 --- a/devel/ruby-redmine_startpage/Makefile +++ b/devel/ruby-redmine_startpage/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2015/07/08 16:11:21 jperkin Exp $ +# $NetBSD: Makefile,v 1.3 2017/09/16 19:26:50 wiz Exp $ # GITHUB_TAG= 0.0.3 @@ -9,7 +9,7 @@ CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=txinto/} DIST_SUBDIR= ruby-${GITHUB_PROJECT} -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://gatatac.org/projects/redmine-startpage/wiki COMMENT= Redmine plugins to select any redmine subpage as start page LICENSE= gnu-gpl-v2 diff --git a/devel/ruby-redmine_theme_changer/Makefile b/devel/ruby-redmine_theme_changer/Makefile index afbbc705a45..fa04e40ec32 100644 --- a/devel/ruby-redmine_theme_changer/Makefile +++ b/devel/ruby-redmine_theme_changer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2015/07/06 04:12:49 rodent Exp $ +# $NetBSD: Makefile,v 1.2 2017/09/16 19:26:50 wiz Exp $ # PLUGIN_NAME= redmine_theme_changer @@ -7,7 +7,7 @@ PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} MASTER_SITES= https://bitbucket.org/haru_iida/${PLUGIN_NAME}/downloads/ EXTRACT_SUFX= .zip -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.r-labs.org/projects/r-labs/wiki/Theme_Changer_en COMMENT= Redmine plugin to allow each user to select the theme of Redmine LICENSE= gnu-gpl-v2 diff --git a/devel/ruby-redmine_work_time/Makefile b/devel/ruby-redmine_work_time/Makefile index 32711a448b1..61b954afe98 100644 --- a/devel/ruby-redmine_work_time/Makefile +++ b/devel/ruby-redmine_work_time/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2017/01/04 23:05:13 rodent Exp $ +# $NetBSD: Makefile,v 1.3 2017/09/16 19:26:50 wiz Exp $ # PLUGIN_NAME= redmine_work_time @@ -8,7 +8,7 @@ CATEGORIES= devel MASTER_SITES= https://bitbucket.org/tkusukawa/${PLUGIN_NAME}/downloads/ EXTRACT_SUFX= .zip -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.r-labs.org/projects/worktime/wiki/WorkTime COMMENT= Redmine plugin to view and update Spent time by each user LICENSE= gnu-gpl-v2 diff --git a/devel/ruby-shoulda-context/Makefile b/devel/ruby-shoulda-context/Makefile index 73a61ba75d4..a8d0a0d9e1c 100644 --- a/devel/ruby-shoulda-context/Makefile +++ b/devel/ruby-shoulda-context/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.4 2017/06/12 15:44:27 taca Exp $ +# $NetBSD: Makefile,v 1.5 2017/09/16 19:26:50 wiz Exp $ DISTNAME= shoulda-context-1.2.2 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} CATEGORIES= devel ruby -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://thoughtbot.com/community/ COMMENT= Context framework extracted from Shoulda LICENSE= mit diff --git a/devel/ruby-shoulda-matchers/Makefile b/devel/ruby-shoulda-matchers/Makefile index ed788221e21..1c94b256fdf 100644 --- a/devel/ruby-shoulda-matchers/Makefile +++ b/devel/ruby-shoulda-matchers/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.8 2017/06/21 15:42:11 taca Exp $ +# $NetBSD: Makefile,v 1.9 2017/09/16 19:26:51 wiz Exp $ DISTNAME= shoulda-matchers-2.8.0 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} PKGREVISION= 1 CATEGORIES= devel ruby -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://thoughtbot.com/community/ COMMENT= Making tests easy on the fingers and eyes LICENSE= mit diff --git a/emulators/suse121_gstreamer/Makefile b/emulators/suse121_gstreamer/Makefile index 03371382b1b..d7641fb7b8b 100644 --- a/emulators/suse121_gstreamer/Makefile +++ b/emulators/suse121_gstreamer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2015/02/16 10:15:45 jperkin Exp $ +# $NetBSD: Makefile,v 1.5 2017/09/16 19:26:51 wiz Exp $ PKGNAME= suse_gstreamer-${SUSE_VERSION} CATEGORIES= emulators @@ -8,7 +8,7 @@ RPMPKGS+= libgstinterfaces-0_10-0-0.10.35-6.1.2.${SUSE_ARCH} RPMPKGS+= libgstreamer-0_10-0-0.10.35-4.1.4.${SUSE_ARCH} RPMPKGS+= libgstrtspserver-0_10-0-0.10.8-14.1.2.${SUSE_ARCH} -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Linux compatibility package for gstreamer EMUL_MODULES.linux= base diff --git a/emulators/suse121_sqlite3/Makefile b/emulators/suse121_sqlite3/Makefile index 7f25dabe50d..f68d14b4794 100644 --- a/emulators/suse121_sqlite3/Makefile +++ b/emulators/suse121_sqlite3/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.4 2015/02/16 10:15:46 jperkin Exp $ +# $NetBSD: Makefile,v 1.5 2017/09/16 19:26:51 wiz Exp $ PKGNAME= suse_sqlite3-${SUSE_VERSION} CATEGORIES= emulators RPMPKGS+= libsqlite3-0-3.7.8-1.1.2.${SUSE_ARCH} -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Linux compatibility package for sqlite3 EMUL_MODULES.linux= base diff --git a/emulators/suse131_gstreamer/Makefile b/emulators/suse131_gstreamer/Makefile index 2db6f125553..93aee07be9e 100644 --- a/emulators/suse131_gstreamer/Makefile +++ b/emulators/suse131_gstreamer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2015/12/04 09:42:58 ryoon Exp $ +# $NetBSD: Makefile,v 1.7 2017/09/16 19:26:51 wiz Exp $ PKGNAME= suse_gstreamer-${SUSE_VERSION} PKGREVISION= 3 @@ -17,7 +17,7 @@ RPMPKGS+= gstreamer-plugins-good-1.0.10-2.1.4.${SUSE_ARCH} RPMUPDPKGS+= libgstapp-1_0-0-1.0.10-2.4.1.${SUSE_ARCH} RPMPKGS+= liborc-0_4-0-0.4.17-2.1.2.${SUSE_ARCH} -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Linux compatibility package for gstreamer EMUL_MODULES.linux= base diff --git a/emulators/suse131_sqlite3/Makefile b/emulators/suse131_sqlite3/Makefile index 42e66930ad3..602356803b1 100644 --- a/emulators/suse131_sqlite3/Makefile +++ b/emulators/suse131_sqlite3/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.3 2015/02/16 10:15:50 jperkin Exp $ +# $NetBSD: Makefile,v 1.4 2017/09/16 19:26:51 wiz Exp $ PKGNAME= suse_sqlite3-${SUSE_VERSION} CATEGORIES= emulators RPMPKGS+= libsqlite3-0-3.7.17-2.1.2.${SUSE_ARCH} -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Linux compatibility package for sqlite3 EMUL_MODULES.linux= base diff --git a/finance/py-python-bitcoinlib/Makefile b/finance/py-python-bitcoinlib/Makefile index 3c93e2d5e83..51d029c9d6f 100644 --- a/finance/py-python-bitcoinlib/Makefile +++ b/finance/py-python-bitcoinlib/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.8 2016/06/08 17:43:32 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2017/09/16 19:26:51 wiz Exp $ DISTNAME= python-bitcoinlib-0.3.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= finance net python MASTER_SITES= ${MASTER_SITE_PYPI:=p/python-bitcoinlib/} -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/petertodd/python-bitcoinlib COMMENT= Python bitcoin library LICENSE= gnu-lgpl-v2.1 AND mit diff --git a/finance/py-stripe/Makefile b/finance/py-stripe/Makefile index b6c24f513dd..fe810eead7d 100644 --- a/finance/py-stripe/Makefile +++ b/finance/py-stripe/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.11 2016/07/09 13:03:47 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2017/09/16 19:26:51 wiz Exp $ DISTNAME= stripe-1.22.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= finance python MASTER_SITES= ${MASTER_SITE_PYPI:=s/stripe/} -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://stripe.com/ COMMENT= Stripe python bindings LICENSE= mit diff --git a/finance/py-trytond-account-be/Makefile b/finance/py-trytond-account-be/Makefile index 78c508a82de..8e69fbb1682 100644 --- a/finance/py-trytond-account-be/Makefile +++ b/finance/py-trytond-account-be/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.1 2016/12/04 21:13:00 rodent Exp $ +# $NetBSD: Makefile,v 1.2 2017/09/16 19:26:52 wiz Exp $ TRYTON_MODULE_NAME= trytond_account_be .include "../../devel/py-trytond/Makefile.common" CATEGORIES= finance python -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.tryton.org/ COMMENT= The account_be module of the Tryton application platform LICENSE= gnu-gpl-v3 diff --git a/finance/py-trytond-account-credit-limit/Makefile b/finance/py-trytond-account-credit-limit/Makefile index 33ffc391c82..c0ee2f1f99b 100644 --- a/finance/py-trytond-account-credit-limit/Makefile +++ b/finance/py-trytond-account-credit-limit/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.1 2016/12/04 21:13:00 rodent Exp $ +# $NetBSD: Makefile,v 1.2 2017/09/16 19:26:52 wiz Exp $ TRYTON_MODULE_NAME= trytond_account_credit_limit .include "../../devel/py-trytond/Makefile.common" CATEGORIES= finance python -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.tryton.org/ COMMENT= Tryton's account_credit_limit module LICENSE= gnu-gpl-v3 diff --git a/finance/py-trytond-account-de-skr03/Makefile b/finance/py-trytond-account-de-skr03/Makefile index 6da5ff6bef3..d6c323008a0 100644 --- a/finance/py-trytond-account-de-skr03/Makefile +++ b/finance/py-trytond-account-de-skr03/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.1 2016/12/04 21:13:00 rodent Exp $ +# $NetBSD: Makefile,v 1.2 2017/09/16 19:26:52 wiz Exp $ TRYTON_MODULE_NAME= trytond_account_de_skr03 .include "../../devel/py-trytond/Makefile.common" CATEGORIES= finance python -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.tryton.org/ COMMENT= The account_de_skr03 module of the Tryton application platform LICENSE= gnu-gpl-v3 diff --git a/finance/py-trytond-account-deposit/Makefile b/finance/py-trytond-account-deposit/Makefile index 048d5b53cb3..e7531e6df57 100644 --- a/finance/py-trytond-account-deposit/Makefile +++ b/finance/py-trytond-account-deposit/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2017/02/20 17:00:35 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2017/09/16 19:26:52 wiz Exp $ TRYTON_MODULE_NAME= trytond_account_deposit .include "../../devel/py-trytond/Makefile.common" CATEGORIES= finance python -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.tryton.org/ COMMENT= The account_deposit module of the Tryton application platform LICENSE= gnu-gpl-v3 diff --git a/finance/py-trytond-account-dunning-fee/Makefile b/finance/py-trytond-account-dunning-fee/Makefile index b1cf25f46ef..a79740cdd33 100644 --- a/finance/py-trytond-account-dunning-fee/Makefile +++ b/finance/py-trytond-account-dunning-fee/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.1 2016/12/04 21:13:00 rodent Exp $ +# $NetBSD: Makefile,v 1.2 2017/09/16 19:26:52 wiz Exp $ TRYTON_MODULE_NAME= trytond_account_dunning_fee .include "../../devel/py-trytond/Makefile.common" CATEGORIES= finance python -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.tryton.org/ COMMENT= Tryton's account_dunning_fee module LICENSE= gnu-gpl-v3 diff --git a/finance/py-trytond-account-dunning-letter/Makefile b/finance/py-trytond-account-dunning-letter/Makefile index 1659cb1ca56..5340e1f4be4 100644 --- a/finance/py-trytond-account-dunning-letter/Makefile +++ b/finance/py-trytond-account-dunning-letter/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.1 2016/12/04 21:13:00 rodent Exp $ +# $NetBSD: Makefile,v 1.2 2017/09/16 19:26:52 wiz Exp $ TRYTON_MODULE_NAME= trytond_account_dunning_letter .include "../../devel/py-trytond/Makefile.common" CATEGORIES= finance python -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.tryton.org/ COMMENT= Tryton's account_dunning_letter module LICENSE= gnu-gpl-v3 diff --git a/finance/py-trytond-account-dunning/Makefile b/finance/py-trytond-account-dunning/Makefile index 807a527581d..394d69ca3de 100644 --- a/finance/py-trytond-account-dunning/Makefile +++ b/finance/py-trytond-account-dunning/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.1 2016/12/04 21:13:00 rodent Exp $ +# $NetBSD: Makefile,v 1.2 2017/09/16 19:26:52 wiz Exp $ TRYTON_MODULE_NAME= trytond_account_dunning .include "../../devel/py-trytond/Makefile.common" CATEGORIES= finance python -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.tryton.org/ COMMENT= The account_dunning module of the Tryton application platform LICENSE= gnu-gpl-v3 diff --git a/finance/py-trytond-account-invoice/Makefile b/finance/py-trytond-account-invoice/Makefile index fd1f9997025..fbfbb460237 100644 --- a/finance/py-trytond-account-invoice/Makefile +++ b/finance/py-trytond-account-invoice/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.10 2017/02/20 17:00:36 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2017/09/16 19:26:53 wiz Exp $ TRYTON_MODULE_NAME= trytond_account_invoice .include "../../devel/py-trytond/Makefile.common" CATEGORIES= finance python -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.tryton.org/ COMMENT= Account invoice module of the Tryton application platform LICENSE= gnu-gpl-v3 diff --git a/finance/py-trytond-account-product/Makefile b/finance/py-trytond-account-product/Makefile index 62feed6104c..be556954012 100644 --- a/finance/py-trytond-account-product/Makefile +++ b/finance/py-trytond-account-product/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.8 2016/12/04 21:13:01 rodent Exp $ +# $NetBSD: Makefile,v 1.9 2017/09/16 19:26:53 wiz Exp $ TRYTON_MODULE_NAME= trytond_account_product .include "../../devel/py-trytond/Makefile.common" CATEGORIES= finance python -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.tryton.org/ COMMENT= Account product module of the Tryton application platform LICENSE= gnu-gpl-v3 diff --git a/finance/py-trytond-account-stock-anglo-saxon/Makefile b/finance/py-trytond-account-stock-anglo-saxon/Makefile index af446796871..2ab8868d1ac 100644 --- a/finance/py-trytond-account-stock-anglo-saxon/Makefile +++ b/finance/py-trytond-account-stock-anglo-saxon/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2017/01/04 23:45:27 rodent Exp $ +# $NetBSD: Makefile,v 1.3 2017/09/16 19:26:53 wiz Exp $ TRYTON_MODULE_NAME= trytond_account_stock_anglo_saxon .include "../../devel/py-trytond/Makefile.common" CATEGORIES= finance python -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.tryton.org/ COMMENT= Tryton's account stock anglo saxon continental module LICENSE= gnu-gpl-v3 diff --git a/finance/py-trytond-account-stock-landed-cost-weight/Makefile b/finance/py-trytond-account-stock-landed-cost-weight/Makefile index 4eea8ced58d..fcf5568dc56 100644 --- a/finance/py-trytond-account-stock-landed-cost-weight/Makefile +++ b/finance/py-trytond-account-stock-landed-cost-weight/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2017/01/04 23:45:27 rodent Exp $ +# $NetBSD: Makefile,v 1.3 2017/09/16 19:26:53 wiz Exp $ TRYTON_MODULE_NAME= trytond_account_stock_landed_cost_weight .include "../../devel/py-trytond/Makefile.common" CATEGORIES= finance python -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.tryton.org/ COMMENT= Tryton's account stock landed cost weight module LICENSE= gnu-gpl-v3 diff --git a/finance/py-trytond-account-stock-landed-cost/Makefile b/finance/py-trytond-account-stock-landed-cost/Makefile index b107cc74674..6f8d3907ee2 100644 --- a/finance/py-trytond-account-stock-landed-cost/Makefile +++ b/finance/py-trytond-account-stock-landed-cost/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2017/01/04 23:45:27 rodent Exp $ +# $NetBSD: Makefile,v 1.3 2017/09/16 19:26:53 wiz Exp $ TRYTON_MODULE_NAME= trytond_account_stock_landed_cost .include "../../devel/py-trytond/Makefile.common" CATEGORIES= finance python -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.tryton.org/ COMMENT= Tryton's account stock landed cost module LICENSE= gnu-gpl-v3 diff --git a/finance/py-trytond-account-tax-rule-country/Makefile b/finance/py-trytond-account-tax-rule-country/Makefile index adfcd02f89d..cf8dfb3eb28 100644 --- a/finance/py-trytond-account-tax-rule-country/Makefile +++ b/finance/py-trytond-account-tax-rule-country/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.1 2016/12/04 21:13:01 rodent Exp $ +# $NetBSD: Makefile,v 1.2 2017/09/16 19:26:53 wiz Exp $ TRYTON_MODULE_NAME= trytond_account_tax_rule_country .include "../../devel/py-trytond/Makefile.common" CATEGORIES= finance python -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.tryton.org/ COMMENT= Tryton's account_tax_rule_country module LICENSE= gnu-gpl-v3 diff --git a/finance/py-trytond-account/Makefile b/finance/py-trytond-account/Makefile index ee5c3092952..e7a885f0eb5 100644 --- a/finance/py-trytond-account/Makefile +++ b/finance/py-trytond-account/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.10 2017/02/20 17:00:36 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2017/09/16 19:26:52 wiz Exp $ TRYTON_MODULE_NAME= trytond_account .include "../../devel/py-trytond/Makefile.common" CATEGORIES= finance python -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.tryton.org/ COMMENT= Account module of the Tryton application platform LICENSE= gnu-gpl-v3 diff --git a/finance/py-trytond-commission-waiting/Makefile b/finance/py-trytond-commission-waiting/Makefile index 421120e211b..fa0fbed85ff 100644 --- a/finance/py-trytond-commission-waiting/Makefile +++ b/finance/py-trytond-commission-waiting/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.1 2016/12/04 21:13:02 rodent Exp $ +# $NetBSD: Makefile,v 1.2 2017/09/16 19:26:54 wiz Exp $ TRYTON_MODULE_NAME= trytond_commission_waiting .include "../../devel/py-trytond/Makefile.common" CATEGORIES= finance python -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.tryton.org/ COMMENT= Commission waiting module of the Tryton application platform LICENSE= gnu-gpl-v3 diff --git a/finance/py-trytond-commission/Makefile b/finance/py-trytond-commission/Makefile index db3c51fa30d..21d798f7320 100644 --- a/finance/py-trytond-commission/Makefile +++ b/finance/py-trytond-commission/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.1 2016/12/04 21:13:02 rodent Exp $ +# $NetBSD: Makefile,v 1.2 2017/09/16 19:26:53 wiz Exp $ TRYTON_MODULE_NAME= trytond_commission .include "../../devel/py-trytond/Makefile.common" CATEGORIES= finance python -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.tryton.org/ COMMENT= Commission module of the Tryton application platform LICENSE= gnu-gpl-v3 diff --git a/finance/py-trytond-currency/Makefile b/finance/py-trytond-currency/Makefile index e0737f2f2ba..3785f225092 100644 --- a/finance/py-trytond-currency/Makefile +++ b/finance/py-trytond-currency/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.8 2016/12/04 21:13:02 rodent Exp $ +# $NetBSD: Makefile,v 1.9 2017/09/16 19:26:54 wiz Exp $ TRYTON_MODULE_NAME= trytond_currency .include "../../devel/py-trytond/Makefile.common" CATEGORIES= finance python -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.tryton.org/ COMMENT= Currency module of the Tryton application platform LICENSE= gnu-gpl-v3 diff --git a/finance/py-trytond-customs/Makefile b/finance/py-trytond-customs/Makefile index ed535db45a6..97daf5ef44f 100644 --- a/finance/py-trytond-customs/Makefile +++ b/finance/py-trytond-customs/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.1 2016/12/04 21:13:02 rodent Exp $ +# $NetBSD: Makefile,v 1.2 2017/09/16 19:26:54 wiz Exp $ TRYTON_MODULE_NAME= trytond_customs .include "../../devel/py-trytond/Makefile.common" CATEGORIES= finance python -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.tryton.org/ COMMENT= Customs module of the Tryton application platform LICENSE= gnu-gpl-v3 diff --git a/finance/py-trytond-purchase-request/Makefile b/finance/py-trytond-purchase-request/Makefile index f24424e121c..e6b50c48f55 100644 --- a/finance/py-trytond-purchase-request/Makefile +++ b/finance/py-trytond-purchase-request/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2017/01/04 23:45:27 rodent Exp $ +# $NetBSD: Makefile,v 1.3 2017/09/16 19:26:54 wiz Exp $ TRYTON_MODULE_NAME= trytond_purchase_request .include "../../devel/py-trytond/Makefile.common" CATEGORIES= finance python -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.tryton.org/ COMMENT= Purchase request module of the Tryton application platform LICENSE= gnu-gpl-v3 diff --git a/finance/py-trytond-purchase-requisition/Makefile b/finance/py-trytond-purchase-requisition/Makefile index 3238fa4217e..3edeaeb4188 100644 --- a/finance/py-trytond-purchase-requisition/Makefile +++ b/finance/py-trytond-purchase-requisition/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.1 2016/12/04 21:13:03 rodent Exp $ +# $NetBSD: Makefile,v 1.2 2017/09/16 19:26:54 wiz Exp $ TRYTON_MODULE_NAME= trytond_purchase_requisition .include "../../devel/py-trytond/Makefile.common" CATEGORIES= finance python -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.tryton.org/ COMMENT= Purchase requisition module of the Tryton application platform LICENSE= gnu-gpl-v3 diff --git a/finance/py-trytond-purchase-shipment-cost/Makefile b/finance/py-trytond-purchase-shipment-cost/Makefile index 215b03a48be..93c0d2bad48 100644 --- a/finance/py-trytond-purchase-shipment-cost/Makefile +++ b/finance/py-trytond-purchase-shipment-cost/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2017/01/04 23:45:27 rodent Exp $ +# $NetBSD: Makefile,v 1.3 2017/09/16 19:26:54 wiz Exp $ TRYTON_MODULE_NAME= trytond_purchase_shipment_cost .include "../../devel/py-trytond/Makefile.common" CATEGORIES= finance python -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.tryton.org/ COMMENT= Purchase shipment cost module of the Tryton application platform LICENSE= gnu-gpl-v3 diff --git a/finance/py-trytond-sale-complaint/Makefile b/finance/py-trytond-sale-complaint/Makefile index adeb713f899..b223e6a06ed 100644 --- a/finance/py-trytond-sale-complaint/Makefile +++ b/finance/py-trytond-sale-complaint/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2017/01/04 23:45:27 rodent Exp $ +# $NetBSD: Makefile,v 1.3 2017/09/16 19:26:54 wiz Exp $ TRYTON_MODULE_NAME= trytond_sale_complaint .include "../../devel/py-trytond/Makefile.common" CATEGORIES= finance python -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.tryton.org/ COMMENT= Sale complaint module of the Tryton application platform LICENSE= gnu-gpl-v3 diff --git a/finance/py-trytond-sale-credit-limit/Makefile b/finance/py-trytond-sale-credit-limit/Makefile index dde82886ace..0c03cb7dff4 100644 --- a/finance/py-trytond-sale-credit-limit/Makefile +++ b/finance/py-trytond-sale-credit-limit/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2017/01/04 23:45:27 rodent Exp $ +# $NetBSD: Makefile,v 1.3 2017/09/16 19:26:54 wiz Exp $ TRYTON_MODULE_NAME= trytond_sale_credit_limit .include "../../devel/py-trytond/Makefile.common" CATEGORIES= finance python -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.tryton.org/ COMMENT= Sale credit limit module of the Tryton application platform LICENSE= gnu-gpl-v3 diff --git a/finance/py-trytond-sale-extra/Makefile b/finance/py-trytond-sale-extra/Makefile index b0e5a7cf27f..32a155ce3f3 100644 --- a/finance/py-trytond-sale-extra/Makefile +++ b/finance/py-trytond-sale-extra/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2017/01/04 23:45:27 rodent Exp $ +# $NetBSD: Makefile,v 1.3 2017/09/16 19:26:55 wiz Exp $ TRYTON_MODULE_NAME= trytond_sale_extra .include "../../devel/py-trytond/Makefile.common" CATEGORIES= finance python -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.tryton.org/ COMMENT= Sale extra module of the Tryton application platform LICENSE= gnu-gpl-v3 diff --git a/finance/py-trytond-sale-invoice-grouping/Makefile b/finance/py-trytond-sale-invoice-grouping/Makefile index 771a975b9f5..bcbcd6d0d35 100644 --- a/finance/py-trytond-sale-invoice-grouping/Makefile +++ b/finance/py-trytond-sale-invoice-grouping/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2017/01/04 23:45:27 rodent Exp $ +# $NetBSD: Makefile,v 1.3 2017/09/16 19:26:55 wiz Exp $ TRYTON_MODULE_NAME= trytond_sale_invoice_grouping .include "../../devel/py-trytond/Makefile.common" CATEGORIES= finance python -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.tryton.org/ COMMENT= Sale invoice grouping module of the Tryton application platform LICENSE= gnu-gpl-v3 diff --git a/finance/py-trytond-sale-opportunity/Makefile b/finance/py-trytond-sale-opportunity/Makefile index 8edb0748fdf..7ce19dbff00 100644 --- a/finance/py-trytond-sale-opportunity/Makefile +++ b/finance/py-trytond-sale-opportunity/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2017/01/04 23:45:28 rodent Exp $ +# $NetBSD: Makefile,v 1.3 2017/09/16 19:26:55 wiz Exp $ TRYTON_MODULE_NAME= trytond_sale_opportunity .include "../../devel/py-trytond/Makefile.common" CATEGORIES= finance python -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.tryton.org/ COMMENT= Sale opportunity module of the Tryton application platform LICENSE= gnu-gpl-v3 diff --git a/finance/py-trytond-sale-price-list/Makefile b/finance/py-trytond-sale-price-list/Makefile index 2060c397e9d..34fc761f4c9 100644 --- a/finance/py-trytond-sale-price-list/Makefile +++ b/finance/py-trytond-sale-price-list/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2017/01/04 23:45:28 rodent Exp $ +# $NetBSD: Makefile,v 1.3 2017/09/16 19:26:55 wiz Exp $ TRYTON_MODULE_NAME= trytond_sale_price_list .include "../../devel/py-trytond/Makefile.common" CATEGORIES= finance python -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.tryton.org/ COMMENT= Sale price list module of the Tryton application platform LICENSE= gnu-gpl-v3 diff --git a/finance/py-trytond-sale-promotion/Makefile b/finance/py-trytond-sale-promotion/Makefile index 2bcd82d201b..b804289ec44 100644 --- a/finance/py-trytond-sale-promotion/Makefile +++ b/finance/py-trytond-sale-promotion/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2017/01/04 23:45:28 rodent Exp $ +# $NetBSD: Makefile,v 1.3 2017/09/16 19:26:55 wiz Exp $ TRYTON_MODULE_NAME= trytond_sale_promotion .include "../../devel/py-trytond/Makefile.common" CATEGORIES= finance python -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.tryton.org/ COMMENT= Sale promotion module of the Tryton application platform LICENSE= gnu-gpl-v3 diff --git a/finance/py-trytond-sale-shipment-cost/Makefile b/finance/py-trytond-sale-shipment-cost/Makefile index 34c2076390c..959809ce6f6 100644 --- a/finance/py-trytond-sale-shipment-cost/Makefile +++ b/finance/py-trytond-sale-shipment-cost/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2017/01/04 23:45:28 rodent Exp $ +# $NetBSD: Makefile,v 1.3 2017/09/16 19:26:55 wiz Exp $ TRYTON_MODULE_NAME= trytond_sale_shipment_cost .include "../../devel/py-trytond/Makefile.common" CATEGORIES= finance python -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.tryton.org/ COMMENT= Sale shipment cost of the Tryton application platform LICENSE= gnu-gpl-v3 diff --git a/finance/py-trytond-sale-shipment-grouping/Makefile b/finance/py-trytond-sale-shipment-grouping/Makefile index cbb785b2b32..0eb903c23d2 100644 --- a/finance/py-trytond-sale-shipment-grouping/Makefile +++ b/finance/py-trytond-sale-shipment-grouping/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2017/01/04 23:45:28 rodent Exp $ +# $NetBSD: Makefile,v 1.3 2017/09/16 19:26:55 wiz Exp $ TRYTON_MODULE_NAME= trytond_sale_shipment_grouping .include "../../devel/py-trytond/Makefile.common" CATEGORIES= finance python -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.tryton.org/ COMMENT= Sale shipment grouping of the Tryton application platform LICENSE= gnu-gpl-v3 diff --git a/finance/py-trytond-sale-stock-quantity/Makefile b/finance/py-trytond-sale-stock-quantity/Makefile index c1a20575af7..f49ece06eb4 100644 --- a/finance/py-trytond-sale-stock-quantity/Makefile +++ b/finance/py-trytond-sale-stock-quantity/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2017/01/04 23:45:28 rodent Exp $ +# $NetBSD: Makefile,v 1.3 2017/09/16 19:26:56 wiz Exp $ TRYTON_MODULE_NAME= trytond_sale_stock_quantity .include "../../devel/py-trytond/Makefile.common" CATEGORIES= finance python -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.tryton.org/ COMMENT= Sale stock quantity of the Tryton application platform LICENSE= gnu-gpl-v3 diff --git a/finance/py-trytond-sale-supply-drop-shipment/Makefile b/finance/py-trytond-sale-supply-drop-shipment/Makefile index 835943d9a9f..609c2ba2221 100644 --- a/finance/py-trytond-sale-supply-drop-shipment/Makefile +++ b/finance/py-trytond-sale-supply-drop-shipment/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2017/01/04 23:45:28 rodent Exp $ +# $NetBSD: Makefile,v 1.3 2017/09/16 19:26:56 wiz Exp $ TRYTON_MODULE_NAME= trytond_sale_supply_drop_shipment .include "../../devel/py-trytond/Makefile.common" CATEGORIES= finance python -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.tryton.org/ COMMENT= Sale supply drop shipment of the Tryton application platform LICENSE= gnu-gpl-v3 diff --git a/finance/py-trytond-sale-supply/Makefile b/finance/py-trytond-sale-supply/Makefile index 4b9fb27f520..a45f3f423cb 100644 --- a/finance/py-trytond-sale-supply/Makefile +++ b/finance/py-trytond-sale-supply/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2017/01/04 23:45:28 rodent Exp $ +# $NetBSD: Makefile,v 1.3 2017/09/16 19:26:56 wiz Exp $ TRYTON_MODULE_NAME= trytond_sale_supply .include "../../devel/py-trytond/Makefile.common" CATEGORIES= finance python -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.tryton.org/ COMMENT= Sale supply module of the Tryton application platform LICENSE= gnu-gpl-v3 diff --git a/finance/py-trytond-stock-supply-day/Makefile b/finance/py-trytond-stock-supply-day/Makefile index b5e55c4b2d8..32ab9569209 100644 --- a/finance/py-trytond-stock-supply-day/Makefile +++ b/finance/py-trytond-stock-supply-day/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2017/01/04 23:45:28 rodent Exp $ +# $NetBSD: Makefile,v 1.3 2017/09/16 19:26:56 wiz Exp $ TRYTON_MODULE_NAME= trytond_stock_supply_day .include "../../devel/py-trytond/Makefile.common" CATEGORIES= finance python -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.tryton.org/ COMMENT= Stock supply day module of the Tryton application platform LICENSE= gnu-gpl-v3 diff --git a/finance/py-trytond-stock-supply-forecast/Makefile b/finance/py-trytond-stock-supply-forecast/Makefile index fc6a5da7bfb..604e7cfe7af 100644 --- a/finance/py-trytond-stock-supply-forecast/Makefile +++ b/finance/py-trytond-stock-supply-forecast/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2017/01/04 23:45:28 rodent Exp $ +# $NetBSD: Makefile,v 1.3 2017/09/16 19:26:56 wiz Exp $ TRYTON_MODULE_NAME= trytond_stock_supply_forecast .include "../../devel/py-trytond/Makefile.common" CATEGORIES= finance python -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.tryton.org/ COMMENT= Stock supply forecast module of the Tryton application platform LICENSE= gnu-gpl-v3 diff --git a/finance/py-trytond-stock-supply-production/Makefile b/finance/py-trytond-stock-supply-production/Makefile index 2e3d018ff92..a95eec9b899 100644 --- a/finance/py-trytond-stock-supply-production/Makefile +++ b/finance/py-trytond-stock-supply-production/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2017/01/04 23:45:28 rodent Exp $ +# $NetBSD: Makefile,v 1.3 2017/09/16 19:26:56 wiz Exp $ TRYTON_MODULE_NAME= trytond_stock_supply_production .include "../../devel/py-trytond/Makefile.common" CATEGORIES= finance python -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.tryton.org/ COMMENT= Tryton's stock supply production module LICENSE= gnu-gpl-v3 diff --git a/fonts/SDL2_ttf/Makefile b/fonts/SDL2_ttf/Makefile index 0efa40ae395..a3a3894250d 100644 --- a/fonts/SDL2_ttf/Makefile +++ b/fonts/SDL2_ttf/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.8 2016/02/07 14:11:33 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2017/09/16 19:26:56 wiz Exp $ DISTNAME= SDL2_ttf-2.0.14 CATEGORIES= devel MASTER_SITES= https://www.libsdl.org/projects/SDL_ttf/release/ -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.libsdl.org/projects/SDL_ttf/ COMMENT= Use TrueType fonts in your SDL2 applications LICENSE= zlib diff --git a/fonts/libXfontcache/Makefile b/fonts/libXfontcache/Makefile index c46f9a9cb32..431acc60976 100644 --- a/fonts/libXfontcache/Makefile +++ b/fonts/libXfontcache/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.2 2013/06/16 23:47:18 asau Exp $ +# $NetBSD: Makefile,v 1.3 2017/09/16 19:26:56 wiz Exp $ DISTNAME= libXfontcache-1.0.5 CATEGORIES= fonts MASTER_SITES= ${MASTER_SITE_XORG:=lib/} EXTRACT_SUFX= .tar.bz2 -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://xorg.freedesktop.org/ COMMENT= X-TrueType font cache extension client library LICENSE= 2-clause-bsd AND x11 diff --git a/games/flare-engine/Makefile b/games/flare-engine/Makefile index 0e52a82af43..9204078afff 100644 --- a/games/flare-engine/Makefile +++ b/games/flare-engine/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2015/04/25 14:22:54 tnn Exp $ +# $NetBSD: Makefile,v 1.5 2017/09/16 19:26:57 wiz Exp $ # DISTNAME= v0.19 @@ -8,7 +8,7 @@ CATEGORIES= games MASTER_SITES= https://github.com/clintbellanger/flare-engine/archive/ DIST_SUBDIR= ${PKGBASE} -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://flarerpg.org/ COMMENT= Fantasy action RPG using the FLARE engine LICENSE= gnu-gpl-v3 AND cc-by-sa-v3.0 AND ofl-v1.1 diff --git a/games/flare-game/Makefile b/games/flare-game/Makefile index d301e92260d..a59a9c5f98d 100644 --- a/games/flare-game/Makefile +++ b/games/flare-game/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2015/04/25 14:22:54 tnn Exp $ +# $NetBSD: Makefile,v 1.5 2017/09/16 19:26:57 wiz Exp $ # DISTNAME= v0.19 @@ -8,7 +8,7 @@ CATEGORIES= games MASTER_SITES= https://github.com/clintbellanger/flare-game/archive/ DIST_SUBDIR= ${PKGBASE} -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://flarerpg.org/ COMMENT= Fantasy action RPG using the FLARE engine LICENSE= gnu-gpl-v3 AND cc-by-sa-v3.0 AND ofl-v1.1 AND gnu-gpl-v2 diff --git a/games/solarus/Makefile b/games/solarus/Makefile index 0698fbc79a3..84419278a07 100644 --- a/games/solarus/Makefile +++ b/games/solarus/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2017/09/12 13:52:02 wiz Exp $ +# $NetBSD: Makefile,v 1.29 2017/09/16 19:26:57 wiz Exp $ VERSION= 1.5.1 DISTNAME= solarus-${VERSION}-src @@ -7,7 +7,7 @@ PKGREVISION= 7 CATEGORIES= games MASTER_SITES= http://www.solarus-games.org/downloads/solarus/ -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.solarus-games.org/solarus/ COMMENT= Open-source Zelda-like 2D game engine licensed under GPL LICENSE= gnu-gpl-v3 diff --git a/games/wtfubar/Makefile b/games/wtfubar/Makefile index 27a5353db79..c0e436ea865 100644 --- a/games/wtfubar/Makefile +++ b/games/wtfubar/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2017/09/15 00:43:01 rodent Exp $ +# $NetBSD: Makefile,v 1.2 2017/09/16 19:26:57 wiz Exp $ GITHUB_RELEASE= wtfubar-2.5.0 DISTNAME= ${GITHUB_RELEASE} @@ -6,7 +6,7 @@ CATEGORIES= games MASTER_SITES= ${MASTER_SITE_GITHUB:=othyro/} EXTRACT_SUFX= .tar.xz -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/othyro/wtfubar COMMENT= Fork of NetBSD's wtf LICENSE= public-domain diff --git a/geography/osm-gps-map/Makefile b/geography/osm-gps-map/Makefile index 23d533e72bc..fd8fc0c4763 100644 --- a/geography/osm-gps-map/Makefile +++ b/geography/osm-gps-map/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2017/04/22 21:03:36 adam Exp $ +# $NetBSD: Makefile,v 1.11 2017/09/16 19:26:57 wiz Exp $ DISTNAME= osm-gps-map-1.0.2 PKGREVISION= 8 @@ -6,7 +6,7 @@ CATEGORIES= geography MASTER_SITES= ${MASTER_SITE_GITHUB:=nzjrs/} GITHUB_RELEASE= 1.0.2 -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/nzjrs/osm-gps-map/ COMMENT= Gtk+ Widget for Displaying OpenStreetMap tiles LICENSE= gnu-gpl-v2 diff --git a/geography/py-trytond-country/Makefile b/geography/py-trytond-country/Makefile index 6c0eb605dc1..fa52726e76b 100644 --- a/geography/py-trytond-country/Makefile +++ b/geography/py-trytond-country/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.10 2017/01/03 13:23:03 jperkin Exp $ +# $NetBSD: Makefile,v 1.11 2017/09/16 19:26:57 wiz Exp $ TRYTON_MODULE_NAME= trytond_country .include "../../devel/py-trytond/Makefile.common" CATEGORIES= geography python -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.tryton.org/ COMMENT= Country module of the Tryton application platform LICENSE= gnu-gpl-v3 diff --git a/geography/py-trytond-google-maps/Makefile b/geography/py-trytond-google-maps/Makefile index cd1f574ba5d..909b8412891 100644 --- a/geography/py-trytond-google-maps/Makefile +++ b/geography/py-trytond-google-maps/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.1 2016/12/04 21:13:05 rodent Exp $ +# $NetBSD: Makefile,v 1.2 2017/09/16 19:26:57 wiz Exp $ TRYTON_MODULE_NAME= trytond_google_maps .include "../../devel/py-trytond/Makefile.common" CATEGORIES= geography python -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.tryton.org/ COMMENT= Google Maps module of the Tryton application platform LICENSE= gnu-gpl-v3 diff --git a/graphics/py-altgraph/Makefile b/graphics/py-altgraph/Makefile index 0e0cccb3c1d..f2aeaeed5d8 100644 --- a/graphics/py-altgraph/Makefile +++ b/graphics/py-altgraph/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.5 2017/07/30 17:45:41 adam Exp $ +# $NetBSD: Makefile,v 1.6 2017/09/16 19:26:58 wiz Exp $ DISTNAME= altgraph-0.14 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= graphics net python MASTER_SITES= ${MASTER_SITE_PYPI:=a/altgraph/} -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://packages.python.org/altgraph COMMENT= Graph (network) package for constructing graphs LICENSE= mit diff --git a/graphics/py-cairocffi/Makefile b/graphics/py-cairocffi/Makefile index 4d4f2f73cd6..4d5db301fab 100644 --- a/graphics/py-cairocffi/Makefile +++ b/graphics/py-cairocffi/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.10 2017/07/16 09:29:58 adam Exp $ +# $NetBSD: Makefile,v 1.11 2017/09/16 19:26:58 wiz Exp $ DISTNAME= cairocffi-0.8.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= graphics python MASTER_SITES= ${MASTER_SITE_PYPI:=c/cairocffi/} -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/SimonSapin/cairocffi COMMENT= CFFI-based Cairo bindings for Python LICENSE= modified-bsd diff --git a/graphics/py-pygal/Makefile b/graphics/py-pygal/Makefile index 2dd4fb72cbe..369b1598da7 100644 --- a/graphics/py-pygal/Makefile +++ b/graphics/py-pygal/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.9 2017/09/10 00:01:58 dholland Exp $ +# $NetBSD: Makefile,v 1.10 2017/09/16 19:26:58 wiz Exp $ DISTNAME= pygal-2.4.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= graphics python MASTER_SITES= ${MASTER_SITE_PYPI:=p/pygal/} -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://pygal.org/ COMMENT= Python SVG graph plotting library LICENSE= gnu-lgpl-v3 diff --git a/graphics/py-qrcode/Makefile b/graphics/py-qrcode/Makefile index 631e20db637..6b43d3b75e3 100644 --- a/graphics/py-qrcode/Makefile +++ b/graphics/py-qrcode/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.10 2017/01/03 13:23:03 jperkin Exp $ +# $NetBSD: Makefile,v 1.11 2017/09/16 19:26:58 wiz Exp $ DISTNAME= qrcode-5.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_PYPI:=q/qrcode/} -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://pypi.python.org/pypi/qrcode COMMENT= Python QR Code image generator LICENSE= modified-bsd diff --git a/graphics/xgc/Makefile b/graphics/xgc/Makefile index a16ec6e5a84..2b1a95603b0 100644 --- a/graphics/xgc/Makefile +++ b/graphics/xgc/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.4 2015/04/17 07:08:17 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2017/09/16 19:26:58 wiz Exp $ DISTNAME= xgc-1.0.5 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_XORG:=app/} EXTRACT_SUFX= .tar.bz2 -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://xorg.freedesktop.org/ COMMENT= Graphics demo showing the X11 core protocol graphics primitives LICENSE= mit diff --git a/lang/jimtcl/Makefile b/lang/jimtcl/Makefile index c971cbf2e63..f0eb2a0969c 100644 --- a/lang/jimtcl/Makefile +++ b/lang/jimtcl/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.3 2016/10/31 01:15:12 kamil Exp $ +# $NetBSD: Makefile,v 1.4 2017/09/16 19:26:58 wiz Exp $ DISTNAME= jimtcl-0.77 PKGREVISION= 1 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_GITHUB:=msteveb/} -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://jim.tcl.tk/ COMMENT= Small footprint implementation of the Tcl programming language LICENSE= 2-clause-bsd diff --git a/lang/py-hy/Makefile b/lang/py-hy/Makefile index 6bfcdabbca6..632fad41f28 100644 --- a/lang/py-hy/Makefile +++ b/lang/py-hy/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.5 2017/01/03 13:23:03 jperkin Exp $ +# $NetBSD: Makefile,v 1.6 2017/09/16 19:26:58 wiz Exp $ DISTNAME= hy-0.10.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= lang python MASTER_SITES= ${MASTER_SITE_PYPI:=h/hy/} -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://hylang.org/ COMMENT= Lisp and Python love each other LICENSE= mit diff --git a/lang/py-pythonz/Makefile b/lang/py-pythonz/Makefile index 6b977750973..3b3c1e5afde 100644 --- a/lang/py-pythonz/Makefile +++ b/lang/py-pythonz/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.9 2017/01/03 13:23:03 jperkin Exp $ +# $NetBSD: Makefile,v 1.10 2017/09/16 19:26:58 wiz Exp $ DISTNAME= pythonz-1.2.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= lang python MASTER_SITES= https://github.com/saghul/pythonz/archive/ -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/saghul/pythonz/ COMMENT= Installation manager supporting CPython, Stackless, PyPy and Jython LICENSE= mit diff --git a/mail/nmzmail/Makefile b/mail/nmzmail/Makefile index 80768b0282e..9b99eafae22 100644 --- a/mail/nmzmail/Makefile +++ b/mail/nmzmail/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.2 2017/09/03 08:36:55 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2017/09/16 19:26:59 wiz Exp $ # DISTNAME= nmzmail-1.1 CATEGORIES= mail MASTER_SITES= http://www.ecademix.com/JohannesHofmann/ -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org #HOMEPAGE= http://www.ecademix.com/JohannesHofmann/nmzmail.html COMMENT= Fast mail searching for mutt LICENSE= gnu-gpl-v3 diff --git a/mail/p5-Mail-DeliveryStatus-BounceParser/Makefile b/mail/p5-Mail-DeliveryStatus-BounceParser/Makefile index d36226bea59..5e8d0a61a18 100644 --- a/mail/p5-Mail-DeliveryStatus-BounceParser/Makefile +++ b/mail/p5-Mail-DeliveryStatus-BounceParser/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2017/06/05 14:24:06 ryoon Exp $ +# $NetBSD: Makefile,v 1.11 2017/09/16 19:26:59 wiz Exp $ # DISTNAME= Mail-DeliveryStatus-BounceParser-1.542 @@ -7,7 +7,7 @@ PKGREVISION= 2 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mail/} -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/~rjbs/Mail-DeliveryStatus-BounceParser-1.540/lib/Mail/DeliveryStatus/BounceParser.pm COMMENT= Perl extension to analyze bounce messages LICENSE= ${PERL5_LICENSE} diff --git a/mail/py-validate-email-address/Makefile b/mail/py-validate-email-address/Makefile index 4525001806e..0ac7147e93f 100644 --- a/mail/py-validate-email-address/Makefile +++ b/mail/py-validate-email-address/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.4 2017/07/30 22:32:19 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2017/09/16 19:26:59 wiz Exp $ DISTNAME= validate-email-address-1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= mail python MASTER_SITES= ${MASTER_SITE_PYPI:=v/validate-email-address/} -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/heropunch/validate-email-address COMMENT= Verify if an email address is valid and really exists LICENSE= gnu-lgpl-v3 diff --git a/math/libsvm/Makefile b/math/libsvm/Makefile index e0fc57f9be9..4e65947bf0c 100644 --- a/math/libsvm/Makefile +++ b/math/libsvm/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.4 2015/04/11 03:25:43 rodent Exp $ +# $NetBSD: Makefile,v 1.5 2017/09/16 19:26:59 wiz Exp $ # DISTNAME= libsvm-3.20 CATEGORIES= math MASTER_SITES= http://www.csie.ntu.edu.tw/~cjlin/libsvm/ -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.csie.ntu.edu.tw/~cjlin/libsvm/ COMMENT= Library for Support Vector Machines LICENSE= modified-bsd diff --git a/math/p5-Math-Complex/Makefile b/math/p5-Math-Complex/Makefile index 3278fec5cb4..71ca81638eb 100644 --- a/math/p5-Math-Complex/Makefile +++ b/math/p5-Math-Complex/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2017/06/05 14:24:10 ryoon Exp $ +# $NetBSD: Makefile,v 1.6 2017/09/16 19:26:59 wiz Exp $ # DISTNAME= Math-Complex-1.59 @@ -7,7 +7,7 @@ PKGREVISION= 4 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/} -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/~zefram/Math-Complex-1.59/lib/Math/Complex.pm COMMENT= Complex numbers and associated mathematical functions LICENSE= ${PERL5_LICENSE} diff --git a/math/py-infinity/Makefile b/math/py-infinity/Makefile index 6484b109b3d..f9aec9275c9 100644 --- a/math/py-infinity/Makefile +++ b/math/py-infinity/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.2 2016/06/08 17:43:35 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2017/09/16 19:26:59 wiz Exp $ DISTNAME= infinity-1.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel math python MASTER_SITES= ${MASTER_SITE_PYPI:=i/infinity/} -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/kvesteri/infinity COMMENT= All-in-one infinity value for Python LICENSE= modified-bsd diff --git a/math/py-intervals/Makefile b/math/py-intervals/Makefile index d14208f833e..34b426c2cf7 100644 --- a/math/py-intervals/Makefile +++ b/math/py-intervals/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.2 2016/06/08 17:43:35 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2017/09/16 19:26:59 wiz Exp $ DISTNAME= intervals-0.3.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= math python MASTER_SITES= ${MASTER_SITE_PYPI:=i/intervals/} -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/kvesteri/intervals COMMENT= Tools for handling intervals (ranges of comparable objects) LICENSE= modified-bsd diff --git a/meta-pkgs/nagios/Makefile b/meta-pkgs/nagios/Makefile index 24c3eba50d5..638fc8540ef 100644 --- a/meta-pkgs/nagios/Makefile +++ b/meta-pkgs/nagios/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.1 2015/04/04 16:04:14 rodent Exp $ +# $NetBSD: Makefile,v 1.2 2017/09/16 19:27:00 wiz Exp $ # DISTNAME= nagios-4.0.8 CATEGORIES= meta-pkgs net MASTER_SITES= # empty -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Nagios meta package LICENSE= gnu-gpl-v2 AND gnu-gpl-v3 AND modified-bsd diff --git a/meta-pkgs/ruby-redmine-plugins/Makefile b/meta-pkgs/ruby-redmine-plugins/Makefile index 593252e2ccb..13d9103bfec 100644 --- a/meta-pkgs/ruby-redmine-plugins/Makefile +++ b/meta-pkgs/ruby-redmine-plugins/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2017/01/04 23:20:31 rodent Exp $ +# $NetBSD: Makefile,v 1.4 2017/09/16 19:27:00 wiz Exp $ DISTNAME= redmine-plugins-1.2.0 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} @@ -6,7 +6,7 @@ CATEGORIES= devel meta-pkgs MASTER_SITES= # blank DISTFILES= # blank -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.redmine.org/ COMMENT= Redmine plugins meta package diff --git a/meta-pkgs/ruby-redmine-themes/Makefile b/meta-pkgs/ruby-redmine-themes/Makefile index 336a255c143..f5b707e8e0f 100644 --- a/meta-pkgs/ruby-redmine-themes/Makefile +++ b/meta-pkgs/ruby-redmine-themes/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2017/01/04 23:19:54 rodent Exp $ +# $NetBSD: Makefile,v 1.5 2017/09/16 19:27:00 wiz Exp $ DISTNAME= redmine-themes-1.3.0 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} @@ -6,7 +6,7 @@ CATEGORIES= devel meta-pkgs MASTER_SITES= # blank DISTFILES= # blank -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.redmine.org/ COMMENT= Redmine themes meta package diff --git a/meta-pkgs/ruby-shoulda/Makefile b/meta-pkgs/ruby-shoulda/Makefile index 713b9dfbdfb..af116204a5e 100644 --- a/meta-pkgs/ruby-shoulda/Makefile +++ b/meta-pkgs/ruby-shoulda/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.7 2015/06/11 17:23:37 taca Exp $ +# $NetBSD: Makefile,v 1.8 2017/09/16 19:27:00 wiz Exp $ DISTNAME= shoulda-3.5.0 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} CATEGORIES= devel meta-pkgs ruby -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/thoughtbot/shoulda COMMENT= Making tests easy on the fingers and eyes LICENSE= mit diff --git a/misc/py-trytond-carrier-percentage/Makefile b/misc/py-trytond-carrier-percentage/Makefile index a0ac4290fa3..fd6b6acfe3f 100644 --- a/misc/py-trytond-carrier-percentage/Makefile +++ b/misc/py-trytond-carrier-percentage/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.1 2016/12/04 21:13:05 rodent Exp $ +# $NetBSD: Makefile,v 1.2 2017/09/16 19:27:00 wiz Exp $ TRYTON_MODULE_NAME= trytond_carrier_percentage .include "../../devel/py-trytond/Makefile.common" CATEGORIES= misc python -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.tryton.org/ COMMENT= Carrier percentage module of the Tryton application platform LICENSE= gnu-gpl-v3 diff --git a/misc/py-trytond-carrier-weight/Makefile b/misc/py-trytond-carrier-weight/Makefile index 585c589f0f5..344a3dd830b 100644 --- a/misc/py-trytond-carrier-weight/Makefile +++ b/misc/py-trytond-carrier-weight/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.1 2016/12/04 21:13:05 rodent Exp $ +# $NetBSD: Makefile,v 1.2 2017/09/16 19:27:00 wiz Exp $ TRYTON_MODULE_NAME= trytond_carrier_weight .include "../../devel/py-trytond/Makefile.common" CATEGORIES= misc python -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.tryton.org/ COMMENT= Carrier weight module of the Tryton application platform LICENSE= gnu-gpl-v3 diff --git a/misc/py-trytond-carrier/Makefile b/misc/py-trytond-carrier/Makefile index 5824a6b66af..948417b4f80 100644 --- a/misc/py-trytond-carrier/Makefile +++ b/misc/py-trytond-carrier/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.1 2016/12/04 21:13:05 rodent Exp $ +# $NetBSD: Makefile,v 1.2 2017/09/16 19:27:00 wiz Exp $ TRYTON_MODULE_NAME= trytond_carrier .include "../../devel/py-trytond/Makefile.common" CATEGORIES= misc python -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.tryton.org/ COMMENT= Carrier module of the Tryton application platform LICENSE= gnu-gpl-v3 diff --git a/misc/py-trytond-company/Makefile b/misc/py-trytond-company/Makefile index b0ff2642704..18ef58534d7 100644 --- a/misc/py-trytond-company/Makefile +++ b/misc/py-trytond-company/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.8 2016/12/04 21:13:05 rodent Exp $ +# $NetBSD: Makefile,v 1.9 2017/09/16 19:27:00 wiz Exp $ TRYTON_MODULE_NAME= trytond_company .include "../../devel/py-trytond/Makefile.common" CATEGORIES= misc python -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.tryton.org/ COMMENT= Company module of the Tryton application platform LICENSE= gnu-gpl-v3 diff --git a/misc/py-trytond-dashboard/Makefile b/misc/py-trytond-dashboard/Makefile index d083b50c65d..005ac90c879 100644 --- a/misc/py-trytond-dashboard/Makefile +++ b/misc/py-trytond-dashboard/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.1 2016/12/04 21:13:05 rodent Exp $ +# $NetBSD: Makefile,v 1.2 2017/09/16 19:27:01 wiz Exp $ TRYTON_MODULE_NAME= trytond_dashboard .include "../../devel/py-trytond/Makefile.common" CATEGORIES= misc python -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.tryton.org/ COMMENT= Dashboard module of the Tryton application platform LICENSE= gnu-gpl-v3 diff --git a/misc/py-trytond-party-vcarddav/Makefile b/misc/py-trytond-party-vcarddav/Makefile index af6a3e5ad19..59de8b9c9e2 100644 --- a/misc/py-trytond-party-vcarddav/Makefile +++ b/misc/py-trytond-party-vcarddav/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2017/01/04 23:45:28 rodent Exp $ +# $NetBSD: Makefile,v 1.3 2017/09/16 19:27:01 wiz Exp $ TRYTON_MODULE_NAME= trytond_party_vcarddav .include "../../devel/py-trytond/Makefile.common" CATEGORIES= misc python -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.tryton.org/ COMMENT= Party vCard DAV module of the Tryton application platform LICENSE= gnu-gpl-v3 diff --git a/misc/py-trytond-party/Makefile b/misc/py-trytond-party/Makefile index 2af7a08b23a..b7992e7134b 100644 --- a/misc/py-trytond-party/Makefile +++ b/misc/py-trytond-party/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.8 2016/12/04 21:13:05 rodent Exp $ +# $NetBSD: Makefile,v 1.9 2017/09/16 19:27:01 wiz Exp $ TRYTON_MODULE_NAME= trytond_party .include "../../devel/py-trytond/Makefile.common" CATEGORIES= misc python -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.tryton.org/ COMMENT= Party module of the Tryton application platform LICENSE= gnu-gpl-v3 diff --git a/misc/py-trytond-product-classification-taxonomic/Makefile b/misc/py-trytond-product-classification-taxonomic/Makefile index 180ccfe1d3d..c92f00cd3af 100644 --- a/misc/py-trytond-product-classification-taxonomic/Makefile +++ b/misc/py-trytond-product-classification-taxonomic/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.1 2016/12/04 21:13:06 rodent Exp $ +# $NetBSD: Makefile,v 1.2 2017/09/16 19:27:01 wiz Exp $ TRYTON_MODULE_NAME= trytond_product_classification_taxonomic .include "../../devel/py-trytond/Makefile.common" CATEGORIES= misc python -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.tryton.org/ COMMENT= Tryton's product classification taxonomic module LICENSE= gnu-gpl-v3 diff --git a/misc/py-trytond-product-classification/Makefile b/misc/py-trytond-product-classification/Makefile index 59fdbffd30d..f5f48f8b062 100644 --- a/misc/py-trytond-product-classification/Makefile +++ b/misc/py-trytond-product-classification/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.1 2016/12/04 21:13:06 rodent Exp $ +# $NetBSD: Makefile,v 1.2 2017/09/16 19:27:01 wiz Exp $ TRYTON_MODULE_NAME= trytond_product_classification .include "../../devel/py-trytond/Makefile.common" CATEGORIES= misc python -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.tryton.org/ COMMENT= Product classification module of the Tryton application platform LICENSE= gnu-gpl-v3 diff --git a/misc/py-trytond-product-measurements/Makefile b/misc/py-trytond-product-measurements/Makefile index 08a5f5c77d7..be0ae100ee5 100644 --- a/misc/py-trytond-product-measurements/Makefile +++ b/misc/py-trytond-product-measurements/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.1 2016/12/04 21:13:07 rodent Exp $ +# $NetBSD: Makefile,v 1.2 2017/09/16 19:27:01 wiz Exp $ TRYTON_MODULE_NAME= trytond_product_measurements .include "../../devel/py-trytond/Makefile.common" CATEGORIES= misc python -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.tryton.org/ COMMENT= Product measurements module of the Tryton application platform LICENSE= gnu-gpl-v3 diff --git a/misc/py-trytond-product/Makefile b/misc/py-trytond-product/Makefile index 4ea2762b402..72202f5251b 100644 --- a/misc/py-trytond-product/Makefile +++ b/misc/py-trytond-product/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.7 2016/12/04 21:13:06 rodent Exp $ +# $NetBSD: Makefile,v 1.8 2017/09/16 19:27:01 wiz Exp $ TRYTON_MODULE_NAME= trytond_product .include "../../devel/py-trytond/Makefile.common" CATEGORIES= misc python -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.tryton.org/ COMMENT= Product module of the Tryton application platform LICENSE= gnu-gpl-v3 diff --git a/misc/py-trytond-production-routing/Makefile b/misc/py-trytond-production-routing/Makefile index 7ed1fb10d16..833f554ad3b 100644 --- a/misc/py-trytond-production-routing/Makefile +++ b/misc/py-trytond-production-routing/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2017/01/04 23:45:28 rodent Exp $ +# $NetBSD: Makefile,v 1.3 2017/09/16 19:27:02 wiz Exp $ TRYTON_MODULE_NAME= trytond_production_routing .include "../../devel/py-trytond/Makefile.common" CATEGORIES= misc python -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.tryton.org/ COMMENT= Production routing module of the Tryton application platform LICENSE= gnu-gpl-v3 diff --git a/misc/py-trytond-production-split/Makefile b/misc/py-trytond-production-split/Makefile index 7c8678ebd36..9559bd0036d 100644 --- a/misc/py-trytond-production-split/Makefile +++ b/misc/py-trytond-production-split/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.1 2016/12/04 21:13:06 rodent Exp $ +# $NetBSD: Makefile,v 1.2 2017/09/16 19:27:02 wiz Exp $ TRYTON_MODULE_NAME= trytond_production_split .include "../../devel/py-trytond/Makefile.common" CATEGORIES= misc python -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.tryton.org/ COMMENT= Production split module of the Tryton application platform LICENSE= gnu-gpl-v3 diff --git a/misc/py-trytond-production-work-timesheet/Makefile b/misc/py-trytond-production-work-timesheet/Makefile index eed7d1c7902..68868de0cfd 100644 --- a/misc/py-trytond-production-work-timesheet/Makefile +++ b/misc/py-trytond-production-work-timesheet/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.1 2016/12/04 21:13:07 rodent Exp $ +# $NetBSD: Makefile,v 1.2 2017/09/16 19:27:02 wiz Exp $ TRYTON_MODULE_NAME= trytond_production_work_timesheet .include "../../devel/py-trytond/Makefile.common" CATEGORIES= misc python -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.tryton.org/ COMMENT= Tryton's production work timesheet module LICENSE= gnu-gpl-v3 diff --git a/misc/py-trytond-production-work/Makefile b/misc/py-trytond-production-work/Makefile index ebfc61b8b96..875214a759f 100644 --- a/misc/py-trytond-production-work/Makefile +++ b/misc/py-trytond-production-work/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2017/01/04 23:45:29 rodent Exp $ +# $NetBSD: Makefile,v 1.3 2017/09/16 19:27:02 wiz Exp $ TRYTON_MODULE_NAME= trytond_production_work .include "../../devel/py-trytond/Makefile.common" CATEGORIES= misc python -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.tryton.org/ COMMENT= Production work module of the Tryton application platform LICENSE= gnu-gpl-v3 diff --git a/misc/py-trytond-project-invoice/Makefile b/misc/py-trytond-project-invoice/Makefile index a8c8a3ee655..44c78b0a1f0 100644 --- a/misc/py-trytond-project-invoice/Makefile +++ b/misc/py-trytond-project-invoice/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2017/01/04 23:45:29 rodent Exp $ +# $NetBSD: Makefile,v 1.3 2017/09/16 19:27:02 wiz Exp $ TRYTON_MODULE_NAME= trytond_project_invoice .include "../../devel/py-trytond/Makefile.common" CATEGORIES= misc python -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.tryton.org/ COMMENT= Project invoice module of the Tryton application platform LICENSE= gnu-gpl-v3 diff --git a/misc/py-trytond-project-plan/Makefile b/misc/py-trytond-project-plan/Makefile index 8f25bd4bb99..42eab791674 100644 --- a/misc/py-trytond-project-plan/Makefile +++ b/misc/py-trytond-project-plan/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2017/01/04 23:45:29 rodent Exp $ +# $NetBSD: Makefile,v 1.3 2017/09/16 19:27:02 wiz Exp $ TRYTON_MODULE_NAME= trytond_project_plan .include "../../devel/py-trytond/Makefile.common" CATEGORIES= misc python -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.tryton.org/ COMMENT= Project plan module of the Tryton application platform LICENSE= gnu-gpl-v3 diff --git a/misc/py-trytond-project-revenue/Makefile b/misc/py-trytond-project-revenue/Makefile index 08478b02516..9d572aa3e9d 100644 --- a/misc/py-trytond-project-revenue/Makefile +++ b/misc/py-trytond-project-revenue/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2017/01/04 23:45:29 rodent Exp $ +# $NetBSD: Makefile,v 1.3 2017/09/16 19:27:02 wiz Exp $ TRYTON_MODULE_NAME= trytond_project_revenue .include "../../devel/py-trytond/Makefile.common" CATEGORIES= misc python -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.tryton.org/ COMMENT= Project revenue module of the Tryton application platform LICENSE= gnu-gpl-v3 diff --git a/misc/py-trytond-project/Makefile b/misc/py-trytond-project/Makefile index 46b8691d635..264c4f6162a 100644 --- a/misc/py-trytond-project/Makefile +++ b/misc/py-trytond-project/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2017/01/04 23:45:29 rodent Exp $ +# $NetBSD: Makefile,v 1.3 2017/09/16 19:27:02 wiz Exp $ TRYTON_MODULE_NAME= trytond_project .include "../../devel/py-trytond/Makefile.common" CATEGORIES= misc python -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.tryton.org/ COMMENT= Project module of the Tryton application platform LICENSE= gnu-gpl-v3 diff --git a/misc/py-trytond-stock-forecast/Makefile b/misc/py-trytond-stock-forecast/Makefile index 98c7c9955e1..f7156407938 100644 --- a/misc/py-trytond-stock-forecast/Makefile +++ b/misc/py-trytond-stock-forecast/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.3 2017/02/20 17:00:36 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2017/09/16 19:27:03 wiz Exp $ TRYTON_MODULE_NAME= trytond_stock_forecast .include "../../devel/py-trytond/Makefile.common" CATEGORIES= misc python -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.tryton.org/ COMMENT= Stock forecast module of the Tryton application platform LICENSE= gnu-gpl-v3 diff --git a/misc/py-trytond-stock-location-sequence/Makefile b/misc/py-trytond-stock-location-sequence/Makefile index 7f40e2f3311..f97dc06805e 100644 --- a/misc/py-trytond-stock-location-sequence/Makefile +++ b/misc/py-trytond-stock-location-sequence/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2017/01/04 23:45:29 rodent Exp $ +# $NetBSD: Makefile,v 1.3 2017/09/16 19:27:03 wiz Exp $ TRYTON_MODULE_NAME= trytond_stock_location_sequence .include "../../devel/py-trytond/Makefile.common" CATEGORIES= misc python -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.tryton.org/ COMMENT= Tryton's stock location sequence module LICENSE= gnu-gpl-v3 diff --git a/misc/py-trytond-stock-lot-sled/Makefile b/misc/py-trytond-stock-lot-sled/Makefile index b62c21adb8d..634ce7215d4 100644 --- a/misc/py-trytond-stock-lot-sled/Makefile +++ b/misc/py-trytond-stock-lot-sled/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2017/01/04 23:45:29 rodent Exp $ +# $NetBSD: Makefile,v 1.3 2017/09/16 19:27:03 wiz Exp $ TRYTON_MODULE_NAME= trytond_stock_lot_sled .include "../../devel/py-trytond/Makefile.common" CATEGORIES= misc python -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.tryton.org/ COMMENT= Stock lot sled module of the Tryton application platform LICENSE= gnu-gpl-v3 diff --git a/misc/py-trytond-stock-lot/Makefile b/misc/py-trytond-stock-lot/Makefile index 7c48ac66d83..5202ce5eaa9 100644 --- a/misc/py-trytond-stock-lot/Makefile +++ b/misc/py-trytond-stock-lot/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.7 2016/12/04 21:13:07 rodent Exp $ +# $NetBSD: Makefile,v 1.8 2017/09/16 19:27:03 wiz Exp $ TRYTON_MODULE_NAME= trytond_stock_lot .include "../../devel/py-trytond/Makefile.common" CATEGORIES= misc python -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.tryton.org/ COMMENT= Stock lot module of the Tryton application platform LICENSE= gnu-gpl-v3 diff --git a/misc/py-trytond-stock-package-shipping-dpd/Makefile b/misc/py-trytond-stock-package-shipping-dpd/Makefile index 4f37e53beaf..9b7b106222a 100644 --- a/misc/py-trytond-stock-package-shipping-dpd/Makefile +++ b/misc/py-trytond-stock-package-shipping-dpd/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.1 2016/12/04 21:13:08 rodent Exp $ +# $NetBSD: Makefile,v 1.2 2017/09/16 19:27:04 wiz Exp $ TRYTON_MODULE_NAME= trytond_stock_package_shipping_dpd .include "../../devel/py-trytond/Makefile.common" CATEGORIES= misc python -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.tryton.org/ COMMENT= Tryton's stock package shipping DPD module LICENSE= gnu-gpl-v3 diff --git a/misc/py-trytond-stock-package-shipping-ups/Makefile b/misc/py-trytond-stock-package-shipping-ups/Makefile index 74f1519b6b1..b795f407c41 100644 --- a/misc/py-trytond-stock-package-shipping-ups/Makefile +++ b/misc/py-trytond-stock-package-shipping-ups/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.1 2016/12/04 21:13:08 rodent Exp $ +# $NetBSD: Makefile,v 1.2 2017/09/16 19:27:04 wiz Exp $ TRYTON_MODULE_NAME= trytond_stock_package_shipping_ups .include "../../devel/py-trytond/Makefile.common" CATEGORIES= misc python -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.tryton.org/ COMMENT= Tryton's stock package shipping UPS module LICENSE= gnu-gpl-v3 diff --git a/misc/py-trytond-stock-package-shipping/Makefile b/misc/py-trytond-stock-package-shipping/Makefile index 82f6de57134..0bccf437fdb 100644 --- a/misc/py-trytond-stock-package-shipping/Makefile +++ b/misc/py-trytond-stock-package-shipping/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.1 2016/12/04 21:13:08 rodent Exp $ +# $NetBSD: Makefile,v 1.2 2017/09/16 19:27:03 wiz Exp $ TRYTON_MODULE_NAME= trytond_stock_package_shipping .include "../../devel/py-trytond/Makefile.common" CATEGORIES= misc python -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.tryton.org/ COMMENT= Stock package shipping module of the Tryton application platform LICENSE= gnu-gpl-v3 diff --git a/misc/py-trytond-stock-package/Makefile b/misc/py-trytond-stock-package/Makefile index f38fa03e6c6..1eb3e5d6ab0 100644 --- a/misc/py-trytond-stock-package/Makefile +++ b/misc/py-trytond-stock-package/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2017/01/04 23:45:29 rodent Exp $ +# $NetBSD: Makefile,v 1.3 2017/09/16 19:27:03 wiz Exp $ TRYTON_MODULE_NAME= trytond_stock_package .include "../../devel/py-trytond/Makefile.common" CATEGORIES= misc python -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.tryton.org/ COMMENT= Stock package module of the Tryton application platform LICENSE= gnu-gpl-v3 diff --git a/misc/py-trytond-stock-split/Makefile b/misc/py-trytond-stock-split/Makefile index b61a536833c..c49fb1287a2 100644 --- a/misc/py-trytond-stock-split/Makefile +++ b/misc/py-trytond-stock-split/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2017/01/04 23:45:29 rodent Exp $ +# $NetBSD: Makefile,v 1.3 2017/09/16 19:27:04 wiz Exp $ TRYTON_MODULE_NAME= trytond_stock_split .include "../../devel/py-trytond/Makefile.common" CATEGORIES= misc python -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.tryton.org/ COMMENT= Stock split module of the Tryton application platform LICENSE= gnu-gpl-v3 diff --git a/misc/py-trytond-stock/Makefile b/misc/py-trytond-stock/Makefile index 6910bf4c30b..d234b103dac 100644 --- a/misc/py-trytond-stock/Makefile +++ b/misc/py-trytond-stock/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.7 2016/12/04 21:13:07 rodent Exp $ +# $NetBSD: Makefile,v 1.8 2017/09/16 19:27:03 wiz Exp $ TRYTON_MODULE_NAME= trytond_stock .include "../../devel/py-trytond/Makefile.common" CATEGORIES= misc python -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.tryton.org/ COMMENT= Stock module of the Tryton application platform LICENSE= gnu-gpl-v3 diff --git a/multimedia/libkate/Makefile b/multimedia/libkate/Makefile index 27210ac6161..2e0917be4fc 100644 --- a/multimedia/libkate/Makefile +++ b/multimedia/libkate/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2017/02/12 06:25:47 ryoon Exp $ +# $NetBSD: Makefile,v 1.14 2017/09/16 19:27:04 wiz Exp $ # DISTNAME= libkate-0.4.1 @@ -6,7 +6,7 @@ PKGREVISION= 11 CATEGORIES= multimedia MASTER_SITES= http://libkate.googlecode.com/files/ -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://wiki.xiph.org/index.php/OggKate COMMENT= Overlay codec, originally designed for karaoke and text LICENSE= modified-bsd diff --git a/multimedia/liboggz/Makefile b/multimedia/liboggz/Makefile index 2b9e97f9947..8abbae9bc91 100644 --- a/multimedia/liboggz/Makefile +++ b/multimedia/liboggz/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2017/08/16 20:21:12 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2017/09/16 19:27:04 wiz Exp $ # DISTNAME= liboggz-1.1.1 @@ -6,7 +6,7 @@ PKGREVISION= 1 CATEGORIES= multimedia MASTER_SITES= http://downloads.xiph.org/releases/liboggz/ -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://www.xiph.org/oggz/ COMMENT= Inspects, edits, and validates Ogg files LICENSE= modified-bsd diff --git a/multimedia/smpeg2/Makefile b/multimedia/smpeg2/Makefile index f087b438625..8a2bc76aff8 100644 --- a/multimedia/smpeg2/Makefile +++ b/multimedia/smpeg2/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.5 2016/07/29 18:25:35 kamil Exp $ +# $NetBSD: Makefile,v 1.6 2017/09/16 19:27:04 wiz Exp $ DISTNAME= smpeg2-2.0.0 PKGREVISION= 3 CATEGORIES= multimedia MASTER_SITES= http://www.libsdl.org/projects/smpeg/release/ -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.libsdl.org/projects/smpeg/ COMMENT= Free MPEG1 video player library with sound support LICENSE= gnu-lgpl-v2.1 diff --git a/net/SDL2_net/Makefile b/net/SDL2_net/Makefile index 7857619daf4..1e80883c6be 100644 --- a/net/SDL2_net/Makefile +++ b/net/SDL2_net/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.5 2017/01/11 23:52:32 rodent Exp $ +# $NetBSD: Makefile,v 1.6 2017/09/16 19:27:04 wiz Exp $ DISTNAME= SDL2_net-2.0.1 CATEGORIES= net MASTER_SITES= http://www.libsdl.org/projects/SDL_net/release/ -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.libsdl.org/projects/SDL_net/ COMMENT= Small sample cross-platform networking library LICENSE= zlib diff --git a/net/libzrtpcpp/Makefile b/net/libzrtpcpp/Makefile index a7bd50057fa..4c9a4a0cc63 100644 --- a/net/libzrtpcpp/Makefile +++ b/net/libzrtpcpp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2017/08/16 20:45:43 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2017/09/16 19:27:04 wiz Exp $ GITHUB_TAG= V4.4.0 DISTNAME= ${GITHUB_TAG} @@ -9,7 +9,7 @@ MASTER_SITES= ${MASTER_SITE_GITHUB:=wernerd/} GITHUB_PROJECT= ZRTPCPP DIST_SUBDIR= ${PKGBASE} -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org #HOMEPAGE= http://www.gnutelephony.org/index.php/GNU_ZRTP COMMENT= ZRTP extension for GNU ccRTP LICENSE= gnu-gpl-v3 diff --git a/net/py-amqp/Makefile b/net/py-amqp/Makefile index 1cb4b730934..929903832c6 100644 --- a/net/py-amqp/Makefile +++ b/net/py-amqp/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.15 2017/09/15 11:28:22 adam Exp $ +# $NetBSD: Makefile,v 1.16 2017/09/16 19:27:05 wiz Exp $ DISTNAME= amqp-2.2.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= net python MASTER_SITES= ${MASTER_SITE_PYPI:=a/amqp/} -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://amqp.readthedocs.io/ COMMENT= Low-level AMQP client for Python LICENSE= gnu-lgpl-v2.1 diff --git a/net/py-beanstalkc/Makefile b/net/py-beanstalkc/Makefile index f94161324e1..e62eb5c3aac 100644 --- a/net/py-beanstalkc/Makefile +++ b/net/py-beanstalkc/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.6 2017/07/30 22:32:20 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2017/09/16 19:27:05 wiz Exp $ DISTNAME= beanstalkc-0.4.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= net python MASTER_SITES= ${MASTER_SITE_PYPI:=b/beanstalkc/} -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/earl/beanstalkc COMMENT= Simple beanstalkd client library for Python LICENSE= apache-2.0 diff --git a/net/py-caldav/Makefile b/net/py-caldav/Makefile index bb73eaaaa40..d779f3a3cc3 100644 --- a/net/py-caldav/Makefile +++ b/net/py-caldav/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.12 2017/09/03 08:53:13 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2017/09/16 19:27:05 wiz Exp $ DISTNAME= caldav-0.2.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= net MASTER_SITES= ${MASTER_SITE_PYPI:=c/caldav/} -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://bitbucket.org/cyrilrbt/caldav COMMENT= CalDAV (RFC4791) client library for Python LICENSE= apache-2.0 AND gnu-gpl-v3 diff --git a/net/py-celery/Makefile b/net/py-celery/Makefile index e35b660abcb..538575098c0 100644 --- a/net/py-celery/Makefile +++ b/net/py-celery/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2017/08/25 20:03:39 joerg Exp $ +# $NetBSD: Makefile,v 1.12 2017/09/16 19:27:05 wiz Exp $ DISTNAME= celery-4.1.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -6,7 +6,7 @@ PKGREVISION= 1 CATEGORIES= net python MASTER_SITES= ${MASTER_SITE_PYPI:=c/celery/} -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.celeryproject.org/ COMMENT= Asynchronous task/job queue based on distributed message passing LICENSE= modified-bsd diff --git a/net/py-eventlib/Makefile b/net/py-eventlib/Makefile index c8ea003c39e..903090984af 100644 --- a/net/py-eventlib/Makefile +++ b/net/py-eventlib/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.15 2017/09/04 18:08:25 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2017/09/16 19:27:05 wiz Exp $ DISTNAME= eventlib-0.1.5 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= net python MASTER_SITES= ${MASTER_SITE_PYPI:=e/eventlib/} -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://travis-ci.org/Yipit/eventlib/ COMMENT= Asynchronous event tracking app for Django LICENSE= gnu-lgpl-v3 diff --git a/net/py-hatop/Makefile b/net/py-hatop/Makefile index 31afc38686e..3ce8b6821b8 100644 --- a/net/py-hatop/Makefile +++ b/net/py-hatop/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.3 2016/08/28 15:48:34 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2017/09/16 19:27:05 wiz Exp $ DISTNAME= hatop-0.7.7 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= net MASTER_SITES= http://hatop.googlecode.com/files/ -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://feurix.org/projects/hatop/ COMMENT= Interactive client and monitoring tool for HAProxy LICENSE= gnu-gpl-v3 diff --git a/net/py-kombu/Makefile b/net/py-kombu/Makefile index 368c3d998c9..1286fad4261 100644 --- a/net/py-kombu/Makefile +++ b/net/py-kombu/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.16 2017/07/22 06:49:43 adam Exp $ +# $NetBSD: Makefile,v 1.17 2017/09/16 19:27:05 wiz Exp $ DISTNAME= kombu-4.1.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= net python MASTER_SITES= ${MASTER_SITE_PYPI:=k/kombu/} -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://kombu.readthedocs.org/ COMMENT= Messaging framework for Python LICENSE= modified-bsd diff --git a/net/py-simplesoap/Makefile b/net/py-simplesoap/Makefile index 5e59a460e6d..be8b35dce65 100644 --- a/net/py-simplesoap/Makefile +++ b/net/py-simplesoap/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.7 2017/09/04 18:55:09 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2017/09/16 19:27:06 wiz Exp $ DISTNAME= PySimpleSOAP-1.16 PKGNAME= ${DISTNAME:tl:S/py/${PYPKGPREFIX}-/1} CATEGORIES= net python MASTER_SITES= ${MASTER_SITE_PYPI:=p/pysimplesoap/} -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org #HOMEPAGE= https://github.com/pysimplesoap/pysimplesoap COMMENT= Python Simple SOAP Library LICENSE= gnu-lgpl-v3 diff --git a/net/py-socketpool/Makefile b/net/py-socketpool/Makefile index dfd3d0ea051..3ec94338847 100644 --- a/net/py-socketpool/Makefile +++ b/net/py-socketpool/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.8 2017/01/01 14:43:52 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2017/09/16 19:27:06 wiz Exp $ DISTNAME= socketpool-0.5.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= net MASTER_SITES= ${MASTER_SITE_PYPI:=s/socketpool/} -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/benoitc/socketpool COMMENT= Simple Python socket pool LICENSE= unlicense OR mit diff --git a/net/py-softlayer_messaging/Makefile b/net/py-softlayer_messaging/Makefile index f18553ba9c3..43faaed5e53 100644 --- a/net/py-softlayer_messaging/Makefile +++ b/net/py-softlayer_messaging/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.2 2016/06/08 17:43:37 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2017/09/16 19:27:06 wiz Exp $ DISTNAME= softlayer_messaging-1.0.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= net python MASTER_SITES= ${MASTER_SITE_PYPI:=s/softlayer_messaging/} -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://sldn.softlayer.com/reference/messagequeueapi COMMENT= SoftLayer Message Queue client LICENSE= mit diff --git a/net/py-zeep/Makefile b/net/py-zeep/Makefile index b34fac6d849..e403734f7c9 100644 --- a/net/py-zeep/Makefile +++ b/net/py-zeep/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.3 2017/01/01 14:43:53 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2017/09/16 19:27:06 wiz Exp $ DISTNAME= zeep-0.23.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= net MASTER_SITES= ${MASTER_SITE_PYPI:=z/zeep/} -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://docs.python-zeep.org/ COMMENT= Fast and modern Python SOAP client LICENSE= mit diff --git a/net/xfindproxy/Makefile b/net/xfindproxy/Makefile index 803d6c166f7..13901e84db4 100644 --- a/net/xfindproxy/Makefile +++ b/net/xfindproxy/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.3 2015/04/17 07:06:43 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2017/09/16 19:27:06 wiz Exp $ DISTNAME= xfindproxy-1.0.4 CATEGORIES= net x11 MASTER_SITES= ${MASTER_SITE_XORG:=app/} EXTRACT_SUFX= .tar.bz2 -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://xorg.freedesktop.org/ COMMENT= Used to locate available X11 proxy services LICENSE= x11 diff --git a/parallel/py-billiard/Makefile b/parallel/py-billiard/Makefile index df2189f67f7..0b4024b7a9b 100644 --- a/parallel/py-billiard/Makefile +++ b/parallel/py-billiard/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.16 2017/07/30 22:32:20 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2017/09/16 19:27:06 wiz Exp $ DISTNAME= billiard-3.5.0.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= parallel MASTER_SITES= ${MASTER_SITE_PYPI:=b/billiard/} -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/celery/billiard COMMENT= Python multiprocessing fork with improvements and bugfixes LICENSE= modified-bsd diff --git a/security/prngd/Makefile b/security/prngd/Makefile index cc2e2db4475..2a870332ffe 100644 --- a/security/prngd/Makefile +++ b/security/prngd/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.15 2013/08/03 14:44:28 rodent Exp $ +# $NetBSD: Makefile,v 1.16 2017/09/16 19:27:06 wiz Exp $ DISTNAME= prngd-0.9.29 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=prngd/} -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://prngd.sourceforge.net/ COMMENT= Pseudo Random Number Generator Daemon diff --git a/security/py-bcrypt/Makefile b/security/py-bcrypt/Makefile index 9d078304758..c792e9f1326 100644 --- a/security/py-bcrypt/Makefile +++ b/security/py-bcrypt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2016/06/08 17:43:39 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2017/09/16 19:27:06 wiz Exp $ DISTNAME= bcrypt-1.1.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -6,7 +6,7 @@ PKGREVISION= 1 CATEGORIES= python security MASTER_SITES= ${MASTER_SITE_PYPI:=b/bcrypt/} -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/pyca/bcrypt/ COMMENT= Modern password hashing for your software and your servers LICENSE= apache-2.0 diff --git a/security/py-py-bcrypt/Makefile b/security/py-py-bcrypt/Makefile index a7f5159231a..58ea23b79dc 100644 --- a/security/py-py-bcrypt/Makefile +++ b/security/py-py-bcrypt/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.4 2017/09/04 18:55:09 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2017/09/16 19:27:07 wiz Exp $ DISTNAME= py-bcrypt-0.4 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= python security MASTER_SITES= ${MASTER_SITE_PYPI:=p/py-bcrypt/} -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://pypi.python.org/pypi/bcrypt/ COMMENT= Provides bcrypt password hashing and key derivation in python LICENSE= isc AND modified-bsd AND original-bsd diff --git a/security/py-pydeep/Makefile b/security/py-pydeep/Makefile index 48ebb79e9ce..51535ff0998 100644 --- a/security/py-pydeep/Makefile +++ b/security/py-pydeep/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.2 2016/06/08 17:43:39 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2017/09/16 19:27:07 wiz Exp $ DISTNAME= pydeep-0.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= python security MASTER_SITES= ${MASTER_SITE_PYPI:=p/pydeep/} -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.github.com/kbandla/pydeep COMMENT= Python bindings for ssdeep LICENSE= modified-bsd diff --git a/security/py-trytond-authentication-sms/Makefile b/security/py-trytond-authentication-sms/Makefile index 3a548b99a36..2b3188ef510 100644 --- a/security/py-trytond-authentication-sms/Makefile +++ b/security/py-trytond-authentication-sms/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.1 2016/12/04 21:13:08 rodent Exp $ +# $NetBSD: Makefile,v 1.2 2017/09/16 19:27:07 wiz Exp $ TRYTON_MODULE_NAME= trytond_authentication_sms .include "../../devel/py-trytond/Makefile.common" CATEGORIES= python security -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.tryton.org/ COMMENT= The authentication_sms module of the Tryton application platform LICENSE= gnu-gpl-v3 diff --git a/security/ruby-openid/Makefile b/security/ruby-openid/Makefile index 61f54c1331f..8213b6660c1 100644 --- a/security/ruby-openid/Makefile +++ b/security/ruby-openid/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.6 2017/06/18 13:48:53 taca Exp $ +# $NetBSD: Makefile,v 1.7 2017/09/16 19:27:07 wiz Exp $ DISTNAME= openid-0.0.1 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} CATEGORIES= ruby security -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= # http://openid.rubyforge.org/ COMMENT= OpenID support for Ruby LICENSE= gnu-lgpl-v2.1 OR ruby-license diff --git a/security/ruby-rack-openid/Makefile b/security/ruby-rack-openid/Makefile index c2b6309ba83..578a83d5f50 100644 --- a/security/ruby-rack-openid/Makefile +++ b/security/ruby-rack-openid/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.5 2017/06/18 13:48:53 taca Exp $ +# $NetBSD: Makefile,v 1.6 2017/09/16 19:27:07 wiz Exp $ DISTNAME= rack-openid-1.4.2 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} CATEGORIES= ruby security -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/grosser/rack-openid COMMENT= Provides a more HTTPish API around the ruby-openid library LICENSE= mit diff --git a/security/ruby-ruby-openid/Makefile b/security/ruby-ruby-openid/Makefile index c4bf14ba488..de7ee9c2a89 100644 --- a/security/ruby-ruby-openid/Makefile +++ b/security/ruby-ruby-openid/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.4 2015/03/13 15:30:58 taca Exp $ +# $NetBSD: Makefile,v 1.5 2017/09/16 19:27:07 wiz Exp $ DISTNAME= ruby-openid-2.7.0 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} CATEGORIES= ruby security -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/openid/ruby-openid COMMENT= Library for consuming and serving OpenID identities LICENSE= apache-2.0 diff --git a/security/sshpass/Makefile b/security/sshpass/Makefile index f1f478fc4d1..22d88293f3c 100644 --- a/security/sshpass/Makefile +++ b/security/sshpass/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.1 2013/05/26 21:28:07 rodent Exp $ +# $NetBSD: Makefile,v 1.2 2017/09/16 19:27:07 wiz Exp $ # DISTNAME= sshpass-1.05 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sshpass/} -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://sshpass.sourceforge.net/ COMMENT= Non-interactive ssh password auth LICENSE= gnu-gpl-v2 diff --git a/sysutils/gfm/Makefile b/sysutils/gfm/Makefile index a8ff9792cd5..c2959221311 100644 --- a/sysutils/gfm/Makefile +++ b/sysutils/gfm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2017/02/12 06:25:59 ryoon Exp $ +# $NetBSD: Makefile,v 1.12 2017/09/16 19:27:08 wiz Exp $ # DISTNAME= gfm-1.06 @@ -7,7 +7,7 @@ CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tilp/} EXTRACT_SUFX= .tar.bz2 -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://lpg.ticalc.org/prj_tilp/ COMMENT= Group File Manager for TI hand-helds LICENSE= gnu-gpl-v2 diff --git a/sysutils/p5-File-Inplace/Makefile b/sysutils/p5-File-Inplace/Makefile index 985adbb53dd..39360b59296 100644 --- a/sysutils/p5-File-Inplace/Makefile +++ b/sysutils/p5-File-Inplace/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2017/06/05 14:24:35 ryoon Exp $ +# $NetBSD: Makefile,v 1.6 2017/09/16 19:27:08 wiz Exp $ # DISTNAME= File-Inplace-0.20 @@ -7,7 +7,7 @@ PKGREVISION= 4 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/} -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/~chipt/File-Inplace/ COMMENT= Perl module for in-place editing of files LICENSE= ${PERL5_LICENSE} diff --git a/sysutils/py-kazoo/Makefile b/sysutils/py-kazoo/Makefile index 6781203af08..f86ab417eee 100644 --- a/sysutils/py-kazoo/Makefile +++ b/sysutils/py-kazoo/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.4 2017/09/12 14:55:19 adam Exp $ +# $NetBSD: Makefile,v 1.5 2017/09/16 19:27:08 wiz Exp $ DISTNAME= kazoo-2.4.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= sysutils python MASTER_SITES= ${MASTER_SITE_PYPI:=k/kazoo/} -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://kazoo.readthedocs.org/ COMMENT= Higher level Zookeeper client LICENSE= apache-2.0 diff --git a/sysutils/py-structlog/Makefile b/sysutils/py-structlog/Makefile index 8000904c029..1144a906b7f 100644 --- a/sysutils/py-structlog/Makefile +++ b/sysutils/py-structlog/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.3 2016/06/08 17:43:39 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2017/09/16 19:27:08 wiz Exp $ DISTNAME= structlog-15.1.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= python sysutils MASTER_SITES= ${MASTER_SITE_PYPI:=s/structlog/} -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.structlog.org/ COMMENT= Painless structural logging LICENSE= apache-2.0 AND mit diff --git a/sysutils/ruby-childprocess/Makefile b/sysutils/ruby-childprocess/Makefile index 08596ce44af..f30bc50cee3 100644 --- a/sysutils/ruby-childprocess/Makefile +++ b/sysutils/ruby-childprocess/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.10 2017/09/10 15:38:26 taca Exp $ +# $NetBSD: Makefile,v 1.11 2017/09/16 19:27:08 wiz Exp $ DISTNAME= childprocess-0.7.1 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} CATEGORIES= ruby sysutils -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/jarib/childprocess COMMENT= Simple and reliable solution for controlling external programs LICENSE= mit diff --git a/sysutils/spice-protocol/Makefile b/sysutils/spice-protocol/Makefile index 285cfba7ef8..e7c38dfcf36 100644 --- a/sysutils/spice-protocol/Makefile +++ b/sysutils/spice-protocol/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.8 2017/08/16 07:03:50 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2017/09/16 19:27:08 wiz Exp $ DISTNAME= spice-protocol-0.12.13 CATEGORIES= sysutils MASTER_SITES= http://spice-space.org/download/releases/ EXTRACT_SUFX= .tar.bz2 -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://spice-space.org/ COMMENT= Headers defining protocols for SPICE server code LICENSE= modified-bsd AND mit diff --git a/textproc/aspell-af/Makefile b/textproc/aspell-af/Makefile index 00566d54fec..0f8218fac43 100644 --- a/textproc/aspell-af/Makefile +++ b/textproc/aspell-af/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2013/04/10 11:49:01 rodent Exp $ +# $NetBSD: Makefile,v 1.2 2017/09/16 19:27:08 wiz Exp $ # DISTNAME= aspell-af-0.50-0 @@ -7,7 +7,7 @@ CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GNU:=aspell/dict/af/} EXTRACT_SUFX= .tar.bz2 -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://aspell.net/ COMMENT= Afrikaans language support for aspell LICENSE= gnu-lgpl-v2.1 diff --git a/textproc/aspell-am/Makefile b/textproc/aspell-am/Makefile index c1c241adb41..7049a2c12ce 100644 --- a/textproc/aspell-am/Makefile +++ b/textproc/aspell-am/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2013/04/10 12:26:14 rodent Exp $ +# $NetBSD: Makefile,v 1.3 2017/09/16 19:27:08 wiz Exp $ # DISTNAME= aspell6-am-0.03-1 @@ -7,7 +7,7 @@ CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GNU:=aspell/dict/am/} EXTRACT_SUFX= .tar.bz2 -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://aspell.net/ COMMENT= Amharic language support for aspell LICENSE= public-domain diff --git a/textproc/aspell-ar/Makefile b/textproc/aspell-ar/Makefile index 715604ae0ed..9f53a40325c 100644 --- a/textproc/aspell-ar/Makefile +++ b/textproc/aspell-ar/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2013/04/10 12:32:40 rodent Exp $ +# $NetBSD: Makefile,v 1.2 2017/09/16 19:27:09 wiz Exp $ # DISTNAME= aspell6-ar-1.2-0 @@ -7,7 +7,7 @@ CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GNU:=aspell/dict/ar/} EXTRACT_SUFX= .tar.bz2 -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://arabic-spell.sourceforge.net/ COMMENT= Arabic language support for aspell LICENSE= gnu-gpl-v2 diff --git a/textproc/aspell-ast/Makefile b/textproc/aspell-ast/Makefile index 1d708f6380a..f66154d802a 100644 --- a/textproc/aspell-ast/Makefile +++ b/textproc/aspell-ast/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2017/08/01 17:40:16 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2017/09/16 19:27:09 wiz Exp $ # DISTNAME= aspell6-ast-0.01 @@ -7,7 +7,7 @@ CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GNU:=aspell/dict/ast/} EXTRACT_SUFX= .tar.bz2 -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org #HOMEPAGE= http://softastur.org/Aspell COMMENT= Asturian language support for aspell LICENSE= gnu-gpl-v2 diff --git a/textproc/aspell-az/Makefile b/textproc/aspell-az/Makefile index 356bf7b858d..25b9b29fb74 100644 --- a/textproc/aspell-az/Makefile +++ b/textproc/aspell-az/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2013/04/10 17:30:50 rodent Exp $ +# $NetBSD: Makefile,v 1.2 2017/09/16 19:27:09 wiz Exp $ # DISTNAME= aspell6-az-0.02-0 @@ -7,7 +7,7 @@ CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GNU:=aspell/dict/az/} EXTRACT_SUFX= .tar.bz2 -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://borel.slu.edu/crubadan/ COMMENT= Azerbaijani language support for aspell LICENSE= gnu-gpl-v2 diff --git a/textproc/aspell-be/Makefile b/textproc/aspell-be/Makefile index 3b51d3e37fa..1bda2dbf7fb 100644 --- a/textproc/aspell-be/Makefile +++ b/textproc/aspell-be/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2017/08/01 17:40:16 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2017/09/16 19:27:09 wiz Exp $ # DISTNAME= aspell5-be-0.01 @@ -7,7 +7,7 @@ CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GNU:=aspell/dict/be/} EXTRACT_SUFX= .tar.bz2 -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org #HOMEPAGE= http://mova.linux.by/aspell/ COMMENT= Belarusian language support for aspell LICENSE= gnu-gpl-v2 diff --git a/textproc/aspell-bg/Makefile b/textproc/aspell-bg/Makefile index 01b74bdf20c..2e64309f1ff 100644 --- a/textproc/aspell-bg/Makefile +++ b/textproc/aspell-bg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2013/04/10 17:46:20 rodent Exp $ +# $NetBSD: Makefile,v 1.2 2017/09/16 19:27:09 wiz Exp $ # DISTNAME= aspell6-bg-4.1-0 @@ -7,7 +7,7 @@ CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GNU:=aspell/dict/bg/} EXTRACT_SUFX= .tar.bz2 -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://bgoffice.sourceforge.net/ COMMENT= Bulgarian language support for aspell LICENSE= gnu-gpl-v2 diff --git a/textproc/aspell-bn/Makefile b/textproc/aspell-bn/Makefile index 5a50b422786..b55465b30b6 100644 --- a/textproc/aspell-bn/Makefile +++ b/textproc/aspell-bn/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2013/04/10 17:50:41 rodent Exp $ +# $NetBSD: Makefile,v 1.2 2017/09/16 19:27:09 wiz Exp $ # DISTNAME= aspell6-bn-0.01.1-1 @@ -7,7 +7,7 @@ CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GNU:=aspell/dict/bn/} EXTRACT_SUFX= .tar.bz2 -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.bengalinux.org/downloads COMMENT= Bengali language support for aspell LICENSE= gnu-gpl-v2 diff --git a/textproc/aspell-csb/Makefile b/textproc/aspell-csb/Makefile index 2422d5f611c..87cd361e11c 100644 --- a/textproc/aspell-csb/Makefile +++ b/textproc/aspell-csb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2013/06/03 11:16:16 rodent Exp $ +# $NetBSD: Makefile,v 1.3 2017/09/16 19:27:09 wiz Exp $ # DISTNAME= aspell6-csb-0.02-0 @@ -7,7 +7,7 @@ CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GNU:=aspell/dict/csb/} EXTRACT_SUFX= .tar.bz2 -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://borel.slu.edu/crubadan/ COMMENT= Kashubian language support for aspell LICENSE= gnu-gpl-v2 diff --git a/textproc/aspell-de-alt/Makefile b/textproc/aspell-de-alt/Makefile index 7229ca81559..711253c5049 100644 --- a/textproc/aspell-de-alt/Makefile +++ b/textproc/aspell-de-alt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2013/04/13 12:53:32 rodent Exp $ +# $NetBSD: Makefile,v 1.2 2017/09/16 19:27:10 wiz Exp $ # DISTNAME= aspell6-de-alt-2.1-1 @@ -7,7 +7,7 @@ CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GNU:=aspell/dict/de-alt/} EXTRACT_SUFX= .tar.bz2 -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://aspell.net/ COMMENT= German (Old Spelling) language support for aspell LICENSE= gnu-gpl-v2 diff --git a/textproc/aspell-et/Makefile b/textproc/aspell-et/Makefile index 1d8e9986e05..9eb90b3d5b0 100644 --- a/textproc/aspell-et/Makefile +++ b/textproc/aspell-et/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2013/04/11 00:02:11 rodent Exp $ +# $NetBSD: Makefile,v 1.2 2017/09/16 19:27:10 wiz Exp $ # DISTNAME= aspell6-et-0.1.21-1 @@ -7,7 +7,7 @@ CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GNU:=aspell/dict/et/} EXTRACT_SUFX= .tar.bz2 -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://cens.ioc.ee/~pearu/ COMMENT= Estonian language support for aspell LICENSE= gnu-lgpl-v2.1 diff --git a/textproc/aspell-fy/Makefile b/textproc/aspell-fy/Makefile index 93e92bb8470..05369e6cd5c 100644 --- a/textproc/aspell-fy/Makefile +++ b/textproc/aspell-fy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2013/04/11 00:10:16 rodent Exp $ +# $NetBSD: Makefile,v 1.2 2017/09/16 19:27:10 wiz Exp $ # DISTNAME= aspell6-fy-0.12-0 @@ -7,7 +7,7 @@ CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GNU:=aspell/dict/fy/} EXTRACT_SUFX= .tar.bz2 -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://borel.slu.edu/crubadan/ COMMENT= Frisian language support for aspell LICENSE= gnu-gpl-v2 diff --git a/textproc/aspell-gd/Makefile b/textproc/aspell-gd/Makefile index cb9fdc16dc1..a39278d7c96 100644 --- a/textproc/aspell-gd/Makefile +++ b/textproc/aspell-gd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2013/04/11 00:19:47 rodent Exp $ +# $NetBSD: Makefile,v 1.2 2017/09/16 19:27:10 wiz Exp $ # DISTNAME= aspell5-gd-0.1.1-1 @@ -7,7 +7,7 @@ CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GNU:=aspell/dict/gd/} EXTRACT_SUFX= .tar.bz2 -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://borel.slu.edu/crubadan/ COMMENT= Scottish Gaelic language support for aspell LICENSE= gnu-gpl-v2 diff --git a/textproc/aspell-gl/Makefile b/textproc/aspell-gl/Makefile index 49ae8dccf5e..3df80992a1b 100644 --- a/textproc/aspell-gl/Makefile +++ b/textproc/aspell-gl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2013/04/11 00:27:28 rodent Exp $ +# $NetBSD: Makefile,v 1.2 2017/09/16 19:27:10 wiz Exp $ # DISTNAME= aspell6-gl-0.5a-2 @@ -7,7 +7,7 @@ CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GNU:=aspell/dict/gl/} EXTRACT_SUFX= .tar.bz2 -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://ispell-gl.sourceforge.net/minimos/ispell-gl-en.html COMMENT= Galician language support for aspell LICENSE= gnu-gpl-v2 diff --git a/textproc/aspell-grc/Makefile b/textproc/aspell-grc/Makefile index 638355d7ee0..334adc7a03c 100644 --- a/textproc/aspell-grc/Makefile +++ b/textproc/aspell-grc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2013/04/11 03:31:21 rodent Exp $ +# $NetBSD: Makefile,v 1.2 2017/09/16 19:27:10 wiz Exp $ # DISTNAME= aspell6-grc-0.02-0 @@ -7,7 +7,7 @@ CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GNU:=aspell/dict/grc/} EXTRACT_SUFX= .tar.bz2 -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.himeros.eu/ COMMENT= Ancient Greek language support for aspell LICENSE= gnu-gpl-v3 diff --git a/textproc/aspell-gu/Makefile b/textproc/aspell-gu/Makefile index ac65fa0c305..9d69550824c 100644 --- a/textproc/aspell-gu/Makefile +++ b/textproc/aspell-gu/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2013/04/11 03:43:31 rodent Exp $ +# $NetBSD: Makefile,v 1.2 2017/09/16 19:27:10 wiz Exp $ # DISTNAME= aspell6-gu-0.03-0 @@ -7,7 +7,7 @@ CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GNU:=aspell/dict/gu/} EXTRACT_SUFX= .tar.bz2 -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://aspell-gu.sourceforge.net/ COMMENT= Gujarati language support for aspell LICENSE= gnu-gpl-v2 diff --git a/textproc/aspell-gv/Makefile b/textproc/aspell-gv/Makefile index a02ee0a05e8..cf57e48d0ee 100644 --- a/textproc/aspell-gv/Makefile +++ b/textproc/aspell-gv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2013/04/11 10:56:04 rodent Exp $ +# $NetBSD: Makefile,v 1.2 2017/09/16 19:27:10 wiz Exp $ # DISTNAME= aspell-gv-0.50-0 @@ -7,7 +7,7 @@ CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GNU:=aspell/dict/gv/} EXTRACT_SUFX= .tar.bz2 -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://borel.slu.edu/crubadan/ COMMENT= Manx Gaelic language support for aspell LICENSE= gnu-gpl-v2 diff --git a/textproc/aspell-he/Makefile b/textproc/aspell-he/Makefile index f090fcc08c9..84ca1473f6c 100644 --- a/textproc/aspell-he/Makefile +++ b/textproc/aspell-he/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2013/04/11 11:04:41 rodent Exp $ +# $NetBSD: Makefile,v 1.2 2017/09/16 19:27:11 wiz Exp $ # DISTNAME= aspell6-he-1.0-0 @@ -7,7 +7,7 @@ CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GNU:=aspell/dict/he/} EXTRACT_SUFX= .tar.bz2 -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.ivrix.org.il/projects/spell-checker/ COMMENT= Hebrew language support for aspell LICENSE= gnu-gpl-v2 diff --git a/textproc/aspell-hi/Makefile b/textproc/aspell-hi/Makefile index 2dfe581f3f2..eb8e70d0044 100644 --- a/textproc/aspell-hi/Makefile +++ b/textproc/aspell-hi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2017/08/01 16:47:45 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2017/09/16 19:27:11 wiz Exp $ # DISTNAME= aspell6-hi-0.02-0 @@ -7,7 +7,7 @@ CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GNU:=aspell/dict/hi/} EXTRACT_SUFX= .tar.bz2 -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org #HOMEPAGE= http://oriya.sarovar.org/hi-dict.html COMMENT= Hindi language support for aspell LICENSE= gnu-gpl-v2 diff --git a/textproc/aspell-hil/Makefile b/textproc/aspell-hil/Makefile index 31353923c25..9a297ea58eb 100644 --- a/textproc/aspell-hil/Makefile +++ b/textproc/aspell-hil/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2013/04/11 11:16:08 rodent Exp $ +# $NetBSD: Makefile,v 1.2 2017/09/16 19:27:11 wiz Exp $ # DISTNAME= aspell5-hil-0.11-0 @@ -7,7 +7,7 @@ CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GNU:=aspell/dict/hil/} EXTRACT_SUFX= .tar.bz2 -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://borel.slu.edu/crubadan/ COMMENT= Hiligaynon language support for aspell LICENSE= gnu-gpl-v2 diff --git a/textproc/aspell-hr/Makefile b/textproc/aspell-hr/Makefile index 56f3efdaea2..d667872d1d1 100644 --- a/textproc/aspell-hr/Makefile +++ b/textproc/aspell-hr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2013/04/11 11:21:49 rodent Exp $ +# $NetBSD: Makefile,v 1.2 2017/09/16 19:27:11 wiz Exp $ # DISTNAME= aspell-hr-0.51-0 @@ -7,7 +7,7 @@ CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GNU:=aspell/dict/hr/} EXTRACT_SUFX= .tar.bz2 -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://aspell.net/ COMMENT= Croatian language support for aspell LICENSE= gnu-lgpl-v2.1 diff --git a/textproc/aspell-hsb/Makefile b/textproc/aspell-hsb/Makefile index ffe6f2a0ee2..8d44a34e591 100644 --- a/textproc/aspell-hsb/Makefile +++ b/textproc/aspell-hsb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2013/04/11 11:26:26 rodent Exp $ +# $NetBSD: Makefile,v 1.2 2017/09/16 19:27:11 wiz Exp $ # DISTNAME= aspell6-hsb-0.02-0 @@ -7,7 +7,7 @@ CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GNU:=aspell/dict/hsb/} EXTRACT_SUFX= .tar.bz2 -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://aspell.net/ COMMENT= Upper Sorbian language support for aspell LICENSE= gnu-gpl-v2 diff --git a/textproc/aspell-hu/Makefile b/textproc/aspell-hu/Makefile index c1f5bf1db4e..f5c3351bd37 100644 --- a/textproc/aspell-hu/Makefile +++ b/textproc/aspell-hu/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2013/04/11 11:33:16 rodent Exp $ +# $NetBSD: Makefile,v 1.2 2017/09/16 19:27:11 wiz Exp $ # DISTNAME= aspell6-hu-0.99.4.2-0 @@ -7,7 +7,7 @@ CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GNU:=aspell/dict/hu/} EXTRACT_SUFX= .tar.bz2 -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://magyarispell.sourceforge.net/ COMMENT= Hungarian language support for aspell LICENSE= gnu-gpl-v2 diff --git a/textproc/aspell-hus/Makefile b/textproc/aspell-hus/Makefile index 48b68c9ecd5..e67d93f7780 100644 --- a/textproc/aspell-hus/Makefile +++ b/textproc/aspell-hus/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2013/04/11 11:39:25 rodent Exp $ +# $NetBSD: Makefile,v 1.2 2017/09/16 19:27:11 wiz Exp $ # DISTNAME= aspell6-hus-0.03-1 @@ -7,7 +7,7 @@ CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GNU:=aspell/dict/hus/} EXTRACT_SUFX= .tar.bz2 -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://aspell.net/ COMMENT= Huastec language support for aspell LICENSE= gnu-gpl-v3 diff --git a/textproc/aspell-hy/Makefile b/textproc/aspell-hy/Makefile index d3119257794..b47202fb788 100644 --- a/textproc/aspell-hy/Makefile +++ b/textproc/aspell-hy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2013/04/11 11:45:55 rodent Exp $ +# $NetBSD: Makefile,v 1.2 2017/09/16 19:27:12 wiz Exp $ # DISTNAME= aspell6-hy-0.10.0-0 @@ -7,7 +7,7 @@ CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GNU:=aspell/dict/hy/} EXTRACT_SUFX= .tar.bz2 -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://aspell.net/ COMMENT= Armenian language support for aspell LICENSE= gnu-gpl-v2 diff --git a/textproc/aspell-ia/Makefile b/textproc/aspell-ia/Makefile index adbee26b813..6189c5dca90 100644 --- a/textproc/aspell-ia/Makefile +++ b/textproc/aspell-ia/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2013/04/11 11:50:55 rodent Exp $ +# $NetBSD: Makefile,v 1.2 2017/09/16 19:27:12 wiz Exp $ # DISTNAME= aspell-ia-0.50-1 @@ -7,7 +7,7 @@ CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GNU:=aspell/dict/ia/} EXTRACT_SUFX= .tar.bz2 -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://aspell.net/ COMMENT= Interlingua language support for aspell LICENSE= gnu-lgpl-v2.1 diff --git a/textproc/aspell-id/Makefile b/textproc/aspell-id/Makefile index 837a9e1a51d..658851fbe02 100644 --- a/textproc/aspell-id/Makefile +++ b/textproc/aspell-id/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2013/04/11 11:58:03 rodent Exp $ +# $NetBSD: Makefile,v 1.2 2017/09/16 19:27:12 wiz Exp $ # DISTNAME= aspell5-id-1.2-0 @@ -7,7 +7,7 @@ CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GNU:=aspell/dict/id/} EXTRACT_SUFX= .tar.bz2 -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://rahmatm.samik-ibrahim.vlsm.org/ COMMENT= Indonesian language support for aspell LICENSE= gnu-gpl-v2 diff --git a/textproc/aspell-is/Makefile b/textproc/aspell-is/Makefile index 26bc3c55bae..94b89c83ba8 100644 --- a/textproc/aspell-is/Makefile +++ b/textproc/aspell-is/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2017/08/01 17:40:16 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2017/09/16 19:27:12 wiz Exp $ # DISTNAME= aspell-is-0.51.1-0 @@ -7,7 +7,7 @@ CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GNU:=aspell/dict/is/} EXTRACT_SUFX= .tar.bz2 -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org #HOMEPAGE= http://helgafell.rhi.hi.is/pub/aspell-is COMMENT= Icelandic language support for aspell LICENSE= gnu-gpl-v2 diff --git a/textproc/aspell-kn/Makefile b/textproc/aspell-kn/Makefile index 1f0595e139e..841f29c4d7d 100644 --- a/textproc/aspell-kn/Makefile +++ b/textproc/aspell-kn/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2017/08/01 17:40:16 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2017/09/16 19:27:12 wiz Exp $ # DISTNAME= aspell6-kn-0.01-1 @@ -7,7 +7,7 @@ CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GNU:=aspell/dict/kn/} EXTRACT_SUFX= .tar.bz2 -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org #HOMEPAGE= https://gitorious.org/aspell-kn COMMENT= Kannada language support for aspell LICENSE= gnu-gpl-v3 diff --git a/textproc/aspell-ku/Makefile b/textproc/aspell-ku/Makefile index 1e00b3d208c..0ac500cf3dc 100644 --- a/textproc/aspell-ku/Makefile +++ b/textproc/aspell-ku/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2017/08/01 14:59:06 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2017/09/16 19:27:12 wiz Exp $ # DISTNAME= aspell5-ku-0.20-1 @@ -7,7 +7,7 @@ CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GNU:=aspell/dict/ku/} EXTRACT_SUFX= .tar.bz2 -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://sourceforge.net/projects/myspellkurdish/ COMMENT= Kurdi language support for aspell LICENSE= gnu-gpl-v2 diff --git a/textproc/aspell-ky/Makefile b/textproc/aspell-ky/Makefile index 8d573fcbf04..46a0a1bad3b 100644 --- a/textproc/aspell-ky/Makefile +++ b/textproc/aspell-ky/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2013/04/11 16:54:33 rodent Exp $ +# $NetBSD: Makefile,v 1.2 2017/09/16 19:27:12 wiz Exp $ # DISTNAME= aspell6-ky-0.01-0 @@ -7,7 +7,7 @@ CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GNU:=aspell/dict/ky/} EXTRACT_SUFX= .tar.bz2 -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://borel.slu.edu/crubadan/ COMMENT= Kirghiz language support for aspell LICENSE= gnu-gpl-v2 diff --git a/textproc/aspell-la/Makefile b/textproc/aspell-la/Makefile index 31401e3a6ee..b8cc8938468 100644 --- a/textproc/aspell-la/Makefile +++ b/textproc/aspell-la/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2013/04/11 17:01:30 rodent Exp $ +# $NetBSD: Makefile,v 1.2 2017/09/16 19:27:12 wiz Exp $ # DISTNAME= aspell6-la-20020503-0 @@ -7,7 +7,7 @@ CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GNU:=aspell/dict/la/} EXTRACT_SUFX= .tar.bz2 -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://j3e.de/ispell/iroma/ COMMENT= Latin language support for aspell LICENSE= gnu-gpl-v2 diff --git a/textproc/aspell-lt/Makefile b/textproc/aspell-lt/Makefile index ee668bed4fe..8f87b3fcac8 100644 --- a/textproc/aspell-lt/Makefile +++ b/textproc/aspell-lt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2013/04/11 17:09:53 rodent Exp $ +# $NetBSD: Makefile,v 1.2 2017/09/16 19:27:13 wiz Exp $ # DISTNAME= aspell6-lt-1.3 @@ -7,7 +7,7 @@ CATEGORIES= textproc MASTER_SITES= ftp://ftp.akl.lt/ispell-lt/ EXTRACT_SUFX= .tar.bz2 -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= ftp://ftp.akl.lt/ispell-lt/ COMMENT= Lithuanian language support for aspell LICENSE= modified-bsd diff --git a/textproc/aspell-lv/Makefile b/textproc/aspell-lv/Makefile index 77f19dc28b3..be1901d2f1d 100644 --- a/textproc/aspell-lv/Makefile +++ b/textproc/aspell-lv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2017/08/01 16:47:45 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2017/09/16 19:27:13 wiz Exp $ # DISTNAME= aspell6-lv-0.5.5-1 @@ -7,7 +7,7 @@ CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GNU:=aspell/dict/lv/} EXTRACT_SUFX= .tar.bz2 -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org #HOMEPAGE= http://www.integoplus.lv/opensource/openoffice.html COMMENT= Latvian language support for aspell LICENSE= gnu-gpl-v2 diff --git a/textproc/aspell-mg/Makefile b/textproc/aspell-mg/Makefile index 879459112eb..aadcdf8bf2d 100644 --- a/textproc/aspell-mg/Makefile +++ b/textproc/aspell-mg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2017/08/16 20:45:45 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2017/09/16 19:27:13 wiz Exp $ # DISTNAME= aspell5-mg-0.03-0 @@ -7,7 +7,7 @@ CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GNU:=aspell/dict/mg/} EXTRACT_SUFX= .tar.bz2 -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org #HOMEPAGE= http://linuxmg.org/ COMMENT= Malagasy language support for aspell LICENSE= gnu-gpl-v2 diff --git a/textproc/aspell-mi/Makefile b/textproc/aspell-mi/Makefile index 4d0e1d69d0e..20ef2666695 100644 --- a/textproc/aspell-mi/Makefile +++ b/textproc/aspell-mi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2017/08/16 20:45:45 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2017/09/16 19:27:13 wiz Exp $ # DISTNAME= aspell-mi-0.50-0 @@ -7,7 +7,7 @@ CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GNU:=aspell/dict/mi/} EXTRACT_SUFX= .tar.bz2 -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org #HOMEPAGE= http://www.girlza.com/dictionary/ COMMENT= Maori language support for aspell LICENSE= gnu-lgpl-v2.1 diff --git a/textproc/aspell-mk/Makefile b/textproc/aspell-mk/Makefile index 99c2ec512f8..f6ea8819e7d 100644 --- a/textproc/aspell-mk/Makefile +++ b/textproc/aspell-mk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2013/04/11 23:49:37 rodent Exp $ +# $NetBSD: Makefile,v 1.2 2017/09/16 19:27:13 wiz Exp $ # DISTNAME= aspell-mk-0.50-0 @@ -7,7 +7,7 @@ CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GNU:=aspell/dict/mk/} EXTRACT_SUFX= .tar.bz2 -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://aspell.net/ COMMENT= Macedonian language support for aspell LICENSE= gnu-gpl-v2 diff --git a/textproc/aspell-ml/Makefile b/textproc/aspell-ml/Makefile index 5fd4c5d14ce..1787a161d68 100644 --- a/textproc/aspell-ml/Makefile +++ b/textproc/aspell-ml/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2013/04/11 23:56:24 rodent Exp $ +# $NetBSD: Makefile,v 1.2 2017/09/16 19:27:13 wiz Exp $ # DISTNAME= aspell6-ml-0.03-1 @@ -7,7 +7,7 @@ CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GNU:=aspell/dict/ml/} EXTRACT_SUFX= .tar.bz2 -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://savannah.nongnu.org/task/?6787 COMMENT= Malayalam language support for aspell LICENSE= gnu-gpl-v3 diff --git a/textproc/aspell-mn/Makefile b/textproc/aspell-mn/Makefile index 70c24c0da33..c1d712b27d7 100644 --- a/textproc/aspell-mn/Makefile +++ b/textproc/aspell-mn/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2013/04/12 00:01:28 rodent Exp $ +# $NetBSD: Makefile,v 1.2 2017/09/16 19:27:13 wiz Exp $ # DISTNAME= aspell6-mn-0.06-2 @@ -7,7 +7,7 @@ CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GNU:=aspell/dict/mn/} EXTRACT_SUFX= .tar.bz2 -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.openmn.org/ COMMENT= Mongolian language support for aspell LICENSE= gnu-gpl-v2 diff --git a/textproc/aspell-mr/Makefile b/textproc/aspell-mr/Makefile index c8a3f3c9a98..a84ccd3c848 100644 --- a/textproc/aspell-mr/Makefile +++ b/textproc/aspell-mr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2013/04/12 00:12:29 rodent Exp $ +# $NetBSD: Makefile,v 1.2 2017/09/16 19:27:14 wiz Exp $ # DISTNAME= aspell6-mr-0.10-0 @@ -7,7 +7,7 @@ CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GNU:=aspell/dict/mr/} EXTRACT_SUFX= .tar.bz2 -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.janabhaaratii.org.in/ COMMENT= Marathi language support for aspell LICENSE= gnu-gpl-v2 diff --git a/textproc/aspell-mt/Makefile b/textproc/aspell-mt/Makefile index 832097cb479..fe335eda198 100644 --- a/textproc/aspell-mt/Makefile +++ b/textproc/aspell-mt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2017/09/07 07:54:00 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2017/09/16 19:27:14 wiz Exp $ DISTNAME= aspell-mt-0.50-0 PKGNAME= ${DISTNAME:S/-0$/.0/1} @@ -6,7 +6,7 @@ CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GNU:=aspell/dict/mt/} EXTRACT_SUFX= .tar.bz2 -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org #HOMEPAGE= http://linux.org.mt/spellcheck/ COMMENT= Maltese language support for aspell LICENSE= gnu-lgpl-v2.1 diff --git a/textproc/aspell-nn/Makefile b/textproc/aspell-nn/Makefile index d5c8745b3a5..6258a0bbdf9 100644 --- a/textproc/aspell-nn/Makefile +++ b/textproc/aspell-nn/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2017/08/01 17:40:16 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2017/09/16 19:27:14 wiz Exp $ # DISTNAME= aspell-nn-0.50.1-1 @@ -7,7 +7,7 @@ CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GNU:=aspell/dict/nn/} EXTRACT_SUFX= .tar.bz2 -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org #HOMEPAGE= http://www.uio.no/~runekl/dictionary.html COMMENT= Norwegian Nynorsk language support for aspell LICENSE= gnu-gpl-v2 diff --git a/textproc/aspell-ny/Makefile b/textproc/aspell-ny/Makefile index 0e7b029d86a..509452bb973 100644 --- a/textproc/aspell-ny/Makefile +++ b/textproc/aspell-ny/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2013/04/12 10:45:24 rodent Exp $ +# $NetBSD: Makefile,v 1.2 2017/09/16 19:27:14 wiz Exp $ # DISTNAME= aspell5-ny-0.01-0 @@ -7,7 +7,7 @@ CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GNU:=aspell/dict/ny/} EXTRACT_SUFX= .tar.bz2 -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://borel.slu.edu/crubadan/ COMMENT= Chichewa language support for aspell LICENSE= gnu-gpl-v2 diff --git a/textproc/aspell-or/Makefile b/textproc/aspell-or/Makefile index a84f85504f6..54bc8b0cf1c 100644 --- a/textproc/aspell-or/Makefile +++ b/textproc/aspell-or/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2017/08/01 16:47:45 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2017/09/16 19:27:14 wiz Exp $ # DISTNAME= aspell6-or-0.03-1 @@ -7,7 +7,7 @@ CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GNU:=aspell/dict/or/} EXTRACT_SUFX= .tar.bz2 -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org #HOMEPAGE= http://oriya.sarovar.org/dictionary.html COMMENT= Oriya language support for aspell LICENSE= gnu-gpl-v2 diff --git a/textproc/aspell-pa/Makefile b/textproc/aspell-pa/Makefile index 787ac841e1d..120a55ebabc 100644 --- a/textproc/aspell-pa/Makefile +++ b/textproc/aspell-pa/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2017/08/01 17:40:16 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2017/09/16 19:27:14 wiz Exp $ # DISTNAME= aspell6-pa-0.01-1 @@ -7,7 +7,7 @@ CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GNU:=aspell/dict/pa/} EXTRACT_SUFX= .tar.bz2 -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org #HOMEPAGE= http://punlinux.sourceforge.net/dictionary.html COMMENT= Punjabi language support for aspell LICENSE= gnu-gpl-v2 diff --git a/textproc/aspell-pt_BR/Makefile b/textproc/aspell-pt_BR/Makefile index 7536f38aec5..dbda2707d8f 100644 --- a/textproc/aspell-pt_BR/Makefile +++ b/textproc/aspell-pt_BR/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2013/04/12 11:11:19 rodent Exp $ +# $NetBSD: Makefile,v 1.2 2017/09/16 19:27:14 wiz Exp $ # DISTNAME= aspell6-pt_BR-20090702-0 @@ -7,7 +7,7 @@ CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GNU:=aspell/dict/pt_BR/} EXTRACT_SUFX= .tar.bz2 -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.openoffice.org.br/?q=verortografico COMMENT= Brazilian Portuguese language support for aspell LICENSE= gnu-lgpl-v2.1 diff --git a/textproc/aspell-qu/Makefile b/textproc/aspell-qu/Makefile index 9ca0aa9382d..25620bb34a0 100644 --- a/textproc/aspell-qu/Makefile +++ b/textproc/aspell-qu/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2013/04/12 11:17:06 rodent Exp $ +# $NetBSD: Makefile,v 1.2 2017/09/16 19:27:15 wiz Exp $ # DISTNAME= aspell6-qu-0.02-0 @@ -7,7 +7,7 @@ CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GNU:=aspell/dict/qu/} EXTRACT_SUFX= .tar.bz2 -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://aspell.net/ COMMENT= Quechua language support for aspell LICENSE= gnu-gpl-v2 diff --git a/textproc/aspell-rw/Makefile b/textproc/aspell-rw/Makefile index 870047b6d39..7e1f3dec698 100644 --- a/textproc/aspell-rw/Makefile +++ b/textproc/aspell-rw/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2013/04/12 11:56:37 rodent Exp $ +# $NetBSD: Makefile,v 1.2 2017/09/16 19:27:15 wiz Exp $ # DISTNAME= aspell-rw-0.50-0 @@ -7,7 +7,7 @@ CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GNU:=aspell/dict/br/} EXTRACT_SUFX= .tar.bz2 -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://borel.slu.edu/crubadan/index.html COMMENT= Kinyarwanda language support for aspell LICENSE= gnu-gpl-v2 diff --git a/textproc/aspell-sc/Makefile b/textproc/aspell-sc/Makefile index 09c0eba66be..593534259ba 100644 --- a/textproc/aspell-sc/Makefile +++ b/textproc/aspell-sc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2013/04/12 12:19:29 rodent Exp $ +# $NetBSD: Makefile,v 1.2 2017/09/16 19:27:15 wiz Exp $ # DISTNAME= aspell5-sc-1.0 @@ -7,7 +7,7 @@ CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GNU:=aspell/dict/sc/} EXTRACT_SUFX= .tar.bz2 -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.ditzionariu.org/ COMMENT= Sardinian language support for aspell LICENSE= gnu-gpl-v2 diff --git a/textproc/aspell-sl/Makefile b/textproc/aspell-sl/Makefile index 6a6fcb2a94d..7632cc060d5 100644 --- a/textproc/aspell-sl/Makefile +++ b/textproc/aspell-sl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2013/04/12 12:25:05 rodent Exp $ +# $NetBSD: Makefile,v 1.2 2017/09/16 19:27:15 wiz Exp $ # DISTNAME= aspell-sl-0.50-0 @@ -7,7 +7,7 @@ CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GNU:=aspell/dict/sl/} EXTRACT_SUFX= .tar.bz2 -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://aspell.net/ COMMENT= Slovenian language support for aspell LICENSE= gnu-gpl-v2 diff --git a/textproc/aspell-sr/Makefile b/textproc/aspell-sr/Makefile index 0e4dd8b8fe8..7ed6a20cadf 100644 --- a/textproc/aspell-sr/Makefile +++ b/textproc/aspell-sr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2013/04/12 12:32:39 rodent Exp $ +# $NetBSD: Makefile,v 1.2 2017/09/16 19:27:15 wiz Exp $ # DISTNAME= aspell6-sr-0.02 @@ -7,7 +7,7 @@ CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GNU:=aspell/dict/sr/} EXTRACT_SUFX= .tar.bz2 -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://srpski.org/aspell/ COMMENT= Serbian language support for aspell LICENSE= gnu-lgpl-v2.1 diff --git a/textproc/aspell-sw/Makefile b/textproc/aspell-sw/Makefile index 73b0b8b8643..576a18ecc22 100644 --- a/textproc/aspell-sw/Makefile +++ b/textproc/aspell-sw/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2013/04/13 11:24:49 rodent Exp $ +# $NetBSD: Makefile,v 1.2 2017/09/16 19:27:15 wiz Exp $ # DISTNAME= aspell-sw-0.50-0 @@ -7,7 +7,7 @@ CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GNU:=aspell/dict/sw/} EXTRACT_SUFX= .tar.bz2 -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://aspell.net/ COMMENT= Swahili language support for aspell LICENSE= gnu-lgpl-v2.1 diff --git a/textproc/aspell-ta/Makefile b/textproc/aspell-ta/Makefile index 71c45cd0493..630d9c8002b 100644 --- a/textproc/aspell-ta/Makefile +++ b/textproc/aspell-ta/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2017/08/01 16:47:45 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2017/09/16 19:27:15 wiz Exp $ # DISTNAME= aspell6-ta-20040424-1 @@ -7,7 +7,7 @@ CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GNU:=aspell/dict/ta/} EXTRACT_SUFX= .tar.bz2 -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org #HOMEPAGE= http://www.developer.thamizha.com/spellchecker/ COMMENT= Tamil language support for aspell LICENSE= gnu-gpl-v2 diff --git a/textproc/aspell-tet/Makefile b/textproc/aspell-tet/Makefile index 5313a9764a8..336ebb2f8c9 100644 --- a/textproc/aspell-tet/Makefile +++ b/textproc/aspell-tet/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2013/04/13 11:54:12 rodent Exp $ +# $NetBSD: Makefile,v 1.2 2017/09/16 19:27:15 wiz Exp $ # DISTNAME= aspell5-tet-0.1.1 @@ -7,7 +7,7 @@ CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GNU:=aspell/dict/tet/} EXTRACT_SUFX= .tar.bz2 -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.gnu.org/software/tetum/dictionaries/spellcheckers.html COMMENT= Tetum language support for aspell LICENSE= gnu-gpl-v2 diff --git a/textproc/aspell-tk/Makefile b/textproc/aspell-tk/Makefile index 9e02bf308f0..bf56a686f3e 100644 --- a/textproc/aspell-tk/Makefile +++ b/textproc/aspell-tk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2013/04/13 11:58:55 rodent Exp $ +# $NetBSD: Makefile,v 1.2 2017/09/16 19:27:16 wiz Exp $ # DISTNAME= aspell5-tk-0.01-0 @@ -7,7 +7,7 @@ CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GNU:=aspell/dict/tk/} EXTRACT_SUFX= .tar.bz2 -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://borel.slu.edu/crubadan/ COMMENT= Turkmen language support for aspell LICENSE= gnu-gpl-v2 diff --git a/textproc/aspell-tl/Makefile b/textproc/aspell-tl/Makefile index 43f9c8b2417..d04f86252ad 100644 --- a/textproc/aspell-tl/Makefile +++ b/textproc/aspell-tl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2013/04/13 12:03:06 rodent Exp $ +# $NetBSD: Makefile,v 1.2 2017/09/16 19:27:16 wiz Exp $ # DISTNAME= aspell5-tl-0.02-1 @@ -7,7 +7,7 @@ CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GNU:=aspell/dict/tl/} EXTRACT_SUFX= .tar.bz2 -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://borel.slu.edu/crubadan/index.html COMMENT= Tagalog language support for aspell LICENSE= gnu-gpl-v2 diff --git a/textproc/aspell-tn/Makefile b/textproc/aspell-tn/Makefile index 45be80bb66d..b53663a028e 100644 --- a/textproc/aspell-tn/Makefile +++ b/textproc/aspell-tn/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2013/04/13 12:07:33 rodent Exp $ +# $NetBSD: Makefile,v 1.2 2017/09/16 19:27:16 wiz Exp $ # DISTNAME= aspell5-tn-1.0.1-0 @@ -7,7 +7,7 @@ CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GNU:=aspell/dict/tn/} EXTRACT_SUFX= .tar.bz2 -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://borel.slu.edu/crubadan/index.html COMMENT= Setswana language support for aspell LICENSE= gnu-gpl-v2 diff --git a/textproc/aspell-tr/Makefile b/textproc/aspell-tr/Makefile index cd6a0d6bf21..2d270f64ba2 100644 --- a/textproc/aspell-tr/Makefile +++ b/textproc/aspell-tr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2013/04/13 12:25:59 rodent Exp $ +# $NetBSD: Makefile,v 1.2 2017/09/16 19:27:16 wiz Exp $ # DISTNAME= aspell-tr-0.50-0 @@ -7,7 +7,7 @@ CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GNU:=aspell/dict/tr/} EXTRACT_SUFX= .tar.bz2 -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://turkce.sourceforge.net/ COMMENT= Turkish language support for aspell LICENSE= gnu-gpl-v2 diff --git a/textproc/aspell-uz/Makefile b/textproc/aspell-uz/Makefile index d734645ef10..4a77bdbb70d 100644 --- a/textproc/aspell-uz/Makefile +++ b/textproc/aspell-uz/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2017/08/01 17:40:16 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2017/09/16 19:27:16 wiz Exp $ # DISTNAME= aspell6-uz-0.6-0 @@ -7,7 +7,7 @@ CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GNU:=aspell/dict/uz/} EXTRACT_SUFX= .tar.bz2 -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org #HOMEPAGE= http://www.uni-bremen.de/~kmashrab/uzbek-word-list/ COMMENT= Uzbek language support for aspell LICENSE= gnu-gpl-v2 diff --git a/textproc/aspell-vi/Makefile b/textproc/aspell-vi/Makefile index f5715073881..f89fd009157 100644 --- a/textproc/aspell-vi/Makefile +++ b/textproc/aspell-vi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2013/04/13 12:35:21 rodent Exp $ +# $NetBSD: Makefile,v 1.2 2017/09/16 19:27:16 wiz Exp $ # DISTNAME= aspell6-vi-0.01.1-1 @@ -7,7 +7,7 @@ CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GNU:=aspell/dict/vi/} EXTRACT_SUFX= .tar.bz2 -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://aspell.net/ COMMENT= Vietnamese language support for aspell LICENSE= gnu-gpl-v2 diff --git a/textproc/aspell-wa/Makefile b/textproc/aspell-wa/Makefile index 8b6e0502a42..0a3f746f347 100644 --- a/textproc/aspell-wa/Makefile +++ b/textproc/aspell-wa/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2013/04/13 12:40:25 rodent Exp $ +# $NetBSD: Makefile,v 1.2 2017/09/16 19:27:17 wiz Exp $ # DISTNAME= aspell-wa-0.50-0 @@ -7,7 +7,7 @@ CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GNU:=aspell/dict/wa/} EXTRACT_SUFX= .tar.bz2 -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://chanae.walon.org/walon/ COMMENT= Walloon language support for aspell LICENSE= gnu-gpl-v2 diff --git a/textproc/aspell-yi/Makefile b/textproc/aspell-yi/Makefile index bf049f29297..4b90fdafc2f 100644 --- a/textproc/aspell-yi/Makefile +++ b/textproc/aspell-yi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2013/04/13 12:44:44 rodent Exp $ +# $NetBSD: Makefile,v 1.2 2017/09/16 19:27:17 wiz Exp $ # DISTNAME= aspell6-yi-0.01.1-1 @@ -7,7 +7,7 @@ CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GNU:=aspell/dict/yi/} EXTRACT_SUFX= .tar.bz2 -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://aspell.net/ COMMENT= Yiddish language support for aspell LICENSE= gnu-gpl-v2 diff --git a/textproc/aspell-zu/Makefile b/textproc/aspell-zu/Makefile index c6202fc2063..511ae28369f 100644 --- a/textproc/aspell-zu/Makefile +++ b/textproc/aspell-zu/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2015/02/19 14:23:57 mef Exp $ +# $NetBSD: Makefile,v 1.3 2017/09/16 19:27:17 wiz Exp $ # DISTNAME= aspell-zu-0.50-0 @@ -10,7 +10,7 @@ CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GNU:=aspell/dict/zu/} EXTRACT_SUFX= .tar.bz2 -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://aspell.net/ COMMENT= Zulu language support for aspell LICENSE= gnu-lgpl-v2.1 diff --git a/textproc/cityhash/Makefile b/textproc/cityhash/Makefile index 4c5bdb9e2bb..a2052c2a1cb 100644 --- a/textproc/cityhash/Makefile +++ b/textproc/cityhash/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.2 2017/08/01 16:55:42 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2017/09/16 19:27:17 wiz Exp $ DISTNAME= cityhash-1.1.1 CATEGORIES= textproc MASTER_SITES= http://cityhash.googlecode.com/files/ -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/google/cityhash COMMENT= Provides hash functions for strings LICENSE= mit diff --git a/textproc/ispell-gl/Makefile b/textproc/ispell-gl/Makefile index 8456bc2c6f1..e4aba378a99 100644 --- a/textproc/ispell-gl/Makefile +++ b/textproc/ispell-gl/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.1 2013/04/24 11:45:00 rodent Exp $ +# $NetBSD: Makefile,v 1.2 2017/09/16 19:27:17 wiz Exp $ # DISTNAME= ispell-gl-0.5 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ispell-gl/} -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://ispell-gl.sourceforge.net/ COMMENT= Galician dictionary for interactive spelling checker LICENSE= gnu-gpl-v2 diff --git a/textproc/ispell-ku/Makefile b/textproc/ispell-ku/Makefile index 4af4b5d5e54..b8473eab483 100644 --- a/textproc/ispell-ku/Makefile +++ b/textproc/ispell-ku/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.2 2013/06/09 22:59:13 rodent Exp $ +# $NetBSD: Makefile,v 1.3 2017/09/16 19:27:17 wiz Exp $ # DISTNAME= ispell-ku-0.20 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=myspellkurdish/} -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://myspellkurdish.sourceforge.net/ COMMENT= Kurdish dictionary for interactive spelling checker LICENSE= gnu-gpl-v2 diff --git a/textproc/ispell-pt_BR/Makefile b/textproc/ispell-pt_BR/Makefile index d4c23932907..514aa9c4250 100644 --- a/textproc/ispell-pt_BR/Makefile +++ b/textproc/ispell-pt_BR/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2016/04/21 14:21:08 jperkin Exp $ +# $NetBSD: Makefile,v 1.3 2017/09/16 19:27:17 wiz Exp $ # DISTNAME= br.ispell-2.4 @@ -6,7 +6,7 @@ PKGNAME= ispell-br-2.4 CATEGORIES= textproc MASTER_SITES= http://www.ime.usp.br/~ueda/br.ispell/ -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.ime.usp.br/~ueda/br.ispell/summary.html COMMENT= Brazilian Portuguese dictionary for interactive spelling checker LICENSE= gnu-gpl-v2 diff --git a/textproc/p5-HTML-FormatText-WithLinks-AndTables/Makefile b/textproc/p5-HTML-FormatText-WithLinks-AndTables/Makefile index 62605c81fe8..27aa6dd3dd6 100644 --- a/textproc/p5-HTML-FormatText-WithLinks-AndTables/Makefile +++ b/textproc/p5-HTML-FormatText-WithLinks-AndTables/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2017/06/05 14:24:40 ryoon Exp $ +# $NetBSD: Makefile,v 1.8 2017/09/16 19:27:18 wiz Exp $ # DISTNAME= HTML-FormatText-WithLinks-AndTables-0.07 @@ -7,7 +7,7 @@ PKGREVISION= 1 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTML/} -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/~sfryer/HTML-FormatText-WithLinks-AndTables/ COMMENT= Converts HTML to Text with tables in tact LICENSE= ${PERL5_LICENSE} diff --git a/textproc/p5-HTML-FormatText-WithLinks/Makefile b/textproc/p5-HTML-FormatText-WithLinks/Makefile index 2fae00460fa..da10e5ae108 100644 --- a/textproc/p5-HTML-FormatText-WithLinks/Makefile +++ b/textproc/p5-HTML-FormatText-WithLinks/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2017/06/05 14:24:40 ryoon Exp $ +# $NetBSD: Makefile,v 1.7 2017/09/16 19:27:18 wiz Exp $ # DISTNAME= HTML-FormatText-WithLinks-0.15 @@ -7,7 +7,7 @@ PKGREVISION= 3 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTML/} -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/~struan/HTML-FormatText-WithLinks/ COMMENT= HTML to text conversion with links as footnotes LICENSE= ${PERL5_LICENSE} diff --git a/textproc/p5-Lingua-EN-Fathom/Makefile b/textproc/p5-Lingua-EN-Fathom/Makefile index 923fe64b05c..9aedf5ad1b3 100644 --- a/textproc/p5-Lingua-EN-Fathom/Makefile +++ b/textproc/p5-Lingua-EN-Fathom/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.4 2017/09/03 08:09:51 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2017/09/16 19:27:18 wiz Exp $ DISTNAME= Lingua-EN-Fathom-1.19 PKGNAME= p5-${DISTNAME} CATEGORIES= perl5 textproc MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Lingua/} -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/~kimryan/Lingua-EN-Fathom/ COMMENT= Measure readability of English text LICENSE= artistic AND gnu-gpl-v1 diff --git a/textproc/p5-Lingua-EN-Syllable/Makefile b/textproc/p5-Lingua-EN-Syllable/Makefile index 8efb91a5ce1..371c584179f 100644 --- a/textproc/p5-Lingua-EN-Syllable/Makefile +++ b/textproc/p5-Lingua-EN-Syllable/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2017/06/05 14:24:41 ryoon Exp $ +# $NetBSD: Makefile,v 1.4 2017/09/16 19:27:18 wiz Exp $ DISTNAME= Lingua-EN-Syllable-0.251 PKGNAME= p5-${DISTNAME} @@ -6,7 +6,7 @@ PKGREVISION= 2 CATEGORIES= perl5 textproc MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Lingua/} -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/~gregfast/Lingua-EN-Syllable-0.251/ COMMENT= Routine for estimating syllable count in words LICENSE= ${PERL5_LICENSE} diff --git a/textproc/p5-Locale-Maketext-Gettext/Makefile b/textproc/p5-Locale-Maketext-Gettext/Makefile index ff8c1f1b8bd..f560dc9c279 100644 --- a/textproc/p5-Locale-Maketext-Gettext/Makefile +++ b/textproc/p5-Locale-Maketext-Gettext/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2017/06/05 14:24:42 ryoon Exp $ +# $NetBSD: Makefile,v 1.6 2017/09/16 19:27:18 wiz Exp $ # DISTNAME= Locale-Maketext-Gettext-1.28 @@ -7,7 +7,7 @@ PKGREVISION= 4 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Locale/} -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/~imacat/Locale-Maketext-Gettext/ COMMENT= Joins the gettext and Maketext frameworks LICENSE= ${PERL5_LICENSE} diff --git a/textproc/p5-Publican/Makefile b/textproc/p5-Publican/Makefile index 8f71b0fc0b1..7f831beed02 100644 --- a/textproc/p5-Publican/Makefile +++ b/textproc/p5-Publican/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2017/06/05 14:24:44 ryoon Exp $ +# $NetBSD: Makefile,v 1.4 2017/09/16 19:27:18 wiz Exp $ # DISTNAME= Publican-v4.3.1 @@ -7,7 +7,7 @@ PKGREVISION= 2 CATEGORIES= textproc MASTER_SITES= https://fedorahosted.org/releases/p/u/publican/ -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://fedorahosted.org/publican/ COMMENT= Single source publishing tool based on DocBook XML LICENSE= gnu-gpl-v2 diff --git a/textproc/php-excel/Makefile b/textproc/php-excel/Makefile index 7184faad070..6493f006870 100644 --- a/textproc/php-excel/Makefile +++ b/textproc/php-excel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2017/09/02 14:28:52 taca Exp $ +# $NetBSD: Makefile,v 1.3 2017/09/16 19:27:18 wiz Exp $ # DISTNAME= 1.8.1 @@ -7,7 +7,7 @@ CATEGORIES= textproc MASTER_SITES= https://github.com/PHPOffice/PHPExcel/archive/ DIST_SUBDIR= ${PKGBASE:S/${PHP_PKG_PREFIX}/php/1} -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/PHPOffice/PHPExcel COMMENT= Pure PHP library for reading and writing spreadsheet files LICENSE= gnu-lgpl-v2 AND gnu-lgpl-v2.1 diff --git a/textproc/py-acora/Makefile b/textproc/py-acora/Makefile index ec0bbdb26a7..0f589fd9877 100644 --- a/textproc/py-acora/Makefile +++ b/textproc/py-acora/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.5 2017/09/03 08:53:16 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2017/09/16 19:27:18 wiz Exp $ DISTNAME= acora-2.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_PYPI:=a/acora/} -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://pypi.python.org/pypi/acora COMMENT= Fast multi-keyword search engine for text strings in Python LICENSE= modified-bsd diff --git a/textproc/py-biplist/Makefile b/textproc/py-biplist/Makefile index 6a3e223e8ac..f3160103ae2 100644 --- a/textproc/py-biplist/Makefile +++ b/textproc/py-biplist/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.5 2016/06/08 17:43:42 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2017/09/16 19:27:19 wiz Exp $ DISTNAME= biplist-0.9 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= python textproc MASTER_SITES= ${MASTER_SITE_PYPI:=b/biplist/} -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://bitbucket.org/wooster/biplist COMMENT= Library for reading/writing binary plists LICENSE= modified-bsd diff --git a/textproc/py-color/Makefile b/textproc/py-color/Makefile index e0ac50675dd..fa178672692 100644 --- a/textproc/py-color/Makefile +++ b/textproc/py-color/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.4 2016/06/08 17:43:42 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2017/09/16 19:27:19 wiz Exp $ DISTNAME= color-0.3.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= python textproc MASTER_SITES= ${MASTER_SITE_PYPI:=c/color/} -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/sahchandler/color COMMENT= Very small color printing module LICENSE= 2-clause-bsd diff --git a/textproc/py-colour/Makefile b/textproc/py-colour/Makefile index 8050ed9b732..32301320c3c 100644 --- a/textproc/py-colour/Makefile +++ b/textproc/py-colour/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.5 2017/07/30 22:32:23 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2017/09/16 19:27:19 wiz Exp $ DISTNAME= colour-0.1.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= python textproc MASTER_SITES= ${MASTER_SITE_PYPI:=c/colour/} -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/vaab/colour COMMENT= Converts and manipulates various color representation LICENSE= 2-clause-bsd diff --git a/textproc/py-defusedxml/Makefile b/textproc/py-defusedxml/Makefile index 0b65c9658a7..5e0a80da6ed 100644 --- a/textproc/py-defusedxml/Makefile +++ b/textproc/py-defusedxml/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.4 2017/04/14 21:15:51 adam Exp $ +# $NetBSD: Makefile,v 1.5 2017/09/16 19:27:19 wiz Exp $ DISTNAME= defusedxml-0.5.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= python textproc MASTER_SITES= ${MASTER_SITE_PYPI:=d/defusedxml/} -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/tiran/defusedxml COMMENT= XML bomb protection for Python stdlib modules LICENSE= python-software-foundation diff --git a/textproc/py-ejson/Makefile b/textproc/py-ejson/Makefile index 5fdab753e02..2d83881e019 100644 --- a/textproc/py-ejson/Makefile +++ b/textproc/py-ejson/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2017/02/20 17:00:36 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2017/09/16 19:27:19 wiz Exp $ DISTNAME= ejson-0.1.6 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -6,7 +6,7 @@ CATEGORIES= python textproc MASTER_SITES= ${MASTER_SITE_PYPI:=e/ejson/} DIST_SUBDIR= ${PKGBASE:S/${PYPKGPREFIX}/py/1} -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/Yipit/ejson/ COMMENT= Extensible JSON serializers and deserializers LICENSE= gnu-lgpl-v3 diff --git a/textproc/py-ftfy/Makefile b/textproc/py-ftfy/Makefile index 8e4016a3d6a..a03055a44c9 100644 --- a/textproc/py-ftfy/Makefile +++ b/textproc/py-ftfy/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.7 2017/07/30 22:32:23 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2017/09/16 19:27:19 wiz Exp $ DISTNAME= ftfy-4.2.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= python textproc MASTER_SITES= ${MASTER_SITE_PYPI:=f/ftfy/} -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/LuminosoInsight/python-ftfy COMMENT= Fixes some problems with Unicode text after the fact LICENSE= mit diff --git a/textproc/py-iniparse/Makefile b/textproc/py-iniparse/Makefile index e8d573d2061..9e2cb6c4eba 100644 --- a/textproc/py-iniparse/Makefile +++ b/textproc/py-iniparse/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.8 2017/09/04 18:55:10 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2017/09/16 19:27:19 wiz Exp $ DISTNAME= iniparse-0.4 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= python textproc MASTER_SITES= http://iniparse.googlecode.com/files/ -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://pypi.python.org/pypi/iniparse/ COMMENT= Better INI parser for Python LICENSE= mit AND python-software-foundation diff --git a/textproc/py-phonenumbers/Makefile b/textproc/py-phonenumbers/Makefile index 769f1c5dbe3..fe3de119eb7 100644 --- a/textproc/py-phonenumbers/Makefile +++ b/textproc/py-phonenumbers/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.8 2017/01/12 00:52:25 rodent Exp $ +# $NetBSD: Makefile,v 1.9 2017/09/16 19:27:20 wiz Exp $ DISTNAME= phonenumbers-8.0.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= comms textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=p/phonenumbers/} -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/daviddrysdale/python-phonenumbers COMMENT= Library for formatting, storing and validating phone numbers LICENSE= apache-2.0 diff --git a/textproc/py-pyquery/Makefile b/textproc/py-pyquery/Makefile index c205e6fb23a..e941451f19a 100644 --- a/textproc/py-pyquery/Makefile +++ b/textproc/py-pyquery/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.5 2017/07/11 08:18:43 adam Exp $ +# $NetBSD: Makefile,v 1.6 2017/09/16 19:27:20 wiz Exp $ DISTNAME= pyquery-1.2.17 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= python textproc MASTER_SITES= ${MASTER_SITE_PYPI:=p/pyquery/} -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/gawel/pyquery COMMENT= Python jquery-like library LICENSE= modified-bsd diff --git a/textproc/py-tinycss/Makefile b/textproc/py-tinycss/Makefile index b986288d226..4eb50637c89 100644 --- a/textproc/py-tinycss/Makefile +++ b/textproc/py-tinycss/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.3 2017/01/10 13:54:43 kleink Exp $ +# $NetBSD: Makefile,v 1.4 2017/09/16 19:27:20 wiz Exp $ DISTNAME= tinycss-0.4 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= python textproc MASTER_SITES= ${MASTER_SITE_PYPI:=t/tinycss/} -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://tinycss.readthedocs.io/ COMMENT= Complete yet simple CSS parser for Python LICENSE= modified-bsd diff --git a/textproc/py-validators/Makefile b/textproc/py-validators/Makefile index 91cadb96a05..ff709a4ae43 100644 --- a/textproc/py-validators/Makefile +++ b/textproc/py-validators/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.4 2016/06/08 17:43:42 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2017/09/16 19:27:20 wiz Exp $ DISTNAME= validators-0.7 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= python textproc MASTER_SITES= ${MASTER_SITE_PYPI:=v/validators/} -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/kvesteri/validators COMMENT= Python data validation for humans LICENSE= mit diff --git a/textproc/ruby-xpath/Makefile b/textproc/ruby-xpath/Makefile index d75c5e72111..af371b0c92a 100644 --- a/textproc/ruby-xpath/Makefile +++ b/textproc/ruby-xpath/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.7 2017/07/30 22:32:24 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2017/09/16 19:27:20 wiz Exp $ DISTNAME= xpath-2.1.0 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} CATEGORIES= ruby textproc -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/jnicklas/xpath COMMENT= Ruby DSL for generating XPath expressions LICENSE= mit diff --git a/textproc/ruby-yard/Makefile b/textproc/ruby-yard/Makefile index 321cdc12a5b..1fa202a0488 100644 --- a/textproc/ruby-yard/Makefile +++ b/textproc/ruby-yard/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.7 2017/09/04 18:08:29 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2017/09/16 19:27:20 wiz Exp $ DISTNAME= yard-0.9.9 CATEGORIES= ruby textproc -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://yardoc.org/ COMMENT= Documentation generation tool for the Ruby programming language LICENSE= mit diff --git a/textproc/saxon/Makefile b/textproc/saxon/Makefile index b907e7598a9..8ddf86aa533 100644 --- a/textproc/saxon/Makefile +++ b/textproc/saxon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2013/05/18 01:43:42 rodent Exp $ +# $NetBSD: Makefile,v 1.25 2017/09/16 19:27:20 wiz Exp $ DISTNAME= SaxonHE9-5-0-1J PKGNAME= ${DISTNAME:tl:S/-/./g:S/he/-/1} @@ -6,7 +6,7 @@ CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=saxon/} EXTRACT_SUFX= .zip -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://saxon.sourceforge.net/ COMMENT= Michael H. Kay's Java XSLT processor LICENSE= mpl-2.0 diff --git a/textproc/serd/Makefile b/textproc/serd/Makefile index 0a9621ec2ba..ca1ad00ce0e 100644 --- a/textproc/serd/Makefile +++ b/textproc/serd/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.1 2015/04/19 23:10:52 rodent Exp $ +# $NetBSD: Makefile,v 1.2 2017/09/16 19:27:20 wiz Exp $ DISTNAME= serd-0.20.0 CATEGORIES= textproc MASTER_SITES= http://download.drobilla.net/ EXTRACT_SUFX= .tar.bz2 -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://drobilla.net/software/serd/ COMMENT= Lightweight C library for RDF syntax LICENSE= isc diff --git a/textproc/sord/Makefile b/textproc/sord/Makefile index 2c37b28b760..bb0cf9c7cbd 100644 --- a/textproc/sord/Makefile +++ b/textproc/sord/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.1 2015/04/19 23:23:10 rodent Exp $ +# $NetBSD: Makefile,v 1.2 2017/09/16 19:27:21 wiz Exp $ DISTNAME= sord-0.12.2 CATEGORIES= textproc MASTER_SITES= http://download.drobilla.net/ EXTRACT_SUFX= .tar.bz2 -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://drobilla.net/software/sord/ COMMENT= Lightweight C library for storing RDF data in memory LICENSE= isc diff --git a/time/oclock/Makefile b/time/oclock/Makefile index 2013255a7cc..b7096e31718 100644 --- a/time/oclock/Makefile +++ b/time/oclock/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2013/06/09 12:12:27 rodent Exp $ +# $NetBSD: Makefile,v 1.4 2017/09/16 19:27:21 wiz Exp $ # DISTNAME= oclock-1.0.3 @@ -6,7 +6,7 @@ CATEGORIES= time x11 MASTER_SITES= ${MASTER_SITE_XORG:=app/} EXTRACT_SUFX= .tar.bz2 -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://xorg.freedesktop.org/ COMMENT= Simple analog clock to make a round window LICENSE= x11 diff --git a/time/py-goocalendar/Makefile b/time/py-goocalendar/Makefile index d3f5c3b52d4..d29290b2612 100644 --- a/time/py-goocalendar/Makefile +++ b/time/py-goocalendar/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.7 2017/09/04 18:55:10 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2017/09/16 19:27:21 wiz Exp $ DISTNAME= GooCalendar-0.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} CATEGORIES= python time MASTER_SITES= http://goocalendar.googlecode.com/files/ -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://goocalendar.tryton.org/ COMMENT= Calendar widget using GooCanvas LICENSE= gnu-gpl-v2 diff --git a/time/py-trytond-calendar-classification/Makefile b/time/py-trytond-calendar-classification/Makefile index b21aa324ee5..0c4bb3a2b37 100644 --- a/time/py-trytond-calendar-classification/Makefile +++ b/time/py-trytond-calendar-classification/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.1 2016/12/04 21:13:08 rodent Exp $ +# $NetBSD: Makefile,v 1.2 2017/09/16 19:27:21 wiz Exp $ TRYTON_MODULE_NAME= trytond_calendar_classification .include "../../devel/py-trytond/Makefile.common" CATEGORIES= python time -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.tryton.org/ COMMENT= Calendar classification module of Tryton's application platform LICENSE= gnu-gpl-v3 diff --git a/time/py-trytond-calendar-scheduling/Makefile b/time/py-trytond-calendar-scheduling/Makefile index f69536876b4..19813fbd632 100644 --- a/time/py-trytond-calendar-scheduling/Makefile +++ b/time/py-trytond-calendar-scheduling/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2017/02/20 17:00:37 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2017/09/16 19:27:21 wiz Exp $ TRYTON_MODULE_NAME= trytond_calendar_scheduling .include "../../devel/py-trytond/Makefile.common" CATEGORIES= python time -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.tryton.org/ COMMENT= Calendar scheduling module of Tryton's application platform LICENSE= gnu-gpl-v3 diff --git a/time/py-trytond-calendar-todo/Makefile b/time/py-trytond-calendar-todo/Makefile index c2433fc60ef..174b3c15bf9 100644 --- a/time/py-trytond-calendar-todo/Makefile +++ b/time/py-trytond-calendar-todo/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2017/02/20 17:00:37 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2017/09/16 19:27:21 wiz Exp $ TRYTON_MODULE_NAME= trytond_calendar_todo .include "../../devel/py-trytond/Makefile.common" CATEGORIES= python time -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.tryton.org/ COMMENT= Calendar TODO module of Tryton's application platform LICENSE= gnu-gpl-v3 diff --git a/time/py-trytond-calendar/Makefile b/time/py-trytond-calendar/Makefile index 39d808f6549..08a85aa69cd 100644 --- a/time/py-trytond-calendar/Makefile +++ b/time/py-trytond-calendar/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.8 2017/02/20 17:00:37 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2017/09/16 19:27:21 wiz Exp $ TRYTON_MODULE_NAME= trytond_calendar .include "../../devel/py-trytond/Makefile.common" CATEGORIES= python time -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.tryton.org/ COMMENT= Calendar module of the Tryton application platform LICENSE= gnu-gpl-v3 diff --git a/time/py-trytond-timesheet-cost/Makefile b/time/py-trytond-timesheet-cost/Makefile index bf91c5ce751..0b5489af601 100644 --- a/time/py-trytond-timesheet-cost/Makefile +++ b/time/py-trytond-timesheet-cost/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.1 2016/12/04 21:13:09 rodent Exp $ +# $NetBSD: Makefile,v 1.2 2017/09/16 19:27:22 wiz Exp $ TRYTON_MODULE_NAME= trytond_timesheet_cost .include "../../devel/py-trytond/Makefile.common" CATEGORIES= python time -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.tryton.org/ COMMENT= Timesheet cost module of Tryton's application platform LICENSE= gnu-gpl-v3 diff --git a/time/py-trytond-timesheet/Makefile b/time/py-trytond-timesheet/Makefile index a8ebefc489c..44cd79f4489 100644 --- a/time/py-trytond-timesheet/Makefile +++ b/time/py-trytond-timesheet/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2017/02/20 17:00:37 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2017/09/16 19:27:22 wiz Exp $ TRYTON_MODULE_NAME= trytond_timesheet .include "../../devel/py-trytond/Makefile.common" CATEGORIES= python time -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.tryton.org/ COMMENT= Timesheet module of Tryton's application platform LICENSE= gnu-gpl-v3 diff --git a/wm/libWindowsWM/Makefile b/wm/libWindowsWM/Makefile index 557e6be597a..dcda51eb3ed 100644 --- a/wm/libWindowsWM/Makefile +++ b/wm/libWindowsWM/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.4 2015/02/14 05:33:04 riastradh Exp $ +# $NetBSD: Makefile,v 1.5 2017/09/16 19:27:22 wiz Exp $ DISTNAME= libWindowsWM-1.0.1 CATEGORIES= wm x11 MASTER_SITES= ${MASTER_SITE_XORG:=lib/} EXTRACT_SUFX= .tar.bz2 -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://xorg.freedesktop.org/ COMMENT= Cygwin/X rootless window management extension LICENSE= mit diff --git a/wm/windowswmproto/Makefile b/wm/windowswmproto/Makefile index 77009d6a7e6..97a3cbd9d90 100644 --- a/wm/windowswmproto/Makefile +++ b/wm/windowswmproto/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.1 2013/05/31 00:27:37 rodent Exp $ +# $NetBSD: Makefile,v 1.2 2017/09/16 19:27:22 wiz Exp $ DISTNAME= windowswmproto-1.0.4 CATEGORIES= wm MASTER_SITES= ${MASTER_SITE_XORG:=proto/} EXTRACT_SUFX= .tar.bz2 -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://xorg.freedesktop.org/ COMMENT= Provides definition of the WindowsWM extension to the X11 protocol LICENSE= mit diff --git a/www/p5-Apache-Session-SharedMem/Makefile b/www/p5-Apache-Session-SharedMem/Makefile index 6c7fd71aa41..2ebcf6036a0 100644 --- a/www/p5-Apache-Session-SharedMem/Makefile +++ b/www/p5-Apache-Session-SharedMem/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2017/06/05 14:25:08 ryoon Exp $ +# $NetBSD: Makefile,v 1.6 2017/09/16 19:27:22 wiz Exp $ # DISTNAME= Apache-Session-SharedMem-0.6 @@ -7,7 +7,7 @@ PKGREVISION= 4 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Apache/} -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Apache-Session-SharedMem/ COMMENT= Apache::Session module that stores session data in shared memory LICENSE= ${PERL5_LICENSE} diff --git a/www/php-propro/Makefile b/www/php-propro/Makefile index d1308f0b711..ae0c4032289 100644 --- a/www/php-propro/Makefile +++ b/www/php-propro/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.4 2016/09/11 17:03:29 taca Exp $ +# $NetBSD: Makefile,v 1.5 2017/09/16 19:27:22 wiz Exp $ MODNAME= propro PECL_VERSION= 1.0.2 CATEGORIES= www -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://pecl.php.net/package/propro COMMENT= Reusable split-off of pecl_http's property proxy API LICENSE= 2-clause-bsd diff --git a/www/php-propro2/Makefile b/www/php-propro2/Makefile index 09b9d64f995..7a185c266a7 100644 --- a/www/php-propro2/Makefile +++ b/www/php-propro2/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.1 2016/03/12 09:12:52 fhajny Exp $ +# $NetBSD: Makefile,v 1.2 2017/09/16 19:27:22 wiz Exp $ MODNAME= propro PECL_VERSION= 2.0.0 CATEGORIES= www -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://pecl.php.net/package/propro COMMENT= Reusable split-off of pecl_http's property proxy API LICENSE= 2-clause-bsd diff --git a/www/py-django-tastypie/Makefile b/www/py-django-tastypie/Makefile index eb3be0a8e93..ea0ed16b99c 100644 --- a/www/py-django-tastypie/Makefile +++ b/www/py-django-tastypie/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.10 2017/07/30 22:32:26 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2017/09/16 19:27:22 wiz Exp $ DISTNAME= django-tastypie-0.13.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= python www MASTER_SITES= ${MASTER_SITE_PYPI:=d/django-tastypie/} -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/toastdriven/django-tastypie/ COMMENT= Flexible and capable API layer for Django LICENSE= modified-bsd diff --git a/www/py-flask-babel/Makefile b/www/py-flask-babel/Makefile index 79fc6096d18..86f988fd040 100644 --- a/www/py-flask-babel/Makefile +++ b/www/py-flask-babel/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.6 2017/07/30 22:32:26 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2017/09/16 19:27:23 wiz Exp $ DISTNAME= Flask-Babel-0.11.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} CATEGORIES= www MASTER_SITES= ${MASTER_SITE_PYPI:=F/Flask-Babel/} -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/mitsuhiko/flask-babel COMMENT= Adds i18n/l10n support to Flask applications LICENSE= modified-bsd diff --git a/www/py-flask-bootstrap/Makefile b/www/py-flask-bootstrap/Makefile index 523efcd5d22..f3cb77cbc04 100644 --- a/www/py-flask-bootstrap/Makefile +++ b/www/py-flask-bootstrap/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.10 2017/07/30 22:32:26 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2017/09/16 19:27:23 wiz Exp $ DISTNAME= Flask-Bootstrap-3.3.2.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} CATEGORIES= python www MASTER_SITES= ${MASTER_SITE_PYPI:=F/Flask-Bootstrap/} -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/mbr/flask-bootstrap COMMENT= Flask extension for Twitter's Bootstrap LICENSE= apache-2.0 AND mit AND modified-bsd diff --git a/www/py-flask-debugtoolbar/Makefile b/www/py-flask-debugtoolbar/Makefile index af39cc0e002..47bf2acee8a 100644 --- a/www/py-flask-debugtoolbar/Makefile +++ b/www/py-flask-debugtoolbar/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.5 2016/06/08 17:43:47 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2017/09/16 19:27:23 wiz Exp $ DISTNAME= Flask-DebugToolbar-0.9.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= python www MASTER_SITES= ${MASTER_SITE_PYPI:=F/Flask-DebugToolbar/} -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://flask-debugtoolbar.rtfd.org/ COMMENT= Port of the Django debug toolbar to Flask LICENSE= apache-2.0 AND gnu-gpl-v3 AND gnu-lgpl-v2.1 AND mit AND modified-bsd diff --git a/www/py-flask-limiter/Makefile b/www/py-flask-limiter/Makefile index 86cc2a36aa3..1b8581e0379 100644 --- a/www/py-flask-limiter/Makefile +++ b/www/py-flask-limiter/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2016/06/08 17:43:49 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2017/09/16 19:27:23 wiz Exp $ # DISTNAME= Flask-Limiter-0.7.9 @@ -7,7 +7,7 @@ PKGREVISION= 1 CATEGORIES= python www MASTER_SITES= ${MASTER_SITE_PYPI:=F/Flask-Limiter/} -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://flask-limiter.readthedocs.org/ COMMENT= Rate limiting for flask applications LICENSE= mit diff --git a/www/py-flask-sslify/Makefile b/www/py-flask-sslify/Makefile index 76b24016256..a4b43005251 100644 --- a/www/py-flask-sslify/Makefile +++ b/www/py-flask-sslify/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.5 2017/01/12 12:00:29 rodent Exp $ +# $NetBSD: Makefile,v 1.6 2017/09/16 19:27:23 wiz Exp $ DISTNAME= Flask-SSLify-0.1.5 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= python security www MASTER_SITES= ${MASTER_SITE_PYPI:=F/Flask-SSLify/} -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/kennethreitz/flask-sslify COMMENT= Force SSL on your Flask app LICENSE= 2-clause-bsd diff --git a/www/py-flask-testing/Makefile b/www/py-flask-testing/Makefile index fea6c1060bd..29a40f6963e 100644 --- a/www/py-flask-testing/Makefile +++ b/www/py-flask-testing/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.8 2017/01/12 12:03:02 rodent Exp $ +# $NetBSD: Makefile,v 1.9 2017/09/16 19:27:23 wiz Exp $ DISTNAME= Flask-Testing-0.6.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= python www MASTER_SITES= ${MASTER_SITE_PYPI:=F/Flask-Testing/} -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/jarus/flask-testing COMMENT= Unit testing for Flask LICENSE= modified-bsd diff --git a/www/py-flask-user/Makefile b/www/py-flask-user/Makefile index c072d053250..55838e08a29 100644 --- a/www/py-flask-user/Makefile +++ b/www/py-flask-user/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2017/07/30 22:32:26 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2017/09/16 19:27:23 wiz Exp $ DISTNAME= Flask-User-0.6.11 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -6,7 +6,7 @@ CATEGORIES= python www MASTER_SITES= ${MASTER_SITE_PYPI:=F/Flask-User/} DIST_SUBDIR= ${PKGBASE:tl:S/${PYPKGPREFIX}/py/1} -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/lingthio/Flask-User COMMENT= Customizable user account management for Flask LICENSE= 2-clause-bsd diff --git a/www/py-furl/Makefile b/www/py-furl/Makefile index d62b1a59666..18511ce08e0 100644 --- a/www/py-furl/Makefile +++ b/www/py-furl/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.12 2017/01/12 11:32:33 rodent Exp $ +# $NetBSD: Makefile,v 1.13 2017/09/16 19:27:24 wiz Exp $ DISTNAME= furl-0.5.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= python www MASTER_SITES= ${MASTER_SITE_PYPI:=f/furl/} -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/gruns/furl COMMENT= URL manipulation made simple LICENSE= unlicense diff --git a/www/py-http-parser/Makefile b/www/py-http-parser/Makefile index 1783d0f194c..3d95fc83458 100644 --- a/www/py-http-parser/Makefile +++ b/www/py-http-parser/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.5 2017/07/30 22:32:27 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2017/09/16 19:27:24 wiz Exp $ DISTNAME= http-parser-0.8.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= www MASTER_SITES= ${MASTER_SITE_PYPI:=h/http-parser/} -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/benoitc/http-parser COMMENT= HTTP request/response parser LICENSE= mit diff --git a/www/py-python-digest/Makefile b/www/py-python-digest/Makefile index 619536b6152..e530ff32b45 100644 --- a/www/py-python-digest/Makefile +++ b/www/py-python-digest/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.7 2017/09/04 18:08:30 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2017/09/16 19:27:24 wiz Exp $ DISTNAME= python-digest-1.7 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= python www MASTER_SITES= ${MASTER_SITE_PYPI:=p/python-digest/} -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://bitbucket.org/akoha/python-digest/ COMMENT= Python library to aid in implementing HTTP Digest Authentication LICENSE= modified-bsd diff --git a/www/py-python-mimeparse/Makefile b/www/py-python-mimeparse/Makefile index d06bb7b0714..1689352a9bc 100644 --- a/www/py-python-mimeparse/Makefile +++ b/www/py-python-mimeparse/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.4 2017/04/25 20:34:04 fhajny Exp $ +# $NetBSD: Makefile,v 1.5 2017/09/16 19:27:24 wiz Exp $ DISTNAME= python-mimeparse-1.6.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= python www MASTER_SITES= ${MASTER_SITE_PYPI:=p/python-mimeparse/} -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/dbtsai/python-mimeparse COMMENT= Module provides basic functions for parsing mime-type names LICENSE= mit diff --git a/www/py-python3-digest/Makefile b/www/py-python3-digest/Makefile index c904db40397..8f2705da7a3 100644 --- a/www/py-python3-digest/Makefile +++ b/www/py-python3-digest/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2017/09/04 18:08:30 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2017/09/16 19:27:24 wiz Exp $ DISTNAME= python3-digest-1.8b4 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/python3/python/} @@ -6,7 +6,7 @@ PKGREVISION= 1 CATEGORIES= python www MASTER_SITES= ${MASTER_SITE_PYPI:=p/python3-digest/} -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://bitbucket.org/akoha/python-digest/ COMMENT= Python library to aid in implementing HTTP Digest Authentication LICENSE= modified-bsd diff --git a/www/py-trytond-web-user/Makefile b/www/py-trytond-web-user/Makefile index bd6613ff57d..8be717f99e9 100644 --- a/www/py-trytond-web-user/Makefile +++ b/www/py-trytond-web-user/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2016/12/04 22:02:00 rodent Exp $ +# $NetBSD: Makefile,v 1.3 2017/09/16 19:27:24 wiz Exp $ TRYTON_MODULE_NAME= trytond_web_user .include "../../devel/py-trytond/Makefile.common" CATEGORIES= python www -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.tryton.org/ COMMENT= The web_user module of the Tryton application platform LICENSE= gnu-gpl-v3 diff --git a/www/py-trytond-webdav/Makefile b/www/py-trytond-webdav/Makefile index e416146ee09..dc54f16c8ec 100644 --- a/www/py-trytond-webdav/Makefile +++ b/www/py-trytond-webdav/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.4 2017/01/04 23:45:29 rodent Exp $ +# $NetBSD: Makefile,v 1.5 2017/09/16 19:27:24 wiz Exp $ TRYTON_MODULE_NAME= trytond_webdav .include "../../devel/py-trytond/Makefile.common" CATEGORIES= python www -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.tryton.org/ COMMENT= Webdav module of the Tryton application platform LICENSE= gnu-gpl-v3 diff --git a/www/py-twill/Makefile b/www/py-twill/Makefile index e43ce0f445d..400446def64 100644 --- a/www/py-twill/Makefile +++ b/www/py-twill/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2017/02/05 10:20:50 leot Exp $ +# $NetBSD: Makefile,v 1.12 2017/09/16 19:27:24 wiz Exp $ DISTNAME= twill-1.8.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -6,7 +6,7 @@ PKGREVISION= 1 CATEGORIES= python www MASTER_SITES= ${MASTER_SITE_PYPI:=t/twill/} -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://twill.idyll.org/ COMMENT= Python package for the twill Web browsing language LICENSE= mit diff --git a/www/py-uwsgitop/Makefile b/www/py-uwsgitop/Makefile index 7466462d414..6de8a174fa9 100644 --- a/www/py-uwsgitop/Makefile +++ b/www/py-uwsgitop/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2017/01/03 13:23:05 jperkin Exp $ +# $NetBSD: Makefile,v 1.9 2017/09/16 19:27:25 wiz Exp $ DISTNAME= uwsgitop-0.8 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -6,7 +6,7 @@ PKGREVISION= 1 CATEGORIES= python www MASTER_SITES= ${MASTER_SITE_PYPI:=u/uwsgitop/} -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://projects.unbit.it/uwsgi/wiki/StatsServer COMMENT= Command to interface with the uWSGI stats server LICENSE= mit diff --git a/www/py-wtforms-alchemy/Makefile b/www/py-wtforms-alchemy/Makefile index bd5b0fec585..178982e2006 100644 --- a/www/py-wtforms-alchemy/Makefile +++ b/www/py-wtforms-alchemy/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.7 2016/06/08 17:43:48 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2017/09/16 19:27:25 wiz Exp $ DISTNAME= WTForms-Alchemy-0.13.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} CATEGORIES= databases python www MASTER_SITES= ${MASTER_SITE_PYPI:=W/WTForms-Alchemy/} -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/kvesteri/wtforms-alchemy COMMENT= Generates WTForms forms from SQLAlchemy models LICENSE= modified-bsd diff --git a/www/py-wtforms-components/Makefile b/www/py-wtforms-components/Makefile index bed366f4ae0..0d6769385a3 100644 --- a/www/py-wtforms-components/Makefile +++ b/www/py-wtforms-components/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.6 2016/06/08 17:43:48 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2017/09/16 19:27:25 wiz Exp $ DISTNAME= WTForms-Components-0.9.7 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} CATEGORIES= python www MASTER_SITES= ${MASTER_SITE_PYPI:=W/WTForms-Components/} -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/kvesteri/wtforms-components COMMENT= Additional fields, validators and widgets for WTForms LICENSE= modified-bsd diff --git a/www/py-wtforms-recaptcha/Makefile b/www/py-wtforms-recaptcha/Makefile index bf590fd081a..7a8bcad1066 100644 --- a/www/py-wtforms-recaptcha/Makefile +++ b/www/py-wtforms-recaptcha/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.5 2017/09/04 18:08:31 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2017/09/16 19:27:25 wiz Exp $ DISTNAME= wtforms-recaptcha-0.3.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= python www MASTER_SITES= ${MASTER_SITE_PYPI:=w/wtforms-recaptcha/} -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://bitbucket.org/excieve/wtforms-recaptcha COMMENT= Custom WTForms field that handles reCaptcha display and validation LICENSE= modified-bsd diff --git a/www/py-wtforms-test/Makefile b/www/py-wtforms-test/Makefile index ded62990be6..db4cd74ef89 100644 --- a/www/py-wtforms-test/Makefile +++ b/www/py-wtforms-test/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.3 2016/06/08 17:43:48 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2017/09/16 19:27:25 wiz Exp $ DISTNAME= WTForms-Test-0.1.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} CATEGORIES= python www MASTER_SITES= ${MASTER_SITE_PYPI:=W/WTForms-Test/} -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/kvesteri/wtforms-test COMMENT= Various unit test helpers for WTForms based forms LICENSE= modified-bsd diff --git a/www/ruby-capybara/Makefile b/www/ruby-capybara/Makefile index 749fb361598..fcfcdb77230 100644 --- a/www/ruby-capybara/Makefile +++ b/www/ruby-capybara/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.13 2017/09/10 16:14:59 taca Exp $ +# $NetBSD: Makefile,v 1.14 2017/09/16 19:27:25 wiz Exp $ DISTNAME= capybara-2.15.1 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} CATEGORIES= devel ruby www -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/jnicklas/capybara COMMENT= Integration testing tool for rack based web applications LICENSE= mit diff --git a/www/ruby-selenium-webdriver/Makefile b/www/ruby-selenium-webdriver/Makefile index 35239f6c34d..bc039e106d1 100644 --- a/www/ruby-selenium-webdriver/Makefile +++ b/www/ruby-selenium-webdriver/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.7 2017/09/11 15:48:35 taca Exp $ +# $NetBSD: Makefile,v 1.8 2017/09/16 19:27:25 wiz Exp $ DISTNAME= selenium-webdriver-3.5.2 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} CATEGORIES= ruby www -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/seleniumhq/selenium COMMENT= Tool for writing automated tests of websites LICENSE= apache-2.0 diff --git a/www/ruby-websocket/Makefile b/www/ruby-websocket/Makefile index 68c4c3c0dac..a5f1bbc269f 100644 --- a/www/ruby-websocket/Makefile +++ b/www/ruby-websocket/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.9 2017/07/30 22:32:28 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2017/09/16 19:27:26 wiz Exp $ DISTNAME= websocket-1.2.4 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} CATEGORIES= ruby www -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/imanel/websocket-ruby COMMENT= Universal Ruby library to handle WebSocket protocol LICENSE= mit diff --git a/www/sqtop/Makefile b/www/sqtop/Makefile index 3616dab7a0b..80ff7036ec1 100644 --- a/www/sqtop/Makefile +++ b/www/sqtop/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2017/09/04 18:55:10 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2017/09/16 19:27:26 wiz Exp $ DISTNAME= sqtop-2013-12-17 PKGNAME= ${DISTNAME:C/([0-9])-/\1/g} @@ -7,7 +7,7 @@ CATEGORIES= www MASTER_SITES= http://sqtop.googlecode.com/files/ EXTRACT_SUFX= .tar.bz2 -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/paleg/sqtop COMMENT= Display active client connections for Squid LICENSE= gnu-gpl-v2 diff --git a/www/yahttp/Makefile b/www/yahttp/Makefile index 57beae18025..cf03c3b5a27 100644 --- a/www/yahttp/Makefile +++ b/www/yahttp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2017/08/24 20:03:43 adam Exp $ +# $NetBSD: Makefile,v 1.10 2017/09/16 19:27:26 wiz Exp $ DISTNAME= yahttp-0.1.5 PKGREVISION= 5 @@ -6,7 +6,7 @@ CATEGORIES= www MASTER_SITES= ${MASTER_SITE_GITHUB:=cmouse/} GITHUB_RELEASE= v${PKGVERSION_NOREV} -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/cmouse/yahttp/ COMMENT= Yet Another HTTP Library LICENSE= mit diff --git a/x11/gtk3-engines-unico/Makefile b/x11/gtk3-engines-unico/Makefile index 7cf00051103..33e007c4f76 100644 --- a/x11/gtk3-engines-unico/Makefile +++ b/x11/gtk3-engines-unico/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2017/02/12 06:26:12 ryoon Exp $ +# $NetBSD: Makefile,v 1.7 2017/09/16 19:27:26 wiz Exp $ DISTNAME= unico-1.0.2 PKGNAME= gtk3-engines-${DISTNAME} @@ -6,7 +6,7 @@ PKGREVISION= 5 CATEGORIES= x11 MASTER_SITES= https://launchpad.net/unico/1.0/1.0.2/+download/ -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://launchpad.net/unico COMMENT= Unico Gtk+ Theming Engine for GTK+ 3.0 LICENSE= gnu-lgpl-v2.1 diff --git a/x11/gtksourceviewmm/Makefile b/x11/gtksourceviewmm/Makefile index e5a132bd1d1..44183da49a5 100644 --- a/x11/gtksourceviewmm/Makefile +++ b/x11/gtksourceviewmm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2017/08/16 20:21:17 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2017/09/16 19:27:26 wiz Exp $ # DISTNAME= gtksourceviewmm-3.2.0 @@ -7,7 +7,7 @@ CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gtksourceviewmm/3.2/} EXTRACT_SUFX= .tar.xz -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://developer.gnome.org/gtksourceviewmm/stable/ COMMENT= C++ wrapper for the gtksourceview widget library LICENSE= gnu-gpl-v2 diff --git a/x11/lbxproxy/Makefile b/x11/lbxproxy/Makefile index 7f4a5eb1ff6..cb639c7dec4 100644 --- a/x11/lbxproxy/Makefile +++ b/x11/lbxproxy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2015/11/01 19:42:14 markd Exp $ +# $NetBSD: Makefile,v 1.16 2017/09/16 19:27:26 wiz Exp $ DISTNAME= lbxproxy-1.0.3 PKGREVISION= 1 @@ -6,7 +6,7 @@ CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=app/} EXTRACT_SUFX= .tar.bz2 -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://xorg.freedesktop.org/ COMMENT= Proxy for Low Bandwidth extension (LBX) connections to X LICENSE= x11 # XXX and others diff --git a/x11/libXaw3d/Makefile b/x11/libXaw3d/Makefile index ab0ee7b75fb..7b7b1cf0c4f 100644 --- a/x11/libXaw3d/Makefile +++ b/x11/libXaw3d/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2016/01/06 21:42:27 leot Exp $ +# $NetBSD: Makefile,v 1.4 2017/09/16 19:27:26 wiz Exp $ # DISTNAME= libXaw3d-1.6.2 @@ -6,7 +6,7 @@ CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=lib/} EXTRACT_SUFX= .tar.bz2 -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://xorg.freedesktop.org/ COMMENT= X 3D Athena Widget Set #LICENSE= x11 # AND others diff --git a/x11/libXprintAppUtil/Makefile b/x11/libXprintAppUtil/Makefile index cf79878765a..e00a62de316 100644 --- a/x11/libXprintAppUtil/Makefile +++ b/x11/libXprintAppUtil/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2015/10/22 14:34:45 tnn Exp $ +# $NetBSD: Makefile,v 1.3 2017/09/16 19:27:26 wiz Exp $ # DISTNAME= libXprintAppUtil-1.0.1 @@ -7,7 +7,7 @@ CATEGORIES= print x11 MASTER_SITES= ${MASTER_SITE_XORG:=lib/} EXTRACT_SUFX= .tar.bz2 -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://xorg.freedesktop.org/ COMMENT= Xprint application utility routines #LICENSE= # TODO: (see mk/license.mk) diff --git a/x11/liblbxutil/Makefile b/x11/liblbxutil/Makefile index 37c4758adc7..8c0e8b8ee8a 100644 --- a/x11/liblbxutil/Makefile +++ b/x11/liblbxutil/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2015/10/22 14:34:45 tnn Exp $ +# $NetBSD: Makefile,v 1.9 2017/09/16 19:27:27 wiz Exp $ # DISTNAME= liblbxutil-1.1.0 @@ -7,7 +7,7 @@ CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=lib/} EXTRACT_SUFX= .tar.bz2 -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://xorg.freedesktop.org/ COMMENT= Low Bandwith X extension (LBX) utility routines LICENSE= x11 # XXX and others diff --git a/x11/mkcomposecache/Makefile b/x11/mkcomposecache/Makefile index 0b1f636b2a7..ebef59e07ca 100644 --- a/x11/mkcomposecache/Makefile +++ b/x11/mkcomposecache/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2016/02/26 11:27:16 jperkin Exp $ +# $NetBSD: Makefile,v 1.4 2017/09/16 19:27:27 wiz Exp $ # DISTNAME= mkcomposecache-1.2.1 @@ -6,7 +6,7 @@ CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=app/} EXTRACT_SUFX= .tar.bz2 -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://xorg.freedesktop.org/ COMMENT= Used for creating global (system-wide) Compose cache files #LICENSE= # XXX SUSE license ? diff --git a/x11/proxymngr/Makefile b/x11/proxymngr/Makefile index 8d862ac9c49..9cc0850e044 100644 --- a/x11/proxymngr/Makefile +++ b/x11/proxymngr/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.3 2015/11/01 19:40:40 markd Exp $ +# $NetBSD: Makefile,v 1.4 2017/09/16 19:27:27 wiz Exp $ DISTNAME= proxymngr-1.0.4 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=app/} EXTRACT_SUFX= .tar.bz2 -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://xorg.freedesktop.org/ COMMENT= X proxy manager service LICENSE= x11 diff --git a/x11/rstart/Makefile b/x11/rstart/Makefile index 36479ac3292..e80eed73c21 100644 --- a/x11/rstart/Makefile +++ b/x11/rstart/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2015/07/02 12:38:32 rodent Exp $ +# $NetBSD: Makefile,v 1.2 2017/09/16 19:27:27 wiz Exp $ # DISTNAME= rstart-1.0.5 @@ -6,7 +6,7 @@ CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=app/} EXTRACT_SUFX= .tar.bz2 -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://xorg.freedesktop.org/ COMMENT= Implements "A Flexible Remote Execution Protocol Based on rsh" #LICENSE= # TODO: (see mk/license.mk) diff --git a/x11/xcmsdb/Makefile b/x11/xcmsdb/Makefile index fb7d0da5908..8797561fca2 100644 --- a/x11/xcmsdb/Makefile +++ b/x11/xcmsdb/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.2 2015/08/06 07:18:58 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2017/09/16 19:27:27 wiz Exp $ DISTNAME= xcmsdb-1.0.5 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=app/} EXTRACT_SUFX= .tar.bz2 -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://xorg.freedesktop.org/ COMMENT= Loads, queries, or removes Device Color Characterization data LICENSE= x11 # XXX and another diff --git a/x11/xdbedizzy/Makefile b/x11/xdbedizzy/Makefile index 86604f162cc..eb9d23d905c 100644 --- a/x11/xdbedizzy/Makefile +++ b/x11/xdbedizzy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2015/07/02 12:38:32 rodent Exp $ +# $NetBSD: Makefile,v 1.2 2017/09/16 19:27:27 wiz Exp $ # DISTNAME= xdbedizzy-1.1.0 @@ -6,7 +6,7 @@ CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=app/} EXTRACT_SUFX= .tar.bz2 -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://xorg.freedesktop.org/ COMMENT= Demo of the X11 Double Buffer Extension (DBE) #LICENSE= # XXX mit? diff --git a/x11/xditview/Makefile b/x11/xditview/Makefile index 220b5f9921a..278d0072f60 100644 --- a/x11/xditview/Makefile +++ b/x11/xditview/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.4 2015/04/17 07:05:02 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2017/09/16 19:27:27 wiz Exp $ DISTNAME= xditview-1.0.4 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=app/} EXTRACT_SUFX= .tar.bz2 -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://xorg.freedesktop.org/ COMMENT= Displays ditroff output on an X display LICENSE= x11 diff --git a/x11/xedit/Makefile b/x11/xedit/Makefile index 2fa5203b4be..bbc02942456 100644 --- a/x11/xedit/Makefile +++ b/x11/xedit/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.2 2015/07/02 23:00:01 rodent Exp $ +# $NetBSD: Makefile,v 1.3 2017/09/16 19:27:28 wiz Exp $ DISTNAME= xedit-1.2.2 CATEGORIES= editors x11 MASTER_SITES= ${MASTER_SITE_XORG:=app/} EXTRACT_SUFX= .tar.bz2 -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://xorg.freedesktop.org/ COMMENT= Simple text editor for X #LICENSE= modified-bsd AND x11 # XXX AND others diff --git a/x11/xf86-input-acecad/Makefile b/x11/xf86-input-acecad/Makefile index 2ed7f38f8f1..21504091b47 100644 --- a/x11/xf86-input-acecad/Makefile +++ b/x11/xf86-input-acecad/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2016/02/26 11:27:17 jperkin Exp $ +# $NetBSD: Makefile,v 1.8 2017/09/16 19:27:28 wiz Exp $ DISTNAME= xf86-input-acecad-1.5.0 PKGREVISION= 4 @@ -6,7 +6,7 @@ CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=driver/} EXTRACT_SUFX= .tar.bz2 -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://xorg.freedesktop.org/ COMMENT= Acecad Flair input driver for the Xorg X server LICENSE= mit diff --git a/x11/xf86-input-elographics/Makefile b/x11/xf86-input-elographics/Makefile index 89ec8b3bbe1..390b154b25c 100644 --- a/x11/xf86-input-elographics/Makefile +++ b/x11/xf86-input-elographics/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2016/02/26 11:27:17 jperkin Exp $ +# $NetBSD: Makefile,v 1.4 2017/09/16 19:27:28 wiz Exp $ DISTNAME= xf86-input-elographics-1.4.1 PKGREVISION= 1 @@ -6,7 +6,7 @@ CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=driver/} EXTRACT_SUFX= .tar.bz2 -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://xorg.freedesktop.org/ COMMENT= Elographics input driver for the Xorg X server #LICENSE= # TODO: (see mk/license.mk) diff --git a/x11/xf86-input-fpit/Makefile b/x11/xf86-input-fpit/Makefile index d8282bbdc89..e736a4587bc 100644 --- a/x11/xf86-input-fpit/Makefile +++ b/x11/xf86-input-fpit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2016/02/26 11:27:17 jperkin Exp $ +# $NetBSD: Makefile,v 1.4 2017/09/16 19:27:28 wiz Exp $ DISTNAME= xf86-input-fpit-1.4.0 PKGREVISION= 1 @@ -6,7 +6,7 @@ CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=driver/} EXTRACT_SUFX= .tar.bz2 -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://xorg.freedesktop.org/ COMMENT= Fujitsu Stylistic Tablet PC input driver for the Xorg X server #LICENSE= # TODO: (see mk/license.mk) diff --git a/x11/xf86-input-hyperpen/Makefile b/x11/xf86-input-hyperpen/Makefile index 7e207583861..639ffb518f7 100644 --- a/x11/xf86-input-hyperpen/Makefile +++ b/x11/xf86-input-hyperpen/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2016/02/26 11:27:17 jperkin Exp $ +# $NetBSD: Makefile,v 1.5 2017/09/16 19:27:28 wiz Exp $ DISTNAME= xf86-input-hyperpen-1.4.1 PKGREVISION= 1 @@ -6,7 +6,7 @@ CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=driver/} EXTRACT_SUFX= .tar.bz2 -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://xorg.freedesktop.org/ COMMENT= Aiptek HyperPen 6000 input driver for the Xorg X server #LICENSE= # TODO: (see mk/license.mk) diff --git a/x11/xf86-input-joystick/Makefile b/x11/xf86-input-joystick/Makefile index 5c0650528f7..361fb41949e 100644 --- a/x11/xf86-input-joystick/Makefile +++ b/x11/xf86-input-joystick/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.5 2017/05/12 03:18:03 maya Exp $ +# $NetBSD: Makefile,v 1.6 2017/09/16 19:27:28 wiz Exp $ DISTNAME= xf86-input-joystick-1.6.3 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=driver/} EXTRACT_SUFX= .tar.bz2 -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://xorg.freedesktop.org/ COMMENT= Joystick input driver for the Xorg X server #LICENSE= # TODO: (see mk/license.mk) diff --git a/x11/xf86-input-mutouch/Makefile b/x11/xf86-input-mutouch/Makefile index ee66b10d602..1a998e51eff 100644 --- a/x11/xf86-input-mutouch/Makefile +++ b/x11/xf86-input-mutouch/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2016/02/26 11:27:17 jperkin Exp $ +# $NetBSD: Makefile,v 1.5 2017/09/16 19:27:28 wiz Exp $ DISTNAME= xf86-input-mutouch-1.3.0 PKGREVISION= 1 @@ -6,7 +6,7 @@ CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=driver/} EXTRACT_SUFX= .tar.bz2 -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://xorg.freedesktop.org/ COMMENT= Microtouch input driver for the Xorg X server #LICENSE= # TODO: (see mk/license.mk) diff --git a/x11/xf86-input-penmount/Makefile b/x11/xf86-input-penmount/Makefile index 83e1b4fa75c..8c32a67b1cb 100644 --- a/x11/xf86-input-penmount/Makefile +++ b/x11/xf86-input-penmount/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2016/02/26 11:27:18 jperkin Exp $ +# $NetBSD: Makefile,v 1.8 2017/09/16 19:27:29 wiz Exp $ DISTNAME= xf86-input-penmount-1.5.0 PKGREVISION= 4 @@ -6,7 +6,7 @@ CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=driver/} EXTRACT_SUFX= .tar.bz2 -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://xorg.freedesktop.org/ COMMENT= PenMount input driver for the Xorg X server LICENSE= x11 diff --git a/x11/xf86-video-dummy/Makefile b/x11/xf86-video-dummy/Makefile index b0d8edc67b4..cf5415c3cb8 100644 --- a/x11/xf86-video-dummy/Makefile +++ b/x11/xf86-video-dummy/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.8 2016/12/14 21:36:25 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2017/09/16 19:27:29 wiz Exp $ DISTNAME= xf86-video-dummy-0.3.8 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=driver/} EXTRACT_SUFX= .tar.bz2 -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://xorg.freedesktop.org/ COMMENT= Virtual/offscreen frame buffer driver for the Xorg X server #LICENSE= # TODO: (see mk/license.mk) diff --git a/x11/xf86-video-fbdev/Makefile b/x11/xf86-video-fbdev/Makefile index dbb6b4614c8..771a08f1b17 100644 --- a/x11/xf86-video-fbdev/Makefile +++ b/x11/xf86-video-fbdev/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2016/02/26 11:27:18 jperkin Exp $ +# $NetBSD: Makefile,v 1.10 2017/09/16 19:27:29 wiz Exp $ DISTNAME= xf86-video-fbdev-0.4.4 PKGREVISION= 4 @@ -6,7 +6,7 @@ CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=driver/} EXTRACT_SUFX= .tar.bz2 -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://xorg.freedesktop.org/ COMMENT= Video driver for framebuffer device LICENSE= x11 diff --git a/x11/xf86-video-modesetting/Makefile b/x11/xf86-video-modesetting/Makefile index a6c773bb716..d58508be780 100644 --- a/x11/xf86-video-modesetting/Makefile +++ b/x11/xf86-video-modesetting/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.3 2016/02/26 11:27:19 jperkin Exp $ +# $NetBSD: Makefile,v 1.4 2017/09/16 19:27:29 wiz Exp $ DISTNAME= xf86-video-modesetting-0.9.0 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=driver/} EXTRACT_SUFX= .tar.bz2 -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://xorg.freedesktop.org/ COMMENT= Generic modesetting driver LICENSE= mit diff --git a/x11/xf86-video-newport/Makefile b/x11/xf86-video-newport/Makefile index 0cc0476d56b..e95d725cd5c 100644 --- a/x11/xf86-video-newport/Makefile +++ b/x11/xf86-video-newport/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2016/02/26 11:27:19 jperkin Exp $ +# $NetBSD: Makefile,v 1.8 2017/09/16 19:27:29 wiz Exp $ DISTNAME= xf86-video-newport-0.2.4 PKGREVISION= 4 @@ -6,7 +6,7 @@ CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=driver/} EXTRACT_SUFX= .tar.bz2 -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://xorg.freedesktop.org/ COMMENT= Unaccelerated driver for the SGI newport cards (a.k.a. XL) LICENSE= x11 diff --git a/x11/xf86-video-qxl/Makefile b/x11/xf86-video-qxl/Makefile index b415be723e8..9423cc22c42 100644 --- a/x11/xf86-video-qxl/Makefile +++ b/x11/xf86-video-qxl/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.6 2016/12/20 08:55:32 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2017/09/16 19:27:29 wiz Exp $ DISTNAME= xf86-video-qxl-0.1.5 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=driver/} EXTRACT_SUFX= .tar.bz2 -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://xorg.freedesktop.org/ COMMENT= QXL virtual GPU LICENSE= mit diff --git a/x11/xf86-video-suncg14/Makefile b/x11/xf86-video-suncg14/Makefile index fb4fbd06522..525bcc3a80d 100644 --- a/x11/xf86-video-suncg14/Makefile +++ b/x11/xf86-video-suncg14/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2016/02/26 11:27:20 jperkin Exp $ +# $NetBSD: Makefile,v 1.8 2017/09/16 19:27:29 wiz Exp $ DISTNAME= xf86-video-suncg14-1.1.2 PKGREVISION= 4 @@ -6,7 +6,7 @@ CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=driver/} EXTRACT_SUFX= .tar.bz2 -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://xorg.freedesktop.org/ COMMENT= CG14 video driver for the Xorg X server LICENSE= mit diff --git a/x11/xf86-video-suncg3/Makefile b/x11/xf86-video-suncg3/Makefile index 934cadd3b88..f8fcfa5cd5a 100644 --- a/x11/xf86-video-suncg3/Makefile +++ b/x11/xf86-video-suncg3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2016/02/26 11:27:20 jperkin Exp $ +# $NetBSD: Makefile,v 1.8 2017/09/16 19:27:29 wiz Exp $ DISTNAME= xf86-video-suncg3-1.1.2 PKGREVISION= 4 @@ -6,7 +6,7 @@ CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=driver/} EXTRACT_SUFX= .tar.bz2 -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://xorg.freedesktop.org/ COMMENT= CG3 video driver for the Xorg X server LICENSE= mit diff --git a/x11/xf86-video-suncg6/Makefile b/x11/xf86-video-suncg6/Makefile index a1d2c17e339..2cfac08c6c7 100644 --- a/x11/xf86-video-suncg6/Makefile +++ b/x11/xf86-video-suncg6/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2016/02/26 11:27:20 jperkin Exp $ +# $NetBSD: Makefile,v 1.4 2017/09/16 19:27:30 wiz Exp $ DISTNAME= xf86-video-suncg6-1.1.2 PKGREVISION= 1 @@ -6,7 +6,7 @@ CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=driver/} EXTRACT_SUFX= .tar.bz2 -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://xorg.freedesktop.org/ COMMENT= GX/Turbo GX video driver for the Xorg X server #LICENSE= # TODO: (see mk/license.mk) diff --git a/x11/xf86-video-sunffb/Makefile b/x11/xf86-video-sunffb/Makefile index 6fc05922579..9deb13d89be 100644 --- a/x11/xf86-video-sunffb/Makefile +++ b/x11/xf86-video-sunffb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2016/02/26 11:27:20 jperkin Exp $ +# $NetBSD: Makefile,v 1.8 2017/09/16 19:27:30 wiz Exp $ DISTNAME= xf86-video-sunffb-1.2.2 PKGREVISION= 4 @@ -6,7 +6,7 @@ CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=driver/} EXTRACT_SUFX= .tar.bz2 -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://xorg.freedesktop.org/ COMMENT= SUNFFB video driver for the Xorg X server LICENSE= mit diff --git a/x11/xf86-video-suntcx/Makefile b/x11/xf86-video-suntcx/Makefile index 2b61d042d7b..515d64ed9b1 100644 --- a/x11/xf86-video-suntcx/Makefile +++ b/x11/xf86-video-suntcx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2016/02/26 11:27:21 jperkin Exp $ +# $NetBSD: Makefile,v 1.4 2017/09/16 19:27:30 wiz Exp $ DISTNAME= xf86-video-suntcx-1.1.2 PKGREVISION= 1 @@ -6,7 +6,7 @@ CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=driver/} EXTRACT_SUFX= .tar.bz2 -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://xorg.freedesktop.org/ COMMENT= TCX video driver for the Xorg X server #LICENSE= # TODO: (see mk/license.mk) diff --git a/x11/xf86-video-voodoo/Makefile b/x11/xf86-video-voodoo/Makefile index fbb58ad8918..d75ee2352ab 100644 --- a/x11/xf86-video-voodoo/Makefile +++ b/x11/xf86-video-voodoo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2016/02/26 11:27:21 jperkin Exp $ +# $NetBSD: Makefile,v 1.4 2017/09/16 19:27:30 wiz Exp $ DISTNAME= xf86-video-voodoo-1.2.5 PKGREVISION= 1 @@ -6,7 +6,7 @@ CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=driver/} EXTRACT_SUFX= .tar.bz2 -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://xorg.freedesktop.org/ COMMENT= Voodoo/Voodoo2 video driver LICENSE= mit # XXX AND one other diff --git a/x11/xf86dga/Makefile b/x11/xf86dga/Makefile index 72b19a0399a..3fc1ebd0774 100644 --- a/x11/xf86dga/Makefile +++ b/x11/xf86dga/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2015/07/02 12:38:33 rodent Exp $ +# $NetBSD: Makefile,v 1.2 2017/09/16 19:27:30 wiz Exp $ # DISTNAME= xf86dga-1.0.3 @@ -6,7 +6,7 @@ CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=app/} EXTRACT_SUFX= .tar.bz2 -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://xorg.freedesktop.org/ COMMENT= Simple test client for the XFree86-DGA extension #LICENSE= # TODO: (see mk/license.mk) diff --git a/x11/xfsinfo/Makefile b/x11/xfsinfo/Makefile index ef3cbd8c3a1..eb31f7d223b 100644 --- a/x11/xfsinfo/Makefile +++ b/x11/xfsinfo/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.2 2015/07/02 22:58:39 rodent Exp $ +# $NetBSD: Makefile,v 1.3 2017/09/16 19:27:30 wiz Exp $ DISTNAME= xfsinfo-1.0.5 CATEGORIES= fonts x11 MASTER_SITES= ${MASTER_SITE_XORG:=app/} EXTRACT_SUFX= .tar.bz2 -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://xorg.freedesktop.org/ COMMENT= Utility for displaying information about an X font server LICENSE= x11 # AND others diff --git a/x11/xfwp/Makefile b/x11/xfwp/Makefile index 4ea312dab2c..da0da0c9c2f 100644 --- a/x11/xfwp/Makefile +++ b/x11/xfwp/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.4 2016/02/26 11:27:21 jperkin Exp $ +# $NetBSD: Makefile,v 1.5 2017/09/16 19:27:30 wiz Exp $ DISTNAME= xfwp-1.0.3 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_XORG:=app/} EXTRACT_SUFX= .tar.bz2 -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://xorg.freedesktop.org/ COMMENT= Proxies X11 protocol connections, such as through a firewall LICENSE= x11 diff --git a/x11/xlsatoms/Makefile b/x11/xlsatoms/Makefile index f5fcf0127c1..a410484dcc4 100644 --- a/x11/xlsatoms/Makefile +++ b/x11/xlsatoms/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.3 2015/04/17 07:12:15 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2017/09/16 19:27:31 wiz Exp $ DISTNAME= xlsatoms-1.1.2 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=app/} EXTRACT_SUFX= .tar.bz2 -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://xorg.freedesktop.org/ COMMENT= Lists the interned atoms defined on an X11 server LICENSE= x11 diff --git a/x11/xmh/Makefile b/x11/xmh/Makefile index a64088d8261..bdffe908ed0 100644 --- a/x11/xmh/Makefile +++ b/x11/xmh/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.3 2015/08/06 07:14:46 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2017/09/16 19:27:31 wiz Exp $ DISTNAME= xmh-1.0.3 CATEGORIES= mail x11 MASTER_SITES= ${MASTER_SITE_XORG:=app/} EXTRACT_SUFX= .tar.bz2 -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://xorg.freedesktop.org/ COMMENT= Provides a GUI to the MH Message Handling System #LICENSE= # TODO: (see mk/license.mk) diff --git a/x11/xpr/Makefile b/x11/xpr/Makefile index 57bc9a4bb36..b13d0125fde 100644 --- a/x11/xpr/Makefile +++ b/x11/xpr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2015/07/02 12:38:33 rodent Exp $ +# $NetBSD: Makefile,v 1.2 2017/09/16 19:27:31 wiz Exp $ # DISTNAME= xpr-1.0.4 @@ -6,7 +6,7 @@ CATEGORIES= print x11 MASTER_SITES= ${MASTER_SITE_XORG:=app/} EXTRACT_SUFX= .tar.bz2 -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://xorg.freedesktop.org/ COMMENT= Formats xwd dump files as output for various types of printers #LICENSE= # TODO: (see mk/license.mk) diff --git a/x11/xrx/Makefile b/x11/xrx/Makefile index 4710a3576e9..a3757c0e834 100644 --- a/x11/xrx/Makefile +++ b/x11/xrx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2015/07/02 12:38:33 rodent Exp $ +# $NetBSD: Makefile,v 1.2 2017/09/16 19:27:31 wiz Exp $ # DISTNAME= xrx-1.0.4 @@ -6,7 +6,7 @@ CATEGORIES= net x11 MASTER_SITES= ${MASTER_SITE_XORG:=app/} EXTRACT_SUFX= .tar.bz2 -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://xorg.freedesktop.org/ COMMENT= X Remote eXecution LICENSE= x11 diff --git a/x11/xstdcmap/Makefile b/x11/xstdcmap/Makefile index c069b63c57e..f53db7c4561 100644 --- a/x11/xstdcmap/Makefile +++ b/x11/xstdcmap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2013/05/28 03:47:57 rodent Exp $ +# $NetBSD: Makefile,v 1.3 2017/09/16 19:27:31 wiz Exp $ # DISTNAME= xstdcmap-1.0.3 @@ -6,7 +6,7 @@ CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=app/} EXTRACT_SUFX= .tar.bz2 -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://xorg.freedesktop.org/ COMMENT= Selectively defines standard colormap properties LICENSE= x11 diff --git a/x11/xtrap/Makefile b/x11/xtrap/Makefile index 45553d1b72e..fc0ac15d371 100644 --- a/x11/xtrap/Makefile +++ b/x11/xtrap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2016/03/09 06:54:58 tnn Exp $ +# $NetBSD: Makefile,v 1.3 2017/09/16 19:27:31 wiz Exp $ # DISTNAME= xtrap-1.0.2 @@ -6,7 +6,7 @@ CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=app/} EXTRACT_SUFX= .tar.bz2 -MAINTAINER= rodent@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://xorg.freedesktop.org/ COMMENT= XTrap sample clients #LICENSE= # TODO: (see mk/license.mk) |