1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
Commit Graph

2746 Commits

Author SHA1 Message Date
Will Andrews
b4edb5af14 Add p5-File-Cache 0.13, a perl module implementing a persistent object
store.
2001-01-03 23:50:44 +00:00
Will Andrews
91ab13cf86 Add p5-File-Binary 0.3, a perl interface to modify and read binary files. 2001-01-03 23:49:29 +00:00
Will Andrews
bc47b1f8b9 Add p5-String-Strip 1.01, perl module that implements efficient
whitespace removal routines.
2001-01-03 23:45:43 +00:00
Will Andrews
3b2a96dbd4 Add p5-String-RexxParse 1.08, perl module that provides an interface to
REXX parsing routines.
2001-01-03 23:45:17 +00:00
Will Andrews
91c7519e67 Add p5-Tie-IxHash 1.21, perl module implementing ordered in-memory
associative arrays.
2001-01-03 23:44:37 +00:00
Will Andrews
2479fda868 Add p5-String-Checker 0.03, perl module implementing an extensible string
validation interface.
2001-01-03 23:43:47 +00:00
Will Andrews
4b8d705b34 Add p5-Proc-Daemon 0.02, perl module that provides a method to daemonify a
Perl script.
2001-01-03 23:42:19 +00:00
Will Andrews
b79d816b49 Add p5-Proc-Background 1.01, perl interface to running background
processes.
2001-01-03 23:42:00 +00:00
Will Andrews
4c40d1d13e Add p5-Make 1.00, perl module implementing 'make' and script. 2001-01-03 23:37:40 +00:00
Will Andrews
f5a38e2a95 Add p5-Mac-FileSpec-Unixish 1.11, perl module with functions to
manipluate pathspecs in Unixish style.
2001-01-03 23:33:00 +00:00
Will Andrews
6a2a4fc78d Add p5-LockFile-Simple 0.2.5, perl module implementing simple file
locking.
2001-01-03 23:31:56 +00:00
Will Andrews
7551439fa5 Add p5-Ioctl 0.81, perl module that provides a way to get the value of C ioctl
constants.
2001-01-03 23:31:24 +00:00
Will Andrews
779399a31e Add p5-Algorithm-Permute 0.02, perl interface to handy and fast
permutation.
2001-01-03 23:16:16 +00:00
Will Andrews
7a57137766 Add p5-Algorithm-MarkovChain 0.03, perl class capable of creating Markov
chains and output based on them.
2001-01-03 23:15:46 +00:00
Will Andrews
814b54b0e9 Add p5-Algorithm-MDiff 0.94, perl interface to calculate m-difference
between two objects.
2001-01-03 23:15:08 +00:00
Will Andrews
945244d423 Add p5-Algorithm-Diff 1.10, perl interface to compute differences between
two objects.
2001-01-03 23:14:38 +00:00
Will Andrews
02e039bbcb Add p5-Agent 3.20, perl module that provides a foundation for software agent
developers.
2001-01-03 23:14:15 +00:00
Andreas Klemm
56ffabc919 Changed maintainer to ports, I want to reduce my personal workload.
Maybe I take over again in the future if I have more time for this.
2001-01-03 22:19:35 +00:00
Clive Lin
298c88b4f9 o Fix distfile unfetchable problem
o Satisfy portlint

PR: 23919
2001-01-03 20:36:57 +00:00
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
Will Andrews
77d4bbd37c Add p5-File-Tail 0.97, a Perl module that provides tail(1) functionality.
PR:		23707
Submitted by:	Jeremy Shaffner <jeremy@external.org>
2000-12-21 10:30:25 +00:00
Will Andrews
2ed5dbefe7 Update to 3.13p.
PR:		23645
Submitted by:	MAINTAINER
2000-12-21 10:09:32 +00:00
Peter Pentchev
e8cfa76eee Update to 5.39, give maintainership to Alex Kapranoff (submitter).
PR:		23682
Submitted by:	Alex Kapranoff <kapr@crosswinds.net>
2000-12-20 10:10:04 +00:00
David E. O'Brien
c14babe5cd Make the Berkeley options the default vs. the GNU ones.
Add -knf for FreeBSD's use.
Remove duplicated code that wasn't kept in-sync by using some macros.
2000-12-19 19:13:50 +00:00
James E. Housley
b32ef69a26 Update to patchlevel 11
Reinstate mips-rtems-g77
2000-12-19 16:48:04 +00:00
James E. Housley
19a53ec735 Reinstate mips-rtems-g77 2000-12-19 16:46:40 +00:00
Will Andrews
a24e08b852 Add p5-Term-Size 0.2, a Perl module which provides a straightforward way
to get the size of the terminal (or window) on which a script is running.

