[csw-devel] SF.net SVN: gar:[8506] csw/mgar/pkg
skayser at users.sourceforge.net
skayser at users.sourceforge.net
Thu Feb 11 19:43:27 CET 2010
Revision: 8506
http://gar.svn.sourceforge.net/gar/?rev=8506&view=rev
Author: skayser
Date: 2010-02-11 18:43:27 +0000 (Thu, 11 Feb 2010)
Log Message:
-----------
poster: initial commit
Added Paths:
-----------
csw/mgar/pkg/poster/
csw/mgar/pkg/poster/branches/
csw/mgar/pkg/poster/tags/
csw/mgar/pkg/poster/trunk/
csw/mgar/pkg/poster/trunk/Makefile
csw/mgar/pkg/poster/trunk/checksums
csw/mgar/pkg/poster/trunk/files/
csw/mgar/pkg/poster/trunk/files/changelog.CSW
Property changes on: csw/mgar/pkg/poster/trunk
___________________________________________________________________
Added: svn:ignore
+ cookies
download
work
Added: svn:externals
+ gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2
Added: csw/mgar/pkg/poster/trunk/Makefile
===================================================================
--- csw/mgar/pkg/poster/trunk/Makefile (rev 0)
+++ csw/mgar/pkg/poster/trunk/Makefile 2010-02-11 18:43:27 UTC (rev 8506)
@@ -0,0 +1,44 @@
+GARNAME = poster
+GARVERSION = 20050907
+CATEGORIES = apps
+
+DESCRIPTION = Create large posters out of PostScript pages
+define BLURB
+ Poster takes a one-page PostScript file and scales it to a specified
+ size. It can tile the resulting image into multiple smaller pages that
+ can be pasted together to form the big poster. Poster prefers EPS as its
+ input although freer forms of PostScript are also understood.
+endef
+
+VENDOR_URL = http://packages.debian.org/lenny/poster
+MASTER_SITES = http://ftp.debian.org/debian/pool/main/p/poster/
+DISTFILES = $(GARNAME)_$(GARVERSION).orig.tar.gz
+UFILES_REGEX = $(GARNAME)_(\d+(?:\.\d+)*).orig.tar.gz
+
+# Trivial build w/o configure and test
+CONFIGURE_SCRIPTS =
+TEST_SCRIPTS =
+INSTALL_SCRIPTS = custom
+
+include gar/category.mk
+
+# Get rid of gcc'isms
+pre-build-modulated:
+ gsed -i \
+ -e '/^CFLAGS/d' \
+ -e 's/gcc/$$(CC)/' \
+ $(WORKSRC)/Makefile
+ @$(MAKECOOKIE)
+
+install-custom:
+ ginstall -Dm755 $(WORKSRC)/poster $(DESTDIR)$(bindir)/poster
+ ginstall -Dm755 $(WORKSRC)/poster.1 $(DESTDIR)$(mandir)/man1/poster.1
+ @$(MAKECOOKIE)
+
+# Instsall changelog.CSW
+post-merge: $(foreach P,$(_PKG_SPECS),install-changelog-$P)
+
+install-changelog-%:
+ ginstall -D $(FILEDIR)/changelog.CSW \
+ $(PKGROOT)$(docdir)/$(call catalogname,$*)/changelog.CSW
+ @$(MAKECOOKIE)
Added: csw/mgar/pkg/poster/trunk/checksums
===================================================================
--- csw/mgar/pkg/poster/trunk/checksums (rev 0)
+++ csw/mgar/pkg/poster/trunk/checksums 2010-02-11 18:43:27 UTC (rev 8506)
@@ -0,0 +1 @@
+c094522c17d33ee41200b631a721f87d poster_20050907.orig.tar.gz
Added: csw/mgar/pkg/poster/trunk/files/changelog.CSW
===================================================================
--- csw/mgar/pkg/poster/trunk/files/changelog.CSW (rev 0)
+++ csw/mgar/pkg/poster/trunk/files/changelog.CSW 2010-02-11 18:43:27 UTC (rev 8506)
@@ -0,0 +1,5 @@
+poster (20050907,REV=2010.02.11)
+
+ * Initial release.
+
+ -- Sebastian Kayser <skayser at opencsw.org> Thu, 11 Feb 2010 19:26:24 +0100
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