Commit graph

33 commits

Author SHA1 Message Date
martti
bd986edbc7 Remove trailing spaces. 2007-10-09 19:19:08 +00:00
wiz
20169f7fc2 Remove dead MASTERS_SITES. From Zafer Aydogan. 2007-06-08 18:39:22 +00:00
wiz
9b5f815b2d Add "scm" to CATEGORIES to make it easy to find source control management
related packages.
2007-02-17 20:59:46 +00:00
joerg
0376ed72eb Skip portability checks for files we either don't run or where we
use bash any way.
2006-12-20 15:30:52 +00:00
rillig
ab420f09ce Needs bash at build time. 2006-10-13 06:52:11 +00:00
wiz
f5b8945cb9 Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 21:35:58 +00:00
wiz
55e18ce3d8 Update to 1.3.5:
CHANGES IN 1.3.5

* Fixes for Bugs 11731, 11701, 7502, 16334, 16539, 16538, 16780
* Enhanced support for several different ssh implementations by
  Ludovic Courtès
* SHA1 checksums
* Undo command specific file selection,  by Ludovic
* Microsoft Windows NT FTP server support
* commit and undo commands allow file exclusion with the -x option
* library-dir as alias for my-revision-library
* archive-register as alias for register-archive
* Cygwin support, file name compression patches from Lode Leroy,
  incorporated into tla proper (see notes below)
* apply-delta now supports diff3 style merge (via the -t option)
* honor --skip-present for replay, patch by Ludovic


32-bit Windows, Cygwin notes:

Now the Cygwin specific changes to tla by Lode Leroy
are incorporated into the tla proper.  However,
to get tla to work on Cygwin requires more than changes to tla; changes
to GNU diff, tar and patch are necessary.  Since these tools are outside
the Arch Project's control, here the patches to them are just
distributed together with tla in the cygwin/ directory; follow the
instructions in the cygwin/BUILD.txt file for installing tla on cygwin.

Thanks to Lode Leroy for his efforts in getting tla to work on Cygwin.
2006-07-23 20:41:24 +00:00
jlam
668d96b7c1 The problem fixed by revision 1.1857 of bsd.pkg.mk no longer works
after the OVERRIDE_DIRDEPTH mechanism was introduced.  Ensure that
the config.* scripts under ${WRKSRC} are found and overridden by
setting OVERRIDE_DIRDEPTH to 3.
2006-07-05 06:15:49 +00:00
rillig
02d63b31fd Updated tla to 1.3.4.
I couldn't find any useful ChangeLog file, but bin/awiki has been removed.
2006-06-17 21:41:07 +00:00
rillig
d83456cfe9 Fixed some pkglint warnings. 2006-06-17 21:36:01 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
joerg
e2ba5c2b7a config.guess / config.sub replacement. 2006-01-15 17:17:52 +00:00
rillig
579e977969 Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.
2005-12-05 23:55:01 +00:00
rillig
b71a1d488b Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-12-05 20:49:47 +00:00
rillig
5ac8ad7004 Removed trailing white-space. 2005-09-28 14:31:06 +00:00
recht
1c17e47226 update to tla-1.3.3
This release fixes a few minor but important bugs in low level libraries.
2005-06-26 14:57:31 +00:00
jlam
585534220c Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison
2005-05-22 20:07:36 +00:00
recht
58b3788431 update to tla 1.3.2
This release fixes a number of minor bugs and adds initial support
for more extensive metadata support, upgrades `libneon', and
includes internal improvements.
2005-05-10 21:10:24 +00:00
minskim
a0004687a9 Honor PKGDIRMODE and SHAREMODE. 2005-03-31 19:33:01 +00:00
recht
aa26b59585 update to tla-1.3.1
Release 1.3.1 contains internal improvements, bug fixes, and minor
feature enhancements. The bundled version of `libneon' has been
replaced by a recent version.
2005-03-21 23:49:48 +00:00
recht
008d1915f9 update to tla-1.3
Important changes since GNU arch 1.2.1 include:

  * reverting the 1k tagline boundary error to a warning, allowing old
    archives to continue to be accessed,

  * fixing a regression in get-changeset,

  * fixing the "one-way" star-merge bug, and

  * recognizing patch logs from archives beginning with a digit again.
2004-12-29 11:26:56 +00:00
recht
da6179bc89 Fix a typo in CONFIGURE_ARGS and set diff3 for the diff3 program and
not diff. This fixes the build on Darwin.
Patch by Clément MATHIEU in PR 26831

Bump PKGREVISION to 2.
2004-09-02 11:54:56 +00:00
recht
ed2ca5ebc8 Update to the official, GNU blessed, version of tla-1.2.1.
With regard to the versions that has been released as tla-1.2.1 there's
only one change:
- A small with "update -d" was fixed.

Bump PKGREVISION to distinguish the two versions and add DIST_SUBDIR.
2004-08-24 21:00:29 +00:00
recht
1605646fc5 update to tla-1.2.1
This is mostly a small fixes release, though some useful stuff
has gotten in:

* Spaces support in filenames (done by cehteh, merged by Tom)
* New version of libneon (ported by yours truly)
* Gobs of small bugs
* Gobs of typos
* NFS revlib fix. (Yes, this is the corrupt inode sigs one)
2004-08-15 18:59:40 +00:00
recht
acf63b6eee Enable pkgviews installation. 2004-05-18 11:58:04 +00:00
recht
afccda4731 tla-1.2.1pre1
The version of libneon that is packaged with tla 1.2.0 contains a format
string vulnerability. For more information, visit the disclosure at
http://marc.theaimsgroup.com/?l=openpkg-announce&m=108213423102539&w=2 or
visit the libneon page at http://www.webdav.org/neon/. Tla users can be
affected if they download archives from untrusted sources.
2004-04-18 23:52:02 +00:00
recht
f1f164f044 Add more MASTER_SITEs. 2004-03-30 10:48:29 +00:00
recht
ad1721ec0b Fix gdiff configure argument.
From neil at daikokuya dot co dot uk in PR 24585.
Bump PKGREVISION to 1.
2004-02-28 22:09:24 +00:00
recht
5cc92871fb update to 1.2
This release contains a number of significant performance and feature
enhancements and reflects the contributions of an active community of
volunteer developers, reviewers, enlightening critics, kibitzers, and
testers.

Of particular interest to many will be the new support (relative to
1.1) for "archive signing and integrity checking" -- a facility by
which the integrity of a publicly accessible archive can be verified.
2004-02-28 19:51:16 +00:00
recht
8a0a7e25e3 update to tla 1.1 (release)
also, take maintainership (approved by schmonz@)

There have been a lot of changes/fixes since pre8. See the ChangeLog(s)
in the distribution for more details.
From the pkgsrc side: let tla depend on gnu diff/tar.
2004-01-28 11:22:24 +00:00
grant
f49bdea710 replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-22 08:24:28 +00:00
agc
dc52048e01 Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:07:06 +00:00
recht
825cfad37b re-import of arch as tla (pkgname change)
update to 1.1.08 based upon PR 23022 by Neil Booth (update to 1.1pre5)

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.

suggested/ok'ed by wiz@
2003-12-02 23:22:50 +00:00