Update of /cvsroot/fink/dists/10.2/unstable/main/finkinfo/net
In directory usw-pr-cvs1:/tmp/cvs-serv22637

Added Files:
        rlpr-2.04-3.info rsync-2.5.5-1.info tcpflow-0.20-1.info 
        teknap-1.3g-12.info tf-40s1-11.info tf-40s1-11.patch 
        unison-2.8.1-1.info 
Log Message:
10.2 ok. Note: i left ipv6 off for rsync, maintainer should check that one.


--- NEW FILE: rlpr-2.04-3.info ---
Package: rlpr
Version: 2.04
Revision: 3
Source: mirror:custom:%n-%v.tar.gz
CustomMirror: <<
 Primary: ftp://truffula.com/pub
 Secondary: http://www.go.dlr.de/fresh/unix/src/misc/
<<
CompileScript: (export INTLLIBS='-L%p/lib -lintl'; ./configure %c; make)
ConfigureParams:  --mandir='${prefix}/share/man'
InstallScript: make install-setuid prefix=%i
 (cd man; make install prefix=%i)
License: GPL
DocFiles: README INSTALL NEWS COPYING
Description: Print via TCP/IP to lpd servers anywhere on a network.
DescDetail: <<
Unlike lpr, it does not require  that the remote printers
be explicitly known to the local system (traditionally through /etc/printcap,
through netinfo on MacOS X). Thus, it is considerably more flexible and
requires less administration.
<<
Maintainer: Jeffrey Whitaker <[EMAIL PROTECTED]>
Homepage: http://truffula.com/rlpr/

--- NEW FILE: rsync-2.5.5-1.info ---
Package: rsync
Version: 2.5.5
Revision: 1
Maintainer: Bill Bumgarner <[EMAIL PROTECTED]>
CustomMirror: <<
A: http://samba.anu.edu.au/ftp/rsync/
B: http://samba.anu.edu.au/ftp/rsync/old-versions/
<<
Source: mirror:custom:%n-%v.tar.gz
SetCFLAGS: -I%p/include
SetCPPFLAGS: -no-cpp-precomp
UpdateConfigGuess: true
ConfigureParams: --mandir='${prefix}/share/man' --disable-ipv6 --without-included-popt
DocFiles: COPYING README
Depends: popt
Description: Synchronize filesystems between hosts.
DescDetail: <<
rsync is a replacement for rcp (and scp) that has many
more features. It uses the "rsync algorithm" which provides a very
fast method for remote files into sync. It does this by sending just
the differences in the files across the link, without requiring that
both sets of files are present at one of the ends of the link
beforehand.

(Description taken from the www.freshmeat.net listing of rsync)
<<
Homepage: http://rsync.samba.org/
License: GPL

--- NEW FILE: tcpflow-0.20-1.info ---
Package: tcpflow
Version: 0.20
Revision: 1
Depends: libpcap
UpdateConfigGuess: true
Source: http://www.circlemud.org/pub/jelson/tcpflow/%n-%v.tar.gz
SetCPPFLAGS: -no-cpp-precomp
InstallScript: make install DESTDIR=%d
ConfigureParams: --mandir='${prefix}/share/man' --infodir='${prefix}/share/info'
Description: Captures data transmitted as part of TCP connections
DescDetail: <<
tcpflow is a program that captures data transmitted as part of TCP connections 
(flows), and stores the data in a way that is convenient for protocol analysis or 
debugging. A program like 'tcpdump' shows a summary of packets seen on the wire, but 
usually doesn't store the data that's actually being transmitted. In contrast, tcpflow 
reconstructs the actual data streams and stores each flow in a separate file for later 
analysis. 

tcpflow understands sequence numbers and will correctly reconstruct data streams 
regardless of retransmissions or out-of-order delivery. However, it currently does not 
understand IP fragments; flows containing IP fragments will not be recorded properly. 
<<
Maintainer: Bill Bumgarner <[EMAIL PROTECTED]>
Homepage: http://www.circlemud.org/~jelson/software/tcpflow/
License: GPL
DocFiles: README AUTHORS COPYING NEWS

--- NEW FILE: teknap-1.3g-12.info ---
Package: teknap 
Version: 1.3g
Revision: 12
Maintainer: Peter O'Gorman <[EMAIL PROTECTED]> 
Source: http://www.teknap.com/files/TekNap-%v.tar.gz
SourceDirectory: TekNap
ConfigureParams: --disable-threads --mandir=%i/share/man
GCC: 3.1
InstallScript: <<
make prefix=%i install
cd %i/bin && ln -sf TekNap-1.3g TekNap;
<<
SetCFlags: -I../include -I%p/include -no-cpp-precomp 
NoSetCPPFlags: true 
Description: Text napster client
Homepage: http://www.teknap.com
License: OSI-Approved

