Add porttools 0.01,
tools for testing and submitting port updates and new ports. PR: 53487 Submitted by: Sergei Kolobov <sergei@kolobov.com>
This commit is contained in:
parent
9cd7814029
commit
e435fe9f2c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=83314
9 changed files with 87 additions and 0 deletions
|
@ -746,6 +746,7 @@
|
|||
SUBDIR += popt
|
||||
SUBDIR += portcheckout
|
||||
SUBDIR += portlint
|
||||
SUBDIR += porttools
|
||||
SUBDIR += powerpc-rtems-binutils
|
||||
SUBDIR += powerpc-rtems-g77
|
||||
SUBDIR += powerpc-rtems-gcc
|
||||
|
|
26
devel/porttools/Makefile
Normal file
26
devel/porttools/Makefile
Normal file
|
@ -0,0 +1,26 @@
|
|||
# New ports collection makefile for: porttools
|
||||
# Date created: 2003-06-18
|
||||
# Whom: Sergei Kolobov <sergei@kolobov.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= porttools
|
||||
PORTVERSION= 0.01
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
||||
MAINTAINER= sergei@kolobov.com
|
||||
COMMENT= Tools for testing and submitting port updates and new ports
|
||||
|
||||
NO_BUILD= yes
|
||||
MAKE_ENV= INSTALL_SCRIPT="${INSTALL_SCRIPT}" \
|
||||
INSTALL_DATA="${INSTALL_DATA}"
|
||||
|
||||
post-install:
|
||||
@${ECHO_MSG} "* * * WARNING * * * WARNING * * *"
|
||||
@${ECHO_MSG} "Read ${DOCSDIR}/README before proceeding"
|
||||
@${ECHO_MSG} "Report all problems to ${MAINTAINER}"
|
||||
|
||||
.include <bsd.port.mk>
|
1
devel/porttools/distinfo
Normal file
1
devel/porttools/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (porttools-0.01.tar.gz) = 8154b1bc52be340ce5117d8a6c89ce5d
|
7
devel/porttools/pkg-descr
Normal file
7
devel/porttools/pkg-descr
Normal file
|
@ -0,0 +1,7 @@
|
|||
FreeBSD Port Tools consist of the following small scripts:
|
||||
- testport: a script to automate testing a new port or a port update
|
||||
- pr-new: a script to simplify submitting a Problem Report (PR) for a new port
|
||||
- pr-update: a script to simplify submitting a PR with a port update
|
||||
|
||||
Author: Sergei Kolobov <sergei@kolobov.com>
|
||||
WWW: http://sourceforge.net/projects/porttools/
|
9
devel/porttools/pkg-plist
Normal file
9
devel/porttools/pkg-plist
Normal file
|
@ -0,0 +1,9 @@
|
|||
bin/pr-new
|
||||
bin/pr-update
|
||||
bin/testport
|
||||
%%DATADIR%%/send-pr.template
|
||||
@dirrm %%DATADIR%%
|
||||
%%PORTDOCS%%%%DOCSDIR%%/LICENSE
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
%%PORTDOCS%%%%DOCSDIR%%/TODO
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
26
ports-mgmt/porttools/Makefile
Normal file
26
ports-mgmt/porttools/Makefile
Normal file
|
@ -0,0 +1,26 @@
|
|||
# New ports collection makefile for: porttools
|
||||
# Date created: 2003-06-18
|
||||
# Whom: Sergei Kolobov <sergei@kolobov.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= porttools
|
||||
PORTVERSION= 0.01
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
||||
MAINTAINER= sergei@kolobov.com
|
||||
COMMENT= Tools for testing and submitting port updates and new ports
|
||||
|
||||
NO_BUILD= yes
|
||||
MAKE_ENV= INSTALL_SCRIPT="${INSTALL_SCRIPT}" \
|
||||
INSTALL_DATA="${INSTALL_DATA}"
|
||||
|
||||
post-install:
|
||||
@${ECHO_MSG} "* * * WARNING * * * WARNING * * *"
|
||||
@${ECHO_MSG} "Read ${DOCSDIR}/README before proceeding"
|
||||
@${ECHO_MSG} "Report all problems to ${MAINTAINER}"
|
||||
|
||||
.include <bsd.port.mk>
|
1
ports-mgmt/porttools/distinfo
Normal file
1
ports-mgmt/porttools/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (porttools-0.01.tar.gz) = 8154b1bc52be340ce5117d8a6c89ce5d
|
7
ports-mgmt/porttools/pkg-descr
Normal file
7
ports-mgmt/porttools/pkg-descr
Normal file
|
@ -0,0 +1,7 @@
|
|||
FreeBSD Port Tools consist of the following small scripts:
|
||||
- testport: a script to automate testing a new port or a port update
|
||||
- pr-new: a script to simplify submitting a Problem Report (PR) for a new port
|
||||
- pr-update: a script to simplify submitting a PR with a port update
|
||||
|
||||
Author: Sergei Kolobov <sergei@kolobov.com>
|
||||
WWW: http://sourceforge.net/projects/porttools/
|
9
ports-mgmt/porttools/pkg-plist
Normal file
9
ports-mgmt/porttools/pkg-plist
Normal file
|
@ -0,0 +1,9 @@
|
|||
bin/pr-new
|
||||
bin/pr-update
|
||||
bin/testport
|
||||
%%DATADIR%%/send-pr.template
|
||||
@dirrm %%DATADIR%%
|
||||
%%PORTDOCS%%%%DOCSDIR%%/LICENSE
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
%%PORTDOCS%%%%DOCSDIR%%/TODO
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
Loading…
Reference in a new issue