Index: head/mail/akpop3d/Makefile =================================================================== --- head/mail/akpop3d/Makefile (revision 516886) +++ head/mail/akpop3d/Makefile (revision 516887) @@ -1,31 +1,33 @@ # Created by: Kirill Ponomarew # $FreeBSD$ PORTNAME= akpop3d PORTVERSION= 0.7.7 CATEGORIES= mail MASTER_SITES= http://www.synflood.at/akpop3d/ MAINTAINER= ports@FreeBSD.org COMMENT= POP3 daemon aimed to be small and secure +BROKEN= unfetchable + LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING USES= tar:bzip2 GNU_CONFIGURE= yes PLIST_FILES= bin/akpop3d man/man8/akpop3d.8.gz OPTIONS_DEFINE= SSL SSL_USES= ssl SSL_CONFIGURE_WITH= openssl=${OPENSSLBASE} SSL_CPPFLAGS= -I${OPENSSLBASE}/include SSL_LDFLAGS= -L${OPENSSLBASE}/lib do-install: ${INSTALL_PROGRAM} ${WRKSRC}/akpop3d ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/akpop3d.8 ${STAGEDIR}${MANPREFIX}/man/man8 .include Index: head/mail/chk4mail/Makefile =================================================================== --- head/mail/chk4mail/Makefile (revision 516886) +++ head/mail/chk4mail/Makefile (revision 516887) @@ -1,18 +1,20 @@ # $FreeBSD$ PORTNAME= chk4mail PORTVERSION= 2.28 CATEGORIES= mail MASTER_SITES= ftp://ftp.stack.nl/pub/users/johans/chk4mail/ \ ftp://mud.stack.nl/pub/chk4mail/ MAINTAINER= ports@FreeBSD.org COMMENT= Quickly check multiple folders for new email +BROKEN= unfetchable + PLIST_FILES= bin/chk4mail bin/chkimap \ man/man1/chk4mail.1.gz man/man1/chkimap.1.gz GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-imap .include Index: head/mail/cyrus-imapd23/Makefile =================================================================== --- head/mail/cyrus-imapd23/Makefile (revision 516886) +++ head/mail/cyrus-imapd23/Makefile (revision 516887) @@ -1,189 +1,191 @@ # $FreeBSD$ PORTNAME= cyrus-imapd PORTVERSION= 2.3.20 PORTREVISION= 2 CATEGORIES= mail MASTER_SITES= ftp://ftp.cyrusimap.org/cyrus-imapd/ PKGNAMESUFFIX= 23 MAINTAINER= ume@FreeBSD.org COMMENT= Cyrus mail server, supporting POP3 and IMAP4 protocols +BROKEN= unfetchable + LICENSE= BSD4CLAUSE LICENSE_FILE= ${WRKSRC}/COPYRIGHT LIB_DEPENDS= libsasl2.so:security/cyrus-sasl2 \ libpcre.so:devel/pcre CONFLICTS_INSTALL= cyrus-imapd-2.[^3].* cyrus-imapd2[^3]-2.[^3].* \ cyrus-imapd3* USE_RC_SUBR= imapd USES= cpe perl5 ssl GNU_CONFIGURE= yes CYRUS_PREFIX= ${PREFIX}/cyrus CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc \ --with-cyrus-prefix=${CYRUS_PREFIX} \ --with-cyrus-user=${CYRUS_USER} \ --with-cyrus-group=${CYRUS_GROUP} \ --with-sasl=${LOCALBASE} \ --with-bdb=${BDB_LIB_NAME} \ --with-com_err \ --with-openssl=${OPENSSLBASE} \ --with-perl=${PERL} CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib MAKE_JOBS_UNSAFE= yes CPE_VENDOR= cmu CPE_PRODUCT= cyrus_imap_server OPTIONS_DEFINE= AUTOCREATE AUTOSIEVE BDB IDLED \ LDAP_PTLOADER LISTEXT MURDER MYSQL \ NETSCAPEHACK NNTP PGSQL REPLICATION SNMP_5 \ SQLITE DOCS EXAMPLES OPTIONS_DEFAULT= BDB OPTIONS_SUB= yes AUTOCREATE_DESC= Use autocreate INBOX patch (UoA) AUTOSIEVE_DESC= Use autosievefolder patch (UoA) BDB_USES= bdb BDB_CONFIGURE_ON= --with-bdb-incdir=${BDB_INCLUDE_DIR} \ --with-bdb-libdir=${LOCALBASE}/lib IDLED_DESC= Enable IMAP idled support IDLED_CONFIGURE_ENABLE= idled LDAP_PTLOADER_DESC= Enable LDAP ptloader LDAP_PTLOADER_USE= OPENLDAP=yes LDAP_PTLOADER_CONFIGURE_ON=--with-ldap=${LOCALBASE} LISTEXT_DESC= Enable IMAP List extensions LISTEXT_CONFIGURE_ENABLE=listext MURDER_DESC= Enable IMAP Murder support MURDER_CONFIGURE_ENABLE=murder MURDER_MAKE_ENV= PTHREAD_LIBS="-lpthread" MYSQL_USES= mysql MYSQL_CONFIGURE_ON= --with-mysql=yes \ --with-mysql-libdir=${LOCALBASE}/lib/mysql \ --with-mysql-incdir=${LOCALBASE}/include/mysql NETSCAPEHACK_DESC= Enable X-NETSCAPE extensions NETSCAPEHACK_CONFIGURE_ENABLE=netscapehack NNTP_DESC= Enable NNTP support NNTP_CONFIGURE_ENABLE= nntp PGSQL_DESC= Enable PostgreSQL backend (experimental) PGSQL_USES= pgsql PGSQL_CONFIGURE_ON= --with-pgsql=${LOCALBASE} REPLICATION_DESC= Enable replication REPLICATION_CONFIGURE_ENABLE=replication SNMP_5_DESC= Enable SNMP support SNMP_5_LIB_DEPENDS= libnetsnmp.so:net-mgmt/net-snmp SNMP_5_CONFIGURE_ON= --with-snmp=${LOCALBASE} SNMP_5_CONFIGURE_OFF= --with-snmp=no SQLITE_DESC= Enable SQLite backend (experimental) SQLITE_USES= sqlite SQLITE_CONFIGURE_ON= --with-sqlite=${LOCALBASE} # Autocreate Inbox and Autosieve patches from UoA # WWW: http://email.uoa.gr/projects/cyrus/ AUTOCREATE_VERSION= 0.10-0 AUTOCREATE_PATCH_SITES= http://email.uoa.gr/download/cyrus/${PORTNAME}-2.3.16/:autocreate AUTOCREATE_PATCHFILES= ${PORTNAME}-2.3.16-autocreate-${AUTOCREATE_VERSION}.diff:autocreate AUTOSIEVE_VERSION= 0.6.0 AUTOSIEVE_PATCH_SITES= http://email.uoa.gr/download/cyrus/${PORTNAME}-2.3.16/:autosieve AUTOSIEVE_PATCHFILES= ${PORTNAME}-2.3.16-autosieve-${AUTOSIEVE_VERSION}.diff AUTOSIEVE_BROKEN= Not buildable with autosieve patch MANDIRS= ${CYRUS_PREFIX}/man PORTDOCS= * SUB_FILES= pkg-message pkg-install pkg-deinstall cyrus-imapd-man.conf SUB_LIST= CYRUS_USER=${CYRUS_USER} CYRUS_GROUP=${CYRUS_GROUP} CYRUS_USER?= cyrus CYRUS_GROUP?= cyrus MAN_MAN1= imtest installsieve lmtptest mupdatetest nntptest pop3test \ sieveshell sivtest smtptest MAN_MAN3= imclient MAN_MAN5= cyrus.conf imapd.conf krb.equiv CYRUS_MAN8= arbitron chk_cyrus ctl_cyrusdb ctl_deliver ctl_mboxlist \ cvt_cyrusdb cyr_dbtool cyr_df cyr_expire cyr_synclog deliver \ fetchnews fud idled imapd ipurge lmtpd make_md5 make_sha1 \ master mbexamine mbpath nntpd notifyd pop3d quota reconstruct \ rmnews smmapd squatter sync_client sync_reset sync_server \ syncnews timsieved tls_prune unexpunge CYRUS_PERL_MAN1=cyradm CYRUS_PERL_MAN3=Cyrus::IMAP Cyrus::IMAP::Admin Cyrus::IMAP::IMSP \ Cyrus::IMAP::Shell Cyrus::SIEVE::managesieve CONFS= cmu-backend.conf cmu-frontend.conf normal.conf prefork.conf \ small.conf .include .if ${PORT_OPTIONS:MBDB} INVALID_BDB_VER=2 .else BDB_LIB_NAME= no .endif .if !exists(/usr/lib/libkrb5.a) CONFIGURE_ARGS+=--disable-gssapi .endif post-patch: @${REINPLACE_CMD} -e "s|/etc/|${PREFIX}/etc/|" \ -e "s|%%CYRUS_USER%%|${CYRUS_USER}|g" \ -e "s|%%CYRUS_GROUP%%|${CYRUS_GROUP}|g" \ ${WRKSRC}/tools/mkimap @${REINPLACE_CMD} -e "s|/etc/|${PREFIX}/etc/|g" \ -e "s|/usr/sieve|/var/imap/sieve|g" \ ${WRKSRC}/tools/masssievec post-install: ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${FILESDIR}/imapd.conf \ ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/master/conf/normal.conf \ ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_SCRIPT} ${WRKSRC}/tools/mkimap \ ${STAGEDIR}${CYRUS_PREFIX}/bin/mkimap ${INSTALL_SCRIPT} ${WRKSRC}/tools/masssievec \ ${STAGEDIR}${CYRUS_PREFIX}/bin/masssievec ${INSTALL_DATA} ${WRKDIR}/cyrus-imapd-man.conf \ ${STAGEDIR}${PREFIX}/etc/man.d/cyrus-imapd.conf .for s in 1 3 5 . for m in ${MAN_MAN${s}} @${ECHO_CMD} man/man${s}/${m}.${s}.gz >> ${TMPPLIST} . endfor .endfor .for s in 1 3 . for m in ${CYRUS_PERL_MAN${s}} @${ECHO_CMD} ${SITE_MAN${s}}/${m}.${s}.gz >> ${TMPPLIST} . endfor .endfor .for m in ${CYRUS_MAN8} @${ECHO_CMD} ${CYRUS_PREFIX}/man/man8/${m}.8.gz >> ${TMPPLIST} .endfor post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} \ "! ( -name Makefile.dist -o -name Makefile \ -o -name .cvsignore -o -name htmlstrip.c )" # There are already files in EXAMPLESDIR at that point, so no # need to create it. post-install-EXAMPLES-on: .for f in ${CONFS:Nnormal.conf} ${INSTALL_DATA} ${WRKSRC}/master/conf/${f} \ ${STAGEDIR}${EXAMPLESDIR} @${ECHO_CMD} ${EXAMPLESDIR:S,^${PREFIX}/,,}/${f} >>${TMPPLIST} .endfor .include Index: head/mail/dbmail/Makefile =================================================================== --- head/mail/dbmail/Makefile (revision 516886) +++ head/mail/dbmail/Makefile (revision 516887) @@ -1,72 +1,74 @@ # Created by: Clement Laforet # $FreeBSD$ PORTNAME= dbmail PORTVERSION= 3.2.3 PORTREVISION= 6 CATEGORIES= mail MASTER_SITES= http://git.dbmail.eu/paul/dbmail/snapshot/ \ http://www.dbmail.org/download/3.2/ MAINTAINER= bofh@FreeBSD.org COMMENT= SQL database-based mail system (POP3 and IMAP) +BROKEN= unfetchable + LICENSE= GPLv2 LIB_DEPENDS= libgmime-2.6.so:mail/gmime26 \ libzdb.so:databases/libzdb \ libmhash.so:security/mhash \ libevent.so:devel/libevent BUILD_DEPENDS= asciidoc:textproc/asciidoc \ xmlto:textproc/xmlto \ docbook-sgml>0:textproc/docbook-sgml CONFLICTS= dbmail22-[0-9]* OPTIONS_DEFINE= DOCS LDAP SIEVE OPTIONS_DEFAULT= SIEVE SIEVE_DESC= Sieve mail sorting language support OPTIONS_SUB= yes INSTALL_TARGET= install-strip USES= autoreconf gmake libtool pkgconfig shebangfix ssl tar:bzip2 USE_LDCONFIG= ${PREFIX}/lib/dbmail USE_RC_SUBR= dbmail-pop3d dbmail-lmtpd dbmail-imapd dbmail-timsieved GNU_CONFIGURE= yes SHEBANG_FILES= man/fixsp.pl CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS+= --with-zdb=${LOCALBASE} --sysconfdir=${LOCALBASE}/etc --enable-manpages MAKE_ARGS+= mandir=${MANPREFIX}/man DOCS= AUTHORS BUGS INSTALL THANKS UPGRADING SIEVE_CONFIGURE_WITH= sieve SIEVE_LIB_DEPENDS= libsieve.so:mail/libsieve LDAP_CONFIGURE_WITH= ldap LDAP_USE= OPENLDAP=yes DBMAIL_USER?= mailnull DBMAIL_GROUP?= mail PIDDIR?= /var/run/dbmail PLIST_SUB+= DBMAIL_USER="${DBMAIL_USER}" \ DBMAIL_GROUP="${DBMAIL_GROUP}" \ PIDDIR="${PIDDIR}" post-install: ${INSTALL_DATA} ${WRKSRC}/dbmail.conf ${STAGEDIR}${PREFIX}/etc/dbmail.conf.sample @${MKDIR} ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${WRKSRC}/dbmail.schema ${STAGEDIR}${DATADIR} (cd ${WRKSRC}/sql && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}) @${MKDIR} ${STAGEDIR}${PIDDIR} @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${DOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}) .include Index: head/mail/fetchmailconf/Makefile =================================================================== --- head/mail/fetchmailconf/Makefile (revision 516886) +++ head/mail/fetchmailconf/Makefile (revision 516887) @@ -1,35 +1,37 @@ # $FreeBSD$ PORTNAME= fetchmailconf DISTNAME= fetchmail-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX} MAINTAINER= chalpin@cs.wisc.edu COMMENT= Python-based GUI to configure fetchmail +BROKEN= unfetchable + LICENSE= GPLv2 LGPL21 LICENSE_COMB= dual RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tkinter>=0:x11-toolkits/py-tkinter@${PY_FLAVOR} \ fetchmail>=${PORTVERSION}:mail/fetchmail USES= python:2.7 shebangfix tar:xz FILESDIR= ${.CURDIR}/files SUB_FILES= fetchmailconf SUB_LIST= PYTHON_CMD=${PYTHON_CMD} PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR} PLIST= ${.CURDIR}/pkg-plist NO_ARCH= yes GNU_CONFIGURE= yes TARGET= fetchmailconf INSTALL_TARGET= install-data-am install-nodist_binSCRIPTS install-man post-install: ${INSTALL_SCRIPT} ${WRKDIR}/fetchmailconf ${STAGEDIR}${PREFIX}/bin ${RM} ${STAGEDIR}${PREFIX}/man/man1/fetchmail.1* MASTERDIR= ${.CURDIR}/../fetchmail .include "${MASTERDIR}/Makefile" Index: head/mail/librfc822/Makefile =================================================================== --- head/mail/librfc822/Makefile (revision 516886) +++ head/mail/librfc822/Makefile (revision 516887) @@ -1,25 +1,27 @@ # Created by: ijliao # $FreeBSD$ PORTNAME= librfc822 PORTVERSION= 1.2 CATEGORIES= mail devel MASTER_SITES= http://cryp.to/librfc2822/ MAINTAINER= ismail@EnderUNIX.org COMMENT= Complete parser for RFC822 addresses +BROKEN= unfetchable + GNU_CONFIGURE= yes PORTDOCS= user-manual.html PLIST_FILES= include/rfc822.hpp lib/librfc822.a OPTIONS_DEFINE= DOCS do-install: ${INSTALL_DATA} ${WRKSRC}/rfc822.hpp ${STAGEDIR}${PREFIX}/include ${INSTALL_DATA} ${WRKSRC}/librfc822.a ${STAGEDIR}${PREFIX}/lib @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR} .include Index: head/mail/mailmgr/Makefile =================================================================== --- head/mail/mailmgr/Makefile (revision 516886) +++ head/mail/mailmgr/Makefile (revision 516887) @@ -1,21 +1,23 @@ # Created by: Hsin-Hsiung Chang # $FreeBSD$ PORTNAME= mailmgr PORTVERSION= 1.2.3 CATEGORIES= mail MASTER_SITES= http://sarg.sourceforge.net/ MAINTAINER= sexbear@tmu.edu.tw COMMENT= Sendmail Analysis Report Generator +BROKEN= unfetchable + GNU_CONFIGURE= yes SUB_FILES= pkg-message do-install: ${INSTALL_PROGRAM} ${WRKSRC}/mailmgr ${STAGEDIR}${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/mailmgr.conf \ ${STAGEDIR}${PREFIX}/etc/mailmgr.conf.sample .include Index: head/mail/milter-skem/Makefile =================================================================== --- head/mail/milter-skem/Makefile (revision 516886) +++ head/mail/milter-skem/Makefile (revision 516887) @@ -1,43 +1,45 @@ # Created by: Mikhail Teterin # $FreeBSD$ PORTNAME= skem PORTVERSION= 1.0.2 PORTREVISION= 2 CATEGORIES= mail MASTER_SITES= http://virtual-estates.net/skem/ MAINTAINER= mi@aldan.algebra.com COMMENT= Cache earlier sendmail's verdicts for the relays +BROKEN= unfetchable + .if !exists( /usr/include/libmilter/mfapi.h ) BUILD_DEPENDS+= ${LOCALBASE}/include/libmilter/mfapi.h:mail/libmilter CFLAGS+= -I${LOCALBASE}/include .endif USES= tar:bzip2 uidfix PLIST_FILES= sbin/skem \ man/man8/skem.8.gz OPTIONS_DEFINE= SKEM_NO_CLEANUP SKEM_NO_LOGWATCHER SKEM_NETINET6 SKEM_NETINET SKEM_NO_CLEANUP_DESC= Omit the auto-cleanup module SKEM_NO_LOGWATCHER_DESC= Omit the log-watching module SKEM_NETINET6_DESC= Support IPv6 addresses (not tested) SKEM_NETINET_DESC= Support IPv4 addresses OPTIONS_DEFAULT= SKEM_NETINET NO_WRKSUBDIR= yes .include .for o in ${PORT_OPTIONS:MSKEM_*} . if ${PORT_OPTIONS:M$o} MAKE_ARGS+= -D$o . endif .endfor post-patch: @${REINPLACE_CMD} -E 's/char[[:blank:]]+c;/int c;/' ${WRKSRC}/milter.c .include Index: head/mail/mreport/Makefile =================================================================== --- head/mail/mreport/Makefile (revision 516886) +++ head/mail/mreport/Makefile (revision 516887) @@ -1,26 +1,28 @@ # Created by: Will Andrews # $FreeBSD$ PORTNAME= mreport PORTVERSION= 0.9 CATEGORIES= mail sysutils MASTER_SITES= http://yenigul.net/mreport/ MAINTAINER= ismail@EnderUNIX.org COMMENT= Sendmail logfile summary tool +BROKEN= unfetchable + ALL_TARGET= ALL PLIST_FILES= sbin/mreport man/man8/mreport.8.gz post-patch: @${REINPLACE_CMD} -e "s/^.TH mreport 1/.TH mreport 8/g; s/^.LO 1/.LO 8/g;" \ ${WRKSRC}/mreport.1 @${REINPLACE_CMD} -E -e "s/^CC.+//g; s|-Wall -c -O2|${CFLAGS} -c|g;" \ ${WRKSRC}/Makefile do-install: ${INSTALL_PROGRAM} ${WRKSRC}/mreport ${STAGEDIR}${PREFIX}/sbin ${INSTALL_MAN} ${WRKSRC}/mreport.1 \ ${STAGEDIR}${MANPREFIX}/man/man8/mreport.8 .include Index: head/mail/msgconvert/Makefile =================================================================== --- head/mail/msgconvert/Makefile (revision 516886) +++ head/mail/msgconvert/Makefile (revision 516887) @@ -1,36 +1,38 @@ # Created by: Franz Klammer # $FreeBSD$ PORTNAME= msgconvert PORTVERSION= 20060330 PORTREVISION= 1 CATEGORIES= mail perl5 MASTER_SITES= http://www.webonaut.com/distfiles/ DISTNAME= ${PORTNAME}-${PORTVERSION}.pl EXTRACT_SUFX= .bz2 MAINTAINER= klammer@webonaut.com COMMENT= Convert .MSG files to multipart MIME messages (mbox) +BROKEN= unfetchable + RUN_DEPENDS= p5-OLE-Storage_Lite>=0:devel/p5-OLE-Storage_Lite \ p5-MIME-Tools>=0:mail/p5-MIME-Tools \ p5-TimeDate>=0:devel/p5-TimeDate NO_BUILD= yes NO_WRKSUBDIR= yes USES= shebangfix perl5 EXTRACT_CMD= ${BZCAT} EXTRACT_BEFORE_ARGS= EXTRACT_AFTER_ARGS= > ${PORTNAME}.pl PLIST_FILES= bin/msgconvert.pl bin/msgconvert SHEBANG_FILES= ${PORTNAME}.pl do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.pl \ ${STAGEDIR}${PREFIX}/bin/${PORTNAME}.pl ${LN} -s ${PORTNAME}.pl ${STAGEDIR}${PREFIX}/bin/${PORTNAME} .include Index: head/mail/nullpop/Makefile =================================================================== --- head/mail/nullpop/Makefile (revision 516886) +++ head/mail/nullpop/Makefile (revision 516887) @@ -1,20 +1,22 @@ # Created by: Pankov Pavel # $FreeBSD$ PORTNAME= nullpop PORTVERSION= 0.3 CATEGORIES= mail MASTER_SITES= http://thewalter.net/stef/software/nullpop/ MAINTAINER= pankov_p@mail.ru COMMENT= POP3 server that allows logins, but never returns any email +BROKEN= unfetchable + LICENSE= GPLv2 GNU_CONFIGURE= yes CONFIGURE_ARGS+=--libexecdir="${PREFIX}/bin" PLIST_FILES= bin/nullpop \ man/man8/nullpop.8.gz .include Index: head/mail/p5-Mail-MailStats/Makefile =================================================================== --- head/mail/p5-Mail-MailStats/Makefile (revision 516886) +++ head/mail/p5-Mail-MailStats/Makefile (revision 516887) @@ -1,20 +1,22 @@ # Created by: will # $FreeBSD$ PORTNAME= MailStats PORTVERSION= 0.02 PORTREVISION= 1 CATEGORIES= mail perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl module to detect newer messages in procmail-generated mailboxes +BROKEN= unfetchable + BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-AppConfig>=0:devel/p5-AppConfig USES= perl5 USE_PERL5= configure .include Index: head/mail/poppassd/Makefile =================================================================== --- head/mail/poppassd/Makefile (revision 516886) +++ head/mail/poppassd/Makefile (revision 516887) @@ -1,26 +1,28 @@ # Created by: Andrew Stevenson based heavily on the changes by Stephen Melvin # $FreeBSD$ PORTNAME= poppassd PORTVERSION= 4.0 PORTREVISION= 3 CATEGORIES= mail MASTER_SITES= ftp://ftp.qualcomm.com/eudora/servers/unix/password/ DISTNAME= pwserve-4 EXTRACT_SUFX= MAINTAINER= tedm@ipinc.net COMMENT= Server to allow users to change their password from within Eudora +BROKEN= unfetchable + EXTRACT_CMD= ${CAT} EXTRACT_BEFORE_ARGS= EXTRACT_AFTER_ARGS= | ${SED} -e '1,16d' | ${SH} WRKSRC= ${WRKDIR}/poppassd ALL_TARGET= poppassd PLIST_FILES= libexec/poppassd man/man8/poppassd.8.gz do-install: ${INSTALL_PROGRAM} ${WRKSRC}/poppassd ${STAGEDIR}${PREFIX}/libexec ${INSTALL_MAN} ${FILESDIR}/poppassd.8 ${STAGEDIR}${MANPREFIX}/man/man8/ .include Index: head/mail/prayer/Makefile =================================================================== --- head/mail/prayer/Makefile (revision 516886) +++ head/mail/prayer/Makefile (revision 516887) @@ -1,110 +1,112 @@ # $FreeBSD$ PORTNAME= prayer PORTVERSION= 1.3.5 PORTREVISION= 4 CATEGORIES= mail www MASTER_SITES= ftp://ftp.csx.cam.ac.uk/pub/software/email/prayer/ MAINTAINER= koue@chaosophia.net COMMENT= Prayer Webmail System +BROKEN= unfetchable + LICENSE= GPLv2 LIB_DEPENDS= libc-client4.so:mail/cclient USES= iconv shebangfix gmake perl5 uidfix USE_PERL5= build SHEBANG_FILES= utils/ucsnews.pl \ templates/old/make_olist.pl \ templates/src/*.pl PORTDOCS= ACCOUNTD CMD_LINE DESIGN DONE DONE-OLD FEATURES ICONLIST \ INSTALL LOGS NOTICE README ROADMAP SECURITY TODO USE_RC_SUBR= prayer OPTIONS_DEFINE= SESSIONCACHE TIDY SSL LDAP DOCS OPTIONS_DEFAULT= SESSIONCACHE TIDY SSL LDAP SESSIONCACHE_DESC= Activate Session Cache USERS= _prayer GROUPS= prayer SESSIONCACHE_USES= bdb:5+ LDAP_USE= OPENLDAP=yes SSL_USES= ssl TIDY_LIB_DEPENDS= libtidy.so:www/tidy-lib GID!= id -g DESTDIRNAME= BROOT MAKE_ARGS+= RW_USER="${UID}" RW_GROUP="${GID}" RO_GROUP="${GID}" RO_USER="${UID}" \ CCLIENT_INCLUDE="-I${LOCALBASE}/include/c-client" \ CCLIENT_LIBS="-L${LOCALBASE}/lib -lc-client4" \ CC="${CC}" \ CPPFLAGS="${CFLAGS} -I${ICONV_PREFIX}/include" \ LDFLAGS="-L${ICONV_PREFIX}/lib" \ PREFIX="${PREFIX}/prayer" \ BIN_DIR="${PREFIX}/sbin" \ PRAYER_CONFIG_FILE="${ETCDIR}/prayer.cf" \ ACCOUNTD_CONFIG_FILE="${ETCDIR}/accountd.cf" .include .if ${PORT_OPTIONS:MLDAP_ENABLE} MAKE_ARGS+= LDAP_ENABLE=true \ LDAP_INCLUDE="-I${LOCALBASE}/include" \ LDAP_LIBS="-L${LOCALBASE}/lib -lldap" .else MAKE_ARGS+= LDAP_ENABLE=false .endif .if ${PORT_OPTIONS:MTIDY} MAKE_ARGS+= TIDY_ENABLE=true \ TIDY_INCLUDE=-I${LOCALBASE}/include/tidy \ TIDY_LIBS="-L${LOCALBASE}/lib -ltidy" .else MAKE_ARGS+= TIDY_ENABLE=false .endif .if ${PORT_OPTIONS:MSSL} MAKE_ARGS+= CCLIENT_SSL_ENABLE=true \ SSL_ENABLE=true \ INCLUDES=-I${OPENSSLINC} \ LDFLAGS="${LDFLAGS} -L${OPENSSLLIB}" .else MAKE_ARGS+= CCLIENT_SSL_ENABLE=false \ SSL_ENABLE=false .endif .if ${PORT_OPTIONS:MSESSIONCACHE} MAKE_ARGS+= SESSION_CACHE_ENABLE=true \ DB_INCLUDE=-I${BDB_INCLUDE_DIR} \ DB_LIBS="-L${BDB_LIB_DIR} -l${BDB_LIB_NAME}" .else MAKE_ARGS+= SESSION_CACHE_ENABLE=false .endif pre-patch: @${CP} ${WRKSRC}/defaults/Config ${WRKSRC}/Config post-patch: # correct chroot @${REINPLACE_CMD} "s#\"/chroot/prayer\"#config->var_prefix#" ${WRKSRC}/servers/prayer_chroot.c # change the user in the default config and cylog util @${REINPLACE_CMD} "s#prayer_user = \"prayer\"#prayer_user = \"_prayer\"#" ${WRKSRC}/files/etc/prayer.cf.SRC @${REINPLACE_CMD} "s#\"prayer\" \"prayer\"#\"_prayer\" \"prayer\"#" ${WRKSRC}/utils/prayer-cyclog.SRC @${REINPLACE_CMD} "s,-lutil,-lutil ${ICONV_LIB}," ${WRKSRC}/Config pre-install: @${MKDIR} ${STAGEDIR}${PREFIX}/etc/prayer \ ${STAGEDIR}${PREFIX}/prayer post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} @cd ${WRKSRC}/docs && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} @${MKDIR} ${STAGEDIR}/var/spool/prayer .include Index: head/mail/py-cyruslib/Makefile =================================================================== --- head/mail/py-cyruslib/Makefile (revision 516886) +++ head/mail/py-cyruslib/Makefile (revision 516887) @@ -1,30 +1,32 @@ # Created by: Dmitriy Kirhlarov # $FreeBSD$ PORTNAME= cyruslib PORTVERSION= 0.5 CATEGORIES= mail net python MASTER_SITES= http://oss.netfarm.it/download/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= ${PORTNAME}.py EXTRACT_SUFX= MAINTAINER= dimma@higis.ru COMMENT= Cyrus imapd library for Python +BROKEN= unfetchable + NO_BUILD= yes NO_WRKSUBDIR= yes USES= python USE_PYTHON= pythonprefix BINMODE= 644 PLIST_FILES= %%PYTHON_SITELIBDIR%%/${DISTNAME} do-extract: ${CP} ${DISTDIR}/${DISTNAME} ${WRKSRC}/${DISTNAME} do-install: @${MKDIR} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} ${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/ .include Index: head/mail/pysieved/Makefile =================================================================== --- head/mail/pysieved/Makefile (revision 516886) +++ head/mail/pysieved/Makefile (revision 516887) @@ -1,52 +1,54 @@ # Created by: Denis Shaposhnikov # $FreeBSD$ PORTNAME= pysieved PORTVERSION= 1.0 PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= mail python MASTER_SITES= http://ports.internal.vlink.ru/distfiles/ MAINTAINER= dsh@wizard.volgograd.ru COMMENT= Python Managesieve Server +BROKEN= unfetchable + LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING USES= python:2.7 tar:bzip2 USE_RC_SUBR= ${PORTNAME} NO_ARCH= yes PORTEXAMPLES= pysieved.xinetd SUB_LIST= PORTNAME=${PORTNAME} PYTHON_CMD=${PYTHON_CMD} PORTDOCS= COPYING README README.Dovecot THANKS OPTIONS_DEFINE= DOCS EXAMPLES post-patch: ${REINPLACE_CMD} \ 's!/usr/bin/env python!${PYTHON_CMD}!' \ ${WRKSRC}/pysieved.py do-build: ${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py \ -d ${PREFIX}/lib/${PORTNAME} ${WRKSRC} do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/lib/${PORTNAME} (cd ${WRKSRC} && \ ${COPYTREE_SHARE} "*.py *.pyc plugins" ${STAGEDIR}${PREFIX}/lib/${PORTNAME}) ${CHMOD} ${BINMODE} ${STAGEDIR}${PREFIX}/lib/${PORTNAME}/${PORTNAME}.py ${INSTALL_DATA} ${WRKSRC}/pysieved.ini \ ${STAGEDIR}${PREFIX}/etc/pysieved.ini.sample @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} (cd ${WRKSRC}/contrib && \ ${COPYTREE_SHARE} "${PORTEXAMPLES}" ${STAGEDIR}${EXAMPLESDIR}) @${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC} && ${COPYTREE_SHARE} "${PORTDOCS}" ${STAGEDIR}${DOCSDIR}) .include Index: head/mail/qmail-auditor/Makefile =================================================================== --- head/mail/qmail-auditor/Makefile (revision 516886) +++ head/mail/qmail-auditor/Makefile (revision 516887) @@ -1,31 +1,33 @@ # Created by: Patrick Tracanelli # $FreeBSD$ PORTNAME= qmail-auditor PORTVERSION= 0.47 PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= http://www6.freebsdbrasil.com.br/~eksffa/l/qmail-auditor/ MAINTAINER= eksffa@freebsdbrasil.com.br COMMENT= Selective e-mail auditing for qmail by means of qmail-queue wrapping +BROKEN= unfetchable + WRKSRC= ${WRKDIR}/${PORTNAME:R} USES= qmail:run GNU_CONFIGURE= yes SUB_FILES= pkg-message SUB_LIST= QMAIL_PREFIX=${QMAIL_PREFIX} OPTIONS_DEFINE= DOCS post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${STAGEDIR}${PREFIX}|g' \ ${WRKSRC}/src/Makefile.in post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} .include Index: head/mail/qmailmrtg7/Makefile =================================================================== --- head/mail/qmailmrtg7/Makefile (revision 516886) +++ head/mail/qmailmrtg7/Makefile (revision 516887) @@ -1,35 +1,37 @@ # Created by: Alex Dupre # $FreeBSD$ PORTNAME= qmailmrtg7 PORTVERSION= 4.2 PORTREVISION= 5 CATEGORIES= mail net-mgmt MASTER_SITES= http://www.inter7.com/qmailmrtg7/ MAINTAINER= ale@FreeBSD.org COMMENT= Program to create mrtg graphs for qmail activity +BROKEN= unfetchable + LICENSE= GPLv2 RUN_DEPENDS= mrtg:net-mgmt/mrtg OPTIONS_DEFINE= DOCS EXAMPLES USES= qmail post-patch: @${REINPLACE_CMD} "s|cc|${CC}|g;s|-s -O|${CFLAGS}|g" ${WRKSRC}/Makefile @${REINPLACE_CMD} "s|/usr/local|${PREFIX}|g;s|/var/qmail|${QMAIL_PREFIX}|g" \ ${WRKSRC}/checkq.c ${WRKSRC}/qmail.mrtg.cfg do-install: ${INSTALL_PROGRAM} ${WRKSRC}/qmailmrtg7 ${STAGEDIR}${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/qmail.mrtg.cfg ${STAGEDIR}${PREFIX}/etc/qmail.mrtg.cfg.sample ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/index.html ${STAGEDIR}${EXAMPLESDIR} ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/INSTALL ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/FAQ ${STAGEDIR}${DOCSDIR} .include Index: head/mail/qmqtool/Makefile =================================================================== --- head/mail/qmqtool/Makefile (revision 516886) +++ head/mail/qmqtool/Makefile (revision 516887) @@ -1,27 +1,29 @@ # Created by: Matthew Will # $FreeBSD$ PORTNAME= qmqtool PORTVERSION= 1.12 CATEGORIES= mail MASTER_SITES= http://jeremy.kister.net/code/qmqtool/ \ http://mirror.spingen.com/qmqtool/ DISTNAME= ${PORTNAME}-current MAINTAINER= mwill@spingen.com COMMENT= Tool to manipulate contents of a qmail queue +BROKEN= unfetchable + WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} NO_BUILD= yes USES= perl5 tar:tgz OPTIONS_DEFINE= DOCS do-install: ${INSTALL_SCRIPT} ${WRKSRC}/qmqtool ${STAGEDIR}${PREFIX}/bin ${MKDIR} ${STAGEDIR}${DOCSDIR} .for FILE in Artistic ChangeLog FAQ README ${INSTALL_DATA} ${WRKSRC}/${FILE} ${STAGEDIR}${DOCSDIR} .endfor .include Index: head/mail/rbl-milter/Makefile =================================================================== --- head/mail/rbl-milter/Makefile (revision 516886) +++ head/mail/rbl-milter/Makefile (revision 516887) @@ -1,24 +1,26 @@ # Created by: wolpert # $FreeBSD$ PORTNAME= rbl-milter PORTVERSION= 0.30 PORTREVISION= 5 CATEGORIES= mail MASTER_SITES= http://opensource.confusticate.com/rbl-milter/ MAINTAINER= dinoex@FreeBSD.org COMMENT= Milter that adds mail header warnings on mail from open-relays +BROKEN= unfetchable + USES= gmake GNU_CONFIGURE= yes USE_RC_SUBR= rblmilter PLIST_FILES= sbin/rbl-milter CONFIGURE_ARGS+= --with-sendmail=${MILTERBASE} \ --with-sendmail-obj=${MILTERBASE}/lib .include "${.CURDIR}/../sendmail/bsd.milter.mk" .include Index: head/mail/rblcheck/Makefile =================================================================== --- head/mail/rblcheck/Makefile (revision 516886) +++ head/mail/rblcheck/Makefile (revision 516887) @@ -1,29 +1,31 @@ # Created by: itojun@itojun.org # $FreeBSD$ PORTNAME= rblcheck PORTVERSION= 1.5 PORTREVISION= 2 CATEGORIES= mail MASTER_SITES= SF MAINTAINER= moro@remus.dti.ne.jp COMMENT= Command-line interface to Paul Vixie's RBL filter +BROKEN= unfetchable + USES= gmake GNU_CONFIGURE= yes CONFIGURE_ARGS+= --prefix=${PREFIX} OPTIONS_DEFINE= DOCS do-install: ${INSTALL_SCRIPT} ${WRKSRC}/rbl ${STAGEDIR}${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/rblcheck ${STAGEDIR}${PREFIX}/bin ${INSTALL_DATA} ${FILESDIR}/rblcheckrc.sample ${STAGEDIR}${PREFIX}/etc @${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in AUTHORS COPYING ChangeLog INSTALL NEWS README ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR} .endfor .include Index: head/mail/relaydb/Makefile =================================================================== --- head/mail/relaydb/Makefile (revision 516886) +++ head/mail/relaydb/Makefile (revision 516887) @@ -1,22 +1,24 @@ # Created by: Matt Jibson # $FreeBSD$ PORTNAME= relaydb PORTVERSION= 1.8 CATEGORIES= mail MASTER_SITES= http://www.benzedrine.cx/ MAINTAINER= m.tsatsenko@gmail.com COMMENT= Spam relay database +BROKEN= unfetchable + PLIST_FILES= bin/relaydb \ man/man8/relaydb.8.gz post-patch: ${REINPLACE_CMD} 's|-Werror|-Wno-error|' ${WRKSRC}/Makefile do-install: ${INSTALL_PROGRAM} ${WRKSRC}/relaydb ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/relaydb.8.gz ${STAGEDIR}${MAN8PREFIX}/man/man8 .include Index: head/mail/rftp/Makefile =================================================================== --- head/mail/rftp/Makefile (revision 516886) +++ head/mail/rftp/Makefile (revision 516887) @@ -1,18 +1,20 @@ # Created by: kline # $FreeBSD$ PORTNAME= rftp PORTVERSION= 1.2 CATEGORIES= mail MASTER_SITES= http://muuz.deadbbs.com/FreeBSD/rftp/ MAINTAINER= kline@thought.org COMMENT= Automatically reconstruct ftpmail- or bitftp-retrieved files +BROKEN= unfetchable + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/rftp ${STAGEDIR}${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/uucat ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/rftp.1 ${STAGEDIR}${PREFIX}/man/man1 ${INSTALL_MAN} ${WRKSRC}/uucat.1 ${STAGEDIR}${PREFIX}/man/man1 .include Index: head/mail/smtp-gated/Makefile =================================================================== --- head/mail/smtp-gated/Makefile (revision 516886) +++ head/mail/smtp-gated/Makefile (revision 516887) @@ -1,37 +1,39 @@ # Created by: msciciel # $FreeBSD$ PORTNAME= smtp-gated PORTVERSION= 1.4.20.0 PORTREVISION= 2 CATEGORIES= mail MASTER_SITES= http://software.klolik.org/smtp-gated/files/ MAINTAINER= danilo@FreeBSD.org COMMENT= Proxy for SMTP sessions with virus and spam scan +BROKEN= unfetchable + LICENSE= GPLv2 GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib PLIST_FILES= sbin/smtp-gated \ man/man5/smtp-gated.conf.5.gz \ man/man8/smtp-gated.8.gz OPTIONS_DEFINE= NAT CHUNKING ECONNRESET PCRE OPTIONS_DEFAULT= NAT PCRE NAT_DESC= NAT transparent proxy code CHUNKING_DESC= SMTP CHUNKING extension support ECONNRESET_DESC= Be quiet about "Connection reset by peer" message NAT_CONFIGURE_ENABLE= nat CHUNKING_CONFIGURE_ENABLE= chunking ECONNRESET_CONFIGURE_ENABLE= silent-econnreset PCRE_CONFIGURE_OFF= --disable-pcre PCRE_LIB_DEPENDS= libpcre.so:devel/pcre .include Index: head/mail/spambnc/Makefile =================================================================== --- head/mail/spambnc/Makefile (revision 516886) +++ head/mail/spambnc/Makefile (revision 516887) @@ -1,55 +1,57 @@ # Created by: George Reid # $FreeBSD$ PORTNAME= spambnc PORTVERSION= 20060416 CATEGORIES= mail MASTER_SITES= http://www.spambouncer.org/dist/sb/:tarball \ http://www.spambouncer.org/configure/:doc DISTFILES= sb.tar.gz:tarball quickstart.shtml:doc DIST_SUBDIR= spambnc-${PORTVERSION} EXTRACT_ONLY= sb.tar.gz MAINTAINER= thierry@FreeBSD.org COMMENT= Set of procmail recipes which handle known/suspected spam +BROKEN= unfetchable + LICENSE= GPLv2 RUN_DEPENDS= procmail:mail/procmail EXTRACT_DIR= ${WRKDIRPREFIX}${.CURDIR}/worktmp/${DISTNAME} EXTRACT_BEFORE_ARGS= -C ${EXTRACT_DIR} -xf NO_BUILD= yes NO_ARCH= yes PLIST= ${WRKDIR}/.pkg-plist SUB_FILES= pkg-message PORTDATA= * PORTDOCS= documentation.html upgrading.html loglevels.txt OPTIONS_DEFINE= DOCS DOCS_MASTER_SITES= http://www.spambouncer.org/configure/:upg DOCS_DISTFILES= upgrading.shtml:upg pre-extract: ${MKDIR} ${EXTRACT_DIR} post-extract: ${MV} ${EXTRACT_DIR} ${WRKDIR} ${RM} -r ${WRKDIRPREFIX}${.CURDIR}/worktmp do-install: ${MKDIR} ${STAGEDIR}${DATADIR} (cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${STAGEDIR}${DATADIR}) ${RM} -r ${STAGEDIR}${DATADIR}/docs do-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/quickstart.shtml \ ${STAGEDIR}${DOCSDIR}/documentation.html ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/upgrading.shtml \ ${STAGEDIR}${DOCSDIR}/upgrading.html ${INSTALL_DATA} ${WRKSRC}/docs/loglevels.txt ${STAGEDIR}${DOCSDIR} .include Index: head/mail/spamoracle/Makefile =================================================================== --- head/mail/spamoracle/Makefile (revision 516886) +++ head/mail/spamoracle/Makefile (revision 516887) @@ -1,41 +1,43 @@ # Created by: Mario Sergio Fujikawa Ferreira # $FreeBSD$ PORTNAME= spamoracle PORTVERSION= 1.4 PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= http://cristal.inria.fr/~xleroy/software/ MAINTAINER= xride@FreeBSD.org COMMENT= procmail spam filter written in ML using Bayesian classification +BROKEN= unfetchable + BUILD_DEPENDS= ocaml:lang/ocaml PLIST_FILES= bin/spamoracle PLIST_FILES+= man/man1/spamoracle.1.gz PLIST_FILES+= man/man5/spamoracle.conf.5.gz OPTIONS_DEFINE= DOCS .include .if ${PORT_OPTIONS:MDOCS} PORTDOCS= Changes README .endif do-configure: @${REINPLACE_CMD} -E -e 's|^(CPP=)gcc[[:space:]]+-E|\1${CPP}|' \ -e 's|^(MANDIR=).*$$|\1${STAGEDIR}${MANPREFIX}/man|' \ -e 's|^(BINDIR=).*$$|\1${STAGEDIR}${PREFIX}/bin|' \ ${WRKSRC}/Makefile post-install: .if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${STAGEDIR}${DOCSDIR} .for file in ${PORTDOCS} @${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR}/ .endfor .endif .include Index: head/mail/squirrelmail-translations/Makefile =================================================================== --- head/mail/squirrelmail-translations/Makefile (revision 516886) +++ head/mail/squirrelmail-translations/Makefile (revision 516887) @@ -1,38 +1,40 @@ # Created by: Adam Weinberger # $FreeBSD$ PORTNAME= squirrelmail-translations PORTVERSION= 20170705 CATEGORIES= mail www MASTER_SITES= http://snapshots.squirrelmail.org/ \ http://freebsd.uzsolt.hu/src/ PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} DISTNAME= squirrelmail-${PORTVERSION}_0200-SVN.locales DIST_SUBDIR= squirrelmail MAINTAINER= uzsolt@uzsolt.hu COMMENT= NLS translations for Squirrelmail (mail/squirrelmail) +BROKEN= unfetchable + LICENSE= GPLv2 RUN_DEPENDS= squirrelmail${PHP_PKGNAMESUFFIX}>=${PORTVERSION}:mail/squirrelmail@${PHP_FLAVOR} USES= tar:bzip2 gettext php:flavors WRKSRC= ${WRKDIR}/squirrelmail.locales NO_ARCH= yes PORTSCOUT= ignore:1 # if you were using WITHOUT_WWWDIR, use SQUIRRELDIR=${PREFIX}/squirrelmail SQUIRRELDIR?= ${PREFIX}/www/squirrelmail PLIST_SUB= SQUIRRELDIR="${SQUIRRELDIR:S,^${PREFIX}/,,}" do-build: # The en_US help files are included with the main tarball @${RM} -r ${WRKSRC}/help/en_US do-install: @${MKDIR} ${STAGEDIR}${SQUIRRELDIR} (cd ${WRKSRC} && ${COPYTREE_SHARE} "help images locale" ${STAGEDIR}${SQUIRRELDIR}) ${FIND} ${STAGEDIR}${SQUIRRELDIR} -type d -empty -delete .include Index: head/mail/sqwebmail/Makefile =================================================================== --- head/mail/sqwebmail/Makefile (revision 516886) +++ head/mail/sqwebmail/Makefile (revision 516887) @@ -1,213 +1,215 @@ # Created by: Neil Blakey-Milner # $FreeBSD$ PORTNAME= sqwebmail PORTVERSION= 6.0.1 PORTREVISION= 1 CATEGORIES= mail www MASTER_SITES= SF/courier/webmail/${PORTVERSION} MAINTAINER= oliver@FreeBSD.org COMMENT= CGI Webmail client for Maildirs +BROKEN= unfetchable + BUILD_DEPENDS= courierauthconfig:security/courier-authlib-base \ gpg:security/gnupg RUN_DEPENDS= courierauthconfig:security/courier-authlib-base \ gpg:security/gnupg LIB_DEPENDS= libpcre.so:devel/pcre \ libcourier-unicode.so:devel/courier-unicode CFLAGS:= -I${LOCALBASE}/include -L${LOCALBASE}/lib ${CFLAGS:S/^[:space:]*//} CXXFLAGS:= -I${LOCALBASE}/include ${CXXFLAGS:S/^[:space:]*//} OPTIONS_DEFINE= CACHEDIR FAM GDBM GZIP HTTPS HTTPS_LOGIN ISPELL MIMETYPES SENTRENAME CHARSET DOCS OPTIONS_DEFAULT= CACHEDIR FAM GZIP SENTRENAME CACHEDIR_DESC= Cache logins FAM_DESC= Build in fam support for IDLE command GDBM_DESC= Use gdbm db instead of system bdb GZIP_DESC= Compress messages with gzip HTTPS_DESC= Generate https:// URLs for all accesses HTTPS_LOGIN_DESC= Generate https:// URLs only for login MIMETYPES_DESC= search for a mime.types file SENTRENAME_DESC= Periodic rename the Sent folder CHARSET_DESC= charsets FAM_USES= fam .include "${.CURDIR}/../../security/courier-authlib/Makefile.opt" CGIBINDIR?= www/cgi-bin-dist CGIBINSUBDIR?= sqwebmail WEBDATADIR?= www/data-dist WEBDATASUBDIR?= sqwebmail IMAGEURL?= ${WEBDATASUBDIR} RCDIR?= ${PREFIX}/etc/rc.d CACHEDIR?= /var/sqwebmail/cache CACHEOWNER?= bin MAILOWN?= courier MAILGRP?= courier # set WITH_TIMEOUTHARD to something other than 7200 seconds (2hr) # set WITH_TIMEOUTSOFT to something other than 1200 seconds (20m) # set WITH_AUTOPURGE to something other than 7 days # set WITH_MAXPURGE to something other than 90 days # # The following settings are in bytes: # set WITH_MAXMSGSIZE to max size of messages (including attachments) # set WITH_MAXARGSIZE to max size of a text message (excluding attachments) # set WITH_MAXFORMARGSIZE to max size of attachments # # End of user variables USES= compiler:c++11-lang gettext gmake iconv perl5 tar:bzip2 USE_RC_SUBR= sqwebmail-sqwebmaild GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-cgibindir=${PREFIX}/${CGIBINDIR}/${CGIBINSUBDIR} \ --enable-imagedir=${PREFIX}/${WEBDATADIR}/${WEBDATASUBDIR} \ --localstatedir=/var/sqwebmail \ --sysconfdir=${PREFIX}/etc/sqwebmail \ --enable-imageurl=/${IMAGEURL} \ --with-locking-method=fcntl \ --with-libintl-prefix=${LOCALBASE} \ ${ICONV_CONFIGURE_ARG} \ --cache-file=${WRKDIR}/sqwebmail.cache \ --with-mailuser=${MAILOWN} \ --with-mailgroup=${MAILGRP} \ --with-notice=unicode PLIST_SUB+= CGIBINDIR=${CGIBINDIR} \ CGIBINSUBDIR=${CGIBINSUBDIR} \ WEBDATADIR=${WEBDATADIR} \ WEBDATASUBDIR=${WEBDATASUBDIR} \ MAILOWN=${MAILOWN} \ MAILGRP=${MAILGRP} \ CACHEDIR=${CACHEDIR} \ CACHEOWN=${CACHEOWNER} EXTRA_DOCS= README README.logindomainlist.html README.pam \ libs/sqwebmail/ChangeLog \ libs/maildir/README.maildirquota.txt \ libs/maildir/README.sharedfolders.txt .include .if exists(${.CURDIR}/../../security/courier-authlib/Makefile.dep) .include "${.CURDIR}/../../security/courier-authlib/Makefile.dep" .endif .if ! ${PORT_OPTIONS:MCACHEDIR} PLIST_SUB+= CACHE="@comment " CONFIGURE_ARGS+= --without-cachedir .else PLIST_SUB+= CACHE="" CONFIGURE_ARGS+= --with-cachedir=${CACHEDIR} \ --with-cacheowner=${CACHEOWNER} .endif .if ${PORT_OPTIONS:MHTTPS_LOGIN} CONFIGURE_ARGS+= --enable-https=login .elif ${PORT_OPTIONS:MHTTPS} CONFIGURE_ARGS+= --enable-https .endif .if ! ${PORT_OPTIONS:MSENTRENAME} CONFIGURE_ARGS+= --disable-autorenamesent .endif .if ! ${PORT_OPTIONS:MGZIP} CONFIGURE_ARGS+= --without-gzip .endif .if ${PORT_OPTIONS:MISPELL} BUILD_DEPENDS+= ${LOCALBASE}/bin/ispell:textproc/aspell-ispell RUN_DEPENDS+= ${LOCALBASE}/bin/ispell:textproc/aspell-ispell CONFIGURE_ARGS+= --with-ispell=${LOCALBASE}/bin/ispell .else CONFIGURE_ARGS+= --without-ispell .endif .if ${PORT_OPTIONS:MMIMETYPES} RUN_DEPENDS+= ${LOCALBASE}/etc/mime.types:misc/mime-support CONFIGURE_ARGS+= --enable-mimetypes=${LOCALBASE}/etc .else CONFIGURE_ARGS+= --disable-mimetypes .endif .if ${PORT_OPTIONS:MTIMEOUTHARD} CONFIGURE_ARGS+= --enable-hardtimeout=${WITH_TIMEOUTHARD} .endif .if ${PORT_OPTIONS:MTIMEOUTSOFT} CONFIGURE_ARGS+= --enable-softtimeout=${WITH_TIMEOUTSOFT} .endif .if ${PORT_OPTIONS:MMAXMSGSIZE} CONFIGURE_ARGS+= --with-maxmsgsize=${WITH_MAXMSGSIZE} .endif .if ${PORT_OPTIONS:MMAXARGSIZE} CONFIGURE_ARGS+= --with-maxargsize=${WITH_MAXARGSIZE} .endif .if ${PORT_OPTIONS:MMAXFORMARGSIZE} CONFIGURE_ARGS+= --with-maxformargsize=${WITH_MAXFORMARGSIZE} .endif .if ${PORT_OPTIONS:MCHARSET} CONFIGURE_ARGS+= --enable-unicode .endif .if ${PORT_OPTIONS:MAUTOPURGE} CONFIGURE_ARGS+= --enable-autopurge=${WITH_AUTOPURGE} .endif .if ${PORT_OPTIONS:MMAXPURGE} CONFIGURE_ARGS+= --enable-maxpurge=${WITH_MAXPURGE} .endif .if ${PORT_OPTIONS:MGDBM} CONFIGURE_ARGS+=--with-db=gdbm LIB_DEPENDS+= libgdbm.so:databases/gdbm .else CONFIGURE_ARGS+=--with-db=db .endif post-patch: .if ! ${PORT_OPTIONS:MFAM} @${REINPLACE_CMD} -e 's|$$LIBFAM||g; s|HAVE_FAM|DO_NOT_HAVE_FAM|g' \ ${WRKSRC}/libs/maildir/configure .endif @${REINPLACE_CMD} -e 's|LIBPCRE=-lpcre|LIBPCRE="-L${LOCALBASE}/lib -lpcre"|g' \ ${WRKSRC}/libs/maildir/configure @${REINPLACE_CMD} -e 's|@echo|echo|g' ${WRKSRC}/libs/maildir/configure @${REINPLACE_CMD} -e 's|-lpcre|-L${LOCALBASE}/lib &|g' \ ${WRKSRC}/libs/sqwebmail/Makefile.in @${REINPLACE_CMD} -e 's|\$$(testmaildirfilter_LDADD)|& \$$(LIBPCRE)|g; \ s|$$(LINK) $$(maildirkw_LDFLAGS)|$$(CXXLINK) $$(maildirkw_LDFLAGS)|' \ ${WRKSRC}/libs/maildir/Makefile.in @${REINPLACE_CMD} -e 's|^case x$$lockmethod in|${TEST} \&\& &|g' \ ${WRKSRC}/libs/liblock/configure @${REINPLACE_CMD} -e 's|mkdir -p|${MKDIR}|g' ${WRKSRC}/libs/pcp/configure .if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${STAGEDIR}${DOCSDIR} .for a in ${EXTRA_DOCS} ${INSTALL_DATA} ${WRKSRC}/${a} ${STAGEDIR}${DOCSDIR} .endfor .endif @${ECHO_MSG} "" @${ECHO_MSG} "Add the following line to your /etc/crontab to make sure the" @${ECHO_MSG} "sqwebmail cache directory gets cleaned up." @${ECHO_MSG} "0 * * * * ${CACHEOWNER} ${PREFIX}/share/sqwebmail/cleancache.pl" @${ECHO_MSG} "" post-install: @${MV} ${STAGEDIR}/${ETCDIR}/ldapaddressbook.dist ${STAGEDIR}/${ETCDIR}/ldapaddressbook.sample @${MV} ${STAGEDIR}/${ETCDIR}/sqwebmaild.dist ${STAGEDIR}/${ETCDIR}/sqwebmaild.sample .include Index: head/mail/t-prot/Makefile =================================================================== --- head/mail/t-prot/Makefile (revision 516886) +++ head/mail/t-prot/Makefile (revision 516887) @@ -1,39 +1,41 @@ # Created by: Sergei Kolobov # $FreeBSD$ PORTNAME= t-prot PORTVERSION= 2.101 PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= http://www.escape.de/~tolot/mutt/t-prot/downloads/ \ LOCAL/sergei MAINTAINER= torres.g.alex@gmail.com COMMENT= TOFU Protection - Display Filter for RFC822 messages +BROKEN= unfetchable + RUN_DEPENDS= p5-Locale-gettext>=0:devel/p5-Locale-gettext NO_ARCH= yes USES= perl5 shebangfix NO_BUILD= yes PORTDOCS= ChangeLog README TODO PORTEXAMPLES= * PLIST_FILES= man/man1/t-prot.1.gz bin/t-prot SHEBANG_FILES= t-prot OPTIONS_DEFINE= EXAMPLES DOCS do-install: ${INSTALL_SCRIPT} ${WRKSRC}/t-prot ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/t-prot.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} do-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/contrib/* ${STAGEDIR}${EXAMPLESDIR} .include Index: head/mail/vacation/Makefile =================================================================== --- head/mail/vacation/Makefile (revision 516886) +++ head/mail/vacation/Makefile (revision 516887) @@ -1,36 +1,38 @@ # Created by: Adam McDougall # $FreeBSD$ PORTNAME= vacation PORTVERSION= 3.3.0 PORTREVISION= 2 CATEGORIES= mail MASTER_SITES= DEBIAN DISTNAME= ${PORTNAME}_${PORTVERSION}-0.4 MAINTAINER= mcdouga9@egr.msu.edu COMMENT= Email autoresponder, similar to vacation from sendmail +BROKEN= unfetchable + PORTSCOUT= ignore:1 USES= bdb CFLAGS+= -L${LOCALBASE}/lib WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} PLIST_FILES= bin/vacation man/man1/vacation.1.gz post-patch: @${REINPLACE_CMD} -e 's|-ldb|-l${BDB_LIB_NAME}|g' \ ${WRKSRC}/Makefile @${REINPLACE_CMD} -e 's|CFLAGS=|CFLAGS+=|g' \ ${WRKSRC}/Makefile @${REINPLACE_CMD} -e 's|-O2||g' \ ${WRKSRC}/Makefile do-install: ${INSTALL_PROGRAM} ${WRKSRC}/vacation ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/vacation.1 ${STAGEDIR}${MANPREFIX}/man/man1 .include Index: head/mail/vrfy/Makefile =================================================================== --- head/mail/vrfy/Makefile (revision 516886) +++ head/mail/vrfy/Makefile (revision 516887) @@ -1,21 +1,23 @@ # Created by: kaz # $FreeBSD$ PORTNAME= vrfy PORTVERSION= 1.0 PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= http://jadawin.tuxaco.net/freebsd/ DISTNAME= ${PORTNAME} MAINTAINER= jadawin@FreeBSD.org COMMENT= Verify mail address +BROKEN= unfetchable + MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" RES="" NO_WRKSUBDIR= yes PLIST_FILES= bin/vrfy do-install: ${INSTALL_PROGRAM} ${WRKSRC}/vrfy ${STAGEDIR}${PREFIX}/bin .include Index: head/mail/xcite/Makefile =================================================================== --- head/mail/xcite/Makefile (revision 516886) +++ head/mail/xcite/Makefile (revision 516887) @@ -1,38 +1,40 @@ # Created by: Hajimu UMEMOTO # $FreeBSD$ PORTNAME= xcite PORTVERSION= 1.60 PORTREVISION= 12 CATEGORIES= mail elisp MASTER_SITES= http://www.gentei.org/~yuuji/software/ PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} DISTNAME= ${PORTNAME}.el EXTRACT_SUFX= # empty MAINTAINER= ume@FreeBSD.org COMMENT= Exciting Cite for any Mail/News reading modes on Emacs +BROKEN= unfetchable + USES= emacs NO_WRKSUBDIR= yes EXTRACT_CMD= ${CP} EXTRACT_BEFORE_ARGS= -p EXTRACT_AFTER_ARGS= . PLIST_FILES= ${EMACS_VERSION_SITE_LISPDIR}/${DISTNAME} \ ${EMACS_VERSION_SITE_LISPDIR}/${DISTNAME}c do-build: @(cd ${WRKSRC} && ${EMACS_CMD} -batch -q -no-site-file -no-init-file \ -f batch-byte-compile ${DISTNAME}) do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/${EMACS_VERSION_SITE_LISPDIR} ${INSTALL_DATA} ${WRKSRC}/${DISTNAME} \ ${STAGEDIR}${PREFIX}/${EMACS_VERSION_SITE_LISPDIR} ${INSTALL_DATA} ${WRKSRC}/${DISTNAME}c \ ${STAGEDIR}${PREFIX}/${EMACS_VERSION_SITE_LISPDIR} .include Index: head/math/diehard/Makefile =================================================================== --- head/math/diehard/Makefile (revision 516886) +++ head/math/diehard/Makefile (revision 516887) @@ -1,38 +1,40 @@ # Created by: Sergey Skvortsov # $FreeBSD$ PORTNAME= diehard PORTVERSION= 0.1 PORTREVISION= 1 CATEGORIES= math MASTER_SITES= http://stat.fsu.edu/pub/diehard/ DISTNAME= die-c MAINTAINER= ports@FreeBSD.org COMMENT= Marsaglia's Diehard Battery of Tests of Randomness +BROKEN= unfetchable + LICENSE= NONE ALL_TARGET= diehard WRKSRC= ${WRKDIR}/die.c PLIST_SUB= DOCSDIR="share/doc/${PORTNAME}" DATADIR="share/${PORTNAME}" DOCSLIST= NOTES readme OPTIONS_DEFINE= DOCS post-patch: @${REINPLACE_CMD} -e 's|operm5\.cov|${DATADIR}/operm5.cov|g;' \ ${WRKSRC}/cdoperm5.c @${REINPLACE_CMD} -e 's|CC=gcc||g;' ${WRKSRC}/Makefile do-install: ${INSTALL_PROGRAM} ${WRKSRC}/diehard ${STAGEDIR}${PREFIX}/bin @${MKDIR} ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${WRKSRC}/operm5.cov ${STAGEDIR}${DATADIR} do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${DOCSLIST:S!^!${WRKSRC}/!} ${STAGEDIR}${DOCSDIR} .include Index: head/math/e/Makefile =================================================================== --- head/math/e/Makefile (revision 516886) +++ head/math/e/Makefile (revision 516887) @@ -1,29 +1,31 @@ # Created by: snowy # $FreeBSD$ PORTNAME= e PORTVERSION= 0.02718 CATEGORIES= math MASTER_SITES= http://www.softnet.tuc.gr/~apdim/projects/e/ MAINTAINER= snowy@netphile.de COMMENT= Tiny expression evaluator +BROKEN= unfetchable + MAKEFILE= makefile ALL_TARGET= e OPTIONS_DEFINE= DOCS post-patch: @${RM} ${WRKSRC}/${PORTNAME} @${REINPLACE_CMD} -e 's|gcc|${CC}|g ; \ s|-O2|${CFLAGS}|g' ${WRKSRC}/makefile do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin ${MKDIR} ${STAGEDIR}${DOCSDIR} .for i in EXAMPLES GRAMMAR README ${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR} .endfor .include Index: head/math/entropy/Makefile =================================================================== --- head/math/entropy/Makefile (revision 516886) +++ head/math/entropy/Makefile (revision 516887) @@ -1,14 +1,16 @@ # Created by: Chris S.J. Peron # $FreeBSD$ PORTNAME= entropy PORTVERSION= 2.0 CATEGORIES= math archivers MASTER_SITES= http://www.seccuris.com/documents/downloads/ MAINTAINER= csjp@FreeBSD.org COMMENT= Calculate data entropy to benchmark compression algorithms +BROKEN= unfetchable + PLIST_FILES= bin/entropy man/man1/entropy.1.gz .include Index: head/math/jakarta-commons-math3/Makefile =================================================================== --- head/math/jakarta-commons-math3/Makefile (revision 516886) +++ head/math/jakarta-commons-math3/Makefile (revision 516887) @@ -1,66 +1,68 @@ # Created by: Muhammad Moinur Rahmanh <5u623l20@gmail.com> # $FreeBSD$ PORTNAME= commons-math3 PORTVERSION= 3.3 CATEGORIES= math java MASTER_SITES= APACHE_COMMONS_SOURCE \ http://repo1.maven.org/maven2/junit/junit/4.8.2/:source2 PKGNAMEPREFIX= jakarta- DISTNAME= ${PORTNAME}-${PORTVERSION}-src DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ junit-4.8.2.jar:source2 EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= bofh@FreeBSD.org COMMENT= Java library of self-contained mathematics and statistics components +BROKEN= unfetchable + LICENSE= APACHE20 BROKEN_armv6= fails to compile: build.xml: Compile failed; see the compiler error output for details BROKEN_armv7= fails to compile: PowellOptimizer.java:301: error: Illegal static declaration in inner class PowellOptimizer.LineSearch USE_ANT= yes USE_JAVA= yes JAVA_VERSION= 1.6+ USE_LOCALE= en_US.ISO8859-1 ALL_TARGET= jar MAKE_ARGS= -Dlibdir=${WRKDIR} -Dnoget=true JARFILE= ${PORTNAME:S,3,,}-${PORTVERSION}-SNAPSHOT.jar DESTJARFILE= ${PORTNAME}.jar PLIST_FILES+= %%JAVAJARDIR%%/${DESTJARFILE} OPTIONS_DEFINE= DOCS .include .if ${PORT_OPTIONS:MDOCS} ALL_TARGET+= javadoc OTHERDOCS= LICENSE.txt NOTICE.txt PORTDOCS= apidocs ${OTHERDOCS} .endif JDK_API= ${FIND} -s ${LOCALBASE}/share/doc/jdk1.? -maxdepth 1 -name api -type d 2>/dev/null || ${ECHO_CMD} | ${TAIL} -n 1 .if ${JDK_API} != "" MAKE_ARGS+= -Djdk.api=$$(${JDK_API}) .endif post-extract: ${MKDIR} ${WRKSRC}/lib ${CP} ${DISTDIR}/junit-4.8.2.jar ${WRKSRC}/lib/ do-install: ${MKDIR} ${STAGEDIR}${JAVAJARDIR} ${INSTALL_DATA} ${WRKSRC}/target/${JARFILE} ${STAGEDIR}${JAVAJARDIR}/${DESTJARFILE} .if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC}/target \ && ${FIND} -s apidocs -type d -exec ${MKDIR} ${STAGEDIR}${DOCSDIR}/{} \; \ && ${FIND} -s apidocs -type f -exec ${INSTALL_DATA} {} ${STAGEDIR}${DOCSDIR}/{} \; ${INSTALL_DATA} ${OTHERDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}/ .endif .include Index: head/math/liblbfgs/Makefile =================================================================== --- head/math/liblbfgs/Makefile (revision 516886) +++ head/math/liblbfgs/Makefile (revision 516887) @@ -1,41 +1,43 @@ # Created by: Hung-Yi Chen # $FreeBSD$ PORTNAME= liblbfgs PORTVERSION= 1.10 PORTREVISION= 1 CATEGORIES= math MASTER_SITES= GHC MAINTAINER= gaod@hychen.org COMMENT= Library of Limited-memory Broyden-Fletcher-Goldfarb-Shanno +BROKEN= unfetchable + LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING USES= libtool USE_GITHUB= yes GH_ACCOUNT= chokkan GNU_CONFIGURE= yes OPTIONS_DEFINE= OPTIMIZED DOCS OPTIMIZED_DESC= SSE2 optimization routines .include # Enable/disable compilation optimizations. .if ${PORT_OPTIONS:MOPTIMIZED} CONFIGURE_ARGS+= --enable-sse2 .endif PLIST_FILES= lib/liblbfgs-1.10.so lib/liblbfgs.a \ lib/liblbfgs.so include/lbfgs.h PORTDOCS= README INSTALL COPYING AUTHORS ChangeLog NEWS post-patch: .if !${PORT_OPTIONS:MDOCS} @${REINPLACE_CMD} -e 's/install-data-am$$//' ${WRKSRC}/Makefile.in .endif .include Index: head/math/libtsnnls/Makefile =================================================================== --- head/math/libtsnnls/Makefile (revision 516886) +++ head/math/libtsnnls/Makefile (revision 516887) @@ -1,57 +1,59 @@ # Created by: Tz-Huan Huang # $FreeBSD$ PORTNAME= libtsnnls PORTVERSION= 2.3.3 PORTREVISION= 12 CATEGORIES= math MASTER_SITES= http://www.jasoncantarella.com/downloads/ MAINTAINER= tzhuan@gmail.com COMMENT= Fast Sparse Nonnegative Least Squares Solver +BROKEN= unfetchable + BROKEN_aarch64= fails to configure: error: cannot compute sizeof (int) GNU_CONFIGURE= yes USES= fortran libtool USE_LDCONFIG= yes OPTIONS_DEFINE= GOTOBLAS ATLAS GOTOBLAS_DESC= Use gotoblas (conflict with USE_ATLAS) ATLAS_DESC= Use atlas (conflict with USE_GOTOBLAS) # DMALLOC "Use dmalloc" off .include WITH_BLAS=reference .if ${PORT_OPTIONS:MGOTOBLAS} WITH_BLAS=gotoblas .elif ${PORT_OPTIONS:MATLAS} WITH_BLAS=atlas .endif # FIXME compiling error when using dmalloc #.if ${PORT_OPTIONS:MDMALLOC} #CONFIGURE_ARGS+=--with-dmalloc #LIB_DEPENDS+=dmalloc.1:devel/dmalloc #.endif .if ${WITH_BLAS} == reference LIB_DEPENDS+= libblas.so:math/blas LIB_DEPENDS+= liblapack.so:math/lapack BLAS=-lblas LAPACK=-llapack .elif ${WITH_BLAS} == gotoblas LIB_DEPENDS+= libgoto2.so:math/gotoblas BLAS=-lgoto2p LAPACK=-lgoto2p .elif ${WITH_BLAS} == atlas LIB_DEPENDS+= libatlas.so:math/atlas BLAS=-lptf77blas LAPACK=-lalapack -lptcblas .endif CONFIGURE_ARGS+=--with-blas="${BLAS}" --with-lapack="${LAPACK}" LDFLAGS+= -L${LOCALBASE}/lib .include Index: head/math/ltl/Makefile =================================================================== --- head/math/ltl/Makefile (revision 516886) +++ head/math/ltl/Makefile (revision 516887) @@ -1,37 +1,39 @@ # Created by: rossiya # $FreeBSD$ PORTNAME= ltl DISTVERSION= 2.0.19 PORTREVISION= 2 CATEGORIES= math MASTER_SITES= http://www.mpe.mpg.de/~drory/ltl/ MAINTAINER= rossiya@gmail.com COMMENT= C++ class SSE library for scientific computing +BROKEN= unfetchable + LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= liblapack.so:math/lapack \ libblas.so:math/blas USES= gmake libtool GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-cxx=gcc --disable-doxygen --prefix=${PREFIX} --includedir=${PREFIX}/include/LTL MAKE_ENV= prefix=${PREFIX} exec_prefix=${PREFIX} MAKE_ARGS+= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \ AUTOHEADER="${TRUE}" INSTALL_TARGET= install install-data distdir PORTDOCS= *.html OPTIONS_DEFINE= DOCS post-install: ${MKDIR} ${STAGEDIR}${DOCSDIR} .for docs in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/doc/html/${docs} ${STAGEDIR}${DOCSDIR} .endfor .include Index: head/math/naturalmath/Makefile =================================================================== --- head/math/naturalmath/Makefile (revision 516886) +++ head/math/naturalmath/Makefile (revision 516887) @@ -1,34 +1,36 @@ # Created by: Stephen Montgomery-Smith # $FreeBSD$ PORTNAME= naturalmath PORTVERSION= 0.5 PORTREVISION= 6 CATEGORIES= math MASTER_SITES= http://www.math.missouri.edu/~stephen/naturalmath/ MAINTAINER= stephen@FreeBSD.org COMMENT= Script to turn intuitively written math into latex +BROKEN= unfetchable + USE_TEX= latex:build dvipsk:build USES= shebangfix perl5 SHEBANG_FILES= naturalmath OPTIONS_DEFINE= DOCS do-build: (cd ${WRKSRC}; ./naturalmath tutor.nat; \ ${LOCALBASE}/bin/latex tutor; ${LOCALBASE}/bin/latex tutor; \ ${LOCALBASE}/bin/dvips tutor -o tutor.ps) do-install: ${INSTALL_SCRIPT} ${WRKSRC}/naturalmath ${STAGEDIR}${PREFIX}/bin @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/install.html ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/tutor.nat ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/tutor.tex ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/tutor.dvi ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/tutor.ps ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/naturalmath.cgi ${STAGEDIR}${DOCSDIR} .include Index: head/math/ogdf/Makefile =================================================================== --- head/math/ogdf/Makefile (revision 516886) +++ head/math/ogdf/Makefile (revision 516887) @@ -1,61 +1,63 @@ # Created by: Pietro Cerutti # $FreeBSD$ PORTNAME= ogdf PORTVERSION= 2015.05 PORTREVISION= 1 CATEGORIES= math MASTER_SITES= http://www.ogdf.net/lib/exe/fetch.php/tech: DISTNAME= ${PORTNAME}.v${PORTVERSION} MAINTAINER= woodsb02@FreeBSD.org COMMENT= C++ class library for the automatic layout of diagrams +BROKEN= unfetchable + LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual LICENSE_FILE_GPLv2= ${WRKSRC}/LICENSE_GPL_v2.txt LICENSE_FILE_GPLv3= ${WRKSRC}/LICENSE_GPL_v3.txt USES= compiler:features gmake python:2.7,build zip USE_LDCONFIG= yes LDFLAGS+= -L${LOCALBASE}/lib FETCH_BEFORE_ARGS= -o ${PORTNAME}.v${PORTVERSION}.zip WRKSRC= ${WRKDIR}/${PORTNAME:tu} OPTIONS_DEFINE= COIN OPTIONS_DEFAULT= COIN OPTIONS_SUB= yes COIN_DESC= Build with COIN solvers COIN_USE= coin=true COIN_CONFLICTS_INSTALL= CoinMP .include .if ${COMPILER_FEATURES:Mc++11} STDCPP11= -std=c++11 .endif post-patch: @${REINPLACE_CMD} -e '\ s|%%CXX%%|${CXX}|g; \ s|%%CXXFLAGS%%|${CXXFLAGS}|g; \ s|%%LOCALBASE%%|${LOCALBASE}|g; \ s|%%USE_COIN%%|${USE_COIN}|g' \ ${WRKSRC}/makeMakefile.config @${REINPLACE_CMD} -e '\ s|%%STDCPP11%%|${STDCPP11}|g' \ ${WRKSRC}/makeMakefile.py do-configure: cd ${WRKSRC} && ${PYTHON_CMD} makeMakefile.py post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libOGDF.so .if ${PORT_OPTIONS:MCOIN} ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libCOIN.so .endif .include Index: head/math/proofgeneral/Makefile =================================================================== --- head/math/proofgeneral/Makefile (revision 516886) +++ head/math/proofgeneral/Makefile (revision 516887) @@ -1,79 +1,81 @@ # Created by: Timothy Bourke # $FreeBSD$ PORTNAME= proofgeneral PORTVERSION= 4.1 PORTREVISION= 14 CATEGORIES= math elisp MASTER_SITES= http://proofgeneral.inf.ed.ac.uk/releases/ PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} DISTNAME= ProofGeneral-${PORTVERSION} MAINTAINER= beyert@cs.ucr.edu COMMENT= Generic interface for proof assistants +BROKEN= unfetchable + LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= bash:shells/bash RUN_DEPENDS= ${LOCALBASE}/share/icons/hicolor/index.theme:misc/hicolor-icon-theme USES= emacs gmake perl5 shebangfix tar:tgz EMACS_FLAVORS_EXCLUDE= nox devel_nox INSTALLS_ICONS= yes SHEBANG_FILES= lego/legotags coq/coqtags isar/isartags NO_ARCH= yes MAKE_ARGS+= PREFIX="${LOCALBASE}" DEST_PREFIX="${STAGEDIR}${PREFIX}" \ MAKE="${MAKE_CMD}" EMACS=emacs EMACS_NAME=emacs \ DOCDIR="${STAGEDIR}${DOCSDIR}" MANDIR="${STAGEDIR}${PREFIX}/man/man1" \ INFODIR="${STAGEDIR}${PREFIX}/${INFO_PATH}" \ BINDIR="${STAGEDIR}${PREFIX}/bin" DESKTOP="${STAGEDIR}${PREFIX}/share" \ EMACS_SITE_LISPDIR="${EMACS_SITE_LISPDIR}" \ ELISPP="${EMACS_SITE_LISPDIR}/ProofGeneral" \ ELISP="${STAGEDIR}${PREFIX}/${EMACS_SITE_LISPDIR}/ProofGeneral" \ ELISP_START="${STAGEDIR}${PREFIX}/${EMACS_SITE_LISPDIR}/site-start.d" \ DEST_ELISP="${PREFIX}/${EMACS_SITE_LISPDIR}/ProofGeneral" SUB_FILES= pkg-message SUB_LIST= EMACS_SITE_LISPDIR=${EMACS_SITE_LISPDIR} INFO= PG-adapting ProofGeneral PORTDOCS= AUTHORS BUGS CHANGES COMPATIBILITY COPYING INSTALL \ PG-adapting ProofGeneral README REGISTER acl2 hol98 isar lego \ pgshell phox twelf OPTIONS_DEFINE= DOCS DOCS_MAKE_ARGS= DOCSDIR=${DOCSDIR} INSTALLDOC=install-doc DOCS_BUILD_DEPENDS= texi2html:textproc/texi2html post-patch: @${REINPLACE_CMD} -e 's,%%PREFIX%%,${PREFIX},' \ ${WRKSRC}/etc/desktop/proofgeneral.desktop @${REINPLACE_CMD} -e \ "s|PERL_SCRIPTS = lego/legotags coq/coqtags isar/isartags||g" \ ${WRKSRC}/Makefile @${REINPLACE_CMD} -e "s|PG_SCRIPTS = bin/proofgeneral||g" \ ${WRKSRC}/Makefile @${REINPLACE_CMD} -e \ 's|PGHOMEDEFAULT=$$HOME|PGHOMEDEFAULT=${PREFIX}/${EMACS_SITE_LISPDIR}|g' \ ${WRKSRC}/bin/proofgeneral @${TOUCH} ${WRKSRC}/.byte-compile @${REINPLACE_CMD} -e 's,%%EMACS_NAME%%,emacs,' \ ${WRKSRC}/isar/interface pre-build: #.if defined(BYTE_COMPILE) @${RM} ${WRKSRC}/.byte-compile || ${TRUE} #.endif post-install-DOCS-on: @${FIND} ${STAGEDIR}${DOCSDIR} -type d -empty -delete post-install-DOCS-off: ${INSTALL_MAN} ${WRKSRC}/doc/${PORTNAME}.1 \ ${STAGEDIR}${MAN1PREFIX}/man/man1 .include Index: head/math/py-basemap-data/Makefile =================================================================== --- head/math/py-basemap-data/Makefile (revision 516886) +++ head/math/py-basemap-data/Makefile (revision 516887) @@ -1,20 +1,22 @@ # Created by: mainland@apeiron.net # $FreeBSD$ PORTNAME= basemap-data PORTVERSION= 0.9 PORTREVISION= 1 CATEGORIES= math python MASTER_SITES= SF/matplotlib/matplotlib-toolkits/basemap-${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= mainland@apeiron.net COMMENT= Map data for py-basemap +BROKEN= unfetchable + USES= python USE_PYTHON= distutils autoplist DATADIR= ${PREFIX}/share/py-${PORTNAME} MAKE_ENV= BASEMAP_DATA_PATH=${DATADIR} .include Index: head/math/py-igakit/Makefile =================================================================== --- head/math/py-igakit/Makefile (revision 516886) +++ head/math/py-igakit/Makefile (revision 516887) @@ -1,33 +1,35 @@ # $FreeBSD$ PORTNAME= igakit DISTVERSION= 0.1 PORTREVISION= 4 CATEGORIES= math python MASTER_SITES= https://bitbucket.org/${BB_ACCOUNT}/${BB_PROJECT}/get/${BB_COMMIT}.tar.gz?dummy=/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= yuri@FreeBSD.org COMMENT= Low-level routines for manipulations of NURBS geometries +BROKEN= unfetchable + LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.rst BUILD_DEPENDS= ${PYNUMPY} RUN_DEPENDS= ${PYNUMPY} BB_ACCOUNT= dalcinl BB_PROJECT= ${PORTNAME} BB_COMMIT= 9890376115e3 WRKSRC= ${WRKDIR}/${BB_ACCOUNT}-${BB_PROJECT}-${BB_COMMIT} USES= fortran python USE_PYTHON= distutils autoplist LDFLAGS+= -shared # https://bitbucket.org/dalcinl/igakit/issues/3 post-install: @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/igakit/igalib.so .include Index: head/math/py-rapi/Makefile =================================================================== --- head/math/py-rapi/Makefile (revision 516886) +++ head/math/py-rapi/Makefile (revision 516887) @@ -1,24 +1,26 @@ # $FreeBSD$ PORTNAME= rapi DISTVERSION= 0.1.5 CATEGORIES= math MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= yuri@FreeBSD.org COMMENT= Minimal R API for Python +BROKEN= unfetchable + LICENSE= MIT BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-runner>0:devel/py-pytest-runner@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}multipledispatch>0:devel/py-multipledispatch@${PY_FLAVOR} USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes post-extract: # https://github.com/randy3k/rchitect/issues/5 @${RM} -r ${WRKSRC}/tests .include Index: head/math/py-viper/Makefile =================================================================== --- head/math/py-viper/Makefile (revision 516886) +++ head/math/py-viper/Makefile (revision 516887) @@ -1,22 +1,24 @@ # $FreeBSD$ PORTNAME= viper PORTVERSION= 1.0.1 PORTREVISION= 1 CATEGORIES= math python MASTER_SITES= https://launchpad.net/fenics-${PORTNAME}/${MMVERSION}.x/${PORTVERSION}/+download/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= jwb@FreeBSD.org COMMENT= Minimalistic scientific plotter and visualization module +BROKEN= unfetchable + LICENSE= LGPL3 USES= python:2.7 USE_PYTHON= distutils autoplist post-patch: @${REINPLACE_CMD} -e 's|data_files=\[(join("share", "man", "man1"),|data_files=\[(join("man", "man1"),|' \ ${WRKSRC}/setup.py .include Index: head/math/sage/Makefile =================================================================== --- head/math/sage/Makefile (revision 516886) +++ head/math/sage/Makefile (revision 516887) @@ -1,132 +1,134 @@ # Created by: Stephen Montgomery-Smith # $FreeBSD$ PORTNAME= sage PORTVERSION= 6.7 PORTREVISION= 8 CATEGORIES= math MASTER_SITES= http://boxen.math.washington.edu/home/sagemath/sage-mirror/src/ \ http://mirrors.xmission.com/sage/src/ \ http://www-ftp.lip6.fr/pub/math/sagemath/src/ \ http://mirrors.mit.edu/sage/src/ \ http://www.sagemath.org/src-old/ PKGNAMESUFFIX= -math MAINTAINER= stephen@FreeBSD.org COMMENT= Open source Mathematics software +BROKEN= unfetchable + LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING.txt BUILD_DEPENDS= bash:shells/bash \ convert:graphics/ImageMagick6 \ ffmpeg:multimedia/ffmpeg \ automake:devel/automake \ autoconf:devel/autoconf LIB_DEPENDS= libatlas.so:math/atlas \ liblapack.so:math/lapack RUN_DEPENDS= bash:shells/bash pre-extract: @${ECHO_MSG} @${ECHO_MSG} Instead of installing the port, which will take a considerable amount of @${ECHO_MSG} extra time and space, you can instead type \"make build\". Then you can move @${ECHO_MSG} work/${PORTNAME}-${PORTVERSION} to wherever you like, and run sage from there. @${ECHO_MSG} However, there is no guarantee that this alternative will always work. . if !(defined(PACKAGE_BUILDING) || defined(BATCH)) @sleep 10 . endif PLIST_FILES= bin/sage USE_TEX= latex:build USES= gmake iconv jpeg tk perl5 # Optimization flags will be defined by the source CFLAGS:= ${CFLAGS:C/^-O.*$//} FFLAGS:= ${CFLAGS:C/^-O.*$//} MAKE_ENV+= SAGE_PORT=yes \ SAGE_ATLAS_LIB=${LOCALBASE}/lib \ DOT_SAGE=${WRKSRC}/tmp/.sage \ SAGE_FAT_BINARY=yes \ PERL=${PERL} # The following is needed for the lapack subpackage. MAKE_ARGS+= ARCH="${AR}" post-patch: # Create wrapper for invocation of make. @${MKDIR} ${WRKSRC}/local/bin @${LN} -s -f ${LOCALBASE}/bin/gmake ${WRKSRC}/local/bin/make # Create wrapper for invocation of ld. @${SED} -e 's#%%LD%%#${LOCALBASE}/bin/ld#' \ ${FILESDIR}/ld.in > ${WRKSRC}/local/bin/ld @${CHMOD} +x ${WRKSRC}/local/bin/ld post-build: ${RM} -r ${WRKSRC}/tmp/.sage ${CHMOD} -R a+rX ${WRKSRC} check regression-test test: build @${ECHO_MSG} This test can also be performed after installation by typing \"sage -testall\". @${ECHO_MSG} cd ${WRKSRC} && ${SETENV} DOT_SAGE=${WRKSRC}/tmp/.sage ./sage -testall ${RM} ${WRKSRC}/python*.core # Don't build docs (because of mysterious race conditions). ALL_TARGET= build INSTALL_SAGE_DIR= ${PREFIX}/${PORTNAME}-${PORTVERSION} STAGED_SAGE_DIR= ${STAGEDIR}${INSTALL_SAGE_DIR} do-install: cd ${WRKDIR} && ${FIND} -s ${WRKSRC} | \ ${GREP} -v '^${WRKSRC}/upstream/' | \ ${GREP} -v '^${WRKSRC}/tmp' | \ ${SED} -e 's#${WRKDIR}/##' | \ ${CPIO} -pmud -R ${BINOWN}:${BINGRP} ${STAGEDIR}${PREFIX} ${ECHO_CMD} | ${SETENV} DOT_SAGE=${STAGED_SAGE_DIR}/tmp/.sage ${STAGED_SAGE_DIR}/sage ${RM} -r ${STAGED_SAGE_DIR}/tmp/.sage ${SED} -e "s+#SAGE_ROOT.*+SAGE_ROOT=${INSTALL_SAGE_DIR}+" ${WRKSRC}/sage > ${STAGEDIR}${PREFIX}/bin/sage ${CHMOD} ${BINMODE} ${STAGEDIR}${PREFIX}/bin/sage post-install: @${FIND} -s ${STAGED_SAGE_DIR} -not -type d | \ ${SED} -e 's#${STAGEDIR}${PREFIX}/##' >> ${TMPPLIST} @${FIND} -s ${STAGED_SAGE_DIR} -type d -empty | \ ${SED} -e 's#${STAGEDIR}${PREFIX}/#@dir #' >> ${TMPPLIST} .include MAKE_ENV+= MAKE="${MAKE} -j${MAKE_JOBS_NUMBER}" .ifdef MAINTAINER_MODE test-fbsd-patches: patch ${RM} -r ${WRKSRC}/build/pkgs/*/src; \ for d in ${WRKSRC}/build/pkgs/*; do \ if ls $$d/fbsd-patch-* > /dev/null 2>&1; then \ ${ECHO_MSG} Testing patches in $${d##*/}; \ b=$${d##*/}-`${CAT} $$d/package-version.txt | ${SED} 's/\.p.*//'`; \ c=${WRKSRC}/upstream/$$b.tar.bz2 ; \ if [ ! -e $$c ]; then \ c=${WRKSRC}/upstream/$$b.tar.gz ; \ if [ ! -e $$c ]; then \ ${ECHO_MSG} Couldn\'t find $$c; \ exit 1; \ fi; \ fi; \ b=`echo $$b | sed 's/python/Python/'` ; \ if ! (cd $$d && tar xf $$c && ${MV} $$b src); then \ ${ECHO_MSG} Unable to unarchive $$c; \ exit 1; \ fi; \ if ! (cd $$d && ${CAT} fbsd-patch-* | patch); then \ ${ECHO_MSG} Patches in $${d##*/} failed; \ exit 1; \ fi; \ fi; \ done; \ ${RM} -r ${WRKSRC}/build/pkgs/*/src .endif .include Index: head/math/sfst/Makefile =================================================================== --- head/math/sfst/Makefile (revision 516886) +++ head/math/sfst/Makefile (revision 516887) @@ -1,19 +1,21 @@ # Created by: Dmitry Sivachenko # $FreeBSD$ PORTNAME= sfst PORTVERSION= 1.4.6h PORTREVISION= 2 CATEGORIES= math MASTER_SITES= http://www.cis.uni-muenchen.de/~schmid/tools/SFST/data/ DISTNAME= ${PORTNAME:tu}-${PORTVERSION} MAINTAINER= demon@FreeBSD.org COMMENT= A toolbox for the implementation of morphological analysers +BROKEN= unfetchable + WRKSRC= ${WRKDIR}/${PORTNAME:tu}/src INSTALL_TARGET= install maninstall libinstall USES= gmake readline USE_LDCONFIG= yes .include Index: head/math/truthtable/Makefile =================================================================== --- head/math/truthtable/Makefile (revision 516886) +++ head/math/truthtable/Makefile (revision 516887) @@ -1,32 +1,34 @@ # Created by: Nicola Vitale # $FreeBSD$ PORTNAME= truthtable PORTVERSION= 1.2.2 PORTREVISION= 2 CATEGORIES= math java MASTER_SITES= http://www.kinostudios.com/java/ \ http://nivi.interfree.it/distfiles/${PORTNAME}/${PORTVERSION}/ DISTNAME= TruthTable EXTRACT_SUFX= .jar EXTRACT_ONLY= MAINTAINER= nivit@FreeBSD.org COMMENT= Truth Tables generator (written in Java) +BROKEN= unfetchable + USE_JAVA= yes JAVA_VERSION= 1.6+ NO_BUILD= yes DATADIR= ${JAVASHAREDIR}/${PORTNAME} SUB_FILES= ${PORTNAME} SUB_LIST= TRUTHTABLEJAR=${TRUTHTABLEJAR} TRUTHTABLEJAR= ${DATADIR}/${DISTNAME}${EXTRACT_SUFX} do-install: ${MKDIR} ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${DISTDIR}/${DISTFILES} ${STAGEDIR}${DATADIR} ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} .include Index: head/math/wingz3/Makefile =================================================================== --- head/math/wingz3/Makefile (revision 516886) +++ head/math/wingz3/Makefile (revision 516887) @@ -1,49 +1,51 @@ # Created by: erich@rrnet.com # $FreeBSD$ PORTNAME= wingzpro PORTVERSION= 311 PORTREVISION= 3 CATEGORIES= math linux MASTER_SITES= SUNSITE/apps/financial/spreadsheet:wingz # MASTER_SITE_FEDORA_LINUX does not contain rpmfind.net, so this does not do anything # ${MASTER_SITE_FEDORA_LINUX:M*rpmfind.net/*:S|/fedora/core||}:l MASTER_SITE_SUBDIR= redhat-archive/6.2/en/os/i386/RedHat/RPMS/:l DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:wingz \ ld.so-1.9.5-13.i386.rpm:l \ libc-5.3.12-31.i386.rpm:l EXTRACT_ONLY= MAINTAINER= mi@aldan.algebra.com COMMENT= Commercial Spreadsheet +BROKEN= unfetchable + NO_PACKAGE= Commercial software with nothing to build - install from port IA32_BINARY_PORT=yes USES= linux USE_LINUX= xorglibs SUB_FILES= Wingz3 PLIST_SUB+= LINUXBASE=${LINUXBASE} OLDLIBS= libm.so.5 libg++.so.27 libstdc++.so.27 libc.so.5 \ libXpm.so.4 libXmu.so.6 libXext.so.6 libXt.so.6 \ libX11.so.6 libICE.so.6 libSM.so.6 NO_BUILD= yes do-install: ${TAR} -xzp -C ${STAGEDIR}${PREFIX} \ -f ${DISTDIR}/${_DISTFILES:Mwing*} ${MKDIR} ${STAGEDIR}${LINUXBASE} ${STAGEDIR}${PREFIX}/Wingz3/lib/libc5 ${TAR} -xp -C ${STAGEDIR}${LINUXBASE} \ -f ${DISTDIR}/${_DISTFILES:Mld.so-*} lib/ ${TAR} -xp -C ${STAGEDIR}${PREFIX}/Wingz3/lib/libc5 \ --strip-components 3 \ --exclude libXext.so.6.1 \ -f ${DISTDIR}/${_DISTFILES:Mlibc-*} \ ${OLDLIBS:S|^|usr/i486-linux-libc5/lib/|:S|$|*|} .for l in ${OLDLIBS} cd ${STAGEDIR}${PREFIX}/Wingz3/lib/libc5 && ${LN} -s $l.* $l .endfor ${INSTALL_SCRIPT} ${WRKDIR}/Wingz3 ${STAGEDIR}${PREFIX}/bin/Wingz3 .include Index: head/math/x12arima/Makefile =================================================================== --- head/math/x12arima/Makefile (revision 516886) +++ head/math/x12arima/Makefile (revision 516887) @@ -1,37 +1,39 @@ # Created by: jh@jameshoward.us # $FreeBSD$ PORTNAME= x12arima PORTVERSION= 0.3 PORTREVISION= 11 CATEGORIES= math finance MASTER_SITES= http://www.census.gov/ts/x12a/v03/unix/ DISTFILES= omegav03src.tar.gz DIST_SUBDIR= ${PORTNAME} MAINTAINER= jh@jameshoward.us COMMENT= X-12-ARIMA seasonal adjustment program +BROKEN= unfetchable + USES= fortran NO_WRKSUBDIR= yes MAKEFILE= makefile.lnx PLIST_FILES= bin/x12a OPTIONS_DEFINE= DOCS .include .if ${PORT_OPTIONS:MDOCS} || make(makesum) DISTFILES+= docsv03.tar.gz .endif PORTDOCS= ReleaseNotesVersion03.pdf qref03unix.pdf x12adocV03.pdf .if ${PORT_OPTIONS:MDOCS} post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/docs/|} ${STAGEDIR}${DOCSDIR} .endif .include Index: head/math/xppaut/Makefile =================================================================== --- head/math/xppaut/Makefile (revision 516886) +++ head/math/xppaut/Makefile (revision 516887) @@ -1,31 +1,33 @@ # Created by: Stephen Montgomery-Smith # $FreeBSD$ PORTNAME= xppaut PORTVERSION= 7.0 PORTREVISION= 3 CATEGORIES= math graphics MASTER_SITES= http://www.math.pitt.edu/~bard/bardware/ DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= stephen@FreeBSD.org COMMENT= Graphical tool for solving differential equations, etc +BROKEN= unfetchable + LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE USE_XORG= x11 xbitmaps xorgproto CFLAGS+= -w -Wno-return-type ALL_TARGET= xppaut NO_WRKSUBDIR= yes OPTIONS_DEFINE= DOCS EXAMPLES DOCS_MAKE_ENV_OFF= NOPORTDOCS=yes EXAMPLES_MAKE_ENV_OFF= NOPORTEXAMPLES=yes post-build: ${RM} ${WRKSRC}/ode/._* .include Index: head/misc/achievo/Makefile =================================================================== --- head/misc/achievo/Makefile (revision 516886) +++ head/misc/achievo/Makefile (revision 516887) @@ -1,30 +1,32 @@ # Created by: mkptools # $FreeBSD$ PORTNAME= achievo PORTVERSION= 1.1.0 PORTREVISION= 1 CATEGORIES= misc www MASTER_SITES= http://www.achievo.org/files/ \ http://www.caomhin.org/geek/ports/ DISTNAME= ${PORTNAME}-stable-${PORTVERSION} MAINTAINER= kevin@caomhin.demon.co.uk COMMENT= Flexible web-based resource management tool +BROKEN= unfetchable + USES= php:mod WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} NO_BUILD= YES ACHVODIR?= www/achievo PLIST_SUB= ACHVODIR=${ACHVODIR} WWWOWN="${WWWOWN}" WWWGRP="${WWWGRP}" post-patch: @${MV} ${WRKSRC}/config.inc.php ${WRKSRC}/config.inc.php-default do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/${ACHVODIR} @${CP} -R ${WRKSRC}/* ${STAGEDIR}${PREFIX}/${ACHVODIR} .include Index: head/misc/auto-multiple-choice/Makefile =================================================================== --- head/misc/auto-multiple-choice/Makefile (revision 516886) +++ head/misc/auto-multiple-choice/Makefile (revision 516887) @@ -1,70 +1,72 @@ # $FreeBSD$ PORTNAME= auto-multiple-choice PORTVERSION= 1.3.0 PORTREVISION= 16 CATEGORIES= misc MASTER_SITES= http://download.gna.org/auto-qcm/ DISTNAME= auto-multiple-choice_${PORTVERSION}_precomp MAINTAINER= hiroto.kagotani@gmail.com COMMENT= Multiple-choice questionnaire management with automated marking +BROKEN= unfetchable + LICENSE= GPLv2 LIB_DEPENDS= libcairo.so:graphics/cairo \ libnetpbm.so:graphics/netpbm \ libopencv_highgui.so:graphics/opencv \ libpangocairo-1.0.so:x11-toolkits/pango \ libpoppler-glib.so:graphics/poppler-glib RUN_DEPENDS= p5-DBD-SQLite>=0:databases/p5-DBD-SQLite \ p5-DBI>=0:databases/p5-DBI \ p5-Email-MIME>=0:mail/p5-Email-MIME \ p5-Email-Sender>=0:mail/p5-Email-Sender \ p5-Glib-Object-Introspection>=0:devel/p5-Glib-Object-Introspection \ p5-Gtk2-Notify>=0:devel/p5-Gtk2-Notify \ p5-Locale-gettext>=0:devel/p5-Locale-gettext \ p5-Module-Pluggable>=0:devel/p5-Module-Pluggable \ p5-Net-CUPS>=0:print/p5-Net-CUPS \ p5-OpenOffice-OODoc>=0:textproc/p5-OpenOffice-OODoc \ p5-Text-CSV>=0:textproc/p5-Text-CSV \ p5-XML-Simple>=0:textproc/p5-XML-Simple \ p5-XML-Writer>=0:textproc/p5-XML-Writer \ pdftoppm:graphics/poppler-utils WRKSRC= ${WRKDIR}/auto-multiple-choice-${PORTVERSION} PORTDOCS= html auto-multiple-choice.* MANLANG= "" fr ja SHARED_MIMEINFO_DIR= ${PREFIX}/share/mime/packages LANG_GTKSOURCEVIEW_DIR= ${PREFIX}/share/gtksourceview-2.0/language-specs USES+= compiler:c++11-lang gettext gmake iconv:build perl5 \ pkgconfig shared-mime-info USE_TEX= latex texhash OPTIONS_DEFINE= DOCS post-patch: @${REINPLACE_CMD} -e "\ s|%%DATADIR%%|${DATADIR}|g; \ s|%%DOCSDIR%%|${DOCSDIR}|g; \ s|%%LANG_GTKSOURCEVIEW_DIR%%|${LANG_GTKSOURCEVIEW_DIR}|g; \ s|%%LOCALBASE%%|${LOCALBASE}|g; \ s|%%MANPREFIX%%|${MANPREFIX}|g; \ s|%%PREFIX%%|${PREFIX}|g; \ s|%%SHARED_MIMEINFO_DIR%%|${SHARED_MIMEINFO_DIR}|g; \ s|%%SITE_PERL_REL%%|${SITE_PERL_REL}|g; \ s|%%TEXMFLOCALDIR%%|${TEXMFLOCALDIR}|g; \ " ${WRKSRC}/Makefile.conf @${REINPLACE_CMD} -e "s|^#! /usr/bin/perl|#!${LOCALBASE}/bin/perl|" \ ${WRKSRC}/*.pl ${WRKSRC}/*.pl.in @${REINPLACE_CMD} -e "s|^#! @/PERLPATH/@|#!${LOCALBASE}/bin/perl|" \ ${WRKSRC}/auto-multiple-choice.in @${RM} ${WRKSRC}/vars-subs.pl pre-install: ${MKDIR} ${STAGEDIR}/${SHARED_MIMEINFO_DIR} \ ${STAGEDIR}/${LANG_GTKSOURCEVIEW_DIR} .include Index: head/misc/clex/Makefile =================================================================== --- head/misc/clex/Makefile (revision 516886) +++ head/misc/clex/Makefile (revision 516887) @@ -1,38 +1,40 @@ # Created by: Michael L. Hostbaek # $FreeBSD$ PORTNAME= clex PORTVERSION= 4.6.7 CATEGORIES= misc MASTER_SITES= http://www.clex.sk/download/ DISTNAME= clex-4.6.patch7 MAINTAINER= mich@FreeBSD.org COMMENT= Command line file manager +BROKEN= unfetchable + LICENSE= GPLv2 GNU_CONFIGURE= yes USES= ncurses gmake CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib PLIST_FILES= bin/clex bin/cfg-clex bin/kbd-test \ man/man1/cfg-clex.1.gz \ man/man1/clex.1.gz \ man/man1/kbd-test.1.gz PORTDOCS= AUTHORS ChangeLog README post-patch: @${REINPLACE_CMD} -e '18s,^,#include ,' \ ${WRKSRC}/src/preview.c OPTIONS_DEFINE= DOCS post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} .include Index: head/misc/crosti/Makefile =================================================================== --- head/misc/crosti/Makefile (revision 516886) +++ head/misc/crosti/Makefile (revision 516887) @@ -1,23 +1,25 @@ # $FreeBSD$ PORTNAME= crosti DISTVERSION= 1.14.0 PORTREVISION= 1 DISTVERSIONSUFFIX= -source CATEGORIES= misc MASTER_SITES= SF/crosti/crosti%20${DISTVERSION}/ MAINTAINER= yuri@FreeBSD.org COMMENT= Convert custom image to cross stitch design, edit stitch designs +BROKEN= unfetchable + LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/gpl.txt USES= compiler:c++11-lang desktop-file-utils dos2unix gl qmake qt:5 \ shared-mime-info zip DOS2UNIX_GLOB= *.cpp *.csc *.h *.pro *.txt *.xml USE_GL= gl USE_QT= concurrent core gui printsupport svg widgets buildtools_build NO_WRKSUBDIR= yes .include Index: head/misc/display/Makefile =================================================================== --- head/misc/display/Makefile (revision 516886) +++ head/misc/display/Makefile (revision 516887) @@ -1,33 +1,35 @@ # Created by: Stephen J. Roznowski # $FreeBSD$ PORTNAME= display PORTVERSION= 1.2a CATEGORIES= misc MASTER_SITES= http://www.ipsmart.com/src/ EXTRACT_SUFX= .tgz MAINTAINER= sjroz@verizon.net COMMENT= Runs command repeatedly; shows output +BROKEN= unfetchable + USES= ncurses GNU_CONFIGURE= yes DISPLAY_PROGRAM_PREFIX?= .if empty(DISPLAY_PROGRAM_PREFIX) pre-everything:: @${ECHO_MSG} "NOTE: You may set DISPLAY_PROGRAM_PREFIX to change the name of the 'display'" @${ECHO_MSG} "utility so that it does not conflict with similarly named files from" @${ECHO_MSG} "the ImageMagick and goblin ports." CONFLICTS= ImageMagick-[0-9]* goblin-* .endif PLIST_FILES= bin/${DISPLAY_PROGRAM_PREFIX}display man/man1/${DISPLAY_PROGRAM_PREFIX}display.1.gz do-install: ${INSTALL_PROGRAM} ${WRKSRC}/display ${STAGEDIR}${PREFIX}/bin/${DISPLAY_PROGRAM_PREFIX}display ${INSTALL_MAN} ${WRKSRC}/display.man ${STAGEDIR}${MANPREFIX}/man/man1/${DISPLAY_PROGRAM_PREFIX}display.1 .include Index: head/misc/exercism/Makefile =================================================================== --- head/misc/exercism/Makefile (revision 516886) +++ head/misc/exercism/Makefile (revision 516887) @@ -1,73 +1,75 @@ # $FreeBSD$ PORTNAME= exercism DISTVERSIONPREFIX= v DISTVERSION= 3.0.11 CATEGORIES= misc MAINTAINER= swills@FreeBSD.org COMMENT= CLI client for exercism.io +BROKEN= unfetchable + LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go USE_GITHUB= yes GH_TUPLE= \ exercism:cli:v${PORTVERSION}:DEFAULT \ armon:consul-api:eb2c6b5:consulapi/vendor/github.com/armon/consul-api \ blang:semver:v3.5.1:semver/vendor/github.com/blang/semver \ coreos:etcd:v0.2.0:etcd/vendor/github.com/coreos/etcd \ coreos:go-semver:v0.2.0:gosemver/vendor/github.com/coreos/go-semver \ cpuguy83:go-md2man:v1.0.8:md2man/vendor/github.com/cpuguy83/go-md2man \ davecgh:go-spew:v1.1.0:gospew/vendor/github.com/davecgh/go-spew \ fsnotify:fsnotify:v1.4.2:fsnotify/vendor/github.com/fsnotify/fsnotify \ hashicorp:hcl:392dba7:hcl/vendor/github.com/hashicorp/hcl \ golang:protobuf:v1.2.0:protobuf/vendor/github.com/golang/protobuf \ inconshreveable:go-update:8152e7e:goupdate/vendor/github.com/inconshreveable/go-update \ inconshreveable:mousetrap:v1.0:mousetrap/vendor/github.com/inconshreveable/mousetrap \ kr:fs:v0.1.0:fs/vendor/github.com/kr/fs \ kr:pretty:v0.1.0:pretty/vendor/github.com/kr/pretty \ kr:text:v0.1.0:text/vendor/github.com/kr/text \ magiconair:properties:v1.7.3:properties/vendor/github.com/magiconair/properties \ mitchellh:go-homedir:v1.0.0:gohomedir/vendor/github.com/mitchellh/go-homedir \ mitchellh:mapstructure:d0303fe:mapstructure/vendor/github.com/mitchellh/mapstructure \ pelletier:go-buffruneio:v0.2.0:gobuffruneio/vendor/github.com/pelletier/go-buffruneio \ pelletier:go-toml:v1.0.0:gotoml/vendor/github.com/pelletier/go-toml \ pkg:errors:v0.8.0:errors/vendor/github.com/pkg/errors \ pkg:sftp:v1.8.3:sftp/vendor/github.com/pkg/sftp \ pmezard:go-difflib:v1.0.0:godifflib/vendor/github.com/pmezard/go-difflib \ russross:blackfriday:v1.5.1:blackfriday/vendor/github.com/russross/blackfriday \ spf13:afero:9be6508:afero/vendor/github.com/spf13/afero \ spf13:cast:v1.1.0:cast/vendor/github.com/spf13/cast \ spf13:cobra:b26b538:cobra/vendor/github.com/spf13/cobra \ spf13:jWalterWeatherman:0efa520:jww/vendor/github.com/spf13/jwalterweatherman \ spf13:pflag:e57e3ee:pflag/vendor/github.com/spf13/pflag \ spf13:viper:1573881:viper/vendor/github.com/spf13/viper \ stretchr:objx:v0.1.1:objx/vendor/github.com/stretchr/objx \ stretchr:testify:v1.1.4:testify/vendor/github.com/stretchr/testify \ ugorji:go:v1.1.1:ugorji/vendor/github.com/ugorji/go \ xordataexchange:crypt:b2862e3:dataexchange/vendor/github.com/xordataexchange/crypt \ golang:crypto:0e37d00:crypto/vendor/golang.org/x/crypto \ golang:net:f5079bd:net/vendor/golang.org/x/net \ golang:oauth2:d2e6202:oauth2/vendor/golang.org/x/oauth2 \ golang:sys:d8f5ea2:sys/vendor/golang.org/x/sys \ golang:text:3bd178b:text/vendor/golang.org/x/text \ golang:tools:90fa682:tour/vendor/golang.org/x/tools \ golang:appengine:ae0ab99:appengine/vendor/google.golang.org/appengine \ googleapis:google-api-go-client:920bb1b:gapis/vendor/google.golang.org/api \ GoogleCloudPlatform:google-cloud-go:v0.28.0:gcloudgo/vendor/cloud.google.com/go \ go4org:go4:417644f:go4/vendor/go4.org \ go-check:check:788fd78:gocheck/vendor/gopkg.in/check.v1 \ go-yaml:yaml:25c4ec8:yaml/vendor/gopkg.in/yaml.v2 GO_PKGNAME= github.com/${GH_ACCOUNT}/${GH_PROJECT} GO_TARGET= ./exercism GO_BUILDFLAGS= -ldflags="\ -s -w \ -X github.com/exercism/cli/cmd.BuildOS=freebsd \ -X github.com/exercism/cli/cmd.BuildARCH=${ARCH}" PLIST_FILES= bin/exercism .include Index: head/misc/fbless/Makefile =================================================================== --- head/misc/fbless/Makefile (revision 516886) +++ head/misc/fbless/Makefile (revision 516887) @@ -1,18 +1,20 @@ # Created by: Alexander # $FreeBSD$ PORTNAME= fbless PORTVERSION= 0.2.3 CATEGORIES= misc textproc python MAINTAINER= alexander.4mail@gmail.com COMMENT= Text-mode fb2 books reader +BROKEN= unfetchable + LICENSE= GPLv2 USES= python:2.7 USE_PYTHON= distutils USE_GITHUB= yes GH_ACCOUNT= matimatik .include Index: head/misc/free42-skins/Makefile =================================================================== --- head/misc/free42-skins/Makefile (revision 516886) +++ head/misc/free42-skins/Makefile (revision 516887) @@ -1,28 +1,30 @@ # $FreeBSD$ PORTNAME= free42-skins DISTVERSION= g20180711 PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= http://thomasokken.com/free42/skins/ DISTNAME= desktop-skins DIST_SUBDIR= ${PORTNAME}-${DISTVERSION} MAINTAINER= yuri@FreeBSD.org COMMENT= Skins for free42, simulation of the HP-42S scientific calculator +BROKEN= unfetchable + LICENSE= GPLv2 RUN_DEPENDS= free42>0:misc/free42 USES= zip NO_WRKSUBDIR= yes NO_BUILD= yes NO_ARCH= yes DATADIR= ${PREFIX}/share/free42 do-install: @cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}/skins .include Index: head/misc/granulate/Makefile =================================================================== --- head/misc/granulate/Makefile (revision 516886) +++ head/misc/granulate/Makefile (revision 516887) @@ -1,22 +1,24 @@ # Created by: Ying-Chieh Liao # $FreeBSD$ PORTNAME= granulate PORTVERSION= 0.2 CATEGORIES= misc MASTER_SITES= http://exe2bin.com/granulate/ \ http://keyserver.kjsl.com/~jharris/distfiles/ MAINTAINER= jharris@widomaker.com COMMENT= Granulate is a program for splitting files in place +BROKEN= unfetchable + PLIST_FILES= bin/granulate post-patch: @${REINPLACE_CMD} -e "s,^CC,#CC,g ; s,^CFLAGS,#CFLAGS,g" \ ${WRKSRC}/Makefile do-install: @${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin .include Index: head/misc/libisocodes/Makefile =================================================================== --- head/misc/libisocodes/Makefile (revision 516886) +++ head/misc/libisocodes/Makefile (revision 516887) @@ -1,31 +1,33 @@ # Created by: Koop Mast # $FreeBSD$ PORTNAME= libisocodes PORTVERSION= 1.2.2 CATEGORIES= misc MASTER_SITES= http://pkg-isocodes.alioth.debian.org/downloads/ MAINTAINER= kwm@FreeBSD.org COMMENT= Interaction library for iso-codes +BROKEN= unfetchable + LICENSE= GPLv3 BUILD_DEPENDS= valac:lang/vala LIB_DEPENDS= libgee-0.8.so:devel/libgee RUN_DEPENDS= iso-codes>=0:misc/iso-codes GNU_CONFIGURE= yes USES= gettext gmake libtool pathfix pkgconfig tar:xz USE_GNOME= glib20 introspection:build libxml2 INSTALL_TARGET= install-strip PLIST_SUB+= VERSION=${PORTVERSION} post-patch: @${REINPLACE_CMD} -e 's|/usr/share/xml/|${LOCALBASE}/share/xml/|g' \ ${WRKSRC}/src/iso_15924.* ${WRKSRC}/src/iso_3166* \ ${WRKSRC}/src/iso_4217.* ${WRKSRC}/src/iso_639* \ ${WRKSRC}/src/isocodes.* ${WRKSRC}/tests/test_iso_*.vala .include Index: head/misc/loop/Makefile =================================================================== --- head/misc/loop/Makefile (revision 516886) +++ head/misc/loop/Makefile (revision 516887) @@ -1,14 +1,16 @@ # Created by: Murray Nesbitt # $FreeBSD$ PORTNAME= loop PORTVERSION= 1.0 CATEGORIES= misc MASTER_SITES= http://www.nesbitt.ca/downloads/loop/ MAINTAINER= freebsd@nesbitt.ca COMMENT= Prints to stdout a series of numbers from `start' to `end' +BROKEN= unfetchable + PLIST_FILES= bin/loop man/man1/loop.1.gz .include Index: head/misc/mmv/Makefile =================================================================== --- head/misc/mmv/Makefile (revision 516886) +++ head/misc/mmv/Makefile (revision 516887) @@ -1,36 +1,38 @@ # Created by: Michael Elbel (me) # $FreeBSD$ PORTNAME= mmv PORTVERSION= 1.01b.19 CATEGORIES= misc MASTER_SITES= DEBIAN_POOL DISTNAME= ${PORTNAME}_1.01b.orig PATCH_SITES= ${MASTER_SITES} PATCHFILES= ${PORTNAME}_1.01b-15.diff.gz PATCH_DIST_STRIP= -p1 MAINTAINER= se@FreeBSD.org COMMENT= Move/Copy/Append/Link multiple files +BROKEN= unfetchable + LICENSE= Freeware LICENSE_NAME= MMV LICENSE_FILE= ${PATCHDIR}/LICENSE LICENSE_PERMS= dist-mirror pkg-mirror auto-accept CFLAGS+= -DHAS_DIRENT WRKSRC= ${WRKDIR}/${PORTNAME}-1.01b.orig do-build: cd ${WRKSRC}; ${CC} ${CFLAGS} -o ${PORTNAME} ${PORTNAME}.c do-install: ${INSTALL_PROGRAM} ${WRKSRC}/mmv ${STAGEDIR}${PREFIX}/bin/ ${INSTALL_MAN} ${WRKSRC}/mmv.1 ${STAGEDIR}${PREFIX}/man/man1/ .for i in mcp mad mln ${LN} -sf ${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${i} ${LN} -sf ${PORTNAME}.1 ${STAGEDIR}${PREFIX}/man/man1/${i}.1 .endfor .include Index: head/misc/p5-Norge/Makefile =================================================================== --- head/misc/p5-Norge/Makefile (revision 516886) +++ head/misc/p5-Norge/Makefile (revision 516887) @@ -1,17 +1,19 @@ # Created by: Anders Nordby # $FreeBSD$ PORTNAME= Norge PORTVERSION= 1.08 PORTREVISION= 1 CATEGORIES= misc textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Miscellaneous Norwegian-specific conversion methods for Perl +BROKEN= unfetchable + USES= perl5 USE_PERL5= configure .include Index: head/misc/pantry/Makefile =================================================================== --- head/misc/pantry/Makefile (revision 516886) +++ head/misc/pantry/Makefile (revision 516887) @@ -1,15 +1,17 @@ # Created by: Andrew Pantyukhin # $FreeBSD$ PORTNAME= pantry PORTVERSION= 32 CATEGORIES= misc MASTER_SITES= http://www.smileystation.com/pantry/downloads/ MAINTAINER= earl@eeg3.net COMMENT= Command-line nutrition analysis program +BROKEN= unfetchable + USES= tar:bzip2 GNU_CONFIGURE= yes .include Index: head/misc/phraze/Makefile =================================================================== --- head/misc/phraze/Makefile (revision 516886) +++ head/misc/phraze/Makefile (revision 516887) @@ -1,25 +1,27 @@ # Created by: Michael L. Hostbaek # $FreeBSD$ PORTNAME= phraze PORTVERSION= 0.4 CATEGORIES= misc MASTER_SITES= http://www.incava.org/pub/phraze/ MAINTAINER= mich@FreeBSD.org COMMENT= Converts telephone number to combinations of valid words +BROKEN= unfetchable + USE_RUBY= yes NO_BUILD= yes post-patch: @${REINPLACE_CMD} -e 's|^#!/usr/bin/ruby|#!${RUBY}|; \ s|/usr/share/phraze|${DATADIR}|' ${WRKSRC}/phraze ${WRKSRC}/phraze.1 do-install: @${MKDIR} ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${WRKSRC}/wordlist.phr ${STAGEDIR}${DATADIR} ${INSTALL_SCRIPT} ${WRKSRC}/phraze ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/phraze.1 ${STAGEDIR}${MANPREFIX}/man/man1 .include Index: head/misc/podsleuth/Makefile =================================================================== --- head/misc/podsleuth/Makefile (revision 516886) +++ head/misc/podsleuth/Makefile (revision 516887) @@ -1,30 +1,32 @@ # Created by: Romain Tartiere # $FreeBSD$ PORTNAME= podsleuth PORTVERSION= 0.6.7 PORTREVISION= 2 CATEGORIES= misc MASTER_SITES= http://download.banshee.fm/${PORTNAME}/${PORTVERSION}/ MAINTAINER= mono@FreeBSD.org COMMENT= Tool to discover detailed model information about an iPod +BROKEN= unfetchable + LIB_DEPENDS= libsgutils2.so:sysutils/sg3_utils \ libhal.so:sysutils/hal BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/ndesk-dbus-1.0.pc:devel/ndesk-dbus RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/ndesk-dbus-1.0.pc:devel/ndesk-dbus CONFIGURE_ARGS+=--with-hal-callouts-dir=${PREFIX}/libexec CONFIGURE_ENV= ac_cv_path_MCS=${LOCALBASE}/bin/mcs LDFLAGS+= -L${LOCALBASE}/lib GNU_CONFIGURE= yes USES= gmake mono pkgconfig pathfix MAKE_JOBS_UNSAFE= yes post-patch: @${REINPLACE_CMD} -e 's|^#!/bin/bash$$|#!/bin/sh|' \ ${WRKSRC}/src/PodSleuth.Hal/hal-podsleuth.in \ ${WRKSRC}/src/PodSleuth.Hal/podsleuth.in \ .include Index: head/misc/py-osd/Makefile =================================================================== --- head/misc/py-osd/Makefile (revision 516886) +++ head/misc/py-osd/Makefile (revision 516887) @@ -1,35 +1,37 @@ # Created by: larse@isi.edu # $FreeBSD$ PORTNAME= osd PORTVERSION= 0.2.14 PORTREVISION= 11 CATEGORIES= misc python MASTER_SITES= http://ichi2.net/pyosd/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= pyosd-${PORTVERSION} MAINTAINER= novel@FreeBSD.org COMMENT= Python wrapper for osd, for displaying text on your X display +BROKEN= unfetchable + LIB_DEPENDS= libxosd.so:misc/xosd RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twisted>=0:devel/py-twisted@${PY_FLAVOR} USES= python USE_PYTHON= distutils autoplist PORTDOCS= AUTHORS ChangeLog ChangeLog.old README README.daemon pyosd.html DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} OPTIONS_DEFINE= DOCS post-patch: @${REINPLACE_CMD} -e 's|/usr/X11R6|${LOCALBASE}|g' ${WRKSRC}/setup.py post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for i in ${PORTDOCS} @${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR} .endfor .include Index: head/misc/pylize/Makefile =================================================================== --- head/misc/pylize/Makefile (revision 516886) +++ head/misc/pylize/Makefile (revision 516887) @@ -1,26 +1,28 @@ # Created by: ijliao # $FreeBSD$ PORTNAME= pylize PORTVERSION= 1.3.b PORTREVISION= 5 CATEGORIES= misc textproc MASTER_SITES= http://www.chrisarndt.de/en/software/pylize/download/ \ http://dryice.name/computer/FreeBSD/distfiles/ DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} MAINTAINER= dryice@dryice.name COMMENT= Presentation generation tool +BROKEN= unfetchable + BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/HTMLgen.py:www/py-HTMLgen@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow@${PY_FLAVOR} \ ${PYTHON_SITELIBDIR}/em.py:textproc/py-empy@${PY_FLAVOR} RUN_DEPENDS:= ${BUILD_DEPENDS} USES= python:2.7 tar:bzip2 USE_PYTHON= autoplist distutils do-configure: @(cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} configure.py) .include Index: head/misc/rfc/Makefile =================================================================== --- head/misc/rfc/Makefile (revision 516886) +++ head/misc/rfc/Makefile (revision 516887) @@ -1,35 +1,37 @@ # Created by: Chris D. Faulhaber # $FreeBSD$ PORTNAME= rfc PORTVERSION= 3.2.3 PORTREVISION= 3 CATEGORIES= misc MASTER_SITES= http://www.dewn.com/rfc/ MAINTAINER= scf@FreeBSD.org COMMENT= Perl script to search for RFC's +BROKEN= unfetchable + RUN_DEPENDS= w3m:www/w3m NO_BUILD= yes USES= perl5 shebangfix USE_PERL5= run SHEBANG_FILES= ${PORTNAME}-${PORTVERSION} PLIST_FILES= bin/rfc man/man1/rfc.1.gz do-configure: @${REINPLACE_CMD} -e 's|/usr/local/etc/rfc|${PREFIX}/etc/rfc| ; \ s|/usr/local/etc/nmap|${PREFIX}/share/misc/nmap| ; \ s|400k|1024k| ; \ s|http://ftp.isi.edu/in-notes|http://www.ietf.org/rfc| ; \ s|http://www.iana|ftp://ftp.iana|' \ ${WRKSRC}/${PORTNAME}-${PORTVERSION} do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}-${PORTVERSION} \ ${STAGEDIR}${PREFIX}/bin/${PORTNAME} ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1 .include Index: head/misc/spamcalc/Makefile =================================================================== --- head/misc/spamcalc/Makefile (revision 516886) +++ head/misc/spamcalc/Makefile (revision 516887) @@ -1,41 +1,43 @@ # Created by: Harold Gutch # $FreeBSD$ PORTNAME= spamcalc PORTVERSION= 0.5 CATEGORIES= misc MASTER_SITES= http://www.garion.org/spamcalc/ DISTNAME= sc-0.5 MAINTAINER= logix@foobar.franken.de COMMENT= Calculates "DNS-spam"-values for hostnames +BROKEN= unfetchable + USES= perl5 tar:tgz OPTIONS_DEFINE= DOCS do-build: ${REINPLACE_CMD} -e "s,sc.conf,${PREFIX}/etc/spamcalc.conf," \ ${WRKSRC}/sc.pl ${REINPLACE_CMD} -e "s,datafilesdir.*,datafilesdir = ${DATADIR}," \ ${WRKSRC}/sc.conf do-install: ${INSTALL_SCRIPT} ${WRKSRC}/sc.pl ${STAGEDIR}${PREFIX}/bin/spamcalc ${INSTALL_DATA} ${WRKSRC}/sc.conf ${STAGEDIR}${PREFIX}/etc/spamcalc.conf ${MKDIR} ${STAGEDIR}${DATADIR} .for i in words regexps domains ${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DATADIR} .endfor ${MKDIR} ${STAGEDIR}${DATADIR}/data .for i in domains.blacklist domains.whitelist regexps.general regexps.nonspam \ spam.txt words.de words.it words.negative words.nl words.pl \ words.swear words.template words.uk ${INSTALL_DATA} ${WRKSRC}/data/${i} ${STAGEDIR}${DATADIR}/data .endfor @${MKDIR} ${STAGEDIR}${DOCSDIR} .for i in LICENSE algorithms arguments feedback files introduction todo ${INSTALL_DATA} ${WRKSRC}/docs/${i} ${STAGEDIR}${DOCSDIR} .endfor .include Index: head/misc/us-zipcodes/Makefile =================================================================== --- head/misc/us-zipcodes/Makefile (revision 516886) +++ head/misc/us-zipcodes/Makefile (revision 516887) @@ -1,25 +1,27 @@ # Created by: wosch # $FreeBSD$ PORTNAME= zipcodes PORTVERSION= 1.0 CATEGORIES= misc MASTER_SITES= http://keyserver.kjsl.com/~jharris/distfiles/ PKGNAMEPREFIX= us- DISTFILES= ${PORTNAME}.gz MAINTAINER= jharris@widomaker.com COMMENT= USA postal codes +BROKEN= unfetchable + NO_WRKSUBDIR= yes EXTRACT_CMD= ${GZCAT} EXTRACT_BEFORE_ARGS= # None EXTRACT_AFTER_ARGS= > ${WRKSRC}/zipcodes NO_BUILD= yes PLIST_FILES= share/misc/us.zipcodes do-install: ${INSTALL_DATA} ${WRKSRC}/zipcodes \ ${STAGEDIR}${PREFIX}/share/misc/us.zipcodes .include Index: head/misc/xtypo/Makefile =================================================================== --- head/misc/xtypo/Makefile (revision 516886) +++ head/misc/xtypo/Makefile (revision 516887) @@ -1,20 +1,22 @@ # Created by: Takeshi MUTOH # $FreeBSD$ PORTNAME= xtypo PORTVERSION= 1.02 PORTREVISION= 2 CATEGORIES= misc MASTER_SITES= ftp://ftp.intec.co.jp/pub/utils/ MAINTAINER= mutoh@openedu.org COMMENT= X-based keyboard trainer +BROKEN= unfetchable + PLIST_FILES= bin/xtypo USES= imake USE_XORG= ice sm x11 xaw xext xmu xpm xt ALL_TARGET= xtypo WRKSRC= ${WRKDIR}/xtypo .include Index: head/misc/yaunc/Makefile =================================================================== --- head/misc/yaunc/Makefile (revision 516886) +++ head/misc/yaunc/Makefile (revision 516887) @@ -1,29 +1,31 @@ # Created by: nsayer@FreeBSD.org # $FreeBSD$ PORTNAME= yaunc PORTVERSION= 1.02 CATEGORIES= misc MASTER_SITES= http://www.redterror.net/code/yaunc/ MAINTAINER= jadawin@FreeBSD.org COMMENT= Yet another uptimes.net client +BROKEN= unfetchable + ALL_TARGET= bsd CFLAGS+= -DCONFFILE=\\\"${STAGEDIR}${PREFIX}/etc/yaunc.conf\\\" PLIST_FILES= bin/yaunc \ etc/yaunc.conf.sample \ man/man1/yaunc.1.gz USE_RC_SUBR= yaunc post-patch: @${REINPLACE_CMD} -e "s|%%PREFIX%%|${STAGEDIR}${PREFIX}|g" ${WRKSRC}/yaunc.1 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/yaunc ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/yaunc.1 ${STAGEDIR}${MANPREFIX}/man/man1 ${INSTALL_DATA} -m 600 ${WRKSRC}/yaunc.conf ${STAGEDIR}${PREFIX}/etc/yaunc.conf.sample .include Index: head/multimedia/cinelerra-gg/Makefile =================================================================== --- head/multimedia/cinelerra-gg/Makefile (revision 516886) +++ head/multimedia/cinelerra-gg/Makefile (revision 516887) @@ -1,104 +1,106 @@ # $FreeBSD$ PORTNAME= cinelerra-gg DISTVERSION= 5.1-20180714 DISTVERSIONSUFFIX= -${REV:C/(.......).*/\1/} PORTREVISION= 11 CATEGORIES= multimedia MASTER_SITES= https://git.cinelerra-cv.org/gitweb?p=goodguy/cinelerra.git;a=snapshot;h=${REV};sf=tgz;dummy=/ # tarballs are @ https://cinelerra-cv.org/five/pkgs/src/ MAINTAINER= yuri@FreeBSD.org COMMENT= Professional video editing and compositing environment +BROKEN= unfetchable + LICENSE= GPLv2 LICENSE_FILE= ${BUILD_WRKSRC}/COPYING ONLY_FOR_ARCHS= amd64 i386 ONLY_FOR_ARCHS_REASON= not designed for other architectures BUILD_DEPENDS= bash:shells/bash \ nasm:devel/nasm \ yasm:devel/yasm \ ${LOCALBASE}/include/libdv/dv.h:multimedia/libdv \ ${LOCALBASE}/include/mjpegtools/yuv4mpeg.h:multimedia/mjpegtools LIB_DEPENDS= libFLAC.so:audio/flac \ libasound.so:audio/alsa-lib \ libavcodec.so:multimedia/ffmpeg \ libfftw3.so:math/fftw3 \ libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 \ libgif.so:graphics/giflib \ libIex.so:graphics/ilmbase \ libIlmImf.so:graphics/openexr \ libogg.so:audio/libogg \ libopenjp2.so:graphics/openjpeg \ libopus.so:audio/opus \ libpng.so:graphics/png \ libsndfile.so:audio/libsndfile \ libtheoraenc.so:multimedia/libtheora \ libtiff.so:graphics/tiff \ libuuid.so:misc/e2fsprogs-libuuid \ libvorbis.so:audio/libvorbis \ libvpx.so:multimedia/libvpx \ libwebp.so:graphics/webp \ libx264.so:multimedia/libx264 \ libx265.so:multimedia/x265 RUN_DEPENDS= bash:shells/bash EXTRA_PATCHES= ${BUILD_WRKSRC}/blds/bsd.patch:-p1 REV= 502b6f3b6fd04f6b01c6d70dcb81aa304dd0db1c # git revision USES= autoreconf gettext-runtime gettext-tools gmake iconv:wchar_t jpeg localbase makeinfo python:2.7,build shebangfix SHEBANG_GLOB= *.sh *.bld GNU_CONFIGURE= yes USE_XORG= x11 xau xdmcp xext xfixes xft xinerama xv MAKE_ENV= C_INCLUDE_PATH=${LOCALBASE}/include CPLUS_INCLUDE_PATH=${LOCALBASE}/include LIBRARY_PATH=${LOCALBASE}/lib CONFIGURE_ARGS= --disable-static-build --disable-lame --disable-twolame \ --with-oss --without-alsa \ --without-firewire --without-dv --without-dvb \ --without-video4linux2 --without-xxf86vm --without-ladspa-build \ --without-libzmpeg --without-commercial --without-thirdparty CFLAGS+= -DFFMPEG3 BINARY_ALIAS= make=gmake WRKSRC= ${WRKDIR}/cinelerra-${REV:C/(.......).*/\1/} AUTORECONF_WRKSRC= ${BUILD_WRKSRC} CONFIGURE_WRKSRC= ${BUILD_WRKSRC} BUILD_WRKSRC= ${WRKSRC}/cinelerra-${DISTVERSION:C/-.*//} INSTALL_WRKSRC= ${BUILD_WRKSRC} DATADIR= ${PREFIX}/share/cin OPTIONS_DEFINE= LV2 OPENGL OPTIONS_DEFAULT= LV2 OPENGL OPTIONS_SUB= yes LV2_DESC= Use LV2 plugins LV2_CONFIGURE_WITH= lv2 LV2_USES= pkgconfig LV2_USE= GNOME=atk,cairo,gdkpixbuf2,glib20,gtk20,pango LV2_CFLAGS= -I${LOCALBASE}/include/lilv-0 -I${LOCALBASE}/include/suil-0 LV2_BUILD_DEPENDS= lv2>0:audio/lv2 LV2_LIB_DEPENDS= liblilv-0.so:audio/lilv \ libserd-0.so:devel/serd \ libsord-0.so:devel/sord \ libsratom-0.so:audio/sratom \ libsuil-0.so:audio/suil OPENGL_CONFIGURE_WITH= gl OPENGL_USE= GL=gl,glu post-patch: # the patch recommended by the upstream @cd ${CONFIGURE_WRKSRC}/ffmpeg && \ for f in `grep -lr libfdk_ .`; do ${REINPLACE_CMD} -e 's/libfdk_//' -i '' $$f; done; # correct the bash interpreter path @cd ${CONFIGURE_WRKSRC}/cinelerra && ${REINPLACE_CMD} -e 's|/bin/bash|${LOCALBASE}/bin/bash|' \ ../configure.ac bdcreate.C dvdcreate.C shbtnprefs.C do-configure: # configure needs bash @cd ${CONFIGURE_WRKSRC} && ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/bash configure ${CONFIGURE_ARGS} .include Index: head/multimedia/clipgrab/Makefile =================================================================== --- head/multimedia/clipgrab/Makefile (revision 516886) +++ head/multimedia/clipgrab/Makefile (revision 516887) @@ -1,42 +1,44 @@ # Created by: Veniamin Gvozdikov # $FreeBSD$ PORTNAME= clipgrab PORTVERSION= 3.7.2 PORTREVISION= 2 CATEGORIES= multimedia MASTER_SITES= https://download.clipgrab.org/ PATCH_SITES= https://gitlab.com/kikadf/clipgrab-qt5/raw/patches/patches/ PATCHFILES= clipgrab-qt5-${PORTVERSION}.patch:-p1 MAINTAINER= kikadf.01@gmail.com COMMENT= Program to download videos from YouTube and etc +BROKEN= unfetchable + LICENSE= GPLv3 USES= compiler:c++11-lang qmake qt:5 USE_QT= core dbus gui network webkit widgets xml buildtools_build LDFLAGS+= -Wl,--as-needed # cf. PR 224488 PLIST_FILES= bin/${PORTNAME} \ ${DATADIR}/icon.png \ ${DATADIR}/logo.png \ ${DATADIR}/paypal-logo.png \ ${DATADIR}/splash.png DESKTOP_ENTRIES="Clipgrab" "Download and convert videos from YouTube and etc" \ "${DATADIR}/icon.png" "${PORTNAME}" \ "AudioVideo;" true QMAKE_SOURCE_PATH= ${WRKSRC}/${PORTNAME}.pro post-patch: @${REINPLACE_CMD} -e 's,img/,share/${PORTNAME}/,g' ${WRKSRC}/*.cpp do-install: ${MKDIR} ${STAGEDIR}${DATADIR} ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} ${INSTALL_DATA} ${WRKSRC}/*.png ${STAGEDIR}${DATADIR} .include Index: head/multimedia/gpac-mp4box/Makefile =================================================================== --- head/multimedia/gpac-mp4box/Makefile (revision 516886) +++ head/multimedia/gpac-mp4box/Makefile (revision 516887) @@ -1,33 +1,35 @@ # Created by: Pascal Vizeli # $FreeBSD$ PORTNAME= mp4box DISTVERSION= 0.5.0 CATEGORIES= multimedia MASTER_SITES= SF/gpac/GPAC/GPAC%20${PORTVERSION} PKGNAMEPREFIX= gpac- DISTNAME= gpac-${DISTVERSION} MAINTAINER= pvizeli@yahoo.de COMMENT= Tool for merge mpg4 from Gpac +BROKEN= unfetchable + LICENSE= LGPL21 LIB_DEPENDS= libgpac.so:multimedia/gpac-libgpac CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -lgpac WRKSRC= ${WRKDIR}/gpac/applications/mp4box PLIST_FILES= bin/mp4box man/man1/mp4box.1.gz do-build: cd ${WRKSRC} && ${CC} ${CFLAGS} ${LDFLAGS} -o mp4box \ filedump.c fileimport.c live.c main.c do-install: ${INSTALL_PROGRAM} ${WRKSRC}/mp4box ${STAGEDIR}${PREFIX}/bin/mp4box ${INSTALL_MAN} ${WRKSRC}/../../doc/man/mp4box.1 \ ${STAGEDIR}${PREFIX}/man/man1/mp4box.1 .include Index: head/multimedia/libsmacker/Makefile =================================================================== --- head/multimedia/libsmacker/Makefile (revision 516886) +++ head/multimedia/libsmacker/Makefile (revision 516887) @@ -1,20 +1,22 @@ # $FreeBSD$ PORTNAME= libsmacker PORTVERSION= 1.0 CATEGORIES= multimedia MASTER_SITES= SF/${PORTNAME}/${DISTNAME}/ MAINTAINER= kennedy.greg@gmail.com COMMENT= C library for decoding .smk Smacker Video files +BROKEN= unfetchable + CFLAGS+= -fPIC USE_LDCONFIG= yes PLIST_FILES= lib/libsmacker.so post-patch: @${REINPLACE_CMD} '/CFLAGS/s|+=|?=|; s|gcc|${CC}|g' \ ${WRKSRC}/Makefile .include Index: head/multimedia/lxdvdrip/Makefile =================================================================== --- head/multimedia/lxdvdrip/Makefile (revision 516886) +++ head/multimedia/lxdvdrip/Makefile (revision 516887) @@ -1,94 +1,96 @@ # Created by: Ulrich Spoerlein # $FreeBSD$ PORTNAME= lxdvdrip PORTVERSION= 1.62 PORTREVISION= 18 CATEGORIES= multimedia MASTER_SITES= http://download.berlios.de/lxdvdrip/ EXTRACT_SUFX= .tgz MAINTAINER= multimedia@FreeBSD.org COMMENT= Command line tool to make a copy from a Video DVD +BROKEN= unfetchable + LIB_DEPENDS= libdvdnav.so:multimedia/libdvdnav \ libdvdread.so:multimedia/libdvdread RUN_DEPENDS= buffer:misc/buffer \ dvdauthor:multimedia/dvdauthor \ growisofs:sysutils/dvd+rw-tools \ mpgtx:multimedia/mpgtx \ mplayer:multimedia/mplayer \ transcode:multimedia/transcode SUB_FILES= pkg-message USES= alias WRKSRC= ${WRKDIR}/${PORTNAME} VAMPSRC= vamps.c requant.c LXDVDRIPSRC= cputest.c \ dvdbackup.c \ dvdcell.c \ dvdcopy.c \ dvdinfo.c \ dvdtools.c \ ifo.c \ lxdvdrip.c \ requant.c \ streamanalyze.c \ systools.c \ tcmemcpy.c \ vaporize.c CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -lpthread -ldvdread -lm DOCS= Changelog.de Changelog.en Changelog.fr \ README.de README.en README.fr \ README.dvdwizard.DE README.dvdwizard.EN README.dvdwizard.FR \ TODO freebsd.doc OPTIONS_DEFINE= DOCS EXAMPLES post-patch: @${REINPLACE_CMD} -E \ -e 's|playwave[[:space:]]+-r[[:space:]]+|wavplay -s|' \ -e 's|playwave|wavplay|' \ -e 's|/usr/local/share/lxdvdrip.wav|${DATADIR}/lxdvdrip.wav|' \ ${WRKSRC}/${PORTNAME}.c @${REINPLACE_CMD} -E \ -e 's|^.+alloca.h.+$$||' \ ${WRKSRC}/dvdbackup.c @${REINPLACE_CMD} -E \ -e 's|fopen64|fopen|g ; s|__off64_t|off_t|g' \ ${WRKSRC}/dvdinfo.c \ ${WRKSRC}/lxdvdrip.c @${REINPLACE_CMD} -E \ -e 's|stat64|stat|' \ ${WRKSRC}/systools.c @${REINPLACE_CMD} -E \ -e 's|uint([[:space:]]+)|unsigned int\1|g' \ -e 's|int([[:digit:]]+)|int\1_t|' \ ${WRKSRC}/vamps/requant.c do-install: .for f in lxdvdrip lxac3scan ${INSTALL_PROGRAM} ${WRKSRC}/${f} ${STAGEDIR}${PREFIX}/bin .endfor ${INSTALL_MAN} ${WRKSRC}/lxdvdrip.1 ${STAGEDIR}${MANPREFIX}/man/man1 ${INSTALL_DATA} ${WRKSRC}/doc-pak/lxdvdrip.conf.EN ${STAGEDIR}${PREFIX}/etc/lxdvdrip.conf.sample # binaries ${INSTALL_PROGRAM} ${WRKSRC}/vamps/vamps_${PORTNAME} ${STAGEDIR}${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/vamps/play_cell_${PORTNAME} ${STAGEDIR}${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/dvdbackup/dvdbackup_${PORTNAME} ${STAGEDIR}${PREFIX}/bin # examples ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} .for f in lxdvdrip.conf.DE lxdvdrip.conf.EN lxdvdrip.conf.FR ${INSTALL_DATA} ${WRKSRC}/doc-pak/${f} ${STAGEDIR}${EXAMPLESDIR} .endfor # data ${MKDIR} ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.wav ${STAGEDIR}${DATADIR} # docs ${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC}/doc-pak ; ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR} .include Index: head/multimedia/mjpg-streamer/Makefile =================================================================== --- head/multimedia/mjpg-streamer/Makefile (revision 516886) +++ head/multimedia/mjpg-streamer/Makefile (revision 516887) @@ -1,76 +1,78 @@ # Created by: Kozlov Sergey # $FreeBSD$ PORTNAME= mjpg-streamer PORTVERSION= r63 PORTREVISION= 2 CATEGORIES= multimedia net MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/Sourcecode MAINTAINER= skozlov@FreeBSD.org COMMENT= HTTP video streaming daemon +BROKEN= unfetchable + LICENSE= GPLv2 BUILD_DEPENDS= ${LOCALBASE}/include/linux/videodev.h:multimedia/v4l_compat APP_BINARY= mjpg_streamer CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib DEBUG_FLAGS+= -DDEBUG USE_LDCONFIG= ${PREFIX}/lib/${PORTNAME} OPTIONS_DEFINE= DEBUG OPTIONS_MULTI= INPUT_PLUGINS OUTPUT_PLUGINS OPTIONS_MULTI_INPUT_PLUGINS= TESTPICTURE UVC OPTIONS_MULTI_OUTPUT_PLUGINS= HTTP FILE TESTPICTURE_DESC= Test picture plugin UVC_DESC= Linux-UVC V4L2 plugin HTTP_DESC= HTTP streaming plugin FILE_DESC= File output plugin OPTIONS_DEFAULT= TESTPICTURE UVC HTTP FILE OPTIONS_SUB= yes .include .if ${PORT_OPTIONS:MTESTPICTURE} MJPEG_STREAMER_PLUGINS+= input_testpicture.so .endif .if ${PORT_OPTIONS:MUVC} MJPEG_STREAMER_PLUGINS+= input_uvc.so USES+= jpeg .endif .if ${PORT_OPTIONS:MHTTP} MJPEG_STREAMER_PLUGINS+= output_http.so .endif .if ${PORT_OPTIONS:MFILE} MJPEG_STREAMER_PLUGINS+= output_file.so .endif .if ${PORT_OPTIONS:MHTTP} .if ${PORT_OPTIONS:MUVC} USE_RC_SUBR= mjpg_streamer SUB_FILES+= pkg-message .endif .endif ALL_TARGET= ${APP_BINARY} ${MJPEG_STREAMER_PLUGINS} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${APP_BINARY} ${STAGEDIR}${PREFIX}/bin ${MKDIR} ${STAGEDIR}${PREFIX}/lib/${PORTNAME} @for plugin in ${MJPEG_STREAMER_PLUGINS}; do \ ${INSTALL_LIB} ${WRKSRC}/$${plugin} ${STAGEDIR}${PREFIX}/lib/${PORTNAME}; \ done .if ${PORT_OPTIONS:MHTTP} cd ${WRKSRC}/www && \ ${COPYTREE_SHARE} "*" ${STAGEDIR}${WWWDIR} .endif .include Index: head/multimedia/mpc-qt/Makefile =================================================================== --- head/multimedia/mpc-qt/Makefile (revision 516886) +++ head/multimedia/mpc-qt/Makefile (revision 516887) @@ -1,28 +1,30 @@ # $FreeBSD$ PORTNAME= mpc-qt DISTVERSIONPREFIX= v DISTVERSION= 18.08 PORTREVISION= 4 CATEGORIES= multimedia audio MAINTAINER= jbeich@FreeBSD.org COMMENT= Qt 5 clone of Media Player Classic based on libmpv +BROKEN= unfetchable + LICENSE= GPLv2 BUILD_DEPENDS= mpv>=0.29,1:multimedia/mpv LIB_DEPENDS= libmpv.so:multimedia/mpv USE_GITHUB= yes GH_ACCOUNT= cmdrkotori GH_TUPLE= Argon-:mpv-stats:1.1-28-gf42aa68:mpv_stats/external/mpv-stats USES= compiler:c++14-lang desktop-file-utils pkgconfig qmake qt:5 USE_QT= qmake_build buildtools_build linguisttools_build \ core dbus gui network svg_run widgets x11extras USE_GL= gl OPTIONS_DEFINE= DOCS .include Index: head/multimedia/vcdpad/Makefile =================================================================== --- head/multimedia/vcdpad/Makefile (revision 516886) +++ head/multimedia/vcdpad/Makefile (revision 516887) @@ -1,22 +1,24 @@ # Created by: Ying-Chieh Liao # $FreeBSD$ PORTNAME= vcdpad PORTVERSION= 0.8 PORTREVISION= 2 CATEGORIES= multimedia MASTER_SITES= http://www.nocrew.org/software/vcdpad/ MAINTAINER= multimedia@FreeBSD.org COMMENT= Program to pad vcd mpegs +BROKEN= unfetchable + PLIST_FILES= bin/vcdpad USES= gmake post-patch: @${REINPLACE_CMD} -e 's,$$(PREFIX),$$(DESTDIR)$$(PREFIX),' ${WRKSRC}/Makefile post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} .include Index: head/multimedia/winff/Makefile =================================================================== --- head/multimedia/winff/Makefile (revision 516886) +++ head/multimedia/winff/Makefile (revision 516887) @@ -1,66 +1,68 @@ # Created by: Thierry Thomas # $FreeBSD$ PORTNAME= WinFF PORTVERSION= 1.5.5 PORTREVISION= 15 CATEGORIES= multimedia MASTER_SITES= http://winff.org/docs/source/ PKGNAMESUFFIX= ${LAZARUS_PKGNAMESUFFIX} DISTNAME= ${_PORTNAME}-${PORTVERSION}-source MAINTAINER= thierry@FreeBSD.org COMMENT= Convert your videos quickly, easily, and all at once +BROKEN= unfetchable + LICENSE= GPLv3 LIB_DEPENDS= libavutil.so:multimedia/ffmpeg USE_XORG= x11 USES= fpc lazarus:flavors USE_FPC= chm fcl-base fcl-image fcl-json fcl-xml pasjpeg regexpr x11 NO_WRKSUBDIR= yes _PORTNAME= ${PORTNAME:tl} DATADIR= ${PREFIX}/share/${_PORTNAME} DOCSDIR= ${PREFIX}/share/doc/${_PORTNAME} DESKTOP_ENTRIES= "${PORTNAME}" \ "${COMMENT}" \ "${_PORTNAME}" \ "${_PORTNAME}" \ "AudioVideo;" \ true LAZARUS_NO_FLAVORS= qt5 LAZARUS_PROJECT_FILES= winff.lpr LAZBUILD_ARGS= -d BUILD_WRKSRC= ${WRKDIR}/${PKGNAME}/${_PORTNAME} .if ${FLAVOR:Ugtk2:Mgtk2} USE_FPC+= cairo USE_GNOME+= cairo INSTALLS_ICONS=yes .endif OPTIONS_DEFINE= DOCS pre-configure: ${REINPLACE_CMD} -e 's|/usr/share|${PREFIX}/share|g' ${BUILD_WRKSRC}/unit1.pas .for fp in unit1.pas unit4.pas scripts/check_presets.sh ${REINPLACE_CMD} -e 's|/usr/bin/|${LOCALBASE}/bin/|g' ${BUILD_WRKSRC}/${fp} .endfor do-install: ${INSTALL_PROGRAM} ${BUILD_WRKSRC}/${PORTNAME:tl} ${STAGEDIR}${PREFIX}/bin ${MKDIR} ${STAGEDIR}${DATADIR}/languages ${INSTALL_DATA} ${BUILD_WRKSRC}/presets.xml ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${BUILD_WRKSRC}/languages/* ${STAGEDIR}${DATADIR}/languages/ ${INSTALL_MAN} ${BUILD_WRKSRC}/${_PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1 ${INSTALL_DATA} ${BUILD_WRKSRC}/winff-icons/48x48/${_PORTNAME}.png \ ${STAGEDIR}${PREFIX}/share/pixmaps ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${BUILD_WRKSRC}/docs/*.pdf ${STAGEDIR}${DOCSDIR} .include Index: head/net/arp-scan/Makefile =================================================================== --- head/net/arp-scan/Makefile (revision 516886) +++ head/net/arp-scan/Makefile (revision 516887) @@ -1,17 +1,19 @@ # Created by: Wen Heping # $FreeBSD$ PORTNAME= arp-scan PORTVERSION= 1.9 CATEGORIES= net MASTER_SITES= http://www.nta-monitor.com/files/${PORTNAME}/ MAINTAINER= ports@FreeBSD.org COMMENT= ARP scanning and fingerprinting tool +BROKEN= unfetchable + LICENSE= GPLv3 GNU_CONFIGURE= yes USE_LDCONFIG= yes .include Index: head/net/aslookup/Makefile =================================================================== --- head/net/aslookup/Makefile (revision 516886) +++ head/net/aslookup/Makefile (revision 516887) @@ -1,27 +1,29 @@ # Created by: janos.mohacsi@bsd.hu # $FreeBSD$ PORTNAME= aslookup PORTVERSION= 0.12 PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://www.bugest.net/software/aslookup/ DISTNAME= ${PORTNAME}-alpha${PORTVERSION} MAINTAINER= jmohacsi@bsd.hu COMMENT= Tool that searches the sequence of AS numbers +BROKEN= unfetchable + OPTIONS_DEFINE= DOCS post-patch: @${REINPLACE_CMD} -E -e "s|CFLAGS.*=|CFLAGS +=|" \ -e "s|CC.*=|CC ?=|" ${WRKSRC}/Makefile do-install: ${INSTALL_PROGRAM} ${WRKSRC}/aslookup ${STAGEDIR}${PREFIX}/bin @if [ ! -d ${STAGEDIR}${PREFIX}/share/doc/aslookup ]; then \ ${MKDIR} ${STAGEDIR}${PREFIX}/share/doc/aslookup; fi ${INSTALL_DATA} ${WRKSRC}/readme-eng.txt ${WRKSRC}/readme-jp.txt \ ${STAGEDIR}${PREFIX}/share/doc/aslookup .include Index: head/net/balance/Makefile =================================================================== --- head/net/balance/Makefile (revision 516886) +++ head/net/balance/Makefile (revision 516887) @@ -1,25 +1,27 @@ # Created by: Joseph Scott # $FreeBSD$ PORTNAME= balance PORTVERSION= 3.57 CATEGORIES= net MASTER_SITES= http://www.inlab.de/ MAINTAINER= portmaster@BSDforge.com COMMENT= Simple but powerful generic TCP proxy with round robin features +BROKEN= unfetchable + LICENSE= GPLv2 ALL_TARGET= balance USE_RC_SUBR= balance pre-build: @${REINPLACE_CMD} -e 's|^CFLAGS|CFLAGS?|' \ -e 's|^CC|CC?|' ${WRKSRC}/Makefile do-install: ${INSTALL_PROGRAM} ${WRKSRC}/balance ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/balance.1 ${STAGEDIR}${MANPREFIX}/man/man1 .include Index: head/net/delegate/Makefile =================================================================== --- head/net/delegate/Makefile (revision 516886) +++ head/net/delegate/Makefile (revision 516887) @@ -1,57 +1,59 @@ # Created by: Masafumi NAKANE # $FreeBSD$ PORTNAME= delegate PORTVERSION= 9.9.13 PORTREVISION= 1 CATEGORIES= net www MASTER_SITES= ftp://ftp.delegate.org/pub/DeleGate/ DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= danilo@FreeBSD.org COMMENT= General purpose TCP/IP proxy system +BROKEN= unfetchable + BROKEN_mips= fails to build: gmake[1]: [Makefile:116: mkmake.exe] Error 1 BROKEN_mips64= fails to build: gmake[1]: [Makefile:116: mkmake.exe] Error 1 USES= compiler:c11 gmake SUB_FILES= pkg-message ADMIN?= admin@example.com CFLAGS+= -x c++ -std=gnu++98 PLIST_FILES= sbin/delegated etc/rc.d/delegated.sh-dist PORTDOCS= CHANGES COPYRIGHT DG9note.html HowToDG.html IPv6NOTE.txt \ Manual.htm jpconv.htm tutor-en.htm tutor-jp.htm OPTIONS_DEFINE= DOCS post-extract: @${LN} ${WRKSRC}/CHANGES ${WRKSRC}/COPYRIGHT ${WRKSRC}/DG9note.html \ ${WRKSRC}/IPv6NOTE.txt ${WRKSRC}/doc post-patch: # Prevent "filesystem was touched prior to 'make install' phase" warning; # allow unattended (non-interactive) builds @${REINPLACE_CMD} -e 's,"$$(XDG)",& DGROOT=${WRKDIR},' \ ${WRKSRC}/Makefile @${REINPLACE_CMD} -E '/ADMIN/s,undef,${ADMIN}, ; \ s,-F(esign|ver),& DGROOT=${WRKDIR},' ${WRKSRC}/src/Makefile do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/delegated ${STAGEDIR}${PREFIX}/sbin ${INSTALL_SCRIPT} ${FILESDIR}/delegated.sh \ ${STAGEDIR}${PREFIX}/etc/rc.d/delegated.sh-dist # Re-sign the executable @${MKDIR} ${WRKDIR}/tmp @${CP} ${STAGEDIR}${PREFIX}/sbin/delegated ${WRKDIR}/tmp/dg @${CHMOD} +w ${STAGEDIR}${PREFIX}/sbin/delegated @${WRKDIR}/tmp/dg DGROOT=${WRKDIR}/tmp/ -Fesign -w ${STAGEDIR}${PREFIX}/sbin/delegated @${CHMOD} -w ${STAGEDIR}${PREFIX}/sbin/delegated do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/doc/,} ${STAGEDIR}${DOCSDIR} .include Index: head/net/erlang-xmlrpc/Makefile =================================================================== --- head/net/erlang-xmlrpc/Makefile (revision 516886) +++ head/net/erlang-xmlrpc/Makefile (revision 516887) @@ -1,35 +1,37 @@ # $FreeBSD$ PORTNAME= xmlrpc PORTVERSION= 1.13 PORTREVISION= 13 CATEGORIES= net MASTER_SITES= http://www.erlang.org/contrib/ PKGNAMEPREFIX= erlang- DIST_SUBDIR= erlang MAINTAINER= erlang@FreeBSD.org COMMENT= Library for XMLRPC support in Erlang +BROKEN= unfetchable + USES= gmake erlang tar:tgz WRKSRC= ${WRKDIR}/xmlrpc-${PORTVERSION} ERL_DOCS= doc/xmlrpc.pdf doc/xmlrpc.ps doc/xmlrpc.txt OPTIONS_DEFINE= DOCS EXAMPLES do-build: cd ${WRKSRC}/src && ${GMAKE} post-patch: @${REINPLACE_CMD} -i '' -e 's|XMERL_PATH=.*|XMERL_PATH=${LOCALBASE}/lib/erlang/lib/xmerl|g' ${WRKSRC}/src/Makefile @${RM} ${WRKSRC}/src/*.orig post-install: ${INSTALL_MAN} ${WRKSRC}/doc/xmlrpc.3 ${STAGEDIR}${MANPREFIX}/man/man3/erlang_xmlrpc.3 post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/examples/* ${STAGEDIR}${EXAMPLESDIR} .include Index: head/net/etrace/Makefile =================================================================== --- head/net/etrace/Makefile (revision 516886) +++ head/net/etrace/Makefile (revision 516887) @@ -1,24 +1,26 @@ # Created by: dave.ryan@gmail.com # $FreeBSD$ PORTNAME= etrace PORTVERSION= 1.1 PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://www.bindshell.net/tools/etrace/ DISTNAME= ${PORTNAME}.${PORTVERSION} MAINTAINER= dave.ryan@gmail.com COMMENT= Configurable static port network tracing tool +BROKEN= unfetchable + LICENSE= BSD3CLAUSE BUILD_DEPENDS= ${LOCALBASE}/lib/libdnet.a:net/libdnet \ ${LOCALBASE}/lib/libpcap.a:net/libpcap USES= tar:tgz WRKSRC= ${WRKDIR}/etrace GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-libdnet=${PREFIX} .include Index: head/net/fonulator/Makefile =================================================================== --- head/net/fonulator/Makefile (revision 516886) +++ head/net/fonulator/Makefile (revision 516887) @@ -1,37 +1,39 @@ # Created by: Max Khon # $FreeBSD$ PORTNAME= fonulator PORTVERSION= 2.0.1 PORTREVISION= 2 CATEGORIES= net net-mgmt MASTER_SITES= http://support.red-fone.com/fonulator/ MAINTAINER= fjoe@FreeBSD.org COMMENT= FoneBRIDGE configuration utility +BROKEN= unfetchable + BUILD_DEPENDS= ${LOCALBASE}/lib/libargtable2.a:devel/argtable\ ${LOCALBASE}/lib/libfb.a:net/libfb LIB_DEPENDS= libnet.so:net/libnet GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --disable-shared PLIST_FILES= bin/fonulator \ man/man1/fonulator.1.gz post-patch: @${REINPLACE_CMD}\ -e 's,/usr/lib/libargtable2.a,${LOCALBASE}/lib/libargtable2.a,'\ -e 's,/usr/lib/libnet.a,${LOCALBASE}/lib/libnet.a,'\ ${WRKSRC}/Makefile.in ${WRKSRC}/configure .if exists(/usr/lib/libibverbs.a) @${REINPLACE_CMD} -e 's,^fonulator_LDADD.*,& /usr/lib/libibverbs.a,' \ ${WRKSRC}/Makefile.in .endif @${REINPLACE_CMD} -e 's,/etc/redfone.conf,${LOCALBASE}/etc/redfone.conf,'\ ${WRKSRC}/fonulator.c ${WRKSRC}/fonulator.1 .include Index: head/net/freeradius-client/Makefile =================================================================== --- head/net/freeradius-client/Makefile (revision 516886) +++ head/net/freeradius-client/Makefile (revision 516887) @@ -1,21 +1,23 @@ # Created by: netch@netch.kiev.ua # $FreeBSD$ PORTNAME= freeradius-client PORTVERSION= 1.1.6 PORTREVISION= 1 CATEGORIES= net MASTER_SITES= ftp://ftp.freeradius.org/pub/freeradius/ \ ftp://ftp.suntel.com.tr/pub/freeradius/ MAINTAINER= netch@portaone.com COMMENT= Client library and basic utilities for RADIUS AAA +BROKEN= unfetchable + GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USES= gmake libtool tar:bzip2 USE_LDCONFIG= yes CONFLICTS= radiusclient-ng-[0-9]* .include Index: head/net/gkrellmwireless2/Makefile =================================================================== --- head/net/gkrellmwireless2/Makefile (revision 516886) +++ head/net/gkrellmwireless2/Makefile (revision 516887) @@ -1,23 +1,25 @@ # Created by: KT Sin # $FreeBSD$ PORTNAME= gkrellmwireless PORTVERSION= 2.0.2 PORTREVISION= 14 CATEGORIES= net MASTER_SITES= http://gkrellm.luon.net/files/ MAINTAINER= ktsin@acm.org COMMENT= GKrellM wireless plugin +BROKEN= unfetchable + BUILD_DEPENDS= ${LOCALBASE}/include/gkrellm2/gkrellm.h:sysutils/gkrellm2 RUN_DEPENDS= gkrellm:sysutils/gkrellm2 WRKSRC= ${WRKDIR}/gkrellmwireless USE_XORG= x11 USES= gmake pkgconfig pre-install: @${MKDIR} ${STAGEDIR}${PREFIX}/libexec/gkrellm2/plugins .include Index: head/net/gnatsd/Makefile =================================================================== --- head/net/gnatsd/Makefile (revision 516886) +++ head/net/gnatsd/Makefile (revision 516887) @@ -1,30 +1,32 @@ # $FreeBSD$ PORTNAME= gnatsd PORTVERSION= 1.4.1 DISTVERSIONPREFIX= v CATEGORIES= net MAINTAINER= olgeni@FreeBSD.org COMMENT= Messaging system written in Go +BROKEN= unfetchable + LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME} USE_GITHUB= yes GH_ACCOUNT= nats-io USE_RC_SUBR= gnatsd.sh OPTIONS_DEFINE= DOCS post-install: @${MKDIR} ${STAGEDIR}${PREFIX}/etc ${INSTALL_DATA} ${FILESDIR}/gnatsd.conf ${STAGEDIR}${PREFIX}/etc/gnatsd.conf.sample @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} cd ${WRKSRC}/server && ${COPYTREE_SHARE} configs ${STAGEDIR}${DOCSDIR} .include Index: head/net/howl/Makefile =================================================================== --- head/net/howl/Makefile (revision 516886) +++ head/net/howl/Makefile (revision 516887) @@ -1,23 +1,25 @@ # Created by: David Magda # $FreeBSD$ PORTNAME= howl PORTVERSION= 1.0.0 PORTREVISION= 3 CATEGORIES?= net devel MASTER_SITES= http://www.porchdogsoft.com/download/ MAINTAINER= freebsd@donovansbrain.co.uk COMMENT= Zeroconf/Bonjour(tm) implementation +BROKEN= unfetchable + CONFLICTS= avahi-[0-9]* GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USES= gmake libtool pathfix pkgconfig USE_LDCONFIG= yes USE_RC_SUBR= mdnsresponder PLIST_SUB= VERSION="${PORTVERSION}" .include Index: head/net/irrd/Makefile =================================================================== --- head/net/irrd/Makefile (revision 516886) +++ head/net/irrd/Makefile (revision 516887) @@ -1,73 +1,75 @@ # Created by: TAKANO Yuji # $FreeBSD$ PORTNAME= irrd PORTVERSION= 2.3.10 PORTREVISION= 3 CATEGORIES= net MASTER_SITES= http://www.irrd.net/ DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= ume@FreeBSD.org COMMENT= Internet Routing Registry database server +BROKEN= unfetchable + LICENSE= BSD4CLAUSE LICENSE_FILE= ${WRKDIR}/${PORTNAME}${PORTVERSION}/COPYRIGHT RUN_DEPENDS= wget:ftp/wget WRKSRC= ${WRKDIR}/${PORTNAME}${PORTVERSION}/src IRRD_CONFDIR= ${PREFIX}/etc USES= shebangfix tar:tgz USE_RC_SUBR= irrd GNU_CONFIGURE= yes CONFIGURE_ENV= YACC="${YACC}" MAKE_JOBS_UNSAFE= yes DESTDIRNAME= STAGEDIR OPTIONS_DEFINE= IPV6 IPV6_CONFIGURE_ENABLE= ipv6 SHEBANG_FILES= programs/irrdcacher/irrdcacher \ programs/irrdcacher/ripe2rpsl PLIST_FILES= etc/irrd.conf.sample \ man/man8/irrd.8.gz \ sbin/irr_notify \ sbin/irr_rpsl_check \ sbin/irr_rpsl_submit \ sbin/irrd \ sbin/irrdcacher \ sbin/ripe2rpsl post-patch: ${REINPLACE_CMD} -e 's|/etc/irrd.conf|${IRRD_CONFDIR}/irrd.conf|g' \ ${WRKSRC}/programs/IRRd/irrd.8 \ ${WRKSRC}/programs/IRRd/main.c \ ${WRKSRC}/programs/hdr_comm/read_conf.c \ ${WRKSRC}/programs/irr_notify/main.c \ ${WRKSRC}/programs/irr_rpsl_check/main.c \ ${WRKSRC}/programs/irr_rpsl_submit/main.c \ ${WRKSRC}/programs/irrdcacher/irrdcacher \ ${WRKSRC}/programs/rps_dist/rpsdist.c ${REINPLACE_CMD} -e 's|\($$(DESTDIR)\)|$$(STAGEDIR)\1|g' \ -e 's|\( -m 755 \)| -s\1|g' \ -e 's| -o root -g bin||g' \ ${WRKSRC}/programs/IRRd/Makefile \ ${WRKSRC}/programs/irr_notify/Makefile \ ${WRKSRC}/programs/irr_rpsl_check/Makefile \ ${WRKSRC}/programs/irr_rpsl_submit/Makefile post-install: ${INSTALL_SCRIPT} ${WRKSRC}/programs/irrdcacher/irrdcacher \ ${STAGEDIR}${PREFIX}/sbin ${INSTALL_SCRIPT} ${WRKSRC}/programs/irrdcacher/ripe2rpsl \ ${STAGEDIR}${PREFIX}/sbin ${INSTALL_DATA} ${WRKSRC}/../samples/irrd.conf.sample \ ${STAGEDIR}${IRRD_CONFDIR} ${INSTALL_DATA} ${WRKSRC}/programs/IRRd/irrd.8 \ ${STAGEDIR}${PREFIX}/man/man8 .include Index: head/net/libp0f/Makefile =================================================================== --- head/net/libp0f/Makefile (revision 516886) +++ head/net/libp0f/Makefile (revision 516887) @@ -1,27 +1,29 @@ # Created by: Eric Allen Griff # $FreeBSD$ PORTNAME= libp0f PORTVERSION= 2.0.8 CATEGORIES= net MASTER_SITES= http://tools.netsa.cert.org/confluence/download/attachments/16547842/ DISTNAME= p0flib MAINTAINER= setjmp@hotmail.com COMMENT= Library of p0f-2.x for yaf as in the CERT NETSA confluence +BROKEN= unfetchable + LICENSE= LGPL21 WRKSRC_SUBDIR= libp0f GNU_CONFIGURE= YES CONFIGURE_ARGS= --sysconfdir=${LOCALBASE}/etc INSTALL_TARGET= install-strip USES= gmake libtool pathfix pkgconfig tar:tgz USE_LDCONFIG= yes post-install: ${RM} ${STAGEDIR}${LOCALBASE}/bin/p0f ${MV} ${STAGEDIR}/etc/p0f ${STAGEDIR}${LOCALBASE}/etc/libp0f ${RM} -r ${STAGEDIR}/etc .include Index: head/net/libsocket++/Makefile =================================================================== --- head/net/libsocket++/Makefile (revision 516886) +++ head/net/libsocket++/Makefile (revision 516887) @@ -1,29 +1,31 @@ # Created by: Narvi # $FreeBSD$ PORTNAME= libsocket++ PORTVERSION= 1.12.13 PORTREVISION= 4 CATEGORIES= net MASTER_SITES= http://src.linuxhacker.at/socket++/ DISTNAME= socket++-${PORTVERSION} MAINTAINER= arved@FreeBSD.org COMMENT= C++ wrapper library to the sockets +BROKEN= unfetchable + LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING OPTIONS_DEFINE= DOCS GNU_CONFIGURE= yes USE_LDCONFIG= yes USES= autoreconf libtool makeinfo INFO= socket++ post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} .include Index: head/net/ltm/Makefile =================================================================== --- head/net/ltm/Makefile (revision 516886) +++ head/net/ltm/Makefile (revision 516887) @@ -1,24 +1,26 @@ # Created by: Statseeker # $FreeBSD$ PORTNAME= ltm PORTVERSION= 3.0.0.608281003 CATEGORIES= net MASTER_SITES= http://www.statseeker.com/downloads/ MAINTAINER= ltm-support@statseeker.com COMMENT= Statseeker Real Time LAN Analyser +BROKEN= unfetchable + NO_BUILD= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bin/ltm-client ${STAGEDIR}${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/bin/ltm-mkprotodb ${STAGEDIR}${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/etc/protocols.cfg ${STAGEDIR}${PREFIX}/etc ${INSTALL_DATA} ${WRKSRC}/etc/protocols.db ${STAGEDIR}${PREFIX}/etc .for f in ltm-client ltm-mkprotodb ltm ${INSTALL_MAN} ${WRKSRC}/man/man1/${f}.1.gz \ ${STAGEDIR}${MANPREFIX}/man/man1 .endfor .include Index: head/net/lvwimax/Makefile =================================================================== --- head/net/lvwimax/Makefile (revision 516886) +++ head/net/lvwimax/Makefile (revision 516887) @@ -1,26 +1,28 @@ # Created by: Boris Samorodov # $FreeBSD$ PORTNAME= lvwimax PORTVERSION= 0.1 PORTREVISION= 1 CATEGORIES= net MASTER_SITES= ftp://ftp.wart.ru/pub/download/ MAINTAINER= bsam@FreeBSD.org COMMENT= Userland driver for Samsung WiMAX modems +BROKEN= unfetchable + LICENSE= GPLv2 USES= uidfix USE_RC_SUBR= lvwimax PLIST_FILES= etc/devd/lvwimax.conf sbin/lvwimax post-install: @${MKDIR} ${STAGEDIR}${PREFIX}/etc/devd @${SED} -e "s|%%PREFIX%%|${PREFIX}|g" \ < ${FILESDIR}/lvwimax.conf.in > ${WRKDIR}/lvwimax.conf ${INSTALL_DATA} "${WRKDIR}/lvwimax.conf" ${STAGEDIR}${PREFIX}/etc/devd .include Index: head/net/mono-zeroconf/Makefile =================================================================== --- head/net/mono-zeroconf/Makefile (revision 516886) +++ head/net/mono-zeroconf/Makefile (revision 516887) @@ -1,27 +1,29 @@ # $FreeBSD$ PORTNAME= mono-zeroconf PORTVERSION= 0.9.0 PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://download.banshee.fm/${PORTNAME}/ MAINTAINER= mono@FreeBSD.org COMMENT= Cross platform Zero Configuration Networking library for Mono +BROKEN= unfetchable + BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/avahi-sharp.pc:net/avahi-sharp RUN_DEPENDS:= ${BUILD_DEPENDS} OPTIONS_DEFINE= DOCS GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_path_MCS=${LOCALBASE}/bin/mcs USES= gmake mono pathfix pkgconfig shebangfix bash_CMD= ${SH} SHEBANG_FILES= src/MZClient/mzclient.in CONFIGURE_ARGS+= --program-transform-name="" \ --disable-mdnsresponder MAKE_JOBS_UNSAFE= yes DOCS_CONFIGURE_ENABLE= docs .include Index: head/net/nph/Makefile =================================================================== --- head/net/nph/Makefile (revision 516886) +++ head/net/nph/Makefile (revision 516887) @@ -1,26 +1,28 @@ # Created by: Jim Pirzyk # $FreeBSD$ PORTNAME= nph PORTVERSION= 1.2.3 PORTREVISION= 1 CATEGORIES= net MASTER_SITES= ftp://ftp.feep.net/pub/software/nph/ MAINTAINER= pirzyk@FreeBSD.org COMMENT= New PH Client and API Library +BROKEN= unfetchable + HAS_CONFIGURE= YES CONFIGURE_ARGS= --disable-encap --disable-epkg-install do-install: @(cd ${BUILD_WRKSRC}; ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} install-recurse) -@${MKDIR} ${STAGEDIR}${PREFIX}/etc @${CP} ${BUILD_WRKSRC}/nphrc ${STAGEDIR}${PREFIX}/etc/nphrc.sample PKG_PREFIX=${STAGEDIR}${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL post-clean: @${RM} ${STAGEDIR}${PREFIX}/etc/ph_server .include Index: head/net/ntraceroute/Makefile =================================================================== --- head/net/ntraceroute/Makefile (revision 516886) +++ head/net/ntraceroute/Makefile (revision 516887) @@ -1,32 +1,34 @@ # Created by: Bruce M Simpson # $FreeBSD$ PORTNAME= ntraceroute PORTVERSION= 6.4.2 PORTREVISION= 3 CATEGORIES= net MASTER_SITES= ZI/ntraceroute DISTNAME= traceroute.c EXTRACT_SUFX= DIST_SUBDIR= ${PORTNAME} MAINTAINER= zi@FreeBSD.org COMMENT= Ubiquitous network routing analysis tool +BROKEN= unfetchable + EXTRACT_CMD= ${CP} EXTRACT_BEFORE_ARGS= EXTRACT_AFTER_ARGS= . NO_WRKSUBDIR= yes PLIST_FILES= sbin/${PORTNAME} BUILD_FLAGS= -DBYTESWAP_IP_FLAGS -DBYTESWAP_IP_LEN do-build: ${CC} ${BUILD_FLAGS} -o ${WRKSRC}/${PORTNAME} -lm \ ${WRKSRC}/${DISTFILES} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/sbin .include Index: head/net/openradius/Makefile =================================================================== --- head/net/openradius/Makefile (revision 516886) +++ head/net/openradius/Makefile (revision 516887) @@ -1,93 +1,95 @@ # Created by: Adam Jette # $FreeBSD$ PORTNAME= openradius PORTVERSION= 0.9.12c PORTREVISION= 3 CATEGORIES= net MASTER_SITES= http://evbergen.home.xs4all.nl/openradius/download/ \ http://www.mirrors.wiretapped.net/security/authentication/radius/openradius/ MAINTAINER= crees@FreeBSD.org COMMENT= RADIUS server with some actual documentation +BROKEN= unfetchable + LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING LOGFILE?= /var/log/openradius.log CONFLICTS= freeradius-[0-9]* gnu-radius-[0-9]* radiusd-cistron-[0-9]* \ freeradius-mysql-[0-9]* CC?= gcc CXX?= g++ MAKE_ENV= INST_PREFIX=${STAGEDIR} USES= gmake shebangfix SHEBANG_FILES= modules/ascfile/ascfile \ modules/radsql/radsql \ modules/unixpasswd/unixpasswd USE_RC_SUBR= openradius SUB_LIST= LOGFILE="${LOGFILE}" OPTIONS_DEFINE= LDAP DOCS EXAMPLES .include .if ${PORT_OPTIONS:MLDAP} USE_OPENLDAP= YES PLIST_SUB+= LDAP="" SCRIPTS_ENV+= USE_LDAP=yes .else PLIST_SUB+= LDAP="@comment " .endif post-install: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/doc/async-iface-notes ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/doc/language.html ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/doc/module-interface.html ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/doc/note-behaviourfile ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/doc/note-struct-ownership ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/doc/using-openradius.html ${STAGEDIR}${DOCSDIR} ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/accounts ${INSTALL_DATA} ${WRKSRC}/examples/behaviour.sample-ldap ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/examples/behaviour.sample-ldap-authbind ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/examples/behaviour.sample-mysql ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/examples/behaviour.sample-postgres ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/examples/behaviour.sample-unixpass ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/examples/behaviour.sample-usersfile ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/examples/configuration.sample-ldap ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/examples/configuration.sample-ldap-authbind ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/examples/configuration.sample-mysql ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/examples/configuration.sample-postgres ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/examples/configuration.sample-unixpass ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/examples/configuration.sample-usersfile ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/examples/accounts/README ${STAGEDIR}${EXAMPLESDIR}/accounts ${INSTALL_DATA} ${WRKSRC}/examples/accounts/accounts.mysql ${STAGEDIR}${EXAMPLESDIR}/accounts ${INSTALL_DATA} ${WRKSRC}/examples/accounts/behaviour ${STAGEDIR}${EXAMPLESDIR}/accounts ${INSTALL_DATA} ${WRKSRC}/examples/accounts/configuration ${STAGEDIR}${EXAMPLESDIR}/accounts # Configuration, copy over to sample files ${MKDIR} ${STAGEDIR}${ETCDIR} .for FILE in dictionary ${INSTALL_DATA} ${WRKSRC}/etc/${FILE} \ ${STAGEDIR}${ETCDIR}/${FILE}.sample .endfor # Copy over legacy config files to sample ${MKDIR} ${STAGEDIR}${ETCDIR}/legacy .for FILE in clients nases realms users ${INSTALL} -m 0600 ${WRKSRC}/etc/legacy/${FILE} \ ${STAGEDIR}${ETCDIR}/legacy/${FILE}.sample .endfor ${MKDIR} ${STAGEDIR}${ETCDIR}/modules .for FILE in radldap.attrmap ${INSTALL} -m 0600 ${WRKSRC}/etc/modules/${FILE} \ ${STAGEDIR}${ETCDIR}/modules/${FILE}.sample .endfor ${MKDIR} ${STAGEDIR}${ETCDIR}/subdicts .for FILE in dict.* ${INSTALL} -m 0600 ${WRKSRC}/etc/subdicts/${FILE} \ ${STAGEDIR}${ETCDIR}/subdicts/ .endfor .include Index: head/net/p5-Net-RawSock/Makefile =================================================================== --- head/net/p5-Net-RawSock/Makefile (revision 516886) +++ head/net/p5-Net-RawSock/Makefile (revision 516887) @@ -1,35 +1,37 @@ # $FreeBSD$ PORTNAME= Net-RawSock PORTVERSION= 1.0 PORTREVISION= 1 CATEGORIES= net perl5 MASTER_SITES= http://www.hsc.fr/ressources/outils/rawsock/download/ PKGNAMEPREFIX= p5- MAINTAINER= ecu@200ok.org COMMENT= Net::RawSock provides a base function to send raw IP packets from Perl +BROKEN= unfetchable + USES= perl5 USE_PERL5= configure patch DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} OPTIONS_DEFINE= DOCS PORTDOCS= README demo.pl .include post-patch: ${PERL} -pi -e 's/^our\s+([\$$\@\%]\w+)/use vars qw($$1);$$1/;' \ -e '$$_="" if /use warnings/;' \ ${WRKSRC}/RawSock.pm post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Net/RawSock/RawSock.so ${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in ${PORTDOCS} @${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR} .endfor .include Index: head/net/passlogd/Makefile =================================================================== --- head/net/passlogd/Makefile (revision 516886) +++ head/net/passlogd/Makefile (revision 516887) @@ -1,20 +1,22 @@ # Created by: Pete Fritchman # $FreeBSD$ PORTNAME= passlogd PORTVERSION= 0.1f CATEGORIES= net MASTER_SITES= http://www.morphine.com/void/ MAINTAINER= skreuzer@FreeBSD.org COMMENT= Intercept and dump syslog remote log packets +BROKEN= unfetchable + PLIST_FILES= sbin/passlogd post-patch: ${REINPLACE_CMD} -e "s|.(CXX)|${CC} ${CFLAGS}|g" ${WRKSRC}/Makefile do-install: ${INSTALL_PROGRAM} ${WRKSRC}/passlogd ${STAGEDIR}${PREFIX}/sbin .include Index: head/net/phamm/Makefile =================================================================== --- head/net/phamm/Makefile (revision 516886) +++ head/net/phamm/Makefile (revision 516887) @@ -1,46 +1,48 @@ # Created by: Gustavo Fukao # $FreeBSD$ PORTNAME= phamm PORTVERSION= 0.5.18 PORTREVISION= 1 CATEGORIES= net www MASTER_SITES= http://open.rhx.it/phamm/ MAINTAINER= gustavofukao@gmail.com COMMENT= Front-end written in PHP to manage virtual service +BROKEN= unfetchable + NO_BUILD= yes USE_PHP= gettext ldap openssl pcre session USES= gettext shebangfix SHEBANG_FILES= po/update-all-mo.sh \ tools/*.sh tools/*.pl \ tools/ldap-schema-manage PHAMMDIR?= www/${PORTNAME} SCHEMADIR= ${WRKSRC}/schema SUB_FILES= pkg-message SUB_LIST= PHAMMDIR=${PHAMMDIR} PKGNAME=${PKGNAME} PLIST_SUB= PHAMMDIR=${PHAMMDIR} PORTDOCS= CHANGELOG INSTALL README LICENSE THANKS OPTIONS_DEFINE= DOCS do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/${PHAMMDIR} @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} @${CP} -Rv ${WRKSRC}/examples/* ${STAGEDIR}${EXAMPLESDIR} @${CP} -Rv ${SCHEMADIR} ${STAGEDIR}${EXAMPLESDIR} @${INSTALL_DATA} ${WRKSRC}/index.php ${STAGEDIR}${PREFIX}/${PHAMMDIR} @for d in `${FIND} ${WRKSRC} -type d -depth 1 | ${SORT} -r | \ ${EGREP} -v '(examples|cfg|schema|debian|server)'` ; do \ ${CP} -Rv $$d ${STAGEDIR}${PREFIX}/${PHAMMDIR}; \ done; ${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR} .endfor .include Index: head/net/pim6-tools/Makefile =================================================================== --- head/net/pim6-tools/Makefile (revision 516886) +++ head/net/pim6-tools/Makefile (revision 516887) @@ -1,23 +1,25 @@ # $FreeBSD$ PORTNAME= pim6 PORTVERSION= 20061214 CATEGORIES= net MASTER_SITES= SF/mcast-tools PKGNAMESUFFIX= -tools DISTNAME= mcast-tools-${PORTVERSION} MAINTAINER= hrs@FreeBSD.org COMMENT= IPv6 multicast tools +BROKEN= unfetchable + LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING USES= autoreconf GNU_CONFIGURE= yes CONFIGURE_ARGS= YACC=${YACC} post-install: ${INSTALL_DATA} ${WRKSRC}/mfc/mfc.conf.sample ${STAGEDIR}${PREFIX}/etc .include Index: head/net/pim6dd/Makefile =================================================================== --- head/net/pim6dd/Makefile (revision 516886) +++ head/net/pim6dd/Makefile (revision 516887) @@ -1,25 +1,27 @@ # $FreeBSD$ PORTNAME= pim6 PORTVERSION= 0.2.1.0.a.15 CATEGORIES= net MASTER_SITES= SF/mcast-tools PKGNAMESUFFIX= dd DISTNAME= mcast-tools-20061214 MAINTAINER= hrs@FreeBSD.org COMMENT= IPv6 PIM-DM multicast routing daemon +BROKEN= unfetchable + LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING USES= autoreconf USE_RC_SUBR= ${PORTNAME}${PKGNAMESUFFIX} GNU_CONFIGURE= yes CONFIGURE_ARGS= YACC=${YACC} post-install: ${INSTALL_DATA} ${FILESDIR}/pim6dd.conf.sample \ ${STAGEDIR}${PREFIX}/etc .include Index: head/net/pim6sd/Makefile =================================================================== --- head/net/pim6sd/Makefile (revision 516886) +++ head/net/pim6sd/Makefile (revision 516887) @@ -1,25 +1,27 @@ # $FreeBSD$ PORTNAME= pim6 PORTVERSION= 2.1.0.a.23 CATEGORIES= net MASTER_SITES= SF/mcast-tools PKGNAMESUFFIX= sd DISTNAME= mcast-tools-20061214 MAINTAINER= hrs@FreeBSD.org COMMENT= IPv6 PIM-SM and PIM-SSM multicast routing daemon +BROKEN= unfetchable + LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING USES= autoreconf USE_RC_SUBR= ${PORTNAME}${PKGNAMESUFFIX} GNU_CONFIGURE= yes CONFIGURE_ARGS= YACC=${YACC} post-install: ${INSTALL_DATA} ${WRKSRC}/pim6sd/pim6sd.conf.sample \ ${STAGEDIR}${PREFIX}/etc .include Index: head/net/pipsecd/Makefile =================================================================== --- head/net/pipsecd/Makefile (revision 516886) +++ head/net/pipsecd/Makefile (revision 516887) @@ -1,32 +1,34 @@ # Created by: Patrick Bihan-Faou # $FreeBSD$ PORTNAME= pipsecd PORTVERSION= 19991014 PORTREVISION= 5 CATEGORIES= net security MASTER_SITES= http://perso.telecom-paristech.fr/~beyssac/pipsec/ \ http://www.komquats.com/distfiles/ DISTNAME= pipsec-19991014 MAINTAINER= cy@FreeBSD.org COMMENT= Simple IPSEC tunnel tool from Pierre Beyssac +BROKEN= unfetchable + USES+= ssl ALL_TARGET= pipsecd OPTIONS_DEFINE= DOCS do-install: ${INSTALL_PROGRAM} ${WRKSRC}/pipsecd ${STAGEDIR}${PREFIX}/sbin ${INSTALL_DATA} ${WRKSRC}/pipsecd.sh ${STAGEDIR}${PREFIX}/etc/rc.d # ${CHMOD} 755 ${STAGEDIR}${PREFIX}/etc/rc.d/pipsecd.sh; ${MKDIR} ${STAGEDIR}${PREFIX}/etc/ipsec ${INSTALL_DATA} ${WRKSRC}/pipsecd.conf.sample ${STAGEDIR}${PREFIX}/etc/ipsec ${MKDIR} ${STAGEDIR}${PREFIX}/share/doc/pipsecd ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${PREFIX}/share/doc/pipsecd ${INSTALL_DATA} ${WRKSRC}/COPYRIGHT ${STAGEDIR}${PREFIX}/share/doc/pipsecd ${INSTALL_DATA} ${WRKSRC}/README.port ${STAGEDIR}${PREFIX}/share/doc/pipsecd .include Index: head/net/proxy-connect/Makefile =================================================================== --- head/net/proxy-connect/Makefile (revision 516886) +++ head/net/proxy-connect/Makefile (revision 516887) @@ -1,26 +1,28 @@ # Created by: alfred@FreeBSD.org # $FreeBSD$ PORTNAME= proxy-connect PORTVERSION= 100 CATEGORIES= net MASTER_SITES= http://www.exit2shell.com/~skreuzer/distfiles/ \ http://www.atarininja.org/distfiles/ MAINTAINER= skreuzer@FreeBSD.org COMMENT= Command to make network connections via SOCKS and HTTPS proxies +BROKEN= unfetchable + USES= tar:bzip2 EXENAME= ${PORTNAME} PLIST_FILES= sbin/${EXENAME} do-build: cd ${WRKSRC} && ${CC} ${CFLAGS} -o ${EXENAME} connect.c do-install: ${INSTALL_PROGRAM} \ ${WRKSRC}/${EXENAME} ${STAGEDIR}${PREFIX}/sbin/${EXENAME} .include Index: head/net/py-ldaptor/Makefile =================================================================== --- head/net/py-ldaptor/Makefile (revision 516886) +++ head/net/py-ldaptor/Makefile (revision 516887) @@ -1,34 +1,36 @@ # Created by: bra@fsn.hu # $FreeBSD$ PORTNAME= ldaptor PORTVERSION= 0.0.43 PORTREVISION= 2 CATEGORIES= net python MASTER_SITES= http://ftp.fsn.hu/contrib/bra/ldaptor/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= ldaptor-${PORTVERSION}-${GITVERSION} MAINTAINER= bra@fsn.hu COMMENT= Pure-python LDAP module for Twisted +BROKEN= unfetchable + LICENSE= MIT LGPL21+ LICENSE_COMB= multi RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyparsing>=0:devel/py-pyparsing@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}openssl>=0:security/py-openssl@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}twisted>=0:devel/py-twisted@${PY_FLAVOR} GITVERSION= aad8ded658b36337a08aeb7402b6b67eb8771bea NO_ARCH= yes USES= gettext python:2.7 USE_PYTHON= distutils autoplist PYDISTUTILS_INSTALL_TARGET= install_locale install PYDISTUTILS_BUILD_TARGET= build_locale build PLIST_FILES= share/locale/fi/LC_MESSAGES/ldaptor-webui.mo \ share/locale/fr/LC_MESSAGES/ldaptor-webui.mo .include Index: head/net/py-upnp-inspector/Makefile =================================================================== --- head/net/py-upnp-inspector/Makefile (revision 516886) +++ head/net/py-upnp-inspector/Makefile (revision 516887) @@ -1,23 +1,25 @@ # Created by: Yuri Victorovich # $FreeBSD$ PORTNAME= UPnP-Inspector PORTVERSION= 0.2.2 PORTREVISION= 1 CATEGORIES= net python MASTER_SITES= http://coherence.beebits.net/download/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= yuri@FreeBSD.org COMMENT= UPnP Device and Service analyzer +BROKEN= unfetchable + LICENSE= PD LICENSE_FILE= ${WRKSRC}/LICENCE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Coherence>=0.6.4:net/py-coherence@${PY_FLAVOR} USES= python:2.7 USE_PYTHON= distutils concurrent autoplist NO_ARCH= yes .include Index: head/net/rtpbreak/Makefile =================================================================== --- head/net/rtpbreak/Makefile (revision 516886) +++ head/net/rtpbreak/Makefile (revision 516887) @@ -1,26 +1,28 @@ # Created by: Prudhvi Krishna # $FreeBSD$ PORTNAME= rtpbreak PORTVERSION= 1.3a PORTREVISION= 2 CATEGORIES= net MASTER_SITES= http://dallachiesa.com/code/rtpbreak/ EXTRACT_SUFX= .tgz MAINTAINER= prudhvi-krishna-bsd@surapaneni.in COMMENT= Detects, reconstructs, and analyzes any RTP session +BROKEN= unfetchable + LIB_DEPENDS= libnet.so:net/libnet CFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib -lpcap -lnet MAKE_ARGS= CFLAGS="${CFLAGS}" LIBS="${LIBS}" PLIST_FILES= bin/rtpbreak do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/rtpbreak ${STAGEDIR}${PREFIX}/bin .include Index: head/net/s3ql/Makefile =================================================================== --- head/net/s3ql/Makefile (revision 516886) +++ head/net/s3ql/Makefile (revision 516887) @@ -1,30 +1,32 @@ # $FreeBSD$ PORTNAME= s3ql PORTVERSION= 2.21 CATEGORIES= net MASTER_SITES= https://bitbucket.org/nikratio/s3ql/downloads/ MAINTAINER= stdin@niklaas.eu COMMENT= File system that stores all its data in the cloud +BROKEN= unfetchable + LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}apsw>=3.7:databases/py-apsw@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}defusedxml>=0:devel/py-defusedxml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pycrypto>=0:security/py-pycrypto@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}llfuse>=0:devel/py-llfuse@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dugong>=0:net/py-dugong@${PY_FLAVOR} \ psmisc>=0:sysutils/psmisc \ ca_root_nss>=0:security/ca_root_nss RUN_DEPENDS:= ${BUILD_DEPENDS} USES= compiler:c++11-lang localbase python:3.3+ sqlite tar:bz2 USE_PYTHON= autoplist distutils optsuffix post-install: ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/s3ql/deltadump.so .include Index: head/net/scnc/Makefile =================================================================== --- head/net/scnc/Makefile (revision 516886) +++ head/net/scnc/Makefile (revision 516887) @@ -1,27 +1,29 @@ # Created by: Sofian Brabez # $FreeBSD$ PORTNAME= scnc PORTVERSION= 1.05 CATEGORIES= net security MASTER_SITES= http://gomor.org/files/ MAINTAINER= sbz@FreeBSD.org COMMENT= SSL Capable Netcat +BROKEN= unfetchable + LICENSE= BSD3CLAUSE BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-IO-Socket-SSL>=0:security/p5-IO-Socket-SSL \ p5-IO-Socket-INET6>=0:net/p5-IO-Socket-INET6 USES= shebangfix NO_BUILD= yes PLIST_FILES= bin/scnc SHEBANG_FILES= scnc do-install: @${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin .include Index: head/net/sip_scenario/Makefile =================================================================== --- head/net/sip_scenario/Makefile (revision 516886) +++ head/net/sip_scenario/Makefile (revision 516887) @@ -1,33 +1,35 @@ # Created by: dterry@digifonica.com # $FreeBSD$ PORTNAME= sip_scenario PORTVERSION= 1.2.7 CATEGORIES= net MASTER_SITES= http://www.abptech.com/support/resources/SIP_scen_generator_v1.2.7/index/ DISTNAME= ${PORTNAME}.v${PORTVERSION} MAINTAINER= pi@FreeBSD.org COMMENT= SIP call flow creator (HTML format) +BROKEN= unfetchable + LICENSE= APACHE20 USES= perl5 zip shebangfix USE_PERL5= run NO_BUILD= yes NO_WRKSUBDIR= yes # TODO: there are two documents available at # http://www.abptech.com/support/resources/SIP_scen_generator_v1.2.7/index/SipScenario.pdf # and # http://www.abptech.com/support/resources/SIP_scen_generator_v1.2.7/index/SipScenarioPart2.pdf # download them and install them in /usr/local/share/doc/sip_scenario/ SHEBANG_FILES= sip_scenario.pl PLIST_FILES= bin/sip_scenario.pl do-install: ${INSTALL_SCRIPT} ${WRKSRC}/sip_scenario.pl ${STAGEDIR}${PREFIX}/bin .include Index: head/net/sippy_b2bua/Makefile =================================================================== --- head/net/sippy_b2bua/Makefile (revision 516886) +++ head/net/sippy_b2bua/Makefile (revision 516887) @@ -1,30 +1,32 @@ # Created by: Maxim Sobolev # $FreeBSD$ PORTNAME= sippy_b2bua PORTVERSION= 1.0.2 PORTREVISION= 3 CATEGORIES= net python MASTER_SITES= http://www.b2bua.org/chrome/site/ DISTNAME= sippy-${PORTVERSION} MAINTAINER= python@FreeBSD.org COMMENT= SIP Back-to-back user agent (B2BUA) server with Radius support +BROKEN= unfetchable + RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twisted>=0:devel/py-twisted@${PY_FLAVOR} NO_ARCH= yes USE_PYTHON= distutils USES= python:2.7 PYDISTUTILS_PKGNAME= sippy DOCSDIR= ${PREFIX}/share/doc/${PYDISTUTILS_PKGNAME} DOCS= COPYING README OPTIONS_DEFINE= DOCS post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR} .include Index: head/net/slurm/Makefile =================================================================== --- head/net/slurm/Makefile (revision 516886) +++ head/net/slurm/Makefile (revision 516887) @@ -1,33 +1,35 @@ # Created by: Michael L. Hostbaek (mich@freebsdcluster.org) # $FreeBSD$ PORTNAME= slurm PORTVERSION= 0.3.3 PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://www.wormulon.net/files/slurm/ \ http://www.raisdorf.net/files/slurm/ MAINTAINER= mich@FreeBSD.org COMMENT= Generic network load monitor +BROKEN= unfetchable + LICENSE= GPLv2+ LDFLAGS+= -lncurses GNU_CONFIGURE= yes CONFIGURE_ARGS= CFLAGS=-I${LOCALBASE}/include LDFLAGS=-L${LOCALBASE}/lib OPTIONS_DEFINE= DOCS do-install: ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1 ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin ${MKDIR} ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${WRKSRC}/themes/* ${STAGEDIR}${DATADIR} ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/KEYS ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/FAQ ${STAGEDIR}${DOCSDIR} .include Index: head/net/ssmping/Makefile =================================================================== --- head/net/ssmping/Makefile (revision 516886) +++ head/net/ssmping/Makefile (revision 516887) @@ -1,24 +1,26 @@ # Created by: dikshie@lapi.itb.ac.id # $FreeBSD$ PORTNAME= ssmping PORTVERSION= 0.9.1 PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://www.venaas.no/multicast/ssmping/ MAINTAINER= dikshie@lapi.itb.ac.id COMMENT= Ping for ASM and SSM +BROKEN= unfetchable + PLIST_FILES= bin/ssmping bin/asmping bin/mcfirst sbin/ssmpingd \ man/man1/asmping.1.gz man/man1/mcfirst.1.gz \ man/man1/ssmping.1.gz do-install: .for f in ssmping asmping mcfirst ${INSTALL_PROGRAM} ${WRKSRC}/${f} ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/${f}.1 ${STAGEDIR}${MANPREFIX}/man/man1 .endfor ${INSTALL_PROGRAM} ${WRKSRC}/ssmpingd ${STAGEDIR}${PREFIX}/sbin .include Index: head/net/tacacs/Makefile =================================================================== --- head/net/tacacs/Makefile (revision 516886) +++ head/net/tacacs/Makefile (revision 516887) @@ -1,63 +1,65 @@ # $FreeBSD$ PORTNAME= tacacs PORTVERSION= 201906100936 CATEGORIES= net MASTER_SITES= http://www.pro-bono-publico.de/projects/src/ MAINTAINER= akuz84@gmail.com COMMENT= This is a TACACS+ daemon from pro-bono +BROKEN= unfetchable + LICENSE= BSD3CLAUSE USES= gmake perl5 ssl shebangfix CONFLICTS= tac_plus4 HAS_CONFIGURE= yes CONFIGURE_ARGS= --with-ssl \ --with-zlib \ --libdir=${LOCALBASE}/lib \ --installroot=${STAGEDIR} mavis spawnd mavisd tac_plus USE_LDCONFIG= yes OPTIONS_DEFINE= CURL FREERADIUS SCTP PCRE OPTIONS_DEFAULT= SCTP MAKE_JOBS_UNSAFE=yes SCTP_DESC= SCTP support SCTP_CONFIGURE_WITH= sctp PCRE_DESC= PCRE support PCRE_LIB_DEPENDS= libpcre.so:devel/pcre PCRE_CONFIGURE_ON= --with-pcre-lib=${LOCALBASE}/lib PCRE_CONFIGURE_OFF= CURL_DESC= Curl support CURL_LIB_DEPENDS= libcurl.so:ftp/curl CURL_CONFIGURE_ON= --with-curl-lib=${LOCALBASE}/lib CURL_CONFIGURE_OFF= FREERADIUS_DESC= Freeradius support FREERADIUS_LIB_DEPENDS= libfreeradius-radius.so:net/freeradius3 FREERADIUS_CONFIGURE_ON= --with-pcre-lib=${LOCALBASE}/lib FREERADIUS_CONFIGURE_OFF= USERS= tacacs GROUPS= tacacs WRKSRC= ${WRKDIR}/PROJECTS SHEBANG_FILES= tac_plus/sample/tac_plus.cfg USE_RC_SUBR?= tac_plus post-build: @${REINPLACE_CMD} -e '1d' ${WRKSRC}/tac_plus/sample/tac_plus.cfg post-install: .include Index: head/net/tcpdstat/Makefile =================================================================== --- head/net/tcpdstat/Makefile (revision 516886) +++ head/net/tcpdstat/Makefile (revision 516887) @@ -1,16 +1,18 @@ # Created by: Richard Arends # $FreeBSD$ PORTNAME= tcpdstat PORTVERSION= 0.9 CATEGORIES= net MASTER_SITES= ftp://tracer.csl.sony.co.jp/pub/mawi/tools/ DISTNAME= tcpd-tools-0.9 MAINTAINER= richard@unixguru.nl COMMENT= Tool for generating statistics from tcpdump (libpcap) files +BROKEN= unfetchable + PLIST_FILES= bin/tcpdstat WRKSRC= ${WRKDIR}/${DISTNAME}/${PORTNAME} .include Index: head/net/tcpillust/Makefile =================================================================== --- head/net/tcpillust/Makefile (revision 516886) +++ head/net/tcpillust/Makefile (revision 516887) @@ -1,47 +1,49 @@ # Created by: nishida@sfc.wide.ad.jp # $FreeBSD$ PORTNAME= tcpillust PORTVERSION= 2.01 PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= net tcl tk MASTER_SITES= http://www.jp.nishida.org/tcpillust/ MAINTAINER= nishida@sfc.wide.ad.jp COMMENT= Graphical TCP connection analysis tool +BROKEN= unfetchable + USES= motif tk USE_XORG= xt PORTDOCS= tcpclient.log tcpserver.log PLIST_FILES= bin/tcpillust \ man/man1/tcpillust.1.gz \ share/tcpillust/tcpillust.tcl \ share/tcpillust/back.xbm \ share/tcpillust/forward.xbm \ share/tcpillust/zoomin.xbm \ share/tcpillust/zoomout.xbm WRKSRC= ${WRKDIR}/${PORTNAME} OPTIONS_DEFINE= DOCS do-build: .for file in binread.c button.c draw.c parser.c tcpillust.c tcpdump/print-tcp.c ${CC} ${CFLAGS} -DHAVE_BPF_DUMP -I/usr/include -I/usr/include/pcap -I${LOCALBASE}/include/ -I${TCL_INCLUDEDIR} -I${TK_INCLUDEDIR} \ -I${LOCALBASE}/include -DILTDIR=\"${DATADIR}\" -c ${WRKSRC}/${file} -o ${WRKSRC}/${file:S/.c/.o/} .endfor ${CC} ${CFLAGS} -L/lib -L/usr/lib -L${TCL_LIBDIR} -L${TK_LIBDIR} -L${LOCALBASE}/lib \ -lm -ltcl${TCL_VER:S/.//} -ltk${TK_VER:S/.//} ${WRKSRC}/*.o ${WRKSRC}/tcpdump/*.o -o ${WRKSRC}/tcpillust -lpcap -lX11 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/tcpillust ${STAGEDIR}${PREFIX}/bin ${MKDIR} ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${WRKSRC}/tcpillust.tcl ${STAGEDIR}${DATADIR}/ ${INSTALL_DATA} ${WRKSRC}/*.xbm ${STAGEDIR}${DATADIR}/ ${INSTALL_MAN} ${WRKSRC}/tcpillust.man ${STAGEDIR}${PREFIX}/man/man1/tcpillust.1 ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/sample/* ${STAGEDIR}${DOCSDIR} .include Index: head/net/tucan/Makefile =================================================================== --- head/net/tucan/Makefile (revision 516886) +++ head/net/tucan/Makefile (revision 516887) @@ -1,46 +1,48 @@ # Created by: Gustau Perez Querol # $FreeBSD$ PORTNAME= tucan PORTVERSION= 0.3.10 PORTREVISION= 3 CATEGORIES= net MASTER_SITES= http://forja.rediris.es/frs/download.php/2051/ MAINTAINER= gustau.perez@gmail.com COMMENT= Tucan Manager aids file-sharing with 1-click hosters +BROKEN= unfetchable + RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow@${PY_FLAVOR} \ ${LOCALBASE}/bin/cntraining:graphics/tesseract NO_BUILD= yes USE_GNOME= pygtk2 librsvg2 USES= gettext python:2.7 post-patch: ${REINPLACE_CMD} -Ee 's|#! /usr/bin/env python|#! ${PYTHON_CMD}|' ${WRKSRC}/tucan.py # remove .orig leftovers from files/patch-* pre-install: ${RM} ${WRKSRC}/core/*.orig do-install: ${MKDIR} ${STAGEDIR}${DATADIR} ${MKDIR} ${STAGEDIR}${DATADIR}/core ${MKDIR} ${STAGEDIR}${DATADIR}/default_plugins ${MKDIR} ${STAGEDIR}${DATADIR}/i18n ${MKDIR} ${STAGEDIR}${DATADIR}/media ${MKDIR} ${STAGEDIR}${DATADIR}/ui ${INSTALL_SCRIPT} ${WRKSRC}/tucan.py ${STAGEDIR}${PREFIX}/share/tucan/ ${LN} -s ${PREFIX}/share/tucan/tucan.py ${STAGEDIR}${PREFIX}/bin/tucan (cd ${WRKSRC}/core/ && ${COPYTREE_SHARE} \* ${STAGEDIR}${DATADIR}/core/) (cd ${WRKSRC}/default_plugins/ && ${COPYTREE_SHARE} \* ${STAGEDIR}${DATADIR}/default_plugins/) (cd ${WRKSRC}/i18n/ && ${COPYTREE_SHARE} \* ${STAGEDIR}${DATADIR}/i18n/) (cd ${WRKSRC}/media/ && ${COPYTREE_SHARE} \* ${STAGEDIR}${DATADIR}/media/) (cd ${WRKSRC}/ui/ && ${COPYTREE_SHARE} \* ${STAGEDIR}${DATADIR}/ui/) ${INSTALL_DATA} ${WRKSRC}/media/tucan.png ${STAGEDIR}${PREFIX}/share/pixmaps/ ${INSTALL_MAN} ${WRKSRC}/tucan.1.gz ${STAGEDIR}${PREFIX}/man/man1/ ${INSTALL} ${WRKSRC}/tucan.desktop ${STAGEDIR}${PREFIX}/share/applications/ .include Index: head/net/uplog/Makefile =================================================================== --- head/net/uplog/Makefile (revision 516886) +++ head/net/uplog/Makefile (revision 516887) @@ -1,32 +1,34 @@ # Created by: Kirill Ponomarew # $FreeBSD$ PORTNAME= uplog PORTVERSION= 0.3 CATEGORIES= net MASTER_SITES= http://www.nerdlabs.org/downloads/${PORTNAME}/ MAINTAINER= jadawin@FreeBSD.org COMMENT= UDP-based ping program +BROKEN= unfetchable + GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib PORTDOCS= README PLIST_FILES= bin/uplog OPTIONS_DEFINE= DOCS post-patch: ${REINPLACE_CMD} -e \ 's|#include ||g' \ ${WRKSRC}/${PORTNAME}.c post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} .for i in README ${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR} .endfor .include Index: head/net/vblade/Makefile =================================================================== --- head/net/vblade/Makefile (revision 516886) +++ head/net/vblade/Makefile (revision 516887) @@ -1,23 +1,25 @@ # Created by: Max Khon # $FreeBSD$ PORTNAME= vblade PORTVERSION= 21 PORTREVISION= 1 CATEGORIES= net MASTER_SITES= SF/aoetools/${PORTNAME}/${PORTVERSION} MAINTAINER= fjoe@FreeBSD.org COMMENT= Virtual EtherDrive(R) blade AoE target +BROKEN= unfetchable + MAKE_ARGS= PLATFORM=freebsd\ INSTALL_PROGRAM="${INSTALL_PROGRAM}"\ INSTALL_SCRIPT="${INSTALL_SCRIPT}"\ INSTALL_MAN="${INSTALL_MAN}" MAKEFILE= makefile ALL_TARGET= USES= tar:tgz PLIST_FILES= sbin/vblade sbin/vbladed man/man8/vblade.8.gz .include Index: head/net/vtun/Makefile =================================================================== --- head/net/vtun/Makefile (revision 516886) +++ head/net/vtun/Makefile (revision 516887) @@ -1,58 +1,60 @@ # Created by: Kevin Lo # $FreeBSD$ PORTNAME= vtun PORTVERSION= 3.0.4 PORTREVISION= 7 CATEGORIES= net MASTER_SITES= SF MAINTAINER= mat@FreeBSD.org COMMENT= Virtual Tunnels over TCP/IP networks with traffic shaping +BROKEN= unfetchable + LICENSE= GPLv2 DEPRECATED= No longer supported by upline EXPIRATION_DATE= 2021-09-30 LIB_DEPENDS= liblzo2.so:archivers/lzo2 CFLAGS+= -ansi -Wno-pointer-sign USES= autoreconf localbase ssl GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=/var \ --with-ssl-headers=${OPENSSLINC} \ --with-ssl-lib=${OPENSSLLIB} \ --with-lzo-headers=${LOCALBASE}/include/lzo \ --with-lzo-lib=${LOCALBASE}/lib CONFIGURE_ENV= YACC=${YACC} USE_RC_SUBR= vtunclient vtund ALL_TARGET= vtund DOCS= ChangeLog Credits FAQ README README.LZO README.Setup \ README.Shaper TODO OPTIONS_DEFINE= DOCS # Extended mode patches, obtained from # http://home.jp.FreeBSD.org/~simokawa/vtun-v6.html # are now dynamically enabled using the -e option. post-patch: ${REINPLACE_CMD} \ -e 's|$$\(SSL_HDR_DIR\)|$$\1 $$\1/openssl|g' \ -e 's|$$\(BLOWFISH_HDR_DIR\)|$$\1 $$SSL_HDR_DIR/openssl|g' \ ${WRKSRC}/configure post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/vtund @${INSTALL_DATA} ${WRKSRC}/vtund.conf ${STAGEDIR}${PREFIX}/etc/vtund.conf.sample @${MKDIR} ${STAGEDIR}${DOCSDIR} .for doc in ${DOCS} @${INSTALL_DATA} ${WRKSRC}/${doc} ${STAGEDIR}${DOCSDIR} .endfor @cd ${STAGEDIR}${PREFIX}/man/man1/ && \ ${LN} -s vtund.8 ../man1/vtun.1 .include Index: head/net/wizd/Makefile =================================================================== --- head/net/wizd/Makefile (revision 516886) +++ head/net/wizd/Makefile (revision 516887) @@ -1,33 +1,35 @@ # Created by: Ayumi M # $FreeBSD$ PORTNAME= wizd PORTVERSION= 24 PORTREVISION= 9 CATEGORIES= net multimedia MASTER_SITES= SF/${PORTNAME}/Sources/Sources%20v${PORTVERSION} DISTFILES= wizd_sources_v${PORTVERSION}.zip simplicity_v1-2.zip MAINTAINER= kikuchan@uranus.dti.ne.jp COMMENT= Open-source media server for Syabas-based media players +BROKEN= unfetchable + LIB_DEPENDS= libdvdread.so:multimedia/libdvdread RUN_DEPENDS= nkf:japanese/nkf DOS2UNIX_FILES= Makefile nkfwrap/Makefile nkfwrap/nkfwrap_test.c \ wizd_http.c wizd_menu.c USE_RC_SUBR= wizd USES= dos2unix jpeg ncurses zip EXTRACT_AFTER_ARGS= -d ${WRKSRC} post-patch: @${REINPLACE_CMD} -e 's|./skin|${DATADIR}/skins|' ${WRKSRC}/wizd.conf do-install: ${INSTALL_PROGRAM} ${WRKSRC}/wizd ${STAGEDIR}${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/wizd.conf ${STAGEDIR}${PREFIX}/etc/wizd.conf.sample ${MKDIR} ${STAGEDIR}${DATADIR}/skins cd ${WRKSRC} && ${COPYTREE_SHARE} "simplicity simplicity_hires" \ ${STAGEDIR}${DATADIR}/skins .include Index: head/net/wmnetload/Makefile =================================================================== --- head/net/wmnetload/Makefile (revision 516886) +++ head/net/wmnetload/Makefile (revision 516887) @@ -1,27 +1,29 @@ # Created by: Hendrik Scholz # $FreeBSD$ PORTNAME= wmnetload PORTVERSION= 1.3 PORTREVISION= 5 CATEGORIES= net windowmaker afterstep MASTER_SITES= ftp://truffula.com/pub/ \ http://dl.fkb.wormulon.net/wmnetload/ \ http://dl.kel.wormulon.net/wmnetload/ MAINTAINER= xride@FreeBSD.org COMMENT= Network load monitor dockapp +BROKEN= unfetchable + LIB_DEPENDS= libdockapp.so:x11-wm/libdockapp USES= tar:bzip2 USE_XORG= xpm x11 GNU_CONFIGURE= yes OPTIONS_DEFINE= DOCS post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} @${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}/ .include Index: head/net/wmnetmon/Makefile =================================================================== --- head/net/wmnetmon/Makefile (revision 516886) +++ head/net/wmnetmon/Makefile (revision 516887) @@ -1,27 +1,29 @@ # Created by: Konstantinos Konstantinidis # $FreeBSD$ PORTNAME= wmnetmon PORTVERSION= 0.2p5 PORTREVISION= 2 CATEGORIES= net windowmaker MASTER_SITES= http://www.linuks.mine.nu/dockapps/ MAINTAINER= xride@FreeBSD.org COMMENT= Host availability monitor intended for the WindowMaker dock +BROKEN= unfetchable + USE_XORG= xpm GNU_CONFIGURE= yes BINMODE= 4755 PLIST_FILES= bin/wmnetmon share/examples/wmnetmon/wmnetmonrc OPTIONS_DEFINE= EXAMPLES do-install: ${INSTALL_PROGRAM} ${WRKSRC}/wmnetmon ${STAGEDIR}${PREFIX}/bin @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/wmnetmonrc ${STAGEDIR}${EXAMPLESDIR} .include Index: head/net/wmpiki/Makefile =================================================================== --- head/net/wmpiki/Makefile (revision 516886) +++ head/net/wmpiki/Makefile (revision 516887) @@ -1,35 +1,37 @@ # Created by: Thomas Kempka # $FreeBSD$ PORTNAME= wmpiki PORTVERSION= 0.2.1 PORTREVISION= 2 CATEGORIES= net windowmaker MASTER_SITES= http://mirror2.unixfreunde.de/ \ http://freebsd.unixfreunde.de/sources/ MAINTAINER= t.kempka@web.de COMMENT= Multiping host checker dockapp +BROKEN= unfetchable + USE_XORG= xpm OPTIONS_DEFINE= DOCS post-patch: @${REINPLACE_CMD} -e 's|/usr/X11R6|$$(LOCALBASE)|g' \ -e 's|/include/X11|/include|g' \ -e 's|gcc|cc|g' \ ${WRKSRC}/Makefile @${REINPLACE_CMD} -e 's|ping_options\=-c 1 -w 1|ping_options\=-c 1 -i 1|g' \ -e 's|ping host -c 1 -w 1|ping host -c 1 -i 1|g' \ ${WRKSRC}/README @${REINPLACE_CMD} -e 's|ping_options\=-c 1 -w 1|ping_options\=-c 1 -i 1|g' \ ${WRKSRC}/config.example do-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/config.example ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} ${INSTALL_PROGRAM} ${WRKSRC}/wmpiki ${STAGEDIR}${PREFIX}/bin .include Index: head/net/xipmsg/Makefile =================================================================== --- head/net/xipmsg/Makefile (revision 516886) +++ head/net/xipmsg/Makefile (revision 516887) @@ -1,20 +1,22 @@ # Created by: candy@fct.kgc.co.jp # $FreeBSD$ PORTNAME= xipmsg PORTVERSION= 0.8088 PORTREVISION= 2 CATEGORIES= net MASTER_SITES= http://www.bsddiary.net/xipmsg/ DISTNAME= xipmsg-${PORTVERSION:E} MAINTAINER= candy@kgc.co.jp COMMENT= Popup style message communication tool for X11 +BROKEN= unfetchable + USES= imake USE_XORG= ice sm x11 xaw xext xmu xpm xt post-patch: @${REINPLACE_CMD} 's,^INSTUIDFLAGS=.*,INSTUIDFLAGS=${STRIP} -m ${BINMODE},' ${WRKSRC}/Imakefile .include Index: head/net-im/chattahoochie/Makefile =================================================================== --- head/net-im/chattahoochie/Makefile (revision 516886) +++ head/net-im/chattahoochie/Makefile (revision 516887) @@ -1,15 +1,17 @@ # Created by: James Bailie # $FreeBSD$ PORTNAME= chattahoochie PORTVERSION= 1.9 CATEGORIES= net-im MASTER_SITES= http://www.mammothcheese.ca/ MAINTAINER= jimmy@mammothcheese.ca COMMENT= Small group plain-text chat server +BROKEN= unfetchable + MAKE_ENV= INSTALL_MAN="${INSTALL_MAN}" INSTALL_PROGRAM="${INSTALL_PROGRAM}" \ INSTALL_SCRIPT="${INSTALL_SCRIPT}" .include Index: head/net-im/jitsi/Makefile =================================================================== --- head/net-im/jitsi/Makefile (revision 516886) +++ head/net-im/jitsi/Makefile (revision 516887) @@ -1,58 +1,60 @@ # Created by: Tzanetos Balitsaris # $FreeBSD$ PORTNAME= jitsi PORTVERSION= 2.8.5426 PORTREVISION= 0 CATEGORIES= net-im java MASTER_SITES= http://aetos.it.teithe.gr/~tzabal/ports/jitsi/ MAINTAINER= tzabal@it.teithe.gr COMMENT= Open source IM and VoIP application +BROKEN= unfetchable + LICENSE= LGPL21 USES= zip USE_JAVA= yes USE_ANT= yes MAKE_ARGS= rebuild USE_LDCONFIG= ${PREFIX}/lib/jitsi/lib/native WRKSRC= ${WRKDIR}/${PORTNAME} ONLY_FOR_ARCHS= i386 amd64 DESKTOP_ENTRIES="Jitsi" \ "VoIP and Instant Messenger" \ "${PREFIX}/share/pixmaps/jitsi.png" \ "${PORTNAME}" \ "Network;InstantMessaging;VideoConference;Java;" \ true do-install: # Installation directory structure ${MKDIR} ${STAGEDIR}${PREFIX}/lib/jitsi/sc-bundles ${MKDIR} ${STAGEDIR}${PREFIX}/lib/jitsi/lib/bundle ${MKDIR} ${STAGEDIR}${PREFIX}/lib/jitsi/lib/native # Bundles (Jitsi modules) cd ${WRKSRC}/sc-bundles && ${COPYTREE_SHARE} . \ ${STAGEDIR}${PREFIX}/lib/jitsi/sc-bundles ${RM} ${STAGEDIR}${PREFIX}/lib/jitsi/sc-bundles/*slick*.jar ${RM} -r ${STAGEDIR}${PREFIX}/lib/jitsi/sc-bundles/os-specific # Library JARs cd ${WRKSRC}/lib/bundle && ${COPYTREE_SHARE} . \ ${STAGEDIR}${PREFIX}/lib/jitsi/lib/bundle "! -name junit.jar" cd ${WRKSRC}/lib && ${COPYTREE_SHARE} "felix.jar logging.properties \ felix.client.run.properties" ${STAGEDIR}${PREFIX}/lib/jitsi/lib # Native libraries cd ${WRKSRC}/lib/native/freebsd${ARCH:S/i386//:S/amd/-/:S/x86_/-/} && \ ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/lib/jitsi/lib/native ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/jitsi/lib/native/*.so # Wrapper script to run Jitsi ${INSTALL_SCRIPT} ${FILESDIR}/jitsi.sh ${STAGEDIR}${PREFIX}/bin/jitsi # Manual page ${INSTALL_MAN} ${FILESDIR}/jitsi.1 ${STAGEDIR}${MANPREFIX}/man/man1 # Desktop related ${INSTALL_DATA} ${WRKSRC}/resources/images/logo/sc_logo_128x128.png \ ${STAGEDIR}${PREFIX}/share/pixmaps/jitsi.png .include Index: head/net-im/linux-telegram-desktop/Makefile =================================================================== --- head/net-im/linux-telegram-desktop/Makefile (revision 516886) +++ head/net-im/linux-telegram-desktop/Makefile (revision 516887) @@ -1,41 +1,43 @@ # Created by: Henry Hu # $FreeBSD$ PORTNAME= telegram-desktop PORTVERSION= 1.3.0 CATEGORIES= net-im linux MASTER_SITES= https://updates.tdesktop.com/tlinux32/ PKGNAMEPREFIX= linux- DISTNAME= tsetup32.${PORTVERSION} MAINTAINER= henry.hu.sh@gmail.com COMMENT= Official desktop client for Telegram messenger (Linux version) +BROKEN= unfetchable + LICENSE= GPLv3 USES= linux:c7 tar:xz USE_LINUX= alsalib alsa-plugins-oss dbuslibs dri expat gtk2 xorglibs NO_BUILD= yes RUN_DEPENDS= dbus-launch:devel/dbus WRKSRC= ${WRKDIR}/Telegram TDESKTOPDIR= lib/telegram-desktop SUB_FILES= telegram-desktop.sh SUB_LIST= TDESKTOPDIR=${TDESKTOPDIR} DESKTOP_ENTRIES= "Telegram Desktop" "${COMMENT}" "" \ "${PREFIX}/bin/telegram-desktop -- %u" \ "Network;InstantMessaging;" false PLIST_FILES= bin/telegram-desktop ${TDESKTOPDIR}/Telegram do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/${TDESKTOPDIR} # The main program binary ${INSTALL_PROGRAM} ${WRKSRC}/Telegram \ ${STAGEDIR}${PREFIX}/${TDESKTOPDIR} # Wrapper for the main program ${INSTALL_SCRIPT} ${WRKDIR}/telegram-desktop.sh \ ${STAGEDIR}${PREFIX}/bin/telegram-desktop .include Index: head/net-im/mu-conference/Makefile =================================================================== --- head/net-im/mu-conference/Makefile (revision 516886) +++ head/net-im/mu-conference/Makefile (revision 516887) @@ -1,109 +1,111 @@ # Created by: Denis Shaposhnikov # $FreeBSD$ PORTNAME= mu-conference PORTVERSION= 0.8 PORTREVISION= 7 CATEGORIES= net-im MASTER_SITES= http://download.gna.org/mu-conference/ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= mm@FreeBSD.org COMMENT= Multi-User Conferencing component for Jabber +BROKEN= unfetchable + LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libexpat.so:textproc/expat2 \ libidn.so:dns/libidn USES= pkgconfig shebangfix SHEBANG_FILES= scripts/roommaker.pl scripts/roomname.pl USE_GNOME= glib20 USE_RC_SUBR= ${PORTNAME} OPTIONS_DEFINE= MYSQL DOCS OPTIONS_DEFAULT=DAEMON OPTIONS_SINGLE= SERVER OPTIONS_SINGLE_SERVER= JABBERD EJABBERD DAEMON JABBERD_DESC= Use with jabberd 2.x (net-im/jabberd) EJABBERD_DESC= Use with ejabberd (net-im/ejabberd) DAEMON_DESC= Use builtin daemon SUB_FILES+= pkg-message README.FreeBSD.jabberd14 \ README.FreeBSD.jabberd2 README.FreeBSD.external DOCFILES= AUTHORS ChangeLog FAQ LICENSE README TODO \ XEP0045_SUPPORT muc-default.xml style.css PORTDOCS= * MAKE_JOBS_UNSAFE= yes .include .if ${PORT_OPTIONS:MMYSQL} USE_MYSQL= yes CFLAGS+= -DHAVE_MYSQL LIBS+= `${LOCALBASE}/bin/mysql_config --libs` DOCFILES+= README.sql mu-conference.sql .endif MUC_LOGDIR?= /var/log/mu-conference .if ${PORT_OPTIONS:MJABBERD} JABBER_REQUIRE?= jabberd JABBER_USER?= jabber JABBER_PIDDIR?= /var/jabberd/pid JABBER_SPOOLDIR?= /var/spool/jabber RUN_DEPENDS+= jabberd:net-im/jabberd .elif ${PORT_OPTIONS:MEJABBERD} JABBER_REQUIRE?= ejabberd JABBER_USER?= ejabberd JABBER_PIDDIR?= /var/jabberd/pid JABBER_SPOOLDIR?= /var/spool/jabber RUN_DEPENDS+= ejabberdctl:net-im/ejabberd .elif ${PORT_OPTIONS:MDAEMON} JABBER_REQUIRE?= DAEMON JABBER_USER?= nobody JABBER_PIDDIR?= /var/run/mu-conference JABBER_SPOOLDIR?= /var/spool/mu-conference .endif SUB_LIST+= JABBER_REQUIRE="${JABBER_REQUIRE}" \ JABBER_PIDDIR="${JABBER_PIDDIR}" \ JABBER_SPOOLDIR="${JABBER_SPOOLDIR}" \ JABBER_USER=${JABBER_USER} \ MUC_LOGDIR=${MUC_LOGDIR} post-patch: @${REINPLACE_CMD} -e 's/=$$(CFLAGS)/=/g;s/^CFLAGS[:]*=/CFLAGS+=/g' \ -e 's/^CC:*=/CC?=/g;s|gcc |$$(CC) |;s|-O2||g' \ -e 's#`pkg-config#-I${LOCALBASE}/include `${LOCALBASE}/bin/pkg-config#g' \ ${WRKSRC}/Makefile ${WRKSRC}/*/Makefile \ ${WRKSRC}/*/*/Makefile @${REINPLACE_CMD} -e 's#\./spool/chat.localhost#${JABBER_SPOOLDIR}/conference.localhost#g' \ -e 's#\./syslogs#${LOGDIR}#g' \ -e 's#\./logs#${JABBER_SPOOLDIR}/conference.localhost/logs#g' \ -e 's#\.#${JABBER_PIDDIR}#g' \ ${WRKSRC}/muc-default.xml do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/mu-conference ${STAGEDIR}${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/muc-default.xml ${STAGEDIR}${PREFIX}/etc/muc.xml.sample .if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${STAGEDIR}${DOCSDIR}/scripts .for FILE in README.FreeBSD.jabberd14 README.FreeBSD.jabberd2 README.FreeBSD.external @${INSTALL_DATA} ${WRKDIR}/${FILE} ${STAGEDIR}${DOCSDIR} .endfor .for FILE in ${DOCFILES} @${INSTALL_DATA} ${WRKSRC}/${FILE} ${STAGEDIR}${DOCSDIR} .endfor ${INSTALL_DATA} ${WRKSRC}/scripts/README ${STAGEDIR}${DOCSDIR}/scripts .for FILE in roommaker.pl roomname.pl ${INSTALL_SCRIPT} ${WRKSRC}/scripts/${FILE} ${STAGEDIR}${DOCSDIR}/scripts .endfor .endif .include Index: head/net-im/p5-Jabber-Connection/Makefile =================================================================== --- head/net-im/p5-Jabber-Connection/Makefile (revision 516886) +++ head/net-im/p5-Jabber-Connection/Makefile (revision 516887) @@ -1,20 +1,22 @@ # Created by: Lars Eggert # $FreeBSD$ PORTNAME= Jabber-Connection PORTVERSION= 0.04 PORTREVISION= 1 CATEGORIES= net-im perl5 MASTER_SITES= http://freebsd.unixfreunde.de/sources/ PKGNAMEPREFIX= p5- MAINTAINER= lars.eggert@gmx.net COMMENT= Jabber Perl library for client/component connectivity +BROKEN= unfetchable + RUN_DEPENDS= p5-XML-Parser>=0:textproc/p5-XML-Parser BUILD_DEPENDS= p5-Digest-SHA1>=0:security/p5-Digest-SHA1 USES= perl5 USE_PERL5= configure .include Index: head/net-im/p5-Net-ICQ2000/Makefile =================================================================== --- head/net-im/p5-Net-ICQ2000/Makefile (revision 516886) +++ head/net-im/p5-Net-ICQ2000/Makefile (revision 516887) @@ -1,17 +1,19 @@ # Created by: Kevin Lo # $FreeBSD$ PORTNAME= Net-ICQ2000 PORTVERSION= 0.2.1 PORTREVISION= 1 CATEGORIES= net-im perl5 MASTER_SITES= http://gonzo.kiev.ua/projects/vicq.old/ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl5 module for ICQv7 protocol realisation +BROKEN= unfetchable + USES= perl5 USE_PERL5= configure .include Index: head/net-im/pidgin-guifications/Makefile =================================================================== --- head/net-im/pidgin-guifications/Makefile (revision 516886) +++ head/net-im/pidgin-guifications/Makefile (revision 516887) @@ -1,29 +1,31 @@ # Created by: ports@c0decafe.net # $FreeBSD$ PORTNAME= pidgin-guifications PORTVERSION= 2.16 PORTREVISION= 8 CATEGORIES= net-im MASTER_SITES= https://www.mimar.rs/distfiles/ MAINTAINER= marko.cupac@mimar.rs COMMENT= Plugin to add msn style "toaster" popups to Pidgin +BROKEN= unfetchable + LICENSE= GPLv2 BUILD_DEPENDS= ${LOCALBASE}/include/pidgin/pidgin.h:net-im/pidgin RUN_DEPENDS= pidgin:net-im/pidgin USES= gettext gmake libtool pathfix pkgconfig tar:bzip2 USE_GNOME= gtk20 intltool GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib post-extract: @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} \ -e 's#\([@(]\)PIDGIN_LIBDIR\([@)]\)#\1libdir\2#' \ -e 's#\([@(]\)PIDGIN_DATADIR\([@)]\)#\1datadir\2#' .include Index: head/net-im/pidgin-osd/Makefile =================================================================== --- head/net-im/pidgin-osd/Makefile (revision 516886) +++ head/net-im/pidgin-osd/Makefile (revision 516887) @@ -1,24 +1,26 @@ # Created by: Vyacheslav Anikin # $FreeBSD$ PORTNAME= pidgin-osd PORTVERSION= 0.1.0 PORTREVISION= 6 CATEGORIES= net-im MASTER_SITES= https://babelize.org/download/pidgin-osd/ MAINTAINER= anikinsl@gmail.com COMMENT= Pidgin plugin for displaying new messages on screen +BROKEN= unfetchable + BUILD_DEPENDS= pidgin:net-im/pidgin \ xosd>=2.2.12:misc/xosd RUN_DEPENDS= pidgin:net-im/pidgin \ xosd>=2.2.12:misc/xosd USES= gmake libtool pkgconfig tar:bzip2 USE_GNOME= glib20 GNU_CONFIGURE= yes PLIST_FILES= lib/pidgin/pidgin-osd.so .include Index: head/net-im/pidgin-privacy-please/Makefile =================================================================== --- head/net-im/pidgin-privacy-please/Makefile (revision 516886) +++ head/net-im/pidgin-privacy-please/Makefile (revision 516887) @@ -1,38 +1,40 @@ # Created by: Emanuel Haupt # $FreeBSD$ PORTNAME= pidgin-privacy-please PORTVERSION= 0.7.1 DISTVERSIONPREFIX= v PORTREVISION= 5 CATEGORIES= net-im MAINTAINER= ehaupt@FreeBSD.org COMMENT= Privacy plugin for the pidgin instant messenger +BROKEN= unfetchable + DEPRECATED= Abandonware EXPIRATION_DATE= 2019-12-09 LICENSE= GPLv2 LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 \ libpurple.so:net-im/libpurple BUILD_DEPENDS= pidgin:net-im/pidgin RUN_DEPENDS= pidgin:net-im/pidgin GNU_CONFIGURE= yes USES= gmake gettext libtool pkgconfig autoreconf USE_GNOME= cairo gdkpixbuf2 gtk20 intltool USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= cockroach GH_TAGNAME= 21e7046 CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip .include Index: head/net-im/py-libturpial/Makefile =================================================================== --- head/net-im/py-libturpial/Makefile (revision 516886) +++ head/net-im/py-libturpial/Makefile (revision 516887) @@ -1,27 +1,29 @@ # Created by: Olivier Duchateau # $FreeBSD$ PORTNAME= libturpial PORTVERSION= 1.7.0 PORTREVISION= 1 CATEGORIES= net-im python MASTER_SITES= http://files.turpial.org.ve/sources/stable/ \ CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= python@FreeBSD.org COMMENT= Twitter API +BROKEN= unfetchable + LICENSE= GPLv3 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}simplejson>=3.4.0:devel/py-simplejson@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}oauth>=1.0.1:net/py-oauth@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=2.2.0:www/py-requests@${PY_FLAVOR} USES= python:2.7 USE_PYTHON= distutils autoplist post-extract: ${RM} -r ${WRKSRC}/tests .include Index: head/net-im/yoono/Makefile =================================================================== --- head/net-im/yoono/Makefile (revision 516886) +++ head/net-im/yoono/Makefile (revision 516887) @@ -1,47 +1,49 @@ # Created by: Nicola Vitale # $FreeBSD$ PORTNAME= yoono PORTVERSION= 1.8.43 PORTREVISION= 1 #PORTREVISION= 0 CATEGORIES= net-im MASTER_SITES= http://cdn.yoono.com/desktop/ DISTNAME= ${PORTNAME}-desktop-${PORTVERSION} MAINTAINER= nivit@FreeBSD.org COMMENT= Client for Twitter and other social networks +BROKEN= unfetchable + LICENSE_NAME= ToU LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept LICENSE_TEXT= http://www.yoono.com/terms.html DESKTOP_ENTRIES= "Yoono" \ "Linux Client for social networks" \ "${DATADIR}/chrome/branding/content/icon64.png" \ "yoono" \ "GTK;Network;" \ "" NO_BUILD= yes ONLY_FOR_ARCHS= amd64 i386 ONLY_FOR_ARCHS_REASON= binary distribution SUB_FILES= ${PORTNAME} pkg-message SUB_LIST= LINUXBASE=${LINUXBASE} USES= linux tar:bzip2 USE_LDCONFIG= yes USE_LINUX= alsalib dbuslibs gtk2 xorglibs WRKSRC= ${WRKDIR}/${PORTNAME}-desktop do-install: ${MKDIR} ${STAGEDIR}${DATADIR} (cd ${WRKSRC} && \ ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}) ${CHMOD} ${BINMODE} ${STAGEDIR}${DATADIR}/${PORTNAME}-desktop ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} .include Index: head/net-im/zephyr/Makefile =================================================================== --- head/net-im/zephyr/Makefile (revision 516886) +++ head/net-im/zephyr/Makefile (revision 516887) @@ -1,56 +1,58 @@ # Created by: Ben Kaduk # $FreeBSD$ PORTNAME= zephyr DISTVERSION= 3.0.1 PORTREVISION= 4 CATEGORIES= net-im MASTER_SITES= http://zephyr.1ts.org/export/2642/distribution/ MAINTAINER= kaduk-fbsd@mit.edu COMMENT= Enterprise-scale distributed messaging system +BROKEN= unfetchable + LICENSE= MIT BROKEN_aarch64= Fails to link: missing sbrk GNU_CONFIGURE= yes # it is an upstream bug that --with-krb5 needs a path CONFIGURE_ARGS= --with-krb5="${KRB5_DIR}" USES= iconv libtool readline USE_RC_SUBR= zhm USE_LDCONFIG= yes MAKE_JOBS_UNSAFE= yes LDFLAGS+= -L${LOCALBASE}/lib CPPFLAGS+= -I${LOCALBASE}/include OPTIONS_DEFINE= HEIMDAL HEIMDAL_DESC= Link against libss.so from security/heimdal .include .if empty(ICONV_LIB) CONFIGURE_ARGS+=ac_cv_lib_iconv_libiconv_open=no .endif .if ${PORT_OPTIONS:MHEIMDAL} BROKEN= bad depobj LIB_DEPENDS+= libss.so.1:security/heimdal .if defined(HEIMDAL_HOME) KRB5_DIR?= ${HEIMDAL_HOME} .else KRB5_DIR?= ${LOCALBASE} .endif .else LIB_DEPENDS+= libss.so.2:devel/e2fsprogs-libss KRB5_DIR?= ${DESTDIR}/usr .endif # try to fix parallel (-jX) builds: add missing inter-source dependencies post-patch: @${REINPLACE_CMD} -e \ '/^eval\.o/,$$s,port\.h,& string_stack.h new_string.h, ; \ s,_aux\.h,.h,' ${WRKSRC}/zwgc/Makefile.in .include Index: head/net-mgmt/arpalert/Makefile =================================================================== --- head/net-mgmt/arpalert/Makefile (revision 516886) +++ head/net-mgmt/arpalert/Makefile (revision 516887) @@ -1,19 +1,21 @@ # Created by: Yen-Ming Lee # $FreeBSD$ PORTNAME= arpalert PORTVERSION= 2.0.12 PORTREVISION= 1 CATEGORIES= net-mgmt MASTER_SITES= http://www.arpalert.org/src/ MAINTAINER= hrs@FreeBSD.org COMMENT= ARP traffic monitoring +BROKEN= unfetchable + LICENSE= GPLv2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=/var ALL_TARGET= ${PORTNAME} .include Index: head/net-mgmt/bsnmp-regex/Makefile =================================================================== --- head/net-mgmt/bsnmp-regex/Makefile (revision 516886) +++ head/net-mgmt/bsnmp-regex/Makefile (revision 516887) @@ -1,43 +1,45 @@ # Created by: brock@cotcomsol.com # $FreeBSD$ PORTNAME= bsnmp-regex PORTVERSION= 0.6 PORTREVISION= 2 CATEGORIES= net-mgmt MASTER_SITES= http://thewalter.net/stef/software/bsnmp-regex/ MAINTAINER= koobs@FreeBSD.org COMMENT= bsnmpd module allowing creation of counters from log files +BROKEN= unfetchable + LICENSE= BSD3CLAUSE GNU_CONFIGURE= yes CPPFLAGS+= "-I${LOCALBASE}/include" INSTALL_TARGET= install-strip USES= libtool OPTIONS_DEFINE= DEBUG PCRE PCRE_DESC= Use PCRE instead of the default regex library PLIST_FILES= bin/sockin lib/snmp_regex.so lib/snmp_regex.so.0 \ lib/snmp_regex.so.0.0.0 lib/snmp_regex.a man/man1/sockin.1.gz \ man/man5/bsnmp-regex.conf.5.gz \ man/man8/bsnmp-regex.8.gz .include .if ${PORT_OPTIONS:MDEBUG} CONFIGURE_ARGS+=--enable-debug .else CONFIGURE_ARGS+=--disable-debug .endif .if ${PORT_OPTIONS:MPCRE} LIB_DEPENDS+= libpcre.so:devel/pcre CONFIGURE_ARGS+= --enable-pcre .else CONFIGURE_ARGS+= --disable-pcre .endif .include Index: head/net-mgmt/ipv6mon/Makefile =================================================================== --- head/net-mgmt/ipv6mon/Makefile (revision 516886) +++ head/net-mgmt/ipv6mon/Makefile (revision 516887) @@ -1,42 +1,44 @@ # $FreeBSD$ PORTNAME= ipv6mon PORTVERSION= 1.0 PORTREVISION= 3 CATEGORIES= net-mgmt MASTER_SITES= http://www.si6networks.com/tools/ipv6mon/ DISTNAME= ${PORTNAME}-v${PORTVERSION} MAINTAINER= hrs@FreeBSD.org COMMENT= Tool for monitoring IPv6 address usage +BROKEN= unfetchable + LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/LICENSE.TXT USES= uidfix CFLAGS+= -DIPV6MON_CONF=\\\"${PREFIX}/etc/ipv6mon.conf\\\" USERS= ${PORTNAME} GROUPS= ${PORTNAME} USE_RC_SUBR= ${PORTNAME} PORTDOCS= README.TXT \ ipv6mon-installation-notes.odt \ ipv6mon-installation-notes.pdf \ ipv6mon-manual.odt \ ipv6mon-manual.pdf OPTIONS_DEFINE= DOCS post-extract: @${INSTALL_DATA} ${FILESDIR}/Makefile ${WRKSRC} @${INSTALL_DATA} ${WRKSRC}/manuals/* ${WRKSRC} post-install: ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${STAGEDIR}${PREFIX}/etc/rc.d post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && \ ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} .include Index: head/net-mgmt/nagios-certexp-plugin/Makefile =================================================================== --- head/net-mgmt/nagios-certexp-plugin/Makefile (revision 516886) +++ head/net-mgmt/nagios-certexp-plugin/Makefile (revision 516887) @@ -1,41 +1,43 @@ # Created by: ecronin@gizmolabs.org # $FreeBSD$ PORTNAME= nagios-certexp-plugin PORTVERSION= 1.1 PORTREVISION= 1 CATEGORIES= net-mgmt MASTER_SITES= ftp://ftp.jhweiss.de/pub/users/weiss/nagios/plugins/ DISTNAME= check_certexp.pl EXTRACT_SUFX= MAINTAINER= ecronin@gizmolabs.org COMMENT= Nagios plugin for checking SSL server certificate expiration +BROKEN= unfetchable + RUN_DEPENDS+= p5-Net-SSLeay>=0:security/p5-Net-SSLeay \ p5-Date-Manip>=0:devel/p5-Date-Manip USES= perl5 shebangfix NO_WRKSUBDIR= yes NO_ARCH= yes NO_BUILD= yes SHEBANG_FILES= check_certexp.pl PLIST_FILES= ${NAGIOS_PLUGIN_DIR}/check_certexp.pl NAGIOS_PLUGIN_DIR= libexec/nagios do-extract: @${MKDIR} ${WRKSRC} @${CP} ${DISTDIR}/${DISTNAME} ${WRKSRC}/check_certexp.pl post-patch: ${REINPLACE_CMD} -e \ "s,/usr/local/nagios/libexec,${PREFIX}/${NAGIOS_PLUGIN_DIR}," \ ${WRKSRC}/check_certexp.pl do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/${NAGIOS_PLUGIN_DIR} ${INSTALL_SCRIPT} ${WRKSRC}/check_certexp.pl ${STAGEDIR}${PREFIX}/${NAGIOS_PLUGIN_DIR} .include Index: head/net-mgmt/nagios-check_memcached_paranoid/Makefile =================================================================== --- head/net-mgmt/nagios-check_memcached_paranoid/Makefile (revision 516886) +++ head/net-mgmt/nagios-check_memcached_paranoid/Makefile (revision 516887) @@ -1,50 +1,52 @@ # $FreeBSD$ PORTNAME= check_memcached_paranoid PORTVERSION= 0.20131004 PORTREVISION= 2 CATEGORIES= net-mgmt MASTER_SITES= SF/nagiosplug/nagiosplug/1.5 DISTFILES= nagios-plugins-1.5.tar.gz MAINTAINER= kuriyama@FreeBSD.org COMMENT= Nagios plugin for checking memcached +BROKEN= unfetchable + LIB_DEPENDS= libmemcached.so:databases/libmemcached BUILD_DEPENDS= nagios-plugins>0:${PLUGINS} \ ${EXTRA_DEPENDS} \ ${NONEXISTENT}:${PLUGINS}:build USES= gettext-runtime FILE= ${PORTNAME}.c PLUGINS= ${PORTSDIR}/net-mgmt/nagios-plugins NDIR_CMD= cd ${PLUGINS} && ${MAKE} -VWRKSRC # Needed for build target on net-mgmt/nagios-plugins EXTRA_DEPENDS= automake>0:devel/automake \ autoconf>0:devel/autoconf \ gmake:devel/gmake do-extract: ${MKDIR} ${WRKSRC} ${CP} ${FILESDIR}/${FILE} ${WRKSRC} # HACK: Linking objects may be changed by nagios-plugins OPTIONS # setting (EXTRAOPTS, NLS). do-build: cd ${WRKSRC}; \ NDIR=$$(${NDIR_CMD}); \ ${CC} ${CFLAGS} -DLOCALEDIR=\"${LOCALBASE}/share/locale\" -D__need_getopt \ -I$${NDIR} -I$${NDIR}/plugins -I$${NDIR}/gl -I$${NDIR}/lib -I${LOCALBASE}/include \ -o ${PORTNAME} \ $${NDIR}/plugins/netutils.o $${NDIR}/plugins/utils.o \ $${NDIR}/lib/utils_base.o \ `ls $${NDIR}/lib/*.o | ${GREP} -E '(extra_opts|parse_ini).o$$'` \ $${NDIR}/gl/getopt.o $${NDIR}/gl/getopt1.o \ $${NDIR}/gl/idpriv-droptemp.o $${NDIR}/gl/sha1.o \ -L${LOCALBASE}/lib -lintl -lmemcached ${FILE} do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/libexec/nagios ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/libexec/nagios .include Index: head/net-mgmt/netdot/Makefile =================================================================== --- head/net-mgmt/netdot/Makefile (revision 516886) +++ head/net-mgmt/netdot/Makefile (revision 516887) @@ -1,87 +1,89 @@ # Created by: Nick Hilliard # $FreeBSD$ PORTNAME= netdot PORTVERSION= 1.0.7 PORTREVISION= 4 CATEGORIES= net-mgmt MASTER_SITES= http://netdot.uoregon.edu/pub/dists/ MAINTAINER= nick@foobar.org COMMENT= Open source tool to organize and maintain network information +BROKEN= unfetchable + LICENSE= GPLv2 RUN_DEPENDS= p5-libapreq2>=0:www/p5-libapreq2 \ mp2bug:www/mod_perl2 \ p5-Apache-Session>=1.6:www/p5-Apache-Session \ p5-Apache-AuthCookie>=0:www/p5-Apache-AuthCookie \ p5-Apache2-SiteControl>=1.0:www/p5-Apache2-SiteControl \ p5-URI>=0:net/p5-URI \ p5-DBD-mysql>=0:databases/p5-DBD-mysql \ p5-SQL-Translator>=0.07:databases/p5-SQL-Translator \ p5-Class-DBI>=3.0.17:databases/p5-Class-DBI \ p5-Class-DBI-AbstractSearch>=0:databases/p5-Class-DBI-AbstractSearch \ p5-SNMP-Info>=2.06:net-mgmt/p5-SNMP-Info \ p5-HTML-Mason>=1.31:www/p5-HTML-Mason \ p5-Log-Dispatch>=0:devel/p5-Log-Dispatch \ p5-Log-Log4perl>=0:devel/p5-Log-Log4perl \ p5-Parallel-ForkManager>=0:devel/p5-Parallel-ForkManager \ p5-Net-IRR>=0:net/p5-Net-IRR \ p5-NetAddr-IP>=4.042:net-mgmt/p5-NetAddr-IP \ p5-Net-Patricia>=1.20:net/p5-Net-Patricia \ p5-Net-Appliance-Session>=3.113610:net/p5-Net-Appliance-Session \ p5-Net-DNS>=0:dns/p5-Net-DNS \ p5-Net-DNS-ZoneFile-Fast>=1.12:dns/p5-Net-DNS-ZoneFile-Fast \ p5-BIND-Config-Parser>=0:dns/p5-BIND-Config-Parser \ p5-Carp-Assert>=0:devel/p5-Carp-Assert \ p5-XML-Simple>=0:textproc/p5-XML-Simple \ p5-Socket6>=0:net/p5-Socket6 \ p5-GraphViz>=2.02:graphics/p5-GraphViz \ rrdtool:databases/rrdtool \ netdisco-mibs>=0:net-mgmt/netdisco-mibs USES= gmake perl5 shebangfix NO_BUILD= yes USE_MYSQL= yes SUB_FILES= pkg-message pkg-install SUB_LIST= WWWDIR="${WWWDIR}" \ WWWOWN="${WWWOWN}" \ WWWGRP="${WWWGRP}" \ CHOWN="${CHOWN}" \ CHMOD="${CHMOD}" SHEBANG_FILES= bin/*.pl bin/initdb upgrade/upgrade-tasks SHEBANG_LANG= perl perl2 perl2_OLD_CMD= <> perl2_CMD= ${LOCALBASE}/bin/perl .include INSTALL_TARGET= install \ PREFIX=${WWWDIR} \ PERL=${PERL} \ STAGEDIR=${STAGEDIR}${WWWDIR} \ APACHEUSER=${WWWOWN} \ APACHEGROUP=${WWWGRP} post-patch: @${REINPLACE_CMD} "s#/usr/local/netdot#${WWWDIR}#g" ${WRKSRC}/netdot.cron ${WRKSRC}/Makefile ${WRKSRC}/import/import_ip_bulk.pl @${REINPLACE_CMD} "s#%%LOCALPREFIX%%#${PREFIX}#g" ${WRKSRC}/etc/Default.conf post-install: .for f in export/bind export/dhcpd export/ethers export/rancid export/smokeping export/sysmon htdocs/img/graphs lib/Netdot/Manual tmp/sessions/locks htdocs/masondata/cache @${TOUCH} ${STAGEDIR}${WWWDIR}/${f}/.keep-me .endfor .for f in initdb ${INSTALL_SCRIPT} ${WRKSRC}/bin/${f} ${STAGEDIR}${WWWDIR}/bin/${f} .endfor ${MKDIR} ${STAGEDIR}${WWWDIR}/upgrade .for f in Makefile updatedb upgrade-tasks ${INSTALL_SCRIPT} ${WRKSRC}/upgrade/${f} ${STAGEDIR}${WWWDIR}/upgrade/${f} .endfor ${INSTALL_DATA} ${WRKSRC}/netdot.cron ${STAGEDIR}${WWWDIR}/etc/netdot.cron ${INSTALL_DATA} ${WRKSRC}/etc/default_data ${STAGEDIR}${WWWDIR}/etc/default_data .include Index: head/net-mgmt/netwox/Makefile =================================================================== --- head/net-mgmt/netwox/Makefile (revision 516886) +++ head/net-mgmt/netwox/Makefile (revision 516887) @@ -1,41 +1,43 @@ # Created by: janos.mohacsi@bsd.hu # $FreeBSD$ PORTNAME= netwox PORTVERSION= 5.38.0 CATEGORIES= net-mgmt MASTER_SITES= http://www.laurentconstantin.com/common/netw/netwox/download/v5/ \ http://membres.lycos.fr/lauconstantin/common/netw/netwox/download/v5/ \ http://laurentconstantin.free.fr/common/netw/netwox/download/v5/ DISTNAME= ${PORTNAME}-${PORTVERSION}-src DISTFILES= ${DISTNAME}.tgz ${DISTNAME:S/src/doc_html/}.tgz MAINTAINER= jmohacsi@bsd.hu COMMENT= Netwox a network testing toolbox +BROKEN= unfetchable + BUILD_DEPENDS= netwib-config:net/netwib OPTIONS_DEFINE= DOCS WRKSRC_SUBDIR= src SHORTPORTVERSION=${PORTVERSION:C/([0-9]*)\.([0-9]*)\.[0-9]*/\1\2/} PLIST_SUB+= SHORTPORTVERSION=${SHORTPORTVERSION} MAKE_JOBS_UNSAFE= yes do-configure: @${REINPLACE_CMD} \ -e 's|%%PREFIX%%|${PREFIX}|' \ -e 's|%%LOCALBASE%%|${LOCALBASE}|' \ -e 's|%%CFLAGS%%|${CFLAGS}|' \ -e 's|gcc|${CC}|' \ ${WRKSRC}/config.dat (cd ${WRKSRC} ; ${SH} ${WRKSRC}/genemake ) post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} @${MKDIR} ${STAGEDIR}${DOCSDIR} ${CP} -R ${WRKSRC}/../../${PORTNAME}-${PORTVERSION}-doc_html/* ${STAGEDIR}${DOCSDIR} .include Index: head/net-mgmt/nstreams/Makefile =================================================================== --- head/net-mgmt/nstreams/Makefile (revision 516886) +++ head/net-mgmt/nstreams/Makefile (revision 516887) @@ -1,31 +1,33 @@ # Created by: darius@dons.net.au # $FreeBSD$ PORTNAME= nstreams PORTVERSION= 1.0.4 CATEGORIES= net-mgmt MASTER_SITES= http://www.hsc.fr/ressources/outils/nstreams/download/ \ http://falafel.200ok.org/distfiles/nstreams/ MAINTAINER= ecu@200ok.org COMMENT= Analyses network traffic and produces ipfw rules to allow it +BROKEN= unfetchable + WRKSRC= ${WRKDIR}/${PORTNAME} GNU_CONFIGURE= yes PLIST_FILES= bin/nstreams \ etc/nstreams-networks.sample \ etc/nstreams-services \ man/man1/nstreams.1.gz do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/nstreams ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/docs/nstreams.1 \ ${STAGEDIR}${MANPREFIX}/man/man1 ${INSTALL_DATA} ${WRKSRC}/docs/nstreams-networks \ ${STAGEDIR}${PREFIX}/etc/nstreams-networks.sample ${INSTALL_DATA} ${WRKSRC}/docs/nstreams-services \ ${STAGEDIR}${PREFIX}/etc/nstreams-services .include Index: head/net-mgmt/observium/Makefile =================================================================== --- head/net-mgmt/observium/Makefile (revision 516886) +++ head/net-mgmt/observium/Makefile (revision 516887) @@ -1,135 +1,137 @@ # Created by: rflynn@acsalaska.net # $FreeBSD$ # Observium version can be found by looking at ${WRKSRC}/includes/definitions/version.inc.php PORTNAME= observium PORTVERSION= 0.18.9.1 PORTREVISION= 1 CATEGORIES= net-mgmt MASTER_SITES= http://www.observium.org/ DISTNAME= ${PORTNAME}-community-latest DIST_SUBDIR= ${PORTNAME}-${PORTVERSION} MAINTAINER= feld@FreeBSD.org COMMENT= Autodiscovering PHP/MySQL/SNMP based network monitoring +BROKEN= unfetchable + LICENSE= EULA LICENSE_NAME= "Observium License Version 1.0" LICENSE_FILE= ${WRKSRC}/LICENSE.COMMUNITY LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept WRKSRC= ${WRKDIR}/${PORTNAME} USES= php:cli python${PY_MYSQL} shebangfix SHEBANG_FILES= \ poller-wrapper.py \ poller.php \ scripts/ USE_PHP= ctype filter gd iconv json mcrypt mysqli openssl posix session snmp tokenizer xml zlib NO_ARCH= yes NO_BUILD= yes RUN_DEPENDS+= rrdtool:databases/rrdtool \ dot:graphics/graphviz \ mtr:net/mtr-nox11 \ ${LOCALBASE}/share/pear/Net/IPv4.php:net/pear-Net_IPv4@${PHP_FLAVOR} \ ${LOCALBASE}/share/pear/Net/IPv6.php:net/pear-Net_IPv6@${PHP_FLAVOR} \ snmpget:net-mgmt/net-snmp \ sudo:security/sudo LIB_DEPENDS+= libpng.so:graphics/png OPTIONS_DEFINE= APACHEMOD DOCS EXAMPLES FPING IPMITOOL LIBVIRT MYSQLD NAGPLUGINS NMAP PYPOLLER SVN WMIC OPTIONS_DEFAULT= APACHEMOD FPING IPMITOOL LIBVIRT NAGPLUGINS NMAP PYPOLLER SVN WMIC APACHEMOD_DESC= Use PHP with Apache 2.2+ module FPING_DESC= Enable fping support ping monitoring IPMITOOL_DESC= Enable support for monitoring hardware IPMI MYSQLD_DESC= Use local MySQL server WMIC_DESC= Enable support for WMI polling PYPOLLER_DESC= Enable Python Poller Wrapper FPING_RUN_DEPENDS= fping:net/fping IPMITOOL_RUN_DEPENDS= ipmitool:sysutils/ipmitool LIBVIRT_RUN_DEPENDS= virsh:devel/libvirt NAGPLUGINS_RUN_DEPENDS= ${LOCALBASE}/libexec/nagios/check_nagios:net-mgmt/nagios-plugins NMAP_RUN_DEPENDS= nmap:security/nmap PYPOLLER_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}MySQLdb>0:databases/py-MySQLdb@${PY_FLAVOR} PYPOLLER_VARS= PY_MYSQL=:2.7 SVN_RUN_DEPENDS= svn:devel/subversion WMIC_RUN_DEPENDS= wmic:net-mgmt/wmi-client .include SUB_FILES+= pkg-message observium.conf.sample SUB_LIST+= PHP="${PREFIX}/bin/php" PYTHON="${PYTHON_CMD}" ROOT_FILES= add_device.php adduser.php alerter.php \ check-errors.php check-services.php config_to_json.php \ config.php.default delete_device.php discovery.php housekeeping.php \ irc.php poller-wrapper.py poller.php rename_device.php \ snmp.conf.example snmpd.conf.example \ snmptrap.php snmptrap.php syslog.php test_alert.php test_code.php VERSION ROOT_DIRS= html includes libs logs mibs rrd scripts templates tests update PORTDOCS= INSTALL README VERSION PORTEXAMPLES= snmp.conf.example snmpd.conf.example .if ${PORT_OPTIONS:MAPACHEMOD} USES+= apache:run,2.2+ .endif .if !defined(PACKAGE_BUILDING) USES+= php:mod .else # Package builder doesn't create php5 with module USES+= php:web .endif .if ${PORT_OPTIONS:MMYSQLD} USES+= mysql:server .else USES+= mysql:client .endif post-patch: ${REINPLACE_CMD} 's|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/poller-wrapper.py ${WRKSRC}/poller.php ${FIND} ${WRKSRC} -type d -empty -delete ${MKDIR} ${WRKSRC}/logs ${WRKSRC}/rrd do-install: ${MKDIR} ${STAGEDIR}/${WWWDIR} ${STAGEDIR}/${PREFIX}/${APACHEETCDIR}/Includes ${INSTALL_DATA} ${WRKDIR}/observium.conf.sample ${STAGEDIR}/${PREFIX}/${APACHEETCDIR}/Includes .for dir in ${ROOT_DIRS} ${MKDIR} ${STAGEDIR}/${WWWDIR}/${dir} (cd ${WRKSRC}/${dir} && ${COPYTREE_SHARE} . ${STAGEDIR}/${WWWDIR}/${dir}) .endfor .for f in ${ROOT_FILES} ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}/${WWWDIR} .endfor # Files in scripts dir should be executable ${FIND} ${STAGEDIR}/${WWWDIR}/scripts -type f -exec ${CHMOD} +x {} \; # Ensure PHP and Python scripts are executable ${FIND} ${STAGEDIR}/${WWWDIR} -type f -name '*.py' -or -type f -name \ '*.php' -exec ${CHMOD} +x {} \; do-install-DOCS-on: ${MKDIR} ${STAGEDIR}/${DOCSDIR} .for f in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}/${DOCSDIR} .endfor do-install-EXAMPLES-on: ${MKDIR} ${STAGEDIR}/${EXAMPLESDIR} .for f in ${PORTEXAMPLES} ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}/${EXAMPLESDIR} .endfor post-install: @${ECHO} "@sample ${APACHEETCDIR}/Includes/observium.conf.sample" >> ${TMPPLIST} @${FIND} -s ${STAGEDIR}${WWWDIR} -type f '(' -name '*.orig' -or -name '*.bak' ')' -delete @${FIND} -s ${STAGEDIR}${WWWDIR} -not -type d | ${SORT} | \ ${SED} -e 's#^${STAGEDIR}${PREFIX}/##' >> ${TMPPLIST} @${ECHO_CMD} "@dir(www,www,0775) ${WWWDIR}/logs" >> ${TMPPLIST} @${ECHO_CMD} "@dir(www,www,0775) ${WWWDIR}/rrd" >> ${TMPPLIST} .include Index: head/net-mgmt/p5-GRNOC-Config/Makefile =================================================================== --- head/net-mgmt/p5-GRNOC-Config/Makefile (revision 516886) +++ head/net-mgmt/p5-GRNOC-Config/Makefile (revision 516887) @@ -1,25 +1,27 @@ # Created by: Muhammad Moinur Rahman <5u623l20@gmail.com> # $FreeBSD$ PORTNAME= GRNOC-Config PORTVERSION= 1.0.9 PORTREVISION= 1 CATEGORIES= net-mgmt perl5 MASTER_SITES= SF/routerproxy/${PORTNAME} PKGNAMEPREFIX= p5- MAINTAINER= bofh@FreeBSD.org COMMENT= Module to allow everyone to access config files +BROKEN= unfetchable + BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-XML-LibXML>=2:textproc/p5-XML-LibXML \ p5-XML-XPath>=1:textproc/p5-XML-XPath \ p5-XML-Simple>=2:textproc/p5-XML-Simple USE_PERL5= configure USES= perl5 PLIST_FILES= %%SITE_PERL%%/GRNOC/Config.pm \ %%PERL5_MAN3%%/GRNOC::Config.3.gz .include Index: head/net-mgmt/p5-GRNOC-TL1/Makefile =================================================================== --- head/net-mgmt/p5-GRNOC-TL1/Makefile (revision 516886) +++ head/net-mgmt/p5-GRNOC-TL1/Makefile (revision 516887) @@ -1,22 +1,24 @@ # Created by: Muhammad Moinur Rahman <5u623l20@gmail.com> # $FreeBSD$ PORTNAME= GRNOC-TL1 PORTVERSION= 1.3.10 PORTREVISION= 1 CATEGORIES= net-mgmt perl5 MASTER_SITES= SF/routerproxy/${PORTNAME} PKGNAMEPREFIX= p5- MAINTAINER= bofh@FreeBSD.org COMMENT= Retrieve data from different models of TL1 devices +BROKEN= unfetchable + BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Date-Calc>0:devel/p5-Date-Calc \ p5-Net-SSH-Expect>0:net/p5-Net-SSH-Expect \ p5-Net-Telnet>0:net/p5-Net-Telnet USES= perl5 USE_PERL5= configure .include Index: head/net-mgmt/rrdbot/Makefile =================================================================== --- head/net-mgmt/rrdbot/Makefile (revision 516886) +++ head/net-mgmt/rrdbot/Makefile (revision 516887) @@ -1,30 +1,32 @@ # Created by: Jeremy Chadwick # $FreeBSD$ PORTNAME= rrdbot PORTVERSION= 0.9.7 PORTREVISION= 4 CATEGORIES= net-mgmt MASTER_SITES= http://thewalter.net/stef/software/rrdbot/ MAINTAINER= rodrigo@FreeBSD.org COMMENT= Threaded SNMP polling daemon which stores data in RRDs +BROKEN= unfetchable + LIB_DEPENDS= librrd.so:databases/rrdtool GNU_CONFIGURE= yes CONFIGURE_ARGS= --libdir=${LOCALBASE}/lib --includedir=${LOCALBASE}/include \ --datarootdir=${PREFIX}/share/rrdbot SUB_FILES= pkg-message USE_RC_SUBR= rrdbot .if defined(WITH_DEBUG) CONFIGURE_ARGS+= --enable-debug .endif .if defined(WITHOUT_IPV6) CONFIGURE_ARGS+= --disable-ipv6 .endif .include Index: head/net-mgmt/scli/Makefile =================================================================== --- head/net-mgmt/scli/Makefile (revision 516886) +++ head/net-mgmt/scli/Makefile (revision 516887) @@ -1,23 +1,25 @@ # Created by: Michael Lyngbøl # $FreeBSD$ PORTNAME= scli PORTVERSION= 0.3.1 PORTREVISION= 6 CATEGORIES= net-mgmt MASTER_SITES= ftp://ftp.ibr.cs.tu-bs.de/local/${PORTNAME}/ \ http://matt.peterson.org/FreeBSD/ports/ MAINTAINER= lyngbol@wheel.dk COMMENT= A collection of SNMP command line management tools +BROKEN= unfetchable + LIB_DEPENDS= libgsnmp.so:net-mgmt/gsnmp GNU_CONFIGURE= yes USES= gmake ncurses pkgconfig readline USE_GNOME= libxml2 INFO= scli PLIST_FILES= bin/scli man/man1/scli.1.gz .include Index: head/net-mgmt/seafile-gui/Makefile =================================================================== --- head/net-mgmt/seafile-gui/Makefile (revision 516886) +++ head/net-mgmt/seafile-gui/Makefile (revision 516887) @@ -1,45 +1,47 @@ # $FreeBSD$ PORTNAME= seafile-gui DISTVERSIONPREFIX= v DISTVERSION= 7.0.1 PORTREVISION= 2 CATEGORIES= net-mgmt devel MAINTAINER= ultima@FreeBSD.org COMMENT= Open Source Cloud Storage (Client) +BROKEN= unfetchable + LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libsearpc.so:devel/libsearpc \ libseafile.so:net-mgmt/seafile-client \ libsqlite3.so:databases/sqlite3 \ libjansson.so:devel/jansson \ libevent.so:devel/libevent \ libuuid.so:misc/e2fsprogs-libuuid USES= compiler:c++11-lang cmake gnome pkgconfig qt:5 shebangfix ssl SHEBANG_FILES= extensions/*.sh scripts/*.sh fsplugin/*.sh \ scripts/*.py USE_GITHUB= yes GH_ACCOUNT= haiwen GH_PROJECT= seafile-client USE_GNOME= glib20 USE_QT= core dbus gui network widgets \ qmake_build buildtools_build linguisttools_build #INSTALLS_ICONS= yes CMAKE_ARGS= -DCMAKE_INCLUDE_PATH:PATH=include/glib-2.0 \ -DOPENSSL_INCLUDE_DIRS=${OPENSSLINC} \ -DOPENSSL_LIBRARIES="-L${OPENSSLLIB} -lcrypto" OPTIONS_DEFINE= DEBUG NLS NLS_USES= gettext # Note that per PR 197984, cairo must be built with X11 and XCB options # otherwise configure fails with "cairo needs x11 enabled" message .include Index: head/net-mgmt/semaphore/Makefile =================================================================== --- head/net-mgmt/semaphore/Makefile (revision 516886) +++ head/net-mgmt/semaphore/Makefile (revision 516887) @@ -1,78 +1,80 @@ # $FreeBSD$ PORTNAME= semaphore PORTVERSION= 2.5.1 DISTVERSIONPREFIX= v CATEGORIES= net-mgmt MAINTAINER= egypcio@FreeBSD.org COMMENT= Open Source alternative to Ansible Tower +BROKEN= unfetchable + LICENSE= MIT LICENSE_FILE= ${GO_WRKSRC}/LICENSE RUN_DEPENDS= ansible:sysutils/ansible \ git:devel/git USES= go USE_GITHUB= yes USE_RC_SUBR= semaphore GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME} GO_TARGET= ./cli:${PORTNAME} GH_ACCOUNT= ansible-semaphore GH_TUPLE= ansible-semaphore:semaphore-vendor:a44f7be:ansible/vendor/github.com/ansible-semaphore/semaphore-vendor \ PuerkitoBio:purell:v1.1.0:PuerkitoBio/vendor/github.com/PuerkitoBio/purell \ PuerkitoBio:urlesc:de5bf2a:PuerkitoBio2/vendor/github.com/PuerkitoBio/urlesc \ Sirupsen:logrus:v1.0.4:Sirupsen/vendor/github.com/Sirupsen/logrus \ asaskevich:govalidator:v9:asaskevich/vendor/github.com/asaskevich/govalidator \ castawaylabs:mulekick:7029fb3:castawaylabs/vendor/github.com/castawaylabs/mulekick \ go-openapi:analysis:f59a71f:openapi/vendor/github.com/go-openapi/analysis \ go-openapi:errors:7bcb96a:openapi2/vendor/github.com/go-openapi/errors \ go-openapi:jsonpointer:3a0015a:openapi3/vendor/github.com/go-openapi/jsonpointer \ go-openapi:jsonreference:3fb327e:openapi4/vendor/github.com/go-openapi/jsonreference \ go-openapi:loads:2a2b323:openapi5/vendor/github.com/go-openapi/loads \ go-openapi:runtime:62281b6:openapi6/vendor/github.com/go-openapi/runtime \ go-openapi:spec:370d9e0:openapi7/vendor/github.com/go-openapi/spec \ go-openapi:strfmt:4818084:openapi8/vendor/github.com/go-openapi/strfmt \ go-openapi:swag:811b108:openapi9/vendor/github.com/go-openapi/swag \ go-openapi:validate:180bba5:openapi10/vendor/github.com/go-openapi/validate \ go-sql-driver:mysql:v1.3:sqldriver/vendor/github.com/go-sql-driver/mysql \ gobuffalo:packr:v1.10.4:buffalo/vendor/github.com/gobuffalo/packr \ google:go-github:v15.0.0:google/vendor/github.com/google/go-github \ google:go-querystring:53e6ce1:google2/vendor/github.com/google/go-querystring \ gorilla:context:v1.1:gorilla/vendor/github.com/gorilla/context \ gorilla:handlers:v1.3.0:gorilla2/vendor/github.com/gorilla/handlers \ gorilla:mux:v1.6.1:gorilla3/vendor/github.com/gorilla/mux \ gorilla:securecookie:v1.1.1:gorilla4/vendor/github.com/gorilla/securecookie \ gorilla:websocket:v1.2.0:gorilla5/vendor/github.com/gorilla/websocket \ lann:builder:1b87b36:lann/vendor/github.com/lann/builder \ lann:ps:62de8c4:lann2/vendor/github.com/lann/ps \ mailru:easyjson:8b799c4:mailru/vendor/github.com/mailru/easyjson \ masterminds:squirrel:v1.0:mastermindos/vendor/github.com/masterminds/squirrel \ mitchellh:mapstructure:00c29f5:mitchellh/vendor/github.com/mitchellh/mapstructure \ pkg:errors:v0.8.0:pkg/vendor/github.com/pkg/errors \ russross:blackfriday:v1.5.1:russross/vendor/github.com/russross/blackfriday \ golang:net:61147c4:golang/vendor/golang.org/x/net \ golang:sys:7dca6fe:golang2/vendor/golang.org/x/sys \ golang:text:v0.3.0:golang3/vendor/golang.org/x/text \ golang:crypto:c7dcf10:golang4/vendor/golang.org/x/crypto \ go-asn1-ber:asn1-ber:v1.2:pkgin/vendor/gopkg.in/asn1-ber.v1 \ go-gorp:gorp:v1.7.1:pkgin2/vendor/gopkg.in/gorp.v1 \ go-ldap:ldap:v2.5.1:pkgin3/vendor/gopkg.in/ldap.v2 \ go-mgo:mgo:3f83fa5:pkgin4/vendor/gopkg.in/mgo.v2 \ go-yaml:yaml:v2.2.1:pkgin5/vendor/gopkg.in/yaml.v2 OPTIONS_DEFINE= MYSQL MYSQL_USES= mysql post-patch: ${REINPLACE_CMD} 's/%%PORTVERSION%%/${PORTVERSION}/g' \ ${WRKSRC}/util/config.go post-install: ${MKDIR} ${STAGEDIR}${PREFIX}/etc/semaphore ${CP} ${WRKSRC}/config.json ${STAGEDIR}${PREFIX}/etc/semaphore/semaphore_config.json.sample .include Index: head/net-mgmt/snmp++/Makefile =================================================================== --- head/net-mgmt/snmp++/Makefile (revision 516886) +++ head/net-mgmt/snmp++/Makefile (revision 516887) @@ -1,30 +1,32 @@ # Created by: nicolai@catpipe.net # $FreeBSD$ PORTNAME= snmp++ PORTVERSION= 3.3.0 PORTREVISION= 1 CATEGORIES= net-mgmt MASTER_SITES= http://www.agentpp.com/ DISTNAME= ${PORTNAME}v${PORTVERSION} MAINTAINER= nicolai@petri.dk COMMENT= SNMP C++ library with V3 support +BROKEN= unfetchable + LICENSE= BSD3CLAUSE MAKEFILE= Makefile.FreeBSD WRKSRC= ${WRKDIR}/${PORTNAME}/src USES= compiler:c++11-lang gmake ssl:build USE_LDCONFIG= yes MAKE_ARGS= CC="${CXX}" PORTOPTS="-I${OPENSSLINC} -L${OPENSSLLIB}" post-extract: ${CP} ${FILESDIR}/Makefile.FreeBSD ${WRKSRC} post-install: ${LN} -sf ${PREFIX}/lib/libsnmp++.so.3.3.0 ${STAGEDIR}${PREFIX}/lib/libsnmp++.so ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libsnmp++.so.3.3.0 .include Index: head/net-mgmt/subcalc/Makefile =================================================================== --- head/net-mgmt/subcalc/Makefile (revision 516886) +++ head/net-mgmt/subcalc/Makefile (revision 516887) @@ -1,14 +1,16 @@ # Created by: Chris S.J. Peron # $FreeBSD$ PORTNAME= subcalc PORTVERSION= 1.1 CATEGORIES= net-mgmt MASTER_SITES= http://www.seccuris.com/documents/downloads/ MAINTAINER= csjp@FreeBSD.org COMMENT= Advanced IP/IPv6 subnet calculation and discovery +BROKEN= unfetchable + PLIST_FILES= bin/subcalc man/man1/subcalc.1.gz .include Index: head/net-mgmt/telegraf/Makefile =================================================================== --- head/net-mgmt/telegraf/Makefile (revision 516886) +++ head/net-mgmt/telegraf/Makefile (revision 516887) @@ -1,198 +1,200 @@ # Created by: Stefan Lambrev # $FreeBSD$ PORTNAME= telegraf DISTVERSION= 1.12.4 CATEGORIES= net-mgmt MAINTAINER= girgen@FreeBSD.org COMMENT= Time-series data collection +BROKEN= unfetchable + LICENSE= MIT ONLY_FOR_ARCHS= amd64 armv6 armv7 i386 USES= go USE_RC_SUBR= telegraf USE_GITHUB= yes GH_ACCOUNT= influxdata GH_SUBDIR= src/github.com/${GH_ACCOUNT_DEFAULT}/${GH_PROJECT_DEFAULT} GH_TUPLE= GoogleCloudPlatform:google-cloud-go:v0.27.0:go/vendor/cloud.google.com/go \ cloudfoundry:clock:02e53af:clock/vendor/code.cloudfoundry.org/clock \ collectd:go-collectd:v0.3.0:collectd0org/vendor/collectd.org \ census-ecosystem:opencensus-go-exporter-stackdriver:v0.6.0:census_ecosystem/vendor/contrib.go.opencensus.io/exporter/stackdriver \ Azure:go-autorest:v10.12.0:go_autorest/vendor/github.com/Azure/go-autorest \ DataDog:zstd:v1.4.1:zstd/vendor/github.com/DataDog/zstd \ Microsoft:ApplicationInsights-Go:d2df5d4:application_insights/vendor/github.com/Microsoft/ApplicationInsights-Go \ Microsoft:go-winio:v0.4.9:go_winio/vendor/github.com/Microsoft/go-winio \ Shopify:sarama:v1.23.1:sarama/vendor/github.com/Shopify/sarama \ StackExchange:wmi:1.0.0:wmi/vendor/github.com/StackExchange/wmi \ aerospike:aerospike-client-go:v1.27.0:aerospike_client_go/vendor/github.com/aerospike/aerospike-client-go \ alecthomas:units:2efee85:units/vendor/github.com/alecthomas/units \ amir:raidman:1ccc43b:raidman/vendor/github.com/amir/raidman \ apache:thrift:f2867c2:thrift/vendor/github.com/apache/thrift \ aws:aws-sdk-go:v1.19.41:aws_sdk_go/vendor/github.com/aws/aws-sdk-go \ beorn7:perks:3a771d9:perks/vendor/github.com/beorn7/perks \ caio:go-tdigest:v2.3.0:go_tdigest/vendor/github.com/caio/go-tdigest \ cenkalti:backoff:v2.0.0:backoff/vendor/github.com/cenkalti/backoff \ cisco-ie:nx-telemetry-proto:82441e2:nx_telemetry_proto/vendor/github.com/cisco-ie/nx-telemetry-proto \ couchbase:go-couchbase:16db1f1:go_couchbase/vendor/github.com/couchbase/go-couchbase \ couchbase:gomemcached:0da75df:gomemcached/vendor/github.com/couchbase/gomemcached \ couchbase:goutils:e865a14:goutils/vendor/github.com/couchbase/goutils \ davecgh:go-spew:v1.1.0:go_spew/vendor/github.com/davecgh/go-spew \ denisenkom:go-mssqldb:2be1aa5:go_mssqldb/vendor/github.com/denisenkom/go-mssqldb \ dgrijalva:jwt-go:v3.2.0:jwt_go/vendor/github.com/dgrijalva/jwt-go \ dimchansky:utfbom:6c6132f:utfbom/vendor/github.com/dimchansky/utfbom \ docker:distribution:edc3ab2:distribution/vendor/github.com/docker/distribution \ moby:moby:ed7b642:docker/vendor/github.com/docker/docker \ docker:go-connections:v0.3.0:go_connections/vendor/github.com/docker/go-connections \ docker:go-units:v0.3.3:go_units/vendor/github.com/docker/go-units \ docker:libnetwork:d7b6174:libnetwork/vendor/github.com/docker/libnetwork \ eapache:go-resiliency:v1.1.0:go_resiliency/vendor/github.com/eapache/go-resiliency \ eapache:go-xerial-snappy:040cc1a:go_xerial_snappy/vendor/github.com/eapache/go-xerial-snappy \ eapache:queue:v1.1.0:queue/vendor/github.com/eapache/queue \ eclipse:paho.mqtt.golang:v1.2.0:paho0mqtt0golang/vendor/github.com/eclipse/paho.mqtt.golang \ ericchiang:k8s:v1.2.0:k8s/vendor/github.com/ericchiang/k8s \ ghodss:yaml:25d852a:yaml/vendor/github.com/ghodss/yaml \ glinton:ping:v0.1.1:ping/vendor/github.com/glinton/ping \ go-logfmt:logfmt:v0.4.0:go_logfmt/vendor/github.com/go-logfmt/logfmt \ go-ole:go-ole:v1.2.1:go_ole/vendor/github.com/go-ole/go-ole \ go-redis:redis:v6.12.0:redis/vendor/github.com/go-redis/redis \ go-sql-driver:mysql:v1.4.1:mysql/vendor/github.com/go-sql-driver/mysql \ gobwas:glob:v0.2.3:glob/vendor/github.com/gobwas/glob \ gogo:protobuf:v1.1.1:gogo_protobuf/vendor/github.com/gogo/protobuf \ golang:protobuf:v1.1.0:protobuf/vendor/github.com/golang/protobuf \ golang:snappy:2e65f85:snappy/vendor/github.com/golang/snappy \ google:go-cmp:v0.2.0:go_cmp/vendor/github.com/google/go-cmp \ google:go-github:v24.0.1:go_github/vendor/github.com/google/go-github \ google:go-querystring:v1.0.0:go_querystring/vendor/github.com/google/go-querystring \ google:uuid:0.2:uuid/vendor/github.com/google/uuid \ googleapis:gax-go:v2.0.0:gax_go/vendor/github.com/googleapis/gax-go \ gorilla:context:v1.1.1:context/vendor/github.com/gorilla/context \ gorilla:mux:v1.6.2:mux/vendor/github.com/gorilla/mux \ hailocab:go-hostpool:e80d13c:go_hostpool/vendor/github.com/hailocab/go-hostpool \ harlow:kinesis-consumer:2f58b13:kinesis_consumer/vendor/github.com/harlow/kinesis-consumer \ hashicorp:consul:v1.2.1:consul/vendor/github.com/hashicorp/consul \ hashicorp:go-cleanhttp:d5fe4b5:go_cleanhttp/vendor/github.com/hashicorp/go-cleanhttp \ hashicorp:go-rootcerts:6bb64b3:go_rootcerts/vendor/github.com/hashicorp/go-rootcerts \ hashicorp:go-uuid:v1.0.1:go_uuid/vendor/github.com/hashicorp/go-uuid \ hashicorp:serf:v0.8.1:serf/vendor/github.com/hashicorp/serf \ influxdata:go-syslog:v2.0.0:go_syslog/vendor/github.com/influxdata/go-syslog \ influxdata:tail:c434825:tail/vendor/github.com/influxdata/tail \ influxdata:toml:270119a:toml/vendor/github.com/influxdata/toml \ influxdata:wlog:7c63b0a:wlog/vendor/github.com/influxdata/wlog \ jackc:pgx:v3.4.0:pgx/vendor/github.com/jackc/pgx \ jcmturner:gofork:v1.0.0:gofork/vendor/github.com/jcmturner/gofork \ jmespath:go-jmespath:c2b33e8:go_jmespath/vendor/github.com/jmespath/go-jmespath \ kardianos:osext:ae77be6:osext/vendor/github.com/kardianos/osext \ kardianos:service:615a14e:service/vendor/github.com/kardianos/service \ karrick:godirwalk:v1.7.5:godirwalk/vendor/github.com/karrick/godirwalk \ kballard:go-shellquote:95032a8:go_shellquote/vendor/github.com/kballard/go-shellquote \ kr:logfmt:b84e30a:logfmt/vendor/github.com/kr/logfmt \ kubernetes:apimachinery:d41becf:apimachinery/vendor/github.com/kubernetes/apimachinery \ leodido:ragel-machinery:299bdde:ragel_machinery/vendor/github.com/leodido/ragel-machinery \ mailru:easyjson:efc7eb8:easyjson/vendor/github.com/mailru/easyjson \ matttproud:golang_protobuf_extensions:v1.0.1:golang_protobuf_extensions/vendor/github.com/matttproud/golang_protobuf_extensions \ mdlayher:apcupsd:2fe55d9:apcupsd/vendor/github.com/mdlayher/apcupsd \ miekg:dns:v1.0.8:dns/vendor/github.com/miekg/dns \ mitchellh:go-homedir:3864e76:go_homedir/vendor/github.com/mitchellh/go-homedir \ mitchellh:mapstructure:f15292f:mapstructure/vendor/github.com/mitchellh/mapstructure \ multiplay:go-ts3:v1.0.0:go_ts3/vendor/github.com/multiplay/go-ts3 \ naoina:go-stringutil:v0.1.0:go_stringutil/vendor/github.com/naoina/go-stringutil \ nats-io:gnatsd:v1.2.0:gnatsd/vendor/github.com/nats-io/gnatsd \ nats-io:go-nats:v1.5.0:nats/vendor/github.com/nats-io/go-nats \ nats-io:nuid:v1.0.0:nuid/vendor/github.com/nats-io/nuid \ nsqio:go-nsq:v1.0.7:go_nsq/vendor/github.com/nsqio/go-nsq \ openconfig:gnmi:33a1865:gnmi/vendor/github.com/openconfig/gnmi \ opencontainers:go-digest:v1.0.0-rc1:go_digest/vendor/github.com/opencontainers/go-digest \ opencontainers:image-spec:v1.0.1:image_spec/vendor/github.com/opencontainers/image-spec \ opentracing-contrib:go-observer:a52f234:go_observer/vendor/github.com/opentracing-contrib/go-observer \ opentracing:opentracing-go:v1.0.2:opentracing_go/vendor/github.com/opentracing/opentracing-go \ openzipkin:zipkin-go-opentracing:v0.3.4:zipkin_go_opentracing/vendor/github.com/openzipkin/zipkin-go-opentracing \ pierrec:lz4:v2.0.3:lz4/vendor/github.com/pierrec/lz4 \ pkg:errors:v0.8.0:errors/vendor/github.com/pkg/errors \ pmezard:go-difflib:v1.0.0:go_difflib/vendor/github.com/pmezard/go-difflib \ prometheus:client_golang:v0.9.2:client_golang/vendor/github.com/prometheus/client_golang \ prometheus:client_model:5c3871d:client_model/vendor/github.com/prometheus/client_model \ prometheus:common:7600349:common/vendor/github.com/prometheus/common \ prometheus:procfs:ae68e2d:procfs/vendor/github.com/prometheus/procfs \ rcrowley:go-metrics:e2704e1:go_metrics/vendor/github.com/rcrowley/go-metrics \ samuel:go-zookeeper:c4fab1a:go_zookeeper/vendor/github.com/samuel/go-zookeeper \ satori:go.uuid:v1.2.0:go0uuid/vendor/github.com/satori/go.uuid \ shirou:gopsutil:v2.19.7:gopsutil/vendor/github.com/shirou/gopsutil \ shirou:w32:bb4de01:w32/vendor/github.com/shirou/w32 \ sirupsen:logrus:v1.0.5:logrus/vendor/github.com/sirupsen/logrus \ soniah:gosnmp:96b8622:gosnmp/vendor/github.com/soniah/gosnmp \ streadway:amqp:e5adc2a:amqp/vendor/github.com/streadway/amqp \ stretchr:objx:v0.1.1:objx/vendor/github.com/stretchr/objx \ stretchr:testify:v1.2.2:testify/vendor/github.com/stretchr/testify \ tidwall:gjson:v1.3.0:gjson/vendor/github.com/tidwall/gjson \ tidwall:match:1731857:match/vendor/github.com/tidwall/match \ tidwall:pretty:v1.0.0:pretty/vendor/github.com/tidwall/pretty \ vishvananda:netlink:b2de5d1:netlink/vendor/github.com/vishvananda/netlink \ vishvananda:netns:13995c7:netns/vendor/github.com/vishvananda/netns \ vjeantet:grok:v1.0.0:grok/vendor/github.com/vjeantet/grok \ vmware:govmomi:v0.19.0:govmomi/vendor/github.com/vmware/govmomi \ wavefronthq:wavefront-sdk-go:v0.9.2:wavefront_sdk_go/vendor/github.com/wavefronthq/wavefront-sdk-go \ wvanbergen:kafka:e2edea9:kafka/vendor/github.com/wvanbergen/kafka \ wvanbergen:kazoo-go:f72d861:kazoo_go/vendor/github.com/wvanbergen/kazoo-go \ yuin:gopher-lua:46796da:gopher_lua/vendor/github.com/yuin/gopher-lua \ census-instrumentation:opencensus-go:v0.17.0:opencensus_go/vendor/go.opencensus.io \ golang:crypto:a214413:crypto/vendor/golang.org/x/crypto \ golang:net:a680a1e:net/vendor/golang.org/x/net \ golang:oauth2:d2e6202:oauth2/vendor/golang.org/x/oauth2 \ golang:sync:42b3178:sync/vendor/golang.org/x/sync \ golang:sys:51ab0e2:sys/vendor/golang.org/x/sys \ golang:text:v0.3.0:text/vendor/golang.org/x/text \ googleapis:google-api-go-client:19ff876:googleapis/vendor/google.golang.org/api \ golang:appengine:v1.1.0:appengine/vendor/google.golang.org/appengine \ google:go-genproto:fedd286:genproto/vendor/google.golang.org/genproto \ grpc:grpc-go:v1.13.0:grpc/vendor/google.golang.org/grpc \ go-asn1-ber:asn1-ber:v1.2:asn1_ber0v1/vendor/gopkg.in/asn1-ber.v1 \ fatih:pool:v2.0.0:pool0v2/vendor/gopkg.in/fatih/pool.v2 \ fsnotify:fsnotify:v1.4.7:fsnotify0v1/vendor/gopkg.in/fsnotify.v1 \ rethinkdb:rethinkdb-go:v3.0.5:gorethink0v3/vendor/gopkg.in/gorethink/gorethink.v3 \ go-inf:inf:v0.9.1:inf0v0/vendor/gopkg.in/inf.v0 \ jcmturner:aescts:v1.0.1:aescts0v1/vendor/gopkg.in/jcmturner/aescts.v1 \ jcmturner:dnsutils:v1.0.1:dnsutils0v1/vendor/gopkg.in/jcmturner/dnsutils.v1 \ jcmturner:gokrb5:v7.3.0:gokrb50v7/vendor/gopkg.in/jcmturner/gokrb5.v7 \ jcmturner:rpc:v1.1.0:rpc0v1/vendor/gopkg.in/jcmturner/rpc.v1 \ go-ldap:ldap:v2.5.1:ldap0v2/vendor/gopkg.in/ldap.v2 \ go-mgo:mgo:9856a29:mgo0v2/vendor/gopkg.in/mgo.v2 \ olivere:elastic:v5.0.70:elastic0v5/vendor/gopkg.in/olivere/elastic.v5 \ go-tomb:tomb:dd63297:tomb0v1/vendor/gopkg.in/tomb.v1 \ go-yaml:yaml:v2.2.1:yaml0v2/vendor/gopkg.in/yaml.v2 GO_BUILDFLAGS= -ldflags "-X main.version=${DISTVERSION}" GO_TARGET= ./cmd/telegraf SUB_FILES= telegraf SUB_LIST= TELEGRAF_USER=${TELEGRAF_USER} \ TELEGRAF_GROUP=${TELEGRAF_GROUP} \ TELEGRAF_LOGDIR=${TELEGRAF_LOGDIR} PLIST_SUB= TELEGRAF_USER=${TELEGRAF_USER} \ TELEGRAF_GROUP=${TELEGRAF_GROUP} \ TELEGRAF_LOGDIR=${TELEGRAF_LOGDIR} TELEGRAF_USER= telegraf TELEGRAF_GROUP= telegraf USERS= ${TELEGRAF_USER} GROUPS= ${TELEGRAF_GROUP} TELEGRAF_LOGDIR=/var/log/${PORTNAME} post-patch: ${CP} ${WRKSRC_gopsutil}/disk/disk_freebsd_386.go ${WRKSRC_gopsutil}/disk/disk_freebsd_arm.go ${CP} ${WRKSRC_gopsutil}/cpu/cpu_freebsd_386.go ${WRKSRC_gopsutil}/cpu/cpu_freebsd_arm.go post-install: ${MKDIR} ${STAGEDIR}${TELEGRAF_LOGDIR} ${INSTALL_DATA} \ ${WRKSRC}/${GH_SUBDIR}/etc/${PORTNAME}.conf \ ${STAGEDIR}${PREFIX}/etc/${PORTNAME}.conf.sample .include Index: head/net-p2p/libpdtp/Makefile =================================================================== --- head/net-p2p/libpdtp/Makefile (revision 516886) +++ head/net-p2p/libpdtp/Makefile (revision 516887) @@ -1,26 +1,28 @@ # $FreeBSD$ PORTNAME= libpdtp PORTVERSION= 0.1.20040808 PORTREVISION= 1 CATEGORIES= net-p2p MASTER_SITES= http://dist.bsdlab.org/ DISTNAME= ${PORTNAME}-20040808 MAINTAINER= kuriyama@FreeBSD.org COMMENT= Client library for Peer Distributed Transfer Protocol (PDTP) +BROKEN= unfetchable + LICENSE= BSD3CLAUSE USES= ssl WRKSRC= ${WRKDIR}/${PORTNAME} HAS_CONFIGURE= yes USE_LDCONFIG= yes CFLAGS+= -fpic do-install: ${INSTALL_PROGRAM} ${WRKSRC}/pdtp ${STAGEDIR}${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/libpdtp.a ${STAGEDIR}${PREFIX}/lib ${INSTALL_LIB} ${WRKSRC}/libpdtp.so.0 ${STAGEDIR}${PREFIX}/lib .include Index: head/net-p2p/squall/Makefile =================================================================== --- head/net-p2p/squall/Makefile (revision 516886) +++ head/net-p2p/squall/Makefile (revision 516887) @@ -1,25 +1,27 @@ # $FreeBSD$ PORTNAME= squall PORTVERSION= 0.1.20040808 CATEGORIES= net-p2p MASTER_SITES= http://dist.bsdlab.org/ DISTNAME= ${PORTNAME}-20040808 MAINTAINER= kuriyama@FreeBSD.org COMMENT= Server for the Peer Distributed Transfer Protocol (PDTP) +BROKEN= unfetchable + USES= ssl HAS_CONFIGURE= yes WRKSRC= ${WRKDIR}/${PORTNAME} STRIP= # Keep empty for debugging. do-install: ${INSTALL_PROGRAM} ${WRKSRC}/squall/squall ${STAGEDIR}${PREFIX}/sbin ${INSTALL_PROGRAM} ${WRKSRC}/squallhub/squallhub ${STAGEDIR}${PREFIX}/sbin ${INSTALL_PROGRAM} ${WRKSRC}/squallproxy/squallproxy ${STAGEDIR}${PREFIX}/sbin ${INSTALL_PROGRAM} ${WRKSRC}/squirt/squirt ${STAGEDIR}${PREFIX}/sbin ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/doc/*.txt ${STAGEDIR}${DOCSDIR} .include Index: head/news/crashmail/Makefile =================================================================== --- head/news/crashmail/Makefile (revision 516886) +++ head/news/crashmail/Makefile (revision 516887) @@ -1,40 +1,42 @@ # Created by: Max Khon # $FreeBSD$ PORTNAME= crashmail PORTVERSION= 0.71 CATEGORIES= news mail MASTER_SITES= http://www.billingware.org/crashmail/ DISTNAME= cm071linux MAINTAINER= vk@vk.pp.ru COMMENT= CrashMail II FTN mail tosser +BROKEN= unfetchable + WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} BUILD_WRKSRC= ${WRKSRC}/src INSTALL_WRKSRC= ${WRKSRC}/src ALL_TARGET= linux USES= gmake zip post-patch: @${REINPLACE_CMD} \ -e 's^"crashmail.prefs"^"${PREFIX}/etc/crashmail/crashmail.prefs"^' \ ${WRKSRC}/src/oslib_linux/os_linux.h @${FIND} ${WRKSRC} -name 'Makefile*' | ${XARGS} ${REINPLACE_CMD} \ -e 's|gcc|${CC}|' do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bin/crashexport ${STAGEDIR}${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/bin/crashgetnode ${STAGEDIR}${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/bin/crashlist ${STAGEDIR}${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/bin/crashmail ${STAGEDIR}${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/bin/crashmaint ${STAGEDIR}${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/bin/crashstats ${STAGEDIR}${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/bin/crashwrite ${STAGEDIR}${PREFIX}/bin @${MKDIR} ${STAGEDIR}${ETCDIR} ${INSTALL_DATA} ${WRKSRC}/doc/example.prefs ${STAGEDIR}${ETCDIR} ${INSTALL_DATA} ${WRKSRC}/doc/AreafixHelp.txt \ ${STAGEDIR}${ETCDIR}/areafix.help .include Index: head/news/hellanzb/Makefile =================================================================== --- head/news/hellanzb/Makefile (revision 516886) +++ head/news/hellanzb/Makefile (revision 516887) @@ -1,44 +1,46 @@ # Created by: Philip Jenvey # $FreeBSD$ PORTNAME= hellanzb PORTVERSION= 0.13 PORTREVISION= 4 CATEGORIES= news MASTER_SITES= http://www.hellanzb.com/distfiles/ MAINTAINER= pjenvey@groovie.org COMMENT= Nzb downloader and post processor +BROKEN= unfetchable + LICENSE= BSD3CLAUSE RUN_DEPENDS= par2:archivers/par2cmdline \ flac:audio/flac \ shorten:audio/shorten \ ${PYTHON_PKGNAMEPREFIX}twisted>=0:devel/py-twisted@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}yenc>=0:news/py-yenc@${PY_FLAVOR} \ mac:audio/mac USE_PYTHON= distutils USES= python:2.7 PORTDOCS= CHANGELOG CREDITS README NO_ARCH= yes OPTIONS_DEFINE= DOCS .include # more fully-featured rar needs i386 .if ${ARCH} == "i386" RUN_DEPENDS+= rar:archivers/rar .else RUN_DEPENDS+= unrar:archivers/unrar .endif post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for doc in ${PORTDOCS} @${INSTALL_DATA} ${WRKSRC}/${doc} ${STAGEDIR}${DOCSDIR} .endfor .include Index: head/news/newsx/Makefile =================================================================== --- head/news/newsx/Makefile (revision 516886) +++ head/news/newsx/Makefile (revision 516887) @@ -1,62 +1,64 @@ # Created by: Thierry Thomas # $FreeBSD$ PORTNAME= newsx PORTVERSION= 1.6 PORTREVISION= 4 CATEGORIES= news MASTER_SITES= http://www.kvaleberg.org/pub/ MAINTAINER= thierry@FreeBSD.org COMMENT= Program to fetch news from and post news to a remote NNTP server +BROKEN= unfetchable + LICENSE= GPLv2 .if defined(WITH_CNEWS) BUILD_DEPENDS= ${LOCALBASE}/news/lib/libcnews.a:news/cnews .elif !defined(WITHOUT_INN_2-X) BUILD_DEPENDS= ${LOCALBASE}/news/lib/libinn.so:news/inn RUN_DEPENDS= ${LOCALBASE}/news/lib/libinn.so:news/inn .endif GNU_CONFIGURE= yes CONFLICTS= leafnode-1.* OPTIONS_DEFINE= DOCS .if !defined(WITH_CNEWS) .if !defined(WITHOUT_INN_2-X) CPPFLAGS+= -I${LOCALBASE}/news/include/inn .endif .endif .if defined(PACKAGE_BUILDING) CONFIGURE_ARGS+= --without-history .endif PORTDOCS= AUTHORS COPYING ChangeLog FAQ INSTALL NEWS README TODO .include pre-configure: ${REINPLACE_CMD} -e "s:%%LOCALBASE%%:${LOCALBASE}:g" ${WRKSRC}/configure @${ECHO} "*********************************************************" @${ECHO} "If the configure step fails, then you probably don't have" @${ECHO} "a news server package installed. Try installing INN from" @${ECHO} "${PORTSDIR}/news/inn, and then try building this port" @${ECHO} "again." @${ECHO} "*********************************************************" post-build: .if !defined(WITH_DEBUG) ${STRIP_CMD} ${WRKSRC}/src/newsx .endif post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} .for FILE in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${FILE} ${STAGEDIR}${DOCSDIR} .endfor .include Index: head/news/nn/Makefile =================================================================== --- head/news/nn/Makefile (revision 516886) +++ head/news/nn/Makefile (revision 516887) @@ -1,29 +1,31 @@ # Created by: adam # $FreeBSD$ PORTNAME= nn PORTVERSION= 6.7.3 PORTREVISION= 1 CATEGORIES= news MASTER_SITES= http://www.sourcefiles.org/Internet/News/Usenet_Clients/ \ http://www.wa.apana.org.au/~dean/sources/ MAINTAINER= ports@FreeBSD.org COMMENT= Newsreader +BROKEN= unfetchable + BROKEN_aarch64= Fails to link: missing sbrk USES= tar:Z MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} -Iconf" LDFLAGS="${LDFLAGS} -s" pre-patch: @${CP} ${WRKSRC}/config.h-dist ${WRKSRC}/config.h.unparsed pre-build: @${SED} 's#SUB_PREFIX#${PREFIX}#; s#SUB_MANPREFIX#${MANPREFIX}#' \ ${WRKSRC}/config.h.unparsed > ${WRKSRC}/config.h post-build: @${REINPLACE_CMD} 's#${PREFIX}#$${DESTDIR}&#' ${WRKSRC}/inst .include Index: head/news/sn/Makefile =================================================================== --- head/news/sn/Makefile (revision 516886) +++ head/news/sn/Makefile (revision 516887) @@ -1,44 +1,46 @@ # Created by: Andreas Fehlner # $FreeBSD$ PORTNAME= sn PORTVERSION= 0.3.8 PORTREVISION= 3 CATEGORIES= news MASTER_SITES= http://www.infa.abo.fi/~patrik/sn/files/ \ http://home.arcor.de/teambushido/fbsd_ports/ \ http://home.arcor.de/fehlner/fbsd_ports/ MAINTAINER= fehlner@gmx.de COMMENT= Small news system for small sites serving +BROKEN= unfetchable + LICENSE= GPLv2 RUN_DEPENDS= bash:shells/bash USES= gmake tar:bzip2 MAKE_ARGS+= PREFIX="${PREFIX}" LD="${CC}" CC="${CC}" PORTDOCS= README CHANGES FAQ INSTALL INTERNALS \ THANKS TODO INSTALL.notes INSTALL.notes2 \ INSTALL.run INSTALL.upgrade INSTALL_TARGET= strip install OPTIONS_DEFINE= DOCS # Try to fix parallel builds (-jX); respect CFLAGS post-patch: ${REINPLACE_CMD} -e 's|sn\.a$$|& lib/libstuff.a| ; \ s|snlockf\.o$$|& lib/libstuff.a| ; \ s|-g -Wall -pedantic -O|${CFLAGS} -Wall -pedantic| ; \ s|strip |${STRIP_CMD} | ; \ s|/bin/bash|${LOCALBASE}/bin/bash|' \ ${WRKSRC}/Makefile post-install: @${MKDIR} ${STAGEDIR}/var/spool/news @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .include Index: head/news/xrn/Makefile =================================================================== --- head/news/xrn/Makefile (revision 516886) +++ head/news/xrn/Makefile (revision 516887) @@ -1,34 +1,36 @@ # Created by: Anders Nordby # $FreeBSD$ PORTNAME= xrn DISTVERSION= 10.00-beta-3 CATEGORIES= news MASTER_SITES= ftp://sipb.mit.edu/pub/xrn/ \ ftp://ftp.nuug.no/pub/anders/distfiles/ MAINTAINER= ports@FreeBSD.org COMMENT= Usenet News reader for the X Window System +BROKEN= unfetchable + USES= bison gmake pkgconfig GNU_CONFIGURE= yes USE_XORG= ice sm x11 xaw xext xmu xpm xt DOCS= COMMON-PROBLMS COPYRIGHT CREDITS ChangeLog CONFIGURE_ARGS+= --sysconfdir=${PREFIX}/share OPTIONS_DEFINE= DOCS post-patch: @${REINPLACE_CMD} -E -e "s|^#error.+||g" \ -e "s|/usr/lib/sendmail|/usr/sbin/sendmail|g" \ -e "s|^$$|#define POSIX_REGEX|" \ ${WRKSRC}/config.h post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in ${DOCS} ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR} .endfor .include Index: head/ports-mgmt/create-rb-port/Makefile =================================================================== --- head/ports-mgmt/create-rb-port/Makefile (revision 516886) +++ head/ports-mgmt/create-rb-port/Makefile (revision 516887) @@ -1,24 +1,26 @@ # $FreeBSD$ PORTNAME= create-rb-port PORTVERSION= 0.0.3 CATEGORIES= ports-mgmt MAINTAINER= swills@FreeBSD.org COMMENT= Script to ease creation of rubygem- ports +BROKEN= unfetchable + RUN_DEPENDS= gem:devel/ruby-gems USE_GITHUB= yes GH_ACCOUNT= swills GH_PROJECT= freebsd-ruby NO_BUILD= yes PLIST_FILES= bin/create-rb-port do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/create-rb-port ${STAGEDIR}${PREFIX}/bin/ .include Index: head/ports-mgmt/managepkg/Makefile =================================================================== --- head/ports-mgmt/managepkg/Makefile (revision 516886) +++ head/ports-mgmt/managepkg/Makefile (revision 516887) @@ -1,26 +1,28 @@ # Created by: Andreas Fehlner # $FreeBSD$ PORTNAME= managepkg PORTVERSION= 1.1 CATEGORIES= ports-mgmt MASTER_SITES= http://www.cul.de/data/\ http://home.arcor.de/fehlner/fbsd_ports/\ http://home.arcor.de/teambushido/fbsd_ports/ EXTRACT_SUFX= .gz MAINTAINER= fehlner@gmx.de COMMENT= Script for maintaining ports + +BROKEN= unfetchable # Any ideas for a better comment? EXTRACT_CMD= ${GZCAT} EXTRACT_BEFORE_ARGS= EXTRACT_AFTER_ARGS= > ${WRKSRC}/${PORTNAME} NO_BUILD= yes NO_WRKSUBDIR= yes PLIST_FILES= sbin/managepkg do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/sbin .include Index: head/ports-mgmt/psearch/Makefile =================================================================== --- head/ports-mgmt/psearch/Makefile (revision 516886) +++ head/ports-mgmt/psearch/Makefile (revision 516887) @@ -1,19 +1,21 @@ # Created by: Benjamin Lutz # $FreeBSD$ PORTNAME= psearch PORTVERSION= 2.0.2 CATEGORIES= ports-mgmt MASTER_SITES= http://www.maxlor.com/files/ MAINTAINER= mail@maxlor.com COMMENT= Utility for searching the FreeBSD Ports Collection +BROKEN= unfetchable + PLIST_FILES= bin/psearch \ man/man1/psearch.1.gz do-install: ${INSTALL_PROGRAM} ${WRKSRC}/psearch ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/psearch.1 ${STAGEDIR}${MANPREFIX}/man/man1 .include Index: head/portuguese/irpf-pt_BR/Makefile =================================================================== --- head/portuguese/irpf-pt_BR/Makefile (revision 516886) +++ head/portuguese/irpf-pt_BR/Makefile (revision 516887) @@ -1,116 +1,118 @@ # Created by: Mario Sergio Fujikawa Ferreira # $FreeBSD$ PORTNAME= irpf PORTVERSION= 2014.1.4 CATEGORIES= portuguese finance java MASTER_SITES= http://www28.receita.fazenda.gov.br/publico/programas/IRPF/2014/PGDIRPF2014/Java/zip/ PKGNAMEPREFIX?= pt_BR- DISTNAME= IRPF2014-1.4 MAINTAINER= araujo@FreeBSD.org COMMENT= Programa do Imposto de Renda Pessoa Fisica 2014 versao Java +BROKEN= unfetchable + LICENSE= EULA LICENSE_NAME= End User License Agreement LICENSE_FILE= ${WRKSRC}/IRPF-Licenses.txt LICENSE_PERMS= dist-mirror pkg-mirror auto-accept LICENSE_DISTFILES= ${DISTNAME}${EXTRACT_SUFX} USES= zip WRKSRC= ${WRKDIR}/${PORTNAME:tu}2014 USE_JAVA= yes JAVA_RUN= yes JAVA_VERSION= 1.6+ JAVA_OS= native NO_BUILD= yes PLIST_SUB= JAR_DIR=${JAR_DIR} JAVAVM= ${LOCALBASE}/bin/java JAR_DIR= ${JAVAJARDIR:S,^${PREFIX}/,,}${PORTNAME} DESKTOP_ENTRIES= "Imposto de Renda Pessoa Fisica 2014" \ "${COMMENT}" \ "" \ "${PORTNAME}" \ "Office;Finance;" \ true # ## Files to install # # jar JAR_FILES= \ irpf.jar \ lib/commons-beanutils-1.7.jar \ lib/commons-collections-3.2.1.jar \ lib/commons-digester-1.8.jar \ lib/commons-io-2.4.jar \ lib/commons-logging-1.0.2.jar \ lib/forms-1.0.3.jar \ lib/foxtrot.jar \ lib/freesans.jar \ lib/iText-2.1.0.jar \ lib/jasperreports-3.7.2.jar \ lib/jdt-compiler-3.1.1.jar \ lib/jhall.jar \ lib/looks-1.3.1.jar \ lib/ppgd-formatosext-4.1.8.jar \ lib/ppgd-gui-beans-4.1.9.jar \ lib/ppgd-gui-utils-4.0.jar \ lib/ppgd-icones-4.0.jar \ lib/ppgd-infra-4.0.jar \ lib/ppgd-negocio-4.1.25.jar \ lib/ppgd-persistencia-4.0.jar \ lib/ppgd-pgd-utils-4.0.jar \ lib/serpro.jar \ lib/swing-layout-1.0.4.jar \ lib/swingx-1.6.jar \ lib/tinylaf.jar \ lib/xalan.jar # ## PLIST generation # # wrapper PLIST_FILES+= bin/${PORTNAME} # jars .for jar in ${JAR_FILES} PLIST_FILES+= %%JAR_DIR%%/${jar:C/^lib\///} .endfor post-extract: @( cd ${WRKSRC} && ${TAR} xf ./irpf.jar IRPF-Licenses.txt ) post-patch: @${SED} -e "s|%%JAR_DIR%%|${JAR_DIR}|; \ s|%%JAR_FILE%%|${JAR_FILE}|; \ s|%%JAR_FILES%%|${JAR_FILES:C/^lib\///}|; \ s|%%JAVA_VERSION%%|${JAVA_VERSION}|; \ s|%%JAVAVM%%|${JAVAVM}|;s|%%PREFIX%%|${PREFIX}|" \ ${FILESDIR}/wrapper.sh > ${WRKDIR}/wrapper.sh do-install: # jar dir @${MKDIR} ${STAGEDIR}${PREFIX}/${JAR_DIR} @${CHMOD} 755 ${STAGEDIR}/${PREFIX}/${JAR_DIR} # jars .for jar in ${JAR_FILES} ${INSTALL_DATA} ${WRKSRC}/${jar} \ ${STAGEDIR}${PREFIX}/${JAR_DIR} .endfor # wrapper ${INSTALL_SCRIPT} ${WRKDIR}/wrapper.sh \ ${STAGEDIR}${PREFIX}/bin/${PORTNAME} .include JAR_FILE= ${PORTNAME}.jar .include Index: head/print/foxitreader/Makefile =================================================================== --- head/print/foxitreader/Makefile (revision 516886) +++ head/print/foxitreader/Makefile (revision 516887) @@ -1,48 +1,50 @@ # Created by: Nicola Vitale # $FreeBSD$ PORTNAME= foxitreader PORTVERSION= 1.1.0 PORTREVISION= 4 CATEGORIES= print MASTER_SITES= http://cdn04.foxitsoftware.com/pub/foxit/reader/desktop/linux/1.x/${PORTVERSION:R}/enu/:reader DISTFILES= FoxitReader-${PORTVERSION}.tar.bz2:reader EXTRACT_ONLY= FoxitReader-${PORTVERSION}.tar.bz2 MAINTAINER= nivit@FreeBSD.org COMMENT= Free PDF document viewer for desktop Linux +BROKEN= unfetchable + LICENSE= EULA LICENSE_NAME= End-User License Agreement LICENSE_TEXT= http://www.foxitsoftware.com/pdf/desklinux/eula.htm LICENSE_PERMS= auto-accept NO_BUILD= yes OPTIONS_DEFINE= DOCS NLS OPTIONS_SUB= yes USES= gettext linux tar:bzip2 USE_LINUX= avahi-libs cups-libs dbuslibs gtk2 nss WRKSRC= ${WRKDIR}/${PORTVERSION:R}-release DOCS_MASTER_SITES= http://cdn04.foxitsoftware.com/pub/foxit/manual/enu/:manual DOCS_DISTFILES= FoxitReader${PORTVERSION:R}ForLinux_Manual.pdf:manual do-install: @${MKDIR} ${STAGEDIR}${DATADIR} (cd ${WRKSRC} && ${INSTALL_DATA} fpdfcjk.bin fum.fhd ${STAGEDIR}${DATADIR}) ${INSTALL_PROGRAM} ${WRKSRC}/FoxitReader ${STAGEDIR}${DATADIR} ${LN} -s ${DATADIR}/FoxitReader ${STAGEDIR}${PREFIX}/bin/FoxitReader do-install-NLS-on: .for locale in de fr ja zh_CN zh_TW ${INSTALL_DATA} ${WRKSRC}/po/${locale}/FoxitReader.mo ${STAGEDIR}${PREFIX}/share/locale/${locale}/LC_MESSAGES/ .endfor do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${DISTDIR}/FoxitReader${PORTVERSION:R}ForLinux_Manual.pdf ${STAGEDIR}${DOCSDIR} .include Index: head/print/html2ps/Makefile =================================================================== --- head/print/html2ps/Makefile (revision 516886) +++ head/print/html2ps/Makefile (revision 516887) @@ -1,52 +1,54 @@ # Created by: Andreas Klemm # $FreeBSD$ PORTNAME= html2ps DISTVERSION= 1.0b7 PORTREVISION= 5 PORTEPOCH= 1 CATEGORIES= print www perl5 MASTER_SITES= http://user.it.uu.se/~jan/ \ http://fossies.org/unix/www/ MAINTAINER= hrs@FreeBSD.org COMMENT= HTML to PostScript converter +BROKEN= unfetchable + LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= mogrify:graphics/ImageMagick6 \ p5-libwww>=0:www/p5-libwww \ weblint++:www/weblint++ \ paperconf:print/libpaper NO_BUILD= yes USES= ghostscript:run perl5 SUB_FILES= html2psrc PLIST_FILES= bin/html2ps \ etc/html2psrc \ man/man1/html2ps.1.gz \ man/man5/html2psrc.5.gz \ %%DATADIR%%/html2ps.html \ %%DATADIR%%/hyphen.tex post-patch: @${REINPLACE_CMD} -e \ 's|exec perl|exec ${PERL}| ; \ s|%%LOCALBASE%%|${LOCALBASE}| ; \ s|%%PREFIX%%|${PREFIX}| ; \ s|%%DATADIR%%|${DATADIR}|' \ ${WRKSRC}/html2ps do-install: ${INSTALL_SCRIPT} ${WRKSRC}/html2ps ${STAGEDIR}${PREFIX}/bin ${INSTALL_DATA} ${WRKDIR}/html2psrc ${STAGEDIR}${PREFIX}/etc ${INSTALL_MAN} ${WRKSRC}/html2ps.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 ${INSTALL_MAN} ${WRKSRC}/html2psrc.5 ${STAGEDIR}${MAN5PREFIX}/man/man5 @${MKDIR} ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${WRKSRC}/html2ps.html ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${WRKSRC}/hyphen.tex ${STAGEDIR}${DATADIR} .include Index: head/print/latex-beamer/Makefile =================================================================== --- head/print/latex-beamer/Makefile (revision 516886) +++ head/print/latex-beamer/Makefile (revision 516887) @@ -1,39 +1,41 @@ # $FreeBSD$ PORTNAME= latex-beamer PORTVERSION= 3.36 PORTREVISION= 1 CATEGORIES= print MASTER_SITES= https://bitbucket.org/rivanvx/beamer/get/ DISTNAME= version-${PORTVERSION:S/./-/} MAINTAINER= hrs@FreeBSD.org COMMENT= LaTeX class to create a beamer presentation +BROKEN= unfetchable + USES= tar:bz2 USE_TEX= texmf latex texhash TEXHASHDIRS= ${TEXMFDIR} NO_BUILD= YES WRKSRC= ${WRKDIR}/rivanvx-beamer-368aa9ba9d38 PORTDOCS= * OPTIONS_DEFINE= DOCS CLASSDIR= ${TEXMFDIR}/tex/latex/${PORTNAME:S/^latex-//} CLASS_SUBDIRS= base examples DOC_SUBDIRS= AUTHORS ChangeLog FILES INSTALL README TODO doc solutions .include do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/${CLASSDIR} cd ${WRKSRC} && for d in ${CLASS_SUBDIRS}; do \ ${PAX} -rw $$d ${STAGEDIR}${PREFIX}/${CLASSDIR}; \ done .if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && for d in ${DOC_SUBDIRS}; do \ ${PAX} -rw $$d ${STAGEDIR}${DOCSDIR}; \ done .endif .include Index: head/print/pdfcube/Makefile =================================================================== --- head/print/pdfcube/Makefile (revision 516886) +++ head/print/pdfcube/Makefile (revision 516887) @@ -1,29 +1,31 @@ # Created by: Li-Wen Hsu # $FreeBSD$ PORTNAME= pdfcube PORTVERSION= 0.0.5 PORTREVISION= 32 CATEGORIES= print MASTER_SITES= http://code.100allora.it/releases/pdfcube/ MAINTAINER= lwhsu@FreeBSD.org COMMENT= OpenGL presentation viewer on a spinning cube +BROKEN= unfetchable + LIB_DEPENDS= libgtkglext-x11-1.0.so:x11-toolkits/gtkglext \ libpoppler-glib.so:graphics/poppler-glib \ libboost_program_options.so:devel/boost-libs USES= compiler:c++11-lang pkgconfig USE_GL= glut GNU_CONFIGURE= yes CONFIGURE_ARGS= --libdir=${LOCALBASE}/lib --includedir=${LOCALBASE}/include PLIST_FILES= bin/pdfcube post-patch: ${REINPLACE_CMD} -e \ 's|BOOSTLIBDIR/libboost_program_options\*\.{so,a}\*|BOOSTLIBDIR/libboost_program_options.so|' \ ${WRKSRC}/configure .include Index: head/print/pmw/Makefile =================================================================== --- head/print/pmw/Makefile (revision 516886) +++ head/print/pmw/Makefile (revision 516887) @@ -1,27 +1,29 @@ # Created by: Brian Candler # $FreeBSD$ PORTNAME= pmw PORTVERSION= 4.28 CATEGORIES= print audio MASTER_SITES= http://www.quercite.com/ MAINTAINER= bofh@FreeBSD.org COMMENT= High quality music typesetting program +BROKEN= unfetchable + LICENSE= GPLv2 OPTIONS_DEFINE= DOCS GNU_CONFIGURE= yes MAKE_ARGS= FULLECHO="" ALL_TARGET= build SUB_FILES= pkg-message post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC}/doc && ${INSTALL_DATA} ChangeLog spec.pdf ${STAGEDIR}${DOCSDIR}) ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/pmw .include Index: head/print/rprint/Makefile =================================================================== --- head/print/rprint/Makefile (revision 516886) +++ head/print/rprint/Makefile (revision 516887) @@ -1,24 +1,26 @@ # Created by: Konrad Heuer # $FreeBSD$ PORTNAME= rprint PORTVERSION= 3.2 CATEGORIES= print MASTER_SITES= ftp://gwdu111.gwdg.de/pub/FreeBSD/misc/ \ ftp://gwdu112.gwdg.de/pub/FreeBSD/misc/ MAINTAINER= kheuer@gwdg.de COMMENT= Remote printing utility using a raw bidirectional tcp connection +BROKEN= unfetchable + LICENSE= BSD4CLAUSE PLIST_FILES= bin/rprint man/man1/rprint.1.gz post-patch: @${REINPLACE_CMD} -e "s/^(CC|CFLAGS).+//g" ${WRKSRC}/Makefile do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bin/rprint ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/man/rprint.1.gz ${STAGEDIR}${PREFIX}/man/man1 .include Index: head/print/yatex/Makefile =================================================================== --- head/print/yatex/Makefile (revision 516886) +++ head/print/yatex/Makefile (revision 516887) @@ -1,54 +1,56 @@ # Created by: Satoshi Taoka # $FreeBSD$ PORTNAME= yatex PORTVERSION= 1.77 PORTREVISION= 4 CATEGORIES?= print elisp MASTER_SITES= http://www.yatex.org/ PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= hrs@FreeBSD.org COMMENT= Yet Another LaTeX mode and html mode on Emacs +BROKEN= unfetchable + USES= dos2unix emacs EMACS_NO_DEPENDS= yes NO_BUILD= yes SUB_FILES= pkg-message yatex-startup.el SUB_LIST= EMACS_SITE_LISPDIR="${EMACS_SITE_LISPDIR}" OPTIONS_DEFINE= DOCS PORTDOCS= 00readme readme.meadow.j yatex.new yatexj.tex yatex.ref \ yahtmlj.tex htmlqa yatexadd.doc yatexgen.doc qanda \ yatexe.tex htmlqa.eng yahtmle.tex yatexref.eng qanda.eng INFO= yahtmle yahtmlj yatexe yatexj ELFILES= comment.el yatex.el yatexadd.el yatexgen.el \ yatexenv.el yatexlib.el \ yatexmth.el yatexhks.el yatexhlp.el yatexprc.el \ yatexm-o.el yatexsec.el yatexpkg.el yatexhie.el yahtml.el \ yatex19.el post-extract: @${INSTALL_DATA} ${WRKSRC}/docs/* ${WRKSRC} do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/${EMACS_SITE_LISPDIR}/yatex cd ${WRKSRC} && \ ${INSTALL_DATA} ${ELFILES} ${STAGEDIR}${PREFIX}/${EMACS_SITE_LISPDIR}/yatex ${INSTALL_DATA} \ ${WRKDIR}/yatex-startup.el \ ${WRKSRC}/help/YATEXHLP.jp \ ${WRKSRC}/help/YATEXHLP.eng \ ${STAGEDIR}${PREFIX}/${EMACS_SITE_LISPDIR} for F in ${INFO}; do \ ${INSTALL_DATA} ${WRKSRC}/docs/$$F \ ${STAGEDIR}${PREFIX}/${INFO_PATH}/$${F}.info; \ done @${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} .include Index: head/russian/p5-cyrillic/Makefile =================================================================== --- head/russian/p5-cyrillic/Makefile (revision 516886) +++ head/russian/p5-cyrillic/Makefile (revision 516887) @@ -1,18 +1,20 @@ # Created by: Anatoliy Dmytriyev # $FreeBSD$ PORTNAME= cyrillic PORTVERSION= 2.09 PORTREVISION= 1 CATEGORIES= russian converters perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Library for fast and easy Cyrillic text manipulation +BROKEN= unfetchable + USES= perl5 USE_PERL5= configure NO_ARCH= yes .include Index: head/russian/tidyup-mail/Makefile =================================================================== --- head/russian/tidyup-mail/Makefile (revision 516886) +++ head/russian/tidyup-mail/Makefile (revision 516887) @@ -1,20 +1,22 @@ # Created by: Alexander Gromnizki # $FreeBSD$ PORTNAME= tidyup-mail PORTVERSION= 0.12 CATEGORIES= russian mail MASTER_SITES= http://gromnizki.unixdev.net/soft/ MAINTAINER= gromnizki@unixdev.net COMMENT= Remove unsafe characters from email & make xterm happy +BROKEN= unfetchable + ALL_TARGET= ${PORTNAME} PLIST_FILES= bin/tidyup-mail man/ru.KOI8-R/man1/tidyup-mail.1.gz do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 \ ${STAGEDIR}${MANPREFIX}/man/ru.KOI8-R/man1 .include