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

33572 Commits

Author SHA1 Message Date
Kevin Lo
550a540d45 Fix Imakefile breakage under XFree86 3.x
PR: 22161
Submitted by: Ports Fury
2000-10-21 13:01:43 +00:00
Kevin Lo
f28fff27f7 Fix Imakefile breakage under XFree86 4.x
PR: 22160
Submitted by: Ports Fury
2000-10-21 12:58:45 +00:00
Kevin Lo
45685a2382 Upgrade to version 2.1.6
PR: 22158
Submitted by: MAINTAINER
2000-10-21 12:51:48 +00:00
Kevin Lo
8e54d653a1 Upgrade to version 2.1.6
PR: 22157
Submitted by: MAINTAINER
2000-10-21 12:44:32 +00:00
Kevin Lo
e40da475ab Update to version 0.13.2b
PR: 22156
Submitted by: MAINTAINER
2000-10-21 12:39:09 +00:00
Roger Hardiman
15beeed75c Uodate to 1.0beta1 2000-10-21 10:08:49 +00:00
Roger Hardiman
5c6843cc8f Upgrade from 0.12pre4 to 0.12 (release) 2000-10-21 09:51:56 +00:00
Dag-Erling Smørgrav
78a6132b72 Update version number. 2000-10-21 09:51:52 +00:00
Dag-Erling Smørgrav
1809b4ccae Document PORTEASY_OPTIONS. 2000-10-21 09:51:29 +00:00
Dag-Erling Smørgrav
cdf9596183 Add a copyright statement to the version and help texts.
Fix a small bug in dependency parsing.
Add support for a PORTEASY_OPTIONS environment variable.
Give -r precedence over -a.
2000-10-21 09:50:57 +00:00
Roger Hardiman
007eaac9b3 Upgrade from 1.1beta3 to 1.1 release 2000-10-21 08:10:42 +00:00
Roger Hardiman
5d66db0670 Upgrade from 1.1 beta3 to 1.1 release 2000-10-21 07:51:45 +00:00
Neil Blakey-Milner
085e2a6a04 Move zope-ptk to the bottom, where it belongs. 2000-10-21 00:07:52 +00:00
Neil Blakey-Milner
064720b57c Add the Zope Portal Toolkit version 0.8.2-complete. 2000-10-21 00:03:16 +00:00
Ade Lovett
110ef963e7 Add p5-XML-Simple, a perl module designed for reading
XML config files.

PR:		21870
Submitted by:	Andrew <andrew@ugh.net.au>
2000-10-20 23:11:48 +00:00
Ade Lovett
d4f90f5271 p5-MP3-Info is a perl module that manipulates/fetches information
from MP3 audio files

PR:		20602
Submitted by:	Leo Kim <leo@florida.sarang.net>
2000-10-20 23:08:04 +00:00
Kris Kennaway
e820228aa3 Nail is a version of BSD mail with mime extensions
Submitted by:	Anders Andersson at BSDCon
Commit purpose: Reaching 4000 ports at BSDCon
2000-10-20 23:00:58 +00:00
Stefan Eßer
73d964492d Add definitions for new prefixes of German mobile phone networks (D1: 0170,
0D2: 173, E+: 0178).

I do not know and thus can't add a definition for SMS to Viag-Interkom's E2.
2000-10-20 21:36:22 +00:00
Akinori MUSHA
3f9eb8e356 Install TODO.knu too.
Install under ${PREFIX}/www when it exists or ${PREFIX}/share/apache
does not exist.

Submitted by:	jeh
2000-10-20 21:31:02 +00:00
Stefan Eßer
b9258b969e Apply diffs submitted with PR 21367:
- use ${PREFIX} instead of hard-coded paths.
	- respect NOPORTDOCS

PR:		21367
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-10-20 21:26:52 +00:00
Akinori MUSHA
74e8a39c35 Update to 0.6.6, with the patches merged. :) 2000-10-20 21:15:56 +00:00
Stefan Eßer
4ba25a6bcf Fix Imakefile: There is no man page for xbsndsrv, but the imake rules
require one. The quick and dirty trick is to replace the InstallManPage
macro by an empty definition.

Clean up the man page installation, while I'm here ...

PR:		21045
2000-10-20 21:14:32 +00:00
Akinori MUSHA
2639c7ae1f Update to Ruby 1.6.2-preview. 2000-10-20 21:10:00 +00:00
Donald Burr
ddbb6de22e Added dependency for net/p5-Net, because ubh needs the Net::NNTP module. 2000-10-20 20:34:46 +00:00
Akinori MUSHA
8043780615 Update to 0.2.1. Now Ruby 1.4 support has been dropped in this
version, this port still builds and installs 0.2.0 if RUBY_VER=1.4.
2000-10-20 20:21:26 +00:00
Akinori MUSHA
404d327197 Update to 0.1.2. Now Ruby 1.4 support has been dropped in this
version, this port still builds and installs 0.1.1 if RUBY_VER=1.4.
2000-10-20 20:20:54 +00:00
Akinori MUSHA
849badb661 Use RUBY_PORTVERSION, RUBY_DISTNAME and RUBY_WRKSRC. 2000-10-20 19:56:05 +00:00
Akinori MUSHA
8abf5f5754 Allow users to define RUBY variable to utilize ruby ports with
custom-installed Ruby. :)

