diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/tla/DESCR | 4 | ||||
-rw-r--r-- | devel/tla/Makefile | 37 | ||||
-rw-r--r-- | devel/tla/PLIST | 38 | ||||
-rw-r--r-- | devel/tla/distinfo | 4 |
4 files changed, 83 insertions, 0 deletions
diff --git a/devel/tla/DESCR b/devel/tla/DESCR new file mode 100644 index 00000000000..1430bf6babb --- /dev/null +++ b/devel/tla/DESCR @@ -0,0 +1,4 @@ +tla is a revision control system: a program that lets programmers +archive a history of changes made to the software they maintain and +that, more importantly, helps programmers to coordinate, synchronize, +and combine multiple lines of development for a single project. diff --git a/devel/tla/Makefile b/devel/tla/Makefile new file mode 100644 index 00000000000..2d96f9198be --- /dev/null +++ b/devel/tla/Makefile @@ -0,0 +1,37 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/12/02 23:22:50 recht Exp $ +# + +DISTNAME= tla-1.1pre8 +PKGNAME= tla-1.1.0.8 +WRKSRC= ${WRKDIR}/${DISTNAME}/src/=build +CATEGORIES= devel +MASTER_SITES= http://regexps.srparish.net/src/tla/ + +MAINTAINER= schmonz@NetBSD.org +HOMEPAGE= http://arch.fifthvision.net/bin/view/Arch/WebHome +COMMENT= Revision control system ideal for widely distributed development + +DEPENDS+= patch-[0-9]*:../../devel/patch + +USE_GMAKE= # defined + +HAS_CONFIGURE= # defined +CONFIGURE_SCRIPT= ../configure +CONFIGURE_ARGS+= --prefix ${PREFIX} +CONFIGURE_ARGS+= --with-gnu-patch=${PREFIX}/bin/${GNU_PROGRAM_PREFIX}patch + +HTMLDIR= ${PREFIX}/share/doc/html/arch +EXAMPLESDIR= ${PREFIX}/share/examples/arch +LOCALDIR= ${PREFIX}/libexec/arch/local + +post-extract: + ${MKDIR} ${WRKSRC} + +post-install: + # Install arch documentation. + ${INSTALL_DATA_DIR} ${HTMLDIR} + ${CP} -R ${WRKDIR}/${DISTNAME}/src/docs-tla/html/* ${HTMLDIR} + ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${HTMLDIR} + ${CHMOD} -R ugo-w ${HTMLDIR} + +.include "../../mk/bsd.pkg.mk" diff --git a/devel/tla/PLIST b/devel/tla/PLIST new file mode 100644 index 00000000000..42ab54b4cb8 --- /dev/null +++ b/devel/tla/PLIST @@ -0,0 +1,38 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2003/12/02 23:22:51 recht Exp $ +bin/tla +share/doc/html/arch/arch.html +share/doc/html/arch/archive-caching.html +share/doc/html/arch/changeset-format.html +share/doc/html/arch/checking-in-changes.html +share/doc/html/arch/cherrypicking-changes.html +share/doc/html/arch/development-branches.html +share/doc/html/arch/document-license.html +share/doc/html/arch/elementary-branches.html +share/doc/html/arch/exploring-changesets.html +share/doc/html/arch/importing-first.html +share/doc/html/arch/in-general.html +share/doc/html/arch/indexes.html +share/doc/html/arch/introducing-changesets.html +share/doc/html/arch/introducing-replay.html +share/doc/html/arch/introducing-yourself.html +share/doc/html/arch/introduction.html +share/doc/html/arch/inventories.html +share/doc/html/arch/inventory-tags.html +share/doc/html/arch/little-help.html +share/doc/html/arch/multi-tree-projects.html +share/doc/html/arch/naming-conventions.html +share/doc/html/arch/new-archive.html +share/doc/html/arch/new-project.html +share/doc/html/arch/new-source.html +share/doc/html/arch/project-management.html +share/doc/html/arch/retrieving-earlier-revisions.html +share/doc/html/arch/revision-libraries.html +share/doc/html/arch/selected-files-commits.html +share/doc/html/arch/shared-and-public-archives.html +share/doc/html/arch/source-license.html +share/doc/html/arch/symbolic-tags.html +share/doc/html/arch/system-requirements.html +share/doc/html/arch/tree-history.html +share/doc/html/arch/update-commit.html +share/doc/html/arch/using-hooks.html +@dirrm share/doc/html/arch diff --git a/devel/tla/distinfo b/devel/tla/distinfo new file mode 100644 index 00000000000..e83b7492172 --- /dev/null +++ b/devel/tla/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2003/12/02 23:22:50 recht Exp $ + +SHA1 (tla-1.1pre8.tar.gz) = 50fc6d03dc54456666741ed184d4d0ded01cd355 +Size (tla-1.1pre8.tar.gz) = 3400350 bytes |