PR:		23340
Submitted by:	R Bradford Jones <brad@kazrak.com>
2000-12-19 12:22:58 +00:00
James E. Housley
b611a3a6eb Reinstate mips-rtems-chill 2000-12-19 02:46:33 +00:00
James E. Housley
af70601862 Update *-rtems-chill to patch level 11
Reinstate the mips-rtems port
2000-12-19 02:46:06 +00:00
James E. Housley
84216dc7db Update to bring in sync with patch level 11.
Readd pkg-plist.mips.rtems
2000-12-18 19:11:42 +00:00
James E. Housley
37c6353f9b Added devel/mips-rtems-gcc/Makefile back to the active roster 2000-12-18 19:10:46 +00:00
Maxim Sobolev
cf8f9e48af Add Pygame. Pygame is a cross-platfrom library designed to make it easy to
write multimedia software, such as games, in Python.
2000-12-18 17:02:09 +00:00
James E. Housley
e49d9761b2 Remove 2 commented out lines I left in 2000-12-18 15:47:48 +00:00
James E. Housley
f16e7aef0f The new mips naming scheme for RTEMS, starting with the "binutils" 2000-12-18 14:27:14 +00:00
James E. Housley
4759da77fa This is comming alive again. 2000-12-18 13:54:20 +00:00
Akinori MUSHA
85a7d5d4e0 Update to knu-cvsweb 1.104.1.45.
2000-12-18 13:25  knu

	* TODO.knu, cvsweb.cgi: Revert MFZ: 1.103 -> 1.104 which introduced
	a bogus bug.  As noone seems to need to use 0.X revisions, I'd just
	drop it.  This should fix the "show only tags" feature.

2000-12-18 12:47  knu

	* cvsweb.cgi: Silence the warnings.

2000-12-18 11:48  knu

	* cvsweb.cgi: Add meta tags to prevent WWW robots from crawling
	over the cvsweb.

	Submitted by:	Wolfram Schneider <wolfram@schneider.org>
2000-12-18 04:31:26 +00:00
Daniel Harris
133bb90228 Bring comment in line.
PR:		22986
Submitted by:	Ports Fury
2000-12-17 15:58:51 +00:00
Ade Lovett
7ecf882a5d Actutally update the distinfo file to reflect that this is
now version 0.30 and not 0.23 *sigh*

Submitted by:	David Bushong <david@bushong.net>
2000-12-15 22:22:20 +00:00
Ade Lovett
796e2d6fde No sense trying to build this, since devel/gnomedebug is broken 2000-12-15 17:57:45 +00:00
Ade Lovett
e80afc797d Another victim of the new bonobo 2000-12-15 17:57:15 +00:00
Ade Lovett
2c73393ae9 Update to 0.30 -- breaks a few things in the tree, but its
definitely needed for the upcoming GNOME 1.4

Sigh.  More funky release-engineering.
2000-12-15 17:52:13 +00:00
Akinori MUSHA
c188bdaeaa Update to 1.3.0. 2000-12-15 15:10:09 +00:00
Akinori MUSHA
f263e83699 Update to 0.6.0. 2000-12-15 15:07:17 +00:00
Vanilla I. Shu
6e8fdfd480 Upgrade to 1.79. 2000-12-15 03:07:25 +00:00
Will Andrews
086301a674 Remove wrong name that crept into the original port that I added over five
months ago.. sheesh.  :-)
2000-12-13 05:49:42 +00:00
OKAZAKI Tetsurou
d20509deaa Add pcl-cvs-emacs and pcl-cvs-emacs20.
PR:            ports/22574, ports/22575
2000-12-13 00:04:28 +00:00
OKAZAKI Tetsurou
b39532f1ab Add port for PCL-CVS, an Emacs-based front-end to CVS, for Emacs20.
PR:            ports/22575
Submitted by:  OKAZAKI Tetsurou <okazaki@be.to>
Approved by:   knu (My mentor)
2000-12-12 23:47:22 +00:00
OKAZAKI Tetsurou
48a4671e23 Add port for PCL-CVS, an Emacs-based front-end to CVS, for Emacs19.
PR:            ports/22574
Submitted by:  OKAZAKI Tetsurou <okazaki@be.to>
Approved by:   knu (My mentor)
2000-12-12 23:42:21 +00:00
Maxim Sobolev
8755f9124a Add Boa Constructor. Boa Constructor is a cross platform RAD GUI Building IDE.
It offers visual frame creation and manipulation, an object inspector, many
views on the source like inheritance hierarchies, object methods and properties,
html generated from documentation strings, a debugger and integrated help. It
is written in Python and uses the wxPython toolkit which wraps wxWindows.
2000-12-12 14:37:13 +00:00
Akinori MUSHA
2e9b5b7363 Update to version 2.3.
- Conform to the new port layout, finally.

