Version bump. Changelog follows:

All changes between 0.2.5 and 0.3.0:
* Fixed wrong permission of files in source tarball
	#129; Removed workaround from Makefile
* post_configure tries to find correct qmake
* modified makefiles to properly clean stuff with
make clean/make distclean (thanks to Varun Hiremath for patch)
* Added "save as text" feature
* Added loadFile and saveFile functions to scripting
* Speedup of some kernel functions
* Reordered menu for more standard order
* Added russian translation
	Added file to PLIST
* Added time, tick, rand functions to scripting
* Functions transformationMatrixMul and transformationMatrixDiv
implemented in C++, 2-3x faster than script version
* Updated internal QSA to 1.1.5
* PageView now can be scrolled by keyboard
* Added --enable-release to configure
* Minor bugfixes
This commit is contained in:
Lubomir Rintel 2007-04-17 16:04:22 +00:00 committed by Thomas Klausner
parent 856337781a
commit 29efb3bbb8
4 changed files with 20 additions and 11 deletions

View file

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.5 2007/02/22 11:57:14 lkundrak Exp $
# $NetBSD: Makefile,v 1.6 2007/04/17 16:04:22 lkundrak Exp $
DISTNAME= pdfedit-0.2.5
DISTNAME= pdfedit-0.3.0
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pdfedit/}
EXTRACT_SUFX= .tar.bz2
@ -13,10 +13,6 @@ GNU_CONFIGURE= yes
USE_TOOLS+= gmake
USE_LANGUAGES= c c++
# pdfedit bug #129
post-extract:
${CHMOD} -R a+r ${WRKSRC}
.include "../../x11/qt3/application.mk"
.include "../../devel/boost-libs/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

View file

@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2007/02/14 10:57:52 lkundrak Exp $
@comment $NetBSD: PLIST,v 1.2 2007/04/17 16:04:23 lkundrak Exp $
bin/pdfedit
man/man1/pdfedit.1
share/doc/pdfedit/LICENSE.GPL
@ -262,6 +262,7 @@ share/pdfedit/init.qs
share/pdfedit/init_console.qs
share/pdfedit/lang/pdfedit_cs.qm
share/pdfedit/lang/pdfedit_es.qm
share/pdfedit/lang/pdfedit_ru.qm
share/pdfedit/lang/pdfedit_sk.qm
share/pdfedit/menu.qs
share/pdfedit/mode.conf

View file

@ -1,3 +1,15 @@
Either update included xpdf or make dependency on popper.
Test on non-GNU/Linuces.
Check dependencies.
Used to have insane permission bits in the dist tarball.
Maybe this is this also the case:
=> Checking file permissions in pdfedit-0.3.0
warning: /usr/pkg/share/pdfedit/icon/hicolor/page_settm.png: executable bit is set on non-executable file.
warning: /usr/pkg/share/pdfedit/icon/hicolor/stream_mode_gfx.png: executable bit is set on non-executable file.
0 errors and 2 warnings.
* Updated internal QSA to 1.1.5
(what's QSA, and can it be linked in nexternally?)
* Added --enable-release to configure
(can we use that?)

View file

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.1.1.1 2007/02/14 10:57:52 lkundrak Exp $
$NetBSD: distinfo,v 1.2 2007/04/17 16:04:23 lkundrak Exp $
SHA1 (pdfedit-0.2.5.tar.bz2) = f011d456d5ccbf2b644338ba6ada2294fcca5606
RMD160 (pdfedit-0.2.5.tar.bz2) = 0080794fc0a085b6cb4999b2e0e542d4a536a599
Size (pdfedit-0.2.5.tar.bz2) = 2613246 bytes
SHA1 (pdfedit-0.3.0.tar.bz2) = 78562cec1e4f6fb09cfa200c1f53bc40aec1a510
RMD160 (pdfedit-0.3.0.tar.bz2) = 83e7e4eb9d29f22808257e7334365fd22f076936
Size (pdfedit-0.3.0.tar.bz2) = 2643877 bytes