[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gsrc-commit] trunk r3642: new program, PRICE 1.3.0 image manipulation
From: |
Carl Hansen |
Subject: |
[Gsrc-commit] trunk r3642: new program, PRICE 1.3.0 image manipulation |
Date: |
Sat, 30 Apr 2016 05:58:44 +0000 |
User-agent: |
Bazaar (2.6b2) |
------------------------------------------------------------
revno: 3642
revision-id: address@hidden
parent: address@hidden
committer: address@hidden
branch nick: trunk
timestamp: Fri 2016-04-29 22:58:40 -0700
message:
new program, PRICE 1.3.0 image manipulation
added:
gnustep/PRICE/ price-20160430055715-t6l1q0dsw05mjfzr-1
gnustep/PRICE/Makefile makefile-20160430055715-t6l1q0dsw05mjfzr-3
gnustep/PRICE/config.mk config.mk-20160430055715-t6l1q0dsw05mjfzr-2
gnustep/PRICE/sha256sums sha256sums-20160430055715-t6l1q0dsw05mjfzr-4
=== added directory 'gnustep/PRICE'
=== added file 'gnustep/PRICE/Makefile'
--- a/gnustep/PRICE/Makefile 1970-01-01 00:00:00 +0000
+++ b/gnustep/PRICE/Makefile 2016-04-30 05:58:40 +0000
@@ -0,0 +1,48 @@
+# Copyright © 2016 Carl Hansen
+# This file is part of GSRC.
+#
+# GSRC is free software: you can redistribute it and/or modify it
+# under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# GSRC is distributed in the hope that it will be useful, but WITHOUT
+# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+# or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
+# License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with GSRC. If not, see <http://www.gnu.org/licenses/>.
+
+NAME = price
+GARNAME = PRICE
+GARVERSION = 1.3.0
+HOME_URL = http://price.sourceforge.net/
+ # see also http://www.gnustep.org/softwareindex
+ # http://sourceforge.net/projects/price/
+ #
+DESCRIPTION = Precision Raster Image Convolution Engine
+define BLURB
+PRICE is a high quality image viewing, filtering and enhancement application
+for GNUstep and suchlike.
+endef
+
+######################################################################
+
+MASTER_SITES = $(MASTER_SOURCEFORGE)
+MASTER_SUBDIR = $(NAME)/files/$(GARVERSION)/
+DISTFILES = $(DISTNAME).tar.gz
+CONFIGURE_SCRIPTS =
+
+SIGFILES =
+#PATCHFILES = $(DISTNAME)
+#INFO_FILES = $(GARNAME).info
+
+
+BUILDDEPS =
+LIBDEPS =
+
+######################################################################
+
+include ../../gar.lib/gnustep.mk
+include config.mk
=== added file 'gnustep/PRICE/config.mk'
--- a/gnustep/PRICE/config.mk 1970-01-01 00:00:00 +0000
+++ b/gnustep/PRICE/config.mk 2016-04-30 05:58:40 +0000
@@ -0,0 +1,4 @@
+## Configuration options for PRICE ##
+
+CONFIGURE_OPTS ?=
+BUILD_OPTS ?=
=== added file 'gnustep/PRICE/sha256sums'
--- a/gnustep/PRICE/sha256sums 1970-01-01 00:00:00 +0000
+++ b/gnustep/PRICE/sha256sums 2016-04-30 05:58:40 +0000
@@ -0,0 +1,1 @@
+464bca113731023b43949992456cfa054f2d0fa3e1c5e7b5ca399f3f6f0af49b
download/PRICE-1.3.0.tar.gz
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Gsrc-commit] trunk r3642: new program, PRICE 1.3.0 image manipulation,
Carl Hansen <=