1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00

unzip -La converts to lowercase file names and strips away the messy

^M's ... rest in peace for the sed line .. ;-)
This commit is contained in:
Andreas Klemm 1997-08-27 16:00:04 +00:00
parent 758670500f
commit 112a8f60b9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=7703
8 changed files with 16 additions and 48 deletions

View File

@ -3,7 +3,7 @@
# Date created: Tue Jun 10 21:58:54 CEST 1997
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
#
# $Id: Makefile,v 1.6 1997/08/24 14:36:24 andreas Exp $
# $Id: Makefile,v 1.7 1997/08/27 06:52:42 andreas Exp $
#
DISTNAME= ghostscript-5.03
@ -60,11 +60,7 @@ post-extract:
touch ${WRKSRC}/trees.o
ln -s ${PORTSDIR}/graphics/jpeg/work/jpeg-6a ${WRKSRC}/jpeg-6a
ln -s ${PORTSDIR}/graphics/png/work/libpng-0.96 ${WRKSRC}/libpng
cd ${WRKSRC} && unzip ${DISTDIR}/${HP850_DRV}
.for file in gdevcd8.c gdevcd8.h
# ( cd ${WRKSRC} && sed -e "s/\\\\,//" < ${file} | sed -e "s/\\ //" > ${file}.tmp && mv ${file}.tmp ${file} )
( cd ${WRKSRC} && sed -e "s/ //" < ${file} > ${file}.tmp && mv ${file}.tmp ${file} )
.endfor
cd ${WRKSRC} && unzip -La ${DISTDIR}/${HP850_DRV}
do-configure:
.if defined(BATCH)

View File

@ -3,7 +3,7 @@
# Date created: Tue Jun 10 21:58:54 CEST 1997
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
#
# $Id: Makefile,v 1.6 1997/08/24 14:36:24 andreas Exp $
# $Id: Makefile,v 1.7 1997/08/27 06:52:42 andreas Exp $
#
DISTNAME= ghostscript-5.03
@ -60,11 +60,7 @@ post-extract:
touch ${WRKSRC}/trees.o
ln -s ${PORTSDIR}/graphics/jpeg/work/jpeg-6a ${WRKSRC}/jpeg-6a
ln -s ${PORTSDIR}/graphics/png/work/libpng-0.96 ${WRKSRC}/libpng
cd ${WRKSRC} && unzip ${DISTDIR}/${HP850_DRV}
.for file in gdevcd8.c gdevcd8.h
# ( cd ${WRKSRC} && sed -e "s/\\\\,//" < ${file} | sed -e "s/\\ //" > ${file}.tmp && mv ${file}.tmp ${file} )
( cd ${WRKSRC} && sed -e "s/ //" < ${file} > ${file}.tmp && mv ${file}.tmp ${file} )
.endfor
cd ${WRKSRC} && unzip -La ${DISTDIR}/${HP850_DRV}
do-configure:
.if defined(BATCH)

View File

@ -3,7 +3,7 @@
# Date created: Tue Jun 10 21:58:54 CEST 1997
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
#
# $Id: Makefile,v 1.6 1997/08/24 14:36:24 andreas Exp $
# $Id: Makefile,v 1.7 1997/08/27 06:52:42 andreas Exp $
#
DISTNAME= ghostscript-5.03
@ -60,11 +60,7 @@ post-extract:
touch ${WRKSRC}/trees.o
ln -s ${PORTSDIR}/graphics/jpeg/work/jpeg-6a ${WRKSRC}/jpeg-6a
ln -s ${PORTSDIR}/graphics/png/work/libpng-0.96 ${WRKSRC}/libpng
cd ${WRKSRC} && unzip ${DISTDIR}/${HP850_DRV}
.for file in gdevcd8.c gdevcd8.h
# ( cd ${WRKSRC} && sed -e "s/\\\\,//" < ${file} | sed -e "s/\\ //" > ${file}.tmp && mv ${file}.tmp ${file} )
( cd ${WRKSRC} && sed -e "s/ //" < ${file} > ${file}.tmp && mv ${file}.tmp ${file} )
.endfor
cd ${WRKSRC} && unzip -La ${DISTDIR}/${HP850_DRV}
do-configure:
.if defined(BATCH)

View File

@ -3,7 +3,7 @@
# Date created: Tue Jun 10 21:58:54 CEST 1997
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
#
# $Id: Makefile,v 1.6 1997/08/24 14:36:24 andreas Exp $
# $Id: Makefile,v 1.7 1997/08/27 06:52:42 andreas Exp $
#
DISTNAME= ghostscript-5.03
@ -60,11 +60,7 @@ post-extract:
touch ${WRKSRC}/trees.o
ln -s ${PORTSDIR}/graphics/jpeg/work/jpeg-6a ${WRKSRC}/jpeg-6a
ln -s ${PORTSDIR}/graphics/png/work/libpng-0.96 ${WRKSRC}/libpng
cd ${WRKSRC} && unzip ${DISTDIR}/${HP850_DRV}
.for file in gdevcd8.c gdevcd8.h
# ( cd ${WRKSRC} && sed -e "s/\\\\,//" < ${file} | sed -e "s/\\ //" > ${file}.tmp && mv ${file}.tmp ${file} )
( cd ${WRKSRC} && sed -e "s/ //" < ${file} > ${file}.tmp && mv ${file}.tmp ${file} )
.endfor
cd ${WRKSRC} && unzip -La ${DISTDIR}/${HP850_DRV}
do-configure:
.if defined(BATCH)

