-
Notifications
You must be signed in to change notification settings - Fork 164
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adjust dependancies and bump PKGREVISION due to:
- teTeX 1.0.x packages have been moved to teTeX1* directories. - teTeX 2.0.x packages have been moved to teTeX* directories and their base name has been changed to teTeX (instead of teTeX2).
- Loading branch information
jmmv
committed
Dec 24, 2003
1 parent
3409558
commit eeee7fa
Showing
27 changed files
with
85 additions
and
72 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
# $NetBSD: Makefile,v 1.16 2003/07/17 21:30:11 grant Exp $ | ||
# $NetBSD: Makefile,v 1.17 2003/12/24 13:02:00 jmmv Exp $ | ||
# | ||
# XXX This package needs to be installed with the same PREFIX as teTeX | ||
# | ||
|
||
DISTNAME= cweb-3.64 | ||
PKGREVISION= 1 | ||
WRKSRC= ${WRKDIR} | ||
CATEGORIES= devel lang | ||
MASTER_SITES= ${MASTER_SITE_TEX_CTAN:=web/cweb/} | ||
|
@@ -12,7 +13,9 @@ MAINTAINER= [email protected] | |
HOMEPAGE= http://www-cs-faculty.stanford.edu/~knuth/cweb.html | ||
COMMENT= CWEB System of Structured Documentation | ||
|
||
DEPENDS+= teTeX-[0-9]*:../../print/teTeX | ||
CONFLICTS+= teTeX-bin>=2.0 | ||
|
||
DEPENDS+= teTeX-[0-9]*:../../print/teTeX1 | ||
|
||
post-patch: | ||
${MV} ${WRKSRC}/cweb.1 ${WRKSRC}/cweb.1.dist | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
# $NetBSD: Makefile,v 1.16 2003/12/23 21:10:22 jmmv Exp $ | ||
# $NetBSD: Makefile,v 1.17 2003/12/24 13:02:00 jmmv Exp $ | ||
|
||
DISTNAME= doxygen-1.3.5.src | ||
PKGNAME= doxygen-1.3.5 | ||
PKGREVISION= 1 | ||
PKGREVISION= 2 | ||
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} | ||
CATEGORIES= devel | ||
MASTER_SITES= ftp://ftp.stack.nl/pub/users/dimitri/ | ||
|
@@ -11,7 +11,7 @@ MAINTAINER= [email protected] | |
HOMEPAGE= http://www.doxygen.org/ | ||
COMMENT= Documentation system for C++, Java, IDL and C | ||
|
||
DEPENDS+= {teTeX-[0-9]*,teTeX2-[0-9]*}:../../print/teTeX2 | ||
DEPENDS+= teTeX-[0-9]*:../../print/teTeX | ||
|
||
USE_GMAKE= yes | ||
USE_PERL5= yes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
# $NetBSD: Makefile,v 1.18 2003/10/08 20:58:05 reed Exp $ | ||
# $NetBSD: Makefile,v 1.19 2003/12/24 13:02:00 jmmv Exp $ | ||
|
||
DISTNAME= TeXmacs-1.0.1-src | ||
PKGNAME= ${DISTNAME:S/-src//} | ||
PKGREVISION= 3 | ||
PKGREVISION= 4 | ||
CATEGORIES= editors | ||
MASTER_SITES= ftp://ftp.texmacs.org/pub/TeXmacs/targz/ | ||
|
||
MAINTAINER= [email protected] | ||
HOMEPAGE= http://www.texmacs.org | ||
COMMENT= GNU TeXmacs (free scientific text editor) | ||
|
||
DEPENDS+= teTeX{,2}>=1.0:../../print/teTeX | ||
DEPENDS+= teTeX>=1.0:../../print/teTeX | ||
|
||
ALL_TARGET= TEXMACS | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
# $NetBSD: Makefile,v 1.40 2003/12/23 10:39:30 sketch Exp $ | ||
# $NetBSD: Makefile,v 1.41 2003/12/24 13:02:00 jmmv Exp $ | ||
# FreeBSD Id: Makefile,v 1.18 1998/09/27 20:10:45 steve Exp | ||
|
||
DISTNAME= octave-2.0.17 | ||
PKGREVISION= 1 | ||
CATEGORIES= math | ||
MASTER_SITES= ftp://ftp.che.wisc.edu/pub/octave/ \ | ||
ftp://ftp.math.uni-hamburg.de/pub/soft/math/octave/ \ | ||
|
@@ -14,7 +15,7 @@ MAINTAINER= [email protected] | |
HOMEPAGE= http://www.che.wisc.edu/octave/ | ||
COMMENT= High-level language, primarily intended for numerical computations | ||
|
||
BUILD_DEPENDS+= teTeX{,2}>=1.0.7:../../print/teTeX | ||
BUILD_DEPENDS+= teTeX>=1.0.7:../../print/teTeX | ||
DEPENDS+= gnuplot{,-nox11}>=3.7:../../graphics/gnuplot | ||
|
||
CONFLICTS+= octave-2.1.* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,15 @@ | ||
# $NetBSD: Makefile,v 1.1.1.1 2003/08/31 01:43:23 jtb Exp $ | ||
# $NetBSD: Makefile,v 1.2 2003/12/24 13:02:00 jmmv Exp $ | ||
|
||
DISTNAME= advi-1.4.0 | ||
PKGREVISION= 1 | ||
CATEGORIES= print | ||
MASTER_SITES= ftp://ftp.inria.fr/INRIA/Projects/cristal/advi/ | ||
|
||
MAINTAINER= [email protected] | ||
HOMEPAGE= http://pauillac.inria.fr/advi/ | ||
COMMENT= Active-DVI Presenter | ||
|
||
DEPENDS+= {teTeX-[0-9]*,teTeX2-[0-9]*}:../../print/teTeX | ||
DEPENDS+= teTeX-[0-9]*:../../print/teTeX | ||
|
||
USE_BUILDLINK2= yes | ||
USE_PKGLOCALEDIR= yes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
# $NetBSD: Makefile,v 1.5 2003/07/21 17:16:24 martti Exp $ | ||
# $NetBSD: Makefile,v 1.6 2003/12/24 13:02:01 jmmv Exp $ | ||
|
||
DISTNAME= ptex-texmf-2.1 | ||
PKGNAME= ja-ptex-share-2.1 | ||
PKGREVISION= 1 | ||
WRKSRC= ${WRKDIR} | ||
CATEGORIES= print japanese | ||
MASTER_SITES= ftp://ftp.ascii.co.jp/pub/TeX/ascii-ptex/tetex/ \ | ||
|
@@ -18,7 +19,7 @@ MAINTAINER= [email protected] | |
HOMEPAGE= http://www.ascii.co.jp/pb/ptex/ | ||
COMMENT= Library files for pTeX | ||
|
||
DEPENDS+= teTeX2>=2.0.1:../../print/teTeX2 | ||
DEPENDS+= teTeX>=2.0.1:../../print/teTeX | ||
|
||
DIST_SUBDIR= teTeX | ||
NO_CONFIGURE= YES | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.