Commit graph

21150 commits

Author SHA1 Message Date
jlam
b3645ce564 Whitespace changes to make things line up nicely. 2001-06-20 07:31:58 +00:00
jlam
ec8a22e48b Mark as USE_BUILDLINK_ONLY. 2001-06-20 07:28:09 +00:00
jlam
4bf4ba5027 Move sample Muttrc and mime.types to ${PREFIX}/share/doc/mutt/samples, and
add DEINSTALL/INSTALL scripts to handle copying and removing those files to
and from ${PREFIX}/etc.
2001-06-20 07:10:59 +00:00
jlam
34d78e258e Remove build dependencies on autoconf and automake. Convert to use
buildlink.mk files and mark as USE_BUILDLINK_ONLY.  Move sample Muttrc
and mime.types files to ${PREFIX}/share/doc/mutt/samples, and ddd
DEINSTALL/INSTALL scripts to handle copying and removing those files to and
from ${PREFIX}/etc.
2001-06-20 07:09:49 +00:00
jlam
f36d33ab7f Remove explicit passing of -I$(includedir) to compiler during build. 2001-06-20 07:07:23 +00:00
jtb
be19c6c2ef Update to pforth-21.
V20
    - Expand PAD for ConvertNumberToText so "-1 binary .s" doesn't crash.
      Thank you Michael Connor of Vancouver for reporting this bug.

    - Removed FDROP in REPRESENT to fix stack underflow after "0.0 F.".
      Thank you Jim Rosenow of Minnesota for reporting this bug.
	- Changed pfCharToLower to function to prevent macro expansion
	bugs under VXWORKS
      Thank you Jim Rosenow of Minnesota for reporting this bug.

	- "0.0 F~" now checks actual binary encoding of floats. Before
	  this it used to just compare value which was incorrect. Now
	  "0.0 -0.0 0.0 F~" returns FALSE.

	- Fixed definition of INPUT$ in tutorial.
      Thank you Hampton Miller of California for reporting this bug.

	- Added support for producing a target dictionary with a different
	  Endian-ness than the host CPU.  See PF_BIG_ENDIAN_DIC and
	  PF_LITTLE_ENDIAN_DIC.

	- PForth kernel now comes up in a mode that uses BASE for
	  numeric input when started with "-i" option.  It used to
	  always consider numeric input as HEX. Initial BASE is decimal.

V21
	- Fixed some compiler warnings.
2001-06-20 06:53:40 +00:00
jtb
37dab3592a Update to eb-3.0. Update provided by Masao Uebayashi
<uebayasi@soum.co.jp> in PR pkg/13106.


Major changes in release 3.0:

* LANGUAGE data in EB is no longer supported.

Major changes in release 3.0beta1:

* ebrefile is re-written with C.
  Japanese message catalog is also available.
* Fix some bugs.

Major changes in release 3.0beta0:

* Support linintl of GNU gettext 0.10.36.
  Now utility tools in this package link libiconv, if available.
  `--with-iconv-includes' and `--with-iconv-libraries' options are added
  to `configure'.
* libintl source is deleted.
  Also `--with-included-gettext' option is deleted from configure.
  If libintl is not found on the system, NLS support is disabled.
* Support monochrome graphic data of EPWING and EB.
* ebzip supports movie, graphic, and sound data files.
  `-s' and `--skip-content' option is added.
* Fix many minor bugs.

Major changes in release 3.0alpha4:

* Support EPWING movie, and color graphic, data.
* For EB Library application, provide M4 macro file `eb3.m4'.
  (autoconf 2.49 is required.)

Major changes in release 3.0alpha3:

* Text hook API is revised.

Major changes in release 3.0alpha2:

* Fix many bugs.

Major changes in release 3.0alpha1:

* Supprt EPWING V6 compression format.
* Ignore case and suffix inconsistency between file and/or directory names.
* Delete `--suffix' and `--case' options from ebzip.
* Font API is slightly changed.
* Fix lots of minor bugs.

Major changes in release 3.0alpha0:

* Support multi search.
* Support keyword search.
* National language support with GNU gettext.
  Japanese message catalog is available.
* Experimental Ptheads support.
  The new option `--enable-pthreads' is added to `configure'.
* configure automatically detects zlib.
* API is changed.
  It has some incompatibities to version 2.x API.
