mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
- Change maintainer email to @FreeBSD.org
- Add stage support - Add pkg-plist file Approved by: wg/culot (mentors, implicit)
This commit is contained in:
parent
6293e7c303
commit
ca1fba8244
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=329573
@ -7,7 +7,7 @@ PORTREVISION= 1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
||||
|
||||
MAINTAINER= danilogondolfo@gmail.com
|
||||
MAINTAINER= danilo@FreeBSD.org
|
||||
COMMENT= Parallel executor, distributes tasks over network
|
||||
|
||||
LICENSE= MIT
|
||||
@ -24,26 +24,11 @@ MAKE_ENV= SUBPRJ_DFLT="${SUBPRJ_DFLT}"
|
||||
CFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
||||
MAN1= ${PORTNAME}.1 \
|
||||
${PORTNAME}_reorder.1
|
||||
PORTDOCS= *
|
||||
PORTEXAMPLES= *
|
||||
PLIST_FILES= bin/${PORTNAME} \
|
||||
bin/${PORTNAME}_reorder
|
||||
|
||||
SUBPRJ_DFLT= ${PORTNAME}
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
SUBPRJ_DFLT+= doc
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MEXAMPLES}
|
||||
SUBPRJ_DFLT+= examples
|
||||
MAKE_ENV+= EGDIR="${EXAMPLESDIR}"
|
||||
.endif
|
||||
SUBPRJ_DFLT= paexec doc examples
|
||||
MAKE_ENV+= EGDIR="${STAGEDIR}${EXAMPLESDIR}" \
|
||||
DOCDIR="${STAGEDIR}${DOCSDIR}" \
|
||||
BINDIR="${STAGEDIR}${PREFIX}/bin" \
|
||||
MANDIR="${STAGEDIR}${MANPREFIX}/man"
|
||||
|
||||
do-build:
|
||||
@${SETENV} ${MAKE_ENV} ${LOCALBASE}/bin/mkcmake -C ${WRKSRC}
|
||||
@ -51,8 +36,6 @@ do-build:
|
||||
do-install:
|
||||
@${SETENV} ${MAKE_ENV} ${LOCALBASE}/bin/mkcmake -C ${WRKSRC} \
|
||||
${INSTALL_TARGET}
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
${INSTALL_DATA} ${WRKSRC}/presentation/${PORTNAME}.pdf ${DOCSDIR}
|
||||
.endif
|
||||
${INSTALL_DATA} ${WRKSRC}/presentation/${PORTNAME}.pdf ${STAGEDIR}${DOCSDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
44
devel/paexec/pkg-plist
Normal file
44
devel/paexec/pkg-plist
Normal file
@ -0,0 +1,44 @@
|
||||
bin/paexec
|
||||
bin/paexec_reorder
|
||||
man/man1/paexec.1.gz
|
||||
man/man1/paexec_reorder.1.gz
|
||||
%%PORTDOCS%%%%DOCSDIR%%/COPYRIGHT
|
||||
%%PORTDOCS%%%%DOCSDIR%%/NEWS
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
%%PORTDOCS%%%%DOCSDIR%%/TODO
|
||||
%%PORTDOCS%%%%DOCSDIR%%/paexec.pdf
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/all_substr/cmd_all_substr
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/all_substr/run_all_substr
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc_wrapper/cmd_cc_wrapper
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc_wrapper/func1.c
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc_wrapper/func2.c
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc_wrapper/func3.c
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc_wrapper/run_cc_wrapper
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc_wrapper2/func1.c
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc_wrapper2/func2.c
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc_wrapper2/func3.c
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc_wrapper2/run_cc_wrapper2
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dirtest/run_dirtest
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dirtest/tasks
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/divide/cmd_divide
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/divide/cmd_divide2
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/divide/run_divide
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/divide/run_divide2
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/make_package/cmd_make_package
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/make_package/cmd_xxx_failed_make_package
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/make_package/run_cycle_make_package
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/make_package/run_make_package
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/make_package/tasks
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/make_package/tasks2
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/make_package/tasks_cycle
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/toupper/cmd_toupper
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/toupper/run_toupper
|
||||
%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/toupper
|
||||
%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/make_package
|
||||
%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/divide
|
||||
%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/dirtest
|
||||
%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/cc_wrapper2
|
||||
%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/cc_wrapper
|
||||
%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/all_substr
|
||||
%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%
|
||||
%%PORTDOCS%%@dirrmtry %%DOCSDIR%%
|
Loading…
Reference in New Issue
Block a user