mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
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://corsair626.no-ip.org/microdc/ PR: ports/106207 Submitted by: Pankov Pavel <pankov_p at mail.ru>
This commit is contained in:
parent
3973017dbc
commit
a8d7b6b38e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=178773
6 changed files with 63 additions and 0 deletions
|
@ -63,6 +63,7 @@
|
|||
SUBDIR += linux-jigdo
|
||||
SUBDIR += linuxdcpp
|
||||
SUBDIR += microdc
|
||||
SUBDIR += microdc2
|
||||
SUBDIR += minder
|
||||
SUBDIR += mldonkey
|
||||
SUBDIR += mldonkey-core
|
||||
|
|
35
net-p2p/microdc2/Makefile
Normal file
35
net-p2p/microdc2/Makefile
Normal file
|
@ -0,0 +1,35 @@
|
|||
# New ports collection makefile for: microdc
|
||||
# Date created: 2006-12-02
|
||||
# Whom: Pankov Pavel <pankov_p@mail.ru>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= microdc2
|
||||
PORTVERSION= 0.15.3
|
||||
CATEGORIES= net-p2p
|
||||
MASTER_SITES= http://corsair626.no-ip.org/microdc/
|
||||
|
||||
MAINTAINER= pankov_p@mail.ru
|
||||
COMMENT= A command-line based Direct Connect client
|
||||
|
||||
USE_GCC= 3.4+
|
||||
GNU_CONFIGURE= yes
|
||||
USE_ICONV= yes
|
||||
USE_GNOME= libxml2
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 500000
|
||||
BROKEN= doesn't compile on FreeBSD 4.x
|
||||
.endif
|
||||
|
||||
.if !defined(WITHOUT_NLS)
|
||||
USE_GETTEXT= yes
|
||||
PLIST_SUB+= NLS=""
|
||||
.else
|
||||
CONFIGURE_ARGS+= --disable-nls
|
||||
PLIST_SUB+= NLS="@comment "
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
3
net-p2p/microdc2/distinfo
Normal file
3
net-p2p/microdc2/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (microdc2-0.15.3.tar.gz) = 8572bc05acb61b98227947c5ff7499c1
|
||||
SHA256 (microdc2-0.15.3.tar.gz) = 705e8d2ad101900d4b35bc98becc7eae9f845407658757ade79489f70009aa64
|
||||
SIZE (microdc2-0.15.3.tar.gz) = 638132
|
11
net-p2p/microdc2/files/patch-no-man
Normal file
11
net-p2p/microdc2/files/patch-no-man
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- src/Makefile.in.orig Wed Nov 29 21:15:24 2006
|
||||
+++ src/Makefile.in Sun Dec 3 14:11:19 2006
|
||||
@@ -695,7 +695,7 @@
|
||||
|
||||
install-info: install-info-recursive
|
||||
|
||||
-install-man: install-man1
|
||||
+install-man:
|
||||
|
||||
installcheck-am:
|
||||
|
7
net-p2p/microdc2/pkg-descr
Normal file
7
net-p2p/microdc2/pkg-descr
Normal file
|
@ -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://corsair626.no-ip.org/microdc/
|
6
net-p2p/microdc2/pkg-plist
Normal file
6
net-p2p/microdc2/pkg-plist
Normal file
|
@ -0,0 +1,6 @@
|
|||
bin/microdc2
|
||||
bin/tthsum
|
||||
%%NLS%%share/locale/pl/LC_MESSAGES/microdc2.mo
|
||||
%%NLS%%share/locale/sv/LC_MESSAGES/microdc2.mo
|
||||
%%NLS%%@dirrmtry share/locale/pl/LC_MESSAGES
|
||||
%%NLS%%@dirrmtry share/locale/pl
|
Loading…
Add table
Reference in a new issue