Commit Graph

2627 Commits

Author SHA1 Message Date
FUJISHIMA Satsuki
2e575d1e0b update to 5.3.
PR:		21774
Submitted by:	Mikhail Teterin <mi@monsta.privatelabs.com>

maintainer is unreachable, temporarily?

Recipient address: mmcg@cs.monash.edu.au
Reason: Remote SMTP server has rejected address
Diagnostic code: smtp;550 <mmcg@cs.monash.edu.au>... User unknown
Remote system: dns;mail2.csse.monash.edu.au (TCP|130.194.1.8|4557|130.194.226.190|25)
2001-01-03 20:17:07 +00:00
Maxim Sobolev
48a0892666 OOPS, I committed wrong distinfo in my previous commit (update to 1.1.7). 2001-01-03 16:48:15 +00:00
Maxim Sobolev
7ecc05857e Update to 1.1.7. 2001-01-03 14:22:06 +00:00
Neil Blakey-Milner
35d965949e Add py-mxProxy 0.2.0, python module that provides a generic proxy wrapper
type.

PR:		22542
Submitted by:	Johann Visagie <johann@egenetics.com>
2001-01-03 13:56:52 +00:00
Peter Pentchev
b3ff865b0d Install a correct pkgIndex.tcl, make the pkg-plist NOPORTDOCS-aware.
PR:		23865
Submitted by:	maintainer
2001-01-03 09:27:16 +00:00
Akinori MUSHA
54cfbac643 Update to knu-cvsweb 1.104.1.57.
2001-01-03 11:55  knu

	* README.knu, cvsweb.cgi: Don't forget to add $query to the URL
	when redirecting.  Now module alias redirection and Attic
	redirection work with all sticky variables preserved. (Previously
	they didn't work against a non-default cvsroot)

	Put a text field on each directory view that allows user to jump
	directly to an arbitrary module, which can be specified either by a
	full module/file path or by a module alias.
2001-01-03 03:24:08 +00:00
Clive Lin
3806af19ef Chase distfile checksum.
Changes in the original distfile are typo (or mis-use) and
whitespacechanges.
2001-01-02 23:54:42 +00:00
Akinori MUSHA
a9c83761b1 Update to knu-cvsweb 1.104.1.56.
2001-01-03 08:34  knu

	* README.knu, cvsweb.cgi, cvsweb.conf: List CVS repository entries
	in the specified order, not alphabetical.

	Now /usr/local/etc/cvsweb/ is the default directory for
	configuration files.
2001-01-02 23:47:41 +00:00
Akinori MUSHA
f46dcf77e6 Update to knu-cvsweb 1.104.1.55.
2001-01-02 21:23  knu

	* cvsweb.cgi, cvsweb.conf: Get cvsweb.cgi to run under perl -T.

	Change perl command line:

	  Change perl5 to perl and just declare `require 5.000'.

	  Remove -s option that was intended for debug use.

	  Add -T option to perform security checks.

	Change search paths for cvsweb.conf:

	  Don't adopt the value of $ENV{CVSWEB_CONFIG} that was intended
	for
	  debug use.

	  Search the same directory that cvsweb.cgi is in instead of the
	  current directory.

	Invoking `last' in `do { ... } while (0);' is wrong.  Change the
	loop to `while (1) { ... last; }'.

	Don't do chdir.  Instead, use tar(1)'s -C option and cvs(1)
	export's -d option.

	Explicitly define $ENV{PATH}.

	Turn $allow_compress off by default so user can debug cvsweb.cgi
	easily.
2001-01-02 12:39:00 +00:00
Akinori MUSHA
4701f83604 Update to knu-cvsweb 1.104.1.54.
- Install cvsweb.conf* files under ${PREFIX}/etc/cvsweb/.

2001-01-02 08:15  knu

	* cvsweb.cgi, cvsweb.conf, cvsweb.conf-freebsd, cvsweb.conf-netbsd,
	cvsweb.conf-openbsd, cvsweb.conf-ruby: Add $prkeyword variable to
	allow user to use (e.g.) `Bug' instead of `PR' as the bug report
	identifier.

	Add cvsweb.conf-{freebsd,openbsd,netbsd,ruby} files, and move
	rather FreeBSD specific configuration values to
	cvsweb.conf-freebsd.

	Add a %funcline_regexp entry for Ruby. (*.rb)

2001-01-02 06:24  knu

	* cvsweb.conf: Add `pending' to the list of PR categories.

2001-01-02 05:57  knu

	* cvsweb.cgi: Reduce 'Use of uninitialized value' warnings.

	Noticed by:	Wolfram Schneider <wosch@schneider.org>
2001-01-01 23:51:22 +00:00
Assar Westerlund
c816d6ca21 new port of mob - Memory Organization Benchmark Suite 2001-01-01 21:28:48 +00:00
Andreas Klemm
3a0f2e562e make port prefix clean -> bump PORTREVISION
PR:		21081
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2001-01-01 18:21:46 +00:00
David E. O'Brien
06f8644cbf FSF gcc-2.95.2 for embedded ARM cross-development
This is used to generate code that is independent of any operating system.
2001-01-01 17:27:12 +00:00
David E. O'Brien
1d8f062168 FSF binutils for embedded ARM cross-development
This is used to generate code that is independent of any operating system.
2001-01-01 17:25:24 +00:00
FUJISHIMA Satsuki
86c34c7330 NO_INSTALL_MANPAGES is not for user defined variable.
Approved by: maintainer
2001-01-01 15:09:06 +00:00
Will Andrews
e41b0a784e Clean up mistakes: don't add trailing / to variable. i386-freebsd ->
%%PERL_ARCH%%.
2001-01-01 11:07:50 +00:00
Will Andrews
60f2b6b7a8 Goodbye, YEAR2000. Hello, 2001.
Approved by:	asami
2001-01-01 10:15:16 +00:00
Will Andrews
4595cbf468 Add p5-Class-Tom 3.02, a perl module to transport objects from one system to
another.
2001-01-01 09:32:01 +00:00
Will Andrews
6056b08c58 Add p5-Alias 2.32, a perl module that performs aliasing services. 2001-01-01 05:45:34 +00:00
Michael Haro
87190a2217 fix some typos, make some warning messages more verbose
PR:		23725
Submitted by:	    Jimmy Olgeni <olgeni@uli.it>
2000-12-31 18:59:43 +00:00
FUJISHIMA Satsuki
d4e42d1f4f bump PORTREVISION; new file added. 2000-12-31 15:42:36 +00:00
Akinori MUSHA
f94f4c52fb Update to 2.2. 2000-12-31 11:40:05 +00:00
FUJISHIMA Satsuki
006cf34feb fix plist.
PR: 23843
Submitted by: David W. Chapman Jr. <dwcjr@inethouston.net>
2000-12-30 22:05:11 +00:00
Satoshi Asami
5cfc5a6780 Now that the mips-* ports are brought back from the Attic, add them back. 2000-12-30 19:40:39 +00:00
Alexander Langer
b92f33d4b2 Add diffconvert 1.2, a tool to convert between context and unified diffs
and reverse those.

PR:		23957
Submitted by:	George Reid <greid@ukug.uk.freebsd.org>
2000-12-30 16:43:40 +00:00
Akinori MUSHA
173508aba5 Update to knu-cvsweb 1.104.1.52.
2000-12-30 08:56  knu

	* cvsweb.cgi: Oops, I forgot "cvs export" always need a -r/-D.
	Specify -rHEAD when no tag/branch is defaulted.

2000-12-30 08:35  knu

	* cvsweb.cgi, cvsweb.conf: Add $preformat_in_markup variable and
	turn it off by default.  This option should be turned off when you
	have files in the repository that are in a multibyte encoding which
	uses HTML special characters ([<>&"]) as part of a multi-byte
	character. (such as iso-2022-jp, ShiftJIS, etc.)  Otherwise those
	files will get screwed up in markup.

	Fix for those systems which tar(1)'s are not GNU tar(1).

	- Add @@tar_options variable and make the --ignore-failed-read flag
	optional.

	- Use cvs export instead of cvs checkout, so the --exclude 'CVS'
	flag isn't needed.

	Noticed by:	Christian Weisgerber <naddy@mips.inka.de>

	Fix for those systems which cvs(1)'s don't support -R option.
	(Actually, only FreeBSD's and OpenBSD's cvs(1) support it)

	- Add @@cvs_options and make the -R flag optional.

2000-12-29 22:29  knu

	* cvsweb.cgi: Add charset to all text/* output, including diffs.

	Submitted by:	Alexey Zelkin <phantom@cris.net>
2000-12-29 23:59:35 +00:00
Peter Pentchev
8af91e2359 Update to 2000.12.28 - fake version to go with the cyrus-imapd-2.0.9
release.  While I'm here, add a MASTER_SITE_SUBDIR pointing to
OLD-VERSIONS/imap/ - they're much too quick to move old tarballs there.

PR:		23920
Submitted by:	George Reid <greid@dogma.freebsd-uk.eu.org>
2000-12-29 09:18:10 +00:00
Akinori MUSHA
8360729a69 Update to knu-cvsweb 1.104.1.49. Tiny fixes.
2000-12-29 18:12  knu

	* cvsweb.cgi: The use of `do "file"' is obsolete.  Use require
	instead.

2000-12-29 17:47  knu

	* cvsweb.cgi: Add the prototype declaration for hrefquote().
2000-12-29 09:16:10 +00:00
David E. O'Brien
f2f0666fcc turn over to ports at freebsd dot org 2000-12-29 01:18:37 +00:00
David E. O'Brien
f707eeaec3 return to ports at freebsd dot org 2000-12-29 01:10:39 +00:00
Akinori MUSHA
29196ffb00 Update to knu-cvsweb 1.104.1.47.
2000-12-29 03:17  knu

	* README.knu: Mention automatic tarball generation feature.

2000-12-29 03:16  knu

	* TODO.knu: Directory sorting was fixed at the same time that "show
	only tags" feature was fixed.

2000-12-29 03:07  knu

	* cvsweb.cgi: Specify --ignore-failed-read on invoking tar(1).

2000-12-29 02:49  knu

	* cvsweb.cgi, cvsweb.conf: Add "automatic tarball generation"
	feature.  You can check out a whole directory in gzipped tarball.

	Obtained from:	Debian package: cvsweb_1.93-1

	Allow space characters in file names. (not tested yet)
2000-12-28 18:31:12 +00:00
Ade Lovett
73b56e3d42 Unbreak patch-aj for 4.x systems (*slap*) 2000-12-28 02:35:34 +00:00
Ade Lovett
a0d6c090d8 Make libgtop compile on -current again after the recent
kinfo_proc changes.  It seems to do the right thing on my laptop,
but confirmations from others would be appreciated.
2000-12-27 17:26:58 +00:00
James E. Housley
1f541184cb Update to patch level 11
Re-add mips-rtems-objc port
2000-12-27 00:08:16 +00:00
James E. Housley
771c237b48 Re-add the mips-rtems-gcj port.
Update to patch level 11
2000-12-26 19:29:46 +00:00
Tim Vanderhoek
f14af94421 New website: www.cc65.org 2000-12-26 17:54:48 +00:00
Chris D. Faulhaber
542a196077 Update port to 1.2.0 2000-12-26 13:48:48 +00:00
Will Andrews
e6f6ab9a54 Add dmalloc 4.8.1, a version of the malloc(3) library that provides
powerful debugging facilities at runtime.  Required for a forthcoming port.

PR:		23792
Submitted by:	Jeremy Shaffner <jeremy@external.org>
2000-12-26 05:36:52 +00:00
Akinori MUSHA
f7ef4fac33 Update to 0.7.6. 2000-12-26 05:30:38 +00:00
Will Andrews
34f7aaa2ab Add happy 1.9, a parser generator for the functional language Haskell.
PR:		23750
Submitted by:	Simon Marlow <simonmar@microsoft.com>
2000-12-26 05:25:48 +00:00
Trevor Johnson
a5929c64e8 Install man pages regardless of whether NOPORTDOCS is defined. 2000-12-25 08:44:50 +00:00
Trevor Johnson
c8e54f2184 Update to 0.15.4. Reword pkg-descr for clarity. Mention conflict
with devel/bcc, which also provides as86 and ld86.

PR:		23731 (update to 0.15.4)
Submitted by:	George Reid <greid@ukug.uk.freebsd.org>
2000-12-25 04:05:09 +00:00
Akinori MUSHA
abd14f2527 Update to 1.3.3. Fix the breakage of ruby-racc-runtime. 2000-12-25 02:41:15 +00:00
Kevin Lo
1a12c48857 Upgrade to 2.13
PR: 23718
Submitted by: MAINTAINER
2000-12-24 06:03:13 +00:00
David E. O'Brien
0a1fd481c1 * Don't maintain - cscope is better.
* Don't restrict - I can find no bases for the claim of needing a writen
  license, while the file cs.html does say this was written so a free version
  of cscope would exist.
2000-12-22 22:27:27 +00:00
James E. Housley
7a8dd53358 The master site does not contain both files required to download
No response from MAINTAINER

PR:		22491
Submitted by:	David W. Chapman Jr. <dwcjr@inethouston.net>
2000-12-22 19:10:40 +00:00
Kevin Lo
4124a652ad Update to version 1.1.0
PR: 23758
Submitted by: Ports Fury
2000-12-22 16:32:50 +00:00
Ade Lovett
812d81026b Update to 0.5.6 2000-12-22 02:20:23 +00:00
Akinori MUSHA
1df969654c Update to 1.3.2. 2000-12-21 19:12:40 +00:00
Akinori MUSHA
2c3d09aa51 Fennerism. Fix an unreachable URL in pkg-descr, and the author mail
address while I'm here.
2000-12-21 18:14:29 +00:00