aboutsummaryrefslogtreecommitdiffstats
path: root/irc/weechat-devel
diff options
context:
space:
mode:
authorjase <jase@FreeBSD.org>2012-09-20 08:03:25 +0800
committerjase <jase@FreeBSD.org>2012-09-20 08:03:25 +0800
commit72b0079c4c807ab55b82a7d8cc6065e9cca9429b (patch)
tree00a0c6baf6c8201146ab454d69cfd3256322c84b /irc/weechat-devel
parent555ccc59860ff59827d8feb0211af6aaaddb4949 (diff)
downloadfreebsd-ports-gnome-72b0079c4c807ab55b82a7d8cc6065e9cca9429b.tar.gz
freebsd-ports-gnome-72b0079c4c807ab55b82a7d8cc6065e9cca9429b.tar.zst
freebsd-ports-gnome-72b0079c4c807ab55b82a7d8cc6065e9cca9429b.zip
- Update to 20120918 (0.3.9-rc2)
Approved by: flo (mentor)
Diffstat (limited to 'irc/weechat-devel')
-rw-r--r--irc/weechat-devel/Makefile4
-rw-r--r--irc/weechat-devel/distinfo4
-rw-r--r--irc/weechat-devel/files/patch-cmake-FindPython_cmake29
-rw-r--r--irc/weechat-devel/pkg-plist2
4 files changed, 27 insertions, 12 deletions
diff --git a/irc/weechat-devel/Makefile b/irc/weechat-devel/Makefile
index 8196d2a8c2c5..c26f6c3b4c76 100644
--- a/irc/weechat-devel/Makefile
+++ b/irc/weechat-devel/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= weechat
-PORTVERSION= 20120903
+PORTVERSION= 20120918
CATEGORIES= irc
MASTER_SITES= http://perturb.me.uk/distfiles/ \
${MASTER_SITE_LOCAL}
@@ -31,7 +31,7 @@ WANT_PERL= yes
LIB_DEPENDS+= curl:${PORTSDIR}/ftp/curl \
gcrypt:${PORTSDIR}/security/libgcrypt
-GITREV= 3635652
+GITREV= 34c9a06
WRKSRC= ${WRKDIR}/${PORTNAME}-${GITREV}
# Please note: the DEBUG option is *NOT* empty, it is utilised by
diff --git a/irc/weechat-devel/distinfo b/irc/weechat-devel/distinfo
index 888edf6141f3..ed22f9322a21 100644
--- a/irc/weechat-devel/distinfo
+++ b/irc/weechat-devel/distinfo
@@ -1,2 +1,2 @@
-SHA256 (weechat-devel-3635652.tar.gz) = 3b37a053e824b9539ea22fac6ee3f92e6fca767cc452690b65232b83789ca55b
-SIZE (weechat-devel-3635652.tar.gz) = 2424529
+SHA256 (weechat-devel-34c9a06.tar.gz) = 3b4ae223df063c1ca38522e58195c9f932390c49fe277481dec4345d9220e825
+SIZE (weechat-devel-34c9a06.tar.gz) = 2441631
diff --git a/irc/weechat-devel/files/patch-cmake-FindPython_cmake b/irc/weechat-devel/files/patch-cmake-FindPython_cmake
index d883e68e4072..c5a6f8cb9858 100644
--- a/irc/weechat-devel/files/patch-cmake-FindPython_cmake
+++ b/irc/weechat-devel/files/patch-cmake-FindPython_cmake
@@ -1,5 +1,5 @@
---- cmake/FindPython.cmake.orig 2012-09-03 15:43:03.205462582 +0100
-+++ cmake/FindPython.cmake 2012-09-03 15:46:06.564072755 +0100
+--- cmake/FindPython.cmake.orig 2012-09-18 20:21:00.000000000 +0100
++++ cmake/FindPython.cmake 2012-09-19 17:28:30.968900751 +0100
@@ -34,8 +34,7 @@
ENDIF(PYTHON_FOUND)
@@ -10,7 +10,7 @@
)
IF(PYTHON_EXECUTABLE)
-@@ -60,11 +59,11 @@
+@@ -60,24 +59,12 @@
)
FIND_LIBRARY(PYTHON_LIBRARY
@@ -19,8 +19,21 @@
PATHS ${PYTHON_POSSIBLE_LIB_PATH}
)
-- IF(PYTHON_LIBRARY AND PYTHON_INCLUDE_PATH)
-+ IF(0)
- EXECUTE_PROCESS(
- COMMAND ${PYTHON_EXECUTABLE} -c "import sys; sys.stdout.write(sys.version[:3])"
- OUTPUT_VARIABLE PYTHON_VERSION
+ IF(PYTHON_LIBRARY AND PYTHON_INCLUDE_PATH)
+- EXECUTE_PROCESS(
+- COMMAND ${PYTHON_EXECUTABLE} -c "import sys; sys.stdout.write(sys.version[:3])"
+- OUTPUT_VARIABLE PYTHON_VERSION
+- )
+- EXECUTE_PROCESS(
+- COMMAND ${PYTHON_EXECUTABLE} -c "import sys; sys.stdout.write(str(sys.version_info < (2,5)))"
+- OUTPUT_VARIABLE PYTHON_OLD_VERSION
+- )
+- IF(${PYTHON_OLD_VERSION} STREQUAL "True")
+- MESSAGE("Python >= 2.5 is needed to build python plugin, version found: ${PYTHON_VERSION}")
+- ELSE()
+- SET(PYTHON_FOUND TRUE)
+- ENDIF(${PYTHON_OLD_VERSION} STREQUAL "True")
++ SET(PYTHON_FOUND TRUE)
+ ENDIF(PYTHON_LIBRARY AND PYTHON_INCLUDE_PATH)
+
+ MARK_AS_ADVANCED(
diff --git a/irc/weechat-devel/pkg-plist b/irc/weechat-devel/pkg-plist
index fe351a8893b3..6402dae24aa4 100644
--- a/irc/weechat-devel/pkg-plist
+++ b/irc/weechat-devel/pkg-plist
@@ -11,6 +11,7 @@ lib/weechat/plugins/xfer.so
libdata/pkgconfig/weechat.pc
%%ASPELL%%lib/weechat/plugins/aspell.so
%%CHARSET%%lib/weechat/plugins/charset.so
+%%GUILE%%lib/weechat/plugins/guile.so
%%LUA%%lib/weechat/plugins/lua.so
%%PERL%%lib/weechat/plugins/perl.so
%%PYTHON%%lib/weechat/plugins/python.so
@@ -39,6 +40,7 @@ libdata/pkgconfig/weechat.pc
%%DOCUMENTATION%%share/doc/weechat/weechat_scripting.en.html
%%DOCUMENTATION%%share/doc/weechat/weechat_scripting.fr.html
%%DOCUMENTATION%%share/doc/weechat/weechat_scripting.it.html
+%%DOCUMENTATION%%share/doc/weechat/weechat_scripting.ja.html
%%DOCUMENTATION%%share/doc/weechat/weechat_scripting.pl.html
%%DOCUMENTATION%%share/doc/weechat/weechat_tester.de.html
%%DOCUMENTATION%%share/doc/weechat/weechat_tester.en.html
gnome/commit/ftp/Makefile?h=gstreamer&id=a11cadfa1b69f578a1c83acab0432594dd810807'>2012-06-16 ftp/IglooFTP: No longer supportedbeech2012-06-191-1/+0 | * Remove wu-ftpd+ipv6. The upstream disapear and distfile is no more available.sumikawa2012-06-071-1/+0 | * readd php 5.3.13 and all its modules as php53*flo2012-05-161-0/+2 | * 2012-05-10 archivers/php4-bz2: php4 is EOLedbapt2012-05-121-2/+0 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2012-05-10 archivers/php4-zlib: php4 is EOLed 2012-05-10 converters/php4-iconv: php4 is EOLed 2012-05-10 converters/php4-mbstring: php4 is EOLed 2012-05-10 converters/php4-recode: php4 is EOLed 2012-05-10 databases/php4-dba: php4 is EOLed 2012-05-10 databases/php4-dbase: php4 is EOLed 2012-05-10 databases/php4-dbx: php4 is EOLed 2012-05-10 databases/php4-filepro: php4 is EOLed 2012-05-10 databases/php4-interbase: php4 is EOLed 2012-05-10 databases/php4-mssql: php4 is EOLed 2012-05-10 databases/php4-mysql: php4 is EOLed 2012-05-10 databases/php4-odbc: php4 is EOLed 2012-05-10 databases/php4-oracle: php4 is EOLed 2012-05-10 databases/php4-pgsql: php4 is EOLed databases/php4-rrdtool: php4 is EOLed 2012-05-10 databases/php4-sybase_ct: php4 is EOLed 2012-05-10 devel/php4-dio: php4 is EOLed 2012-05-10 devel/php4-gettext: php4 is EOLed 2012-05-10 devel/php4-mcve: php4 is EOLed 2012-05-10 devel/php4-ncurses: php4 is EOLed 2012-05-10 devel/php4-pcntl: php4 is EOLed 2012-05-10 devel/php4-pcre: php4 is EOLed 2012-05-10 devel/php4-readline: php4 is EOLed 2012-05-10 devel/php4-shmop: php4 is EOLed 2012-05-10 devel/php4-sysvmsg: php4 is EOLed 2012-05-10 devel/php4-sysvsem: php4 is EOLed 2012-05-10 devel/php4-sysvshm: php4 is EOLed 2012-05-10 devel/php4-tokenizer: php4 is EOLed 2012-05-10 finance/php4-pfpro: php4 is EOLed 2012-05-10 ftp/php4-curl: php4 is EOLed 2012-05-10 ftp/php4-ftp: php4 is EOLed 2012-05-10 graphics/php4-chartdirector: php4 is EOLed 2012-05-10 graphics/php4-exif: php4 is EOLed 2012-05-10 graphics/php4-gd: php4 is EOLed lang/php4: php4 is EOLed 2012-05-10 lang/php4-extensions: php4 is EOLed 2012-05-10 lang/php4-overload: php4 is EOLed 2012-05-10 mail/php4-imap: php4 is EOLed 2012-05-10 math/php4-bcmath: php4 is EOLed 2012-05-10 math/php4-gmp: php4 is EOLed 2012-05-10 misc/php4-calendar: php4 is EOLed 2012-05-10 misc/php4-mcal: php4 is EOLed 2012-05-10 net/php4-ldap: php4 is EOLed 2012-05-10 net/php4-sockets: php4 is EOLed 2012-05-10 net/php4-xmlrpc: php4 is EOLed 2012-05-10 net/php4-yp: php4 is EOLed 2012-05-10 net-mgmt/php4-snmp: php4 is EOLed 2012-05-10 security/php4-crack: php4 is EOLed 2012-05-10 security/php4-mcrypt: php4 is EOLed 2012-05-10 security/php4-mhash: php4 is EOLed 2012-05-10 security/php4-openssl: php4 is EOLed 2012-05-10 sysutils/php4-posix: php4 is EOLed 2012-05-10 textproc/php4-ctype: php4 is EOLed 2012-05-10 textproc/php4-domxml: php4 is EOLed 2012-05-10 textproc/php4-pspell: php4 is EOLed 2012-05-10 textproc/php4-wddx: php4 is EOLed 2012-05-10 textproc/php4-xml: php4 is EOLed 2012-05-10 textproc/php4-xslt: php4 is EOLed 2012-05-10 www/php4-session: php4 is EOLed 2012-05-10 archivers/pecl-zip: php4 is EOLed 2012-05-10 databases/pecl-sqlite: php4 is EOLed 2012-05-11 devel/pear-XML_XPath: php4 is EOLed 2012-05-11 devel/pecl-json: php4 is EOLed 2012-05-10 www/pecl-tidy: php4 is EOLed 2012-05-10 www/php-dyn: php4 is EOLed 2012-05-11 security/pecl-hash: php4 is EOLed 2012-05-11 net/phpldapadmin098: php4 is EOLed graphics/jpgraph: php4 is EOLed * Remove expired port:rene2012-04-141-1/+0 | | | | 2012-04-11 ftp/ftp-proxy: is a part of the base system in all supported FreeBSD versions * New module slave databases/proftpd-mod_sql_mysql replaces ftp/proftpd-mysqlmm2012-01-261-1/+0 | * Remove obsolete ftp/proftpd-devel port.mm2012-01-051-1/+0 | | | | ftp/proftpd-devel * x11-toolkits/gambas2-gb-qt has been broken for over a year.dougb2011-11-011-1/+0 | | | | Remove it, and the ports that depend on it. * As previously advertised, complete removal of vulnerable ports thatdougb2011-10-151-1/+0 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | no one has stepped up to deal with: archivers/pecl-phar Vulnerable since 2011-01-13 comms/libsyncml Depends on devel/libsoup22, which is FORBIDDEN databases/mysql323-server Vulnerable since 2006-10-29 databases/mysql323-client Vulnerable since 2006-10-29 databases/mysql323-scripts Vulnerable since 2006-10-29 databases/mysql40-server Vulnerable since 2006-10-29 databases/mysql40-client Vulnerable since 2006-10-29 databases/mysql40-scripts Vulnerable since 2006-10-29 databases/p5-DBD-mysql40 Depends on databases/mysql40-server, which is FORBIDDEN deskutils/buoh Depends on devel/libsoup22, which is FORBIDDEN deskutils/libopensync-plugin-syncml Depends on comms/libsyncml, which is DEPRECATED devel/libsoup22 Vulnerable since 2011-07-28 dns/bind9-sdb-ldap Vulnerable since 2011-06-04 dns/bind9-sdb-postgresql Vulnerable since 2011-06-04 ftp/wgetpro Vulnerable since 2004-12-14 games/quake2forge Vulnerable since 2005-01-21 graphics/linux-tiff Vulnerable since 2004-10-13 japanese/mutt Vulnerable since 2007-07-29 japanese/asterisk14-sounds Depends on net/asterisk14, which is FORBIDDEN net/asterisk14 Vulnerable since 2011-06-25 net/isc-dhcp31-client Vulnerable since 2011-04-10 net/isc-dhcp31-server Vulnerable since 2011-04-10 net/isc-dhcp31-relay Vulnerable since 2011-04-10 net/asterisk-app-ldap Depends on net/asterisk14, which is FORBIDDEN net/asterisk-app-notify Depends on net/asterisk14, which is FORBIDDEN net/asterisk-oh323 Depends on net/asterisk14, which is FORBIDDEN, does not compile on sparc64 net/asterisk14-addons Depends on net/asterisk14, which is FORBIDDEN net/astfax Depends on net/asterisk14, which is FORBIDDEN net-mgmt/nagios2 Vulnerable since 2009-06-30 www/gforge Vulnerable since 2005-08-09 www/linux-flashplugin7 Vulnerable since at least 2008-05-30 www/opera-devel Vulnerable since 2010-06-25, does not fetch www/plone3 Vulnerable and unsupported upstream www/serendipity-devel Vulnerable since 2008-04-25 www/ziproxy Vulnerable since 2010-06-15 www/asterisk-gui Depends on net/asterisk14, which is FORBIDDEN x11-toolkits/linux-pango Vulnerable since 2009-05-13 * Gollem is a web-based File Manager, providing the ability to fully managemm2011-10-121-0/+1 | | | | | | | a hierarchical file system stored in a variety of backends such as a SQL database, as part of a real filesystem, or on FTP, Samba or SSH servers. WWW: http://www.horde.org/apps/gollem/ * 2011-09-01 deskutils/gkrellm-gtodo: No more public distfilesbapt2011-09-011-2/+0 | | | | | | | | | | | | | | | | | | | | | 2011-09-01 deskutils/xopps: No more public distfiles 2011-09-01 devel/adocman: No more public distfiles 2011-09-01 devel/bisongen: No more public distfiles 2011-09-01 devel/crow: BROKEN for more than 6 month 2011-09-01 devel/p5-Config-INI-MVP: Disappear from CPAN 2011-09-01 devel/p5-Date-Set: Disappear from CPAN 2011-09-01 devel/p5-File-FTS: No more public distfiles 2011-09-01 devel/p5-PerlMenu: No more public distfiles 2011-09-01 devel/p5-Proc-PIDFile: No more public distfiles 2011-09-01 devel/p5-UNIVERSAL-exports: Disappear from CPAN 2011-09-01 devel/ruby-rbtree: No Master Site 2011-09-01 dns/host: No more public distfiles 2011-09-01 emulators/linux-padjoy: No more public distfiles 2011-09-01 emulators/mame-extras: No more public distfiles 2011-09-01 emulators/snespp: BROKEN for more than 6 month 2011-09-01 emulators/xgs: No more public distfiles 2011-09-01 ftp/gproftpd: No more public distfiles 2011-09-01 ftp/muddleftpd: No more public distfiles * - Add a new port: ftp/R-cran-RCurltota2011-08-291-0/+1 | | | | | | | | | | The RCurl package is an R-interface to the libcurl library that provides HTTP facilities. This allows us to download files from Web servers, post forms, use HTTPS (the secure HTTP), use persistent connections, upload files, use binary content, handle redirects, password authentication, etc. WWW: http://www.omegahat.org/RCurl/ * llnlxftp has been resurrected.cy2011-08-281-0/+1 | * - Add p5-SOAP-Transport-FTP 0.711sunpoet2011-08-231-0/+1 | | | | | | | | | The SOAP::Transport::FTP module is automatically loaded by the SOAP::Transport portion of the client structure. It is brought in when an endpoint is specified via the proxy method that starts with the characters, ftp://. This module provides only a client class. WWW: http://search.cpan.org/dist/SOAP-Transport-FTP/ * llnlxftp was not actually restored from Attic. Remove it to make pointyhatlinimon2011-08-081-1/+0 | | | | | | happy. Pointy hat to: cy * Resurrect ftp/mirror.cy2011-07-181-0/+1 | * Bring back ftp/llnlxdir and ftp/llnlxftp back from the dead.cy2011-07-181-0/+2 | * Remove expired ports:rene2011-06-021-1/+0 | | | | | | | | | | | | | | | | 2011-05-01 german/citrix_xenapp: "crashes with f10" 2011-05-01 japanese/citrix_xenapp: "crashes with f10" 2011-05-01 net/citrix_xenapp: "crashes with f10" 2011-05-11 comms/gammu-python: since version 1.29.0 comms/gammu uses python by default 2011-05-01 java/gj: Upstream disapear and distfile is no more available 2011-05-09 net/ipv6socket_scrub: Upstream disapear and distfile is no more available 2011-05-13 graphics/lodju: depends on rep-gtk, which doesn't build anymore. 2011-05-01 www/mod_pubcookie: will be unsupported by ASF when 2.4.0 is release, migrate to 2.2.x+ now 2011-05-01 ftp/prozilla: Upstream disapear and distfile is no more available 2011-05-01 www/py-django11: Unsupported (no longer receive security updates or bugfixes) 2011-05-13 x11-toolkits/rep-gtk: missing rep-config from librep port broke the build. 2011-05-01 games/tnl: Upstream development has ceased, it doesn't work with newer CEGUI and is generally broken 2011-06-01 net/vnc2swf: Development is now superseded by deskutils/vnc2flv * Remove textedit and ftptool which depends on itbapt2011-05-031-1/+0 | | | | | ftp/ftptool, Removed, depend on this expired editors/textedit 2011-05-01 editors/textedit: Upstream disapear and distfile is no more available * Remove unmaintained expired ports from ftpbapt2011-05-021-9/+0 | | | | | | | | | | | | 2011-05-01 ftp/axyftp: Upstream disapear and distfile is no more available 2011-05-01 ftp/emacs-wget: Upstream disapear and distfile is no more available 2011-05-01 ftp/llnlxdir: Upstream disapear and distfile is no more available 2011-05-01 ftp/llnlxftp: Upstream disapear and distfile is no more available 2011-05-01 ftp/mirror: Upstream disapear and distfile is no more available 2011-05-01 ftp/moftpd: Upstream disapear and distfile is no more available 2011-05-01 ftp/wu-ftpd: Upstream disapear and distfile is no more available 2011-05-01 ftp/xrmftp: Upstream disapear and distfile is no more available 2011-05-01 ftp/yale-tftpd: Upstream disapear and distfile is no more available * Garbage collect expired portsrene2011-04-051-1/+0 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2011-04-01 accessibility/linux-f8-atk: End of Life since Jan 7, 2009 2011-04-01 archivers/linux-f8-ucl: End of Life since Jan 7, 2009 2011-04-01 archivers/linux-f8-upx: End of Life since Jan 7, 2009 2011-04-01 audio/linux-f8-alsa-lib: End of Life since Jan 7, 2009 2011-04-01 audio/linux-f8-arts: End of Life since Jan 7, 2009 2011-04-01 audio/linux-f8-esound: End of Life since Jan 7, 2009 2011-04-01 audio/linux-f8-freealut: End of Life since Jan 7, 2009 2011-04-01 audio/linux-f8-libaudiofile: End of Life since Jan 7, 2009 2011-04-01 audio/linux-f8-libogg: End of Life since Jan 7, 2009 2011-04-01 audio/linux-f8-libvorbis: End of Life since Jan 7, 2009 2011-04-01 audio/linux-f8-mikmod: End of Life since Jan 7, 2009 2011-04-01 audio/linux-f8-nas-libs: End of Life since Jan 7, 2009 2011-04-01 audio/linux-f8-openal: End of Life since Jan 7, 2009 2011-04-01 audio/linux-f8-sdl_mixer: End of Life since Jan 7, 2009 2011-04-01 databases/linux-f8-sqlite3: End of Life since Jan 7, 2009 2011-04-02 databases/postgresql81-server: EOL see http://wiki.postgresql.org/wiki/PostgreSQL_Release_Support_Policy 2011-04-02 databases/postgresql73-server: EOL see http://wiki.postgresql.org/wiki/PostgreSQL_Release_Support_Policy 2011-04-02 databases/postgresql74-server: EOL see http://wiki.postgresql.org/wiki/PostgreSQL_Release_Support_Policy 2011-04-02 databases/postgresql80-server: EOL see http://wiki.postgresql.org/wiki/PostgreSQL_Release_Support_Policy 2011-04-01 devel/linux-f8-libglade: End of Life since Jan 7, 2009 2011-04-01 devel/linux-f8-sdl12: End of Life since Jan 7, 2009 2011-04-01 devel/linux-f8-allegro: End of Life since Jan 7, 2009 2011-04-01 devel/linux-f8-libsigc++20: End of Life since Jan 7, 2009 2011-04-01 devel/linux-f8-libglade2: End of Life since Jan 7, 2009 2011-04-01 devel/linux-f8-nspr: End of Life since Jan 7, 2009 2011-04-01 dns/linux-f8-libidn: End of Life since Jan 7, 2009 2011-04-01 emulators/linux_base-f8: End of Life since Jan 7, 2009 2011-04-01 emulators/linux_base-f9: End of Life since Jul 10, 2009 2011-04-01 emulators/linux_base-fc6: End of Life since December 7, 2007 2011-04-01 emulators/linux_base-f7: End of Life since June 13, 2008 2011-04-01 ftp/linux-f8-curl: End of Life since Jan 7, 2009 2011-04-01 graphics/linux-f8-sdl_image: End of Life since Jan 7, 2009 2011-04-01 graphics/linux-f8-ungif: End of Life since Jan 7, 2009 2011-04-01 graphics/linux-f8-imlib: End of Life since Jan 7, 2009 2011-04-01 graphics/linux-f8-cairo: End of Life since Jan 7, 2009 2011-04-01 graphics/linux-f8-dri: End of Life since Jan 7, 2009 2011-04-01 graphics/linux-f8-gdk-pixbuf: End of Life since Jan 7, 2009 2011-04-01 graphics/linux-f8-jpeg: End of Life since Jan 7, 2009 2011-04-01 graphics/linux-f8-png: End of Life since Jan 7, 2009 2011-04-01 graphics/linux-f8-libGLU: End of Life since Jan 7, 2009 2011-04-01 graphics/linux-f8-libmng: End of Life since Jan 7, 2009 2011-04-01 graphics/linux-f8-png10: End of Life since Jan 7, 2009 2011-04-01 graphics/linux-f8-tiff: End of Life since Jan 7, 2009 2011-04-01 lang/linux-f8-libg2c: End of Life since Jan 7, 2009 2011-04-01 lang/linux-f8-tcl84: End of Life since Jan 7, 2009 2011-04-01 multimedia/linux-f8-libtheora: End of Life since Jan 7, 2009 2011-04-02 net-p2p/dcd: No fetch sources and looks like project abandoned 2011-03-31 net/straw: abandoned upstream and does not work with python 2.6+ 2011-04-01 security/linux-f8-libssh2: End of Life since Jan 7, 2009 2011-04-01 security/linux-f8-nss: End of Life since Jan 7, 2009 2011-04-01 security/linux-f8-openssl: End of Life since Jan 7, 2009 2011-04-01 textproc/linux-f8-libxml2: End of Life since Jan 7, 2009 2011-04-01 textproc/linux-f8-scim-gtk: End of Life since Jan 7, 2009 2011-04-01 textproc/linux-f8-scim-libs: End of Life since Jan 7, 2009 2011-04-01 textproc/linux-f8-expat: End of Life since Jan 7, 2009 2011-04-01 textproc/linux-f8-libxml: End of Life since Jan 7, 2009 2011-04-01 textproc/linux-f8-aspell: End of Life since Jan 7, 2009 2011-04-01 www/linux-f8-flashplugin10: End of Life since Jan 7, 2009 2011-03-30 www/mediawiki112: abandoned upstream 2011-03-30 www/mediawiki113: abandoned upstream 2011-03-30 www/mediawiki114: abandoned upstream 2011-03-30 www/mediawiki16: abandoned upstream 2011-04-01 x11-fonts/linux-f8-fontconfig: End of Life since Jan 7, 2009 2011-03-01 x11-themes/gnome-icons-cool-gorilla: "no mastersite" 2011-04-01 x11-themes/linux-f8-hicolor-icon-theme: End of Life since Jan 7, 2009 2011-04-01 x11-toolkits/linux-f8-gtk: End of Life since Jan 7, 2009 2011-04-01 x11-toolkits/linux-f8-gtk2: End of Life since Jan 7, 2009 2011-04-01 x11-toolkits/linux-f8-openmotif: End of Life since Jan 7, 2009 2011-04-01 x11-toolkits/linux-f8-pango: End of Life since Jan 7, 2009 2011-04-01 x11-toolkits/linux-f8-qt33: End of Life since Jan 7, 2009 2011-04-01 x11-toolkits/linux-f8-tk84: End of Life since Jan 7, 2009 2011-04-01 x11/linux-f8-xorg-libs: End of Life since Jan 7, 2009 * - Kick ftp/junglemoneky to fix the index aftermiwi2011-02-281-1/+0 | | | | net/gnet removal * Garbage-collect expired ports:rene2011-01-011-1/+0 | | | | | | | | | | | | | | | | | | | | | | | 2010-12-30 databases/p5-sqlrelay: broken and upstream disapeared 2010-12-30 devel/php-dbg2: No upstream support 2010-12-30 dns/fourcdns: upstream has disapeared 2010-12-31 emulators/win4bsd: Development has ceased and distfile is no longer available 2010-12-31 french/mozilla-flp: www/seamonkey port is deprecated. Consider using the www/firefox-i18n. 2010-12-31 french/xtel: Minitel services will be discontinued at the end of 2010. 2010-12-30 ftp/ftpq: upstream has disapeared 2010-12-30 graphics/paintlib: does not compile with new tiff and no more maintained upstream 2010-12-30 graphics/g3dviewer: does not build with gcc 4.2, upstream disapeared 2010-12-30 lang/scriba: Does not compile with gcc 4.2+, looks like abandonware 2010-12-30 math/rascal: Broken on every arch since 2008, looks like an abandonware 2010-12-31 net-mgmt/nrg: Project has vanished. Use cacti instead. 2010-12-31 security/hostsentry: Project is dead. 2010-12-31 sysutils/kcube: Project has vanished 2010-12-31 www/cybercalendar: has been unmaintained since 2001 and is unusable with dates after 2010 (see ports/150974) 2010-12-31 www/flock: Flock 3 moves from Firefox to Chromium 2010-12-31 www/linux-flock: Flock 3 moves from Firefox to Chromium 2010-12-30 x11-clocks/xtu: Looks like abandonware Leave java/tya in for now, as it has outstanding PRs. * Net::FTPSSL is a class implementing a simple FTP client over a Securewen2010-12-021-0/+1 | | | | | | | Sockets Layer (SSL) or Transport Layer Security (TLS) connection written in Perl as described in RFC959 and RFC2228. It will use TLS by default. WWW: http://search.cpan.org/dist/Net-FTPSSL/ * Rename old ncftp port to "ncftp1".obrien2010-11-081-1/+1 | | | | | PR: 151415 Submitted by: brucec * Remove expired ports:garga2010-11-041-1/+0 | | | | | | | 2010-11-01 ftp/kwebget: Development has ceased. 2010-11-01 multimedia/clive-utils: development has ceased; use multimedia/umph instead 2010-11-01 ports-mgmt/barry: Development has ceased. 2010-11-01 www/wb0: Development has ceased. * Import atftp-0.7kevlo2010-10-051-0/+1 | | | | | | | Atftp is a client/server implementation of the TFTP protocol that implements RFCs 1350, 2090, 2347, 2348, and 2349. The server is multi-threaded and the client presents a friendly interface using libreadline. The current server implementation lacks IPv6 support. * Connect plasma-applet-ftpmonitormakc2010-06-161-0/+1 | * Curb (probably CUrl-RuBy or something) provides Ruby-languagemiwi2010-06-021-0/+1 | | | | | | | | | | | bindings for libcurl, a fully-featured client-side URL transfer library. WWW: http://taf2.github.com/curb/ WWW: http://curb.rubyforge.org/ PR: ports/147182 Submitted by: Eric Freeman <freebsdports at chillibear.com> * libcurl is a client-side URL transfer library, supporting FTP, FTPS,pgj2010-05-161-0/+1 | | | | | | | | | | | | HTTP, HTTPS, SCP, SFTP, TFTP, TELNET, DICT, LDAP, LDAPS and FILE. libcurl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP form based upload, proxies, cookies, user+password authentication (Basic, Digest, NTLM, Negotiate, Kerberos4), file transfer resume, http proxy tunneling and more! This package provides a Haskell binding to libcurl. WWW: http://hackage.haskell.org/package/curl * py-tftpy is a Pure Python TFTP Implementation.wen2010-05-111-0/+1 | | | | | PR: ports/146480 Submitted by: Ju Pengfei <jupengfei@gmail.com> * - PHP 5.2 slave portdinoex2010-04-231-0/+1 | | | | | PR: 145772 Submitted by: Alex Keda * - PHP 5.2 slave portdinoex2010-04-231-0/+1 | | | | | PR: 145772 Submitted by: Alex Keda * - "It appears the API has changed in libevent and pftpx is a dead project.pav2009-12-151-1/+0 | | | | | | Please remove the port." Submitted by: Scott Ullrich <sullrich@gmail.com> (maintainer) * - Resurrect ftp/gwgetavl2009-10-041-0/+1 | | | | | | - Update to 1.0.2 Approved by: glarkin (mentor) * bareFTP is a file transfer client written for Linux desktops, availabledhn2009-06-291-0/+1 | | | | | | | | | | | under the terms of the GPL license. It supports the FTP, FTPS and SSH (SFTP) protocols. bareFTP is written in pure C# for the Mono framework, using Gtk# for the user interface. WWW: http://www.bareftp.org PR: ports/135876 Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> * Extended build of vsftpd with additional features.pgollucci2009-06-161-0/+1 | | | | | | | | | | | | | | | | - Added char convertion without iconv for some charsets. - Added rules for anonymous access based on user's IP address masks. - Added rules for user access only from defined IPs. - Allow or disallow delete files by anonymous. - Added chowning anonymous uploaded files by user IP. - Added new parametr double_377 (by default 1). This paramert switch off telnet specific character \377. - Changed find libs in "vsf_findlibs.sh". - Different speed for upload and download data transfer rates for anonymous and local users. WWW: http://vsftpd.devnet.ru/eng/ PR: ports/132556 Submitted by: Maxim Ignatenko * Here are new Linux Fedora 10 infrastructure ports.bsam2009-06-021-0/+1 | | | | | | | | | | | | | | | | | | | | | | | | Those ports are intended to be used with 8-CURRENT at least with SVN r192206. If you want to switch to linux-f10 ports, please define at /etc/make.conf: OVERRIDE_LINUX_BASE_PORT=f10 OVERRIDE_LINUX_NONBASE_PORTS=f10 An upgrading procedure is shown at /usr/ports/UPDATING, entries 20090401 and 20070327. For the first time all tested linux ports work as expected(!): . acroread8; . google-earth; . skype; . seamonkey. Many thanks for kernel folks who really did the main work (and I wrote only some lines of ports). There is a good chance that those ports may become a default for 8.0-RELEASE. Please, test and report back to emulation@ ML. * - New port: ftp/gambas2-gb-net-curlacm2009-05-091-0/+1 | | | | The gambas advanced networking component * net2ftp is a web-based FTP client written in PHPmiwi2009-05-011-0/+1 | | | | | | | | | | | | | | | | | | | | | | | | User features - Navigate the FTP server - Upload files - Download files - Zip files - Unzip files - Install software - Copy, move and delete - Copy or move to a 2nd FTP server - Rename and chmod - View code with syntax highlighting - Plain text editor - HTML editors - Code editor - Search for words or phrases - Calculate size WWW: http://www.net2ftp.com/ PR: ports/133766 Submitted by: Alexander Kriventsov * Here are new Linux Fedora 8 infrastructure ports.bsam2009-04-011-0/+1 | | | | | | | | | | | | | | | The recommended version of FreeBSD to use them is 8-CURRENT. FreeBSD-7.x is not fully compatible with compat.linux.osrelease 2.6.16. Some syscalls cannot be MFCed due to native FreeBSD ABI breakage. Usage (and package building): 1. define compat.linux.osrelease=2.6.16; 2. add following variables to /etc/make.conf: . OVERRIDE_LINUX_BASE_PORT=f8; . OVERRIDE_LINUX_NONBASE_PORTS=f8. Approved by: bsam (me) ;-) * 2009-02-15 ftp/downloader: sources unavailable - website dissappearedmiwi2009-03-101-1/+0 | | | | | | | | 2009-03-04 devel/rubygem-mojombo-grit: Obsolete, use devel/rubygem-grit instead 2009-03-08 mail/postfix1: Not supported anymore by vendor. Please choose a new one version. 2009-03-08 mail/postfix21: Not supported anymore by vendor. Please choose a new one version. 2009-03-08 mail/postfix22: Not supported anymore by vendor. Please choose a new one version. 2009-03-01 www/rubygem-actionwebservice: from rails 2.0 www/rubygem-rails use www/rubygem-activeresource instead * UFTP is a multicast file transfer program, utilizing a protocolwxs2008-06-051-0/+1 | | | | | | | | | | | | | | | | based on Starburst MFTP. It is designed to reliably and efficiently transfer files to multiple receivers simultaneously, where either the intended receivers can be specified beforehand, or receivers can join the transfer when it is initiated. This is useful for distributing large files to a large number of receivers, and is especially useful for data distribution over a satellite link (with two way communication), where the inherent delay makes any TCP based communication terribly inefficient. http://www.tcnj.edu/~bush/uftp.html Submitted by: gnn (private email/IRC) Approved by: garga (mentor) * 2008-02-23 ftp/greed: No longer maintainedbeech2008-04-291-1/+0 | * - Add entry for proftpd-develbeech2008-04-181-0/+1 | * 2007-10-28 x11-wm/wmDeskGuide: Version branch long since retiredmiwi2008-02-281-1/+0 | | | | | | | | | 2008-02-23 ftp/axelq: Unmaintained, website disappeared 2007-11-09 lang/fpc-devel: now lags behind version in lang/fpc; use that instead 2007-11-13 devel/php-dbg: does not work with php5 and does not compile on gcc4.2 2007-11-16 graphics/jgv: development stalled for years, outdated, unmaintained 2007-11-16 editors/muggy: development stalled for years, unmaintained 2007-11-16 x11-fm/binder: development stalled for years, outdated, unmaintained * - New port: ftp/fpc-libcurlacm2007-09-181-0/+1 | | | | Free Pascal interface to libcurl * GPROFTPD is an easy to use GTK+ administration tool for the proftpd standalonemiwi2007-09-161-0/+1 | | | | | | | | | | | | server. GProftpd and Proftpd gives admins access to virtual hosting, 8 layers of security including chrooted users and encrypted transfers on both the data and/or control channels. It is ideal for both standard ftp serving and webhotels. WWW: http://gadmintools.org Notes: Thanks to beech@ for working with me on it. * Scythia is an simple and portable Ftp client. It does not claimmiwi2007-07-131-0/+1 | | | | | | | | | | | to be able to replace the biggest (no SSH etc.), but only to satisfy some persons and to give us a bigger experience in programming. WWW: http://scythia.free.fr/ PR: ports/114157 Submitted by: Yinghong.Liu <relaxbsd at gmail.com> * Remove expired port.tmclaugh2007-07-031-1/+0 | | | | - Project became tnftp a long time ago * - Ports renamed for consistencybeech2007-06-221-1/+1 | | | | | | PR: ports/112327 Repocopy by: marcus Approved by: sat (maintainer) * A ftp proxy for firewalled connections,using pf's anchors and rules.miwi2007-03-071-0/+1 | | | | | | | WWW: http://www.openbsd.org/ PR: ports/110011 Submitted by: Christian Ludwig * Python FTP server library provides an high-level portable interface to easilymiwi2007-03-071-0/+1 | | | | | | | | | | | write asynchronous FTP servers with Python. Based on asyncore / asynchat frameworks pyftpdlib is actually the most complete RFC959 FTP server implementation available for Python language. WWW: http://billiejoex.altervista.org/pyftpdlib.html PR: ports/109934 Submitted by: Li-Wen Hsu <lwhsu at lwhsu.org> * 2007-01-16 ftp/vcheck: distfile disappeared and has no homepagemiwi2007-01-201-1/+0 | * 2006-12-01 misc/afbackup: Uses unregistered uid that conflicts with other portsmiwi2007-01-061-1/+0 | | | | | | | 2006-12-01 misc/afbackup-client: Uses unregistered uid that conflicts with other ports 2006-12-01 misc/afbackup-server: Uses unregistered uid that conflicts with other ports 2006-12-14 lang/forth: obsoleted by lang/pfe; use of this port is pretty much senseless 2006-12-28 ftp/jmirror: distfile disappeared and has no homepage * 2006-12-01 ftp/gwget: fails to installmiwi2007-01-061-1/+0 | * ftputil is a high-level FTP client library for the Python programming language.miwi2006-12-271-0/+1 | | | | | | | | | | | | | ftputil implements a virtual file system for accessing FTP servers, that is, it can generate file-like objects for remote files. The library supports many functions similar to those in the os, os.path and shutil modules. ftputil has convenience functions for conditional uploads and downloads, and handles FTP clients and servers in different timezones. WWW: http://ftputil.sschwarzer.net/ PR: ports/107186 Submitted by: Li-Wen Hsu <lwhsu at lwhsu.org> * MultiGet is an easy-to-use GUI file downloader for Linux/Unix/BSDs/Windows.alepulver2006-12-081-0/+1 | | | | | | | | | | | It's programmed by C++ and GUI is based on wxWidgets. It supports http/ftp protocol which covers most user's requirement. It supports multi-task with multi-thread on multi-server. It supports resume download if server side have resume feature, and if you like, you can reconfig the thread number without stopping the going task. It's also support SOCKS 4, 4a, 5 proxy, ftp proxy, http proxy. WWW: http://multiget.sourceforge.net/ * wxDownload Fast (also known as wxDFast) is an open source download manager. Italepulver2006-12-081-0/+1 | | | | | | | | | | | | | | | | | | | | | | | is multi-platform and builds on Windows(2k,XP), Linux and Mac OS X. Besides that, it is a multi-threaded download manager. This means that it can split a file into several pieces and download the pieces simultaneously. Features: * Faster downloads (with Segmented/Multi-threaded/Accelerated transfers). * Download resuming (Pause and restart where you stopped). * Download scheduling. * Organizes files you have already downloaded. * View server messages (HTTP, FTP, file://). No HTTPS support. * Available in multiple languages and easily translated. Now available in Portuguese [Brazil], Spanish, English, German, Russian, Hungarian, Armenian and Indonesian. * Connection to FTP servers which require a password. * Calculates the MD5 checksum of downloaded files so they can be easily. verified. * Metalink support. WWW: http://dfast.sourceforge.net/ * FTP is a compact and handy application for file transfersdinoex2006-11-051-0/+1 | | | | | | using the FTP protocol (RFC 765) WWW: http://www.nongnu.org/gap/ftp/index.html * FileZilla is a powerful FTP-client. It has been designed for ease of use andalepulver2006-11-011-0/+1 | | | | | | | | | | | | | | | | | | | | | | | with support for as many features as possible, while still being fast and reliable. The main features of FileZilla are: * Ability to resume Uploads/Downloads (if the server supports it). * Custom Commands. * Site Manager with folders. * Keep Alive system. * Timeout detection. * Firewall support. * SOCKS4/5 and HTTP1.1 Proxy support. * SSL secured connections. * SFTP support. * Upload/Download Queue. * Drag&Drop. * Multi-language support. * GSS authentication and encryption using Kerberos. WWW: http://filezilla.sourceforge.net/ * Waiho is a simple FTP client for GNUstep, designed to be easy to use.dinoex2006-10-311-0/+1 | | | | | | While it's far from finished, it's already quite useable. WWW: http://www.roard.com/waiho/ * Add port ftp/ftpsync:sat2006-08-311-0/+1 | | | | | | | | | | ftpsync.pl synchronizes a local directory tree and a remote FTP directory tree. It was initally written to automize web publishing, but might be useful for some other purposes, like mirroring not-too-large public sites, data replication, and more. WWW: http://ftpsync.sourceforge.net/ Author: Christoph Lechleitner <ibcl@users.sourceforge.net> * - New port: ftp/linux-curlacm2006-08-041-0/+1 | | | | | | | | | | | | | | | | curl is a client to get documents/files from servers, using any of the supported protocols. The command is designed to work without user interaction or any kind of interactivity. curl offers a busload of useful tricks like proxy support, user authentication, ftp upload, HTTP post, SSL (https:) connections, file transfer resume and more. (Linux version) WWW: http://curl.haxx.se/ Approved by: garga (mentor) * bbFTP is a file transfer software. It implements its own transfer protocol,pav2006-06-081-0/+1 | | | | | | | | | | | | | | | | | | | | | | | | | which is optimized for large files (larger than 2GB) and secure as it does not read the password in a file and encrypts the connection information. bbFTP main features are: * Encoded username and password at connection * SSH and Certificate authentication modules * Multi-stream transfer * Big windows as defined in RFC1323 * On-the-fly data compression * Automatic retry * Customizable time-outs * Transfer simulation * AFS authentication integration * RFIO interface bbFTP is open-source software, released under the GNU General Public License. It was written by Gilles Farrache at IN2P3 Computing Center in Lyon, France. WWW: http://doc.in2p3.fr/bbftp/index.html PR: ports/98610 Submitted by: Petr Holub <hopet@ics.muni.cz> * Adding port ftp/p5-File-Fetch, a generic file fetching mechanism.aaron2006-06-011-0/+1 | | | | Approved by: tobez (implicit) * ftpsesame helps the FTP protocol get through your pf firewall.sem2006-05-011-0/+1 | | | | | | | | It does this by passively analysing FTP control connections and adding rules into a pf anchor when an FTP data connection is about to commence. WWW: http://www.sentia.org/projects/ftpsesame/ * Remove expired port ftp/ftpsearchgarga2006-02-151-1/+0 | * Remove expired port ftp/ftp4allgarga2006-02-151-1/+0 | * Populate newly create net-p2p category with these ports:pav2006-01-311-1/+0 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 * SmbFTPD is a FTP daemon modified from the FTP daemon of FreeBSD 5.4. esidespav2006-01-241-0/+1 | | | | | | | | | | | keep original FreeBSD ftpd features, it enhances the user permission control, integrate configuration files, and more useful features. SmbFTPD also support SSL/TLS encryption. WWW: http://www.twbsd.org/enu/smbftpd/index.php PR: ports/92181 Submitted by: Jui-Nan Lin <jnlin@csie.nctu.edu.tw> * Add gnusget 0.5.1, shell-extension for wget, which uses download- andgarga2006-01-191-0/+1 | | | | | | | history-file. PR: ports/91982 Submitted by: Ilya A. Otyutskiy <ilya.otyutskiy@gmail.com> * - Remove expired portspav2006-01-151-1/+0 | * Move pftpx from missed dir pfptx.anray2005-12-261-1/+0 | | | | Approved by: sem(mentor) * Move pftpx from missed dir pfptx.anray2005-12-261-0/+1 | | | | Approved by: sem(mentor) * Added pftpx, much enhanced ftp proxy for pf that supports most ftp protocols.anray2005-12-251-0/+1 | | | | | | PR: ports/90868 Submitted by: thompsa Approved by: sem(mentor) * Remove the sftp port as it is no longer supported by its author.cy2005-12-21