Index: head/devel/tla/Makefile =================================================================== --- head/devel/tla/Makefile (revision 222634) +++ head/devel/tla/Makefile (revision 222635) @@ -1,67 +1,70 @@ -# Ports collection makefile for: tla -# Date Created: August 17th, 2003 -# Whom: seanc +# New ports collection makefile for: tla +# Date created: August 17th, 2003 +# Whom: Sean Chittenden # # $FreeBSD$ # PORTNAME= tla PORTVERSION= 1.3.5 PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU} \ http://regexps.srparish.net/src/${PORTNAME}/ \ http://arch.quackerhead.com/~lord/releases/${PORTNAME}/ MASTER_SITE_SUBDIR= gnu-arch MAINTAINER= ports@FreeBSD.org COMMENT= The original arch source control management CLI written in C BUILD_DEPENDS= gpatch:${PORTSDIR}/devel/patch \ gdiff:${PORTSDIR}/textproc/diffutils \ gtar:${PORTSDIR}/archivers/gtar -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} -GNU_CONFIGURE= yes +HAS_CONFIGURE= yes USE_GMAKE= yes +CONFIGURE_SCRIPT= ../configure +CONFIGURE_ARGS= --prefix=${PREFIX} \ + --with-gnu-patch gpatch \ + --with-gnu-diff gdiff \ + --with-gnu-diff3 gdiff3 \ + --with-gnu-tar gtar + ORIGWRKSRC= ${WRKDIR}/${DISTNAME}/src PATCH_WRKSRC= ${ORIGWRKSRC}/.. WRKSRC= ${ORIGWRKSRC}/=build PLIST= ${WRKDIR}/plist PLIST_FILES= bin/tla bin/tla-gpg-check pre-patch: ${MKDIR} ${WRKSRC} -do-configure: - cd ${WRKSRC} ; ../configure --prefix ${LOCALBASE} \ - --with-gnu-patch gpatch \ - --with-gnu-diff gdiff \ - --with-gnu-diff3 gdiff3 \ - --with-gnu-tar gtar - test: cd ${WRKSRC} ; ${GMAKE} test pre-install: .if !defined(NOPORTDOCS) - ${RM} -rf ${ORIGWRKSRC}/docs-tla/PLUGIN ${ORIGWRKSRC}/docs-tla/{arch} \ - ${ORIGWRKSRC}/docs-tla/.arch-ids - cd ${ORIGWRKSRC}/docs-tla && ${FIND} . -type f -name '*.html' -exec ${ECHO_CMD} "%%DOCSDIR%%/{}" \; > ${PLIST} - cd ${ORIGWRKSRC}/docs-tla && ${FIND} -d . -mindepth 1 -maxdepth 1 -type d -exec ${ECHO_CMD} "@dirrm %%DOCSDIR%%/{}" \; >> ${PLIST} + ${RM} -rf ${ORIGWRKSRC}/docs-tla/PLUGIN \ + ${ORIGWRKSRC}/docs-tla/{arch} ${ORIGWRKSRC}/docs-tla/.arch-ids + cd ${ORIGWRKSRC}/docs-tla && ${FIND} . -type f -name '*.html' \ + -exec ${ECHO_CMD} "%%DOCSDIR%%/{}" \; > ${PLIST} + cd ${ORIGWRKSRC}/docs-tla && ${FIND} -d . -mindepth 1 -maxdepth 1 \ + -type d -exec ${ECHO_CMD} "@dirrm %%DOCSDIR%%/{}" \; >> ${PLIST} ${ECHO} @dirrm %%DOCSDIR%% >> ${PLIST} .endif do-install: ${INSTALL_PROGRAM} ${ORIGWRKSRC}/=build/tla/tla/tla ${PREFIX}/bin ${SED} 's,^#!.*$$,#!${AWK} -f,' ${ORIGWRKSRC}/tla/=gpg-check.awk \ > ${WRKDIR}/tla-gpg-check ${INSTALL_SCRIPT} ${WRKDIR}/tla-gpg-check ${PREFIX}/bin .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} - cd ${ORIGWRKSRC}/docs-tla && ${FIND} . -name '*.html' | ${CPIO} -pdm -R ${SHAREOWN}:${SHAREGRP} ${DOCSDIR} + cd ${ORIGWRKSRC}/docs-tla && ${FIND} . -name '*.html' | \ + ${CPIO} -pdm -R ${SHAREOWN}:${SHAREGRP} ${DOCSDIR} ${CHMOD} -R a=rX ${DOCSDIR} .endif .include Property changes on: head/devel/tla/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.17 \ No newline at end of property +1.18 \ No newline at end of property Index: head/devel/tla/pkg-descr =================================================================== --- head/devel/tla/pkg-descr (revision 222634) +++ head/devel/tla/pkg-descr (revision 222635) @@ -1,9 +1,8 @@ -Arch is a really nifty revision control system. It's "whole-tree -changeset based" which means, roughly, that it can handle (with atomic -commits) file and directory adds, deletes, and renames cleanly, and -that it does branching simply and easily. Arch is also "distributed" -which means, for example that you can make arch branches of your own -from remote projects, even if you don't have write access to the -revision control archives for those projects. +Arch is a really nifty revision control system. It's "whole-tree changeset +based" which means, roughly, that it can handle (with atomic commits) file +and directory adds, deletes, and renames cleanly, and that it does branching +simply and easily. Arch is also "distributed" which means, for example that +you can make arch branches of your own from remote projects, even if you do +not have write access to the revision control archives for those projects. WWW: http://gnuarch.org/ Property changes on: head/devel/tla/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property