diff options
author | hrs <hrs@FreeBSD.org> | 2013-03-04 04:49:34 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2013-03-04 04:49:34 +0800 |
commit | 8986ee2e733d78344b96d93e641db716c2c0e6de (patch) | |
tree | 1e0cae41f559a2fdbd6f25b111005747d73240e9 /print | |
parent | d3690056a5704f6cc296bb82140f5acced2e09de (diff) | |
download | freebsd-ports-gnome-8986ee2e733d78344b96d93e641db716c2c0e6de.tar.gz freebsd-ports-gnome-8986ee2e733d78344b96d93e641db716c2c0e6de.tar.zst freebsd-ports-gnome-8986ee2e733d78344b96d93e641db716c2c0e6de.zip |
- Add CONFLICTS as a preparation of importing new TeX ports based on TeXLive.
No functional change.
- Style fixes.
Diffstat (limited to 'print')
-rw-r--r-- | print/dvipsk-tetex/Makefile | 11 | ||||
-rw-r--r-- | print/teTeX-base/Makefile | 16 | ||||
-rw-r--r-- | print/teTeX-texmf/Makefile | 11 | ||||
-rw-r--r-- | print/teTeX/Makefile | 13 | ||||
-rw-r--r-- | print/xdvik/Makefile | 13 |
5 files changed, 30 insertions, 34 deletions
diff --git a/print/dvipsk-tetex/Makefile b/print/dvipsk-tetex/Makefile index 32375bcc50b3..7f3dba7c5f55 100644 --- a/print/dvipsk-tetex/Makefile +++ b/print/dvipsk-tetex/Makefile @@ -1,12 +1,8 @@ -# New ports collection makefile for: dvipsk-tetex -# Date created: 5 May 2004 -# Whom: hrs -# # $FreeBSD$ PORTNAME= dvipsk-tetex PORTVERSION= 5.95a -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_TEX_CTAN} \ ftp://ftp.ascii.co.jp/pub/TeX/ascii-ptex/dvips/:1 @@ -53,7 +49,10 @@ CONFLICTS= *-teTeX-[0-9]* \ ja-ptex-*-[0-9]* \ dvips-[0-9]* \ *-dvips-[0-9]* \ - *-dvipsk-[0-9]* + *-dvipsk-[0-9]* \ + texlive-[0-9]* tex-web2c-[0-9]* \ + tex-kpathsea-[0-9]* tex-xdvik-[0-9]* \ + tex-dvipsk-[0-9]* tex-dvipdfmx-[0-9]* MAN1= dvips.1 afm2tfm.1 MLINKS= dvips.1 odvips.1 diff --git a/print/teTeX-base/Makefile b/print/teTeX-base/Makefile index cf05e6b9ef5f..a13fdc3345fb 100644 --- a/print/teTeX-base/Makefile +++ b/print/teTeX-base/Makefile @@ -1,13 +1,9 @@ -# New ports collection makefile for: teTeX-base -# Date created: 5 December 1996 -# Whom: Bernd Rosauer <br@netland.inka.de> -# +# Created by: Bernd Rosauer <br@netland.inka.de> # $FreeBSD$ -# PORTNAME= teTeX-base PORTVERSION= 3.0 -PORTREVISION= 23 +PORTREVISION= 24 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_TEX_CTAN} \ ftp://ftp.ascii.co.jp/pub/TeX/ascii-ptex/dvips/:1 @@ -26,8 +22,9 @@ RUN_DEPENDS= ${LOCALBASE}/${TEXMFDISTDIR}/LICENSE.texmf:${PORTSDIR}/print/teTeX- LIB_DEPENDS= png15:${PORTSDIR}/graphics/png \ wwwcore.1:${PORTSDIR}/www/libwww \ t1.5:${PORTSDIR}/devel/t1lib \ - gd.4:${PORTSDIR}/graphics/gd + gd.4:${PORTSDIR}/${GD_PORT} +GD_PORT?= graphics/gd WRKSRC= ${WRKDIR}/tetex-src-${PORTVERSION} GNU_CONFIGURE= yes USE_GMAKE= yes @@ -53,7 +50,10 @@ CONFIGURE_ENV= INSTALL_SCRIPT="${INSTALL_SCRIPT}" \ CFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/libpng15 PKGMESSAGE= ${WRKDIR}/pkg-message CONFLICTS= ja-ptex-base-[0-9]* latex2e-[0-9]* \ - tex-[0-9]* dvips-[0-9]* xdvi-[0-9]* + tex-[0-9]* dvips-[0-9]* xdvi-[0-9]* \ + texlive-[0-9]* tex-web2c-[0-9]* \ + tex-kpathsea-[0-9]* tex-xdvik-[0-9]* \ + tex-dvipsk-[0-9]* tex-dvipdfmx-[0-9]* MAN1= tie.1 kpseaccess.1 kpsereadlink.1 mpost.1 \ dmp.1 dvicopy.1 dvilj.1 dvipdfm.1 \ diff --git a/print/teTeX-texmf/Makefile b/print/teTeX-texmf/Makefile index 1ce17bea8501..f587d2831e3d 100644 --- a/print/teTeX-texmf/Makefile +++ b/print/teTeX-texmf/Makefile @@ -1,12 +1,8 @@ -# New ports collection makefile for: teTeX-texmf -# Date created: 5 June 2004 -# Whom: hrs -# # $FreeBSD$ PORTNAME= teTeX-texmf PORTVERSION= 3.0 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_TEX_CTAN} \ ftp://ftp.ascii.co.jp/pub/TeX/ascii-ptex/dvips/:1 @@ -24,7 +20,10 @@ RUN_DEPENDS= ${TEXMFLOCAL_LSR}:${PORTSDIR}/print/tex-texmflocal \ ${LOCALBASE}/share/fonts/amsfonts/doc/fonts/amsfonts/00README:${PORTSDIR}/print/font-amsfonts CONFLICTS= latex2e-[0-9]* tex-[0-9]* dvips-[0-9]* xdvi-[0-9]* \ - ja-ptext-base-[0-9]* + ja-ptext-base-[0-9]* \ + texlive-[0-9]* tex-web2c-[0-9]* \ + tex-kpathsea-[0-9]* tex-xdvik-[0-9]* \ + tex-dvipsk-[0-9]* tex-dvipdfmx-[0-9]* .include <bsd.port.pre.mk> diff --git a/print/teTeX/Makefile b/print/teTeX/Makefile index a888ef8e9958..a3387c7091fe 100644 --- a/print/teTeX/Makefile +++ b/print/teTeX/Makefile @@ -1,13 +1,9 @@ -# New ports collection makefile for: teTeX -# Date created: 5 December 1996 -# Whom: Bernd Rosauer <br@netland.inka.de> -# +# Created by: Bernd Rosauer <br@netland.inka.de> # $FreeBSD$ -# PORTNAME= teTeX PORTVERSION= 3.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= print MASTER_SITES= # empty DISTFILES= # empty @@ -34,7 +30,10 @@ RUN_DEPENDS+= xdvi:${PORTSDIR}/print/xdvik # in print/teTeX-base. DEPENDS_ARGS+= BATCH=yes -CONFLICTS= latex2e-[0-9]* tex-[0-9]* dvips-[0-9]* xdvi-[0-9]* +CONFLICTS= latex2e-[0-9]* tex-[0-9]* dvips-[0-9]* xdvi-[0-9]* \ + texlive-[0-9]* tex-web2c-[0-9]* \ + tex-kpathsea-[0-9]* tex-xdvik-[0-9]* \ + tex-dvipsk-[0-9]* tex-dvipdfmx-[0-9]* .if defined(WITH_LETTERSIZE) FLAVOR+= letter diff --git a/print/xdvik/Makefile b/print/xdvik/Makefile index 850fc7b97bc2..ac7814ac4d3f 100644 --- a/print/xdvik/Makefile +++ b/print/xdvik/Makefile @@ -1,13 +1,9 @@ -# New ports collection makefile for: xdvik -# Date created: 26 Feb 1998 -# Whom: Kentaro Inagaki <JBD01226@niftyserve.ne.jp> -# +# Created by: Kentaro Inagaki <JBD01226@niftyserve.ne.jp> # $FreeBSD$ -# PORTNAME= xdvik PORTVERSION= 22.84.16 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= print MASTER_SITES= SF/xdvi/${PORTNAME}/${PORTVERSION} PKGNAMESUFFIX= -tetex @@ -39,7 +35,10 @@ INSTALL_WRKSRC= ${WRKSRC}/texk/xdvik PLIST_SUB= TEXMFDIR=${TEXMFDIR} TEXMFCONFIGDIR=${TEXMFDIR}-config CONFLICTS_INSTALL= xdvi-[0-9]* xdvi-*-[0-9]* *-xdvi-[0-9]* \ - *-xdvik-[0-9]* ja-xdvik-*-[0-9]* + *-xdvik-[0-9]* ja-xdvik-*-[0-9]* \ + texlive-[0-9]* tex-web2c-[0-9]* \ + tex-kpathsea-[0-9]* tex-xdvik-[0-9]* \ + tex-dvipsk-[0-9]* tex-dvipdfmx-[0-9]* MAN1= xdvi.1 MLINKS= xdvi.1 oxdvi.1 |