View File

@ -3,7 +3,7 @@
# Date created: Tue Jun 10 21:58:54 CEST 1997
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
#
# $Id: Makefile,v 1.6 1997/08/24 14:36:24 andreas Exp $
# $Id: Makefile,v 1.7 1997/08/27 06:52:42 andreas Exp $
#
DISTNAME= ghostscript-5.03
@ -60,11 +60,7 @@ post-extract:
touch ${WRKSRC}/trees.o
ln -s ${PORTSDIR}/graphics/jpeg/work/jpeg-6a ${WRKSRC}/jpeg-6a
ln -s ${PORTSDIR}/graphics/png/work/libpng-0.96 ${WRKSRC}/libpng
cd ${WRKSRC} && unzip ${DISTDIR}/${HP850_DRV}
.for file in gdevcd8.c gdevcd8.h
# ( cd ${WRKSRC} && sed -e "s/\\\\,//" < ${file} | sed -e "s/\\ //" > ${file}.tmp && mv ${file}.tmp ${file} )
( cd ${WRKSRC} && sed -e "s/ //" < ${file} > ${file}.tmp && mv ${file}.tmp ${file} )
.endfor
cd ${WRKSRC} && unzip -La ${DISTDIR}/${HP850_DRV}
do-configure:
.if defined(BATCH)

View File

@ -3,7 +3,7 @@
# Date created: Tue Jun 10 21:58:54 CEST 1997
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
#
# $Id: Makefile,v 1.6 1997/08/24 14:36:24 andreas Exp $
# $Id: Makefile,v 1.7 1997/08/27 06:52:42 andreas Exp $
#
DISTNAME= ghostscript-5.03
@ -60,11 +60,7 @@ post-extract:
touch ${WRKSRC}/trees.o
ln -s ${PORTSDIR}/graphics/jpeg/work/jpeg-6a ${WRKSRC}/jpeg-6a
ln -s ${PORTSDIR}/graphics/png/work/libpng-0.96 ${WRKSRC}/libpng
cd ${WRKSRC} && unzip ${DISTDIR}/${HP850_DRV}
.for file in gdevcd8.c gdevcd8.h
# ( cd ${WRKSRC} && sed -e "s/\\\\,//" < ${file} | sed -e "s/\\ //" > ${file}.tmp && mv ${file}.tmp ${file} )
( cd ${WRKSRC} && sed -e "s/ //" < ${file} > ${file}.tmp && mv ${file}.tmp ${file} )
.endfor
cd ${WRKSRC} && unzip -La ${DISTDIR}/${HP850_DRV}
do-configure:
.if defined(BATCH)

View File

@ -3,7 +3,7 @@
# Date created: Tue Jun 10 21:58:54 CEST 1997
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
#
# $Id: Makefile,v 1.6 1997/08/24 14:36:24 andreas Exp $
# $Id: Makefile,v 1.7 1997/08/27 06:52:42 andreas Exp $
#
DISTNAME= ghostscript-5.03
@ -60,11 +60,7 @@ post-extract:
touch ${WRKSRC}/trees.o
ln -s ${PORTSDIR}/graphics/jpeg/work/jpeg-6a ${WRKSRC}/jpeg-6a
ln -s ${PORTSDIR}/graphics/png/work/libpng-0.96 ${WRKSRC}/libpng
cd ${WRKSRC} && unzip ${DISTDIR}/${HP850_DRV}
.for file in gdevcd8.c gdevcd8.h
# ( cd ${WRKSRC} && sed -e "s/\\\\,//" < ${file} | sed -e "s/\\ //" > ${file}.tmp && mv ${file}.tmp ${file} )
( cd ${WRKSRC} && sed -e "s/ //" < ${file} > ${file}.tmp && mv ${file}.tmp ${file} )
.endfor
cd ${WRKSRC} && unzip -La ${DISTDIR}/${HP850_DRV}
do-configure:
.if defined(BATCH)

View File

@ -3,7 +3,7 @@
# Date created: Tue Jun 10 21:58:54 CEST 1997
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
#
# $Id: Makefile,v 1.6 1997/08/24 14:36:24 andreas Exp $
# $Id: Makefile,v 1.7 1997/08/27 06:52:42 andreas Exp $
#
DISTNAME= ghostscript-5.03
@ -60,11 +60,7 @@ post-extract:
touch ${WRKSRC}/trees.o
ln -s ${PORTSDIR}/graphics/jpeg/work/jpeg-6a ${WRKSRC}/jpeg-6a
ln -s ${PORTSDIR}/graphics/png/work/libpng-0.96 ${WRKSRC}/libpng
cd ${WRKSRC} && unzip ${DISTDIR}/${HP850_DRV}
.for file in gdevcd8.c gdevcd8.h
# ( cd ${WRKSRC} && sed -e "s/\\\\,//" < ${file} | sed -e "s/\\ //" > ${file}.tmp && mv ${file}.tmp ${file} )
( cd ${WRKSRC} && sed -e "s/ //" < ${file} > ${file}.tmp && mv ${file}.tmp ${file} )
.endfor
cd ${WRKSRC} && unzip -La ${DISTDIR}/${HP850_DRV}
do-configure:
.if defined(BATCH)