Index: head/net-p2p/Makefile =================================================================== --- head/net-p2p/Makefile (revision 172508) +++ head/net-p2p/Makefile (revision 172509) @@ -1,123 +1,124 @@ # $FreeBSD$ # COMMENT = peer-to-peer network applications SUBDIR += amule1 SUBDIR += amule2 SUBDIR += apollon SUBDIR += azureus SUBDIR += bnbt SUBDIR += btpeer SUBDIR += btqueue SUBDIR += cdonkey SUBDIR += ctorrent SUBDIR += dcd SUBDIR += dclib SUBDIR += dclibc SUBDIR += dctc SUBDIR += dctc-gui SUBDIR += dctc-gui-qt SUBDIR += edonkey-gui-gtk SUBDIR += edonkey-gui-gtk-urlslave SUBDIR += edonkey-tool-hash SUBDIR += ed2k SUBDIR += fcptools SUBDIR += fidelio SUBDIR += freenet SUBDIR += frost SUBDIR += gift SUBDIR += giftcurs SUBDIR += giftoxic SUBDIR += giftui SUBDIR += gift-fasttrack SUBDIR += gift-gnutella SUBDIR += gift-openft SUBDIR += gkrellm-gift SUBDIR += gkremldk SUBDIR += gnewtellium SUBDIR += gnome-btdownload SUBDIR += gnunet SUBDIR += gtkhx SUBDIR += gtk-gnutella SUBDIR += gtorrentviewer SUBDIR += hagelslag SUBDIR += hx SUBDIR += i2p SUBDIR += javadc SUBDIR += jigdo SUBDIR += kmldonkey SUBDIR += ktorrent SUBDIR += ktorrent-devel SUBDIR += libbt SUBDIR += liberator SUBDIR += libfreenet SUBDIR += libpdtp SUBDIR += libtorrent SUBDIR += libtorrent-devel SUBDIR += limewire SUBDIR += linux-agsatellite SUBDIR += linux-edonkey-core SUBDIR += linux-edonkey-server SUBDIR += linux-edonkey-tool-recovermet SUBDIR += linux-jigdo SUBDIR += linux-overnet-core SUBDIR += linuxdcpp + SUBDIR += microdc SUBDIR += minder SUBDIR += mldonkey SUBDIR += mldonkey-core SUBDIR += mldonkey-core-devel SUBDIR += mldonkey-devel SUBDIR += mldonkey-gui SUBDIR += mldonkey-gui-devel SUBDIR += mldonkey-perlreactor SUBDIR += mldonkey-sancho SUBDIR += mldonkey-serverspy SUBDIR += mldonkey-urlslave SUBDIR += museekplus SUBDIR += mutella SUBDIR += moodriver SUBDIR += mooseekd SUBDIR += mute-net SUBDIR += mute-net-gui SUBDIR += mute-net-text SUBDIR += napshare SUBDIR += nicotine SUBDIR += opendchub SUBDIR += opennap SUBDIR += peercast SUBDIR += phex SUBDIR += py-vertex SUBDIR += pyslsk SUBDIR += py-bittornado SUBDIR += py-bittornado-core SUBDIR += py-bittorrent SUBDIR += py-bittorrent-core SUBDIR += py-bittorrent-core-devel SUBDIR += py-bittorrent-devel SUBDIR += py-fngrab SUBDIR += py-kenosis SUBDIR += py-kenosis-bittorrent SUBDIR += py-py2play SUBDIR += p5-Net-BitTorrent-File SUBDIR += p5-Net-BitTorrent-PeerPacket SUBDIR += p5-WWW-BitTorrent SUBDIR += p5-pdonkey SUBDIR += qtella SUBDIR += qtorrent SUBDIR += rblibtorrent SUBDIR += rtorrent SUBDIR += rtorrent-devel SUBDIR += squall SUBDIR += torrentflux SUBDIR += torrentsniff SUBDIR += trackerbt SUBDIR += transmission SUBDIR += transmission-gtk2 SUBDIR += valknut SUBDIR += verlihub SUBDIR += verlihub-plugins SUBDIR += xmule SUBDIR += xnap .include Property changes on: head/net-p2p/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.18 \ No newline at end of property +1.19 \ No newline at end of property Index: head/net-p2p/microdc/Makefile =================================================================== --- head/net-p2p/microdc/Makefile (nonexistent) +++ head/net-p2p/microdc/Makefile (revision 172509) @@ -0,0 +1,41 @@ +# New ports collection makefile for: microdc +# Date created: 2006-08-11 +# Whom: Pankov Pavel +# +# $FreeBSD$ +# + +PORTNAME= microdc +PORTVERSION= 0.11.0 +CATEGORIES= net-p2p +MASTER_SITES= ${MASTER_SITE_SAVANNAH} +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= pankov_p@mail.ru +COMMENT= A command-line based Direct Connect client + +USE_GCC= 3.2+ +GNU_CONFIGURE= yes +USE_ICONV= yes + +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib +CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" + +.if !defined(WITHOUT_NLS) +USE_GETTEXT= yes +PLIST_SUB+= NLS="" +.else +CONFIGURE_ARGS+= --disable-nls +PLIST_SUB+= NLS="@comment " +.endif + +MAN1= ${PORTNAME}.1 +MANLANG= "" pl + +post-install: + @${MKDIR} ${MAN1PREFIX}/man/pl + @${MKDIR} ${MAN1PREFIX}/man/pl/man1 + @${MV} ${MAN1PREFIX}/man/man1/${PORTNAME}.pl.1 ${MAN1PREFIX}/man/pl/man1/${PORTNAME}.1 + +.include Property changes on: head/net-p2p/microdc/Makefile ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Index: head/net-p2p/microdc/distinfo =================================================================== --- head/net-p2p/microdc/distinfo (nonexistent) +++ head/net-p2p/microdc/distinfo (revision 172509) @@ -0,0 +1,3 @@ +MD5 (microdc-0.11.0.tar.gz) = 2481e31495f7e809ea3fe7c460862b63 +SHA256 (microdc-0.11.0.tar.gz) = 57e12a6cfdf1feb5c526f4bfc9b250bb25c652e1ed81db28c9db1ab64af67b7e +SIZE (microdc-0.11.0.tar.gz) = 517879 Property changes on: head/net-p2p/microdc/distinfo ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/net-p2p/microdc/files/patch-filelist-in.c =================================================================== --- head/net-p2p/microdc/files/patch-filelist-in.c (nonexistent) +++ head/net-p2p/microdc/files/patch-filelist-in.c (revision 172509) @@ -0,0 +1,10 @@ +--- src/filelist-in.c-orig Wed Sep 21 23:28:10 2005 ++++ src/filelist-in.c Fri Aug 11 23:21:51 2006 +@@ -20,6 +20,7 @@ + #include + #include + #include ++#include + #include + #include "gettext.h" /* Gnulib/GNU gettext */ + #define _(s) gettext(s) Property changes on: head/net-p2p/microdc/files/patch-filelist-in.c ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/net-p2p/microdc/pkg-descr =================================================================== --- head/net-p2p/microdc/pkg-descr (nonexistent) +++ head/net-p2p/microdc/pkg-descr (revision 172509) @@ -0,0 +1,7 @@ +microdc is a command-line based Direct Connect client that uses the +GNU Readline library for user interaction. It was developed from +ground up and does not depend on any other program. Despite the +command-line user interface, microdc was designed to be user +friendly and simple to use. + +WWW: http://www.nongnu.org/microdc/ Property changes on: head/net-p2p/microdc/pkg-descr ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/net-p2p/microdc/pkg-plist =================================================================== --- head/net-p2p/microdc/pkg-plist (nonexistent) +++ head/net-p2p/microdc/pkg-plist (revision 172509) @@ -0,0 +1,3 @@ +bin/microdc +%%NLS%%share/locale/pl/LC_MESSAGES/microdc.mo +%%NLS%%share/locale/sv/LC_MESSAGES/microdc.mo Property changes on: head/net-p2p/microdc/pkg-plist ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property