[csw-devel] SF.net SVN: gar:[21934] csw/mgar/pkg

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Sat Sep 14 23:44:01 CEST 2013


Revision: 21934
          http://gar.svn.sourceforge.net/gar/?rev=21934&view=rev
Author:   dmichelsen
Date:     2013-09-14 21:43:59 +0000 (Sat, 14 Sep 2013)
Log Message:
-----------
sk1libs/trunk: Initial commit

Added Paths:
-----------
    csw/mgar/pkg/sk1libs/
    csw/mgar/pkg/sk1libs/Makefile
    csw/mgar/pkg/sk1libs/branches/
    csw/mgar/pkg/sk1libs/tags/
    csw/mgar/pkg/sk1libs/trunk/
    csw/mgar/pkg/sk1libs/trunk/Makefile
    csw/mgar/pkg/sk1libs/trunk/checksums
    csw/mgar/pkg/sk1libs/trunk/files/

Added: csw/mgar/pkg/sk1libs/Makefile
===================================================================
--- csw/mgar/pkg/sk1libs/Makefile	                        (rev 0)
+++ csw/mgar/pkg/sk1libs/Makefile	2013-09-14 21:43:59 UTC (rev 21934)
@@ -0,0 +1,2 @@
+%:
+	$(MAKE) -C trunk $*


Property changes on: csw/mgar/pkg/sk1libs/trunk
___________________________________________________________________
Added: svn:ignore
   + work


Added: csw/mgar/pkg/sk1libs/trunk/Makefile
===================================================================
--- csw/mgar/pkg/sk1libs/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/sk1libs/trunk/Makefile	2013-09-14 21:43:59 UTC (rev 21934)
@@ -0,0 +1,56 @@
+# $Id$
+# TODO (release-critical prefixed with !, non release-critical with *)
+#
+NAME = sk1libs
+VERSION = 0.9.1
+GARTYPE = v2
+CATEGORIES = python
+
+DESCRIPTION = Prepress library
+
+MASTER_SITES = http://uniconvertor.googlecode.com/files/
+DISTFILES  = $(DISTNAME).tar.gz
+
+RUNTIME_DEP_PKGS_CSWpy-sk1libs += CSWlibz1
+RUNTIME_DEP_PKGS_CSWpy-sk1libs += CSWlibpython2-7-1-0
+RUNTIME_DEP_PKGS_CSWpy-sk1libs += CSWlibfreetype6
+RUNTIME_DEP_PKGS_CSWpy-sk1libs += CSWlibpython2-6-1-0
+RUNTIME_DEP_PKGS_CSWpy-sk1libs += CSWlibjpeg7
+RUNTIME_DEP_PKGS_CSWpy-sk1libs += CSWlibgcc-s1
+RUNTIME_DEP_PKGS_CSWpy-sk1libs += CSWliblcms1
+
+# This is /usr/share/fonts, don't know what to put there for Solaris
+CHECKPKG_OVERRIDES_CSWpy-sk1libs += file-with-bad-content|/usr/share|root/opt/csw/lib/python2.6/site-packages/sk1libs/utils/fs.py
+CHECKPKG_OVERRIDES_CSWpy-sk1libs += file-with-bad-content|/usr/share|root/opt/csw/lib/python2.7/site-packages/sk1libs/utils/fs.py
+
+# Reinplace until this is fixed:
+#   http://code.google.com/p/sk1/issues/detail?id=37
+REINPLACEMENTS += strip_wall
+REINPLACE_MATCH_strip_wall = -Wall
+REINPLACE_WITH_strip_wall =
+REINPLACE_FILES_strip_wall += setup.py
+
+REINPLACEMENTS += freetype2
+REINPLACE_MATCH_freetype2 = /usr/include/freetype2
+REINPLACE_WITH_freetype2 = $(includedir)/freetype2
+REINPLACE_FILES_freetype2 += setup.py
+
+# Reinplace until this is fixed:
+#   http://code.google.com/p/sk1/issues/detail?id=38
+REINPLACEMENTS += noextraarg
+REINPLACE_MATCH_noextraarg = ""
+REINPLACE_WITH_noextraarg =
+REINPLACE_FILES_noextraarg += setup.py
+
+# Reinplace location of Adobe Reader
+REINPLACEMENTS += adobereader
+REINPLACE_MATCH_adobereader = /usr/local/Acrobat
+REINPLACE_WITH_adobereader = /opt/csw/share/Adobe/Reader
+REINPLACE_FILES_adobereader += src/libpdf/rl_config.py
+
+CONFIGURE_ARGS = $(DIRPATHS)
+
+TEST_SCRIPTS =
+
+include gar/category.mk
+


Property changes on: csw/mgar/pkg/sk1libs/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
   + Id

Added: csw/mgar/pkg/sk1libs/trunk/checksums
===================================================================
--- csw/mgar/pkg/sk1libs/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/sk1libs/trunk/checksums	2013-09-14 21:43:59 UTC (rev 21934)
@@ -0,0 +1 @@
+e18088bbc8a105e7535a96f40b80f284  sk1libs-0.9.1.tar.gz

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list