For instance, if you have built Ruby from the latest snapshot and
installed, you can install ruby modules from ports only by typing
"make RUBY=/usr/local/bin/ruby install".  bsd.ruby.mk will take care
of everything including RUBY_VER, RUBY_LIBDIR, CONFIGURE_TARGET, etc.

Introduce version requirement checking mechanism. You can set
RUBY_REQUIRE to any ruby expression(s) to check Ruby's version (or
other modules' versions, in future).  The result will be set in
RUBY_PROVIDED.

Define RUBY_VERSION_CODE which holds full integer version of Ruby.

Define RUBY_PORTVERSION, RUBY_DISTNAME and RUBY_WRKSRC for the
standard ruby ports so as not to change PORTVERSION, DISTNAME and
RUBY_WRKSRC of ruby, ruby-gdbm, ruby-tcltklib, ruby-tk, etc. everytime
Ruby is updated.

Rename RUBY_DEPENDS to DEPEND_RUBY, etc. for a cosmetic reason.
2000-10-20 19:43:58 +00:00
Ade Lovett
5b41a0372f Update to 0.9.1 2000-10-20 17:39:31 +00:00
Ade Lovett
84141096a6 Chase gtkhtml shlib version 2000-10-20 16:27:45 +00:00
Ade Lovett
1ab0141769 Chase gtkhml shlib version 2000-10-20 16:27:05 +00:00
Ade Lovett
605f02ccda Install a sane default configuration file 2000-10-20 16:26:38 +00:00
Ade Lovett
f2741e3bc2 Update to 0.7 2000-10-20 16:25:56 +00:00
Ade Lovett
63abee361e Update to 0.6.0 2000-10-20 16:25:34 +00:00
Ade Lovett
9b32edba90 Chase gal shlib version
Implement USE_PYTHON
2000-10-20 16:25:09 +00:00
Ade Lovett
1b36622f40 Update to 0.2 2000-10-20 16:24:41 +00:00
Akinori MUSHA
3fd0fe8fb7 Update to knu-cvsweb 1.103.1.37.
2000-10-21 00:46  knu

	* cvsweb.cgi: Always give options to click on a non-colored diff
	_and_ a colored diff.

	Requested by:	SO many people :>

2000-10-20 22:59  knu

	* TODO.knu: Hyperlinking was properly fixed.

2000-10-20 21:28  knu

	* TODO.knu, cvsweb.cgi: Fix htmllify so that <A href="...">...</A>
	won't nest. :)

	Do not show additional "(colored)" diff links when long colored
	diff is the default.

	Reduce the use of `.' operator that is known to be expensive.  Fix
	indent, clean up.

2000-10-11 06:14  knu

	* cvsweb.cgi: Introduce a new function: htmlquote().

	Clean up hyperlink tags.
	    - Use &link() instead of <a	href="...">...</a>.
	    - Do urlencode() or htmlquote() as appropriate.

2000-10-11 03:48  knu

	* cvsweb.cgi:
	  - Recognize "links" as another text mode browser.
	  - Fix the revision links in the annotation view of a file.

	Submitted by:	Christian Weisgerber <naddy@mips.inka.de>
2000-10-20 15:52:27 +00:00
Kevin Lo
f4a5c5a177 Import of zh-xemacs21
XEmacs text editor version 21, with XIM support and Big5 settings.

PR: 22145
Submitted by: Jing-Tang Keith Jang <keith@freebsd.sinica.edu.tw>
2000-10-20 15:48:56 +00:00
Kevin Lo
7ccff8de38 Update to version 2.16
PR: 22093
Submitted by: MAINTAINER
2000-10-20 15:36:29 +00:00
Kevin Lo
d13ff660d2 Import big5fs-1.0
big5fs reads Big5 filenames on Joliet and VFAT filesystems.

PR: 22146
Submitted by: Jing-Tang Keith Jang <keith@freebsd.sinica.edu.tw>
2000-10-20 15:31:09 +00:00
Mario Sergio Fujikawa Ferreira
a89e2fc554 Update to version 0.50.
PR: 22136
Submitted by: maintainer <holger@eit.uni-kl.de>
2000-10-20 15:18:10 +00:00
Satoshi Taoka
dfbeee6b45 Update to 1.15
(XEmacs needs "(require 'overlay)" in .emacs. The version is fixed)
2000-10-20 14:51:18 +00:00
CHOI Junho
984da29c30 Fix the build problem with XFree86 4.0.x.
It try to build hanterm.html from hanterm.man, which doesn't exist.
2000-10-20 14:34:23 +00:00
James E. Housley
5698723902 Commit update and minor fixes suggested by portlint
PR:		22147
Submitted by:	Thomas Runge <runge@rostock.zgdv.de> MAINTAINER
2000-10-20 13:49:53 +00:00
Tom Hukins
22153538bd Commit files missed during update to 2.11 2000-10-20 13:48:37 +00:00
Tom Hukins
c30ee97d34 Update to 2.11 2000-10-20 12:01:14 +00:00
Maxim Sobolev
cac143140c Update to 1.0.pre3. 2000-10-20 11:55:48 +00:00
Maxim Sobolev
2750e20d82 Mention native jdk12 (redistribution of sources and pre-compiled binaries is
prohibited).
2000-10-20 10:37:05 +00:00
Maxim Sobolev
e012e29b29 Update to 0.32. 2000-10-20 10:25:49 +00:00
Maxim Sobolev
b6be182abe Fix plist for nognome case.
Submitted by:	bento
2000-10-20 10:13:05 +00:00