mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
- Update to 20060531
- Host tarball locally - Take maintainership PR: ports/98203 Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
This commit is contained in:
parent
1f060da1eb
commit
1bb2dab941
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=164057
@ -5,14 +5,17 @@
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= foomatic-db-engine
|
||||
PORTVERSION= 3.0.2
|
||||
PORTNAME= engine
|
||||
PORTVERSION= 20060531
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= print
|
||||
MASTER_SITES= http://www.linuxprinting.org/download/foomatic/%SUBDIR%/
|
||||
MASTER_SITE_SUBDIR= . oldstuff
|
||||
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
||||
MASTER_SITE_SUBDIR= pav
|
||||
PKGNAMEPREFIX= foomatic-db-
|
||||
DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${FOOMATICVER}-${PORTVERSION}
|
||||
DIST_SUBDIR= foomatic
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= acardenas@bsd.org.pe
|
||||
COMMENT= Foomatic database engine
|
||||
|
||||
BUILD_DEPENDS= curl:${PORTSDIR}/ftp/curl
|
||||
@ -24,6 +27,8 @@ USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= PERL=${PERL} LIBDIR=${PREFIX}/share/foomatic/
|
||||
|
||||
FOOMATICVER= 3.0
|
||||
|
||||
MAN1= foomatic-printjob.1 foomatic-ppdfile.1 foomatic-perl-data.1 \
|
||||
foomatic-configure.1 foomatic-compiledb.1 foomatic-combo-xml.1 \
|
||||
foomatic-ppd-options.1
|
||||
@ -32,10 +37,10 @@ MAN8= foomatic-preferred-driver.8 \
|
||||
foomatic-addpjloptions.8
|
||||
|
||||
post-patch:
|
||||
@${PERL} -pi.bak -e \
|
||||
@${REINPLACE_CMD} -e \
|
||||
"s,sysconfdir=/etc,sysconfdir=\'${PREFIX}/etc\',g ; \
|
||||
s,/usr/local/etc:,${PREFIX}/etc:,g" ${WRKSRC}/configure
|
||||
@${PERL} -pi.bak -e \
|
||||
@${REINPLACE_CMD} -e \
|
||||
"s,/usr/local/bin:,${PREFIX}/bin:,g" ${WRKSRC}/Makefile.in
|
||||
|
||||
post-install:
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (foomatic-db-engine-3.0.2.tar.gz) = 3061b8d3f7870467e6fbeae8d4399211
|
||||
SHA256 (foomatic-db-engine-3.0.2.tar.gz) = d4070ec489d347810569bc6a9f6289be3b54ea42afea18116c0e06bf16e41a3c
|
||||
SIZE (foomatic-db-engine-3.0.2.tar.gz) = 286367
|
||||
MD5 (foomatic/foomatic-db-engine-3.0-20060531.tar.gz) = 75c4bb04054726493c6d0e373d02e071
|
||||
SHA256 (foomatic/foomatic-db-engine-3.0-20060531.tar.gz) = c3c9af257bb856095db89540edd20f2ac22698df2cf40feb9ae968b00eeac29b
|
||||
SIZE (foomatic/foomatic-db-engine-3.0-20060531.tar.gz) = 312455
|
||||
|
@ -6,12 +6,13 @@ bin/foomatic-perl-data
|
||||
bin/foomatic-ppd-options
|
||||
bin/foomatic-ppdfile
|
||||
bin/foomatic-printjob
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Foomatic/.packlist
|
||||
%%SITE_PERL%%/Foomatic/DB.pm
|
||||
%%SITE_PERL%%/Foomatic/Defaults.pm
|
||||
%%SITE_PERL%%/Foomatic/PPD.pm
|
||||
%%SITE_PERL%%/Foomatic/UIElem.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Foomatic/.packlist
|
||||
sbin/foomatic-addpjloptions
|
||||
sbin/foomatic-cleanupdrivers
|
||||
sbin/foomatic-fix-xml
|
||||
sbin/foomatic-getpjloptions
|
||||
sbin/foomatic-kitload
|
||||
@ -22,9 +23,9 @@ sbin/foomatic-replaceoldprinterids
|
||||
share/foomatic/templates/pjl_enum_choice.xml
|
||||
share/foomatic/templates/pjl_enum_option.xml
|
||||
share/foomatic/templates/pjl_num_option.xml
|
||||
@dirrm %%SITE_PERL%%/Foomatic
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Foomatic
|
||||
@dirrm share/foomatic/templates
|
||||
@dirrmtry share/foomatic
|
||||
@unexec rmdir %D/etc/foomatic
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Foomatic
|
||||
@dirrm %%SITE_PERL%%/Foomatic
|
||||
@dirrmtry etc/foomatic
|
||||
@exec mkdir -p %D/etc/foomatic
|
||||
|
Loading…
Reference in New Issue
Block a user