CVS log for ports/devel/tla/pkg-descr
Up to [FreeBSD] / ports / devel / tla
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.4: download - view: text, markup, annotated - select for diffs
Tue Oct 18 13:05:21 2011 UTC (3 months, 3 weeks ago) by ehaupt
Branches: MAIN
CVS tags: RELEASE_9_0_0, HEAD
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +1 -1 lines
Update MASTER_SITES and WWW PR: 161654 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Revision 1.3: download - view: text, markup, annotated - select for diffs
Sun Nov 9 20:48:19 2008 UTC (3 years, 3 months ago) by danfe
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_8_1_0, RELEASE_8_0_0, RELEASE_7_4_0, RELEASE_7_3_0, RELEASE_7_2_0, RELEASE_6_EOL
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +6 -7 lines
- Correctly assign RUN_DEPENDS so gmake(1) does not appear in rdeps - Use HAS_CONFIGURE instead of GNU_CONFIGURE since provided script does not look like autotools generated - Drop custom do-configure target, provide correct CONFIGURE_SCRIPT and CONFIGURE_ARGS values instead - Do not say LOCALBASE when PREFIX is meant - Canonicalize Makefile header, wrap excessively long lines - Reformat port description
Revision 1.2: download - view: text, markup, annotated - select for diffs
Fri Feb 27 13:05:01 2004 UTC (7 years, 11 months ago) by roberto
Branches: MAIN
CVS tags: RELEASE_7_1_0, RELEASE_7_0_0, RELEASE_6_4_0, RELEASE_6_3_0, RELEASE_6_2_0, RELEASE_6_1_0, RELEASE_6_0_0, RELEASE_5_EOL, RELEASE_5_5_0, RELEASE_5_4_0, RELEASE_5_3_0, RELEASE_4_EOL, RELEASE_4_11_0, RELEASE_4_10_0, PRE_XORG_7
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +1 -1 lines
Update to tla 1.2, just released.
- SIZEify it
- added master sites (with conversion to main GNU site)
- use ${PRINTF}
- corrected WWW: in pkg-descr.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Sun Aug 17 22:01:07 2003 UTC (8 years, 5 months ago) by seanc
Branches: MAIN
CVS tags: RELEASE_5_2_1, RELEASE_5_2_0, RELEASE_4_9_0
Add tla, an arch CLI written in C. 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. This looks to be as close to an open source p4 replacement as one could hope without being p4. I'll go so far as to suggest that if this SCM was employed by the BSD crowd, merging changes between dragonfly (post source repo reorog), NetBSD, and OpenBSD would be radically less painful. It is very possible that the dragonfly fork may not have happened under the arch SCM development methodology, but if it did, at the very least it would be possible to incorporate dillion's reorg work in a single patch set, no cvs admin repo surgery needed. WWW: http://arch.fifthvision.net/bin/view
