[47008] trunk/dports/office

deric at macports.org deric at macports.org
Thu Feb 19 12:27:36 PST 2009


Revision: 47008
          http://trac.macports.org/changeset/47008
Author:   deric at macports.org
Date:     2009-02-19 12:27:35 -0800 (Thu, 19 Feb 2009)
Log Message:
-----------
New port: pal, pal is a command-line calendar program. Closes #18518.

Added Paths:
-----------
    trunk/dports/office/pal/
    trunk/dports/office/pal/Portfile
    trunk/dports/office/pal/files/
    trunk/dports/office/pal/files/patch-Makefile

Added: trunk/dports/office/pal/Portfile
===================================================================
--- trunk/dports/office/pal/Portfile	                        (rev 0)
+++ trunk/dports/office/pal/Portfile	2009-02-19 20:27:35 UTC (rev 47008)
@@ -0,0 +1,31 @@
+# $Id$
+
+PortSystem          1.0
+
+name                pal
+version             0.4.2
+categories          office pim
+maintainers         gmail.com:adambyrtek
+description         pal is a command-line calendar program
+
+long_description    pal is a command-line calendar program for Unix/Linux \
+                    systems that can keep track of events. It has \
+                    similarities with the Unix cal command, the more complex \
+                    GNU gcal program, and the calendar program distributed \
+                    with the BSDs.
+
+homepage            http://palcal.sourceforge.net/
+master_sites        sourceforge:palcal
+extract.suffix      .tgz
+checksums           md5     1b2fd84871f6ba4b47ab47d8f91a3826 \
+                    sha1    f85a72f878a0fbd22652762aa508a1ec92a43921 \
+                    rmd160  2b13889447e81ce3739c35acd9390ee6ae3245e0
+
+depends_lib         port:glib2 port:gettext port:readline
+
+patchfiles          patch-Makefile
+build.target        pal
+destroot.target     install-no-rm
+destroot.args       prefix=${prefix}
+
+configure {}

Added: trunk/dports/office/pal/files/patch-Makefile
===================================================================
--- trunk/dports/office/pal/files/patch-Makefile	                        (rev 0)
+++ trunk/dports/office/pal/files/patch-Makefile	2009-02-19 20:27:35 UTC (rev 47008)
@@ -0,0 +1,28 @@
+diff -r e9e37120397a Makefile
+--- Makefile	Mon Feb 16 23:50:04 2009 +0100
++++ Makefile	Tue Feb 17 00:33:14 2009 +0100
+@@ -1,5 +1,10 @@
++.PHONY: pal install
++
+ pal:
+ 	make -C src
+ 
++install:
++	make -C src install
++
+ %:
+ 	make -C src $@
+diff -r e9e37120397a src/Makefile
+--- src/Makefile	Mon Feb 16 23:50:04 2009 +0100
++++ src/Makefile	Tue Feb 17 00:33:14 2009 +0100
+@@ -85,8 +85,8 @@
+ 	@echo " --- Installing global data --- "
+ 	@mkdir -p ${DESTDIR}${prefix}/share/pal;
+ 	install -m 0644 -o root ../share/*.pal ${DESTDIR}${prefix}/share/pal
+-	@mkdir -p ${DESTDIR}/etc;
+-	install -m 0644 -o root ../pal.conf ${DESTDIR}/etc/
++	@mkdir -p ${DESTDIR}${prefix}/etc;
++	install -m 0644 -o root ../pal.conf ${DESTDIR}${prefix}/etc/
+ 	@echo
+ 
+ # "install" will install the files needed by pal and also check to see
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090219/7d773f38/attachment.html>


More information about the macports-changes mailing list