Index: head/audio/xtuner/Makefile =================================================================== --- head/audio/xtuner/Makefile (revision 148128) +++ head/audio/xtuner/Makefile (revision 148129) @@ -1,29 +1,29 @@ # New ports collection makefile for: Xtuner # Date created: 19 December 96 # Whom: Lars Koeller # # $FreeBSD$ # PORTNAME= xtuner PORTVERSION= 2.1 CATEGORIES= audio MASTER_SITES= ftp://ftp.uni-bielefeld.de/pub/systems/FreeBSD/lkoeller/ DISTNAME= Xtuner-${PORTVERSION} -MAINTAINER= Lars.Koeller@Uni-Bielefeld.DE +MAINTAINER= ports@freebsd.org COMMENT= Xwindows interface for the RadioREVEAL and RadioTrack FM radio cards! LIB_DEPENDS= forms.1:${PORTSDIR}/x11-toolkits/xforms PLIST_FILES= bin/xtuner USE_IMAKE= YES USE_XPM= YES .include .if ${ARCH} == "sparc64" || ${ARCH} == "ia64" BROKEN= "Does not compile on sparc64 or ia64" .endif .include Property changes on: head/audio/xtuner/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.20 \ No newline at end of property +1.21 \ No newline at end of property Index: head/deskutils/xrolo/Makefile =================================================================== --- head/deskutils/xrolo/Makefile (revision 148128) +++ head/deskutils/xrolo/Makefile (revision 148129) @@ -1,37 +1,37 @@ # New ports collection makefile for: xrolo # Date created: 17 January 1999 # Whom: Lars Koeller # # $FreeBSD$ # PORTNAME= xrolo PORTVERSION= 2.6 CATEGORIES= deskutils MASTER_SITES= ftp://gatekeeper.dec.com/pub/X11-contrib/ \ ftp://ftp.postech.ac.kr/pub/X11/R5contrib/ \ ftp://ftp.uni-potsdam.de/pub/X11/open-look/ \ ftp://ftp.khoral.com/pub/dist/X/X11R5.contrib/ \ ftp://ftp.imag.fr/pub1/x11/xrolo/ \ ftp://ftp.uni-bielefeld.de/pub/systems/FreeBSD/lkoeller/ DISTNAME= ${PORTNAME}.v2p6 EXTRACT_SUFX= .tar.Z -MAINTAINER= Lars.Koeller@Uni-Bielefeld.DE +MAINTAINER= ports@freebsd.org COMMENT= Electronic rolodex LIB_DEPENDS= xview.3:${PORTSDIR}/x11-toolkits/xview WRKSRC= ${WRKDIR}/xrolo USE_IMAKE= yes MAN1= xrolo.1 PLIST_FILES= bin/xrolo .include .if ${OSVERSION} >= 504100 BROKEN= "Does not build on FreeBSD >= 5.x" .endif .include Property changes on: head/deskutils/xrolo/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.8 \ No newline at end of property +1.9 \ No newline at end of property Index: head/games/smiley/Makefile =================================================================== --- head/games/smiley/Makefile (revision 148128) +++ head/games/smiley/Makefile (revision 148129) @@ -1,35 +1,35 @@ # New ports collection makefile for: smiley # Date created: 15.12.2001 # Whom: Lars Köller # # $FreeBSD$ # PORTNAME= smiley PORTVERSION= 4.0 CATEGORIES= games # No external mirror available anymore #MASTER_SITES= ftp://ftp.fu-berlin.de/pub/unix/misc/smiley/ -MAINTAINER= Lars.Koeller@Uni-Bielefeld.de +MAINTAINER= ports@freebsd.org COMMENT= A "server" to print out a smiley with it's explanation WRKSRC= ${WRKDIR}/${PORTNAME} MAN1= "smiley.1" PLIST_FILES= bin/smiley post-patch: ${CP} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.input ${SED} "s|%CFLAGS%|${CFLAGS}|" ${WRKSRC}/Makefile.input > ${WRKSRC}/Makefile ${RM} -f ${WRKSRC}/Makefile.input do-install: ${MKDIR} ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin .if !defined(NOPORTDOCS) ${MKDIR} ${MANPREFIX}/man/man1 ${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MANPREFIX}/man/man1 .endif .include Property changes on: head/games/smiley/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/graphics/jpeg2ps-letter/Makefile =================================================================== --- head/graphics/jpeg2ps-letter/Makefile (revision 148128) +++ head/graphics/jpeg2ps-letter/Makefile (revision 148129) @@ -1,44 +1,44 @@ # New ports collection makefile for: jpeg2ps (letter) # Date created: 30 December 2000 # Whom: Lars Koeller # # $FreeBSD$ # PORTNAME= jpeg2ps PORTVERSION= 1.9 PORTREVISION= 1 CATEGORIES= graphics converters MASTER_SITES= http://www.pdflib.com/products/more/jpeg2ps/ PKGNAMESUFFIX= -${PAPERSIZE} -MAINTAINER= Lars.Koeller@Uni-Bielefeld.de +MAINTAINER= ports@freebsd.org COMMENT= Converter for JPEG compressed images to PostScript Level 2 PAPERSIZE?= letter INSTALL_TARGET= MAN1= jpeg2ps.1 PLIST_FILES= bin/jpeg2ps %%DOCSDIR%%/jpeg2ps.txt PLIST_DIRS= %%DOCSDIR%% .include .if ${PAPERSIZE} == a4 post-patch: ${CP} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.input ${SED} "s%CCFLAGS=-O -c%CCFLAGS=-O -c -DA4%" ${WRKSRC}/Makefile.input > ${WRKSRC}/Makefile ${RM} -f ${WRKSRC}/Makefile.input .endif post-install: ${INSTALL_PROGRAM} ${WRKSRC}/jpeg2ps ${PREFIX}/bin .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/jpeg2ps.txt ${DOCSDIR} ${INSTALL_MAN} ${WRKSRC}/jpeg2ps.1 ${MANPREFIX}/man/man1 .endif .include Property changes on: head/graphics/jpeg2ps-letter/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.9 \ No newline at end of property +1.10 \ No newline at end of property Index: head/math/fftw/Makefile =================================================================== --- head/math/fftw/Makefile (revision 148128) +++ head/math/fftw/Makefile (revision 148129) @@ -1,64 +1,64 @@ # New ports collection makefile for: fftw # Date created: Dec 28 1998 # Whom: Lars Koeller # # $FreeBSD$ # PORTNAME= fftw PORTVERSION= 2.1.5 PORTREVISION?= 2 CATEGORIES= math MASTER_SITES= ftp://ftp.fftw.org/pub/fftw/ \ ftp://ftp.fftw.org/pub/fftw/old/ \ ftp://theory.lcs.mit.edu/pub/fftw/ \ ftp://pm.cse.rmit.edu.au/pub/dsp/fftw/ PKGNAMESUFFIX= ${FFTW_PKGNAMESUFFIX} -MAINTAINER= Lars.Koeller@Uni-Bielefeld.DE +MAINTAINER= ports@freebsd.org COMMENT?= Fast C routines to compute the Discrete Fourier Transform # current flavors: default, float FFTW_FLAVOR?= default FFTW_SUFIX= USE_REINPLACE= yes USE_GMAKE= yes USE_LIBTOOL_VER=15 CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= MAKEINFO="makeinfo --no-split" CONFIGURE_ARGS= --enable-shared INSTALLS_SHLIB= yes PLIST_SUB= FFTW_SUFX="${FFTW_SUFX}" .include .if ${FFTW_FLAVOR}=="float" CONFIGURE_ARGS+= --enable-float --enable-type-prefix FFTW_SUFX= s FFTW_PKGNAMESUFFIX= -float INSTALL_TARGET= install-exec PLIST_SUB+= DEF="@comment " .else INFO= fftw PLIST_SUB+= DEF="" .endif .if ${ARCH} == "i386" CONFIGURE_ARGS+= --enable-i386-hacks .endif post-patch: @${RM} ${WRKSRC}/doc/fftw.info* post-install: .if ${FFTW_FLAVOR}=="default" .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/doc/fftw.ps ${DOCSDIR}/fftw.ps .endif .endif .include Property changes on: head/math/fftw/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.22 \ No newline at end of property +1.23 \ No newline at end of property Index: head/math/grace/Makefile =================================================================== --- head/math/grace/Makefile (revision 148128) +++ head/math/grace/Makefile (revision 148129) @@ -1,53 +1,53 @@ # New ports collection makefile for: grace # Date created: Dec 28 1998 # Whom: Lars Köller # # $FreeBSD$ # PORTNAME= grace PORTVERSION= 5.1.18 PORTREVISION= 1 CATEGORIES= math print # MASTER_SITES= ftp://plasma-gate.weizmann.ac.il/pub/grace/src/stable/ \ ftp://linux.mathematik.tu-darmstadt.de/pub/linux/mirrors/misc/grace/src/stable/ -MAINTAINER= Lars.Koeller@Uni-Bielefeld.DE +MAINTAINER= ports@freebsd.org COMMENT= A powerful plotting tool (successor of xmgr) LIB_DEPENDS= Xbae:${PORTSDIR}/x11-toolkits/xbae \ netcdf.1:${PORTSDIR}/math/netcdf \ fftw.2:${PORTSDIR}/math/fftw \ tiff.4:${PORTSDIR}/graphics/tiff \ jpeg.9:${PORTSDIR}/graphics/jpeg \ png.5:${PORTSDIR}/graphics/png \ t1:${PORTSDIR}/devel/t1lib \ XmHTML.1:${PORTSDIR}/x11-toolkits/xmhtml \ pdf.7:${PORTSDIR}/print/pdflib MAN1= convcal.1 grace.1 xmgrace.1 gracebat.1 grconvert.1 USE_X_PREFIX= YES USE_GMAKE= YES USE_MOTIF= YES USE_REINPLACE= YES GNU_CONFIGURE= YES CONFIGURE_ARGS= \ --with-extra-incpath=${X11BASE}/include/X11:${LOCALBASE}/include \ --with-extra-ldpath=${LOCALBASE}/lib --without-bundled_xbae \ --enable-grace-home=${X11BASE}/lib/X11/grace ALL_TARGET= # empty INSTALL_TARGET= install links post-patch: @${REINPLACE_CMD} -e "s%-lXm %${MOTIFLIB} %" ${WRKSRC}/configure post-install: .if !defined(NOPORTDOCS) if [ ! -e ${DOCSDIR} ]; then \ ${LN} -s ${X11BASE}/lib/X11/grace/doc ${DOCSDIR}; \ fi .endif .include Property changes on: head/math/grace/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.45 \ No newline at end of property +1.46 \ No newline at end of property Index: head/print/hp2xx/Makefile =================================================================== --- head/print/hp2xx/Makefile (revision 148128) +++ head/print/hp2xx/Makefile (revision 148129) @@ -1,46 +1,46 @@ # New ports collection makefile for: hp2xx # Date created: 17 Jan 1999 # Whom: Lars Koeller # # $FreeBSD$ # PORTNAME= hp2xx PORTVERSION= 3.4.4 CATEGORIES= print x11 MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= Lars.Koeller@Uni-Bielefeld.DE +MAINTAINER= ports@freebsd.org COMMENT= A HPGL to vector- and raster formats converter and previewer for X11 LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ tiff.4:${PORTSDIR}/graphics/tiff WRKSRC= ${WRKDIR}/${DISTNAME}/sources USE_GETOPT_LONG= yes MAKE_ENV= DEFINES="${CPPFLAGS}" ALL_LIBS="${LDFLAGS}" \ PREVIEWER="${PREVIEWER}" MAN1= hp2xx.1 CPPFLAGS= -DUNIX -I${LOCALBASE}/include LDFLAGS= -lm -L${LOCALBASE}/lib -ltiff -lpng -lz .if defined(WITHOUT_X11) PKGNAMESUFFIX= -nox11 PREVIEWER= no_prev .else USE_XLIB= yes CPPFLAGS+= -DHAS_UNIX_X11 -I${X11BASE}/include LDFLAGS+= -L${X11BASE}/lib -lX11 PREVIEWER= to_x11 .endif post-install: .for info in hp2xx.info install-info ${PREFIX}/info/${info} ${PREFIX}/info/dir .endfor .include Property changes on: head/print/hp2xx/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.13 \ No newline at end of property +1.14 \ No newline at end of property Index: head/x11-clocks/tclock/Makefile =================================================================== --- head/x11-clocks/tclock/Makefile (revision 148128) +++ head/x11-clocks/tclock/Makefile (revision 148129) @@ -1,23 +1,23 @@ # New ports collection makefile for: tclock # Date created: So 7 Feb 1999 20:50:43 MET # Whom: Lars Koeller # # $FreeBSD$ # PORTNAME= tclock PORTVERSION= 1.0.1 CATEGORIES= x11-clocks MASTER_SITES= ftp://ftp.uni-potsdam.de/pub/X11/tools/clocks/ \ ftp://ftp.uni-bielefeld.de/pub/systems/FreeBSD/lkoeller/ EXTRACT_SUFX= .tar.Z -MAINTAINER= Lars.Koeller@Uni-Bielefeld.DE +MAINTAINER= ports@freebsd.org COMMENT= Transparent analog clock for x11 NO_WRKSUBDIR= yes USE_IMAKE= yes MAN1= tclock.1 PLIST_FILES= bin/tclock .include Property changes on: head/x11-clocks/tclock/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.8 \ No newline at end of property +1.9 \ No newline at end of property Index: head/x11-toolkits/xbae/Makefile =================================================================== --- head/x11-toolkits/xbae/Makefile (revision 148128) +++ head/x11-toolkits/xbae/Makefile (revision 148129) @@ -1,32 +1,32 @@ # New ports collection makefile for: Xbae # Date created: 11 December 96 # Whom: Lars Koeller # With some # modifications from: Andreas Klemm # # $FreeBSD$ # PORTNAME= Xbae PORTVERSION= 4.50.91 CATEGORIES= x11-toolkits math MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= xbae DISTNAME= Xbae-${PORTVERSION} -MAINTAINER= Lars.Koeller@Uni-Bielefeld.de +MAINTAINER= ports@freebsd.org COMMENT= A Motif-based widget which displays a grid of cells as a spreadsheet USE_LIBTOOL_VER=13 INSTALLS_SHLIB= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_MOTIF= yes USE_X_PREFIX= yes GNU_CONFIGURE= yes CONFIGURE_ARGS=--enable-production MAN3= XbaeCaption.3 XbaeInput.3 XbaeMatrix.3 .include Property changes on: head/x11-toolkits/xbae/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.27 \ No newline at end of property +1.28 \ No newline at end of property Index: head/x11-toolkits/xmhtml/Makefile =================================================================== --- head/x11-toolkits/xmhtml/Makefile (revision 148128) +++ head/x11-toolkits/xmhtml/Makefile (revision 148129) @@ -1,54 +1,54 @@ # New ports collection makefile for: xmhtml # Date created: 18 Feb 1999 # Whom: Peter Hawkins # # $FreeBSD$ # PORTNAME= XmHTML PORTVERSION= 1.1.7 PORTREVISION= 2 CATEGORIES= x11-toolkits www MASTER_SITES= http://www.xs4all.nl/~ripley/XmHTML/dist/ -MAINTAINER= Lars.Koeller@Uni-Bielefeld.de +MAINTAINER= ports@freebsd.org COMMENT= A Motif widget set for displaying HTML 3.2 documents LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ jpeg.9:${PORTSDIR}/graphics/jpeg WANT_LIBTOOL_VER=13 USE_MOTIF= yes USE_X_PREFIX= yes USE_GMAKE= yes MAKE_ENV= CC="${LIBTOOL} ${CC}" INSTALLS_SHLIB= yes EXMP_DIR= ${PREFIX}/share/examples/${PORTNAME} DOCS_DIR= ${PREFIX}/share/doc/${PORTNAME} do-configure: @${DO_NADA} post-build: ${RM} -rf ${WRKSRC}/examples/.libs ${WRKSRC}/examples/*.lo ${WRKSRC}/examples/*.o ${RM} -rf ${WRKSRC}/book/.libs ${WRKSRC}/book/*.lo ${WRKSRC}/book/*.o ${RM} -rf ${WRKSRC}/contrib/.libs ${WRKSRC}/contrib/*.lo ${WRKSRC}/contrib/*.o do-install: ${LIBTOOL} --mode=install ${INSTALL_DATA} \ ${WRKSRC}/lib/libXmHTML.la ${PREFIX}/lib ${RM} -f ${PREFIX}/lib/libXmHTML.la @${MKDIR} ${PREFIX}/include/XmHTML ${INSTALL_DATA} ${WRKSRC}/include/XmHTML/*.h ${PREFIX}/include/XmHTML .if !defined(NOPORTDOCS) @${ECHO_MSG} "===> Installing examples into ${EXMP_DIR}" @${MKDIR} ${EXMP_DIR} ${TAR} -C ${WRKSRC} -cpf- book contrib examples | \ ${TAR} -C ${EXMP_DIR} -xpf- @${ECHO_MSG} "===> Installing docs into ${DOCS_DIR}" @${MKDIR} ${DOCS_DIR} ${TAR} -C ${WRKSRC}/html -cpf- . | ${TAR} -C ${DOCS_DIR} -xpf- .endif .include Property changes on: head/x11-toolkits/xmhtml/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.22 \ No newline at end of property +1.23 \ No newline at end of property