- Use COMMENT, DESCR, PLIST, PKGINSTALL, PKGDEINSTALL, PKGREQ,
PKGMESSAGE, SCRIPTDIR and PATCHDIR instead of hardcoded file/directory
names. (suggested by will)

- Fix maxchars checker that has been broken.

- Fix "use ldconfig with ||/usr/bin/true" checker. (patch submitted by
sobomax)

- Fix "include the country code in the module alias name" warning.
Besides, "country code" is corrected to "language code".

- Add french and hebrew to the list of lang-specific categories.

- Properly omit the checks against PORTNAME section etc. when the
testee is a slave port.

- Add "INSTALLS_SHLIB may be missing" checker which searches pkg-plist
for `*.so' and `*.so.<nn>'.

- Make it dynamically read bsd.sites.mk so that we no longer need to
keep it always in sync with bsd.sites.mk.  It now should recognize
`/%SUBDIR%/' part too.

- Change `split(/\s+/, "blah blah blah")' to `qw(blah blah blah)'.

- Add some dummy comments that prevent Emacs' CPerl mode from
confusing.

- Add a condition "unless this is a master port" to the warnings that
are specific to master ports, because currently we can't know if a
port is a master port.

Reviewed by:	mharo (MAINTAINER)
2000-12-12 14:24:12 +00:00
OKAZAKI Tetsurou
8f4b0f1cf7 Add elib-emacs and elib-emacs20.
PR:             ports/22572
2000-12-11 13:09:23 +00:00
Steve Price
fed8158b55 Update to version 6.4.
PR:		23307
Submitted by:	Alexander N. Kabaev <ak03@gte.com>
2000-12-11 03:03:10 +00:00
Steve Price
bfaef63164 Update to version 0.8.
PR:		23213
Submitted by:	maintainer
2000-12-11 02:37:13 +00:00
Steve Price
a1db0ee8c5 Update to version 0.8.10.
PR:		23127
Submitted by:	maintainer
2000-12-11 02:26:55 +00:00
Steve Price
f7a5394377 Add USE_BISON.
PR:		23096
Submitted by:	maintainer
2000-12-11 02:23:46 +00:00
Chris D. Faulhaber
3a2ba8e22c Update to 0.2.1a 2000-12-10 23:36:01 +00:00
OKAZAKI Tetsurou
33eac5d2cd Add ELIB, The Emacs Lisp Library, for Emacs20.
PR:             ports/22573
Submitted by:   OKAZAKI Tetsurou <okazaki@be.to>
2000-12-10 19:59:41 +00:00
OKAZAKI Tetsurou
5748e2e5a4 Add ELIB, The Emacs Lisp Library, for Emacs19.
PR:             ports/22572
Submitted by:   OKAZAKI Tetsurou <okazaki@be.to>
2000-12-10 19:48:21 +00:00
Peter Pentchev
4c30955d29 Update to 3.4.2
PR:		23408
Submitted by:	maintainer
2000-12-10 15:38:08 +00:00
Kevin Lo
5e03b6639c Update to 1.0b10
PR: 23397
Submitted by: MAINTAINER
2000-12-09 15:34:53 +00:00
Daniel Eischen
cd465afc8d GVD is the GNU Visual Debugger, very similar to DDD.
It is an extensible graphical debugger licensed under the GPL
and written in Ada using GNAT and GtkAda.  Supposedly, this
is the future GNOME debugger.

