diff --git a/devel/boost_build/Makefile b/devel/boost_build/Makefile index a8e82de54f0e..a16cefa15b7f 100644 --- a/devel/boost_build/Makefile +++ b/devel/boost_build/Makefile @@ -1,370 +1,370 @@ # Ports collection makefile for: boost_build # Date Created: 13 February 2008 # Whom: Bruce M. Simpson # # $FreeBSD$ PORTNAME= boost_build PORTVERSION= 2.0.m12 CATEGORIES= devel MASTER_SITES= SF/boost/boost-build/2.0-m12 DISTNAME= ${PORTNAME:S/_/-/g}-${PORTVERSION:S/.m/-m/} -MAINTAINER= bms@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Extensible cross-platform build tool suite RUN_DEPENDS= ${LOCALBASE}/bin/bjam:${PORTSDIR}/devel/boost-jam USE_BZIP2= yes WRKSRC= ${WRKDIR}/${PORTNAME:S/_/-/g} NO_BUILD= defined SUB_FILES= pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message BOOST_BUILD_DIRS= \ util \ tools/types \ tools \ options \ kernel \ build BOOST_BUILD_FILES= \ boost-build.jam \ bootstrap.jam \ user-config.jam \ site-config.jam \ build-system.jam \ build/alias.jam \ build/build-request.jam \ build/feature.jam \ build/generators.jam \ build/modifiers.jam \ build/project.jam \ build/property-set.jam \ build/property.jam \ build/readme.txt \ build/scanner.jam \ build/targets.jam \ build/toolset.jam \ build/type.jam \ build/version.jam \ build/virtual-target.jam \ kernel/boost-build.jam \ kernel/bootstrap.jam \ kernel/class.jam \ kernel/errors.jam \ kernel/modules.jam \ options/help.jam \ tools/acc.jam \ tools/bison.jam \ tools/boostbook-config.jam \ tools/boostbook.jam \ tools/borland.jam \ tools/builtin.jam \ tools/cast.jam \ tools/common.jam \ tools/como-linux.jam \ tools/como-win.jam \ tools/como.jam \ tools/cw-config.jam \ tools/cw.jam \ tools/darwin.jam \ tools/dmc.jam \ tools/docutils.jam \ tools/doxproc.py \ tools/doxygen-config.jam \ tools/doxygen.jam \ tools/fop.jam \ tools/fortran.jam \ tools/gcc.jam \ tools/generate.jam \ tools/gettext.jam \ tools/gfortran.jam \ tools/hp_cxx.jam \ tools/hpfortran.jam \ tools/ifort.jam \ tools/intel-linux.jam \ tools/intel-win.jam \ tools/intel.jam \ tools/lex.jam \ tools/make.jam \ tools/mc.jam \ tools/midl.jam \ tools/mpi.jam \ tools/msvc-config.jam \ tools/msvc.jam \ tools/notfile.jam \ tools/package.jam \ tools/pch.jam \ tools/python-config.jam \ tools/python.jam \ tools/qcc.jam \ tools/qt.jam \ tools/qt3.jam \ tools/qt4.jam \ tools/quickbook-config.jam \ tools/quickbook.jam \ tools/rc.jam \ tools/stage.jam \ tools/stlport.jam \ tools/sun.jam \ tools/symlink.jam \ tools/testing.jam \ tools/types/asm.jam \ tools/types/cpp.jam \ tools/types/exe.jam \ tools/types/html.jam \ tools/types/lib.jam \ tools/types/obj.jam \ tools/types/qt.jam \ tools/types/register.jam \ tools/types/rsp.jam \ tools/unix.jam \ tools/vacpp.jam \ tools/whale.jam \ tools/xlf.jam \ tools/xsltproc-config.jam \ tools/xsltproc.jam \ util/assert.jam \ util/container.jam \ util/doc.jam \ util/indirect.jam \ util/numbers.jam \ util/option.jam \ util/order.jam \ util/os.jam \ util/path.jam \ util/print.jam \ util/regex.jam \ util/sequence.jam \ util/set.jam \ util/string.jam \ util/utility.jam PLIST_DIRS= ${BOOST_BUILD_DIRS:C/^/${DATADIR_REL}\//} \ ${DATADIR_REL} PLIST_FILES= ${BOOST_BUILD_FILES:C/^/${DATADIR_REL}\//} .if !defined(NOPORTDOCS) BOOST_BUILD_DOC_DIRS= \ html/bbv2/tutorial \ html/bbv2/tasks \ html/bbv2/reference \ html/bbv2/recipies \ html/bbv2/faq \ html/bbv2/extending \ html/bbv2/builtins \ html/bbv2/advanced/differences_to_v1 \ html/bbv2/advanced/builtins \ html/bbv2/advanced \ html/bbv2 \ html/jam \ html BOOST_BUILD_DOC_FILES= \ html/jam/usage.html \ html/jam/miscellaneous.html \ html/jam/language.html \ html/jam/history.html \ html/jam/building.html \ html/index.html \ html/bbv2/vs_v1.html \ html/bbv2/tutorial/testing.html \ html/bbv2/tutorial/properties.html \ html/bbv2/tutorial/prebuilt.html \ html/bbv2/tutorial/linkage.html \ html/bbv2/tutorial/libs.html \ html/bbv2/tutorial/hierarchy.html \ html/bbv2/tutorial/conditions.html \ html/bbv2/tutorial.html \ html/bbv2/tasks/libraries.html \ html/bbv2/tasks/installing.html \ html/bbv2/tasks/alias.html \ html/bbv2/tasks.html \ html/bbv2/reference/tools.html \ html/bbv2/reference/rules.html \ html/bbv2/reference/precompiled_headers.html \ html/bbv2/reference/generators.html \ html/bbv2/reference/generated_headers.html \ html/bbv2/reference/definitions.html \ html/bbv2/reference/buildprocess.html \ html/bbv2/reference.html \ html/bbv2/recipies/site-config.html \ html/bbv2/jam.html \ html/bbv2/installation.html \ html/bbv2/howto.html \ html/bbv2/faq/s08.html \ html/bbv2/faq/s07.html \ html/bbv2/faq/s05.html \ html/bbv2/faq/s04.html \ html/bbv2/faq/s02.html \ html/bbv2/faq/header-only-libraries.html \ html/bbv2/faq/external.html \ html/bbv2/faq/envar.html \ html/bbv2/faq/dll-path.html \ html/bbv2/faq.html \ html/bbv2/extending/toolset_modules.html \ html/bbv2/extending/tools.html \ html/bbv2/extending/targets.html \ html/bbv2/extending/rules.html \ html/bbv2/extending/features.html \ html/bbv2/extender.html \ html/bbv2/builtins/testing.html \ html/bbv2/builtins/raw.html \ html/bbv2/advanced/targets.html \ html/bbv2/advanced/projects.html \ html/bbv2/advanced/invocation.html \ html/bbv2/advanced/differences_to_v1/jamfiles.html \ html/bbv2/advanced/differences_to_v1/build_process.html \ html/bbv2/advanced/configuration.html \ html/bbv2/advanced/builtins/features.html \ html/bbv2/advanced/build_process.html \ html/bbv2/advanced.html \ userman.pdf \ tools.html \ development_plan.html PLIST_DIRS+= ${BOOST_BUILD_DOC_DIRS:C/^/${DOCSDIR_REL}\//} \ ${DOCSDIR_REL} PLIST_FILES+= ${BOOST_BUILD_DOC_FILES:C/^/${DOCSDIR_REL}\//} \ share/doc/boost.png .endif .if !defined(NOPORTEXAMPLES) BOOST_BUILD_EXAMPLE_DIRS= \ variant/libs \ variant \ qt/qt4/uic \ qt/qt4/moccable-cpp \ qt/qt4/hello \ qt/qt4 \ qt/qt3/uic \ qt/qt3/moccable-cpp \ qt/qt3/hello \ qt/qt3 \ qt \ python_modules \ pch/source \ pch/include \ pch \ make \ libraries/util/foo/include \ libraries/util/foo \ libraries/util \ libraries/app \ libraries \ hello \ gettext \ generator \ generate \ customization BOOST_BUILD_EXAMPLE_FILES= \ variant/readme.txt \ variant/project-root.jam \ variant/libs/l.cpp \ variant/libs/Jamfile \ variant/a.cpp \ variant/Jamfile \ qt/qt4/uic/main.cpp \ qt/qt4/uic/hello_world_widget.ui \ qt/qt4/uic/Jamroot \ qt/qt4/moccable-cpp/main.cpp \ qt/qt4/moccable-cpp/Jamroot \ qt/qt4/hello/main.cpp \ qt/qt4/hello/arrow.h \ qt/qt4/hello/arrow.cpp \ qt/qt4/hello/Jamroot \ qt/qt3/uic/main.cpp \ qt/qt3/uic/hello_world_widget.ui \ qt/qt3/uic/Jamroot \ qt/qt3/moccable-cpp/main.cpp \ qt/qt3/moccable-cpp/Jamroot \ qt/qt3/hello/main.cpp \ qt/qt3/hello/canvas.h \ qt/qt3/hello/canvas.cpp \ qt/qt3/hello/Jamroot \ qt/README.txt \ python_modules/readme.txt \ python_modules/python_helpers.py \ python_modules/python_helpers.jam \ python_modules/Jamroot \ pch/source/hello_world.cpp \ pch/include/pch.hpp \ pch/Jamroot \ make/readme.txt \ make/main_cpp.pro \ make/Jamroot \ libraries/util/foo/include/lib1.h \ libraries/util/foo/bar.cpp \ libraries/util/foo/Jamfile \ libraries/app/app.cpp \ libraries/app/Jamfile \ libraries/Jamroot \ hello/hello.cpp \ hello/Jamroot \ gettext/russian.po \ gettext/readme.txt \ gettext/project-root.jam \ gettext/main.cpp \ gettext/Jamfile \ generator/soap.jam \ generator/foo.gci \ generator/README.txt \ generator/Jamroot \ generate/a.cpp \ generate/REAME.txt \ generate/Jamroot \ customization/verbatim.jam \ customization/usage.verbatim \ customization/t2.verbatim \ customization/t1.verbatim \ customization/readme.txt \ customization/project-root.jam \ customization/inline_file.py \ customization/codegen.cpp \ customization/class.verbatim \ customization/Jamfile \ boost-build.jam PLIST_DIRS+= ${BOOST_BUILD_EXAMPLE_DIRS:C/^/${EXAMPLESDIR_REL}\//} \ ${EXAMPLESDIR_REL} PLIST_FILES+= ${BOOST_BUILD_EXAMPLE_FILES:C/^/${EXAMPLESDIR_REL}\//} .endif do-install: @${MKDIR} ${DATADIR} .for _dir in ${BOOST_BUILD_DIRS} @${MKDIR} ${DATADIR}/${_dir} .endfor .for _file in ${BOOST_BUILD_FILES} @${INSTALL_DATA} ${WRKSRC}/${_file} ${DATADIR}/${_file} .endfor .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for _dir in ${BOOST_BUILD_DOC_DIRS} @${MKDIR} ${DOCSDIR}/${_dir} .endfor @${INSTALL_MAN} ${WRKSRC}/boost.png ${PREFIX}/share/doc/boost.png .for _file in ${BOOST_BUILD_DOC_FILES} @${INSTALL_MAN} ${WRKSRC}/doc/${_file} ${DOCSDIR}/${_file} .endfor .endif .if !defined(NOPORTEXAMPLES) @${MKDIR} ${EXAMPLESDIR} .for _dir in ${BOOST_BUILD_EXAMPLE_DIRS} @${MKDIR} ${EXAMPLESDIR}/${_dir} .endfor .for _file in ${BOOST_BUILD_EXAMPLE_FILES} @${INSTALL_MAN} ${WRKSRC}/example/${_file} ${EXAMPLESDIR}/${_file} .endfor .endif post-install: @${ECHO_MSG} @${CAT} ${PKGMESSAGE} @${ECHO_MSG} .include diff --git a/devel/chrpath/Makefile b/devel/chrpath/Makefile index e50f6e8c47d6..19e261cbdbe3 100644 --- a/devel/chrpath/Makefile +++ b/devel/chrpath/Makefile @@ -1,23 +1,23 @@ # New ports collection makefile for: chrpath # Date created: 2009-12-01 # Whom: bms # # $FreeBSD$ # PORTNAME= chrpath PORTVERSION= 0.13 CATEGORIES= devel sysutils MASTER_SITES= http://ftp.tux.org/pub/X-Windows/ftp.hungry.com/chrpath/ -MAINTAINER= bms@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Tool to modify DT_RPATH in existing ELF binaries GNU_CONFIGURE= yes MAN1= chrpath.1 PLIST_FILES= bin/chrpath PORTDOCS= * .include diff --git a/devel/erlang-thrift/Makefile b/devel/erlang-thrift/Makefile index cc6d6d797d14..838e503c6b16 100644 --- a/devel/erlang-thrift/Makefile +++ b/devel/erlang-thrift/Makefile @@ -1,63 +1,63 @@ # New ports collection makefile for: thrift # Date created: 5 July 2009 # Whom: Bruce Simpson # # $FreeBSD$ # PORTNAME= thrift PORTVERSION= 0.2.0 PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= devel PKGNAMEPREFIX= erlang- DISTFILES= -MAINTAINER= bms@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Erlang interface to Thrift PATCH_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/devel/thrift:extract BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/devel/thrift:extract \ erlc:${PORTSDIR}/lang/erlang RUN_DEPENDS= erlc:${PORTSDIR}/lang/erlang USE_GMAKE= yes ERLC?= erlc ERLANGDIR?= ${PREFIX}/lib/erlang/lib MAKE_ARGS+= ERLC=${ERLC} PLIST_SUB= PORTNAME=${PORTNAME} PORTVERSION=${PORTVERSION} \ ERLANGDIR=${ERLANGDIR:S/^${PREFIX}\///} .include post-extract: @${LN} -sfh \ `cd ${PORTSDIR}/devel/thrift && ${MAKE} -V WRKSRC`/lib/erl ${WRKSRC} do-patch: ${REINPLACE_CMD} '/^ERLC = / s/erlc/${ERLC}/' \ ${WRKSRC}/build/buildtargets.mk ${REINPLACE_CMD} "/^THRIFT_VSN=/s/0\.1/${PORTVERSION}/" \ ${WRKSRC}/vsn.mk # Gnarly and ripped off from erlang-mysql; no bsd.erlang.mk yet. do-install: @${MKDIR} ${ERLANGDIR}/${PORTNAME}-${PORTVERSION}/src @${MKDIR} ${ERLANGDIR}/${PORTNAME}-${PORTVERSION}/ebin @${MKDIR} ${ERLANGDIR}/${PORTNAME}-${PORTVERSION}/include @(cd ${WRKSRC} && \ ${INSTALL_DATA} src/*.erl \ ${ERLANGDIR}/${PORTNAME}-${PORTVERSION}/src && \ ${INSTALL_DATA} src/*.src \ ${ERLANGDIR}/${PORTNAME}-${PORTVERSION}/src && \ ${INSTALL_DATA} ebin/*.app \ ${ERLANGDIR}/${PORTNAME}-${PORTVERSION}/ebin && \ ${INSTALL_DATA} ebin/*.beam \ ${ERLANGDIR}/${PORTNAME}-${PORTVERSION}/ebin && \ ${INSTALL_DATA} include/*.hrl \ ${ERLANGDIR}/${PORTNAME}-${PORTVERSION}/include) .include diff --git a/devel/k8048/Makefile b/devel/k8048/Makefile index 2b5d7d3cf245..c2f432db69b7 100644 --- a/devel/k8048/Makefile +++ b/devel/k8048/Makefile @@ -1,36 +1,36 @@ # New ports collection makefile for: k8048 # Date Created: Oct 6 2007 # Whom: Bruce M. Simpson # # $FreeBSD$ # PORTNAME= k8048 PORTVERSION= 1.04 CATEGORIES= devel MASTER_SITES= http://dev.kewl.org/k8048/ -MAINTAINER= bms@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Programs Microchip PICs using Velleman K8048 board USE_GMAKE= yes WRKSRC= ${WRKDIR}/${PORTNAME} #BUILD_DEPENDS+= gpasm:${PORTSDIR}/devel/gputils BIN_SYMLINKS= bin/ktest bin/kdebug bin/k14 bin/k16 PLIST_FILES= bin/${PORTNAME} ${BIN_SYMLINKS} do-build: cd ${BUILD_WRKSRC}/${PORTNAME} && ${GMAKE} all do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME}/${PORTNAME} \ ${PREFIX}/bin/${PORTNAME} post-install: .for i in ${BIN_SYMLINKS} cd ${PREFIX} && ${LN} -s ${PORTNAME} ${i} .endfor .include diff --git a/devel/p4genpatch/Makefile b/devel/p4genpatch/Makefile index 727fbbcc07b9..82c7dc23aa99 100644 --- a/devel/p4genpatch/Makefile +++ b/devel/p4genpatch/Makefile @@ -1,39 +1,39 @@ # New ports collection makefile for: p4genpatch # Date created: 29 January 2005 # Whom: bms@FreeBSD.org # # $FreeBSD$ # PORTNAME= p4genpatch PORTVERSION= 1 CATEGORIES= devel MASTER_SITES= # DISTFILES= -MAINTAINER= bms@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Helper scripts for generating RCS patches from Perforce RUN_DEPENDS= p4:${PORTSDIR}/devel/p4 NO_BUILD= yes NO_WRKSUBDIR= yes USE_PERL5= yes SCRIPTS= bin/p4genpatch bin/p4d2p PLIST_FILES= ${SCRIPTS} post-patch: ${MKDIR} ${WRKSRC} ${CP} -r ${FILESDIR}/bin ${WRKSRC} .for script in ${SCRIPTS} ${REINPLACE_CMD} -e 's,^#!/usr/bin/perl,#!${PERL},g' ${WRKSRC}/${script} .endfor do-install: .for script in ${SCRIPTS} ${INSTALL_SCRIPT} ${WRKSRC}/${script} ${PREFIX}/bin .endfor .include diff --git a/graphics/seom/Makefile b/graphics/seom/Makefile index da97a9237d9a..04dce909eab3 100644 --- a/graphics/seom/Makefile +++ b/graphics/seom/Makefile @@ -1,66 +1,66 @@ # New ports collection makefile for: seom # Date created: 12th January 2010 # Whom: bms # # $FreeBSD$ # PORTNAME= seom PORTVERSION= 2010011201 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= bms DISTNAME= seom-${PORTVERSION} -MAINTAINER= bms@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Real-time capture library for OpenGL applications NOMAN= defined USE_BZIP2= yes USE_GCC= 4.2+ USE_GMAKE= yes USE_XORG= x11 xv USE_GL= yes USE_LDCONFIG= yes .include ONLY_FOR_ARCHS= i386 amd64 ONLY_FOR_ARCHS_REASON= "not yet ported to anything other than i386 and amd64" .if ${ARCH} == "i386" BROKEN= does not build .endif .if ${ARCH} == "i386" || ${ARCH} == "amd64" BUILD_DEPENDS= ${LOCALBASE}/bin/yasm:${PORTSDIR}/devel/yasm .endif MAKE_JOBS_SAFE= defined MAKE_ENV+= DATADIR="${DATADIR}" PREFIX="${PREFIX}" # # To roll snapshot: as bms: make BOOTSTRAP=defined fetch # .if defined(BOOTSTRAP) FETCH_DEPENDS+= svn:${PORTSDIR}/devel/subversion SVN_REV= 196 # svn tip at epoch 2009120801 SVNROOT_URI= https://devel.neopsis.com/svn/seom do-fetch: ${MKDIR} ${WRKDIR} svn export -r ${SVN_REV} ${SVNROOT_URI}/trunk ${WRKSRC} cd ${WRKDIR}; tar cvfy ${DISTDIR}/${DISTNAME}.tar.bz2 ${DISTNAME} .if ${USER} == bms ${CHMOD} ugo+r ${DISTDIR}/${DISTNAME}.tar.bz2 scp -p ${DISTDIR}/${DISTNAME}.tar.bz2 \ freefall.freebsd.org:public_distfiles/ .endif .endif # defined(BOOTSTRAP) .if ${OSVERSION} < 700000 IGNORE= unsupported on FreeBSD versions prior to 7.0 .endif .include diff --git a/graphics/yukon/Makefile b/graphics/yukon/Makefile index 820eea8de796..2e6ca26f0625 100644 --- a/graphics/yukon/Makefile +++ b/graphics/yukon/Makefile @@ -1,80 +1,80 @@ # New ports collection makefile for: yukon # Date created: 12th January 2010 # Whom: bms # # $FreeBSD$ # # TODO: roll svn tarball, add patches with sedification. PORTNAME= yukon PORTVERSION= 2010011201 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= bms DISTNAME= yukon-${PORTVERSION} -MAINTAINER= bms@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Real-time capture tool for OpenGL applications BUILD_DEPENDS= ${LOCALBASE}/include/seom/seom.h:${PORTSDIR}/graphics/seom LIB_DEPENDS= seom.0:${PORTSDIR}/graphics/seom NOMAN= defined USE_BZIP2= yes USE_GCC= 4.2+ USE_GMAKE= yes USE_XORG= x11 xv USE_GL= yes USE_LDCONFIG= ${PREFIX}/lib/yukon MAKE_JOBS_SAFE= defined # NOTE: These should be bumped if the underlying GL or Xorg ports change. LIBGL_MAJOR= 1 LIBX11_MAJOR= 6 MAKE_ENV+= LIBGL_MAJOR="${LIBGL_MAJOR}" LIBX11_MAJOR="${LIBX11_MAJOR}" PLIST_SUB+= LIBGL_MAJOR="${LIBGL_MAJOR}" LIBX11_MAJOR="${LIBX11_MAJOR}" # # To roll snapshot: as bms: make BOOTSTRAP=defined fetch # .if defined(BOOTSTRAP) FETCH_DEPENDS+= svn:${PORTSDIR}/devel/subversion SVN_REV= 158 # svn tip at epoch 2009120801 SVNROOT_URI= https://devel.neopsis.com/svn/yukon do-fetch: ${MKDIR} ${WRKDIR} svn export -r ${SVN_REV} ${SVNROOT_URI}/trunk ${WRKSRC} cd ${WRKDIR}; tar cvfy ${DISTDIR}/${DISTNAME}.tar.bz2 ${DISTNAME} .if ${USER} == bms ${CHMOD} ugo+r ${DISTDIR}/${DISTNAME}.tar.bz2 scp -p ${DISTDIR}/${DISTNAME}.tar.bz2 \ freefall.freebsd.org:public_distfiles/ .endif .endif # defined(BOOTSTRAP) post-patch: @${REINPLACE_CMD} -e 's,/etc/yukon,${PREFIX}/etc/yukon,' \ ${WRKSRC}/src/core/conf.c ${WRKSRC}/src/scripts/yukon do-install: @(cd ${INSTALL_WRKSRC} && ${SETENV} ${MAKE_ENV} \ ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET}) @(${MKDIR} ${PREFIX}/etc/yukon/system) @(${PRINTF} >> ${TMPDIR}/yukon-system-conf \ 'LDPATH="%s"\n' ${PREFIX}/lib/yukon) @(${INSTALL_DATA} ${TMPDIR}/yukon-system-conf \ ${PREFIX}/etc/yukon/system/default) @(${INSTALL_DATA} ${WRKSRC}/tools/yukon.conf \ ${PREFIX}/etc/yukon/conf.sample) .include .if ${OSVERSION} < 700000 IGNORE= unsupported on FreeBSD versions prior to 7.0 .endif .include diff --git a/lang/ficl-devel/Makefile b/lang/ficl-devel/Makefile index 3081b78c37fd..860c1e64d968 100644 --- a/lang/ficl-devel/Makefile +++ b/lang/ficl-devel/Makefile @@ -1,59 +1,59 @@ # New ports collection makefile for: ficl # Date created: 23 August 2002 # Whom: Bruce M Simpson # # $FreeBSD$ # PORTNAME= ficl PORTVERSION= 4.0.31 PORTREVISION= 1 CATEGORIES= lang devel MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-all/${PORTNAME}${PORTVERSION} DISTNAME= ${PORTNAME}${PORTVERSION} -MAINTAINER= bms@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Forth Inspired Command Language NO_WRKSUBDIR= defined NOMAN= defined ONLY_FOR_ARCHS= i386 USE_GMAKE= yes ALL_TARGET= everything DOCS= releases.html parsesteps.html oop.html locals.html links.html \ license.html index.html api.html ficl.html favicon.ico dpans.html \ debugger.html upgrading.html DOCS_ARTICLES= sigplan9906.doc oo_in_c.html jwsforml.pdf ficlddj.pdf DOCS_GRAPHICS= sourceforge.jpg ficl_top.jpg ficl_oop.jpg ficl.4.96.jpg \ ficl.4.64.jpg ficl.4.128.jpg 4ring.gif DOCS_SOURCE= upgrading.ht releases.ht parsesteps.ht oop.ht locals.ht \ links.ht license.ht index.ht generate.py ficl.ht dpans.ht \ debugger.ht api.ht do-install: ${INSTALL_PROGRAM} ${WRKSRC}/ficl ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/libficl.so.4 ${PREFIX}/lib ${INSTALL_DATA} ${WRKSRC}/libficl.a ${PREFIX}/lib .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} ${MKDIR} ${DOCSDIR}/source ${DOCSDIR}/articles ${DOCSDIR}/graphics .for doc in ${DOCS} ${INSTALL_MAN} ${WRKSRC}/doc/${doc} ${DOCSDIR} .endfor .for doc in ${DOCS_ARTICLES} ${INSTALL_MAN} ${WRKSRC}/doc/articles/${doc} ${DOCSDIR}/articles .endfor .for doc in ${DOCS_GRAPHICS} ${INSTALL_MAN} ${WRKSRC}/doc/graphics/${doc} ${DOCSDIR}/graphics .endfor .for doc in ${DOCS_SOURCE} ${INSTALL_MAN} ${WRKSRC}/doc/source/${doc} ${DOCSDIR}/source .endfor .endif .include diff --git a/lang/ficl/Makefile b/lang/ficl/Makefile index 3081b78c37fd..860c1e64d968 100644 --- a/lang/ficl/Makefile +++ b/lang/ficl/Makefile @@ -1,59 +1,59 @@ # New ports collection makefile for: ficl # Date created: 23 August 2002 # Whom: Bruce M Simpson # # $FreeBSD$ # PORTNAME= ficl PORTVERSION= 4.0.31 PORTREVISION= 1 CATEGORIES= lang devel MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-all/${PORTNAME}${PORTVERSION} DISTNAME= ${PORTNAME}${PORTVERSION} -MAINTAINER= bms@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Forth Inspired Command Language NO_WRKSUBDIR= defined NOMAN= defined ONLY_FOR_ARCHS= i386 USE_GMAKE= yes ALL_TARGET= everything DOCS= releases.html parsesteps.html oop.html locals.html links.html \ license.html index.html api.html ficl.html favicon.ico dpans.html \ debugger.html upgrading.html DOCS_ARTICLES= sigplan9906.doc oo_in_c.html jwsforml.pdf ficlddj.pdf DOCS_GRAPHICS= sourceforge.jpg ficl_top.jpg ficl_oop.jpg ficl.4.96.jpg \ ficl.4.64.jpg ficl.4.128.jpg 4ring.gif DOCS_SOURCE= upgrading.ht releases.ht parsesteps.ht oop.ht locals.ht \ links.ht license.ht index.ht generate.py ficl.ht dpans.ht \ debugger.ht api.ht do-install: ${INSTALL_PROGRAM} ${WRKSRC}/ficl ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/libficl.so.4 ${PREFIX}/lib ${INSTALL_DATA} ${WRKSRC}/libficl.a ${PREFIX}/lib .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} ${MKDIR} ${DOCSDIR}/source ${DOCSDIR}/articles ${DOCSDIR}/graphics .for doc in ${DOCS} ${INSTALL_MAN} ${WRKSRC}/doc/${doc} ${DOCSDIR} .endfor .for doc in ${DOCS_ARTICLES} ${INSTALL_MAN} ${WRKSRC}/doc/articles/${doc} ${DOCSDIR}/articles .endfor .for doc in ${DOCS_GRAPHICS} ${INSTALL_MAN} ${WRKSRC}/doc/graphics/${doc} ${DOCSDIR}/graphics .endfor .for doc in ${DOCS_SOURCE} ${INSTALL_MAN} ${WRKSRC}/doc/source/${doc} ${DOCSDIR}/source .endfor .endif .include diff --git a/lang/u++/Makefile b/lang/u++/Makefile index 340f59dccff0..e5ff1e414ff3 100644 --- a/lang/u++/Makefile +++ b/lang/u++/Makefile @@ -1,56 +1,56 @@ # New ports collection makefile for: u++ # Date created: 5 Dec 2009 # Whom: bms # # $FreeBSD$ # PORTNAME= u++ PORTVERSION= 5.7.0 CATEGORIES= lang MASTER_SITES= http://plg.uwaterloo.ca/~usystem/pub/uSystem/ EXTRACT_SUFX= .sh -MAINTAINER= bms@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= The uSystem uC++ Compiler, a concurrent C++ extension language EXTRACT_CMD= ${SH} EXTRACT_BEFORE_ARGS= EXTRACT_AFTER_ARGS= -b -e && \ ${TAR} xfz ${WRKDIR}/${PORTNAME}-${PORTVERSION}.tar.gz ONLY_FOR_ARCHS= i386 ONLY_FOR_ARCHS_REASON= Has not yet been ported to FreeBSD/amd64 BROKEN= does not build USE_GMAKE= yes USE_GCC= 4.2+ MAKE_JOBS_SAFE= no CONFIGURE_TARGET= configure MAKE_ARGS= VENDOR=pc OS=freebsd CPU=${MACHINE_ARCH} \ TVENDOR=pc TOS=freebsd TCPU=${MACHINE_ARCH} \ MULTI=TRUE \ CCBUILD=${CXX} \ CCAPP=${CXX} \ INSTALLPREFIX="${PREFIX}" \ INSTALLINCDIR="${PREFIX}/include/u++" \ INSTALLLIBDIR="${PREFIX}/lib/u++" \ INSTALLBINDIR="${PREFIX}/bin" \ INSTALLMANDIR="${PREFIX}/man" \ INSTALLDOCDIR="${PREFIX}/share/doc" MAN1= u++.1 do-configure: @(cd ${CONFIGURE_WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${GMAKE} ${MAKE_ARGS} ${CONFIGURE_ARGS} ${CONFIGURE_TARGET}) .include # u++'s configure target baulks if CXX does not start with g++. # Force it to be defined this way if USE_GCC did nothing. .if ${CXX} == "c++" CXX= g++ .endif .include diff --git a/multimedia/spook/Makefile b/multimedia/spook/Makefile index 7248048c0c31..f9f105b1b4d4 100644 --- a/multimedia/spook/Makefile +++ b/multimedia/spook/Makefile @@ -1,70 +1,70 @@ # New ports collection makefile for: spook # Date created: 1 Sep 2008 # Whom: Bruce M Simpson # # $FreeBSD$ # PORTNAME= spook PORTVERSION= 20050207 PORTREVISION= 2 CATEGORIES= multimedia MASTER_SITES= http://www.litech.org/spook/dist/ DISTNAME= ${PORTNAME}-${PORTVERSION} -MAINTAINER= bms@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Embedded RTP/RTSP/HTTP video streamer # TODO: FireWire IIDC support (needs libraw1394, libdc1394). # TODO: Test with Luigi-ified V4L input drivers e.g. pwc, etc. OPTIONS= \ JPEG "With JPEG encoding support" on \ MPEG4 "With MPEG4 encoding support" off \ V4L "With V4L input support" on USE_BZIP2= yes USE_GMAKE= yes GNU_CONFIGURE= yes USE_AUTOTOOLS= autoconf:262 aclocal:18 automake:18 NOMAN= defined SUB_FILES= pkg-message CONFIGURE_ENV+= CFLAGS=-I${LOCALBASE}/include LDFLAGS=-L${LOCALBASE}/lib .include .if !defined(WITHOUT_JPEG) LIB_DEPENDS+= jpeg.11:${PORTSDIR}/graphics/jpeg CONFIGURE_ARGS+= --enable-encoder-jpeg .endif .if defined(WITH_MPEG4) LIB_DEPENDS+= xvidcore.4:${PORTSDIR}/multimedia/xvid CONFIGURE_ARGS+= --enable-encoder-mpeg4 .endif .if !defined(WITHOUT_V4L) BUILD_DEPENDS+= ${LOCALBASE}/include/linux/videodev.h:${PORTSDIR}/multimedia/v4l_compat CONFIGURE_ARGS+= --enable-input-v4l .endif PLIST_FILES= bin/spook bin/spookctl etc/spook.conf.dist .if !defined(NOPORTDOCS) PORTDOCS= README .endif do-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} ${INSTALL_MAN} ${WRKSRC}/README ${DOCSDIR} .endif ${INSTALL_PROGRAM} ${WRKSRC}/spook ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/spookctl ${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/spook.conf.dist ${PREFIX}/etc .include diff --git a/net-mgmt/mtrace/Makefile b/net-mgmt/mtrace/Makefile index 92b2743c0eca..d03657074985 100644 --- a/net-mgmt/mtrace/Makefile +++ b/net-mgmt/mtrace/Makefile @@ -1,26 +1,26 @@ # New ports collection makefile for: mtrace # Date created: 28 September 2006 # Whom: Bruce M Simpson # # $FreeBSD$ # PORTNAME= mtrace PORTVERSION= 5.2 CATEGORIES= net-mgmt MASTER_SITES= SF -MAINTAINER= bms@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Multicast traceroute program for IPv4 MAN8= mtrace.8 ALL_TARGET= mtrace do-install: ${INSTALL_PROGRAM} ${WRKSRC}/mtrace ${PREFIX}/sbin/mtrace ${INSTALL_MAN} ${WRKSRC}/mtrace.8 ${PREFIX}/man/man8 PLIST_FILES= sbin/mtrace .include diff --git a/net-mgmt/py-pyang/Makefile b/net-mgmt/py-pyang/Makefile index afd0fe758146..8d643ac3f637 100644 --- a/net-mgmt/py-pyang/Makefile +++ b/net-mgmt/py-pyang/Makefile @@ -1,36 +1,36 @@ # New ports collection makefile for: py-pyang # Date created: 2009-07-05 # Whom: Bruce Simpson # # $FreeBSD$ # PORTNAME= pyang PORTVERSION= 0.9.3 CATEGORIES= net-mgmt python MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= bms@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Validator and code generator for YANG (RFC 4741) USE_PYTHON= 2.5+ USE_PYDISTUTILS=yes MAKE_ENV+= YANG_INSTALL=${PREFIX} MAN1= pyang.1 MANCOMPRESSED= no do-patch: @${REINPLACE_CMD} 's,share/man/man1,man/man1,' ${WRKSRC}/setup.py # TODO: Sed YANG_INSTALL into pyang itself. # TODO: Add yang2html to package. post-install: @${ECHO_MSG} @${ECHO_MSG} "Don't forget to set YANG_INSTALL to ${PREFIX} in your environment." @${ECHO_MSG} .include diff --git a/net/amqp08/Makefile b/net/amqp08/Makefile index 05ef8a35775e..326710e8bdcd 100644 --- a/net/amqp08/Makefile +++ b/net/amqp08/Makefile @@ -1,29 +1,29 @@ # New ports collection makefile for: amqp08 # Date Created: 2009-07-05 # Whom: Bruce Simpson # # $FreeBSD$ # PORTNAME= amqp08 PORTVERSION= 20090705 CATEGORIES= net MASTER_SITES= http://jira.amqp.org/confluence/download/attachments/720900/ DISTNAME= amqp0-8.xml EXTRACT_SUFX= DIST_SUBDIR= amqp -MAINTAINER= bms@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Vendor neutral AMQP 0.8 XML specification NO_BUILD= defined do-extract: @${MKDIR} ${WRKSRC} do-install: @${MKDIR} ${PREFIX}/share/amqp @${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/${DISTNAME} \ ${PREFIX}/share/amqp .include diff --git a/net/jpcap/Makefile b/net/jpcap/Makefile index dc59b0667be6..feae34398023 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/ -MAINTAINER= bms@FreeBSD.org +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/mrouted/Makefile b/net/mrouted/Makefile index 478a4675f494..bb37fefba51b 100644 --- a/net/mrouted/Makefile +++ b/net/mrouted/Makefile @@ -1,36 +1,36 @@ # New ports collection makefile for: mrouted # Date created: 28 September 2006 # Whom: Bruce M Simpson # # $FreeBSD$ # PORTNAME= mrouted PORTVERSION= 3.9 PORTREVISION= 1 CATEGORIES= net MASTER_SITES= ftp://ftp.research.att.com/pub/fenner/mrouted/ \ http://www.mirrorservice.org/sites/www.ibiblio.org/gentoo/distfiles/ DISTNAME= ${PORTNAME}-${PORTVERSION}beta3+IOS12 -MAINTAINER= bms@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Multicast routing daemon providing DVMRP for IPv4 USE_RC_SUBR= mrouted BUILD_ENV+= CFLAGS="-O2 -fno-strict-aliasing -DRSRR -Dlog=logit" MAN8= map-mbone.8 mrouted.8 mrinfo.8 MROUTED_BINARIES= map-mbone mrouted mrinfo PLIST_FILES= sbin/map-mbone sbin/mrouted sbin/mrinfo do-install: .for i in ${MROUTED_BINARIES} ${INSTALL_PROGRAM} ${WRKSRC}/${i} ${PREFIX}/sbin/${i} .endfor .for i in ${MAN8} ${INSTALL_MAN} ${WRKSRC}/${i} ${PREFIX}/man/man8 .endfor .include diff --git a/net/py-txamqp/Makefile b/net/py-txamqp/Makefile index 1ddfc176f166..34b819838694 100644 --- a/net/py-txamqp/Makefile +++ b/net/py-txamqp/Makefile @@ -1,37 +1,37 @@ # New ports collection makefile for: txamqp # Date created: 2009-07-04 # Whom: Bruce Simpson # # $FreeBSD$ # PORTNAME= txamqp PORTVERSION= 0.3 CATEGORIES= net python MASTER_SITES= http://launchpadlibrarian.net/30388120/ \ # http://launchpad.net/txamqp/trunk/${PORTVERSION}/+download/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= python-${PORTNAME}_${PORTVERSION}.orig -MAINTAINER= bms@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Twisted Python library for the AMQP messaging protocol RUN_DEPENDS= ${PYTHON_SITELIBDIR}/thrift/__init__.py:${PORTSDIR}/devel/py-thrift USE_PYTHON= 2.5+ USE_PYDISTUTILS= easy_install USE_TWISTED= yes WRKSRC= ${WRKDIR}/python-${PORTNAME}-${PORTVERSION} PYDISTUTILS_PKGNAME= txAMQP PYDISTUTILS_PKGVERSION= 0.3 PLIST_SUB= PORTNAME="${PORTNAME}" # TODO: Install txAMQP examples. # Don't try to install Twisted yourself, txAMQP. thx! do-patch: @${REINPLACE_CMD} -e '/install_requires/s/^/#/' ${WRKSRC}/setup.py .include diff --git a/net/xorp-devel/Makefile b/net/xorp-devel/Makefile index cf5cc1a52dad..967fde85901d 100644 --- a/net/xorp-devel/Makefile +++ b/net/xorp-devel/Makefile @@ -1,106 +1,106 @@ # New ports collection makefile for: xorp # Date created: 22nd September 2006 # Whom: Bruce M Simpson # # $FreeBSD$ # PORTNAME= xorp-devel PORTVERSION= 2009120801 PORTREVISION= 1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= bms DISTNAME= xorp-${PORTVERSION} -MAINTAINER= bms@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Open source network routing platform, development branch # Uses libcurses, libcrypto, librt from base system. BUILD_DEPENDS= ${LOCALBASE}/include/boost/version.hpp:${PORTSDIR}/devel/boost-libs LIB_DEPENDS= boost_regex.4:${PORTSDIR}/devel/boost-libs \ pcap.1:${PORTSDIR}/net/libpcap CONFLICTS= xorp-1* NOMAN= defined USE_BZIP2= yes USE_GCC= 4.2+ USE_SCONS= yes #USE_OPENSSL= yes MAKE_JOBS_SAFE= defined OPTIONS= \ OPTIMIZE "Build with optimization" On \ ORIGIN "Use ORIGIN with shared libraries" On \ SHARED "Build with shared libraries" On \ STRIP "Strip binaries before installing" On \ TCP_RPC "Use TCP as RPC transport (defaults to AF_LOCAL)" Off # # To roll snapshot: as bms: make BOOTSTRAP=defined fetch # .if defined(BOOTSTRAP) FETCH_DEPENDS+= svn:${PORTSDIR}/devel/subversion SVN_REV= 11685 # svn tip at epoch 2009120801 SVNROOT_URI= http://xorp.svn.sourceforge.net/svnroot/xorp do-fetch: ${MKDIR} ${WRKDIR} svn export -r ${SVN_REV} ${SVNROOT_URI}/trunk/xorp ${WRKSRC} cd ${WRKDIR}; tar cvfy ${DISTDIR}/${DISTNAME}.tar.bz2 ${DISTNAME} .if ${USER} == bms ${CHMOD} ugo+r ${DISTDIR}/${DISTNAME}.tar.bz2 scp -p ${DISTDIR}/${DISTNAME}.tar.bz2 \ freefall.freebsd.org:public_distfiles/ .endif .endif # defined(BOOTSTRAP) .include .if ${OSVERSION} < 700000 IGNORE= unsupported on FreeBSD versions prior to 7.0 .endif XORP_GROUP= xorp USE_RC_SUBR= xorp SCONS_ARGS+= prefix=${PREFIX} .if defined(WITHOUT_OPTIMIZE) SCONS_ARGS+= optimize=no .else SCONS_ARGS+= optimize=yes .endif .if defined(WITHOUT_SHARED) SCONS_ARGS+= shared=false PLIST_SUB+= XORP_SHLIB="@comment " .else SCONS_ARGS+= shared=true PLIST_SUB+= XORP_SHLIB="" USE_LDCONFIG= ${PREFIX}/lib/xorp/lib . if defined (WITHOUT_ORIGIN) SCONS_ARGS+= origin=false . else SCONS_ARGS+= origin=true . endif .endif .if defined(WITHOUT_STRIP) SCONS_ARGS+= strip=false .else SCONS_ARGS+= strip=true .endif .if defined(WITH_TCP_RPC) SCONS_ARGS+= transport=tcp .else SCONS_ARGS+= transport=local .endif post-install: ${SETENV} ${SCRIPTS_ENV} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL .include diff --git a/net/xorp/Makefile b/net/xorp/Makefile index 0facc8b423b9..6b48d1380dce 100644 --- a/net/xorp/Makefile +++ b/net/xorp/Makefile @@ -1,105 +1,105 @@ # New ports collection makefile for: xorp # Date created: 22nd September 2006 # Whom: Bruce M Simpson # # $FreeBSD$ # PORTNAME= xorp PORTVERSION= 1.6 CATEGORIES= net MASTER_SITES= http://www.xorp.org/releases/${PORTVERSION}/ \ http://www2.xorp.org/releases/${PORTVERSION}/ \ http://www5.xorp.org/releases/${PORTVERSION}/ \ http://www3.xorp.org/releases/${PORTVERSION}/ DISTNAME= ${PORTNAME}-${PORTVERSION} -MAINTAINER= bms@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= The eXtensible Open Router Platform NOMAN= defined USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX}/${PORTNAME} \ --with-comment='FreeBSD port: ${PKGNAME}' \ --with-openssl=/usr CONFIGURE_ENV+= CXXFLAGS="-Wno-uninitialized" OPTIONS= \ ADVMCAST "Build with Advanced Multicast API" On \ IPV6 "Build with IPv6 support" On \ SNMP "Build with SNMP MIB support" Off \ OPTIMIZATION "Build with optimization" On \ CHECK "Build with regression test dependencies " Off \ DEBUGGING "Enable debugging" Off \ PROFILING "Enable profiling" Off pre-everything:: .if !defined(PREFIX) || ${PREFIX} == "/usr/local" @${ECHO_MSG} "XORP does not currently follow the hier(7) filesystem layout." @${ECHO_MSG} "It will therefore install all its directories relative to ${PREFIX}." @${ECHO_MSG} "If you do not want this, hit ^C now and set PREFIX in the" @${ECHO_MSG} "build environment to something other than ${PREFIX}." @${ECHO_MSG} @${ECHO_MSG} "If you plan to build with SNMP support, please ensure that" @${ECHO_MSG} "the net-mgmt/net-snmp port is already installed under ${LOCALBASE}" @${ECHO_MSG} "before doing this." .endif .include XORP_GROUP= xorp USE_RC_SUBR= xorp .if defined(WITH_ADVMCAST) CONFIGURE_ARGS+= --enable-advanced-mcast-api .endif .if defined(WITH_IPV6) CONFIGURE_ARGS+= --enable-ipv6 .else CONFIGURE_ARGS+= --disable-ipv6 .endif .if defined(WITH_SNMP) BUILD_DEPENDS= ${LOCALBASE}/sbin/snmpd:${PORTSDIR}/net-mgmt/net-snmp CONFIGURE_ARGS+= --with-snmp \ --with-path-to-snmpd=${LOCALBASE}/sbin \ --with-path-to-net-snmpd-config=${LOCALBASE}/bin/net-snmp-config \ --enable-shared PLIST_SUB+= XORP_SNMP="" USE_LDCONFIG= ${PREFIX}/mibs .else PLIST_SUB+= XORP_SNMP="@comment " .endif .if defined(WITH_OPTIMIZATION) CONFIGURE_ARGS+= --enable-optimize --disable-debug .endif # Bash and Python are only required if running the regression tests. .if defined(WITH_CHECK) BUILD_DEPENDS= ${LOCALBASE}/bin/python:${PORTSDIR}/lang/python \ ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash .endif .if defined(WITH_DEBUGGING) CONFIGURE_ARGS+= --enable-debug-msgs --enable-debug-fnames .endif .if defined(WITH_PROFILING) CONFIGURE_ARGS+= --enable-profile .endif .if ${ARCH} == "sparc64" BROKEN= Does not compile on sparc64 .endif post-install: ${SETENV} ${SCRIPTS_ENV} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL .include diff --git a/print/bsd_lpr/Makefile b/print/bsd_lpr/Makefile index bff6d5cc9bf4..186308da4029 100644 --- a/print/bsd_lpr/Makefile +++ b/print/bsd_lpr/Makefile @@ -1,123 +1,123 @@ # New ports collection makefile for: bsd_lpr # Date created: 7th February 2010 # Whom: Bruce M Simpson # # $FreeBSD$ # PORTNAME= bsd_lpr PORTVERSION= 2010020702 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= bms DISTNAME= bsd_lpr-${PORTVERSION} -MAINTAINER= bms@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= BSD lpr suite CONFLICTS= cups-base-[0-9]* LPRng-[0-9]* USE_BZIP2= yes MAKE_JOBS_SAFE= defined OPTIONS= \ INET6 "Build with IPv6 support" On USE_RC_SUBR= bsd_lpd SUB_FILES+= pkg-message # # To roll snapshot: as bms: make BOOTSTRAP=defined fetch # .if defined(BOOTSTRAP) FETCH_DEPENDS+= svn:${PORTSDIR}/devel/subversion SVN_REV= 202921 # svn tip at epoch 2010020702 SVNROOT_URI= svn://svn.freebsd.org/base SVN_BRANCH= stable/8 SVN_SUBDIR= usr.sbin/lpr do-fetch: ${MKDIR} ${WRKDIR} svn export -r ${SVN_REV} ${SVNROOT_URI}/${SVN_BRANCH}/${SVN_SUBDIR} ${WRKSRC} cd ${WRKDIR}; tar cvfy ${DISTDIR}/${DISTNAME}.tar.bz2 ${DISTNAME} .if ${USER} == bms ${CHMOD} ugo+r ${DISTDIR}/${DISTNAME}.tar.bz2 scp -p ${DISTDIR}/${DISTNAME}.tar.bz2 \ freefall.freebsd.org:public_distfiles/ .endif .endif # defined(BOOTSTRAP) PLIST_FILES=\ sbin/chkprintcap \ sbin/lp \ sbin/lpc \ sbin/lpd \ sbin/lpq \ sbin/lpr \ sbin/lprm \ sbin/lptest \ sbin/pac \ sbin/lpf \ sbin/bjc-240.sh.sample \ sbin/koi2855 \ sbin/koi2alt LPR_SUBST_FILES= ${WRKSRC}/common_source/pathnames.h .if defined(WITHOUT_INET6) MAKE_ARGS+= WITHOUT_INET6_SUPPORT=defined .endif MAKE_ARGS+=\ BINDIR="${PREFIX}/sbin" \ SHAREDIR="${PREFIX}/share" \ MANDIR="${MANPREFIX}/man/man" .if !defined(NOPORTDOCS) && !defined(NO_INSTALL_MANPAGES) MANCOMPRESSED= yes MAN1= lp.1 lpq.1 lpr.1 lprm.1 lptest.1 MAN5= printcap.5 MAN8= chkprintcap.8 lpc.8 lpd.8 pac.8 LPR_SUBST_FILES+=\ ${WRKSRC}/lp/lp.1 \ ${WRKSRC}/lpq/lpq.1 \ ${WRKSRC}/lpr/lpr.1 \ ${WRKSRC}/lprm/lprm.1 \ ${WRKSRC}/lptest/lptest.1 \ ${WRKSRC}/lpr/printcap.5 \ ${WRKSRC}/chkprintcap/chkprintcap.8 \ ${WRKSRC}/lpc/lpc.8 \ ${WRKSRC}/lpd/lpd.8 \ ${WRKSRC}/pac/pac.8 .else NOMAN= defined MAKE_ARGS+= WITHOUT_MAN=defined .endif .include .if ${OSVERSION} < 800107 IGNORE= unsupported on FreeBSD versions prior to 8.0-RELEASE .endif # XXX clobbering ETCDIR ETCDIR= ${PREFIX}/etc post-patch: @${TOUCH} ${WRKDIR}/Makefile.inc @${REINPLACE_CMD} -e \ 's!/etc/printcap!${ETCDIR}/printcap!g ; \ s!/usr/sbin!${PREFIX}/sbin!g' \ ${LPR_SUBST_FILES} do-install: @(cd ${INSTALL_WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET}) .if !defined(NOPORTDOCS) && !defined(NO_INSTALL_MANPAGES) @(cd ${INSTALL_WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} maninstall) .endif post-install: @${CAT} ${PKGMESSAGE} .include diff --git a/print/openprinting/Makefile b/print/openprinting/Makefile index 5f2c0421a72a..fbcc2192b889 100644 --- a/print/openprinting/Makefile +++ b/print/openprinting/Makefile @@ -1,118 +1,118 @@ # New ports collection makefile for: openprinting # Date created: 6 February 2010 # Whom: Bruce M Simpson # # $FreeBSD$ # PORTNAME= openprinting PORTVERSION= 1.0 PORTREVISION= 1 CATEGORIES= print net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR=\ openprinting/papi/1.0%20Beta DISTNAME= papi-${PORTVERSION}_beta DIST_SUBDIR= ${PORTNAME} -MAINTAINER= bms@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Sun's implementation of the OpenPrinting API (PAPI) BROKEN= incomplete plist WRKSRC= ${WRKDIR}/papi-${PORTVERSION}_beta USE_BZIP2= yes USE_GMAKE= yes USE_GETTEXT= yes USE_ICONV= yes USE_LDCONFIG= ${PREFIX}/lib ${PREFIX}/libexec GNU_CONFIGURE= yes MAKE_JOBS_SAFE= yes USE_AUTOTOOLS= aclocal:19 autoconf:262 autoheader:262 automake:19 libtool:22 ACLOCAL_ARGS+= -I ${LOCALBASE}/share/aclocal AUTOMAKE_ARGS+= -a -c # Really disable building static libraries; the package does not use # its own libtool, and we have to tell it to stop. # Static libraries are not very useful in this package. MAKE_ARGS= LIBTOOL="${LIBTOOL} --tag=disable-static" # TODO: Get mod_ipp to actually work; Sun's example seems to be broken # under both Apache 1.3/2.0, this could be a papi issue; does not build # w/Apache 2.2. # TODO: Fix Apache module install target to instead use APXS # from this file; it is intended only as an example. # TODO: CUPS integration is broken in distfiles (missing papi_int.h). #OPTIONS=\ # MOD_IPP "Build example mod_ipp.so for Apache" Off # PSM_CUPS "Build psm_cups.so for printing to CUPS" Off .include # NOTE: hard dependency on gettext() in distfiles. CONFIGURE_ARGS+=\ LDFLAGS="-L${LOCALBASE}/lib" \ CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-lintl" # NOTE: This has only been tested with www/apache20, with integrated APR. .if defined(WITH_MOD_IPP) USE_APACHE= 2.0 CONFIGURE_ARGS+=--with-apache=${LOCALBASE} .else CONFIGURE_ARGS+=--without-apache .endif .if defined(WITH_PSM_CUPS) LIB_DEPENDS+= cups.2:${PORTSDIR}/print/cups-client CONFIGURE_ARGS+=--with-cups=${LOCALBASE} .else CONFIGURE_ARGS+=--without-cups .endif MANCOMPRESSED= no MAN5= psm-ipp.5 PLIST_FILES+=\ include/papi.h \ include/ipp.h \ include/debug.h \ include/http.h \ include/http-private.h \ include/ipp-listener.h \ lib/libpapi-common.so.0 \ lib/libpapi-common.la \ lib/libpapi.so.0 \ lib/libpapi.la \ lib/libipp-core.so.0 \ lib/libipp-core.la \ lib/libipp-listener.so.0 \ lib/libipp-listener.la \ libexec/psm-lpd.so \ libexec/psm-lpd.la \ libexec/psm-ipp.so \ libexec/psm-ipp.la \ libexec/lpd-port .if defined(WITH_PSM_CUPS) PLIST_FILES+=\ libexec/psm-cups.so \ libexec/psm-cups.la .endif .if defined(WITH_MOD_IPP) PLIST_FILES+=\ lib/mod_ipp.so \ lib/mod_ipp.la .endif .include pre-configure: cd ${WRKSRC}; ./autogen.sh .include