Commit graph

21287 commits

Author SHA1 Message Date
taca
3c0edbc6a2 Importing zebedee 2.2.2. Quoting from README.txt is here.
Zebedee Secure Tunnel
=====================

Zebedee is a simple program to establish an encrypted, compressed
"tunnel" for TCP/IP or UDP traffic between two systems. This
allows data from, for example, telnet, ftp and X sessions to be
protected from snooping. You can also use compression, either
with or without data encryption, to gain performance over
low-bandwidth networks.

The main goals for Zebedee are to:

 * Provide client and server functionality under both UNIX
   and Windows 95/98/NT.

 * Be easy to install, use and maintain with little or no
   configuration required.

 * Have a small footprint, low wire protocol overhead and
   give significant traffic reduction by the use of
   compression.

 * Use only algorithms that are either unpatented or for
   which the patent has expired.

 * Be entirely free for commercial or non-commercial use and
   distributed under the term of the GNU General Public
   Licence (see LICENCE.txt for details).

For further information on how to use Zebedee see the file
zebedee.html in the distribution (or the manual page for
zebedee(1) under UNIX -- it is basically the same text). Example
configuration files are also provided.
2001-06-24 05:48:51 +00:00
minoura
034cf2f840 MACHINE_GNU_ARCH etc. were hardcoded :p 2001-06-24 03:12:46 +00:00
zuntum
43cf5395a4 Remove MOC and UIC references -- we no longer try to compile this package
with qt2 support.
2001-06-24 02:25:51 +00:00
zuntum
d6ed635561 Remove FreeBSDism -- USE_AUTOCONF 2001-06-24 02:22:25 +00:00
zuntum
0f58b87f48 Remove USE_XLIB as it has no effect; I wonder who put it here 2001-06-24 02:16:38 +00:00
zuntum
4cff93bf7d o converted to use buildlink.mk from qt2-libs package 2001-06-24 02:11:53 +00:00
zuntum
779248843d regen 2001-06-24 01:32:08 +00:00
zuntum
80e2ea9aff o set USE_X11 so X11BASE gets added to LDFLAGS -- simplifies patch-aa 2001-06-24 01:30:39 +00:00
hubertf
3b198e82c0 A tiny example how I start my sandbox builds.
Nothing fancy, probably needs adjusting to other people's environments.

XXX the list of things that need to be setup in the sandbox should
XXX probably be moved to Packages.txt...
2001-06-23 23:30:28 +00:00
hubertf
81cdec4cf4 Add a script that I use to upload binary pkgs to the FTP server 2001-06-23 23:27:18 +00:00
frueauf
f36eaf05d5 Add pconsole. 2001-06-23 22:00:52 +00:00
frueauf
590c9056ca Initial import of pconsole-1.0.
This is pconsole, the parallel console tool. pconsole was meant as an
interactive administrative shell tool for clusters.

pconsole allows you to connect to each node of your cluster simultaneously,
and you can type your administrative commands in a specialized window that
'multiplies' the input to each of the connections you have opened.
pconsole is best run from within X Windows, although it is possible to
employ it without X (in console mode) as well.
You need to install pconsole on only 1 machine in the cluster, this would
usually be your central administrative node.

pconsole makes use of ssh if possible.
2001-06-23 21:52:07 +00:00
jlam
a2484a18ef Correct typo and reorder lines to our BUILDLINK_FIX_LIBTOOL_SED setting
comes first.
2001-06-23 21:02:22 +00:00
jlam
4c6dce5402 Add buildlink.mk file for use by other package Makefiles. 2001-06-23 19:46:22 +00:00
jlam
806a25ed07 Use BUILDLINK_FIX_LIBTOOL_SED to replace for installed freetds directory. 2001-06-23 19:42:11 +00:00
jlam
0e9e7bbb86 Factor out the sed expression used to fix libtool archives into a variable,
BUILDLINK_FIX_LIBTOOL_SED, that may be appended to.
2001-06-23 19:38:55 +00:00
jlam
01cd272088 Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. Also
use ${FIND}/${SORT} instead of find/sort.
2001-06-23 19:36:46 +00:00
jlam
cf38f6e818 Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. 2001-06-23 19:36:03 +00:00
jlam
ada00ab7d3 Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. Handle
-L and rpath specifications in the config files by directly substituting
their final values; this is needed since the configure script directly
manipulates these values via sed and needs the substituted values, not
just ${VAR}.  Also honor CXXFLAGS passed in from the environment (possibly
containing optimization flags) during the build.
2001-06-23 19:35:27 +00:00
jlam
10b20dedae Within a package, references to it's installed location should be
${PREFIX}.
2001-06-23 19:30:03 +00:00
jlam
30a536ee18 The QT2 directory is not always ${X11BASE}/qt2. 2001-06-23 19:29:09 +00:00
jlam
e301aff54e Add buildlink.mk file for use by other package Makefiles. 2001-06-23 19:28:22 +00:00
jlam
34d11d8a0f Generalize how the dependency pattern may be specified. Instead of just
FOO_REQD=1.0 being converted to foo>=1.0, one can now directly specify
the dependency pattern as FOO_DEPENDS=foo>=1.0.  This allows things like
JPEG_DEPENDS=jpeg-6b, or fancier expressions like for postgresql-lib.
Change existing FOO_REQD definitions in Makefiles to FOO_DEPENDS.
2001-06-23 19:26:48 +00:00
jlam
8ca42bcf7c Add buildlink.mk file for use by other package Makefiles. 2001-06-23 19:24:20 +00:00
jlam
4f8e83cd40 Note caveat about how buildlink.mk doesn't currently meet goal #2 on
systems that install packages directly under ${X11BASE} (systems not using
xpkgwedge).
2001-06-23 14:29:29 +00:00
jlam
38e21935c9 Fix grammar a bit in buildlink.mk section. 2001-06-23 14:19:09 +00:00
zuntum
8a98233c90 Update getmail to 2.0.20
Changes:
  -remove dead code
  -fix bug in example getmailrc file.  Thanks to John Gennard for spotting this.
  There was an instance of an empty option value left over from before this was
  an issue.
