diff options
author | pav <pav@FreeBSD.org> | 2006-01-31 05:36:28 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-01-31 05:36:28 +0800 |
commit | 9dcb98adfc2bd4674bbd6842d3d6d437dd29b349 (patch) | |
tree | 4cc3713a60e1166194efa02750dfdbc8dc2538a7 /net/i2p | |
parent | 8b3f0aa5c3409fd70d507c1893b80154f3b07b55 (diff) | |
download | freebsd-ports-gnome-9dcb98adfc2bd4674bbd6842d3d6d437dd29b349.tar.gz freebsd-ports-gnome-9dcb98adfc2bd4674bbd6842d3d6d437dd29b349.tar.zst freebsd-ports-gnome-9dcb98adfc2bd4674bbd6842d3d6d437dd29b349.zip |
Populate newly create net-p2p category with these ports:
ftp/jigdo
net/amule1
net/amule2
net/apollon
net/azureus
net/bnbt
net/btpeer
net/btqueue
net/cdonkey
net/ctorrent
net/dcd
net/dclib
net/dctc
net/dctc-gui
net/dctc-gui-qt
net/edonkey-gui-gtk
net/edonkey-gui-gtk-urlslave
net/fcptools
net/fidelio
net/freenet
net/frost
net/giftcurs
net/giftoxic
net/giftui
net/gift
net/gift-fasttrack
net/gift-gnutella
net/gift-openft
net/gkrellm-gift
net/gnewtellium
net/gnome-btdownload
net/gnunet
net/gtkhx
net/gtk-gnutella
net/gtorrentviewer
net/hagelslag
net/hx
net/i2p
net/javadc
net/kmldonkey
net/ktorrent
net/libbt
net/liberator
net/libfreenet
net/libpdtp
net/libtorrent
net/limewire
net/linux-agsatellite
net/linux-edonkey-core
net/linux-edonkey-server
net/linux-jigdo
net/linux-overnet-core
net/minder
net/mldonkey
net/mldonkey-core
net/mldonkey-core-devel
net/mldonkey-devel
net/mldonkey-gui
net/mldonkey-gui-devel
net/mldonkey-perlreactor
net/mldonkey-sancho
net/mldonkey-serverspy
net/mldonkey-urlslave
net/mutella
net/mute-net
net/mute-net-gui
net/mute-net-text
net/napshare
net/nicotine
net/opendchub
net/peercast
net/phex
net/pyslsk
net/py-bittornado
net/py-bittornado-core
net/py-bittorrent
net/py-bittorrent-core
net/py-bittorrent-core-devel
net/py-bittorrent-devel
net/py-fngrab
net/py-kenosis
net/py-kenosis-bittorrent
net/py-py2play
net/p5-pdonkey
net/qtella
net/qtorrent
net/rtorrent
net/squall
net/torrentflux
net/torrentsniff
net/trackerbt
net/transmission
net/valknut
net/verlihub
net/verlihub-plugins
net/xmule
net/xnap
misc/ed2k
misc/edonkey-tool-hash
misc/linux-edonkey-tool-recovermet
Repocopies by: marcus
Diffstat (limited to 'net/i2p')
-rw-r--r-- | net/i2p/Makefile | 111 | ||||
-rw-r--r-- | net/i2p/distinfo | 3 | ||||
-rw-r--r-- | net/i2p/files/i2p.sh | 89 | ||||
-rw-r--r-- | net/i2p/files/patch-installer::resources::clients.config | 10 | ||||
-rw-r--r-- | net/i2p/files/wrapper.sh | 71 | ||||
-rw-r--r-- | net/i2p/pkg-descr | 14 |
6 files changed, 0 insertions, 298 deletions
diff --git a/net/i2p/Makefile b/net/i2p/Makefile deleted file mode 100644 index 14d5a99e88ab..000000000000 --- a/net/i2p/Makefile +++ /dev/null @@ -1,111 +0,0 @@ -# New ports collection makefile for: i2p -# Date created: Sun Jan 9 05:05:02 UTC 2005 -# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= i2p -PORTVERSION= 0.6.1.9 -CATEGORIES= net java security -MASTER_SITES= http://dev.i2p.net/i2p/ - -MAINTAINER= lioux@FreeBSD.org -COMMENT= An anonymous network - -RUN_DEPENDS= unzip:${PORTSDIR}/archivers/unzip - -USE_BZIP2= yes -USE_RC_SUBR= yes -USE_REINPLACE= yes - -USE_JAVA= yes -JAVA_VERSION= 1.4 -JAVA_OS= native -USE_ANT= yes - -ALL_TARGET= \ - updater \ - tarball - -.ifndef(NOPORTDOCS) -ALL_TARGET+= javadoc -.endif - -JAVADOC_WRKSRC= ${WRKSRC}/build/javadoc -WRKSRC= ${WRKDIR}/${PORTNAME}_${PORTVERSION:S/./_/g} - -DOC_FILES= \ - readme.html \ - allclasses-frame.html \ - allclasses-noframe.html \ - constant-values.html \ - deprecated-list.html \ - help-doc.html \ - index.html \ - overview-frame.html \ - overview-summary.html \ - overview-tree.html \ - package-list \ - packages.html \ - serialized-form.html \ - stylesheet.css -DOC_DIRS= \ - freenet/ \ - index-files/ \ - net/ \ - org/ \ - resources/ -PORTDOCS= ${DOC_FILES} \ - ${DOC_DIRS} - -PLIST_DIRS= \ - %%DATADIR%% -PLIST_FILES= \ - etc/rc.d/${PORTNAME}.sh \ - sbin/i2prouter \ - %%DATADIR%%/i2p.tar.bz2 \ - %%DATADIR%%/i2pupdate.zip - -post-patch: - @${SED} \ - -e "s|%%DATADIR%%|${DATADIR}|" \ - ${FILESDIR}/wrapper.sh > ${WRKDIR}/wrapper.sh -# postinstall.sh SHOULD only do post installation house keeping - @${REINPLACE_CMD} -E \ - -e 's|./i2prouter[[:space:]]+start||' \ - ${WRKSRC}/installer/resources/postinstall.sh -# rc.d - @${SED} -e "s|%%PREFIX%%|${PREFIX}|" \ - ${FILESDIR}/${PORTNAME}.sh > ${WRKDIR}/${PORTNAME}.sh - -do-install: - @${MKDIR} ${DATADIR} -# install - @${INSTALL_DATA} ${WRKSRC}/i2p.tar.bz2 \ - ${DATADIR}/ -# update - @${INSTALL_DATA} ${WRKSRC}/i2pupdate.zip \ - ${DATADIR}/ -# rc.d - @${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}.sh \ - ${PREFIX}/etc/rc.d -# wrapper - @${INSTALL_SCRIPT} ${WRKDIR}/wrapper.sh \ - ${PREFIX}/sbin/i2prouter -# doc -.ifndef(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - @${INSTALL_DATA} ${WRKSRC}/readme.html ${DOCSDIR} -.for doc in ${DOC_FILES} - @if [ -f ${JAVADOC_WRKSRC}/${doc} ]; then \ - ${INSTALL_DATA} ${JAVADOC_WRKSRC}/${doc} ${DOCSDIR} ; \ - fi -.endfor -# line taken from textproc/xerces-j maintained by hq@FreeBSD.org - @cd ${JAVADOC_WRKSRC} && \ - ${FIND} ${DOC_DIRS} -type d -exec ${MKDIR} "${DOCSDIR}/{}" \; && \ - ${FIND} ${DOC_DIRS} -not -type d -exec ${INSTALL_DATA} "{}" "${DOCSDIR}/{}" \; -.endif - -.include <bsd.port.mk> diff --git a/net/i2p/distinfo b/net/i2p/distinfo deleted file mode 100644 index acadc6495861..000000000000 --- a/net/i2p/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (i2p-0.6.1.9.tar.bz2) = fba455e0875696404e9d2e5bbe6506a8 -SHA256 (i2p-0.6.1.9.tar.bz2) = 6814b5eb760542ea901a16937244c4f28a77e58090d01b33c0822169fc5e0c5c -SIZE (i2p-0.6.1.9.tar.bz2) = 9352412 diff --git a/net/i2p/files/i2p.sh b/net/i2p/files/i2p.sh deleted file mode 100644 index 25f8927faef0..000000000000 --- a/net/i2p/files/i2p.sh +++ /dev/null @@ -1,89 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# -# Under a BSDL license. Copyright 2005. Mario S F Ferreira <lioux@FreeBSD.org> - -# PROVIDE: i2p -# REQUIRE: LOGIN -# KEYWORD: FreeBSD shutdown - -# -# Add the following lines to /etc/rc.conf to enable i2p: -# -#i2p_enable="YES" -#i2p_user="" -# - -. /etc/rc.subr - -name="i2p" -rcvar=`set_rcvar` -command="%%PREFIX%%/sbin/i2prouter" -extra_commands="install uninstall update" - -i2p_check_vars() -{ - if [ -z "${i2p_user}" ]; then - i2p_user=$(whoami) - fi - - if [ "x${i2p_user}" = "xroot" ]; then - err 1 "You have to set i2p_user to a non-root user for security reasons" - fi -} - -start_cmd="start_cmd" -stop_cmd="stop_cmd" -status_cmd="status_cmd" -restart_cmd="restart_cmd" -install_cmd="install_cmd" -uninstall_cmd="uninstall_cmd" -update_cmd="update_cmd" - -generic_cmd() -{ - i2p_check_vars - su -l ${i2p_user} -c "${command} ${1}" -} - -start_cmd() -{ - generic_cmd start -} - -stop_cmd() -{ - generic_cmd stop -} - -status_cmd() -{ - generic_cmd status -} - -restart_cmd() -{ - generic_cmd restart -} - -install_cmd() -{ - generic_cmd install -} - -uninstall_cmd() -{ - generic_cmd uninstall -} - -update_cmd() -{ - generic_cmd update -} - -load_rc_config "${name}" -: ${i2p_enable="NO"} -: ${i2p_user=""} - -run_rc_command "$1" diff --git a/net/i2p/files/patch-installer::resources::clients.config b/net/i2p/files/patch-installer::resources::clients.config deleted file mode 100644 index dfabaa784b73..000000000000 --- a/net/i2p/files/patch-installer::resources::clients.config +++ /dev/null @@ -1,10 +0,0 @@ ---- installer/resources/clients.config.orig Mon Jan 10 18:50:30 2005 -+++ installer/resources/clients.config Mon Jan 10 18:50:35 2005 -@@ -21,7 +21,3 @@ - clientApp.3.delay=30 - - # load a browser pointing at the web console whenever we start up --clientApp.4.main=net.i2p.apps.systray.UrlLauncher --clientApp.4.name=consoleBrowser --clientApp.4.args=http://localhost:7657/ --clientApp.4.delay=5 diff --git a/net/i2p/files/wrapper.sh b/net/i2p/files/wrapper.sh deleted file mode 100644 index e765ab2c0a56..000000000000 --- a/net/i2p/files/wrapper.sh +++ /dev/null @@ -1,71 +0,0 @@ -#!/bin/sh -# -# Under a BSDL license. Copyright by Mario S F Ferreira <lioux@FreeBSD.org> -# $FreeBSD$ - -DATADIR="%%DATADIR%%" -# -I2P_HOME="${HOME}/i2p" -I2P_RC_SCRIPT=i2prouter -I2P_POSTINSTALL_SCRIPT=postinstall.sh -# -I2P_INSTALL_TARBALL=i2p.tar.bz2 -I2P_UPDATE_ZIP=i2pupdate.zip - -if [ -z "${HOME}" -o ! -d "${HOME}" ]; then - echo 'ERROR: Please, set HOME environment variable to a valid value!' - echo 'ERROR: You may LOSE data if the variable is pointed at an' - echo 'ERROR: incorrect location!' - exit 1 -fi - -case "$1" in - restart|start|status|stop) - echo "i2p ${1}" - if [ -f "${I2P_HOME}/${I2P_RC_SCRIPT}" ]; then - case "$1" in - restart|start) - echo 'To access i2p:' - echo 'Point your browser at http://localhost:7657/ to access configuration' - echo 'Point your browser proxy at http://localhost:4444/ to access i2p network' - ;; - esac - exec sh "${I2P_HOME}/${I2P_RC_SCRIPT}" ${1} - else - echo 'ERROR: i2p is not installed' - echo 'ERROR: Please install i2p first' - exit 2 - fi - ;; - install) - echo "i2p ${1}" - if [ ! -d "${I2P_HOME}" ]; then - rm -Rf "${I2P_HOME}" - mkdir -p "${I2P_HOME}" - fi - cd "${HOME}" && \ - tar -xvjf "${DATADIR}/${I2P_INSTALL_TARBALL}" && \ - cd "${I2P_HOME}" && \ - exec sh "${I2P_HOME}/${I2P_POSTINSTALL_SCRIPT}" - ;; - uninstall) - echo "i2p ${1}" - exec rm -Rf "${I2P_HOME}" - ;; - update) - echo "i2p ${1}" - if [ ! -d "${I2P_HOME}" ]; then - echo 'ERROR: i2p is not installed' - echo 'ERROR: Please install i2p before trying to update it' - exit 3 - fi - cd "${I2P_HOME}" && \ - exec unzip -o "${DATADIR}/${I2P_UPDATE_ZIP}" - ;; - *) - echo "" - echo "Usage: `basename $0` { start | stop | status | restart | install | uninstall | update }" - echo "" - exit 64 - ;; -esac diff --git a/net/i2p/pkg-descr b/net/i2p/pkg-descr deleted file mode 100644 index eb49f8daf5ec..000000000000 --- a/net/i2p/pkg-descr +++ /dev/null @@ -1,14 +0,0 @@ -[ excerpt from developer's web site ] - -I2P is an anonymous network, exposing a simple layer that applications -can use to anonymously and securely send messages to each other. -The network itself is strictly message based (ala IP), but there -is a library available to allow reliable streaming communication -on top of it (ala TCP). All communication is end to end encrypted -(in total there are four layers of encryption used when sending a -message), and even the end points ("destinations") are cryptographic -identifiers (essentially a pair of public keys). - -WWW: http://www.i2p.net/ - --- lioux@FreeBSD.org |