[59520] trunk/dports/print

snc at macports.org snc at macports.org
Thu Oct 15 18:29:10 PDT 2009


Revision: 59520
          http://trac.macports.org/changeset/59520
Author:   snc at macports.org
Date:     2009-10-15 18:29:08 -0700 (Thu, 15 Oct 2009)
Log Message:
-----------
create poster, ticket #22022. add livecheck, take openmaintainer

Added Paths:
-----------
    trunk/dports/print/poster/
    trunk/dports/print/poster/Portfile
    trunk/dports/print/poster/files/
    trunk/dports/print/poster/files/automake.diff

Added: trunk/dports/print/poster/Portfile
===================================================================
--- trunk/dports/print/poster/Portfile	                        (rev 0)
+++ trunk/dports/print/poster/Portfile	2009-10-16 01:29:08 UTC (rev 59520)
@@ -0,0 +1,40 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+
+name                poster
+version             20060221
+categories          print
+maintainers         snc openmaintainer
+description         Small PostScript utility to allow large poster printing
+
+long_description    This is a small PostScript utility to allow large poster \
+                    printing (e.g. A1) by splitting it into pieces that can \
+                    be printed on small paper sheets (e.g. A4).
+
+homepage            http://printing.kde.org/downloads
+platforms           darwin
+
+master_sites        ftp://ftp.kde.org/pub/kde/printing
+use_bzip2           yes
+dist_subdir         ${name}/${version}
+depends_build       port:autoconf port:automake
+
+patchfiles          automake.diff
+
+checksums           md5     04b421e2ce516a44b6c5a9a092dfa623 \
+                    sha1    cde5d3ba28d444e68cc30573eaa660ea8ef7f16b \
+                    rmd160  f5ba5a4ebeacd04051a682b9285c33f54e311da0
+
+post-patch {
+	system "cd ${worksrcpath} &&
+		touch AUTHORS NEWS &&
+        	${prefix}/bin/aclocal &&
+        	${prefix}/bin/automake --add-missing &&
+		${prefix}/bin/autoconf"
+}
+
+livecheck.type      md5
+livecheck.url       ${master_sites}/${name}${extract.suffix}
+livecheck.md5       04b421e2ce516a44b6c5a9a092dfa623


Property changes on: trunk/dports/print/poster/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native

Added: trunk/dports/print/poster/files/automake.diff
===================================================================
--- trunk/dports/print/poster/files/automake.diff	                        (rev 0)
+++ trunk/dports/print/poster/files/automake.diff	2009-10-16 01:29:08 UTC (rev 59520)
@@ -0,0 +1,15 @@
+--- /dev/null	2009-10-11 21:18:38.000000000 +0200
++++ configure.ac	2009-10-11 21:08:45.000000000 +0200
+@@ -0,0 +1,5 @@
++AC_INIT([poster], [20060221])
++AM_INIT_AUTOMAKE
++AC_PROG_CC
++AC_CONFIG_FILES([Makefile])
++AC_OUTPUT
+--- /dev/null	2009-10-11 21:18:38.000000000 +0200
++++ Makefile.am	2009-10-11 21:17:54.000000000 +0200
+@@ -0,0 +1,4 @@
++bin_PROGRAMS = poster
++poster_SOURCES = poster.c
++man_MANS = poster.1
++EXTRA_DIST = $(man_MANS) 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091015/865a726f/attachment.html>


More information about the macports-changes mailing list