diff --git a/net-im/firetalk/Makefile b/net-im/firetalk/Makefile index 2d5e9c4dba83..84b236efc6af 100644 --- a/net-im/firetalk/Makefile +++ b/net-im/firetalk/Makefile @@ -1,31 +1,30 @@ # New ports collection makefile for: firetalk # Date created: 06 January 2001 # Whom: George Reid # # $FreeBSD$ # PORTNAME= firetalk PORTVERSION= 0.0.11 CATEGORIES= net-im -MASTER_SITES= http://site.n.ml.org/download/20031016162822/_firetalk/ \ - http://www.penguinhosting.net/~ian/firetalk/ +MASTER_SITES= http://site.n.ml.org/download/20030428174342/_firetalk/ MAINTAINER= ports@FreeBSD.org COMMENT= A multi-protocol chat/instant messaging library WRKSRC= ${WRKDIR}/${PORTNAME} USE_LDCONFIG= yes FTHEADERS= firetalk-int.h icqv5.h toc.h firetalk.h irc.h do-install: ${INSTALL_PROGRAM} ${WRKSRC}/firetalk ${PREFIX}/bin ${MKDIR} ${PREFIX}/include/firetalk .for H in ${FTHEADERS} ${INSTALL_DATA} ${WRKSRC}/$H ${PREFIX}/include/firetalk .endfor ${INSTALL_DATA} ${WRKSRC}/libfiretalk.a ${PREFIX}/lib .include diff --git a/net-im/linpopup/Makefile b/net-im/linpopup/Makefile index 34d412d2db5e..9eee7f7a3704 100644 --- a/net-im/linpopup/Makefile +++ b/net-im/linpopup/Makefile @@ -1,40 +1,40 @@ # New ports collection makefile for: linpopup # Date created: 20 Nov 2000 # Whom: Roman Shterenzon # # $FreeBSD$ # PORTNAME= linpopup PORTVERSION= 1.2.0 PORTREVISION= 8 CATEGORIES= net-im -MASTER_SITES= http://www.chez.com/littleigloo/files/ +MASTER_SITES= http://littleigloo.chez.com/files/ DISTNAME= LinPopUp-${PORTVERSION}.src MAINTAINER= ports@FreeBSD.org COMMENT= X11 port of WinPopup RUN_DEPENDS= ${LOCALBASE}/bin/smbclient:${PORTSDIR}/${SAMBA_PORT} WRKSRC= ${WRKDIR}/LinPopUp-${PORTVERSION}/src SAMBA_PORT?= net/samba34 USE_XORG= x11 xmu USE_GNOME= gtk12 ALL_TARGET= LinPopUp MLINKS= LinPopUp.1 linpopup.1 MAN1= LinPopUp.1 SUB_FILES= pkg-message .if defined(WITH_SAMBA3) EXTRA_PATCHES+= ${FILESDIR}/extra-patch-samba3 .endif post-install: @${CAT} ${PKGMESSAGE} .include diff --git a/net-im/pidgin-rhythmbox/Makefile b/net-im/pidgin-rhythmbox/Makefile index 4e3072d58eee..75016783df66 100644 --- a/net-im/pidgin-rhythmbox/Makefile +++ b/net-im/pidgin-rhythmbox/Makefile @@ -1,34 +1,34 @@ # New ports collection makefile for: pidgin-rhythmbox # Date created: 2007-06-28 # Whom: Yuri Pankov # # $FreeBSD$ # PORTNAME= pidgin-rhythmbox PORTVERSION= 2.0 PORTREVISION= 5 CATEGORIES= net-im audio -MASTER_SITES= http://jon.oberheide.org/projects/pidgin-rhythmbox/downloads/ +MASTER_SITES= http://jon.oberheide.org/pidgin-rhythmbox/downloads/ MAINTAINER= ports@FreeBSD.org COMMENT= Plugin to update your status with info from Rhythmbox BUILD_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib RUN_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin \ rhythmbox:${PORTSDIR}/audio/rhythmbox USE_GMAKE= yes USE_GNOME= gtk20 GNU_CONFIGURE= yes PLIST_FILES= lib/pidgin/pidgin-rhythmbox.la \ lib/pidgin/pidgin-rhythmbox.so post-patch: @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} \ -e 's#\([@(]\)PIDGIN_INSTALL\([@)]\)#\1libdir\2/pidgin#' \ -e 's#-g -g3 -O2##' .include diff --git a/net-mgmt/flow-extract/Makefile b/net-mgmt/flow-extract/Makefile index 3a92d6687e4b..c4aafce0b9e7 100644 --- a/net-mgmt/flow-extract/Makefile +++ b/net-mgmt/flow-extract/Makefile @@ -1,31 +1,31 @@ # New ports collection makefile for: flow-extract # Date created: 2003 Mar 14 # Whom: Marcin Cieslak # # $FreeBSD$ # PORTNAME= flow-extract PORTVERSION= 2.61 CATEGORIES= net-mgmt -MASTER_SITES= http://nsit.uchicago.edu/groups/security/tools/flow-extract/ +MASTER_SITES= http://itservices.uchicago.edu/groups/security/tools/flow-extract/ DISTNAME= flow-extract-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Cisco NetFlow awk-like extracting tool BUILD_DEPENDS= flow-cat:${PORTSDIR}/net-mgmt/flow-tools MAN1= flow-extract.1 PLIST_FILES= bin/flow-extract WRKSRC= ${WRKDIR}/${PORTNAME} post-patch: @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/Makefile do-install: @${INSTALL_PROGRAM} ${WRKSRC}/flow-extract ${PREFIX}/bin @${INSTALL_MAN} ${WRKSRC}/flow-extract.1 ${PREFIX}/man/man1 .include diff --git a/net/jpcap/Makefile b/net/jpcap/Makefile index feae34398023..d849299e3f0a 100644 --- a/net/jpcap/Makefile +++ b/net/jpcap/Makefile @@ -1,62 +1,62 @@ # New ports collection makefile for: jpcap # Date created: 10 February 2010 # Whom: bms # # $FreeBSD$ # PORTNAME= jpcap PORTVERSION= 0.7 PORTREVISION= 1 CATEGORIES= net devel java -MASTER_SITES= http://netresearch.ics.uci.edu/kfujii/jpcap/ +MASTER_SITES= http://netresearch.ics.uci.edu/kfujii/Jpcap/ MAINTAINER= ports@FreeBSD.org COMMENT= JNI wrapper around libpcap LIB_DEPENDS= pcap.1:${PORTSDIR}/net/libpcap USE_GMAKE= yes USE_JAVA= yes USE_LDCONFIG= yes MAKE_JOBS_UNSAFE= yes PKGMESSAGE= ${WRKDIR}/pkg-message SUB_FILES+= pkg-message #pkg-install SUB_LIST+= JAVAJARDIR="${JAVAJARDIR}" MAKE_ENV= JAVA_HOME="${JAVA_HOME}" JAVA="${JAVA}" JAVAC="${JAVAC}" \ JAVAH="${JAVAH}" JAR_="${JAR}" PLIST_FILES= %%JAVAJARDIR%%/jpcap.jar lib/libjpcap.so # Build JNI .so only; install pre-compiled jar. BUILD_WRKSRC= ${WRKSRC}/src/c ALL_TARGET= # empty .include .if ${ARCH} == "amd64" || ${ARCH} =="ia64" || ${ARCH} == "sparc64" CFLAGS+= -fPIC .else CFLAGS+= -fpic .endif CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib MAKE_ARGS+= CFLAGS="${CFLAGS}" \ CPPFLAGS="${CPPFLAGS}" \ LDFLAGS="${LDFLAGS}" \ PLATFORM="FreeBSD" do-install: ${INSTALL_DATA} ${WRKSRC}/src/c/libjpcap.so ${PREFIX}/lib ${INSTALL_DATA} ${WRKSRC}/lib/jpcap.jar ${JAVAJARDIR} # TODO: Install docs. post-install: @${CAT} ${PKGMESSAGE} .include diff --git a/net/netembryo/Makefile b/net/netembryo/Makefile index 711a528c1df5..15f8ea082893 100644 --- a/net/netembryo/Makefile +++ b/net/netembryo/Makefile @@ -1,30 +1,30 @@ # New ports collection makefile for: netembryo # Date created: 7 November 2007 # Whom: Emmanuel Richiardone (err@tollari.org) # # $FreeBSD$ # PORTNAME= netembryo PORTVERSION= 0.0.4 CATEGORIES= net -MASTER_SITES= http://live.polito.it/files/downloads/netembryo/ +MASTER_SITES= http://lscube.org/files/downloads/netembryo/ MAINTAINER= ports@FreeBSD.org COMMENT= A network abstraction library used by for feng, libnemesi, felix GNU_CONFIGURE= yes USE_GMAKE= yes USE_BZIP2= yes USE_LDCONFIG= yes USE_GNOME= pkgconfig gnomehack OPTIONS= SCTP "Don't check if SCTP is present" off .include .if ${OSVERSION} < 700028 && ! defined(WITH_SCTP) IGNORE= sorry, please use FreeBSD 7.x or patch your system for SCTP (http://www.sctp.org/download.html) and use WITH_SCTP=YES .endif .include diff --git a/net/utftpd/Makefile b/net/utftpd/Makefile index 8c0ce10a3c09..a5686e44c8ef 100644 --- a/net/utftpd/Makefile +++ b/net/utftpd/Makefile @@ -1,24 +1,24 @@ # New ports collection makefile for: utftpd # Date created: 15 January 2002 # Whom: andreas@freebsd.org # # $FreeBSD$ # PORTNAME= utftpd PORTVERSION= 0.2.4 PORTREVISION= 2 CATEGORIES= net -MASTER_SITES= http://www.ohse.de/uwe/releases/ +MASTER_SITES= http://ohse.de/uwe/releases/ MAINTAINER= ports@FreeBSD.org COMMENT= secure tftpd server with fine grained access and revision control GNU_CONFIGURE= YES USE_GMAKE= YES MAN1= utftp.1 MAN5= utftpd.conf.5 MAN8= utftpd.8 utftpd_make.8 .include diff --git a/print/libijs/Makefile b/print/libijs/Makefile index 2782d618dd59..2ee9a51e1980 100644 --- a/print/libijs/Makefile +++ b/print/libijs/Makefile @@ -1,27 +1,27 @@ # New ports collection makefile for: hpijs # Date created: 1 May 2002 # Whom: ports@FreeBSD.org # # $FreeBSD$ # PORTNAME= libijs PORTVERSION= 0.35 PORTREVISION= 1 CATEGORIES= print -MASTER_SITES= http://www.linuxprinting.org/ijs/download/ +MASTER_SITES= http://www.openprinting.org/download/ijs/download/ DISTNAME= ijs-${PORTVERSION} DIST_SUBDIR= ghostscript MAINTAINER= ports@FreeBSD.org COMMENT= C library that supports plugin printer driver for Ghostscript USE_BZIP2= yes USE_GNOME= gnometarget lthack pkgconfig USE_GMAKE= yes USE_AUTOTOOLS= libtool USE_LDCONFIG= yes MAN1= ijs-config.1 .include diff --git a/print/py-fonttools/Makefile b/print/py-fonttools/Makefile index 1bbc841cf931..a6299f629a9c 100644 --- a/print/py-fonttools/Makefile +++ b/print/py-fonttools/Makefile @@ -1,39 +1,39 @@ # New ports collection makefile for: py-fonttools # Date created: 2 January 2001 # Whom: Joseph Koshy # # $FreeBSD$ # PORTNAME= fonttools PORTVERSION= 2.3 CATEGORIES= print python -MASTER_SITES= SF/${PORTNAME}/Source%20code/${PORTVERSION} +MASTER_SITES= SF/${PORTNAME}/${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ports@FreeBSD.org COMMENT= An open source library for manipulating fonts, written in Python BUILD_DEPENDS= ${PYNUMPY} ${PYXML} RUN_DEPENDS= ${PYNUMPY} ${PYXML} USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_EGGINFODIR= ${PYTHON_SITELIBDIR}/FontTools MAN1= ttx.1 DOCSDIR= ${PREFIX}/share/doc/py-fonttools post-patch: @${REINPLACE_CMD} -e 's|share/man/man1|man/man1|g' ${WRKSRC}/setup.py post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/Doc/ChangeLog ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/Doc/*.html ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/Doc/*.txt ${DOCSDIR} .endif .include diff --git a/science/flounder/Makefile b/science/flounder/Makefile index 8ae429f8b87a..1f4b0b66e2f6 100644 --- a/science/flounder/Makefile +++ b/science/flounder/Makefile @@ -1,52 +1,52 @@ # ex:ts=8 # Ports collection Makefile for: flounder # Date created: Oct 14, 2002 # Whom: ijliao # # $FreeBSD$ # PORTNAME= flounder PORTVERSION= 0.40 PORTREVISION= 11 CATEGORIES= science -MASTER_SITES= http://www2.enel.ucalgary.ca/~vigmond/flounder/ +MASTER_SITES= http://www.enel.ucalgary.ca/People/vigmond/flounder/ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= A quick way to visualize regularly spaced 4D data LIB_DEPENDS= fltk.1:${PORTSDIR}/x11-toolkits/fltk \ ungif:${PORTSDIR}/graphics/libungif \ png:${PORTSDIR}/graphics/png USE_GL= glut GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS} -lstdc++" USE_GMAKE= yes .if !defined(WITHOUT_AVIFILE) LIB_DEPENDS+= aviplay:${PORTSDIR}/multimedia/avifile CONFIGURE_ARGS+= --enable-avifile .endif .if !defined(WITHOUT_PLOT) BUILD_DEPENDS+= gnuplot:${PORTSDIR}/math/gnuplot RUN_DEPENDS+= gnuplot:${PORTSDIR}/math/gnuplot CONFIGURE_ARGS+= --enable-gnuplot .endif .if !defined(WITHOUT_GRACE) BUILD_DEPENDS+= xmgrace:${PORTSDIR}/math/grace RUN_DEPENDS+= xmgrace:${PORTSDIR}/math/grace CONFIGURE_ARGS+= --enable-grace .endif .include .if ${ARCH} == "alpha" BROKEN= Does not compile on alpha .endif .include diff --git a/science/kmovisto/Makefile b/science/kmovisto/Makefile index 670c3bbae2ba..306214e43b14 100644 --- a/science/kmovisto/Makefile +++ b/science/kmovisto/Makefile @@ -1,39 +1,39 @@ # ex:ts=8 # Ports collection Makefile for: kmovisto # Date created: Oct 23, 2003 # Whom: ijliao # # $FreeBSD$ # PORTNAME= kmovisto PORTVERSION= 0.7.0 PORTREVISION= 7 CATEGORIES= science -MASTER_SITES= http://mitglied.lycos.de/pageofmh/download/ +MASTER_SITES= http://mitglied.multimania.de/pageofmh/download/ MAINTAINER= ports@FreeBSD.org COMMENT= A real 3-D molecule viewer USE_XORG= x11 ice xext USE_QT_VER= 3 USE_GL= yes USE_GMAKE= yes GNU_CONFIGURE= yes post-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ s|-pedantic||g ; \ s|-fno-exceptions|-fexceptions|g' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|-ldl||g' ${WRKSRC}/kmovisto/Makefile.in do-install: ${INSTALL_PROGRAM} ${WRKSRC}/kmovisto/kmovisto ${PREFIX}/bin .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/kmovisto/docs/en/*.html ${DOCSDIR} @${MKDIR} ${DOCSDIR}/images ${INSTALL_DATA} ${WRKSRC}/kmovisto/docs/en/images/*.jpg ${DOCSDIR}/images .endif .include diff --git a/security/amavis-stats/Makefile b/security/amavis-stats/Makefile index fabfada53b76..f67d6dc3fc89 100644 --- a/security/amavis-stats/Makefile +++ b/security/amavis-stats/Makefile @@ -1,63 +1,63 @@ # New ports collection makefile for: amavis-stats # Date created: 12 July 2004 # Whom: Mantas Kaulakys # # $FreeBSD$ # PORTNAME= amavis-stats PORTVERSION= 0.1.12 PORTREVISION= 2 CATEGORIES= security -MASTER_SITES= http://rekudos.net/download/ +MASTER_SITES= http://downloads.topicdesk.com/amavis_stats/ MAINTAINER= ports@FreeBSD.org COMMENT= A simple AMaViS statistics generator based on rrdtool RUN_DEPENDS= ${SITE_PERL}/mach/RRDs.pm:${PORTSDIR}/databases/rrdtool USE_PERL5_RUN= yes USE_PHP= pcre MAN1= amavis-stats.1 NO_BUILD= yes PORTDOCS= README WEBOWN?= www WEBGRP?= www AMAVISUSER?= amavis AMAVISGROUP?= amavis PKGINSTALL= ${WRKDIR}/INSTALL PKGDEINSTALL= ${WRKDIR}/DEINSTALL PKGMESSAGE= ${WRKDIR}/pkg-message SUB_FILES= INSTALL DEINSTALL pkg-message SUB_LIST+= AMAVISUSER=${AMAVISUSER} AMAVISGROUP=${AMAVISGROUP} pre-install: apply-slist @${SH} ${PKGINSTALL} ${DISTNAME} PRE-INSTALL do-install: ${INSTALL_SCRIPT} ${WRKSRC}/amavis-stats ${PREFIX}/sbin ${INSTALL_MAN} ${WRKSRC}/amavis-stats.1 ${MAN1PREFIX}/man/man1 ${MKDIR} ${PREFIX}/www/amavis-stats ${MKDIR} ${PREFIX}/www/amavis-stats/img ${TOUCH} ${PREFIX}/www/amavis-stats/img/.keep ${INSTALL_DATA} ${WRKSRC}/amavis-stats.php ${PREFIX}/www/amavis-stats cd ${PREFIX}/www/amavis-stats && ${LN} -s amavis-stats.php index.php ${CHOWN} -R ${AMAVISUSER}:${AMAVISGROUP} ${PREFIX}/www/amavis-stats ${CHOWN} ${WEBOWN}:${WEBGRP} ${PREFIX}/www/amavis-stats/img .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${DOCSDIR} .endif post-install: @${CAT} ${PKGMESSAGE} .include diff --git a/security/libprelude/Makefile b/security/libprelude/Makefile index b3d2bcb77da6..8dee9d0be614 100644 --- a/security/libprelude/Makefile +++ b/security/libprelude/Makefile @@ -1,94 +1,93 @@ # New ports collection makefile for: libprelude # Date created: Sun Aug 4 19:31:17 CEST 2002 # Whom: Clement Laforet # $FreeBSD$ PORTNAME= libprelude PORTVERSION= 0.9.24.1 PORTREVISION= 1 CATEGORIES= security -MASTER_SITES= http://www.prelude-ids.com/download/releases/%SUBDIR%/ -MASTER_SITE_SUBDIR= ${PORTNAME} ${PORTNAME}/old +MASTER_SITES= http://www.prelude-technologies.com/download/releases/${PORTNAME}/ MAINTAINER= ports@FreeBSD.org COMMENT= Framework library for Prelude NIDS LIB_DEPENDS= gnutls.47:${PORTSDIR}/security/gnutls \ gcrypt.18:${PORTSDIR}/security/libgcrypt OPTIONS= PERL "Include Perl bindings" off \ PYTHON "Include Python bindings" off USE_GMAKE= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes CONFIGURE_ARGS= --localstatedir=/var \ --enable-gtk-doc=no \ --with-html-dir=${PREFIX}/share/doc MAN1= prelude-admin.1 PORTDOCS= * .include .if defined(WITH_PERL) USE_PERL5= yes .include "${PORTSDIR}/Mk/bsd.perl.mk" CONFIGURE_ARGS+= --with-perl PLIST_SUB+= WITH_PERL="" .else CONFIGURE_ARGS+= --without-perl PLIST_SUB+= WITH_PERL="@comment " .endif .if defined(WITH_PYTHON) USE_PYTHON= yes CONFIGURE_ARGS+= --with-python PLIST_SUB+= WITH_PYTHON="" PYTHON_VER=${PYTHON_VER} .else CONFIGURE_ARGS+= --without-python PLIST_SUB+= WITH_PYTHON="@comment " .endif .include .if ${ARCH} == "sparc64" BROKEN= Does not compile .endif post-patch: @${REINPLACE_CMD} -e 's|libdir)/pkgconfig|prefix)/libdata/pkgconfig|' ${WRKSRC}/src/Makefile.in post-install: .if !defined(NOPORTDOCS) ${INSTALL} -d ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/docs/api/html/* ${DOCSDIR} .endif @${INSTALL_MAN} ${WRKSRC}/docs/manpages/*.1 ${MAN1PREFIX}/man/man1/ @${INSTALL_DATA} ${WRKSRC}/client.conf \ ${PREFIX}/etc/prelude/default/client.conf-dist @${INSTALL_DATA} ${WRKSRC}/global.conf \ ${PREFIX}/etc/prelude/default/global.conf-dist @${INSTALL_DATA} ${WRKSRC}/tls.conf \ ${PREFIX}/etc/prelude/default/tls.conf-dist @${INSTALL_DATA} ${WRKSRC}/idmef-client.conf \ ${PREFIX}/etc/prelude/default/idmef-client.conf-dist @if [ ! -f ${PREFIX}/etc/prelude/default/client.conf ]; then \ ${CP} -p ${PREFIX}/etc/prelude/default/client.conf-dist \ ${PREFIX}/etc/prelude/default/client.conf ; \ fi @if [ ! -f ${PREFIX}/etc/prelude/default/global.conf ]; then \ ${CP} -p ${PREFIX}/etc/prelude/default/global.conf-dist \ ${PREFIX}/etc/prelude/default/global.conf ; \ fi @if [ ! -f ${PREFIX}/etc/prelude/default/idmef-client.conf ]; then \ ${CP} -p ${PREFIX}/etc/prelude/default/idmef-client.conf-dist \ ${PREFIX}/etc/prelude/default/idmef-client.conf ; \ fi @if [ ! -f ${PREFIX}/etc/prelude/default/tls.conf ]; then \ ${CP} -p ${PREFIX}/etc/prelude/default/tls.conf-dist \ ${PREFIX}/etc/prelude/default/tls.conf ; \ fi .include diff --git a/security/libpreludedb/Makefile b/security/libpreludedb/Makefile index 997235772b29..c0bc09496125 100644 --- a/security/libpreludedb/Makefile +++ b/security/libpreludedb/Makefile @@ -1,94 +1,93 @@ # New ports collection makefile for: libpreludedb # Date created: 2005-10-14 # Whom: Sergei Kolobov # $FreeBSD$ PORTNAME= libpreludedb PORTVERSION= 0.9.15.3 PORTREVISION= 1 CATEGORIES= security -MASTER_SITES= http://www.prelude-ids.com/download/releases/%SUBDIR%/ -MASTER_SITE_SUBDIR= ${PORTNAME} ${PORTNAME}/old +MASTER_SITES= http://www.prelude-technologies.com/download/releases/${PORTNAME}/ MAINTAINER= ports@FreeBSD.org COMMENT= Framework library for access to Prelude NIDS database LIB_DEPENDS= prelude.20:${PORTSDIR}/security/libprelude USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-gtk-doc=no USE_LDCONFIG= yes MAN1= preludedb-admin.1 PORTDOCS= * OPTIONS= PERL "Include Perl bindings" off \ PYTHON "Include Python bindings" off \ MYSQL "Use MySQL backend" on \ PGSQL "Use PostgreSQL backend" off \ SQLITE "Use SQLite backend" off .include .if defined(WITH_PERL) USE_PERL5= yes CONFIGURE_ARGS+= --with-perl PLIST_SUB+= WITH_PERL="" .else CONFIGURE_ARGS+= --without-perl PLIST_SUB+= WITH_PERL="@comment " .endif .if defined(WITH_PYTHON) USE_PYTHON= yes .include "${PORTSDIR}/Mk/bsd.python.mk" CONFIGURE_ARGS+= --with-python PLIST_SUB+= WITH_PYTHON="" PYTHON_VER=${PYTHON_VER} .else CONFIGURE_ARGS+= --without-python PLIST_SUB+= WITH_PYTHON="@comment " .endif .if defined(WITH_MYSQL) || exists(${LOCALBASE}/bin/mysql_config) USE_MYSQL= yes CONFIGURE_ARGS+= --with-mysql PLIST_SUB+= WITH_MYSQL="" .else CONFIGURE_ARGS+= --without-mysql PLIST_SUB+= WITH_MYSQL="@comment " .endif .if defined(WITH_PGSQL) || exists(${LOCALBASE}/bin/pg_config) USE_PGSQL= yes CONFIGURE_ARGS+= --with-postgresql PLIST_SUB+= WITH_PGSQL="" .else CONFIGURE_ARGS+= --without-postgresql PLIST_SUB+= WITH_PGSQL="@comment " .endif .if defined(WITH_SQLITE) || exists(${LOCALBASE}/lib/libsqlite3.so) USE_SQLITE= yes CONFIGURE_ARGS+= --with-sqlite3 PLIST_SUB+= WITH_SQLITE="" LIB_DEPENDS+= sqlite3.8:${PORTSDIR}/databases/sqlite3 .else CONFIGURE_ARGS+= --without-sqlite3 PLIST_SUB+= WITH_SQLITE="@comment " .endif .if !defined(NOPORTDOCS) CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc .endif post-install: .if !defined(NOPORTDOCS) @${INSTALL} -d ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/docs/api/html/* ${DOCSDIR} .endif @${INSTALL_MAN} ${WRKSRC}/docs/manpages/*.1 ${MAN1PREFIX}/man/man1/ .include diff --git a/security/prelude-lml/Makefile b/security/prelude-lml/Makefile index d1dfd88f78dc..c8627cf9c801 100644 --- a/security/prelude-lml/Makefile +++ b/security/prelude-lml/Makefile @@ -1,48 +1,42 @@ # New ports collection makefile for: prelude-lml # Date created: Sun Aug 4 19:31:17 CEST 2002 # Whom: Clement Laforet # # $FreeBSD$ PORTNAME= prelude-lml PORTVERSION= 0.9.15 CATEGORIES= security -MASTER_SITES= http://www.prelude-ids.com/download/releases/%SUBDIR%/ -MASTER_SITE_SUBDIR= ${PORTNAME} ${PORTNAME}/old +MASTER_SITES= http://www.prelude-technologies.com/download/releases/${PORTNAME}/ MAINTAINER= ports@FreeBSD.org COMMENT= Prelude Network Intrusion Detection System Log Monitoring Lackey -DEPRECATED= BROKEN for more than 6 month -EXPIRATION_DATE= 2011-09-01 - LIB_DEPENDS+= prelude.20:${PORTSDIR}/security/libprelude \ pcre.0:${PORTSDIR}/devel/pcre -BROKEN= does not fetch - USE_GMAKE= yes GNU_CONFIGURE= yes USE_RC_SUBR= prelude-lml.sh CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc .include .if defined(WITH_FAM) USE_FAM= yes CONFIGURE_ARGS+= --enable-fam .else CONFIGURE_ARGS+= --disable-fam .endif post-install: @if [ ! -f ${PREFIX}/etc/prelude-lml/prelude-lml.conf ]; then \ ${CP} -p ${PREFIX}/etc/prelude-lml/prelude-lml.conf-dist \ ${PREFIX}/etc/prelude-lml/prelude-lml.conf ; \ fi @if [ ! -f ${PREFIX}/etc/prelude-lml/plugins.rules ]; then \ ${CP} -p ${PREFIX}/etc/prelude-lml/plugins.rules-dist \ ${PREFIX}/etc/prelude-lml/plugins.rules ; \ fi .include diff --git a/security/prelude-manager/Makefile b/security/prelude-manager/Makefile index 962bd39095fd..1d9f1600bbf6 100644 --- a/security/prelude-manager/Makefile +++ b/security/prelude-manager/Makefile @@ -1,65 +1,64 @@ # New ports collection makefile for: prelude-manager # Date created: Sun Aug 4 19:31:17 CEST 2002 # Whom: Clement Laforet # # $FreeBSD$ PORTNAME= prelude-manager PORTVERSION= 0.9.14.2 PORTREVISION= 7 CATEGORIES= security -MASTER_SITES= http://www.prelude-ids.com/download/releases/%SUBDIR%/ -MASTER_SITE_SUBDIR= ${PORTNAME} ${PORTNAME}/old +MASTER_SITES= http://www.prelude-technologies.com/download/releases/${PORTNAME}/ MAINTAINER= ports@FreeBSD.org COMMENT= Prelude Network Intrusion Detection System central logging point LIB_DEPENDS+= prelude.20:${PORTSDIR}/security/libprelude \ gnutls.47:${PORTSDIR}/security/gnutls USE_GMAKE= yes USE_LDCONFIG= yes USE_AUTOTOOLS= autoconf USE_RC_SUBR= prelude-manager.sh CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \ --localstatedir=/var CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \ LIBS="${LIBS} -L${LOCALBASE}/lib" USERS?= prelude GROUPS?= prelude MAN1= prelude-manager.1 PLIST_SUB= PRELUDEUSER=${USERS} \ PRELUDEGROUP=${GROUPS} .include .if defined(WITHOUT_XML) PLIST_SUB+= WITH_XML="@comment " CONFIGURE_ARGS+= --disable-xmltest --without-xml .else LIB_DEPENDS+= xml2.5:${PORTSDIR}/textproc/libxml2 PLIST_SUB+= WITH_XML="" .endif .if defined(WITHOUT_PRELUDEDB) PLIST_SUB+= WITH_PRELUDEDB="@comment " .else LIB_DEPENDS+= preludedb.4:${PORTSDIR}/security/libpreludedb PLIST_SUB+= WITH_PRELUDEDB="" .endif post-install: @if [ ! -f ${PREFIX}/etc/prelude-manager/prelude-manager.conf ]; then \ ${CP} -p ${PREFIX}/etc/prelude-manager/prelude-manager.conf-dist \ ${PREFIX}/etc/prelude-manager/prelude-manager.conf ; \ fi .if !defined(NOPORTEXAMPLES) @${MKDIR} ${EXAMPLESDIR} @${MKDIR} ${EXAMPLESDIR}/smtp ${INSTALL_DATA} ${WRKSRC}/plugins/reports/smtp/template.example ${EXAMPLESDIR}/smtp/template.example .endif .include diff --git a/shells/sash/Makefile b/shells/sash/Makefile index 12e85fce6803..4f25977fd275 100644 --- a/shells/sash/Makefile +++ b/shells/sash/Makefile @@ -1,35 +1,35 @@ # New ports collection makefile for: sash # Date created: Jan 22, 2000 # Whom: Patrick Gardella # # $FreeBSD$ # PORTNAME= sash PORTVERSION= 3.7 CATEGORIES= shells -MASTER_SITES= http://www.canb.auug.org.au/%SUBDIR%/ +MASTER_SITES= http://members.canb.auug.org.au/ MASTER_SITE_SUBDIR= ~dbell/programs MAINTAINER= ports@FreeBSD.org COMMENT= A Stand-Alone shell combining many common utilities MAN1= sash.1 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/sash ${PREFIX}/bin/sash ${INSTALL_MAN} ${WRKSRC}/sash.1 ${MAN1PREFIX}/man/man1/sash.1 @${ECHO_MSG} "------------------" @${ECHO_MSG} "Installing into ${PREFIX}/bin" @${ECHO_MSG} "If you want this installed elsewhere, " @${ECHO_MSG} "set the environmental variable PREFIX" @${ECHO_MSG} "------------------" post-install: @${ECHO_MSG} "Updating /etc/shells" @${CP} /etc/shells /etc/shells.bak @(${GREP} -v ${PREFIX}/bin/sash /etc/shells.bak; \ ${ECHO_CMD} ${PREFIX}/bin/sash) > /etc/shells @${RM} /etc/shells.bak .include diff --git a/sysutils/dim/Makefile b/sysutils/dim/Makefile index 3ac01e5ffaf4..45c9756857b8 100644 --- a/sysutils/dim/Makefile +++ b/sysutils/dim/Makefile @@ -1,29 +1,29 @@ # New ports collection makefile for: dim # Date created: Apr 13, 2001 # Whom: Mark Pulford # # $FreeBSD$ # PORTNAME= dim PORTVERSION= 1.1 CATEGORIES= sysutils -MASTER_SITES= http://www.theory.org/~matt/dim/ +MASTER_SITES= http://theory.org/~matt/dim/ DISTNAME= dim EXTRACT_SUFX= .tar MAINTAINER= ports@FreeBSD.org COMMENT= A directory lister which sorts the file list in 2D USE_PERL5_RUN= yes NO_WRKSUBDIR= yes NO_BUILD= yes PLIST_FILES= bin/dim post-patch: ${REINPLACE_CMD} -E "s|^#!.+|#!${PERL}|" ${WRKSRC}/dim.pl do-install: ${INSTALL_SCRIPT} ${WRKSRC}/dim.pl ${PREFIX}/bin/dim .include diff --git a/sysutils/gkrellm-trayicons/Makefile b/sysutils/gkrellm-trayicons/Makefile index dfc0f001a44c..f1c61958c743 100644 --- a/sysutils/gkrellm-trayicons/Makefile +++ b/sysutils/gkrellm-trayicons/Makefile @@ -1,34 +1,33 @@ # New ports collection makefile for: gkrellm-trayicons # Date created: Wed Jun 23 14:55:49 CEST 2004 # Whom: Tobias Roth # # $FreeBSD$ # PORTNAME= trayicons PORTVERSION= 1.03 PORTREVISION= 6 CATEGORIES= sysutils -MASTER_SITES= http://depot.fsck.ch/mirror/distfiles/ \ - http://sweb.cz/tripie/gkrellm/trayicons/dist/ +MASTER_SITES= http://tripie.sweb.cz/gkrellm/trayicons/dist/ PKGNAMEPREFIX= gkrellm- DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= GKrellM2 plugin to display definable icons as notifiers or launchers BUILD_DEPENDS= ${LOCALBASE}/include/gkrellm2/gkrellm.h:${PORTSDIR}/sysutils/gkrellm2 RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm2 PLIST_FILES= libexec/gkrellm2/plugins/trayicons.so ALL_TARGET= trayicons.so post-patch: @${REINPLACE_CMD} -e 's|$$(CC) $$(FLAGS)|$$(CC) $$(CFLAGS)|g' \ ${WRKSRC}/Makefile do-install: @${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME}.so ${PREFIX}/libexec/gkrellm2/plugins/ .include diff --git a/sysutils/lookat/Makefile b/sysutils/lookat/Makefile index 50459cd46d06..6d3d21069ea0 100644 --- a/sysutils/lookat/Makefile +++ b/sysutils/lookat/Makefile @@ -1,41 +1,41 @@ # New ports collection makefile for: lookat # Date created: Tue Apr 22 15:56:54 CEST 2003 # Whom: Kirill Ponomarew # # $FreeBSD$ # PORTNAME= lookat PORTVERSION= 1.4.1 CATEGORIES= sysutils -MASTER_SITES= http://www.wagemakers.be/downloads/ +MASTER_SITES= http://www.wagemakers.be/uploads/fc/38/fc38e0abaf31f0f343d99479b08875dd/ DISTNAME= ${PORTNAME}_bekijk-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= A program to view Un*x text files and manual pages GNU_CONFIGURE= yes USE_GMAKE= yes MAN1= lookat.1 .include post-patch: @${REINPLACE_CMD} -e \ 's|/etc/lookat.conf|${PREFIX}/etc/lookat.conf|g' ${WRKSRC}/${PORTNAME}.1 do-install: @${INSTALL_PROGRAM} ${WRKSRC}/lookat ${PREFIX}/bin @${INSTALL_MAN} ${WRKSRC}/lookat.1 ${PREFIX}/man/man1 @${INSTALL_DATA} ${WRKSRC}/lookat.conf.default ${PREFIX}/etc @${ECHO} "------------------------------------------------------------" @${ECHO} "Sample of configuration file placed at" @${ECHO} "${PREFIX}/etc/lookat.conf.default" @${ECHO} "------------------------------------------------------------" .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} @${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} .endif .include diff --git a/sysutils/wmapm/Makefile b/sysutils/wmapm/Makefile index 80090eeb3794..5f9753306c0b 100644 --- a/sysutils/wmapm/Makefile +++ b/sysutils/wmapm/Makefile @@ -1,29 +1,29 @@ # New ports collection makefile for: wmapm # Date created: 99/07/02 # Whom: Satoshi TAOKA # # $FreeBSD$ # PORTNAME= wmapm PORTVERSION= 3.1 PORTREVISION= 2 CATEGORIES= sysutils windowmaker -MASTER_SITES= http://dockapps.org/files/18/25/ +MASTER_SITES= http://www.dockapps.org/files/18/25/ MAINTAINER= ports@FreeBSD.org COMMENT= Laptop battery status display for WindowMaker ONLY_FOR_ARCHS= i386 WRKSRC= ${WRKDIR}/${DISTNAME}/wmapm USE_XORG= xpm MAN1= wmapm.1 PLIST_FILES= bin/wmapm BINMODE= 2755 BINGRP= operator .include diff --git a/textproc/html-pretty/Makefile b/textproc/html-pretty/Makefile index 3f21dd3bb6b9..7b238aad8793 100644 --- a/textproc/html-pretty/Makefile +++ b/textproc/html-pretty/Makefile @@ -1,37 +1,37 @@ # New ports collection makefile for: html-pretty # Date created: 16 March 2004 # Whom: Greg Lewis # # $FreeBSD$ PORTNAME= html-pretty PORTVERSION= 1.01 CATEGORIES= textproc www -MASTER_SITES= http://www.math.utah.edu/pub/sgml/ +MASTER_SITES= http://ftp.math.utah.edu:80/pub/sgml/ DISTNAME= htmlpty-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= HTML and SGML prettyprinter and text-to-HTML/SGML converter GNU_CONFIGURE= yes MAN1= html-pretty.1 .if !defined(NOPORTDOCS) PORTDOCS= * DOCFILES= AUTHORS BUGS COPYING ChangeLog NEWS README THANKS post-install: -${MKDIR} ${DOCSDIR}/html ${INSTALL_DATA} -o ${SHAREOWN} -g ${SHAREGRP} ${WRKSRC}/*.html \ ${DOCSDIR}/html/ ${INSTALL_DATA} -o ${SHAREOWN} -g ${SHAREGRP} ${WRKSRC}/Docs/*.html \ ${DOCSDIR}/html/ for docfile in ${DOCFILES}; do \ ${INSTALL_DATA} -o ${SHAREOWN} -g ${SHAREGRP} \ ${WRKSRC}/$$docfile ${DOCSDIR}/; \ done .endif .include diff --git a/textproc/manued.el/Makefile b/textproc/manued.el/Makefile index 4915b4c8ab03..50dd90771f2b 100644 --- a/textproc/manued.el/Makefile +++ b/textproc/manued.el/Makefile @@ -1,40 +1,39 @@ # New ports collection makefile for: manued.el # Date created: 26 February 2002 # Whom: Kimura Fuyuki # # $FreeBSD$ # PORTNAME= manued.el PORTVERSION= 0.9.5 CATEGORIES= textproc elisp -MASTER_SITES= http://www.mpi-sb.mpg.de/~hitoshi/otherprojects/manued/arcs/ \ - http://www.archi.is.tohoku.ac.jp/~yamauchi/otherprojects/manued/arcs/ +MASTER_SITES= http://www.mpi-inf.mpg.de/~hitoshi/otherprojects/manued/arcs/ DISTNAME= manued-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Emacs minor mode for manued proofreading method NO_BUILD= yes EMACSLISPDIR= ${PREFIX}/share/emacs/site-lisp XEMACSLISPDIR= ${PREFIX}/lib/xemacs/site-lisp do-install: ${MKDIR} ${EMACSLISPDIR} ${INSTALL_DATA} ${WRKSRC}/manued.el ${EMACSLISPDIR} ${MKDIR} ${XEMACSLISPDIR} ${LN} -sf ${EMACSLISPDIR}/manued.el ${XEMACSLISPDIR} post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/samples/* ${EXAMPLESDIR} ${MKDIR} ${DOCSDIR} .for i in ChangeLog README README.EUC doc/* tutorial ${CP} -R ${WRKSRC}/${i} ${DOCSDIR} .endfor .endif @${CAT} ${PKGMESSAGE} .include diff --git a/textproc/opensched/Makefile b/textproc/opensched/Makefile index f03b48a8f96d..77e45a08c2db 100644 --- a/textproc/opensched/Makefile +++ b/textproc/opensched/Makefile @@ -1,36 +1,36 @@ # New ports collection makefile for: opensched # Date created: 31 January 2001 # Whom: Daniel McRobb # # $FreeBSD$ # PORTNAME= opensched PORTVERSION= 0.1.0 PORTREVISION= 7 CATEGORIES= textproc -MASTER_SITES= http://mtechit.com/dlsoftware/opensched/ +MASTER_SITES= http://hitachi-id.com/dlsoftware/opensched/ MAINTAINER= ports@FreeBSD.org COMMENT= A project scheduler BUILD_DEPENDS= latex:${PORTSDIR}/print/teTeX USE_GMAKE= yes MAN1= opensched.1 PLIST_FILES= bin/opensched .include .if ${OSVERSION} >= 700042 .if ${ARCH} == "i386" BROKEN= Does not install .endif .endif .if ${ARCH} == "alpha" BROKEN= Does not compile .endif .include