* Fix many minor bugs.
2001-06-20 06:27:19 +00:00
jlam
6ebf9e5f1a Convert to use buildlink.mk file to get ncurses dependency and mark as
USE_BUILDLINK_ONLY.
2001-06-20 06:05:52 +00:00
jlam
e8f2d09011 Don't rely on redrawwin() in ncurses...use touchwin(),wrefresh() instead.
Add patches to remove clearing of CFLAGS and LDFLAGS during configure
process to preserve passed-in values.
2001-06-20 06:04:53 +00:00
jtb
1489b1601a Add a patch from Rafal Boni <rafal@mediaone.net> to fix build on
mips platforms.  PR pkg/13192.
2001-06-20 05:46:39 +00:00
jtb
c975c1f99e Add a patch from Rafal Boni <rafal@mediaone.net> to recognize mipseb
as a valid architecture. PR pkg/13200.
2001-06-20 05:39:02 +00:00
jlam
d3934f8268 Create the examples directory before trying to install into it. 2001-06-20 05:29:22 +00:00
jlam
6dcb41e0dc Convert to use buildlink.mk files for ncurses dependency and mark as
USE_BUILDLINK_ONLY.  Add patches to remove explicit passing of
-I/usr/include/ncurses to the compiler, and move the example configuration
file to ${PREFIX}/share/examples/vfu.  Add DEINSTALL/INSTALL scripts to
handle copying the sample config file to the config directory at install
time and removing it at deinstall time.
2001-06-20 05:27:32 +00:00
jlam
9619854dc4 Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. 2001-06-20 04:56:28 +00:00
jlam
5c6de17670 Convert to use buildlink.mk files for ncurses dependency and mark as
USE_BUILDLINK_ONLY.
2001-06-20 04:50:23 +00:00
jlam
9ef400c6e2 Convert to use buildlink.mk files for ncurses dependency. Remove
check for __NetBSD__ and refer to ncurses header as <ncurses.h>.
2001-06-20 04:44:59 +00:00
jlam
e26d6029b6 Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. 2001-06-20 04:26:43 +00:00
jlam
183dcae520 Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. 2001-06-20 04:01:37 +00:00
jlam
af00dbdf7e Remove explicit passing of -I$(includedir) to compiler during build. 2001-06-20 04:00:38 +00:00
jlam
8af8a35a38 Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. 2001-06-20 03:31:22 +00:00
jlam
0d72500311 Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. Also
use a slightly more general mechanism to replaces references to <curses.h>
to <ncurses.h> in the source files.
2001-06-20 03:22:17 +00:00
jlam
90d37a0733 Fix stupid change by package author that looked for files explicitly in
/usr/local/lib and that explicitly set LDFLAGS to nothing.
2001-06-20 03:19:20 +00:00
jlam
c917fdc251 Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. Compile
with SSL support and deal with fact that bzip2 programs must be installed
at run-time.  Also, minor cosmetic fix to use XARGS instead of find/-exec.
2001-06-20 02:54:58 +00:00
jlam
89205d5689 Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. Set
USE_X11 instead of explicitly adding ${X11BASE}/lib to the LDFLAGS.
2001-06-20 01:49:10 +00:00
jlam
8fe21bad13 Mark as USE_BUILDLINK_ONLY. 2001-06-19 21:27:57 +00:00
jlam
b38f96ef55 Document buildlink.mk methodology. 2001-06-19 20:55:01 +00:00
jlam
42d1e48afb Document PKGLOCALEDIR in PLIST issues. 2001-06-19 16:23:33 +00:00
jlam
477d69733d Add a buildlink.mk file for use by other packages. This file links the
ncurses libraries and headers into ${BUILDLINK_DIR}, or if a sufficiently
advanced curses is available in-system, then it links the curses libraries
and headers into ${BUILDLINK_DIR} with ncurses names.  This allows us to
consistently reference "ncurses" capability via <ncurses.h> and -lncurses.
2001-06-19 16:18:15 +00:00
jlam
25a697facf Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. 2001-06-19 16:04:18 +00:00
jlam
72270071f4 Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. Refer to
esd-config as $ESD_CONFIG in configure script.
2001-06-19 16:00:05 +00:00
jlam
42945c7c53 Add a buildlink.mk file for use by other package Makefiles. 2001-06-19 15:59:27 +00:00
jlam
41e2a7a384 Convert to use buildlink.mk files for ncurses dependency and mark as
USE_BUILDLINK_ONLY.
2001-06-19 15:57:39 +00:00
jlam
8c008390d7 Locale files are installed under ${PKGLOCALEDIR}. 2001-06-19 15:55:09 +00:00
jlam
b32a7a92c8 Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. Remove
the unnecessary patches that manipulated things for curses/ncurses.  Add
patch to remove -I$(includedir) and -L$(libdir) from the compiler flags.
2001-06-19 15:55:08 +00:00
jlam
dbfddb7cdc Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. By using
ncurses/buildlink.mk, we can refer to the ncurses header as ncurses.h and
the ncurses lib as libncurses.
2001-06-19 15:53:11 +00:00
taya
4015e855b6 Because source tarball has changed(only CVS/* files), update digest. 2001-06-19 15:48:23 +00:00
jtb
a30292e118 Add and enable lua. 2001-06-19 14:48:04 +00:00
jtb
5bbe12b3e2 Initial import of lua.
Lua is a powerful, light-weight programming language designed for
extending applications. Lua is also frequently used as a
general-purpose, stand-alone language.

Lua combines simple procedural syntax (similar to Pascal) with
powerful data description constructs based on associative arrays and
extensible semantics. Lua is dynamically typed, interpreted from
bytecodes, and has automatic memory management, making it ideal for
configuration, scripting, and rapid prototyping.

Lua is a language engine that you can embed into your application.
This means that, besides syntax and semantics, Lua has an API that
allows the application to exchange data with Lua programs and also to
extend Lua with C functions. In this sense, Lua can be regarded as a
language framework for building domain-specific languages.

Lua is implemented as a small library of C functions, written in ANSI
C, and compiles unmodified in all known platforms. The implementation
goals are simplicity, efficiency, portability, and low embedding cost.
The result is a fast language engine with small footprint, making it
ideal in embedded systems too.
2001-06-19 14:47:22 +00:00
hubertf
d8e26feb97 RCS ID police 2001-06-19 12:32:17 +00:00
assar
dec515e55c do not check for ACCEPTABLE_LICENCES when deinstalling. closes PR pkg/13211 2001-06-19 11:54:56 +00:00
zuntum
7c41e9d964 Follow suggestion from Luke Mewburn and change it back to "an FTP" 2001-06-19 11:43:08 +00:00
zuntum
8cdd63ca40 I think it's "a", not "an" FTP server 2001-06-19 11:36:02 +00:00
zuntum
a5e1348c9e add & enable vsftpd 2001-06-19 11:34:14 +00:00
zuntum
e0064c6220 Initial import of vsftpd-0.9.1
vsftpd is an FTP server, or daemon. The "vs" stands for Very Secure. Obviously
this is not a guarantee, but a reflection that I have written the entire
codebase with security in mind, and carefully designed the program to be
resilient to attack.

Recent evidence suggests that vsftpd is also extremely fast (and this is
before any explicit performance tuning!) In tests against wu-ftpd, vsftpd
was always faster, supporting over twice as many users in some tests.

Package provided by Jacek Latos <vaneth@krasnik.org> in pkg/13208;
minor modifications by me.
2001-06-19 11:32:02 +00:00
jlam
9614fe9c40 Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. 2001-06-19 09:20:11 +00:00
jlam
90862023ff Mark as USE_BUILDLINK_ONLY. 2001-06-19 09:12:33 +00:00
jlam
d922cd0091 Add a buildlink.mk file for use by other package Makefiles. 2001-06-19 09:11:18 +00:00
jlam
f665d6974c Remove unused ROOT_GROUP definition. 2001-06-19 09:06:05 +00:00
jlam
4e45a43e1d Convert to use buildlink.mk files and remove unnecessary config.cache
entry to prevent finding libncurses and unnecessary patches to configure
script to handle SSL location and probing libcups.  Also use FILES_SUBST
instead of repeating a sed script throughout the Makefile.
2001-06-19 09:03:30 +00:00
jlam
401120d634 Mark as USE_BUIDLINK_ONLY and remove -I$(includedir) from the header
search path.
2001-06-19 08:48:57 +00:00