pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

*vmailmgr*: set the basics in each package.



Module Name:	pkgsrc-wip
Committed By:	Amitai Schleier <schmonz-web-git%schmonz.com@localhost>
Pushed By:	schmonz
Date:		Fri Feb 23 23:23:00 2024 -0500
Changeset:	d3335934a654eaae1357f790f84fb456a4627efa

Modified Files:
	php-vmailmgr/Makefile
	py-vmailmgr/Makefile
	vmailmgr-base/Makefile
	vmailmgr-cgi/Makefile
	vmailmgr-courier-imap/Makefile
	vmailmgr-docs/Makefile
	vmailmgr/Makefile
	vmailmgr/Makefile.common
	vmailmgr/TODO.md

Log Message:
*vmailmgr*: set the basics in each package.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=d3335934a654eaae1357f790f84fb456a4627efa

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 php-vmailmgr/Makefile          | 5 +++++
 py-vmailmgr/Makefile           | 5 +++++
 vmailmgr-base/Makefile         | 5 +++++
 vmailmgr-cgi/Makefile          | 5 +++++
 vmailmgr-courier-imap/Makefile | 5 +++++
 vmailmgr-docs/Makefile         | 5 +++++
 vmailmgr/Makefile              | 1 +
 vmailmgr/Makefile.common       | 5 -----
 vmailmgr/TODO.md               | 1 -
 9 files changed, 31 insertions(+), 6 deletions(-)

diffs:
diff --git a/php-vmailmgr/Makefile b/php-vmailmgr/Makefile
index a39b335524..73612ba8e7 100644
--- a/php-vmailmgr/Makefile
+++ b/php-vmailmgr/Makefile
@@ -4,6 +4,11 @@
 
 PKGNAME=		php-vmailmgr-${VERSION}
 
+MAINTAINER=		schmonz%NetBSD.org@localhost
+HOMEPAGE=		https://untroubled.org/vmailmgr/
+COMMENT=		Virtual domain manager for qmail (PHP bindings)
+LICENSE=		gnu-gpl-v2
+
 DEPENDS+=		php-[0-9]*:${PHPPKGSRCDIR}
 
 CONFIGURE_ARGS+=	--enable-php
diff --git a/py-vmailmgr/Makefile b/py-vmailmgr/Makefile
index 7eb9154af1..5f3f8560e1 100644
--- a/py-vmailmgr/Makefile
+++ b/py-vmailmgr/Makefile
@@ -4,6 +4,11 @@
 
 PKGNAME=		py-vmailmgr-${VERSION}
 
+MAINTAINER=		schmonz%NetBSD.org@localhost
+HOMEPAGE=		https://untroubled.org/vmailmgr/
+COMMENT=		Virtual domain manager for qmail (Python bindings)
+LICENSE=		gnu-gpl-v2
+
 CONFIGURE_ARGS+=	--enable-python
 CONFIGURE_ENV+=		PYTHONBIN=${PYTHONBIN:Q}
 
diff --git a/vmailmgr-base/Makefile b/vmailmgr-base/Makefile
index c3c0164a76..98b547b80d 100644
--- a/vmailmgr-base/Makefile
+++ b/vmailmgr-base/Makefile
@@ -4,6 +4,11 @@
 
 PKGNAME=		vmailmgr-base-${VERSION}
 
+MAINTAINER=		schmonz%NetBSD.org@localhost
+HOMEPAGE=		https://untroubled.org/vmailmgr/
+COMMENT=		Virtual domain manager for qmail (base package)
+LICENSE=		gnu-gpl-v2
+
 CONFIGURE_ARGS+=	--disable-cgi
 CONFIGURE_ARGS+=	--disable-courier-imap
 CONFIGURE_ARGS+=	--disable-php
diff --git a/vmailmgr-cgi/Makefile b/vmailmgr-cgi/Makefile
index 652346996a..0872d42543 100644
--- a/vmailmgr-cgi/Makefile
+++ b/vmailmgr-cgi/Makefile
@@ -4,6 +4,11 @@
 
 PKGNAME=		vmailmgr-cgi-${VERSION}
 