2001-06-23 11:00:14 +00:00
frueauf
6b1294e957 Update fetchmail{conf} to 5.8.8. This should fix pr 13269 submitted
by Emmanuel Dreyfus.

fetchmail-5.8.8 (Wed Jun 20 17:22:26 EDT 2001), 20782 lines:

* Fix bug that prevented messages from being marked oversized unless -v was on.
* Byrial Jensen made the tracepoll information RFC822-conformant.
* Reorder code to avoid accessing line buffers after they have been freed.
* Steven Krings's patch to deal with over-long header lines.
* Fix for Debian bug #101500.
* Updated Danish translation by Byrial Jensen.
* Chris Maio's patch for POP3 with BSMTP.
* Patch from HMH resolves DEbian bug #101530.

fetchmail-5.8.7 (Sun Jun 17 12:02:17 EDT 2001), 20749 lines:

* Make fetchmailconf work properly again by fixing tracepolls mismatch.
* HMH's fix for Debian bug #98127.
* driver.c refactoring in preparation for streaming mode.
2001-06-23 10:01:59 +00:00
dmcmahill
3d9322d4ca update to cdpack-1.2
change is that the automatically generated README.txt file is now
only generated if requested via the -R flag as opposed to always generating
the file.

Suggested by Hubert.
2001-06-23 04:08:04 +00:00
jlam
bad64676c1 Pull in buildlink files for jpeg, lcms, and zlib as they're needed when
linking against libmng.
2001-06-22 16:46:51 +00:00
jlam
9273f351a3 Add buildlink.mk file for use by other package Makefiles. 2001-06-22 16:44:18 +00:00
jlam
a0079390c9 Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. Add
missing dependency on zlib.
2001-06-22 16:43:27 +00:00
jlam
a6abca1729 Add buildlink.mk file for use by other package Makefiles. 2001-06-22 16:39:00 +00:00
jlam
2b08fa4da3 Mark as USE_BUILDLINK_ONLY. 2001-06-22 16:38:38 +00:00
jlam
873384864f Mark as USE_BUILDLINK_ONLY. 2001-06-22 16:16:06 +00:00
taca
afbda12c2c Update chasen to 2.2.7. Change from 2.2.6 is below:
----------------------------------------------------------------------
ChaSen 2.2.7 (2001/06/22)
----------------------------------------------------------------------
- bug fix for sentence end processing
- "EOS" length is modified from 3 to 0.
2001-06-22 14:12:06 +00:00
jtb
17b2810279 Install yorick files under ${PREFIX}/share instead of ${PREFIX}/lib. 2001-06-22 14:05:36 +00:00
wiz
46f66478d7 Update homepage. 2001-06-22 14:00:19 +00:00
jlam
c12fd070cf Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. 2001-06-22 06:12:01 +00:00
jlam
975d3ba279 <jpilot/libplugin.h> pulls in <gtk/gtk.h> so include gtk buildlink.mk. 2001-06-22 06:06:26 +00:00
jlam
f38983292f Add buildlink.mk file for use by other package Makefiles. 2001-06-22 06:03:14 +00:00
jlam
a91f432fa1 Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. 2001-06-22 05:59:58 +00:00
jlam
fd9f6a3b8d Add buildlink.mk files for use by other package Makefiles. 2001-06-22 05:46:26 +00:00
jlam
3989fed85c Mark as USE_BUILDLINK_ONLY. 2001-06-22 05:25:46 +00:00
jlam
79ad8ff37e Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. 2001-06-22 03:52:25 +00:00
nathanw
d45a6b0366 Add and enable inform. 2001-06-22 03:43:15 +00:00
nathanw
fa19b5dab9 Initial import of Inform.
Inform is an Interactive Fiction (text adventure) game compiler -- it takes
source code you write and turns it into a game data file which is then
played using an 'interpreter'.  There are several interpreters available
which can play Inform games on different machines (e.g. frotz, jzip) -- you
can probably obtain one from the same place you got this package.
2001-06-22 03:41:49 +00:00
jlam
18d3a2277c Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. 2001-06-22 03:31:51 +00:00
jlam
13cfc78832 Fix typo. 2001-06-22 02:49:11 +00:00
jlam
7ac386cc9e Add dependency on bzip2 for libbz2.a, needed to support bzip2-compressed
MIFF files.
2001-06-21 22:53:30 +00:00