update to 3.44
This commit is contained in:
parent
924181b1f7
commit
9e026fd339
@ -1,10 +1,9 @@
|
|||||||
# $OpenBSD: Makefile,v 1.6 2006/01/14 00:07:30 espie Exp $
|
# $OpenBSD: Makefile,v 1.7 2006/03/12 02:31:16 steven Exp $
|
||||||
|
|
||||||
COMMENT= "translate PostScript/PDF graphics to other vector formats"
|
COMMENT= "translate PostScript/PDF graphics to other vector formats"
|
||||||
|
|
||||||
DISTNAME= pstoedit-3.42
|
DISTNAME= pstoedit-3.44
|
||||||
PKGNAME= ${DISTNAME}p1
|
SHARED_LIBS= pstoedit 1.1
|
||||||
SHARED_LIBS= pstoedit 1.0
|
|
||||||
CATEGORIES= graphics
|
CATEGORIES= graphics
|
||||||
|
|
||||||
HOMEPAGE= http://www.pstoedit.net/
|
HOMEPAGE= http://www.pstoedit.net/
|
||||||
@ -32,6 +31,6 @@ CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
|
|||||||
WANTLIB= c stdc++ m
|
WANTLIB= c stdc++ m
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
cd ${WRKSRC}/doc && ${INSTALL_MAN} pstoedit.1 ${PREFIX}/man/man1
|
${INSTALL_MAN} ${WRKSRC}/doc/pstoedit.1 ${PREFIX}/man/man1
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
MD5 (pstoedit-3.42.tar.gz) = be262030dd15bc18cac03fda98f9871b
|
MD5 (pstoedit-3.44.tar.gz) = 13f24cb070da3f6af82ed84f4e53f049
|
||||||
RMD160 (pstoedit-3.42.tar.gz) = 8ed9827bf7626cbeff07f050322cc60e48e091bc
|
RMD160 (pstoedit-3.44.tar.gz) = f745cc93ee681963a45f769955f574cfafc64ee9
|
||||||
SHA1 (pstoedit-3.42.tar.gz) = fa29fa03826fabb9143d561518fe91a115743a83
|
SHA1 (pstoedit-3.44.tar.gz) = 85785ca1b523795f61b44f1947250edcaae8b5a9
|
||||||
SIZE (pstoedit-3.42.tar.gz) = 807598
|
SIZE (pstoedit-3.44.tar.gz) = 837147
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
$OpenBSD: patch-configure,v 1.2 2005/08/11 17:32:06 naddy Exp $
|
$OpenBSD: patch-configure,v 1.3 2006/03/12 02:31:16 steven Exp $
|
||||||
--- configure.orig Sun Aug 7 22:07:46 2005
|
--- configure.orig Fri Mar 10 23:38:16 2006
|
||||||
+++ configure Thu Aug 11 18:42:11 2005
|
+++ configure Sun Mar 12 03:21:46 2006
|
||||||
@@ -21464,9 +21464,7 @@ echo "${ECHO_T}GNU on RiscOS" >&6
|
@@ -22588,9 +22588,7 @@ echo "${ECHO_T}GNU on RiscOS" >&6
|
||||||
else
|
else
|
||||||
echo "$as_me:$LINENO: result: GNU" >&5
|
echo "$as_me:$LINENO: result: GNU" >&5
|
||||||
echo "${ECHO_T}GNU" >&6
|
echo "${ECHO_T}GNU" >&6
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
$OpenBSD: patch-src_Makefile_in,v 1.3 2005/09/25 22:46:21 naddy Exp $
|
$OpenBSD: patch-src_Makefile_in,v 1.4 2006/03/12 02:31:16 steven Exp $
|
||||||
--- src/Makefile.in.orig Sat Sep 24 00:24:29 2005
|
--- src/Makefile.in.orig Sun Mar 5 21:55:24 2006
|
||||||
+++ src/Makefile.in Sat Sep 24 00:29:33 2005
|
+++ src/Makefile.in Sun Mar 12 02:40:36 2006
|
||||||
@@ -466,9 +466,9 @@ clean-pkglibLTLIBRARIES:
|
@@ -473,9 +473,9 @@ clean-pkglibLTLIBRARIES:
|
||||||
libp2edrvlplot.la: $(libp2edrvlplot_la_OBJECTS) $(libp2edrvlplot_la_DEPENDENCIES)
|
libp2edrvlplot.la: $(libp2edrvlplot_la_OBJECTS) $(libp2edrvlplot_la_DEPENDENCIES)
|
||||||
$(CXXLINK) $(am_libp2edrvlplot_la_rpath) $(libp2edrvlplot_la_LDFLAGS) $(libp2edrvlplot_la_OBJECTS) $(libp2edrvlplot_la_LIBADD) $(LIBS)
|
$(CXXLINK) $(am_libp2edrvlplot_la_rpath) $(libp2edrvlplot_la_LDFLAGS) $(libp2edrvlplot_la_OBJECTS) $(libp2edrvlplot_la_LIBADD) $(LIBS)
|
||||||
libp2edrvmagick++.la: $(libp2edrvmagick___la_OBJECTS) $(libp2edrvmagick___la_DEPENDENCIES)
|
libp2edrvmagick++.la: $(libp2edrvmagick___la_OBJECTS) $(libp2edrvmagick___la_DEPENDENCIES)
|
||||||
|
@ -23,6 +23,7 @@ formats. Currently pstoedit can generate the following major formats:
|
|||||||
* LWO - LightWave 3D
|
* LWO - LightWave 3D
|
||||||
* Mathematica Graphics (.mma)
|
* Mathematica Graphics (.mma)
|
||||||
* MetaPost (.mp) format for usage with TeX/LaTeX
|
* MetaPost (.mp) format for usage with TeX/LaTeX
|
||||||
|
* OpenOffice metafile (.svm)
|
||||||
* PCB
|
* PCB
|
||||||
* PDF - Adobe's Portable Document Format
|
* PDF - Adobe's Portable Document Format
|
||||||
* PIC format for troff/groff
|
* PIC format for troff/groff
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2005/08/04 17:05:22 naddy Exp $
|
@comment $OpenBSD: PLIST,v 1.2 2006/03/12 02:31:16 steven Exp $
|
||||||
%%SHARED%%
|
%%SHARED%%
|
||||||
bin/pstoedit
|
bin/pstoedit
|
||||||
bin/pstoedit-config
|
|
||||||
include/pstoedit/
|
include/pstoedit/
|
||||||
include/pstoedit/base64writer.h
|
include/pstoedit/base64writer.h
|
||||||
include/pstoedit/cppcomp.h
|
include/pstoedit/cppcomp.h
|
||||||
include/pstoedit/drvbase.h
|
include/pstoedit/drvbase.h
|
||||||
include/pstoedit/drvfuncs.h
|
include/pstoedit/drvfuncs.h
|
||||||
|
include/pstoedit/genericints.h
|
||||||
include/pstoedit/miscutil.h
|
include/pstoedit/miscutil.h
|
||||||
include/pstoedit/ordlist.h
|
include/pstoedit/ordlist.h
|
||||||
include/pstoedit/poptions.h
|
include/pstoedit/poptions.h
|
||||||
|
Loading…
Reference in New Issue
Block a user