summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2008-02-28 16:13:12 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2008-02-28 16:13:12 +0000
commit24b28fb0147e618cc2f992ac50ef0b675f02dd3b (patch)
treeace6f42522048c78d5e43151f33ba43ff8ceba7d /graphics
parentMark broken on 5.x amd64 (diff)
- update to 0.8.2
Notes
Notes: svn path=/head/; revision=208097
Diffstat (limited to 'graphics')
-rw-r--r--graphics/price/Makefile5
-rw-r--r--graphics/price/distinfo6
-rw-r--r--graphics/price/files/patch-PRImageView.m17
-rw-r--r--graphics/price/pkg-plist4
4 files changed, 26 insertions, 6 deletions
diff --git a/graphics/price/Makefile b/graphics/price/Makefile
index 3f78a554d1cd..ac47a54965e7 100644
--- a/graphics/price/Makefile
+++ b/graphics/price/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= price
-PORTVERSION= 0.8.1
-PORTREVISION= 1
+PORTVERSION= 0.8.2
CATEGORIES= graphics gnustep
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -22,6 +21,6 @@ USE_GNUSTEP_BACK= yes
USE_GNUSTEP_BUILD= yes
USE_GNUSTEP_INSTALL= yes
-WRKSRC= ${WRKDIR}/PRICE
+WRKSRC= ${WRKDIR}/PRICE-${PORTVERSION}
.include <bsd.port.mk>
diff --git a/graphics/price/distinfo b/graphics/price/distinfo
index 27617c5d0c69..5312f0478b51 100644
--- a/graphics/price/distinfo
+++ b/graphics/price/distinfo
@@ -1,3 +1,3 @@
-MD5 (PRICE-0.8.1.tar.gz) = f5a357f6fd93661f4bf778c388f07bc0
-SHA256 (PRICE-0.8.1.tar.gz) = 99d5885a6c74ac174d8438086b46cc715f003656a8d10383f92aec1fb04e4388
-SIZE (PRICE-0.8.1.tar.gz) = 161099
+MD5 (PRICE-0.8.2.tar.gz) = 9c894f8b11c741620dad097e73ffb7c0
+SHA256 (PRICE-0.8.2.tar.gz) = e0bdef6f247ac54b7a9de9d088bac67097ad47d30ba9a709cf9b5a79708f2b0b
+SIZE (PRICE-0.8.2.tar.gz) = 162612
diff --git a/graphics/price/files/patch-PRImageView.m b/graphics/price/files/patch-PRImageView.m
new file mode 100644
index 000000000000..87859ab79759
--- /dev/null
+++ b/graphics/price/files/patch-PRImageView.m
@@ -0,0 +1,17 @@
+--- PRImageView.m.orig 2007-12-08 01:32:13.000000000 +0100
++++ PRImageView.m 2008-02-21 15:18:34.000000000 +0100
+@@ -81,12 +81,13 @@
+ }
+
+
++#if 0
+ - (NSRect ) rectForPage: (int) pageNumber
+ {
+ NSPrintInfo *pi = [[[NSDocumentController sharedDocumentController] currentDocument] printInfo];
+ return [pi imageablePageBounds];
+ }
+-
++#endif
+
+
+ -(void) dealloc
diff --git a/graphics/price/pkg-plist b/graphics/price/pkg-plist
index 95e91b440a3b..545300d08f8d 100644
--- a/graphics/price/pkg-plist
+++ b/graphics/price/pkg-plist
@@ -21,6 +21,9 @@ Local/Applications/PRICE.app/Resources/DFTLowPass.gorm/objects.gorm
Local/Applications/PRICE.app/Resources/Equalize.gorm/data.classes
Local/Applications/PRICE.app/Resources/Equalize.gorm/data.info
Local/Applications/PRICE.app/Resources/Equalize.gorm/objects.gorm
+Local/Applications/PRICE.app/Resources/Grayscale.gorm/data.classes
+Local/Applications/PRICE.app/Resources/Grayscale.gorm/data.info
+Local/Applications/PRICE.app/Resources/Grayscale.gorm/objects.gorm
Local/Applications/PRICE.app/Resources/Histogram.gorm/data.classes
Local/Applications/PRICE.app/Resources/Histogram.gorm/objects.gorm
Local/Applications/PRICE.app/Resources/Info-gnustep.plist
@@ -52,6 +55,7 @@ Local/Tools/PRICE
@dirrm Local/Applications/PRICE.app/Resources/Median.gorm
@dirrm Local/Applications/PRICE.app/Resources/MainMenu.gorm
@dirrm Local/Applications/PRICE.app/Resources/Histogram.gorm
+@dirrm Local/Applications/PRICE.app/Resources/Grayscale.gorm
@dirrm Local/Applications/PRICE.app/Resources/Equalize.gorm
@dirrm Local/Applications/PRICE.app/Resources/DFTLowPass.gorm
@dirrm Local/Applications/PRICE.app/Resources/DFTHighPass.gorm