mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Upgrade to newer version.
This commit is contained in:
parent
4fabd36811
commit
da1b04d3b6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=2897
@ -1,14 +1,14 @@
|
||||
# New ports collection makefile for: noweb
|
||||
# Version required: noweb-2.7a
|
||||
# Version required: noweb-2.7d
|
||||
# Date created: 29 July 1995
|
||||
# Whom: thomas@ghpc8.ihf.rwth-aachen.de
|
||||
#
|
||||
# $Id: Makefile,v 1.4 1995/11/26 11:29:17 asami Exp $
|
||||
#
|
||||
|
||||
DISTNAME= noweb-2.7a
|
||||
DISTNAME= noweb-2.7d
|
||||
CATEGORIES+= devel
|
||||
MASTER_SITES= ftp://bellcore.com/pub/norman/
|
||||
MASTER_SITES= ftp://ftp.cs.purdue.edu/pub/nr/
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= thomas@ghpc8.ihf.rwth-aachen.de
|
||||
@ -20,7 +20,7 @@ WRKSRC= ${WRKDIR}/src
|
||||
|
||||
.if !defined(NOMANCOMPRESS)
|
||||
post-install:
|
||||
for i in nodefs noindex noroots notangle noweb cpif sl2h nowebstyle nuweb2noweb nowebfilters; \
|
||||
for i in htmltoc nodefs noindex noroots notangle noweb cpif sl2h nowebstyle nuweb2noweb nowebfilters; \
|
||||
do \
|
||||
gzip -9nf ${PREFIX}/man/man1/$$i.1; \
|
||||
done
|
||||
|
@ -1 +1 @@
|
||||
MD5 (noweb-2.7a.tgz) = 7c7f616edb941f1b314db5f723d876a3
|
||||
MD5 (noweb-2.7d.tgz) = ead37d445edc98f6cad6d820b3547a4e
|
||||
|
@ -35,11 +35,11 @@ diff -cr Makefile.orig Makefile
|
||||
# MAN is the root of your local man pages directory
|
||||
# MANEXT is the extension for your commands' man pages (usually 1 or l)
|
||||
# TEXINPUTS is the directory for TeX macro files
|
||||
! BIN=/usr/public/pkg/noweb/bin
|
||||
! LIB=/usr/public/pkg/noweb/lib
|
||||
! MAN=/usr/public/pkg/noweb/man
|
||||
! BIN=/usr/local/noweb
|
||||
! LIB=/usr/local/noweb/lib
|
||||
! MAN=/usr/local/noweb/man
|
||||
MANEXT=1
|
||||
! TEXINPUTS=/usr/public/pkg/tex/tex/inputs
|
||||
! TEXINPUTS=/usr/local/tex/inputs
|
||||
|
||||
# change WEAVE if you want a different version of noweave to be installed
|
||||
WEAVE=noweave
|
||||
@ -47,11 +47,11 @@ diff -cr Makefile.orig Makefile
|
||||
# MAN is the root of your local man pages directory
|
||||
# MANEXT is the extension for your commands' man pages (usually 1 or l)
|
||||
# TEXINPUTS is the directory for TeX macro files
|
||||
! BIN=/usr/local/bin
|
||||
! LIB=/usr/local/share/noweb
|
||||
! MAN=/usr/local/man
|
||||
! BIN=${PREFIX}/bin
|
||||
! LIB=${PREFIX}/share/noweb
|
||||
! MAN=${PREFIX}/man
|
||||
MANEXT=1
|
||||
! TEXINPUTS=/usr/local/lib/texmf/tex/misc
|
||||
! TEXINPUTS=${LIB}/tex
|
||||
|
||||
# change WEAVE if you want a different version of noweave to be installed
|
||||
WEAVE=noweave
|
||||
|
@ -1,3 +1,4 @@
|
||||
bin/htmltoc
|
||||
bin/nodefs
|
||||
bin/noindex
|
||||
bin/noroots
|
||||
@ -5,10 +6,12 @@ bin/notangle
|
||||
bin/nountangle
|
||||
bin/noweave
|
||||
bin/noweb
|
||||
bin/nuweb2noweb
|
||||
bin/cpif
|
||||
bin/sl2h
|
||||
share/noweb/autodefs.c
|
||||
share/noweb/autodefs.icon
|
||||
share/noweb/autodefs.pascal
|
||||
share/noweb/autodefs.sml
|
||||
share/noweb/autodefs.tex
|
||||
share/noweb/autodefs.yacc
|
||||
@ -25,8 +28,9 @@ share/noweb/toascii
|
||||
share/noweb/tohtml
|
||||
share/noweb/totex
|
||||
share/noweb/unmarkup
|
||||
lib/texmf/tex/misc/noweb.sty
|
||||
lib/texmf/tex/misc/nwmac.tex
|
||||
share/noweb/tex/noweb.sty
|
||||
share/noweb/tex/nwmac.tex
|
||||
man/man1/htmltoc.1.gz
|
||||
man/man1/nodefs.1.gz
|
||||
man/man1/noindex.1.gz
|
||||
man/man1/noroots.1.gz
|
||||
|
Loading…
Reference in New Issue
Block a user