diff --git a/audio/bmp-flac/Makefile b/audio/bmp-flac/Makefile index d7d80c81a5eb..0d1d3be084d9 100644 --- a/audio/bmp-flac/Makefile +++ b/audio/bmp-flac/Makefile @@ -1,54 +1,54 @@ # New ports collection makefile for: bmp-flac # Date created: 2005-05-22 # Whom: nork@FreeBSD.org # # $FreeBSD$ # PORTNAME= flac PORTVERSION= 20040316 PORTREVISION= 9 CATEGORIES= audio MASTER_SITES= http://ccm.sherry.jp/tmp/ PKGNAMEPREFIX= bmp- DISTNAME= ${PORTNAME}-CVS-${PORTVERSION}-with-bmp-plugin -MAINTAINER= nork@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= FLAC input plugin for beep-media-player LIB_DEPENDS= beep.2:${PORTSDIR}/multimedia/beep-media-player \ FLAC.10:${PORTSDIR}/audio/flac PLIST_FILES= lib/bmp/Input/libbmp-flac.so USE_BZIP2= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-libiconv-prefix="${LOCALBASE}" \ --with-ogg="${LOCALBASE}" \ --with-xmms-prefix="${LOCALBASE}" MAKEFILE= ${FILESDIR}/Makefile post-patch: @${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure # "obj" is magic to our make(1) # make sure we get the new includes from ${LOCALBASE}/include/FLAC post-configure: @${RM} -rf ${WRKSRC}/obj @${RM} -rf ${WRKSRC}/include/FLAC # This is to avoid libtool running ldconfig -m ${LOCALBASE}/lib/bmp/Input do-install: @${MKDIR} ${PREFIX}/lib/bmp/Input ${INSTALL_DATA} ${WRKSRC}/src/plugin_bmp/.libs/libbmp-flac.so ${PREFIX}/lib/bmp/Input .include .if ${OSVERSION} >= 700042 .if ${ARCH} == "sparc64" BROKEN= Does not compile with GCC 4.2 .endif .endif .include diff --git a/audio/eawplus/Makefile b/audio/eawplus/Makefile index 5f0ff3b4b826..1562fb73c40c 100644 --- a/audio/eawplus/Makefile +++ b/audio/eawplus/Makefile @@ -1,49 +1,49 @@ # New ports collection makefile for: eawplus # Date created: 2004/07/04 # Whom: nork@FreeBSD.org # # $FreeBSD$ # PORTNAME= eawplus PORTVERSION= 12.1 PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= nork -MAINTAINER= nork@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= E.A.W.+Izumo+Tamuki collection of Gravis Ultrasound MIDI patches # Not useful without timidity. RUN_DEPENDS= ${LOCALBASE}/share/eawpats/acbass.pat:${PORTSDIR}/audio/eawpats \ ${LOCALBASE}/share/guspat/inst/GUS/acbass.pat:${PORTSDIR}/audio/guspat NO_CDROM= Some of the patches are marked no-commercial-use NO_WRKSUBDIR= yes TIMIDITY_DATADIR= share/timidity PLIST_SUB= TIMIDITY_DATADIR=${TIMIDITY_DATADIR} post-extract: @${RM} -f ${WRKSRC}/timidity/inst/GUS/power/h-hihatp.pat.orig @${RM} -f ${WRKSRC}/timidity/inst/GUS/power/h-snare.pat.orig do-build: ${SED} -e "s|%%PREFIX%%|${PREFIX}|g" \ -e "s|%%TIMIDITY_DATADIR%%|${PREFIX}/${TIMIDITY_DATADIR}|g" \ ${FILESDIR}/timidity.cfg > ${WRKDIR}/timidity.cfg do-install: @${MKDIR} ${DATADIR} @${CP} -pr ${WRKSRC}/timidity/* ${DATADIR} @${MKDIR} ${PREFIX}/${TIMIDITY_DATADIR} @${INSTALL_DATA} ${WRKDIR}/timidity.cfg \ ${PREFIX}/${TIMIDITY_DATADIR}/timidity.cfg-eawplus .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} @${INSTALL_MAN} ${WRKSRC}/doc/*/*.txt.gz ${DOCSDIR} .endif .include diff --git a/audio/guspat/Makefile b/audio/guspat/Makefile index 3be224f18ec9..ffee4d22d23e 100644 --- a/audio/guspat/Makefile +++ b/audio/guspat/Makefile @@ -1,39 +1,39 @@ # New ports collection makefile for: guspat # Date created: 2004/07/04 # Whom: nork@FreeBSD.org # # $FreeBSD$ # PORTNAME= guspat PORTVERSION= 20000706 PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= http://www.linet.gr.jp/~tamuki/timidity/eawplus/ MASTER_SITES+= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= nork DISTFILES= ${PORTNAME}-${PORTVERSION}-required${EXTRACT_SUFX} \ ${PORTNAME}-${PORTVERSION}-optional${EXTRACT_SUFX} -MAINTAINER= nork@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Izumo collection of Gravis Ultrasound MIDI patches # Not useful without timidity. RUN_DEPENDS= timidity:${PORTSDIR}/audio/timidity++ NO_CDROM= Some of the patches are marked no-commercial-use NO_BUILD= yes WRKSRC= ${WRKDIR}/timidity PLIST_SUB= TIMIDITY_DATADIR=${TIMIDITY_DATADIR} TIMIDITY_DATADIR= share/timidity do-install: @${MKDIR} ${DATADIR} @${CP} -pr ${WRKSRC}/* ${DATADIR} @${MKDIR} ${PREFIX}/${TIMIDITY_DATADIR} @${INSTALL_DATA} ${WRKSRC}/timidity.cfg ${PREFIX}/${TIMIDITY_DATADIR}/timidity.cfg-guspat .include diff --git a/audio/timidity++/Makefile b/audio/timidity++/Makefile index 4c2cb8f16b73..442b3c02092d 100644 --- a/audio/timidity++/Makefile +++ b/audio/timidity++/Makefile @@ -1,94 +1,94 @@ # New ports collection makefile for: TiMidity++ # Date created: 27 Feb 1999 # Whom: Yoichi Asai # # $FreeBSD$ # PORTNAME= timidity++ PORTVERSION= 2.13.2 PORTREVISION?= 11 CATEGORIES+= audio MASTER_SITES= SF/timidity/TiMidity%2B%2B/TiMidity%2B%2B-${PORTVERSION} DISTNAME= TiMidity++-${PORTVERSION} -MAINTAINER?= nork@FreeBSD.org +MAINTAINER?= ports@FreeBSD.org COMMENT?= Software MIDI player .if !defined(PKGNAMESUFFIX) LIB_DEPENDS= vorbis:${PORTSDIR}/audio/libvorbis \ arc:${PORTSDIR}/archivers/libarc RUN_DEPENDS= ${LOCALBASE}/share/timidity/timidity.cfg:${PORTSDIR}/audio/eawpats CONFLICTS= timidity-0.* .endif USE_BZIP2= yes GNU_CONFIGURE= yes USE_GMAKE= yes PLIST_SUB+= TIMID_LIBDIR=${TIMID_LIBDIR} EUCJP_LOCALE=${EUCJP_LOCALE} EUCJP_LOCALE= ja_JP.eucJP TIMID_LIBDIR= lib/timidity .if !defined(PKGNAMESUFFIX) WANT_GNOME= yes EXTRACT_AFTER_ARGS=| ${TAR} -xpf - --exclude '*/libarc/*' \ --exclude '*/utils/mblock.h' --exclude '*/utils/memb.h' CONFIGURE_ARGS= --enable-interface=ncurses,vt100,server \ --program-transform-name= --enable-network CPPFLAGS+= -I${LOCALBASE}/include/libarc LDFLAGS+= -export-dynamic DOCFILES= README.alsaseq README.dl README.m2m README.mts README.sf DOCLANG= C ja_JP.eucJP .include MANLANG= "" ja MAN1= timidity.1 MAN5= timidity.cfg.5 .if defined(WITHOUT_X11) CONFIGURE_ARGS+=--without-x --disable-spectrogram --disable-wrd --disable-dynamic .else CONFIGURE_ARGS+=--with-x --enable-spectrogram --enable-wrd --enable-dynamic USE_XORG= x11 xext LIB_DEPENDS+= png15:${PORTSDIR}/graphics/png CPPFLAGS+= -I${LOCALBASE}/include/libpng15 .endif .if ${HAVE_GNOME:Mesound}!="" USE_GNOME= esound CONFIGURE_ARGS+=--enable-audio=oss,esd,vorbis .else CONFIGURE_ARGS+=--enable-audio=oss,vorbis .endif pre-su-install: @${MKDIR} ${PREFIX}/share/timidity ${PREFIX}/${TIMID_LIBDIR} post-install:: ${INSTALL_MAN} ${WRKSRC}/doc/ja_JP.eucJP/timidity.1 \ ${PREFIX}/man/ja/man1 ${INSTALL_MAN} ${WRKSRC}/doc/ja_JP.eucJP/timidity.cfg.5 \ ${PREFIX}/man/ja/man5 .else # defined(PKGNAMESUFFIX) .include "${MASTERDIR}/Makefile.interface" .endif # !defined(PKGNAMESUFFIX) post-install:: .if !defined(NOPORTDOCS) && defined(DOCFILES) .for lang in ${DOCLANG} ${MKDIR} ${PREFIX}/share/doc/${lang:C,^C$,,:C,ja_.*,ja/,}timidity++ cd ${WRKSRC}/doc/${lang} && ${INSTALL_DATA} ${DOCFILES} \ ${PREFIX}/share/doc/${lang:C,^C$,,:C,ja_.*,ja/,}timidity++/ .endfor .endif .if exists(${PKGMESSAGE}) @${CAT} ${PKGMESSAGE} .endif .include diff --git a/converters/p5-MIME-Base32/Makefile b/converters/p5-MIME-Base32/Makefile index 29f2c1a108e5..16db83a0545e 100644 --- a/converters/p5-MIME-Base32/Makefile +++ b/converters/p5-MIME-Base32/Makefile @@ -1,25 +1,25 @@ # New ports collection makefile for: p5-MIME-Base32 # Date created: 2005-10-19 # Whom: nork@freebsd.org # # $FreeBSD$ # PORTNAME= MIME-Base32 PORTVERSION= 1.01 PORTREVISION= 1 CATEGORIES= converters perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= nork@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Perl5 module for Base32 encodings PERL_CONFIGURE= YES MAN3= MIME::Base32.3 post-extract: @${RM} ${WRKSRC}/test1.pl .include diff --git a/databases/flare/Makefile b/databases/flare/Makefile index c6cd60266c11..2fd3d9f5d5a2 100644 --- a/databases/flare/Makefile +++ b/databases/flare/Makefile @@ -1,53 +1,53 @@ # New ports collection makefile for: flare # Date created: 2010-05-29 # Whom: Norikatsu Shigemura # # $FreeBSD$ # PORTNAME= flare PORTVERSION= 1.0.9 PORTREVISION= 3 CATEGORIES= databases MASTER_SITES= http://labs.gree.jp/data/source/ EXTRACT_SUFX= .tgz -MAINTAINER= nork@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Flare - distributed and persistent key-value storage LIB_DEPENDS= boost_program_options.4:${PORTSDIR}/devel/boost-libs \ tokyocabinet.9:${PORTSDIR}/databases/tokyocabinet LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include -DHAVE_KQUEUE LDFLAGS+= -L${LOCALBASE}/lib USE_RC_SUBR= flared flarei SUB_FILES= pkg-message MAKE_JOBS_SAFE= yes post-install: @${INSTALL} -d ${_BINOWNGRP} -m 0750 /var/db/flare @${INSTALL_DATA} ${WRKSRC}/etc/flared.conf ${PREFIX}/etc/flared.conf-dist @[ -f ${PREFIX}/etc/flared.conf ] || \ ${CP} -p ${PREFIX}/etc/flared.conf-dist ${PREFIX}/etc/flared.conf @${INSTALL_DATA} ${WRKSRC}/etc/flarei.conf ${PREFIX}/etc/flarei.conf-dist @[ -f ${PREFIX}/etc/flarei.conf ] || \ ${CP} -p ${PREFIX}/etc/flarei.conf-dist ${PREFIX}/etc/flarei.conf @${CAT} ${PKGMESSAGE} .include .if ${ARCH} == "sparc64" BROKEN= Does not compile on sparc64 .endif # NOT TESTED YET #CONFIGURE_ARGS+=--enable-mysql-replication #CONFIGURE_ARGS+=--enable-flarefs --with-fuse=${LOCALBASE} #CONFIGURE_ARGS+=--enable-memory-allocation-check .include diff --git a/databases/linux-oracle-instantclient-basic/Makefile b/databases/linux-oracle-instantclient-basic/Makefile index 39adbaeedcc6..821841f654b6 100644 --- a/databases/linux-oracle-instantclient-basic/Makefile +++ b/databases/linux-oracle-instantclient-basic/Makefile @@ -1,89 +1,89 @@ # New ports collection makefile for: linux-oracle-instantclient-basic # Date created: 03 June 2004 # Whom: Alexander Novitsky # # $FreeBSD$ # PORTNAME= instantclient PORTVERSION= ${ORACLEVERSION}.${DISTDATE} PORTREVISION= 2 CATEGORIES= databases MASTER_SITES= #http://www.oracle.com/technology/software/tech/oci/instantclient/ PKGNAMEPREFIX= linux-oracle- PKGNAMESUFFIX= -basic DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${LINUXARCH}-${ORACLEVERSION}-${DISTDATE} DIST_SUBDIR= oracle -MAINTAINER= nork@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Oracle 10 InstantClient basics. Works with Oracle RDBMS 8.1.2+ ONLY_FOR_ARCHS= i386 # amd64(not yet on own) NO_BUILD= yes DISTINFO_FILE= ${MASTERDIR}/distinfo.${ARCH} RESTRICTED= Packaging prohibited by Oracle license USE_ZIP= yes USE_LINUX= yes USE_LINUX_PREFIX= yes ORACLEVERSION= 10.2.0.3 BINS_LIST= genezi LIBS_LIST= libclntsh.so.10.1 \ libnnz10.so \ libocci.so.10.1 \ libociei.so \ libocijdbc10.so \ ojdbc14.jar WRKSRC= ${WRKDIR}/instantclient_10_2 INSTBINSDIR= ${PREFIX}/usr/lib/oracle/${ORACLEVERSION}/client/bin INSTLIBSDIR= ${PREFIX}/usr/lib/oracle/${ORACLEVERSION}/client/lib PLIST_SUB= ORACLEVERSION=${ORACLEVERSION} .include .if ${ARCH} == "i386" LINUXARCH= linux32 DISTDATE= 20061115 .elif ${ARCH} == "amd64" LINUXARCH= linux-x86-64 DISTDATE= 20070103 .endif .if !exists(${DISTDIR}/${DIST_SUBDIR}/${DISTNAME}${EXTRACT_SUFX}) ECHO_MSG= ${PRINTF} %b IGNORE+= \n\n-=< MARKED AS IGNORED: >=-\n IGNORE+= \n IGNORE+= Due to Oracle license restrictions, you must fetch the source \n IGNORE+= distribution manually. Please access \n IGNORE+= http://www.oracle.com/technology/software/tech/oci/instantclient/index.html \n IGNORE+= with a web browser and follow the link for the \n IGNORE+= \"${DISTFILES}\". \n IGNORE+= You will be required to register and log in, \n IGNORE+= but you can create an account on that page. \n IGNORE+= After registration and accepting the Oracle License, \n IGNORE+= download the distribution file, \n ${DISTFILES}, \n IGNORE+= into ${DISTDIR}/${DIST_SUBDIR}/ \n IGNORE+= and then restart this installation\n\n .endif do-install: @${MKDIR} -m 0755 ${INSTBINSDIR} @${MKDIR} -m 0755 ${INSTLIBSDIR} .for i in ${BINS_LIST} ${INSTALL_DATA} ${WRKSRC}/${i} ${INSTBINSDIR}/${i} .endfor .for i in ${LIBS_LIST} ${INSTALL_DATA} ${WRKSRC}/${i} ${INSTLIBSDIR}/${i} .endfor ${ECHO_CMD} "${INSTLIBSDIR:S,${PREFIX},,}" >> ${PREFIX}/etc/ld.so.conf ${PREFIX}/sbin/ldconfig .include diff --git a/databases/linux-oracle-instantclient-sdk/Makefile b/databases/linux-oracle-instantclient-sdk/Makefile index 2632644c8e65..58389dd65868 100644 --- a/databases/linux-oracle-instantclient-sdk/Makefile +++ b/databases/linux-oracle-instantclient-sdk/Makefile @@ -1,116 +1,116 @@ # New ports collection makefile for: linux-oracle-instantclient-sdk # Date created: 2005-04-26 # Whom: nork@FreeBSD.org # # $FreeBSD$ # PORTNAME= instantclient PORTVERSION= ${ORACLEVERSION}.${DISTDATE} CATEGORIES= databases MASTER_SITES= #http://www.oracle.com/technology/software/tech/oci/instantclient/ PKGNAMEPREFIX= linux-oracle- PKGNAMESUFFIX= -sdk DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${LINUXARCH}-${ORACLEVERSION}-${DISTDATE} DIST_SUBDIR= oracle -MAINTAINER= nork@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Oracle 10 InstantClient SDK. Works with Oracle RDBMS 8.1.2+ RUN_DEPENDS= ${LINUXBASE}/usr/lib/oracle/${ORACLEVERSION}/client/lib/libocci.so.10.1:${PORTSDIR}/databases/linux-oracle-instantclient-basic ONLY_FOR_ARCHS= i386 # amd64(not yet on own) NO_BUILD= yes DISTINFO_FILE= ${MASTERDIR}/distinfo.${ARCH} RESTRICTED= Packaging prohibited by Oracle license USE_ZIP= yes USE_LINUX_PREFIX= yes ORACLEVERSION= 10.2.0.3 INCS_LIST= nzerror.h \ nzt.h \ occi.h \ occiAQ.h \ occiCommon.h \ occiControl.h \ occiData.h \ occiObjects.h \ oci.h \ oci1.h \ oci8dp.h \ ociap.h \ ociapr.h \ ocidef.h \ ocidem.h \ ocidfn.h \ ociextp.h \ ocikpr.h \ ocixmldb.h \ odci.h \ oratypes.h \ ori.h \ orid.h \ orl.h \ oro.h \ ort.h \ xa.h DEMO_LIST= cdemo81.c \ demo.mk \ occidemo.sql \ occidemod.sql \ occidml.cpp \ occiobj.cpp \ occiobj.typ WRKSRC= ${WRKDIR}/instantclient_10_2/sdk INSTLIBSDIR= ${PREFIX}/usr/lib/oracle/${ORACLEVERSION}/client/lib INSTINCSDIR= ${PREFIX}/usr/include/oracle/${ORACLEVERSION}/client INSTDEMODIR= ${PREFIX}/usr/share/oracle/${ORACLEVERSION}/client PLIST_SUB= PORTVERSION=${PORTVERSION} .include .if ${ARCH} == "i386" LINUXARCH= linux32 DISTDATE= 20061115 .elif ${ARCH} == "amd64" LINUXARCH= linux-x86-64 DISTDATE= 20070103 .endif .if !exists(${DISTDIR}/${DIST_SUBDIR}/${DISTNAME}${EXTRACT_SUFX}) ECHO_MSG= ${PRINTF} %b IGNORE+= \n\n-=< MARKED AS IGNORED: >=-\n IGNORE+= \n IGNORE+= Due to Oracle license restrictions, you must fetch the source \n IGNORE+= distribution manually. Please access \n IGNORE+= http://www.oracle.com/technology/software/tech/oci/instantclient/index.html \n IGNORE+= with a web browser and follow the link for the \n IGNORE+= \"${DISTFILES}\". \n IGNORE+= You will be required to register and log in, \n IGNORE+= but you can create an account on that page. \n IGNORE+= After registration and accepting the Oracle License, \n IGNORE+= download the distribution file, \n ${DISTFILES}, \n IGNORE+= into ${DISTDIR}/${DIST_SUBDIR}/ \n IGNORE+= and then restart this installation\n\n .endif do-install: ${MKDIR} -m 0755 ${INSTINCSDIR} ${INSTDEMODIR} ${LN} -s libclntsh.so.10.1 ${INSTLIBSDIR}/libclntsh.so ${LN} -s libocci.so.10.1 ${INSTLIBSDIR}/libocci.so .for i in ${INCS_LIST} ${INSTALL_DATA} ${WRKSRC}/include/${i} ${INSTINCSDIR}/${i} .endfor .for i in ${DEMO_LIST} ${INSTALL_DATA} ${WRKSRC}/demo/${i} ${INSTDEMODIR}/${i} .endfor .include diff --git a/databases/linux-oracle-instantclient-sqlplus/Makefile b/databases/linux-oracle-instantclient-sqlplus/Makefile index 49d4ca5323ce..82184f38e94a 100644 --- a/databases/linux-oracle-instantclient-sqlplus/Makefile +++ b/databases/linux-oracle-instantclient-sqlplus/Makefile @@ -1,87 +1,87 @@ # New ports collection makefile for: linux-oracle-instantclient-sqlplus # Date created: 2005-04-26 # Whom: nork@FreeBSD.org # # $FreeBSD$ # PORTNAME= instantclient PORTVERSION= ${ORACLEVERSION}.${DISTDATE} PORTREVISION= 1 CATEGORIES= databases MASTER_SITES= #http://www.oracle.com/technology/software/tech/oci/instantclient/ PKGNAMEPREFIX= linux-oracle- PKGNAMESUFFIX= -sqlplus DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${LINUXARCH}-${ORACLEVERSION}-${DISTDATE} DIST_SUBDIR= oracle -MAINTAINER= nork@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Oracle 10 InstantClient SQLPlus. Works with Oracle RDBMS 8.1.2+ RUN_DEPENDS= ${LINUXBASE}/usr/lib/oracle/${ORACLEVERSION}/client/lib/libocci.so.10.1:${PORTSDIR}/databases/linux-oracle-instantclient-basic ONLY_FOR_ARCHS= i386 # amd64(not yet on own) NO_BUILD= yes DISTINFO_FILE= ${MASTERDIR}/distinfo.${ARCH} RESTRICTED= Packaging prohibited by Oracle license USE_ZIP= yes USE_LINUX_PREFIX= yes ORACLEVERSION= 10.2.0.3 BINS_LIST= sqlplus LIBS_LIST= glogin.sql \ libsqlplus.so \ libsqlplusic.so WRKSRC= ${WRKDIR}/instantclient_10_2 INSTBINSDIR= ${PREFIX}/usr/lib/oracle/${ORACLEVERSION}/client/bin INSTLIBSDIR= ${PREFIX}/usr/lib/oracle/${ORACLEVERSION}/client/lib PLIST_SUB= ORACLEVERSION=${ORACLEVERSION} .include .if ${ARCH} == "i386" LINUXARCH= linux32 DISTDATE= 20061115 .elif ${ARCH} == "amd64" LINUXARCH= linux-x86-64 DISTDATE= 20070103 .endif .if !exists(${DISTDIR}/${DIST_SUBDIR}/${DISTNAME}${EXTRACT_SUFX}) ECHO_MSG= ${PRINTF} %b IGNORE+= \n\n-=< MARKED AS IGNORED: >=-\n IGNORE+= \n IGNORE+= Due to Oracle license restrictions, you must fetch the source \n IGNORE+= distribution manually. Please access \n IGNORE+= http://www.oracle.com/technology/software/tech/oci/instantclient/index.html \n IGNORE+= with a web browser and follow the link for the \n IGNORE+= \"${DISTFILES}\". \n IGNORE+= You will be required to register and log in, \n IGNORE+= but you can create an account on that page. \n IGNORE+= After registration and accepting the Oracle License, \n IGNORE+= download the distribution file, \n ${DISTFILES}, \n IGNORE+= into ${DISTDIR}/${DIST_SUBDIR}/ \n IGNORE+= and then restart this installation\n\n .endif do-install: ${MKDIR} -m 0755 ${INSTBINSDIR} ${MKDIR} -m 0755 ${INSTLIBSDIR} ${LN} -s ../lib/oracle/${ORACLEVERSION}/client/bin/sqlplus ${PREFIX}/usr/bin/sqlplus .for i in ${BINS_LIST} ${INSTALL_SCRIPT} ${WRKSRC}/${i} ${INSTBINSDIR}/${i} .endfor .for i in ${LIBS_LIST} ${INSTALL_DATA} ${WRKSRC}/${i} ${INSTLIBSDIR}/${i} .endfor ${PREFIX}/sbin/ldconfig .include diff --git a/emulators/dynamips/Makefile b/emulators/dynamips/Makefile index 2df710e9912f..baaefdece50e 100644 --- a/emulators/dynamips/Makefile +++ b/emulators/dynamips/Makefile @@ -1,67 +1,67 @@ # New ports collection makefile for: dynamips # Date created: 31 Jan 2006 # Whom: Max Khon # # $FreeBSD$ # PORTNAME= dynamips DISTVERSION= 0.2.7 PORTREVISION= 2 CATEGORIES= emulators MASTER_SITES= http://www.ipflow.utc.fr/dynamips/ -MAINTAINER= nork@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Cisco 3600/7200 Simulator LIB_DEPENDS= elf.0:${PORTSDIR}/devel/libelf USE_GMAKE= yes ALL_TARGET= ${PORTNAME} nvram_export MAKE_ENV= DYNAMIPS_ARCH=${DYNAMIPS_ARCH}\ PTHREAD_CFLAGS=${PTHREAD_CFLAGS}\ PTHREAD_LIBS=${PTHREAD_LIBS} MAKE_JOBS_UNSAFE= yes PLIST_FILES= bin/${PORTNAME} bin/nvram_export .if !defined(NOPORTDOCS) PORTDOCS= README README.hypervisor .endif .if !defined(NO_INSTALL_MANPAGES) MAN1= ${PORTNAME}.1 nvram_export.1 MAN7= hypervisor_mode.7 .endif .include .if ${ARCH} == "i386" DYNAMIPS_ARCH= "x86" .elif ${ARCH} == "amd64" DYNAMIPS_ARCH= "amd64" .else DYNAMIPS_ARCH= "nojit" .endif .if ${OSVERSION} < 700021 BUILD_DEPENDS+= libpcap>=0.9.4:${PORTSDIR}/net/libpcap .endif .if ${OSVERSION} >= 700013 MAKE_ENV+= HAS_POSIX_MEMALIGN=1 .endif do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/nvram_export ${PREFIX}/bin .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README.hypervisor ${DOCSDIR} .endif .if !defined(NO_INSTALL_MANPAGES) ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${PREFIX}/man/man1 ${INSTALL_MAN} ${WRKSRC}/nvram_export.1 ${PREFIX}/man/man1 ${INSTALL_MAN} ${WRKSRC}/hypervisor_mode.7 ${PREFIX}/man/man7 .endif .include diff --git a/emulators/tpm-emulator/Makefile b/emulators/tpm-emulator/Makefile index 8320457d506f..3a61f04aa09f 100644 --- a/emulators/tpm-emulator/Makefile +++ b/emulators/tpm-emulator/Makefile @@ -1,66 +1,66 @@ # New ports collection makefile for: tpm-emulator # Date created: 18 Sep 2007 # Whom: Sebastian Schuetz # # $FreeBSD$ # PORTNAME= tpm-emulator PORTVERSION= 0.7.1 PORTREVISION= 1 CATEGORIES= emulators security MASTER_SITES= BERLIOS/${PORTNAME} DISTNAME= ${PORTNAME:S/-/_/}-${PORTVERSION} -MAINTAINER= nork@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Trusted Platform Module (TPM) emulator LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp USE_CMAKE= YES USE_RC_SUBR= tpmd USE_LDCONFIG= YES MAKE_JOBS_SAFE= YES CONFLICTS= trousers-tddl-[0-9d]* WANTLIB= c CMAKE_VERBOSE= YES CMAKE_SOURCE_PATH= ${WRKSRC} BUILD_WRKSRC= ${CONFIGURE_WRKSRC} INSTALL_WRKSRC= ${CONFIGURE_WRKSRC} CONFIGURE_WRKSRC= ${CMAKE_SOURCE_PATH}/build CMAKE_ENV= PREFIX=${PREFIX} ${CONFIGURE_ENV} CMAKE_ARGS= -DCMAKE_INCLUDE_PATH="${LOCALBASE}/include" LDFLAGS+= -L${LOCALBASE}/lib SUB_LIST= USERS=${USERS} GROUPS=${GROUPS} USERS= _tss GROUPS= _tss LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/README WRKSRC= ${WRKDIR}/${DISTNAME} post-extract: @${MKDIR} ${WRKSRC}/build post-install: @${INSTALL} -d -o ${USERS} -g ${GROUPS} -m 0700 ${PREFIX}/var/lib/tpm @${INSTALL} -d -o ${USERS} -g ${GROUPS} -m 0700 /var/run/tpm add-plist-post: @${ECHO_CMD} "@cwd /" >> ${TMPPLIST} @${ECHO_CMD} "@unexec ${RMDIR} var/run/tpm 2>/dev/null || true" >> ${TMPPLIST} @${ECHO_CMD} "@exec ${INSTALL} -d -o ${USERS} -g ${GROUPS} -m 0700 var/run/tpm" >> ${TMPPLIST} .include .if ${ARCH} == "powerpc" BROKEN= Does not compile on powerpc .endif .include diff --git a/graphics/OpenEXR/Makefile b/graphics/OpenEXR/Makefile index 7237a609fd2c..de1c7140e134 100644 --- a/graphics/OpenEXR/Makefile +++ b/graphics/OpenEXR/Makefile @@ -1,51 +1,51 @@ # New ports collection makefile for: OpenEXR # Date created: 2003/01/26 # Whom: nork@FreeBSD.org # # $FreeBSD$ # PORTNAME= OpenEXR PORTVERSION= 1.6.1 PORTREVISION= 3 DISTNAME= ${PORTNAME:L}-${PORTVERSION} CATEGORIES= graphics devel MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= ${PORTNAME:L} -MAINTAINER= nork@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= A high dynamic-range (HDR) image file format LIB_DEPENDS= Half.6:${PORTSDIR}/graphics/ilmbase USE_GMAKE= yes USE_GNOME= pkgconfig USE_LDCONFIG= yes USE_AUTOTOOLS= libtool GNU_CONFIGURE= YES CONFIGURE_ARGS+=--enable-imfexamples # must be explicitely linked with -l{thr|pthread} LDFLAGS+= ${PTHREAD_LIBS} PTHREAD_LIBS+= `${CC} -dumpspecs | ${SED} -ne '/%{\!pg: %{pthread:/s/^.*%{\!pg: %{pthread:\([^}]*\)}.*$$/\1/p' || ${TRUE}` WRKSRC= ${WRKDIR}/${DISTNAME} test check: build @(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} check) .include # IlmImfTest hangs indefinitely # #.if defined(PACKAGE_BUILDING) #.if ${ARCH} != sparc64 || ${OSVERSION} >= 700055 #.if ${ARCH} != amd64 || ${OSVERSION} < 800000 #pre-install: test #.endif #.endif #.endif .include diff --git a/graphics/ampasCTL/Makefile b/graphics/ampasCTL/Makefile index 341a106f96ac..47d6c87edb6c 100644 --- a/graphics/ampasCTL/Makefile +++ b/graphics/ampasCTL/Makefile @@ -1,31 +1,31 @@ # New ports collection makefile for: ampasCTL # Date created: 2007-10-08 # Whom: nork@FreeBSD.org # # $FreeBSD$ # PORTNAME= ampasCTL PORTVERSION= 1.4.0 CATEGORIES= graphics devel MASTER_SITES= SF/${PORTNAME:L}/ctl/${PORTVERSION} DISTNAME= ctl-${PORTVERSION} -MAINTAINER= nork@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Color Transformation Language interpreter LIB_DEPENDS= Half.6:${PORTSDIR}/graphics/ilmbase USE_GNOME= pkgconfig USE_LDCONFIG= yes GNU_CONFIGURE= yes USE_AUTOTOOLS= libtool test check: build @(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} check) .if defined(PACKAGE_BUILDING) pre-install: test .endif .include diff --git a/graphics/ilmbase/Makefile b/graphics/ilmbase/Makefile index f185123a1a28..e705d228f6d3 100644 --- a/graphics/ilmbase/Makefile +++ b/graphics/ilmbase/Makefile @@ -1,39 +1,39 @@ # New ports collection makefile for: ilmbase # Date created: 2007-10-07 # Whom: nork@FreeBSD.org # # $FreeBSD$ # PORTNAME= ilmbase PORTVERSION= 1.0.1 PORTREVISION= 1 CATEGORIES= graphics devel MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= openexr -MAINTAINER= nork@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= ILM Base libraries a.k.a. Half, IlmThread, Imath, and Iex CONFLICTS= OpenEXR-1.[0-4].* OPTIONS= THREAD "Enable multithreaded file I/O support" on USE_GNOME= pkgconfig USE_LDCONFIG= yes GNU_CONFIGURE= yes USE_AUTOTOOLS= libtool regression test check: build @(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} check) .include .if defined(WITH_THREAD) CONFIGURE_ENV+= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ PTHREAD_LIBS="${PTHREAD_LIBS}" .else CONFIGURE_ARGS+=--disable-threading .endif .include diff --git a/graphics/openexr_ctl/Makefile b/graphics/openexr_ctl/Makefile index c222d29ba809..94ddafed2a77 100644 --- a/graphics/openexr_ctl/Makefile +++ b/graphics/openexr_ctl/Makefile @@ -1,32 +1,32 @@ # New ports collection makefile for: openexr_ctl # Date created: 2007-10-09 # Whom: nork@FreeBSD.org # # $FreeBSD$ # PORTNAME= openexr_ctl PORTVERSION= 1.0.0 CATEGORIES= graphics devel MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= openexr -MAINTAINER= nork@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Simplified OpenEXR interface to CTL LIB_DEPENDS+= IlmImf.6:${PORTSDIR}/graphics/OpenEXR \ IlmCtl.2:${PORTSDIR}/graphics/ampasCTL USE_GNOME= pkgconfig USE_LDCONFIG= yes GNU_CONFIGURE= yes USE_AUTOTOOLS= libtool test check: build @(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} check) .if defined(PACKAGE_BUILDING) pre-install: test .endif .include diff --git a/japanese/awffull/Makefile b/japanese/awffull/Makefile index b3068baeddae..46af01bc73ea 100644 --- a/japanese/awffull/Makefile +++ b/japanese/awffull/Makefile @@ -1,17 +1,17 @@ # New ports collection makefile for: ja-awffull # Date created: 2008-12-31 # Whom: Norikatsu Shigemura # # $FreeBSD$ # CATEGORIES= japanese www -MAINTAINER= nork@FreeBSD.org +MAINTAINER= ports@FreeBSD.org CONFLICTS= awffull-[0-9]* MASTERDIR= ${.CURDIR}/../../www/awffull EXTRA_PATCHES= ${.CURDIR}/files/awffull-ja.diff .include "${MASTERDIR}/Makefile" diff --git a/japanese/kterm/Makefile b/japanese/kterm/Makefile index 0048a028d945..0f081bfc414f 100644 --- a/japanese/kterm/Makefile +++ b/japanese/kterm/Makefile @@ -1,108 +1,108 @@ # New ports collection makefile for: kterm # Date created: 18 November 1994 # Whom: asami # # $FreeBSD$ # PORTNAME= kterm PORTVERSION= 6.2.0 PORTREVISION= 11 CATEGORIES= japanese x11 MASTER_SITES= ${MASTER_SITE_PORTS_JP:S/$/:wp_jp/} \ ${MASTER_SITE_XCONTRIB} \ ${MASTER_SITE_LOCAL:S/$/:wp_local,pcemu/} MASTER_SITE_SUBDIR= applications \ kterm/:wp_jp \ shige/kterm/:wp_local \ hrs/:pcemu DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ README.wallpaper.ja:wp_local,wp_jp \ pcemu1.01alpha.tar.gz:pcemu DIST_SUBDIR= ${PORTNAME} EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} PATCH_SITES= ftp://ftp.sra.co.jp/pub/x11/kterm/:nfs \ http://www.asahi-net.or.jp/~hc3j-tkg/kterm/:wpi \ http://dists.lovepeers.org/distfiles/:termios \ ${MASTER_SITE_LOCAL:S/$/:jisx0213,color16,termios/} PATCH_SITE_SUBDIR= shige/kterm/:jisx0213,color16 \ nork/:termios PATCHFILES= ${DISTNAME}.NFS-xauth.patch:nfs \ ${DISTNAME}-wpi.patch.gz:wpi \ ${DISTNAME}-jisx0213.patch.gz:jisx0213 \ ${DISTNAME}-color16.patch.gz:color16 \ ${DISTNAME}-termios-0.2.patch.gz:termios PATCH_DIST_STRIP= -p1 -MAINTAINER= nork@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= An xterm variant with Japanese support BUILD_DEPENDS= nkf:${PORTSDIR}/japanese/nkf USE_IMAKE= yes USE_XORG= xaw MAN1= kterm.1 MANLANG= "" ja .if !defined(NOPORTDOCS) PORTDOCS= README.kt README.wallpaper.ja dot.termcap .endif OPTIONS= XAW3DLIB "with Xaw3d scrollbar" off \ NEXTAWLIB "with neXtaw scrollbar" off \ TEKTRONIXEMU "Tektronix emulation" off \ VGAFONT "install VGA font" off NKFCMD= ${LOCALBASE}/bin/nkf .include .if !defined(WITHOUT_XAW3DLIB) LIB_DEPENDS+= Xaw3d.6:${PORTSDIR}/x11-toolkits/Xaw3d EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-Xaw3d .elif !defined(WITHOUT_NEXTAWLIB) LIB_DEPENDS+= neXtaw.6:${PORTSDIR}/x11-toolkits/neXtaw EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-neXtaw .endif .if !defined(WITHOUT_TEKTRONIXEMU) EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-Tektronix .endif .if !defined(WITHOUT_VGAFONT) PLIST_SUB= VGAFONT="" post-extract: ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} \ ${DISTDIR}/${DIST_SUBDIR}/pcemu1.01alpha.tar.gz \ ${EXTRACT_AFTER_ARGS} -C ${WRKDIR} pcemu1.01alpha/vga.bdf cd ${WRKDIR}/pcemu1.01alpha && \ ${LOCALBASE}/bin/bdftopcf vga.bdf | ${GZIP_CMD} > vga.pcf.gz post-install-vgafont: ${MKDIR} ${PREFIX}/lib/X11/fonts/misc ${INSTALL_DATA} ${WRKDIR}/pcemu1.01alpha/vga.pcf.gz \ ${PREFIX}/lib/X11/fonts/misc ${LOCALBASE}/bin/mkfontdir ${PREFIX}/lib/X11/fonts/misc post-install: post-install-vgafont .else PLIST_SUB= VGAFONT="@comment " .endif post-build: ${NKFCMD} -e -u ${WRKSRC}/kterm.jman \ | ${GZIP_CMD} > ${WRKSRC}/${MAN1}.gz post-install: ${INSTALL_MAN} ${WRKSRC}/${MAN1}.gz ${MANPREFIX}/man/ja/man1 .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} \ ${WRKSRC}/README.kt \ ${DISTDIR}/${DIST_SUBDIR}/README.wallpaper.ja \ ${FILESDIR}/dot.termcap \ ${DOCSDIR}/README.wallpaper.ja \ ${DOCSDIR} .endif .include diff --git a/japanese/less/Makefile b/japanese/less/Makefile index ceb4f999f2f9..a2409905e747 100644 --- a/japanese/less/Makefile +++ b/japanese/less/Makefile @@ -1,52 +1,52 @@ # New ports collection makefile for: jless # Date created: 7 March 1995 # Whom: Nobuhiro Yasutomi # # $FreeBSD$ # PORTNAME= less+iso PORTVERSION= 382.262 PORTREVISION= 1 CATEGORIES= japanese MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= nork DISTNAME= less-${PORTVERSION:R} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ regex_cs-lwp9k.shar.gz EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} PATCH_SITES= ${MASTER_SITE_LOCAL} PATCH_SITE_SUBDIR= nork PATCHFILES= ${DISTNAME}-iso258.patch.gz \ ${DISTNAME}-iso258-259.patch.gz \ ${DISTNAME}-iso259-260.patch.gz \ ${DISTNAME}-iso260-261.patch.gz \ ${DISTNAME}-iso261-${PORTVERSION:E}.patch.gz PATCH_DIST_STRIP= -p1 -MAINTAINER= nork@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Less + zcat + ISO-2022 - a pager similar to more and pg MAKE_JOBS_SAFE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-cs-regex MAN1= jless.1 jlesskey.1 DOCSDIR= ${PREFIX}/share/doc/less READMES= README.iso README.regex README.iso.jp README.regex.jp post-patch: (cd ${WRKSRC} ; \ ${RM} -f COPYING; \ ${GZCAT} ${DISTDIR}/regex_cs-lwp9k.shar.gz | ${SH}; \ ${PATCH} < ${PATCHDIR}/regex_cs.c.patch ) ${TOUCH} ${WRKSRC}/configure post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} (cd ${WRKSRC}; ${INSTALL_DATA} ${READMES} ${DOCSDIR}) .endif .include diff --git a/japanese/mime_pls/Makefile b/japanese/mime_pls/Makefile index 992a9f05bf4e..890361e9379b 100644 --- a/japanese/mime_pls/Makefile +++ b/japanese/mime_pls/Makefile @@ -1,32 +1,32 @@ # New ports collection makefile for: mime_pls # Date created: 2005/12/19 # Whom: n-shigemura@ensure.jp # # $FreeBSD$ # PORTNAME= mime_pls PORTVERSION= 2.02 CATEGORIES= japanese perl5 mail MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= nork PKGNAMEPREFIX= ja-p5- DISTNAME= ${PORTNAME}${PORTVERSION:C/\.//} EXTRACT_SUFX= .tgz -MAINTAINER= nork@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Perl Library for MIME encode/decode USE_PERL5= yes NO_BUILD= yes NO_WRKSUBDIR= yes BINS= rmime wmime rbody wbody LIBS= mimer.pl mimew.pl PLIST_FILES= ${BINS:C,^,bin/,} ${LIBS:C,^,${SITE_PERL_REL}/,} do-install: @${INSTALL_SCRIPT} ${BINS:C,^,${WRKSRC}/,} ${PREFIX}/bin @${INSTALL_DATA} ${LIBS:C,^,${WRKSRC}/,} ${SITE_PERL} .include diff --git a/japanese/mobileimap/Makefile b/japanese/mobileimap/Makefile index f6a3e848822a..8c6e310c54b0 100644 --- a/japanese/mobileimap/Makefile +++ b/japanese/mobileimap/Makefile @@ -1,32 +1,32 @@ # New ports collection makefile for: mobileimap # Date created: 2004/05/09 # Whom: nork@FreeBSD.org # # $FreeBSD$ # PORTNAME= mobileimap PORTVERSION= 2.7 CATEGORIES= japanese mail MASTER_SITES= http://0xcc.net/mobileimap/ -MAINTAINER= nork@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= An IMAP-based webmail system for mobile-phones USE_RUBY= yes USE_RUBY_FEATURES= iconv openssl zlib RUBY_SHEBANG_FILES= mobileimap.in ALL_TARGET= mobileimap PLIST_FILES= bin/mobileimap post-patch: ${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|' ${WRKSRC}/Makefile .include .if ${RUBY_VER} == 1.9 BROKEN= does not build with ruby 1.9 .endif .include diff --git a/japanese/nkf/Makefile b/japanese/nkf/Makefile index 42e1b1b090e4..ead24f3f9ca5 100644 --- a/japanese/nkf/Makefile +++ b/japanese/nkf/Makefile @@ -1,26 +1,26 @@ # New ports collection makefile for: nkf # Date created: 5 February 1995 # Whom: asami # # $FreeBSD$ # PORTNAME= nkf PORTVERSION= 2.1.2 PORTEPOCH= 1 CATEGORIES?= japanese MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP} MASTER_SITE_SUBDIR= ${PORTNAME}/53171 PKGNAMEPREFIX?= ja- -MAINTAINER= nork@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT?= Network Kanji code conversion Filter .if ${PKGNAMEPREFIX} != "ja-p5-" MAN1= nkf.1 MANLANG= "" ja PLIST_FILES= bin/nkf ALL_TARGET= nkf .endif .include diff --git a/japanese/p5-Number-Phone-JP/Makefile b/japanese/p5-Number-Phone-JP/Makefile index 2df420585ee3..fcebf2833a83 100644 --- a/japanese/p5-Number-Phone-JP/Makefile +++ b/japanese/p5-Number-Phone-JP/Makefile @@ -1,24 +1,24 @@ # New ports collection makefile for: ja-p5-Number-Phone-JP # Date created: 2005-11-24 # Whom: n-shigemura@ensure.jp # # $FreeBSD$ # PORTNAME= Number-Phone-JP PORTVERSION= 0.12 CATEGORIES= japanese perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= ja-p5- -MAINTAINER= nork@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Perl5 module to validate Japanese phone numbers RUN_DEPENDS= p5-UNIVERSAL-require>=0:${PORTSDIR}/devel/p5-UNIVERSAL-require PERL_CONFIGURE= yes MAN3= Number::Phone::JP.3 \ Number::Phone::JP::Table.3 \ .include diff --git a/japanese/postgresql73-man/Makefile b/japanese/postgresql73-man/Makefile index 110b39075657..6133e909b596 100644 --- a/japanese/postgresql73-man/Makefile +++ b/japanese/postgresql73-man/Makefile @@ -1,142 +1,142 @@ # New ports collection makefile for: ja-postgresql-man # Date created: 2003/05/20 # Whom: nork@FreeBSD.org # # $FreeBSD$ # PORTNAME= postgresql73 PORTVERSION= 7.3.4 CATEGORIES= japanese databases MASTER_SITES= http://www.postgresql.jp/document/pg734doc/ PKGNAMESUFFIX= -man DISTNAME= man DIST_SUBDIR= postgresql/${PORTVERSION} -MAINTAINER= nork@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Japanese online manual pages for PostgreSQL MANLANG= ja NO_BUILD= YES NO_WRKSUBDIR= YES MAN1= clusterdb.1 \ createdb.1 \ createlang.1 \ createuser.1 \ dropdb.1 \ droplang.1 \ dropuser.1 \ ecpg.1 \ initdb.1 \ initlocation.1 \ ipcclean.1 \ pg_config.1 \ pg_controldata.1 \ pg_ctl.1 \ pg_dump.1 \ pg_dumpall.1 \ pg_resetxlog.1 \ pg_restore.1 \ pgtclsh.1 \ pgtksh.1 \ postgres.1 \ postmaster.1 \ psql.1 \ vacuumdb.1 MANL= abort.l \ alter_database.l \ alter_group.l \ alter_table.l \ alter_trigger.l \ alter_user.l \ analyze.l \ begin.l \ checkpoint.l \ close.l \ cluster.l \ comment.l \ commit.l \ copy.l \ create_aggregate.l \ create_cast.l \ create_constraint_trigger.l \ create_conversion.l \ create_database.l \ create_domain.l \ create_function.l \ create_group.l \ create_index.l \ create_language.l \ create_operator.l \ create_operator_class.l \ create_rule.l \ create_schema.l \ create_sequence.l \ create_table.l \ create_table_as.l \ create_trigger.l \ create_type.l \ create_user.l \ create_view.l \ deallocate.l \ declare.l \ delete.l \ drop_aggregate.l \ drop_cast.l \ drop_conversion.l \ drop_database.l \ drop_domain.l \ drop_function.l \ drop_group.l \ drop_index.l \ drop_language.l \ drop_operator.l \ drop_operator_class.l \ drop_rule.l \ drop_schema.l \ drop_sequence.l \ drop_table.l \ drop_trigger.l \ drop_type.l \ drop_user.l \ drop_view.l \ end.l \ execute.l \ explain.l \ fetch.l \ grant.l \ insert.l \ listen.l \ load.l \ lock.l \ move.l \ notify.l \ prepare.l \ reindex.l \ reset.l \ revoke.l \ rollback.l \ select.l \ select_into.l \ set.l \ set_constraints.l \ set_session_authorization.l \ set_transaction.l \ show.l \ start_transaction.l \ truncate.l \ unlisten.l \ update.l \ vacuum.l do-install: .for file in ${MAN1} @${INSTALL_MAN} ${WRKSRC}/man1/${file} ${MANPREFIX}/man/${MANLANG}/man1/ .endfor .for file in ${MANL} @${INSTALL_MAN} ${WRKSRC}/manl/${file} ${MANPREFIX}/man/${MANLANG}/manl/ .endfor .include diff --git a/japanese/postgresql74-man/Makefile b/japanese/postgresql74-man/Makefile index fdcb4a32e2f4..c322257cbec7 100644 --- a/japanese/postgresql74-man/Makefile +++ b/japanese/postgresql74-man/Makefile @@ -1,197 +1,197 @@ # New ports collection makefile for: ja-postgresql-man # Date created: 2003/05/20 # Whom: nork@FreeBSD.org # # $FreeBSD$ # PORTNAME= postgresql74 PORTVERSION= 7.4.6 CATEGORIES= japanese databases MASTER_SITES= http://www.postgresql.jp/document/pg${PORTVERSION:C/\.//g}doc/ PKGNAMESUFFIX= -man DISTNAME= man DIST_SUBDIR= postgresql/${PORTVERSION} -MAINTAINER= nork@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Japanese online manual pages for PostgreSQL MANLANG= ja NO_BUILD= YES NO_WRKSUBDIR= YES MAN1= clusterdb.1 \ createdb.1 \ createlang.1 \ createuser.1 \ dropdb.1 \ droplang.1 \ dropuser.1 \ ecpg.1 \ initdb.1 \ initlocation.1 \ ipcclean.1 \ pg_config.1 \ pg_controldata.1 \ pg_ctl.1 \ pg_dump.1 \ pg_dumpall.1 \ pg_resetxlog.1 \ pg_restore.1 \ pgtclsh.1 \ pgtksh.1 \ postgres.1 \ postmaster.1 \ psql.1 \ vacuumdb.1 MANL= abort.l \ alter_aggregate.l \ alter_conversion.l \ alter_database.l \ alter_domain.l \ alter_function.l \ alter_group.l \ alter_language.l \ alter_operator_class.l \ alter_schema.l \ alter_sequence.l \ alter_table.l \ alter_trigger.l \ alter_user.l \ analyze.l \ begin.l \ checkpoint.l \ close.l \ cluster.l \ comment.l \ commit.l \ copy.l \ create_aggregate.l \ create_cast.l \ create_constraint_trigger.l \ create_conversion.l \ create_database.l \ create_domain.l \ create_function.l \ create_group.l \ create_index.l \ create_language.l \ create_operator.l \ create_operator_class.l \ create_rule.l \ create_schema.l \ create_sequence.l \ create_table.l \ create_table_as.l \ create_trigger.l \ create_type.l \ create_user.l \ create_view.l \ deallocate.l \ declare.l \ delete.l \ drop_aggregate.l \ drop_cast.l \ drop_conversion.l \ drop_database.l \ drop_domain.l \ drop_function.l \ drop_group.l \ drop_index.l \ drop_language.l \ drop_operator.l \ drop_operator_class.l \ drop_rule.l \ drop_schema.l \ drop_sequence.l \ drop_table.l \ drop_trigger.l \ drop_type.l \ drop_user.l \ drop_view.l \ end.l \ execute.l \ explain.l \ fetch.l \ grant.l \ insert.l \ listen.l \ load.l \ lock.l \ move.l \ notify.l \ pg_conndefaults.l \ pg_connect.l \ pg_disconnect.l \ pg_exec.l \ pg_execute.l \ pg_listen.l \ pg_lo_close.l \ pg_lo_creat.l \ pg_lo_export.l \ pg_lo_import.l \ pg_lo_lseek.l \ pg_lo_open.l \ pg_lo_read.l \ pg_lo_tell.l \ pg_lo_unlink.l \ pg_lo_write.l \ pg_on_connection_loss.l \ pg_result.l \ pg_select.l \ prepare.l \ reindex.l \ reset.l \ revoke.l \ rollback.l \ select.l \ select_into.l \ set.l \ set_constraints.l \ set_session_authorization.l \ set_transaction.l \ show.l \ spi_connect.l \ spi_copytuple.l \ spi_copytupledesc.l \ spi_copytupleintoslot.l \ spi_cursor_close.l \ spi_cursor_fetch.l \ spi_cursor_find.l \ spi_cursor_move.l \ spi_cursor_open.l \ spi_exec.l \ spi_execp.l \ spi_finish.l \ spi_fname.l \ spi_fnumber.l \ spi_freeplan.l \ spi_freetuple.l \ spi_freetuptable.l \ spi_getbinval.l \ spi_getrelname.l \ spi_gettype.l \ spi_gettypeid.l \ spi_getvalue.l \ spi_modifytuple.l \ spi_palloc.l \ spi_pfree.l \ spi_prepare.l \ spi_repalloc.l \ spi_saveplan.l \ start_transaction.l \ truncate.l \ unlisten.l \ update.l \ vacuum.l do-install: .for file in ${MAN1} @${INSTALL_MAN} ${WRKSRC}/man1/${file} ${MANPREFIX}/man/${MANLANG}/man1/ .endfor .for file in ${MANL} @${INSTALL_MAN} ${WRKSRC}/manl/${file} ${MANPREFIX}/man/${MANLANG}/manl/ .endfor .include diff --git a/japanese/postgresql80-man/Makefile b/japanese/postgresql80-man/Makefile index 560e1abceac5..3a60980e4fd7 100644 --- a/japanese/postgresql80-man/Makefile +++ b/japanese/postgresql80-man/Makefile @@ -1,190 +1,190 @@ # New ports collection makefile for: ja-postgresql-man # Date created: 2003/05/20 # Whom: nork@FreeBSD.org # # $FreeBSD$ # PORTNAME= postgresql80 PORTVERSION= 8.0.4 CATEGORIES= japanese databases MASTER_SITES= http://www.postgresql.jp/document/pg${PORTVERSION:C/\.//g}doc/ PKGNAMESUFFIX= -man DISTNAME= man DIST_SUBDIR= postgresql/${PORTVERSION} -MAINTAINER= nork@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Japanese online manual pages for PostgreSQL MANLANG= ja NO_BUILD= YES NO_WRKSUBDIR= YES MAN1= clusterdb.1 \ createdb.1 \ createlang.1 \ createuser.1 \ dropdb.1 \ droplang.1 \ dropuser.1 \ ecpg.1 \ initdb.1 \ ipcclean.1 \ pg_config.1 \ pg_controldata.1 \ pg_ctl.1 \ pg_dump.1 \ pg_dumpall.1 \ pg_resetxlog.1 \ pg_restore.1 \ postgres.1 \ postmaster.1 \ psql.1 \ vacuumdb.1 MANL= abort.l \ alter_aggregate.l \ alter_conversion.l \ alter_database.l \ alter_domain.l \ alter_function.l \ alter_group.l \ alter_index.l \ alter_language.l \ alter_operator.l \ alter_operator_class.l \ alter_schema.l \ alter_sequence.l \ alter_table.l \ alter_tablespace.l \ alter_trigger.l \ alter_type.l \ alter_user.l \ analyze.l \ begin.l \ checkpoint.l \ close.l \ cluster.l \ comment.l \ commit.l \ copy.l \ create_aggregate.l \ create_cast.l \ create_constraint_trigger.l \ create_conversion.l \ create_database.l \ create_domain.l \ create_function.l \ create_group.l \ create_index.l \ create_language.l \ create_operator.l \ create_operator_class.l \ create_rule.l \ create_schema.l \ create_sequence.l \ create_table.l \ create_table_as.l \ create_tablespace.l \ create_trigger.l \ create_type.l \ create_user.l \ create_view.l \ deallocate.l \ declare.l \ delete.l \ drop_aggregate.l \ drop_cast.l \ drop_conversion.l \ drop_database.l \ drop_domain.l \ drop_function.l \ drop_group.l \ drop_index.l \ drop_language.l \ drop_operator.l \ drop_operator_class.l \ drop_rule.l \ drop_schema.l \ drop_sequence.l \ drop_table.l \ drop_tablespace.l \ drop_trigger.l \ drop_type.l \ drop_user.l \ drop_view.l \ end.l \ execute.l \ explain.l \ fetch.l \ grant.l \ insert.l \ listen.l \ load.l \ lock.l \ move.l \ notify.l \ prepare.l \ reindex.l \ release_savepoint.l \ reset.l \ revoke.l \ rollback.l \ rollback_to_savepoint.l \ savepoint.l \ select.l \ select_into.l \ set.l \ set_constraints.l \ set_session_authorization.l \ set_transaction.l \ show.l \ spi_connect.l \ spi_copytuple.l \ spi_cursor_close.l \ spi_cursor_fetch.l \ spi_cursor_find.l \ spi_cursor_move.l \ spi_cursor_open.l \ spi_exec.l \ spi_execp.l \ spi_execute.l \ spi_execute_plan.l \ spi_finish.l \ spi_fname.l \ spi_fnumber.l \ spi_freeplan.l \ spi_freetuple.l \ spi_freetuptable.l \ spi_getargcount.l \ spi_getargtypeid.l \ spi_getbinval.l \ spi_getrelname.l \ spi_gettype.l \ spi_gettypeid.l \ spi_getvalue.l \ spi_is_cursor_plan.l \ spi_modifytuple.l \ spi_palloc.l \ spi_pfree.l \ spi_pop.l \ spi_prepare.l \ spi_push.l \ spi_repalloc.l \ spi_returntuple.l \ spi_saveplan.l \ start_transaction.l \ truncate.l \ unlisten.l \ update.l \ vacuum.l do-install: .for file in ${MAN1} @${INSTALL_MAN} ${WRKSRC}/man1/${file} ${MANPREFIX}/man/${MANLANG}/man1/ .endfor .for file in ${MANL} @${INSTALL_MAN} ${WRKSRC}/manl/${file} ${MANPREFIX}/man/${MANLANG}/manl/ .endfor .include diff --git a/japanese/postgresql81-man/Makefile b/japanese/postgresql81-man/Makefile index e7187acf8c8d..c2b946cd1ad3 100644 --- a/japanese/postgresql81-man/Makefile +++ b/japanese/postgresql81-man/Makefile @@ -1,199 +1,199 @@ # New ports collection makefile for: ja-postgresql-man # Date created: 2003/05/20 # Whom: nork@FreeBSD.org # # $FreeBSD$ # PORTNAME= postgresql81 PORTVERSION= 8.1.5 CATEGORIES= japanese databases MASTER_SITES= http://www.postgresql.jp/document/pg${PORTVERSION:C/\.//g}doc/ PKGNAMESUFFIX= -man DISTNAME= man DIST_SUBDIR= postgresql/${PORTVERSION} -MAINTAINER= nork@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Japanese online manual pages for PostgreSQL MANLANG= ja NO_BUILD= YES NO_WRKSUBDIR= YES MAN1= clusterdb.1 \ createdb.1 \ createlang.1 \ createuser.1 \ dropdb.1 \ droplang.1 \ dropuser.1 \ ecpg.1 \ initdb.1 \ ipcclean.1 \ pg_config.1 \ pg_controldata.1 \ pg_ctl.1 \ pg_dump.1 \ pg_dumpall.1 \ pg_resetxlog.1 \ pg_restore.1 \ postgres.1 \ postmaster.1 \ psql.1 \ reindexdb.1 \ vacuumdb.1 MANL= abort.l \ alter_aggregate.l \ alter_conversion.l \ alter_database.l \ alter_domain.l \ alter_function.l \ alter_group.l \ alter_index.l \ alter_language.l \ alter_operator.l \ alter_operator_class.l \ alter_role.l \ alter_schema.l \ alter_sequence.l \ alter_table.l \ alter_tablespace.l \ alter_trigger.l \ alter_type.l \ alter_user.l \ analyze.l \ begin.l \ checkpoint.l \ close.l \ cluster.l \ comment.l \ commit.l \ commit_prepared.l \ copy.l \ create_aggregate.l \ create_cast.l \ create_constraint_trigger.l \ create_conversion.l \ create_database.l \ create_domain.l \ create_function.l \ create_group.l \ create_index.l \ create_language.l \ create_operator.l \ create_operator_class.l \ create_role.l \ create_rule.l \ create_schema.l \ create_sequence.l \ create_table.l \ create_table_as.l \ create_tablespace.l \ create_trigger.l \ create_type.l \ create_user.l \ create_view.l \ deallocate.l \ declare.l \ delete.l \ drop_aggregate.l \ drop_cast.l \ drop_conversion.l \ drop_database.l \ drop_domain.l \ drop_function.l \ drop_group.l \ drop_index.l \ drop_language.l \ drop_operator.l \ drop_operator_class.l \ drop_role.l \ drop_rule.l \ drop_schema.l \ drop_sequence.l \ drop_table.l \ drop_tablespace.l \ drop_trigger.l \ drop_type.l \ drop_user.l \ drop_view.l \ end.l \ execute.l \ explain.l \ fetch.l \ grant.l \ insert.l \ listen.l \ load.l \ lock.l \ move.l \ notify.l \ prepare.l \ prepare_transaction.l \ reindex.l \ release_savepoint.l \ reset.l \ revoke.l \ rollback.l \ rollback_prepared.l \ rollback_to_savepoint.l \ savepoint.l \ select.l \ select_into.l \ set.l \ set_constraints.l \ set_role.l \ set_session_authorization.l \ set_transaction.l \ show.l \ spi_connect.l \ spi_copytuple.l \ spi_cursor_close.l \ spi_cursor_fetch.l \ spi_cursor_find.l \ spi_cursor_move.l \ spi_cursor_open.l \ spi_exec.l \ spi_execp.l \ spi_execute.l \ spi_execute_plan.l \ spi_finish.l \ spi_fname.l \ spi_fnumber.l \ spi_freeplan.l \ spi_freetuple.l \ spi_freetuptable.l \ spi_getargcount.l \ spi_getargtypeid.l \ spi_getbinval.l \ spi_getnspname.l \ spi_getrelname.l \ spi_gettype.l \ spi_gettypeid.l \ spi_getvalue.l \ spi_is_cursor_plan.l \ spi_modifytuple.l \ spi_palloc.l \ spi_pfree.l \ spi_pop.l \ spi_prepare.l \ spi_push.l \ spi_repalloc.l \ spi_returntuple.l \ spi_saveplan.l \ start_transaction.l \ truncate.l \ unlisten.l \ update.l \ vacuum.l do-install: .for file in ${MAN1} @${INSTALL_MAN} ${WRKSRC}/man1/${file} ${MANPREFIX}/man/${MANLANG}/man1/ .endfor .for file in ${MANL} @${INSTALL_MAN} ${WRKSRC}/manl/${file} ${MANPREFIX}/man/${MANLANG}/manl/ .endfor .include diff --git a/japanese/postgresql82-man/Makefile b/japanese/postgresql82-man/Makefile index 6315febb9755..355f5576d712 100644 --- a/japanese/postgresql82-man/Makefile +++ b/japanese/postgresql82-man/Makefile @@ -1,167 +1,167 @@ # New ports collection makefile for: ja-postgresql-man # Date created: 2003/05/20 # Whom: nork@FreeBSD.org # # $FreeBSD$ # PORTNAME= postgresql82 PORTVERSION= 8.2.4 CATEGORIES= japanese databases MASTER_SITES= http://www.postgresql.jp/document/pg${PORTVERSION:C/\.//g}doc/ PKGNAMESUFFIX= -man DISTNAME= man DIST_SUBDIR= postgresql/${PORTVERSION} -MAINTAINER= nork@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Japanese online manual pages for PostgreSQL MANLANG= ja NO_BUILD= YES NO_WRKSUBDIR= YES MAN1= clusterdb.1 \ createdb.1 \ createlang.1 \ createuser.1 \ dropdb.1 \ droplang.1 \ dropuser.1 \ ecpg.1 \ initdb.1 \ ipcclean.1 \ pg_config.1 \ pg_controldata.1 \ pg_ctl.1 \ pg_dump.1 \ pg_dumpall.1 \ pg_resetxlog.1 \ pg_restore.1 \ postgres.1 \ postmaster.1 \ psql.1 \ reindexdb.1 \ vacuumdb.1 MANL= abort.l \ alter_aggregate.l \ alter_conversion.l \ alter_database.l \ alter_domain.l \ alter_function.l \ alter_group.l \ alter_index.l \ alter_language.l \ alter_operator.l \ alter_operator_class.l \ alter_role.l \ alter_schema.l \ alter_sequence.l \ alter_table.l \ alter_tablespace.l \ alter_trigger.l \ alter_type.l \ alter_user.l \ analyze.l \ begin.l \ checkpoint.l \ close.l \ cluster.l \ comment.l \ commit.l \ commit_prepared.l \ copy.l \ create_aggregate.l \ create_cast.l \ create_constraint_trigger.l \ create_conversion.l \ create_database.l \ create_domain.l \ create_function.l \ create_group.l \ create_index.l \ create_language.l \ create_operator.l \ create_operator_class.l \ create_role.l \ create_rule.l \ create_schema.l \ create_sequence.l \ create_table.l \ create_table_as.l \ create_tablespace.l \ create_trigger.l \ create_type.l \ create_user.l \ create_view.l \ deallocate.l \ declare.l \ delete.l \ drop_aggregate.l \ drop_cast.l \ drop_conversion.l \ drop_database.l \ drop_domain.l \ drop_function.l \ drop_group.l \ drop_index.l \ drop_language.l \ drop_operator.l \ drop_operator_class.l \ drop_owned.l \ drop_role.l \ drop_rule.l \ drop_schema.l \ drop_sequence.l \ drop_table.l \ drop_tablespace.l \ drop_trigger.l \ drop_type.l \ drop_user.l \ drop_view.l \ end.l \ execute.l \ explain.l \ fetch.l \ grant.l \ insert.l \ listen.l \ load.l \ lock.l \ move.l \ notify.l \ prepare.l \ prepare_transaction.l \ reassign_owned.l \ reindex.l \ release_savepoint.l \ reset.l \ revoke.l \ rollback.l \ rollback_prepared.l \ rollback_to_savepoint.l \ savepoint.l \ select.l \ select_into.l \ set.l \ set_constraints.l \ set_role.l \ set_session_authorization.l \ set_transaction.l \ show.l \ start_transaction.l \ truncate.l \ unlisten.l \ update.l \ vacuum.l \ values.l do-install: .for file in ${MAN1} @${INSTALL_MAN} ${WRKSRC}/man1/${file} ${MANPREFIX}/man/${MANLANG}/man1/ .endfor .for file in ${MANL} @${INSTALL_MAN} ${WRKSRC}/manl/${file} ${MANPREFIX}/man/${MANLANG}/manl/ .endfor .include diff --git a/japanese/quit/Makefile b/japanese/quit/Makefile index f1b6d4ed5f5b..a20a38f7e95e 100644 --- a/japanese/quit/Makefile +++ b/japanese/quit/Makefile @@ -1,16 +1,16 @@ # New ports collection makefile for: ja-quit # Date created: 2003/08/28 # Whom: nork@FreeBSD.org # # $FreeBSD$ # CATEGORIES= japanese games -MAINTAINER= nork@FreeBSD.org +MAINTAINER= ports@FreeBSD.org MASTERDIR= ${.CURDIR}/../../games/quit CPPFLAGS+= -DJAPANESE .include "${MASTERDIR}/Makefile" diff --git a/japanese/scim-canna/Makefile b/japanese/scim-canna/Makefile index 1b26c1e4a51a..02fe2edccf39 100644 --- a/japanese/scim-canna/Makefile +++ b/japanese/scim-canna/Makefile @@ -1,37 +1,37 @@ # New ports collection makefile for: ja-scim-canna # Date created: 2005-04-03 # Whom: Norikatsu Shigemura # # $FreeBSD$ # PORTNAME= scim-canna PORTVERSION= 1.0.0 PORTREVISION= 12 CATEGORIES= japanese MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP} MASTER_SITE_SUBDIR= scim-imengine/18849 -MAINTAINER= nork@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= SCIM IMEngine module using Canna BUILD_DEPENDS= scim:${PORTSDIR}/textproc/scim LIB_DEPENDS+= canna.1:${PORTSDIR}/japanese/canna-lib RUN_DEPENDS:= ${BUILD_DEPENDS} USE_AUTOTOOLS= libtool USE_GNOME= lthack USE_ICONV= yes USE_GMAKE= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include -D__STDC_ISO_10646__ LDFLAGS+= -L${LOCALBASE}/lib post-install: @${CAT} ${PKGMESSAGE} @${ECHO} @${ECHO} To display this message again, type \`pkg_info -D ${PKGNAME}\' @${ECHO} .include diff --git a/japanese/scim-prime/Makefile b/japanese/scim-prime/Makefile index 2c6b4d6a9987..3e80a18fcb72 100644 --- a/japanese/scim-prime/Makefile +++ b/japanese/scim-prime/Makefile @@ -1,36 +1,36 @@ # New ports collection makefile for: ja-scim-prime # Date created: 2005-10-10 # Whom: Norikatsu Shigemura # # $FreeBSD$ # PORTNAME= scim-prime PORTVERSION= 0.3.0 PORTREVISION= 11 CATEGORIES= japanese MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP} MASTER_SITE_SUBDIR= scim-imengine/17192 -MAINTAINER= nork@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= SCIM IMEngine module using PRIME BUILD_DEPENDS= scim:${PORTSDIR}/textproc/scim \ prime:${PORTSDIR}/japanese/prime RUN_DEPENDS:= ${BUILD_DEPENDS} USE_GNOME= lthack USE_ICONV= yes USE_GMAKE= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include -D__STDC_ISO_10646__ LDFLAGS+= -L${LOCALBASE}/lib post-install: @${CAT} ${PKGMESSAGE} @${ECHO} @${ECHO} To display this message again, type \`pkg_info -D ${PKGNAME}\' @${ECHO} .include diff --git a/japanese/xgate/Makefile b/japanese/xgate/Makefile index 48a13d8f23c1..62c39f98561d 100644 --- a/japanese/xgate/Makefile +++ b/japanese/xgate/Makefile @@ -1,103 +1,103 @@ # New ports collection makefile for: xgate # Date created: 2005/10/22 # Whom: nork@FreeBSD.org # # $FreeBSD$ PORTNAME= xgate PORTVERSION= 3.7pl6 CATEGORIES= japanese mail www java MASTER_SITES= http://www.orangesoft.co.jp/index.php/download_file/-/192/ DISTNAME= ${PORTNAME}pkg${PORTVERSION} EXTRACT_SUFX= .tgz -MAINTAINER= nork@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= xGate webmail system implemented by Servlet over IMAP4/POP3 RUN_DEPENDS= ${APP_HOME}/bin/bootstrap.jar:${PORTSDIR}/www/tomcat6 NO_BUILD= yes USE_JAVA= yes JAVA_VERSION= 1.6+ SHAREOWN= www SHAREGRP= www PLIST_SUB= T=${APP_HOME:S|^${LOCALBASE}/||} \ WWWUID=${WWWUID} WWWGID=${WWWGID} PORTDOCS= AdminGuide.pdf \ BasicPkgInstallGuide.pdf \ ConfigSetupGuide.pdf \ LDAPSchema_V35_37.xls \ PCUserGuide.pdf \ ReleaseNote_V3.5.2.pdf \ ReleaseNote_V3.5.2PL1.pdf \ ReleaseNote_V3.5.2PL2.pdf \ ReleaseNote_V3.5.2PL3_3.7.pdf \ ReleaseNote_V3.5.2PL4_3.7PL1.pdf \ ReleaseNote_V3.5.2PL5_3.7PL2.pdf \ ReleaseNote_V3.5.2PL6_3.7PL3.pdf \ ReleaseNote_V3.5.2PL7_3.7PL4.pdf \ ReleaseNote_V3.5.2PL8_3.7PL5.pdf \ ReleaseNote_V3.5.2PL9_3.7PL6.pdf \ UserGuide.pdf RESTRICTED= Commercial license .include .if ${OSVERSION} < 800000 EXTRACT_DEPENDS= unzip:${PORTSDIR}/archivers/unzip .endif APP_HOME!= ${MAKE} -C ${PORTSDIR}/www/tomcat6 -VAPP_HOME CNFLSTS= account/admin.ndt \ account/license.dat \ conf/access.dat \ conf/address.data \ conf/address.map \ conf/admin.ldif \ conf/admin_group.ldif \ conf/createuser.conf \ conf/device_match.conf \ conf/entry.data \ conf/extra.types \ conf/group.data \ conf/group.map \ conf/ldap.map \ conf/log.conf \ conf/terminal.dat \ conf/user.data \ conf/xgate.conf post-extract: @${MKDIR} ${WRKSRC}/xgate .if ${OSVERSION} < 800000 @${UNZIP_CMD} ${WRKSRC}/xgate.war -d ${WRKSRC}/xgate .else @${TAR} xvf ${WRKSRC}/xgate.war -C ${WRKSRC}/xgate .endif .for conf in ${CNFLSTS} @cd ${WRKSRC}/xgate/WEB-INF && ${MV} ${conf} ${conf}-dist .endfor post-patch: ${FIND} ${WRKSRC} -name \*.orig -print0 | ${XARGS} -0 ${RM} do-install: ${INSTALL} -d -o ${WWWOWN} -g ${WWWGRP} /var/log/xgate ${INSTALL} -d -o ${WWWOWN} -g ${WWWGRP} ${APP_HOME}/webapps/${PORTNAME} @cd ${WRKSRC}/${PORTNAME} && ${COPYTREE_SHARE} \* ${APP_HOME}/webapps/${PORTNAME} .for conf in ${CNFLSTS} @cd ${APP_HOME}/webapps/xgate/WEB-INF && \ [ ! -f ${conf} ] && ${CP} -p ${conf}-dist ${conf} || ${TRUE} .endfor .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for docf in ${PORTDOCS} @${INSTALL_DATA} ${WRKSRC}/docs/${docf} ${DOCSDIR} .endfor .endif .include diff --git a/mail/synonym/Makefile b/mail/synonym/Makefile index ca7b2ecba20a..2ee230f31337 100644 --- a/mail/synonym/Makefile +++ b/mail/synonym/Makefile @@ -1,59 +1,59 @@ # New ports collection makefile for: synonym # Date created: 2005/11/16 # Whom: Norikatsu Shigemura # # $FreeBSD$ # PORTNAME= synonym PORTVERSION= 0.4.3 CATEGORIES= mail security MASTER_SITES= http://www.dv8.ro/Synonym/Synonym/source/ DISTNAME= ${PORTNAME}-0.4-3 -MAINTAINER= nork@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Synonym, the email message archiver USE_GMAKE= yes USE_GNOME= libxml2 WRKSRC= ${WRKDIR}/${PORTNAME}-0.4 PORTDOCS= README license.txt USE_RC_SUBR= synonym MAKE_ENV+= PTHREAD_CFLAGS=${PTHREAD_CFLAGS} \ PTHREAD_LIBS=${PTHREAD_LIBS} \ DOCSDIR=${DOCSDIR} \ RUNDIR=${RUNDIR} \ SYNONYMOWN=${SYNONYMOWN} SYNONYMGRP=${SYNONYMGRP} PLIST_SUB+= RUNDIR=${RUNDIR} SUB_LIST+= RUNDIR=${RUNDIR} SUB_FILES= pkg-message RUNDIR?= /var/run/synonym SYNONYMOWN?= daemon SYNONYMGRP?= daemon PKGMESSAGE= ${WRKDIR}/pkg-message post-extract: @${RM} ${WRKSRC}/*.o .include do-install: @${INSTALL_PROGRAM} ${WRKSRC}/synonym ${PREFIX}/sbin/ @${INSTALL_DATA} ${WRKSRC}/synonym.conf ${PREFIX}/etc/synonym.conf-dist @[ -f ${PREFIX}/etc/synonym.conf ] || \ ${INSTALL_DATA} ${WRKSRC}/synonym.conf ${PREFIX}/etc/synonym.conf .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for f in ${PORTDOCS} @${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/${f} .endfor .endif @${MKDIR} ${RUNDIR} @${CHOWN} ${SYNONYMOWN}:${SYNONYMGRP} ${RUNDIR} @${CAT} ${PKGMESSAGE} .include diff --git a/net-mgmt/choparp/Makefile b/net-mgmt/choparp/Makefile index ea1047f1e9c4..aa3bf6fca13a 100644 --- a/net-mgmt/choparp/Makefile +++ b/net-mgmt/choparp/Makefile @@ -1,23 +1,23 @@ # New ports collection makefile for: choparp # Date created: 7 October 1997 # Whom: itojun@itojun.org # # $FreeBSD$ # PORTNAME= choparp PORTVERSION= 20021107 PORTREVISION= 4 CATEGORIES= net-mgmt MASTER_SITES= SF -MAINTAINER= nork@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Simple proxy arp daemon USE_RC_SUBR= choparp MANCOMPRESSED= yes MAN8= choparp.8 PLIST_FILES= sbin/choparp .include diff --git a/net/DarwinStreamingServer/Makefile b/net/DarwinStreamingServer/Makefile index eeca5d77a631..4a1184547cfa 100644 --- a/net/DarwinStreamingServer/Makefile +++ b/net/DarwinStreamingServer/Makefile @@ -1,147 +1,147 @@ # New ports collection makefile for: DarwinStreamingServer # Date created: 2002/02/23 # Whom: steve@stevenwills.com # # $FreeBSD$ # PORTNAME= DarwinStreamingServer PORTVERSION= 6.0.3 PORTREVISION= 0 CATEGORIES= net MASTER_SITES= http://dss.macosforge.org/downloads/ \ ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= nork DISTNAME= DarwinStreamingSrvr${PORTVERSION}-Source EXTRACT_SUFX= .tar PATCH_SITES= http://www.abrahamsson.com/ \ ${MASTER_SITE_LOCAL} PATCH_SITE_SUBDIR=nork PATCHFILES= dss-6.0.3.patch PATCH_DIST_STRIP=-p1 -MAINTAINER= nork@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Darwin Streaming Server, a MP3, MPEG4, and QuickTime streaming server RUN_DEPENDS= p5-Net-SSLeay>=0:${PORTSDIR}/security/p5-Net-SSLeay NOT_FOR_ARCHS= ia64 powerpc sparc64 USE_PERL5_RUN= yes USE_PERL5_BUILD=yes USE_RC_SUBR= streamingadminserver darwin_streaming_server SUB_LIST+= PERL=${PERL} PKGMESSAGE= ${WRKDIR}/pkg-message MAKE_ENV+= MAKE="${MAKE}" \ DATADIR="${DATADIR}" \ PTHREAD_LIBS="${PTHREAD_LIBS}" \ PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" .include post-extract: @${RM} -rf \ ${WRKSRC}/dssPackageMetaData \ ${WRKSRC}/pubPackageMetaData \ ${WRKSRC}/qtssPackageMetaData \ ${WRKSRC}/WebAdmin/NetSSLeay post-patch: @${REINPLACE_CMD} -e 's,/var/streaming/logs,/var/log/streaming,' \ ${WRKSRC}/Install \ ${WRKSRC}/defaultPaths.h \ ${WRKSRC}/Documentation/readme.txt \ ${WRKSRC}/streamingserver.xml-POSIX \ ${WRKSRC}/WebAdmin/src/streamingadminserver.pl \ ${WRKSRC}/WebAdmin/streamingadminserver_Darwin.conf @${REINPLACE_CMD} -e 's,/var/streaming/playlists,/var/spool/streaming.playlists,' \ ${WRKSRC}/Install \ ${WRKSRC}/Documentation/readme.txt \ ${WRKSRC}/WebAdmin/src/streamingadminserver.pl \ ${WRKSRC}/WebAdmin/streamingadminserver_Darwin.conf @${REINPLACE_CMD} -e 's,/usr/local/movies,${DATADIR}/movies,' \ ${WRKSRC}/Install \ ${WRKSRC}/defaultPaths.h \ ${WRKSRC}/Documentation/readme.txt \ ${WRKSRC}/streamingserver.xml-POSIX \ ${WRKSRC}/WebAdmin/WebAdminHtml/adminprotocol-lib.pl @${REINPLACE_CMD} -e 's,/usr/local/sbin/StreamingServerModules,/usr/local/libexec/StreamingServerModules,' \ ${WRKSRC}/Install \ ${WRKSRC}/defaultPaths.h \ ${WRKSRC}/Documentation/readme.txt \ ${WRKSRC}/streamingserver.xml-POSIX @${REINPLACE_CMD} -e 's,/etc/streaming,/usr/local/etc/streaming,' \ ${WRKSRC}/Install \ ${WRKSRC}/qtaccess \ ${WRKSRC}/defaultPaths.h \ ${WRKSRC}/Documentation/readme.txt \ ${WRKSRC}/streamingserver.xml-POSIX \ ${WRKSRC}/WebAdmin/src/streamingadminserver.pl \ ${WRKSRC}/StreamingProxy.tproj/StreamingProxy.html \ ${WRKSRC}/WebAdmin/streamingadminserver_Darwin.conf @${REINPLACE_CMD} -e 's,/var/streaming,${DATADIR},' \ ${WRKSRC}/Install \ ${WRKSRC}/WebAdmin/src/streamingadminserver.pl \ ${WRKSRC}/WebAdmin/streamingadminserver_Darwin.conf @${REINPLACE_CMD} -e 's,/usr/local,${PREFIX},' \ ${WRKSRC}/Install \ ${WRKSRC}/qtaccess \ ${WRKSRC}/defaultPaths.h \ ${WRKSRC}/Documentation/readme.txt \ ${WRKSRC}/streamingserver.xml-POSIX \ ${WRKSRC}/WebAdmin/src/streamingadminserver.pl \ ${WRKSRC}/StreamingProxy.tproj/StreamingProxy.html \ ${WRKSRC}/WebAdmin/streamingadminserver_Darwin.conf \ ${WRKSRC}/WebAdmin/WebAdminHtml/adminprotocol-lib.pl @${REINPLACE_CMD} -e '/-O[23]/d' \ ${WRKSRC}/Makefile.POSIX \ ${WRKSRC}/QTFileLib/Makefile.POSIX \ ${WRKSRC}/qtpasswd.tproj/Makefile.POSIX \ ${WRKSRC}/MP3Broadcaster/Makefile.POSIX \ ${WRKSRC}/HTTPUtilitiesLib/Makefile.POSIX \ ${WRKSRC}/StreamingLoadTool/Makefile.POSIX \ ${WRKSRC}/CommonUtilitiesLib/Makefile.POSIX \ ${WRKSRC}/StreamingProxy.tproj/Makefile.POSIX \ ${WRKSRC}/PlaylistBroadcaster.tproj/Makefile.POSIX \ ${WRKSRC}/QTFileTools/QTRTPGen.tproj/Makefile.POSIX \ ${WRKSRC}/QTFileTools/QTSDPGen.tproj/Makefile.POSIX \ ${WRKSRC}/QTFileTools/QTFileInfo.tproj/Makefile.POSIX \ ${WRKSRC}/QTFileTools/QTFileTest.tproj/Makefile.POSIX \ ${WRKSRC}/APIModules/QTSSRefMovieModule/Makefile.POSIX \ ${WRKSRC}/QTFileTools/QTTrackInfo.tproj/Makefile.POSIX \ ${WRKSRC}/QTFileTools/QTBroadcaster.tproj/Makefile.POSIX \ ${WRKSRC}/QTFileTools/QTRTPFileTest.tproj/Makefile.POSIX \ ${WRKSRC}/QTFileTools/QTSampleLister.tproj/Makefile.POSIX \ ${WRKSRC}/APIModules/QTSSHomeDirectoryModule/Makefile.POSIX \ ${WRKSRC}/APIModules/QTSSRawFileModule.bproj/Makefile.POSIX \ ${WRKSRC}/APIModules/QTSSSpamDefenseModule.bproj/Makefile.POSIX \ ${WRKSRC}/APIModules/QTSSDemoRedirectModule.bproj/Makefile.POSIX \ ${WRKSRC}/APIModules/QTSSDemoAuthorizationModule.bproj/Makefile.POSIX do-build: # XXX: Quick hack after ddss-6.0.3.patch is patched. # I don't know why these files are removed. # ${LN} -s RTSPRequest3GPP.cpp.orig ${WRKSRC}/Server.tproj/RTSPRequest3GPP.cpp # ${LN} -s RTPStream.h.orig ${WRKSRC}/Server.tproj/RTPStream.h @(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} sh -x ./Buildit) post-build: @${CP} ${.CURDIR}/pkg-message ${WRKDIR}/pkg-message @${REINPLACE_CMD} -e 's,%%PREFIX%%,${PREFIX},g' ${WRKDIR}/pkg-message @(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} /bin/sh -x ./DSS_MakeRoot -f ${OPSYS}) pre-install: @${SETENV} PKG_PREFIX=${PREFIX} \ ${SH} ${PKGINSTALL} ${PORTNAME} PRE-INSTALL do-install: @(cd ${WRKSRC}/${OPSYS}; ${SETENV} ${MAKE_ENV} ./Install) @${CAT} ${PKGMESSAGE} .include diff --git a/net/g2ipmsg/Makefile b/net/g2ipmsg/Makefile index ff3fbc8ec232..75cde6592696 100644 --- a/net/g2ipmsg/Makefile +++ b/net/g2ipmsg/Makefile @@ -1,39 +1,39 @@ # New ports collection makefile for: g2ipmsg # Date created: 2006/12/18 # Whom: Norikatsu Shigemura # # $FreeBSD$ # PORTNAME= g2ipmsg PORTVERSION= 0.9.3 PORTREVISION= 7 CATEGORIES= net gnome MASTER_SITES= http://www.ipmsg.org/archive/ \ ${MASTER_SITE_LOCAL} \ http://people.FreeBSD.org/~nork/distfiles/ MASTER_SITE_SUBDIR= nork DIST_SUBDIR= gnome2 -MAINTAINER= nork@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= A popup style message communication tool for GNOME2 USE_GETTEXT= yes USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack intlhack intltool pkgconfig \ libgnomeui libbonobo desktopfileutils gnomepanel USE_GSTREAMER= vorbis USE_ICONV= yes USE_OPENSSL= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include CONFIGURE_ARGS= --enable-systray --with-ssl=${OPENSSLBASE} GCONF_SCHEMAS= g2ipmsg.schemas LDFLAGS+= "-L${LOCALBASE}/lib" post-install: @update-desktop-database .include diff --git a/net/liveMedia/Makefile b/net/liveMedia/Makefile index a69ba025b33a..333a2c5b2f56 100644 --- a/net/liveMedia/Makefile +++ b/net/liveMedia/Makefile @@ -1,259 +1,259 @@ # New ports collection makefile for: liveMedia # Date created: 2002/09/25 # Whom: nork@FreeBSD.org # # $FreeBSD$ # PORTNAME= liveMedia PORTVERSION= 2011.06.16 PORTREVISION= 0 PORTEPOCH= 2 CATEGORIES= net devel MASTER_SITES= http://www.live555.com/liveMedia/public/ MASTER_SITES+= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= nork DISTNAME= live.${PORTVERSION} -MAINTAINER= nork@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= LIVE.COM Streaming Media LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING NO_CDROM= 'dated material' WRKSRC= ${WRKDIR}/live PLIST= ${WRKDIR}/pkg-plist HAS_CONFIGURE= YES MAKE_JOBS_SAFE= YES CONFIGURE_SCRIPT= genMakefiles CONFIGURE_ARGS= fixed-${OPSYS:L} INSTALL_DATADIR= ${INSTALL} -d ${_SHROWNGRP} -m 755 BasicUsageEnvironment= \ BasicUsageEnvironment/include/BasicHashTable.hh \ BasicUsageEnvironment/include/BasicUsageEnvironment.hh \ BasicUsageEnvironment/include/BasicUsageEnvironment0.hh \ BasicUsageEnvironment/include/BasicUsageEnvironment_version.hh \ BasicUsageEnvironment/include/DelayQueue.hh \ BasicUsageEnvironment/include/HandlerSet.hh UsageEnvironment= \ UsageEnvironment/include/Boolean.hh \ UsageEnvironment/include/HashTable.hh \ UsageEnvironment/include/UsageEnvironment.hh \ UsageEnvironment/include/UsageEnvironment_version.hh \ UsageEnvironment/include/strDup.hh groupsock= \ groupsock/include/GroupEId.hh \ groupsock/include/Groupsock.hh \ groupsock/include/GroupsockHelper.hh \ groupsock/include/IOHandlers.hh \ groupsock/include/NetAddress.hh \ groupsock/include/NetCommon.h \ groupsock/include/NetInterface.hh \ groupsock/include/TunnelEncaps.hh \ groupsock/include/groupsock_version.hh liveMedia= \ liveMedia/include/AC3AudioFileServerMediaSubsession.hh \ liveMedia/include/AC3AudioRTPSink.hh \ liveMedia/include/AC3AudioRTPSource.hh \ liveMedia/include/AC3AudioStreamFramer.hh \ liveMedia/include/ADTSAudioFileServerMediaSubsession.hh \ liveMedia/include/ADTSAudioFileSource.hh \ liveMedia/include/AMRAudioFileServerMediaSubsession.hh \ liveMedia/include/AMRAudioFileSink.hh \ liveMedia/include/AMRAudioFileSource.hh \ liveMedia/include/AMRAudioRTPSink.hh \ liveMedia/include/AMRAudioRTPSource.hh \ liveMedia/include/AMRAudioSource.hh \ liveMedia/include/AVIFileSink.hh \ liveMedia/include/AudioInputDevice.hh \ liveMedia/include/AudioRTPSink.hh \ liveMedia/include/Base64.hh \ liveMedia/include/BasicUDPSink.hh \ liveMedia/include/BasicUDPSource.hh \ liveMedia/include/ByteStreamFileSource.hh \ liveMedia/include/ByteStreamMultiFileSource.hh \ liveMedia/include/DarwinInjector.hh \ liveMedia/include/DeviceSource.hh \ liveMedia/include/DigestAuthentication.hh \ liveMedia/include/DVVideoFileServerMediaSubsession.hh \ liveMedia/include/DVVideoRTPSink.hh \ liveMedia/include/DVVideoRTPSource.hh \ liveMedia/include/DVVideoStreamFramer.hh \ liveMedia/include/FileServerMediaSubsession.hh \ liveMedia/include/FileSink.hh \ liveMedia/include/FramedFileSource.hh \ liveMedia/include/FramedFilter.hh \ liveMedia/include/FramedSource.hh \ liveMedia/include/GSMAudioRTPSink.hh \ liveMedia/include/H261VideoRTPSource.hh \ liveMedia/include/H263plusVideoFileServerMediaSubsession.hh \ liveMedia/include/H263plusVideoRTPSink.hh \ liveMedia/include/H263plusVideoRTPSource.hh \ liveMedia/include/H263plusVideoStreamFramer.hh \ liveMedia/include/H264VideoFileServerMediaSubsession.hh \ liveMedia/include/H264VideoFileSink.hh \ liveMedia/include/H264VideoRTPSink.hh \ liveMedia/include/H264VideoRTPSource.hh \ liveMedia/include/H264VideoStreamDiscreteFramer.hh \ liveMedia/include/H264VideoStreamFramer.hh \ liveMedia/include/HTTPSink.hh \ liveMedia/include/InputFile.hh \ liveMedia/include/JPEGVideoRTPSink.hh \ liveMedia/include/JPEGVideoRTPSource.hh \ liveMedia/include/JPEGVideoSource.hh \ liveMedia/include/Locale.hh \ liveMedia/include/MP3ADU.hh \ liveMedia/include/MP3ADURTPSink.hh \ liveMedia/include/MP3ADURTPSource.hh \ liveMedia/include/MP3ADUTranscoder.hh \ liveMedia/include/MP3ADUinterleaving.hh \ liveMedia/include/MP3AudioFileServerMediaSubsession.hh \ liveMedia/include/MP3FileSource.hh \ liveMedia/include/MP3HTTPSource.hh \ liveMedia/include/MP3Transcoder.hh \ liveMedia/include/MPEG1or2AudioRTPSink.hh \ liveMedia/include/MPEG1or2AudioRTPSource.hh \ liveMedia/include/MPEG1or2AudioStreamFramer.hh \ liveMedia/include/MPEG1or2Demux.hh \ liveMedia/include/MPEG1or2DemuxedElementaryStream.hh \ liveMedia/include/MPEG1or2DemuxedServerMediaSubsession.hh \ liveMedia/include/MPEG1or2FileServerDemux.hh \ liveMedia/include/MPEG1or2VideoFileServerMediaSubsession.hh \ liveMedia/include/MPEG1or2VideoHTTPSink.hh \ liveMedia/include/MPEG1or2VideoRTPSink.hh \ liveMedia/include/MPEG1or2VideoRTPSource.hh \ liveMedia/include/MPEG1or2VideoStreamDiscreteFramer.hh \ liveMedia/include/MPEG1or2VideoStreamFramer.hh \ liveMedia/include/MPEG2IndexFromTransportStream.hh \ liveMedia/include/MPEG2TransportFileServerMediaSubsession.hh \ liveMedia/include/MPEG2TransportStreamFramer.hh \ liveMedia/include/MPEG2TransportStreamFromESSource.hh \ liveMedia/include/MPEG2TransportStreamFromPESSource.hh \ liveMedia/include/MPEG2TransportStreamIndexFile.hh \ liveMedia/include/MPEG2TransportStreamMultiplexor.hh \ liveMedia/include/MPEG2TransportStreamTrickModeFilter.hh \ liveMedia/include/MPEG4ESVideoRTPSink.hh \ liveMedia/include/MPEG4ESVideoRTPSource.hh \ liveMedia/include/MPEG4GenericRTPSink.hh \ liveMedia/include/MPEG4GenericRTPSource.hh \ liveMedia/include/MPEG4LATMAudioRTPSink.hh \ liveMedia/include/MPEG4LATMAudioRTPSource.hh \ liveMedia/include/MPEG4VideoFileServerMediaSubsession.hh \ liveMedia/include/MPEG4VideoStreamDiscreteFramer.hh \ liveMedia/include/MPEG4VideoStreamFramer.hh \ liveMedia/include/MPEGVideoStreamFramer.hh \ liveMedia/include/Media.hh \ liveMedia/include/MediaSession.hh \ liveMedia/include/MediaSink.hh \ liveMedia/include/MediaSource.hh \ liveMedia/include/MultiFramedRTPSink.hh \ liveMedia/include/MultiFramedRTPSource.hh \ liveMedia/include/OnDemandServerMediaSubsession.hh \ liveMedia/include/OutputFile.hh \ liveMedia/include/PassiveServerMediaSubsession.hh \ liveMedia/include/QCELPAudioRTPSource.hh \ liveMedia/include/QuickTimeFileSink.hh \ liveMedia/include/QuickTimeGenericRTPSource.hh \ liveMedia/include/RTCP.hh \ liveMedia/include/RTPInterface.hh \ liveMedia/include/RTPSink.hh \ liveMedia/include/RTPSource.hh \ liveMedia/include/RTSPClient.hh \ liveMedia/include/RTSPCommon.hh \ liveMedia/include/RTSPServer.hh \ liveMedia/include/SIPClient.hh \ liveMedia/include/ServerMediaSession.hh \ liveMedia/include/SimpleRTPSink.hh \ liveMedia/include/SimpleRTPSource.hh \ liveMedia/include/VideoRTPSink.hh \ liveMedia/include/WAVAudioFileServerMediaSubsession.hh \ liveMedia/include/WAVAudioFileSource.hh \ liveMedia/include/liveMedia.hh \ liveMedia/include/liveMedia_version.hh \ liveMedia/include/uLawAudioFilter.hh .include .if ${ARCH} == "amd64" || ${ARCH} == "ia64" CFLAGS+= -fPIC .else CFLAGS+= -fpic .endif .if ${ARCH} == "sparc64" BROKEN= Does not compile .endif post-extract: @${SED} -e "s|%%CFLAGS%%|${CFLAGS}|" \ ${FILESDIR}/config.fixed-${OPSYS:L} > ${WRKSRC}/config.fixed-${OPSYS:L} post-build: @${RM} -f ${PLIST} @${TOUCH} ${PLIST} @${ECHO_CMD} bin/playSIP >> ${PLIST} @${ECHO_CMD} bin/openRTSP >> ${PLIST} @${ECHO_CMD} bin/sapWatch >> ${PLIST} @${ECHO_CMD} live/BasicUsageEnvironment/libBasicUsageEnvironment.a >> ${PLIST} @${ECHO_CMD} live/UsageEnvironment/libUsageEnvironment.a >> ${PLIST} @${ECHO_CMD} live/groupsock/libgroupsock.a >> ${PLIST} @${ECHO_CMD} live/liveMedia/libliveMedia.a >> ${PLIST} .for file in ${BasicUsageEnvironment} @${ECHO_CMD} live/BasicUsageEnvironment/include/${file:T} >> ${PLIST} .endfor .for file in ${UsageEnvironment} @${ECHO_CMD} live/UsageEnvironment/include/${file:T} >> ${PLIST} .endfor .for file in ${groupsock} @${ECHO_CMD} live/groupsock/include/${file:T} >> ${PLIST} .endfor .for file in ${liveMedia} @${ECHO_CMD} live/liveMedia/include/${file:T} >> ${PLIST} .endfor @${CAT} ${.CURDIR}/pkg-plist >> ${PLIST} pre-su-install: @${INSTALL_DATADIR} ${PREFIX}/live @${INSTALL_DATADIR} ${PREFIX}/live/groupsock @${INSTALL_DATADIR} ${PREFIX}/live/liveMedia @${INSTALL_DATADIR} ${PREFIX}/live/UsageEnvironment @${INSTALL_DATADIR} ${PREFIX}/live/BasicUsageEnvironment @${INSTALL_DATADIR} ${PREFIX}/live/groupsock/include @${INSTALL_DATADIR} ${PREFIX}/live/liveMedia/include @${INSTALL_DATADIR} ${PREFIX}/live/UsageEnvironment/include @${INSTALL_DATADIR} ${PREFIX}/live/BasicUsageEnvironment/include do-install: @${INSTALL_PROGRAM} ${WRKSRC}/testProgs/playSIP ${PREFIX}/bin/ @${INSTALL_PROGRAM} ${WRKSRC}/testProgs/openRTSP ${PREFIX}/bin/ @${INSTALL_PROGRAM} ${WRKSRC}/testProgs/sapWatch ${PREFIX}/bin/ @${INSTALL_DATA} ${WRKSRC}/BasicUsageEnvironment/libBasicUsageEnvironment.a ${PREFIX}/live/BasicUsageEnvironment/ @${INSTALL_DATA} ${WRKSRC}/UsageEnvironment/libUsageEnvironment.a ${PREFIX}/live/UsageEnvironment/ @${INSTALL_DATA} ${WRKSRC}/groupsock/libgroupsock.a ${PREFIX}/live/groupsock/ @${INSTALL_DATA} ${WRKSRC}/liveMedia/libliveMedia.a ${PREFIX}/live/liveMedia/ .for file in ${BasicUsageEnvironment} @${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/live/BasicUsageEnvironment/include/ .endfor .for file in ${UsageEnvironment} @${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/live/UsageEnvironment/include/ .endfor .for file in ${groupsock} @${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/live/groupsock/include/ .endfor .for file in ${liveMedia} @${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/live/liveMedia/include/ .endfor post-install: @${CAT} ${PKGMESSAGE} .include diff --git a/security/opencryptoki/Makefile b/security/opencryptoki/Makefile index 0ebc5f244c62..1a70c8ffd576 100644 --- a/security/opencryptoki/Makefile +++ b/security/opencryptoki/Makefile @@ -1,67 +1,67 @@ # New ports collection makefile for: opencryptoki # Date created: 2010-07-16 # Whom: Ralf Meister # # $FreeBSD$ # PORTNAME= opencryptoki PORTVERSION= 2.3.2 PORTREVISION= 3 CATEGORIES= security MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION} -MAINTAINER= nork@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= An open PKCS\#11 implementation library LIB_DEPENDS= tspi.2:${PORTSDIR}/security/trousers USE_BZIP2= YES USE_GMAKE= YES USE_LDCONFIG= YES USE_AUTOTOOLS= autoconf libtool automake HAS_CONFIGURE= YES MAKE_JOBS_SAFE= YES USE_RC_SUBR= pkcsslotd SUB_FILES= pkg-message SUB_LIST= USERS=${USERS} GROUPS=${GROUPS} MAN1= pkcs11_startup.1 pkcsconf.1 MAN5= pk_config_data.5 MAN7= opencryptoki.7 MAN8= pkcsslotd.8 USERS= _pkcs11 GROUPS= _pkcs11 LICENSE= CPL LICENSE_NAME= Common Public License LICENSE_FILE= ${WRKSRC}/LICENSE LICENSE_PERMS= ${_LICENSE_PERMS_DEFAULT} CONFIGURE_ARGS= --enable-swtok --enable-tpmtok \ --disable-crtok --disable-aeptok \ --disable-ccatok --disable-bcomtok \ --disable-pkcscca_migrate \ --libdir=${PREFIX}/lib \ --sbindir=${PREFIX}/sbin \ --localstatedir=${PREFIX}/var \ --with-pkcs11user=${USERS} \ --with-pkcs11group=${GROUPS} LDFLAGS+= -L${LOCALBASE}/lib .include CFLAGS+= -I${LOCALBASE}/include run-autotools: run-autotools-autoreconf run-autotools-autoreconf: @cd ${CONFIGURE_WRKSRC} && ${SETENV} ${AUTOTOOLS_ENV} ${AUTORECONF} -i post-install: @cd ${PREFIX}/lib && ${LN} -s opencryptoki/libopencryptoki* . @${CAT} ${PKGMESSAGE} .include diff --git a/security/openssl_tpm_engine/Makefile b/security/openssl_tpm_engine/Makefile index 943e285fa6c2..804365bc4de7 100644 --- a/security/openssl_tpm_engine/Makefile +++ b/security/openssl_tpm_engine/Makefile @@ -1,42 +1,42 @@ # New ports collection makefile for: openssl_tpm_engine # Date created: 18 Sep 2007 # Whom: Sebastian Schuetz # # $FreeBSD$ # PORTNAME= openssl_tpm_engine PORTVERSION= 0.4.1 PORTREVISION= 1 CATEGORIES= security MASTER_SITES= SF/trousers/OpenSSL%20TPM%20Engine/${PORTVERSION} -MAINTAINER= nork@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= OpenSSL TPM engine RUN_DEPENDS= ${LOCALBASE}/sbin/tcsd:${PORTSDIR}/security/trousers LIB_DEPENDS= tspi.2:${PORTSDIR}/security/trousers USE_GMAKE= YES GNU_CONFIGURE= YES MAKE_JOBS_SAFE= YES USE_AUTOTOOLS= autoconf libtool LDFLAGS+= -L${LOCALBASE}/lib SUB_FILES= pkg-message LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE .include CFLAGS+= -I${LOCALBASE}/include post-patch: @${REINPLACE_CMD} 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/openssl.cnf.sample post-install: @[ -d ${EXAMPLESDIR} ] || ${MKDIR} ${EXAMPLESDIR} @${INSTALL_DATA} ${WRKSRC}/openssl.cnf.sample ${EXAMPLESDIR} @${CAT} ${PKGMESSAGE} .include diff --git a/security/tpm-tools/Makefile b/security/tpm-tools/Makefile index 0bdd3fb75d1b..97038ecdfd61 100644 --- a/security/tpm-tools/Makefile +++ b/security/tpm-tools/Makefile @@ -1,48 +1,48 @@ # New ports collection makefile for: tpm-tools # Date created: 18 Sep 2007 # Whom: Sebastian Schuetz # # $FreeBSD$ # PORTNAME= tpm-tools PORTVERSION= 1.3.5 PORTREVISION= 1 CATEGORIES= security MASTER_SITES= SF/trousers/${PORTNAME}/${PORTVERSION} -MAINTAINER= nork@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Provides a basic set of TPM tools LIB_DEPENDS= tspi.2:${PORTSDIR}/security/trousers BUILD_DEPENDS= pkcsconf:${PORTSDIR}/security/opencryptoki RUN_DEPENDS= ${LOCALBASE}/sbin/tcsd:${PORTSDIR}/security/trousers RUN_DEPENDS+= ${LOCALBASE}/lib/pkcs11/libopencryptoki.so:${PORTSDIR}/security/opencryptoki USE_GMAKE= YES USE_ICONV= YES USE_GETTEXT= YES USE_LDCONFIG= YES USE_AUTOTOOLS= autoconf GNU_CONFIGURE= YES LDFLAGS+= -L${LOCALBASE}/lib -lintl -liconv MAKE_JOBS_SAFE= YES LICENSE= CPL LICENSE_NAME= Common Public License LICENSE_FILE= ${WRKSRC}/LICENSE LICENSE_PERMS= ${_LICENSE_PERMS_DEFAULT} MAN1= tpm_sealdata.1 tpm_version.1 \ tpmtoken_import.1 tpmtoken_init.1 tpmtoken_objects.1 \ tpmtoken_protect.1 tpmtoken_setpasswd.1 MAN3= tpmUnsealFile.3 tpmUnsealShred.3 tpmUnsealStrerror.3 MAN8= tpm_changeownerauth.8 tpm_clear.8 tpm_createek.8 \ tpm_getpubek.8 tpm_resetdalock.8 tpm_restrictpubek.8 \ tpm_revokeek.8 tpm_selftest.8 tpm_setactive.8 \ tpm_setclearable.8 tpm_setenable.8 tpm_setoperatorauth.8 \ tpm_setownable.8 tpm_setpresence.8 tpm_takeownership.8 .include diff --git a/security/tpmmanager/Makefile b/security/tpmmanager/Makefile index 5e5b925f8c74..1496897b43e6 100644 --- a/security/tpmmanager/Makefile +++ b/security/tpmmanager/Makefile @@ -1,49 +1,49 @@ # New ports collection makefile for: tpmmanager # Date created: 2011-01-02 # Whom: Norikatsu Shigemura # # $FreeBSD$ # PORTNAME= tpmmanager PORTVERSION= 0.8 PORTREVISION= 1 CATEGORIES= security MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION}/${PORTNAME}-${PORTVERSION} -MAINTAINER= nork@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= TPM Manager LIB_DEPENDS= tspi.2:${PORTSDIR}/security/trousers LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING QT_NONSTANDARD= YES USE_QT4= gui moc_build qmake_build rcc_build uic_build HAS_CONFIGURE= YES MAKE_JOBS_SAFE= YES PLIST_FILES= bin/${PORTNAME} .include .if !defined(NOPORTDOCS) PLIST_FILES+= ${DOCSDIR_REL}/${PORTNAME}.pdf \ ${DOCSDIR_REL}/TPM_Manager.odt PLIST_DIRSTRY= ${DOCSDIR_REL} .endif do-configure: @cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \ ${QMAKE} PREFIX=${PREFIX} tpmmanager.pro do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bin/${PORTNAME} ${PREFIX}/bin/ .if !defined(NOPORTDOCS) ${INSTALL} -d -m 0755 ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/doc/latex/${PORTNAME}.pdf ${DOCSDIR}/ ${INSTALL_DATA} ${WRKSRC}/doc/TPM_Manager.odt ${DOCSDIR}/ .endif .include diff --git a/security/trousers/Makefile b/security/trousers/Makefile index 78e7695920be..119761ae8507 100644 --- a/security/trousers/Makefile +++ b/security/trousers/Makefile @@ -1,100 +1,100 @@ # New ports collection makefile for: trousers # Date created: 18 Sep 2007 # Whom: Sebastian Schuetz # # $FreeBSD$ # PORTNAME= trousers PORTVERSION= 0.3.6 PORTREVISION= 3 CATEGORIES= security MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION} -MAINTAINER= nork@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= The open-source TCG Software Stack USE_GMAKE= YES USE_ICONV= YES USE_OPENSSL= YES USE_LDCONFIG= YES USE_PKGCONFIG= YES USE_AUTOTOOLS= autoconf automake libtool GNU_CONFIGURE= YES MAKE_JOBS_SAFE= YES USE_RC_SUBR= tcsd SUB_FILES= pkg-message SUB_LIST= USERS=${USERS} GROUPS=${GROUPS} USERS= _tss GROUPS= _tss LICENSE= CPL LICENSE_NAME= Common Public License LICENSE_FILE= ${WRKSRC}/LICENSE LICENSE_PERMS= ${_LICENSE_PERMS_DEFAULT} .include "Makefile.man" CONFIGURE_ARGS= --with-gui=none --enable-static \ --localstatedir=${PREFIX}/var \ --with-tssuser=${USERS} --with-tssgroup=${GROUPS} OPTIONS= EMULATOR "Build for use with the tpm-emulator" off \ DEBUG "Build with debugging flags" off WRKSRC= ${WRKDIR}/${DISTNAME} .include .if defined(WITH_EMULATOR) PKGNAMESUFFIX+= -no_tddl LIB_DEPENDS+= tddl.1:${PORTSDIR}/emulators/tpm-emulator post-patch: @${REINPLACE_CMD} -e \ 's|$${top_builddir}/src/tddl/libtddl.a|${LOCALBASE}/lib/libtddl.a|' \ ${WRKSRC}/src/tcs/Makefile.am \ ${WRKSRC}/src/tcsd/Makefile.am @${REINPLACE_CMD} -e \ 's|libtddl\.a||g' \ ${WRKSRC}/src/tddl/Makefile.am # The emulator has already a libttddl.so, so comment out trousers' libtddl in the pkg-plist PLIST_SUB+= TDDL="@comment " .else PKGNAMESUFFIX+= -tddl CONFLICTS+= tpm-emulator-0* PLIST_SUB+= TDDL="" .endif .if defined(WITH_DEBUG) PKGNAMESUFFIX+= -debug CONFIGURE_ARGS+=--enable-debug .endif run-autotools: run-autotools-autoreconf run-autotools-autoreconf: @cd ${CONFIGURE_WRKSRC} && ${SETENV} ${AUTOTOOLS_ENV} ${AUTORECONF} -i post-install: @${MKDIR} ${EXAMPLESDIR} @${INSTALL_DATA} -o ${USERS} -g ${GROUPS} -m 0600 \ ${WRKSRC}/dist/tcsd.conf ${EXAMPLESDIR}/tcsd.conf @[ -f ${PREFIX}/etc/tcsd.conf ] || \ ${CP} -p ${EXAMPLESDIR}/tcsd.conf ${PREFIX}/etc/tcsd.conf @${INSTALL} -d -o ${USERS} -g ${GROUPS} -m 0700 /var/run/tpm @${INSTALL} -d -o ${USERS} -g ${GROUPS} -m 0700 /var/run/ima @${INSTALL} -d -o ${USERS} -g ${GROUPS} -m 0700 ${PREFIX}/var/lib/tpm @${CAT} ${PKGMESSAGE} add-plist-post: @${ECHO_CMD} "@cwd /" >> ${TMPPLIST} @${ECHO_CMD} "@unexec ${RMDIR} var/run/tpm 2>/dev/null || true" >> ${TMPPLIST} @${ECHO_CMD} "@exec ${INSTALL} -d -o ${USERS} -g ${GROUPS} -m 0700 var/run/tpm" >> ${TMPPLIST} @${ECHO_CMD} "@unexec ${RMDIR} var/run/ima 2>/dev/null || true" >> ${TMPPLIST} @${ECHO_CMD} "@exec ${INSTALL} -d -o ${USERS} -g ${GROUPS} -m 0700 var/run/ima" >> ${TMPPLIST} .include diff --git a/sysutils/freqsdwn/Makefile b/sysutils/freqsdwn/Makefile index 53af4d140573..0a98a5b4d408 100644 --- a/sysutils/freqsdwn/Makefile +++ b/sysutils/freqsdwn/Makefile @@ -1,62 +1,62 @@ # New ports collection makefile for: freqsdwn # Date created: 2005/11/20 # Whom: n-shigemura@ensure.jp # # $FreeBSD$ # PORTNAME= freqsdwn PORTVERSION= 2.00 CATEGORIES= sysutils japanese MASTER_SITES= http://www.mitsubishielectric.co.jp/frequps/f_down/f_dl_sw_data/ DISTNAME= ${PORTNAME:C/freq//}_${PORTVERSION} EXTRACT_SUFX= .tgz DIST_SUBDIR= freqship -MAINTAINER= nork@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= FREQSHIP-mini Mitsubishi Electric UPS controller daemon RESTRICTED= See http://www.mitsubishielectric.co.jp/frequps/f_down/keiyaku.html .if defined(BATCH) || defined(PACKAGE_BUILDING) IGNORE= ${RESTRICTED} .endif USE_RC_SUBR= freqshpd 000.freqshpk PLIST_SUB= PORTNAME=${PORTNAME} CONFDIR=${CONFDIR} SUB_LIST= PORTNAME=${PORTNAME} CONFDIR=${CONFDIR} WRKSRC= ${WRKDIR}/freqship PORTDOCS= README CONFDIR?= ${PREFIX}/etc/freqship pre-fetch:: @[ -f ${DISTDIR}/${DIST_SUBDIR}/${DISTNAME}${EXTRACT_SUFX} ] || ( \ ${ECHO} "Please read and accept following LICENSE:"; \ ${ECHO} "http://www.mitsubishielectric.co.jp/frequps/f_down/keiyaku.html"; \ ${ECHO} "Please 'make do-fetch' manually, if you accept it."; \ ${FALSE}) post-extract: @${CP} ${WRKSRC}/common/freqship.org ${WRKSRC}/common/freqship.h @${CP} ${FILESDIR}/UPSFILE ${WRKSRC}/initdata/ .for dir in subdir daemon upsdown @${CP} ${FILESDIR}/Makefile.${dir} ${WRKSRC}/${dir:subdir=}/Makefile .endfor post-install: @${MKDIR} ${CONFDIR} .for FILE in UPSFILE UPSSTAT PMSGERR PMSGOK DELAY @${INSTALL_DATA} ${WRKSRC}/initdata/${FILE} ${PREFIX}/etc/freqship/${FILE}-dist @[ -f ${PREFIX}/etc/freqship/${FILE} ] || \ ${CP} ${WRKSRC}/initdata/${FILE} ${PREFIX}/etc/freqship/${FILE} .endfor .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for FILE in ${PORTDOCS} @${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR} .endfor .endif @${CAT} ${PKGMESSAGE} .include diff --git a/sysutils/udesc_dump/Makefile b/sysutils/udesc_dump/Makefile index 74e9fb7d4015..09a5a249be19 100644 --- a/sysutils/udesc_dump/Makefile +++ b/sysutils/udesc_dump/Makefile @@ -1,31 +1,31 @@ # New ports collection makefile for: udesc_dump # Date created: 2002/12/14 # Whom: nork@FreeBSD.org # # $FreeBSD$ # PORTNAME= udesc_dump PORTVERSION= 1.3.9 CATEGORIES= sysutils MASTER_SITES= http://home.jp.freebsd.org/~gehenna/src/ -MAINTAINER= nork@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Shows USB descriptors MAN8= udesc_dump.8 MANCOMPRESSED= yes PLIST_FILES= bin/udesc_dump MAKE_ENV+= MANDIR=${PREFIX}/man/man do-patch: @${REINPLACE_CMD} 's/-Werror//' ${WRKSRC}/Makefile .include .if ${OSVERSION} >= 800064 BROKEN= does not build .endif .include diff --git a/textproc/p5-WWW-Google-SiteMap/Makefile b/textproc/p5-WWW-Google-SiteMap/Makefile index b83df16bf787..fd479446e555 100644 --- a/textproc/p5-WWW-Google-SiteMap/Makefile +++ b/textproc/p5-WWW-Google-SiteMap/Makefile @@ -1,29 +1,29 @@ # New ports collection makefile for: p5-WWW-Google-SiteMap # Date created: 2006-04-15 # Whom: nork@FreeBSD.org # # $FreeBSD$ # PORTNAME= WWW-Google-SiteMap PORTVERSION= 1.10 CATEGORIES= textproc www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= nork@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Perl extension for managing Google SiteMaps BUILD_DEPENDS= p5-XML-Twig>=0:${PORTSDIR}/textproc/p5-XML-Twig \ p5-URI>=0:${PORTSDIR}/net/p5-URI RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes MAN3= WWW::Google::SiteMap.3 \ WWW::Google::SiteMap::Index.3 \ WWW::Google::SiteMap::Ping.3 \ WWW::Google::SiteMap::Robot.3 \ WWW::Google::SiteMap::URL.3 .include diff --git a/www/linuxpluginwrapper/Makefile b/www/linuxpluginwrapper/Makefile index 136cc1e97768..7d826e92624f 100644 --- a/www/linuxpluginwrapper/Makefile +++ b/www/linuxpluginwrapper/Makefile @@ -1,78 +1,78 @@ # New ports collection makefile for: linuxpluginwrapper # Date Created: 2003-06-15 # Whom: nork@FreeBSD.org # # $FreeBSD$ # PORTNAME= linuxpluginwrapper PORTVERSION= 20051113 PORTREVISION= 10 CATEGORIES= www linux emulators MASTER_SITES= http://people.FreeBSD.org/~nork/distfiles/ \ ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= nork PATCH_SITES= http://defan.zenon.net/freebsd/ PATCHFILES= patch-nppdf-acroread-7.0.8 -MAINTAINER= nork@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= A wrapper allowing use of linux-plugins with native applications OPTIONS= REALPLAYER "install linux-realplayer" off .include .if ${OSVERSION} >= 700009 IGNORE= doesn't support ELF symbol versioning, yet. .endif # I will remove WITH_PLUGINS knob. .if defined(WITH_REALPLAYER) RUN_DEPENDS+= ${LOCALBASE}/lib/linux-mozilla/plugins/nphelix.so:${PORTSDIR}/multimedia/linux-realplayer WITH_PLUGINS= 1 .endif ONLY_FOR_ARCHS= i386 MAKE_ENV= EXAMPLESDIR=${EXAMPLESDIR} INSTALL_DATA="${INSTALL_DATA}" INSTALL_PROGRAM="${INSTALL_PROGRAM}" CONFLICTS= flashpluginwrapper-* USE_XLIB= yes PLIST_SUB= LINUXBASE=${LINUXBASE} PKGMESSAGE= ${WRKDIR}/pkg-message .if !defined(WITH_PLUGINS) PLIST= ${WRKDIR}/pkg-plist .endif LIBMAPCONF= ${EXAMPLESDIR}/libmap.conf-FreeBSD6 .if defined(WITH_DEBUG) CFLAGS+= -DDEBUG=1 .endif post-build: @${SED} -e 's,%%PREFIX%%,${PREFIX},' \ -e 's,%%LOCALBASE%%,${LOCALBASE},' \ -e 's,%%X11BASE%%,${LOCALBASE},' \ -e 's,%%LTHREADSHMAJOR%%,${LTHREADSHMAJOR},' \ -e 's,%%LIBMAPCONF%%,${LIBMAPCONF},' \ < ${.CURDIR}/pkg-message > ${PKGMESSAGE} .if !defined(WITH_PLUGINS) @${SED} -e "/exec/d" ${.CURDIR}/pkg-plist > ${PLIST} .endif .if defined(WITH_PLUGINS) pre-install: @${MKDIR} ${LOCALBASE}/lib/browser_linux_plugins .if defined(WITH_REALPLAYER) @${LN} -sf ${LOCALBASE}/lib/linux-mozilla/plugins/nphelix.so \ ${LOCALBASE}/lib/browser_linux_plugins/ @${LN} -sf ${LOCALBASE}/lib/linux-mozilla/plugins/nphelix.xpt \ ${LOCALBASE}/lib/browser_linux_plugins/ .endif .endif post-install: @${CAT} ${PKGMESSAGE} .include diff --git a/www/xpi-default_full_zoom_level/Makefile b/www/xpi-default_full_zoom_level/Makefile index b62e46752c8b..ace2fda808d8 100644 --- a/www/xpi-default_full_zoom_level/Makefile +++ b/www/xpi-default_full_zoom_level/Makefile @@ -1,29 +1,29 @@ # New ports collection makefile for: xpi-default_full_zoom_level # Date created: 2009-04-17 # Whom: Norikatsu Shigemura # # $FreeBSD$ # PORTNAME= default_full_zoom_level PORTVERSION= 4.3 DISTVERSIONSUFFIX= -fx CATEGORIES= www -MAINTAINER= nork@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Default Full Zoom Level extension XPI_NUM= 6965 XPI_ID= {D9A7CBEC-DE1A-444f-A092-844461596C4D} XPI_FILES= chrome.manifest chrome/defaultfullzoomlevel.jar \ defaults/preferences/defaultfullzoomlevel.js \ install.rdf license.txt XPI_DIRS= chrome defaults/preferences defaults REINPLACE_ARGS= -i "" post-patch: @${REINPLACE_CMD} '/em:maxVersion/s/"[^"][^"]*"/"3.6.*"/' ${WRKSRC}/install.rdf .include "${.CURDIR}/../xpi-adblock/Makefile.xpi" .include diff --git a/www/xpi-firemobilesimulator/Makefile b/www/xpi-firemobilesimulator/Makefile index 0229a06acf7f..72b3a630f95d 100644 --- a/www/xpi-firemobilesimulator/Makefile +++ b/www/xpi-firemobilesimulator/Makefile @@ -1,29 +1,29 @@ # New ports collection makefile for: xpi-firemobilesimulator # Date created: 2009-04-23 # Whom: Norikatsu Shigemura # # $FreeBSD$ # PORTNAME= firemobilesimulator PORTVERSION= 1.2.2 CATEGORIES= www MASTER_SITES= https://ss1.xrea.com/poly.s49.xrea.com/dev/firefox/ DISTNAME= ${XPI_DISTNAME}_${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX} -MAINTAINER= nork@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Japanese Mobile Browser(NTT docomo/au/SoftBank) Simulator XPI_ID= {77cc852e-6b45-11dd-929f-d30256d89593} XPI_FILES= chrome.manifest chrome/msim.jar \ components/msimModifyHeaders.js \ components/msimStreamConverter.js \ components/nsDeviceProtocolHandler.js \ defaults/preferences/msim.js \ install.rdf license.txt XPI_DIRS= chrome components \ defaults/preferences defaults .include "${.CURDIR}/../xpi-adblock/Makefile.xpi" .include diff --git a/www/xpi-grab_and_drag/Makefile b/www/xpi-grab_and_drag/Makefile index ead3b9cb12b2..bd71fc4a0693 100644 --- a/www/xpi-grab_and_drag/Makefile +++ b/www/xpi-grab_and_drag/Makefile @@ -1,24 +1,24 @@ # New ports collection makefile for: xpi-grab_and_drag # Date created: 2009-04-26 # Whom: Norikatsu Shigemura # # $FreeBSD$ # PORTNAME= grab_and_drag PORTVERSION= 2.7.6 DISTVERSIONSUFFIX= -fx+tb CATEGORIES= www -MAINTAINER= nork@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Adobe Acrobat-style grab and drag scrolling XPI_NUM= 1250 XPI_ID= {477c4c36-24eb-11da-94d4-00e08161165f} XPI_FILES= chrome.manifest chrome/grabanddrag.jar \ defaults/preferences/gadDefaults.js \ icon.png install.rdf license.txt XPI_DIRS= chrome defaults/preferences defaults .include "${.CURDIR}/../xpi-adblock/Makefile.xpi" .include diff --git a/www/xpi-it_s_all_text/Makefile b/www/xpi-it_s_all_text/Makefile index 0ea9d87c2849..cd9e9cae343d 100644 --- a/www/xpi-it_s_all_text/Makefile +++ b/www/xpi-it_s_all_text/Makefile @@ -1,33 +1,33 @@ # New ports collection makefile for: xpi-it_s_all_text # Date created: 2009-04-26 # Whom: Norikatsu Shigemura # # $FreeBSD$ # PORTNAME= it_s_all_text PORTVERSION= 1.6.0 DISTVERSIONSUFFIX= -sm+fx CATEGORIES= www DISTNAME= ${PORTNAME:S/it_s/its/}-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX} -MAINTAINER= nork@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Edit textareas using an external editor XPI_NUM= 4125 XPI_ID= itsalltext@docwhat.gerf.org XPI_FILES= chrome.manifest \ chrome/content.jar chrome/da-DK.jar \ chrome/de-DE.jar chrome/en-US.jar \ chrome/es-ES.jar chrome/fr-FR.jar \ chrome/it-IT.jar chrome/ja-JP.jar \ chrome/nl-NL.jar chrome/pl-PL.jar \ chrome/pt-BR.jar chrome/sk-SK.jar \ chrome/zh-CN.jar chrome/zh-TW.jar \ defaults/preferences/itsalltext.js \ gpl.txt install.rdf XPI_DIRS= chrome \ defaults/preferences defaults .include "${.CURDIR}/../xpi-adblock/Makefile.xpi" .include diff --git a/www/xpi-jv/Makefile b/www/xpi-jv/Makefile index bc4db7ad5f7a..3f022e351c98 100644 --- a/www/xpi-jv/Makefile +++ b/www/xpi-jv/Makefile @@ -1,31 +1,31 @@ # New ports collection makefile for: xpi-jv # Date created: 2009-04-26 # Whom: Norikatsu Shigemura # # $FreeBSD$ # PORTNAME= jv PORTVERSION= 0.51 PORTREVISION= 0 DISTVERSIONSUFFIX= -fx CATEGORIES= www -MAINTAINER= nork@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= A lightweight vim-like editor for textareas XPI_NUM= 8529 XPI_ID= jv@eric.uhrhane XPI_FILES= chrome.manifest chrome/jv.jar \ defaults/preferences/prefs.js \ install.rdf XPI_DIRS= chrome \ defaults/preferences defaults REINPLACE_ARGS= -i "" post-patch: @${REINPLACE_CMD} "/em:maxVersion/s/3\.5\.\*/3.6.*/" ${WRKSRC}/install.rdf .include "${.CURDIR}/../xpi-adblock/Makefile.xpi" .include diff --git a/www/xpi-live_pagerank/Makefile b/www/xpi-live_pagerank/Makefile index d9c3c6cd3f39..d9601d39cd1f 100644 --- a/www/xpi-live_pagerank/Makefile +++ b/www/xpi-live_pagerank/Makefile @@ -1,23 +1,23 @@ # New ports collection makefile for: xpi-live_pagerank # Date created: 2009-04-26 # Whom: Norikatsu Shigemura # # $FreeBSD$ # PORTNAME= live_pagerank PORTVERSION= 0.9.7 DISTVERSIONSUFFIX= -fx CATEGORIES= www -MAINTAINER= nork@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Display PageRank for active URL XPI_NUM= 2007 XPI_ID= {8061ddcf-3632-4287-8d8a-133e219ae838} XPI_FILES= chrome.manifest chrome/livepr.jar \ install.rdf XPI_DIRS= chrome .include "${.CURDIR}/../xpi-adblock/Makefile.xpi" .include diff --git a/www/xpi-table2clipboard/Makefile b/www/xpi-table2clipboard/Makefile index 4b63b6c35467..f34d1c69ccd0 100644 --- a/www/xpi-table2clipboard/Makefile +++ b/www/xpi-table2clipboard/Makefile @@ -1,24 +1,24 @@ # New ports collection makefile for: xpi-table2clipboard # Date created: 2009-04-26 # Whom: Norikatsu Shigemura # # $FreeBSD$ # PORTNAME= table2clipboard PORTVERSION= 1.5.1 DISTVERSIONSUFFIX= -fx+tb+sm CATEGORIES= www -MAINTAINER= nork@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Table to Clipboard extension with correct disposition XPI_NUM= 1852 XPI_ID= {9ab67d74-ec41-4cb2-b417-df5d93ba1beb} XPI_FILES= chrome.manifest chrome/t2c.jar \ defaults/preferences/t2c.js \ install.rdf XPI_DIRS= chrome defaults/preferences defaults .include "${.CURDIR}/../xpi-adblock/Makefile.xpi" .include diff --git a/www/xpi-user_agent_switcher/Makefile b/www/xpi-user_agent_switcher/Makefile index 4dc47f7c2dbb..844cabfd6e0f 100644 --- a/www/xpi-user_agent_switcher/Makefile +++ b/www/xpi-user_agent_switcher/Makefile @@ -1,25 +1,25 @@ # New ports collection makefile for: xpi-user_agent_switcher # Date created: 2009-04-26 # Whom: Norikatsu Shigemura # # $FreeBSD$ # PORTNAME= user_agent_switcher PORTVERSION= 0.7.3 DISTVERSIONSUFFIX= -fx+sm CATEGORIES= www -MAINTAINER= nork@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= The User Agent Switcher extension XPI_NUM= 59 XPI_ID= {e968fc70-8f95-4ab9-9e79-304de2a71ee1} XPI_FILES= chrome.manifest \ chrome/useragentswitcher.jar \ install.js install.rdf \ license.txt XPI_DIRS= chrome .include "${.CURDIR}/../xpi-adblock/Makefile.xpi" .include diff --git a/x11-clocks/bmp-alarm/Makefile b/x11-clocks/bmp-alarm/Makefile index 9e085d3a60b3..ca4c98ab4de1 100644 --- a/x11-clocks/bmp-alarm/Makefile +++ b/x11-clocks/bmp-alarm/Makefile @@ -1,30 +1,30 @@ # New ports collection makefile for: bmp-alarm # Date created: 2005-05-22 # Whom: nork@FreeBSD.org # # $FreeBSD$ # PORTNAME= bmp-alarm PORTVERSION= 0.6.0 PORTREVISION= 7 CATEGORIES= x11-clocks MASTER_SITES= http://www.snika.uklinux.net/xmms-alarm/ -MAINTAINER= nork@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Alarm timer plugin for beep-media-player LIB_DEPENDS= beep.2:${PORTSDIR}/multimedia/beep-media-player USE_AUTOTOOLS= libtool USE_BZIP2= yes USE_GNOME= gtk20 GNU_CONFIGURE= yes PLIST_FILES= lib/bmp/General/libalarm.so # This is to avoid libtool running ldconfig -m ${LOCALBASE}/lib/bmp/General do-install: ${INSTALL_DATA} ${WRKSRC}/src/.libs/libalarm.so ${PREFIX}/lib/bmp/General .include diff --git a/x11-drivers/xf86-video-radeonhd-devel/Makefile b/x11-drivers/xf86-video-radeonhd-devel/Makefile index 806d776c679d..b7536df36968 100644 --- a/x11-drivers/xf86-video-radeonhd-devel/Makefile +++ b/x11-drivers/xf86-video-radeonhd-devel/Makefile @@ -1,40 +1,40 @@ # New ports collection makefile for: xf86-video-radeonhd-devel # Date Created: 2008-09-07 # Whom: nork@FreeBSD.org # # $FreeBSD$ # PORTNAME= xf86-video-radeonhd PORTVERSION= 1.3.0.20091101 PORTREVISION= 6 CATEGORIES= x11-drivers MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= nork PKGNAMESUFFIX= -devel -MAINTAINER= nork@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= X.Org ati RadeonHD display driver development version BUILD_DEPENDS= ${LOCALBASE}/share/aclocal/xorg-macros.m4:${PORTSDIR}/devel/xorg-macros \ ${LOCALBASE}/libdata/pkgconfig/gl.pc:${PORTSDIR}/graphics/libGL LIB_DEPENDS= pciaccess.0:${PORTSDIR}/devel/libpciaccess XORG_CAT= driver USE_XORG= damageproto glproto videoproto xextproto xf86driproto USE_AUTOTOOLS= automake:env aclocal:env autoconf libtool CONFLICTS= xf86-video-radeonhd-[0-9]* MAN4= radeonhd.4x ACLOCAL_ARGS= --acdir=${LOCALBASE}/share/aclocal pre-configure: cd ${WRKSRC} && ${SETENV} ${AUTOTOOLS_ENV} ${AUTORECONF} --force -v --install post-install: ${INSTALL_PROGRAM} ${WRKSRC}/utils/conntest/rhd_conntest ${PREFIX}/sbin ${INSTALL_PROGRAM} ${WRKSRC}/utils/conntest/rhd_dump ${PREFIX}/sbin .include diff --git a/x11-fonts/pcf2bdf/Makefile b/x11-fonts/pcf2bdf/Makefile index b75d2c6426c5..ce345db8b05f 100644 --- a/x11-fonts/pcf2bdf/Makefile +++ b/x11-fonts/pcf2bdf/Makefile @@ -1,29 +1,29 @@ # New ports collection makefile for: pcf2bdf # Date created: 2003/01/20 # Whom: nork@FreeBSD.org # # $FreeBSD$ # PORTNAME= pcf2bdf PORTVERSION= 1.04 CATEGORIES= x11-fonts MASTER_SITES= http://www.tsg.ne.jp/GANA/S/pcf2bdf/ EXTRACT_SUFX= .tgz -MAINTAINER= nork@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Convert X font from PCF to BDF NO_WRKSUBDIR= YES MAN1= pcf2bdf.1 PLIST_FILES= bin/pcf2bdf do-build: ${CXX} ${CXXFLAGS} -o ${WRKSRC}/pcf2bdf ${WRKSRC}/pcf2bdf.cc do-install: ${INSTALL_PROGRAM} ${WRKSRC}/pcf2bdf ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/pcf2bdf.man ${PREFIX}/man/man1/pcf2bdf.1 .include diff --git a/x11/gsynaptics/Makefile b/x11/gsynaptics/Makefile index 9a156430e2bc..42d1b9649da4 100644 --- a/x11/gsynaptics/Makefile +++ b/x11/gsynaptics/Makefile @@ -1,38 +1,38 @@ # New ports collection makefile for: gsynaptics # Date created: 2006-03-19 # Whom: Norikatsu Shigemura # # $FreeBSD$ # PORTNAME= gsynaptics PORTVERSION= 0.9.9 PORTREVISION= 14 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP} MASTER_SITE_SUBDIR= gsynaptics/21527 -MAINTAINER= nork@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= GNOME Synaptics Touchpad setting tool BUILD_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser USE_GNOME= lthack intlhack intltool pkgconfig gtk20 libgnome libglade2 libgnomeui USE_ICONV= yes USE_GMAKE= yes USE_PERL5= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib MAN1= gsynaptics.1 gsynaptics-init.1 post-install: @${CAT} ${PKGMESSAGE} .include RUN_DEPENDS+= ${LOCALBASE}/lib/xorg/modules/input/synaptics_drv.so:${PORTSDIR}/x11-drivers/xf86-input-synaptics .include