Mon Jan 10 22:25:46 2022 UTC ()
zopeedit: convert to egg.mk


(wiz)
diff -r1.28 -r1.29 pkgsrc/www/zopeedit/Makefile
diff -r1.5 -r1.6 pkgsrc/www/zopeedit/PLIST

cvs diff -r1.28 -r1.29 pkgsrc/www/zopeedit/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/www/zopeedit/Attic/Makefile 2020/12/04 20:45:49 1.28
+++ pkgsrc/www/zopeedit/Attic/Makefile 2022/01/10 22:25:46 1.29
@@ -1,27 +1,25 @@ @@ -1,27 +1,25 @@
1# $NetBSD: Makefile,v 1.28 2020/12/04 20:45:49 nia Exp $ 1# $NetBSD: Makefile,v 1.29 2022/01/10 22:25:46 wiz Exp $
2# 
3 2
4DISTNAME= zopeedit-0.7-src 3DISTNAME= zopeedit-0.7-src
5PKGNAME= ${DISTNAME:S/-src//} 4PKGNAME= ${DISTNAME:S/-src//}
6PKGREVISION= 8 5PKGREVISION= 9
7CATEGORIES= www 6CATEGORIES= www
8#MASTER_SITES= http://www.zope.org/Members/Caseman/ExternalEditor/0.7/ 7#MASTER_SITES= http://www.zope.org/Members/Caseman/ExternalEditor/0.7/
9EXTRACT_SUFX= .tgz 8EXTRACT_SUFX= .tgz
10 9
11MAINTAINER= pkgsrc-users@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
12#HOMEPAGE= http://www.zope.org/Members/Caseman/ExternalEditor 11#HOMEPAGE= http://www.zope.org/Members/Caseman/ExternalEditor
13COMMENT= Helper client application for Zope's ExternalEditor 12COMMENT= Helper client application for Zope's ExternalEditor
14 13
15USE_LANGUAGES= #none 14USE_LANGUAGES= #none
16 15
17INSTALLATION_DIRS+= share/doc/zopeedit ${PKGMANDIR}/man1 16INSTALLATION_DIRS+= share/doc/zopeedit ${PKGMANDIR}/man1
18 17
19post-install: 18post-install:
20 ${INSTALL_DATA} ${WRKSRC}/README.txt ${DESTDIR}${PREFIX}/share/doc/zopeedit 19 ${INSTALL_DATA} ${WRKSRC}/README.txt ${DESTDIR}${PREFIX}/share/doc/zopeedit
21 ${INSTALL_MAN} ${WRKSRC}/man/zopeedit.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1 20 ${INSTALL_MAN} ${WRKSRC}/man/zopeedit.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
22 21
23EGG_NAME= zopeedit-0.0.0 22EGG_NAME= zopeedit-0.0.0
24 23
25.include "../../lang/python/distutils.mk" 24.include "../../lang/python/egg.mk"
26.include "../../lang/python/application.mk" 
27.include "../../mk/bsd.pkg.mk" 25.include "../../mk/bsd.pkg.mk"

cvs diff -r1.5 -r1.6 pkgsrc/www/zopeedit/Attic/PLIST (expand / switch to unified diff)

--- pkgsrc/www/zopeedit/Attic/PLIST 2012/04/08 20:22:00 1.5
+++ pkgsrc/www/zopeedit/Attic/PLIST 2022/01/10 22:25:46 1.6
@@ -1,5 +1,8 @@ @@ -1,5 +1,8 @@
1@comment $NetBSD: PLIST,v 1.5 2012/04/08 20:22:00 wiz Exp $ 1@comment $NetBSD: PLIST,v 1.6 2022/01/10 22:25:46 wiz Exp $
2bin/zopeedit.py 2bin/zopeedit.py
3${PYSITELIB}/${EGG_FILE} 3${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 4${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 5${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
 6${PYSITELIB}/${EGG_INFODIR}/top_level.txt
4man/man1/zopeedit.1 7man/man1/zopeedit.1
5share/doc/zopeedit/README.txt 8share/doc/zopeedit/README.txt