+MAINTAINER=		schmonz%NetBSD.org@localhost
+HOMEPAGE=		https://untroubled.org/vmailmgr/
+COMMENT=		Virtual domain manager for qmail (cgi programs)
+LICENSE=		gnu-gpl-v2
+
 CONFIGURE_ARGS+=	--enable-cgi
 
 BUILD_DIRS=		lib cgi
diff --git a/vmailmgr-courier-imap/Makefile b/vmailmgr-courier-imap/Makefile
index 62e9e9386f..6cccfe2581 100644
--- a/vmailmgr-courier-imap/Makefile
+++ b/vmailmgr-courier-imap/Makefile
@@ -4,6 +4,11 @@
 
 PKGNAME=		vmailmgr-courier-imap-${VERSION}
 
+MAINTAINER=		schmonz%NetBSD.org@localhost
+HOMEPAGE=		https://untroubled.org/vmailmgr/
+COMMENT=		Virtual domain manager for qmail (Courier authentication)
+LICENSE=		gnu-gpl-v2
+
 CONFIGURE_ARGS+=	--enable-courier-imap
 
 BUILD_DIRS=		lib authenticate
diff --git a/vmailmgr-docs/Makefile b/vmailmgr-docs/Makefile
index eeb6386446..36762bea9a 100644
--- a/vmailmgr-docs/Makefile
+++ b/vmailmgr-docs/Makefile
@@ -4,6 +4,11 @@
 
 PKGNAME=		vmailmgr-docs-${VERSION}
 
+MAINTAINER=		schmonz%NetBSD.org@localhost
+HOMEPAGE=		https://untroubled.org/vmailmgr/
+COMMENT=		Virtual domain manager for qmail (docs)
+LICENSE=		gnu-gpl-v2
+
 BUILD_TARGET=		docs
 BUILD_DIRS+=		. authenticate
 
diff --git a/vmailmgr/Makefile b/vmailmgr/Makefile
index ef3bc5a649..98606e74d8 100644
--- a/vmailmgr/Makefile
+++ b/vmailmgr/Makefile
@@ -8,6 +8,7 @@ CATEGORIES=	mail
 MAINTAINER=	schmonz%NetBSD.org@localhost
 HOMEPAGE=	https://untroubled.org/vmailmgr/
 COMMENT=	Virtual domain manager for qmail
+LICENSE=	gnu-gpl-v2
 
 DEPENDS+=	vmailmgr-base>=${VERSION}:../../wip/vmailmgr-base
 DEPENDS+=	vmailmgr-cgi>=${VERSION}:../../wip/vmailmgr-cgi
diff --git a/vmailmgr/Makefile.common b/vmailmgr/Makefile.common
index 2050b92755..d74c035cf3 100644
--- a/vmailmgr/Makefile.common
+++ b/vmailmgr/Makefile.common
@@ -14,11 +14,6 @@ CATEGORIES=		mail
 MASTER_SITES=		${MASTER_SITE_GITHUB:=bruceg/}
 GITHUB_TAG=		526d53c1d0e604ec29ada61b79485ceeb8b978cd
 
-MAINTAINER=		schmonz%NetBSD.org@localhost
-HOMEPAGE=		https://untroubled.org/vmailmgr/
-COMMENT=		Virtual domain manager for qmail
-LICENSE=		gnu-gpl-v2
-
 WRKSRC=			${WRKDIR}/${DISTNAME}
 
 USE_LANGUAGES=		c c++
diff --git a/vmailmgr/TODO.md b/vmailmgr/TODO.md
index 93aff3cc94..1c382081ba 100644
--- a/vmailmgr/TODO.md
+++ b/vmailmgr/TODO.md
@@ -1,6 +1,5 @@
 # TODO
 
-- Give each package its own DESCR and COMMENT
 - Add separate package for daemon?
 
 ## Python


Home | Main Index | Thread Index | Old Index