PR:		23280
Submitted by:	Samuel Tardieu <sam@inf.enst.fr>
2000-12-08 21:48:17 +00:00
Ade Lovett
ef749f745b struct mount was hidden from userland on -current a short while ago
No idea why libgtop wanted it, since the information was never used.
2000-12-08 21:09:50 +00:00
Ade Lovett
bd167f8ca7 Mark FORBIDDEN for 4.x and above which already has this in the
base system - lots of wonderful breakages with this port installed
too on such systems.
2000-12-08 21:07:43 +00:00
Jacques Vidrine
f9d82b8a81 The distfile disappeared (rolled into a larger package I suspect).
Store it locally for now.
2000-12-07 18:11:19 +00:00
Akinori MUSHA
b0694892f3 Update to knu-cvsweb 1.104.1.42.
2000-12-08 00:11  knu

	* cvsweb.cgi: Silence `Use of uninitialized value' warnings.
	(again)

2000-12-07 03:20  knu

	* TODO.knu: Mention "show only tags" feature breakage.

2000-12-07 03:19  knu

	* cvsweb.cgi: Emit a rather better error message when a user
	requests to check out a deleted file.

	Pointed out by: Chris Faulhaber <jedgar@fxp.org>

	Cut an out-of-date error message. (adding -R and -l options to the
	cvs command line should have obsoleted it)

	Optimize, clean up.

2000-11-23 04:26  knu

	* cvsweb.cgi, cvsweb.conf: Add a new variable $charset to specify
	the charset for HTML output.

	Submitted by:	SADA Kenji <sada@bsdclub.org>
2000-12-07 15:24:14 +00:00
Clive Lin
a76b70a205 KeLP (Kernel Lattice Parallelism) is an infrastructure/interface to
FORTRAN 77 or C numeric kernels using FORTRAN array ordering. It is usually
used for structured block-irregular grid computational applications.

Submitted by: Michael Wu <keichii@iteration.net>
Reviewed by: keith@FreeBSD.org
Approved by: keith@FreeBSD.org
2000-12-06 16:39:24 +00:00
Akinori MUSHA
3c66bbf52f Update to 1.9.6. 2000-12-06 15:38:58 +00:00
Akinori MUSHA
5c87e87214 Update to 0.51. 2000-12-06 15:37:38 +00:00
Joerg Wunsch
8b68d52148 Atmel AVR cross-development, part #3: a C and floating point math
library.  This port also installs some documentation which actually
describes the combo of all three ports (avr-binutils, avr-gcc,
avr-libc).
2000-12-05 15:23:17 +00:00
Joerg Wunsch
639ffde3ac Atmel AVR cross-development, part #2: the C compiler. 2000-12-05 15:21:02 +00:00
Joerg Wunsch
744aff266f This is the first port of a fairly complete toolchain for Atmel AVR
microcomputer cross-development.  More (avr-gcc, avr-libc) to follow...
2000-12-05 15:17:47 +00:00
Chris D. Faulhaber
1ede837631 Update p4web MD5 checksum
PR:		22786
Submitted by:	Andreas Schulz <ats@first.gmd.de>
Approved by:	Maintainer
2000-12-03 20:27:59 +00:00
Will Andrews
49b80109c5 Update p5-Config-IniFiles (was p5-IniConf, being removed) to 1.8.
PR:		22298
Submitted by:	Jeremy Shaffer <jeremy@external.org>
Approved by:	demon (previous MAINTAINER)
2000-12-03 18:15:40 +00:00
Akinori MUSHA
2952a0e13d Update to 1.2.6. 2000-12-03 16:13:40 +00:00
Vanilla I. Shu
016b8def5f Upgrade to 0.53
PR:		ports/23236
Submitted by:	maintainer
2000-12-03 01:35:04 +00:00
Ade Lovett
9f4972d4e7 Update to 0.5.5 2000-12-01 21:20:12 +00:00
Doug Barton
2037bebd72 Eivind has expressed the desire to give up this port since he no longer uses
it, and Ying-Chieh Liao's recent update was so good that we decided to press
him into service. :)

Approved by:	eivind
2000-11-30 21:59:28 +00:00
Ade Lovett
6d847a68ef Update to 2.7.2
Approved by:	maintainer
2000-11-30 21:18:27 +00:00
Ade Lovett
69fdfd600a * Fix gnome-vfs-config: looking in wrong directory for vfsConf.sh
* Don't build the test programs, since they're not installed and
  are pretty much meaningless anyway

Submitted by:	sobomax
2000-11-30 18:15:57 +00:00
Ade Lovett
5c01f30c55 Update to 0.15 2000-11-30 18:12:08 +00:00
Motoyuki Konno
fb2cbc9afb Add "#define BuildAoutLibraries ${BuildAoutLibraries}".
This variable is declared in port Makefile.

Submitted by:	motoyuki
Reviewed by:	maintainer
Reference:	[ports-jp 10459],[ports-jp 10464]
2000-11-29 12:08:19 +00:00
Maxim Sobolev
2d8ff23a74 Update iconv to 2.0 and reflect shared library version bump.
PR:		23163, 23164, 23165
Submitted by:	maintainer
2000-11-29 11:46:42 +00:00
Jason Evans
381fdeef1e Update to version 1.1.0. 2000-11-29 07:56:10 +00:00
Mario Sergio Fujikawa Ferreira
07e035580d Reduce the HTTP traffic on freefall. Move MASTERS_SITES
from sobomax homepage to MASTER_SITE_LOCAL with
MASTER_SITE_SUBDIR=lioux. Thanks sobomax :)
2000-11-28 23:39:36 +00:00
James E. Housley
dd42e50dd5 - Update of port devel/omniORB from 3.0.1 to 3.0.2
- Have emailed the MAINTAINER about this already
- Changed master site to its new URL
- Removed dependency on Python 1.5, as it seemingly works fine with 2.0
- Alphabetised the $PLIST while I was at it
- Deleted file:  files/patch-al  (Explicit linking against libgcc not
  necessary anymore since obrien closed PR 21983)

No response from MAINTAINER.

PR:		22864
Submitted by:	Johann Visagie <johann@egenetics.com>
2000-11-28 12:02:33 +00:00
Ben Smithurst
9754c23cdf Add a .uk master site.
Approved by:	 maintainer
2000-11-28 09:50:00 +00:00
Ben Smithurst
de2b7db731 Add a .uk master site.
Approved by:	marcel (maintainer)
2000-11-25 21:35:40 +00:00
Satoshi Asami
34241581a3 ghostscript5 doesn't exist anymore, so change dependencies to ghostscript55. 2000-11-25 10:31:07 +00:00
Doug Barton
ef08815383 Update to 1.216
PR:		ports/23034
Submitted by:	Ying-Chieh Liao <ijliao@terry.dragon2.net>
2000-11-25 07:20:32 +00:00
Kevin Lo
d9d21683ae - Changed PLIST so that the port deinstalls cleanly even if it had been
installed -DNOPORTDOCS.

PR: 23066
Submitted by: MAINTAINER
2000-11-24 15:14:05 +00:00
Jun Kuriyama
d59f600e7f Upgrade to 1.0.6. 2000-11-24 13:37:04 +00:00
Maxim Sobolev
29a0461ea9 Ditch out "Version required" from comments section. 2000-11-23 11:56:11 +00:00
David E. O'Brien
2bbb0eacfb Upgrade to version 15.1. 2000-11-23 10:50:09 +00:00
Donald Burr
fb6006943e Import of new port devel/p5-File-Spec, a set of Perl5 modules to
portably manipulate file specifications
2000-11-23 05:02:14 +00:00
Akinori MUSHA
01f4ceb0e8 Update to 0.0.7. 2000-11-22 23:56:01 +00:00
Maxim Sobolev
7ba80c5656 Update to 2.2.
Approved by:	maintainer
2000-11-22 16:53:53 +00:00
SADA Kenji
a2a071eeb7 Support CC/CFLAGS properly.
PR:		ports/22990
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-11-22 16:09:07 +00:00
Peter Pentchev
05ce43b4f6 update my email address - roam@orbitel.bg -> roam@FreeBSD.org 2000-11-22 10:20:14 +00:00
David E. O'Brien
c84d4079f1 Add $FreeBSD$, which help me in problem reports. 2000-11-22 00:57:33 +00:00
David E. O'Brien
2c98c659d1 Add $FreeBSD$, which help me in problem reports. 2000-11-22 00:26:04 +00:00
David E. O'Brien
1ceded9e6e Add $FreeBSD$'s which help me in problem reports. 2000-11-22 00:17:18 +00:00