--- NEW FILE: tf-40s1-11.info ---
Package: tf 
Version: 40s1
Revision: 11
Source: http://ftp.tcp.com/pub/mud/Clients/tinyfugue/tf-40s1.tar.gz
GCC: 3.1
CompileScript: true
InstallScript: <<
mkdir %i/bin
mkdir %i/lib
mkdir -p %i/share/man/man1
(export FINK_BUILD=%i FINK_LIBDIR=%P/lib/%n-%v-lib ; ./unixmake)
<<
PostRmScript: rm %p/bin/%n
PostInstScript: ln -s %p/bin/%n-%v %p/bin/%n
DocFiles: README CHANGES COPYING CREDITS
Patch: %f.patch
#
Description: TinyFugue, a popular MUSH and MUD client
DescDetail: <<
TinyFugue, aka "tf", is a flexible, screen-oriented MUD client, for use with any type 
of MUD. TinyFugue is one of the most popular and powerful mud clients.
<<
DescPackaging: This program does not use a standard configure / make system and 
required a little bit of patching to the build scripts in order to work well with 
fink.  This is my first attempt at making a fink package.
License: GPL
Homepage: http://tf.tcp.com/~hawkeye/tf/
Maintainer: Avram Cherry <[EMAIL PROTECTED]>

--- NEW FILE: tf-40s1-11.patch ---
diff -Naur tf-40s1old/unix/Config tf-40s1/unix/Config
--- tf-40s1old/unix/Config      Sat Mar  6 14:43:28 1999
+++ tf-40s1/unix/Config Fri Apr 19 00:19:26 2002
@@ -33,9 +33,9 @@
 #   even if an old version is currently in use.  You can remove
 #   the old version manually later when it is no longer in use.
 
-# TF="/usr/local/bin/tf-${TFVER}"
-# LIBDIR="/usr/local/lib/tf-${TFVER}-lib"
-# SYMLINK="/usr/local/bin/tf"
+TF="${FINK_BUILD}/bin/tf-${TFVER}"
+LIBDIR="${FINK_BUILD}/lib/tf-${TFVER}-lib"
+#SYMLINK="${FINK_BUILD}/bin/tf"
 
 
 ### Manual Page.
@@ -44,8 +44,8 @@
 # uses nroff format; set MANTYPE=cat if your man uses pre-formatted
 # vt100 "catman" pages.  Default is "cat".
 
-# MANTYPE="nroff"
-# MANPAGE="/usr/local/man/man1/tf.1"
+MANTYPE="nroff"
+MANPAGE="${FINK_BUILD}/share/man/man1/tf.1"
 
 
 ### Flags.
@@ -109,8 +109,8 @@
 # If unixmake told you to set CC=cc, be sure to uncomment the line below
 # by removing the leading "#".
 
-# CC=cc
-# CCFLAGS="-g"
+CC=cc
+CCFLAGS="-g -no-cpp-precomp"
 
 
 ### Stripping.
diff -Naur tf-40s1old/unix/tfconfig tf-40s1/unix/tfconfig
--- tf-40s1old/unix/tfconfig    Sat Mar  6 14:43:28 1999
+++ tf-40s1/unix/tfconfig       Fri Apr 19 01:18:01 2002
@@ -45,7 +45,7 @@
 TF="${TFDEV_TF}"
 FLAGS=''
 GNU_C=0
-LIBDIR="${TFDEV_LIBDIR}"
+LIBDIR="${FINK_LIBDIR}"
 LIBS=''
 MAILDIR=''
 # MAKE=''      ;# Use the value from the environment if there is one.
@@ -224,6 +224,7 @@
 
 echo 'To change these locations type "n" now and edit the unix/Config file.'
 while [ -z "$ans" ]; do
+    break
     echo 'Continue? (y/n)'
     read ans;
     case "$ans" in
@@ -238,7 +239,7 @@
 
 rm -f ../src/Makefile ${AOUT}
 
-echo "#define LIBDIR     \"${LIBDIR}\"" >&4
+echo "#define LIBDIR     \"${FINK_LIBDIR}\"" >&4
 if [ -n "$MAILDIR" ]; then
     echo "#define MAILDIR    \"${MAILDIR}\"" >&4
 else

--- NEW FILE: unison-2.8.1-1.info ---
Package: unison
Version: 2.8.1
Revision: 1
Description: User-level file synchronization tool
DescDetail: <<
Unison is a file-synchronization tool for Unix and Windows. It allows two
replicas of a collection of files and directories to be stored on different
hosts (or different disks on the same host), modified separately, and then
brought up to date by propagating the changes in each replica to the other.

Unison shares a number of features with tools such as configuration
management packages (CVS, PRCS, etc.) distributed filesystems (Coda, etc.)
uni-directional mirroring utilities (rsync, etc.) and other synchronizers
(Intellisync, Reconcile, etc).
<<
License: GPL
Source: http://www.cis.upenn.edu/~bcpierce/unison/download/stable/%n-%v/src.tar.gz
SourceRename: %n-%v.tar.gz
Source2: 
http://www.cis.upenn.edu/~bcpierce/unison/download/stable/%n-%v/unison-manual.html
Source2Rename: %n-%v.html
Maintainer: Christopher League <[EMAIL PROTECTED]>
Homepage:  http://www.cis.upenn.edu/~bcpierce/unison/
DocFiles:  README BUGS.txt CONTRIB COPYING INSTALL ROADMAP.txt NEWS README TODO.txt 
../%n-%v.html:manual.html
BuildDepends: tcltk-dev
Depends: ocaml
CompileScript: make UISTYLE=text
InstallScript: <<
  mkdir -p %i/bin
  install -m0755 unison %i/bin/unison
<<



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to