mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 21:30:31 -04:00
Unbreak build:
- Update MASTER_SITES. - Fix styles. - Regenerate patches. - Remove the WWW: line from pkg-descr because it is no longer available. PR: 244238
This commit is contained in:
parent
82ddc2e107
commit
e7af5367ff
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=526858
4 changed files with 13 additions and 18 deletions
|
@ -6,14 +6,11 @@ DISTVERSION= 1.0b7
|
||||||
PORTREVISION= 5
|
PORTREVISION= 5
|
||||||
PORTEPOCH= 1
|
PORTEPOCH= 1
|
||||||
CATEGORIES= print www perl5
|
CATEGORIES= print www perl5
|
||||||
MASTER_SITES= http://user.it.uu.se/~jan/ \
|
MASTER_SITES= LOCAL/hrs
|
||||||
http://fossies.org/unix/www/
|
|
||||||
|
|
||||||
MAINTAINER= hrs@FreeBSD.org
|
MAINTAINER= hrs@FreeBSD.org
|
||||||
COMMENT= HTML to PostScript converter
|
COMMENT= HTML to PostScript converter
|
||||||
|
|
||||||
BROKEN= unfetchable
|
|
||||||
|
|
||||||
LICENSE= GPLv2
|
LICENSE= GPLv2
|
||||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
|
||||||
|
@ -31,8 +28,8 @@ PLIST_FILES= bin/html2ps \
|
||||||
etc/html2psrc \
|
etc/html2psrc \
|
||||||
man/man1/html2ps.1.gz \
|
man/man1/html2ps.1.gz \
|
||||||
man/man5/html2psrc.5.gz \
|
man/man5/html2psrc.5.gz \
|
||||||
%%DATADIR%%/html2ps.html \
|
${DATADIR_REL}/html2ps.html \
|
||||||
%%DATADIR%%/hyphen.tex
|
${DATADIR_REL}/hyphen.tex
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
@${REINPLACE_CMD} -e \
|
@${REINPLACE_CMD} -e \
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- html2ps.orig 2010-05-07 20:22:12.000000000 +0900
|
--- html2ps.orig 2010-05-07 11:22:12 UTC
|
||||||
+++ html2ps 2013-04-29 00:07:16.000000000 +0900
|
+++ html2ps
|
||||||
@@ -26,8 +26,9 @@
|
@@ -26,8 +26,9 @@ eval 'exec perl -S $0 "$@"'
|
||||||
# Set the name of the global configuration file. See the installation notes
|
# Set the name of the global configuration file. See the installation notes
|
||||||
# and manual page for more details on configuration files.
|
# and manual page for more details on configuration files.
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@
|
||||||
|
|
||||||
$conf=<<'EOR';
|
$conf=<<'EOR';
|
||||||
@html2ps {
|
@html2ps {
|
||||||
@@ -46,7 +47,7 @@
|
@@ -46,7 +47,7 @@ $conf=<<'EOR';
|
||||||
path: "";
|
path: "";
|
||||||
}
|
}
|
||||||
paper {
|
paper {
|
||||||
|
@ -21,7 +21,7 @@
|
||||||
height: "";
|
height: "";
|
||||||
width: "";
|
width: "";
|
||||||
}
|
}
|
||||||
@@ -613,6 +614,23 @@
|
@@ -613,6 +614,23 @@ for (0..10) {
|
||||||
$height{"b$_"}=int($temp*2**(1/2)*1000+.5)/10;
|
$height{"b$_"}=int($temp*2**(1/2)*1000+.5)/10;
|
||||||
}
|
}
|
||||||
if(!$pagew || !$pageh) {
|
if(!$pagew || !$pageh) {
|
||||||
|
@ -45,7 +45,7 @@
|
||||||
if($width{"\L$paper{'type'}"}) {
|
if($width{"\L$paper{'type'}"}) {
|
||||||
$paper{'width'}=$width{"\L$paper{'type'}"} if(!defined $paper{'width'});
|
$paper{'width'}=$width{"\L$paper{'type'}"} if(!defined $paper{'width'});
|
||||||
$paper{'height'}=$height{"\L$paper{'type'}"} if(!defined $paper{'height'});
|
$paper{'height'}=$height{"\L$paper{'type'}"} if(!defined $paper{'height'});
|
||||||
@@ -620,6 +638,7 @@
|
@@ -620,6 +638,7 @@ if(!$pagew || !$pageh) {
|
||||||
} elsif($paper{'type'}) {
|
} elsif($paper{'type'}) {
|
||||||
&dbg("Unknown paper type: $paper{'type'}\n");
|
&dbg("Unknown paper type: $paper{'type'}\n");
|
||||||
}
|
}
|
||||||
|
@ -53,7 +53,7 @@
|
||||||
}
|
}
|
||||||
if($opt_L) {
|
if($opt_L) {
|
||||||
$wl=$pageh-$mll-$mrl;
|
$wl=$pageh-$mll-$mrl;
|
||||||
@@ -3405,7 +3424,6 @@
|
@@ -3405,7 +3424,6 @@ sub Getopts {
|
||||||
local($optlist)=@_;
|
local($optlist)=@_;
|
||||||
local(@args,$_,$opt,$opts,$rest,$olist,$plist,$found,@popts);
|
local(@args,$_,$opt,$opts,$rest,$olist,$plist,$found,@popts);
|
||||||
local($errs)=0;
|
local($errs)=0;
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- html2ps.1.orig 2013-04-28 23:11:32.000000000 +0900
|
--- html2ps.1.orig 2010-05-07 11:22:12 UTC
|
||||||
+++ html2ps.1 2013-04-28 23:11:39.000000000 +0900
|
+++ html2ps.1
|
||||||
@@ -357,7 +357,7 @@
|
@@ -357,7 +357,7 @@ is: search the current directory first, and then the g
|
||||||
$HOME/.html2psrc
|
$HOME/.html2psrc
|
||||||
User configuration file, see html2psrc(5).
|
User configuration file, see html2psrc(5).
|
||||||
.SH SEE ALSO
|
.SH SEE ALSO
|
||||||
|
|
|
@ -15,5 +15,3 @@
|
||||||
Adobe Acrobat Distiller - the original hyperlinks in the HTML
|
Adobe Acrobat Distiller - the original hyperlinks in the HTML
|
||||||
documents will be retained in the PDF document.
|
documents will be retained in the PDF document.
|
||||||
- Automatic hyphenation and text justification can be selected.
|
- Automatic hyphenation and text justification can be selected.
|
||||||
|
|
||||||
WWW: http://www.tdb.uu.se/~jan/html2ps.html
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue