mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
- Upgrade to 1.1.15;
- Release maintainership. Notified by: portscout via miwi
This commit is contained in:
parent
477c266eb1
commit
56e63461f7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=246887
@ -6,12 +6,11 @@
|
||||
#
|
||||
|
||||
PORTNAME= sowing
|
||||
PORTVERSION= 1.1.12
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.1.15
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= ftp://info.mcs.anl.gov/pub/sowing/
|
||||
|
||||
MAINTAINER= thierry@FreeBSD.org
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Text processing tools to generate documentation from source files
|
||||
|
||||
BUILD_DEPENDS= ppmtogif:${PORTSDIR}/graphics/netpbm \
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (sowing-1.1.12.tar.gz) = d2412482a18d9cbd555fc21d9c4f0f56
|
||||
SHA256 (sowing-1.1.12.tar.gz) = 582a96c9292433da55550c6cef2ac6b3a79c73e224610b6d551e9aac46bce9d1
|
||||
SIZE (sowing-1.1.12.tar.gz) = 638068
|
||||
MD5 (sowing-1.1.15.tar.gz) = a322c0256f87408866d158ccebf4698d
|
||||
SHA256 (sowing-1.1.15.tar.gz) = 1b2380bf412eee1450e903078db662255fa7768feac4a6e9b1adf41868a2b889
|
||||
SIZE (sowing-1.1.15.tar.gz) = 500552
|
||||
|
19
textproc/sowing/files/patch-src_bfort_Makefile.in
Normal file
19
textproc/sowing/files/patch-src_bfort_Makefile.in
Normal file
@ -0,0 +1,19 @@
|
||||
--- ./src/bfort/Makefile.in.orig 2009-12-28 17:03:12.000000000 +0100
|
||||
+++ ./src/bfort/Makefile.in 2009-12-30 14:34:18.000000000 +0100
|
||||
@@ -4,14 +4,14 @@
|
||||
include ../../Makerules
|
||||
top_srcdir=@top_srcdir@
|
||||
srcdir=@srcdir@
|
||||
-datarootdir = @datarootdir@
|
||||
+datadir = @datadir@
|
||||
@VPATH@
|
||||
|
||||
INCLUDES = -I${top_srcdir}/include
|
||||
|
||||
LIBS = ../../lib/libsowing.a
|
||||
INCLUDES = -I${top_srcdir}/include -I../../include
|
||||
-DEFS = -DBASEDEF='"@datarootdir@/basedefs.txt"'
|
||||
+DEFS = -DBASEDEF='"@datadir@/basedefs.txt"'
|
||||
PROGRAMS = bfort
|
||||
|
||||
bfort: bfort.o doc.o
|
26
textproc/sowing/files/patch-src_tohtml_Makefile.in
Normal file
26
textproc/sowing/files/patch-src_tohtml_Makefile.in
Normal file
@ -0,0 +1,26 @@
|
||||
--- ./src/tohtml/Makefile.in.orig 2009-12-28 17:03:12.000000000 +0100
|
||||
+++ ./src/tohtml/Makefile.in 2009-12-30 14:36:54.000000000 +0100
|
||||
@@ -4,14 +4,14 @@
|
||||
include ../../Makerules
|
||||
top_srcdir=@top_srcdir@
|
||||
srcdir=@srcdir@
|
||||
-datarootdir = @datarootdir@
|
||||
+datadir = @datadir@
|
||||
@VPATH@
|
||||
|
||||
LIBS = ../../lib/libsowing.a
|
||||
INCLUDES = -I${top_srcdir}/include -I. -I../../include
|
||||
DEFS = -DPSPATH='"@bindir@/"' \
|
||||
- -DBMSOURCE='"@datarootdir@/"' \
|
||||
- -DBASEDEF='"@datarootdir@/basedefs.txt"'
|
||||
+ -DBMSOURCE='"@datadir@/"' \
|
||||
+ -DBASEDEF='"@datadir@/basedefs.txt"'
|
||||
PROGRAMS = tohtml tortf
|
||||
|
||||
BASEOBJS = search.o texactio.o rdaux.o rdindx.o label.o scan.o \
|
||||
@@ -40,4 +40,4 @@
|
||||
install:
|
||||
$(INSTALL_PROGRAM) tohtml @bindir@/tohtml
|
||||
$(INSTALL_PROGRAM) xwdsize @bindir@/xwdsize
|
||||
- $(INSTALL_DATA) basedefs.txt @datarootdir@/basedefs.txt
|
||||
+ $(INSTALL_DATA) basedefs.txt @datadir@/basedefs.txt
|
@ -10,22 +10,25 @@ bin/tohtml
|
||||
%%DATADIR%%/blueball.gif
|
||||
%%DATADIR%%/doctext/html.def
|
||||
%%DATADIR%%/doctext/htmlargtbl.def
|
||||
%%DATADIR%%/doctext/htmltabl.def
|
||||
%%DATADIR%%/doctext/htmlcolor.def
|
||||
%%DATADIR%%/doctext/htmltabl.def
|
||||
%%DATADIR%%/doctext/latex.def
|
||||
%%DATADIR%%/doctext/latexargtbl.def
|
||||
%%DATADIR%%/doctext/nroff.def
|
||||
%%DATADIR%%/greenball.gif
|
||||
%%DATADIR%%/html.def
|
||||
%%DATADIR%%/latex.def
|
||||
%%DATADIR%%/next.gif
|
||||
%%DATADIR%%/next.xbm
|
||||
%%DATADIR%%/nroff.def
|
||||
%%DATADIR%%/previous.gif
|
||||
%%DATADIR%%/previous.xbm
|
||||
%%DATADIR%%/pstoppm.ps
|
||||
%%DATADIR%%/purpleball.gif
|
||||
%%DATADIR%%/redball.gif
|
||||
%%DATADIR%%/refman.def
|
||||
%%DATADIR%%/refman.sty
|
||||
%%DATADIR%%/up.gif
|
||||
%%DATADIR%%/up.xbm
|
||||
%%DATADIR%%/yellowball.gif
|
||||
@dirrm %%DATADIR%%/doctext
|
||||
|
Loading…
Reference in New Issue
Block a user