[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gsrc-commit] /srv/bzr/gsrc/trunk r2278: add pantomime at 1.2.0
From: |
Brandon Invergo |
Subject: |
[Gsrc-commit] /srv/bzr/gsrc/trunk r2278: add pantomime at 1.2.0 |
Date: |
Wed, 10 Apr 2013 22:09:17 +0200 |
User-agent: |
Bazaar (2.5.0) |
------------------------------------------------------------
revno: 2278
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Wed 2013-04-10 22:09:17 +0200
message:
add pantomime at 1.2.0
added:
gnustep/pantomime/
gnustep/pantomime/Makefile
gnustep/pantomime/config.mk
gnustep/pantomime/sha256sums
modified:
TODO
=== modified file 'TODO'
--- a/TODO 2013-04-03 20:51:58 +0000
+++ b/TODO 2013-04-10 20:09:17 +0000
@@ -1789,7 +1789,7 @@
** TODO yelp-xsl
** TODO yelp
** TODO zenity
-* GNUstep packages [19/25] [76%]
+* GNUstep packages [20/25] [80%]
** TODO app-wrappers
** DONE enterprise
CLOSED: [2012-12-16 Sun 20:12]
@@ -1820,7 +1820,8 @@
** IGNORE openstep-2gnu-converter
CLOSED: [2012-12-16 Sun 20:16]
*** obsolete
-** TODO pantomime
+** DONE pantomime
+ CLOSED: [2013-04-10 Wed 22:08]
** DONE performance
CLOSED: [2012-12-16 Sun 20:12]
** DONE project-center
=== added directory 'gnustep/pantomime'
=== added file 'gnustep/pantomime/Makefile'
--- a/gnustep/pantomime/Makefile 1970-01-01 00:00:00 +0000
+++ b/gnustep/pantomime/Makefile 2013-04-10 20:09:17 +0000
@@ -0,0 +1,47 @@
+# Copyright © 2013 Brandon Invergo <address@hidden>
+#
+# 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 = Pantomime
+GARNAME = pantomime
+UPSTREAMNAME = Pantomime
+GARVERSION = 1.2.0
+HOME_URL = http://www.collaboration-world.com/cgi-bin/project/index.cgi?pid=3
+DESCRIPTION = An e-mail framework
+define BLURB
+ Pantomime provides an e-mail framework, primarily for the GNUstep
+ enviroment. It is an Objective-C library that provides access to
+ local mailboxes, POP3 accounts and IMAP mailboxes. It also features
+ functions for working with message objects and a full MIME encoder
+ and decoder. Pantomime supports sending messages via a local mailer
+ and an SMTP conduit.
+endef
+
+######################################################################
+
+MASTER_SITES = $(MASTER_GNUSTEP_NONFSF)
+MASTER_SUBDIR =
+DISTFILES = $(DISTNAME).tar.gz
+SIGFILES = $(DISTNAME).tar.gz.sig
+CONFIGURE_SCRIPTS =
+
+BUILDDEPS =
+LIBDEPS = gnustep-base
+
+######################################################################
+
+include ../../gar.lib/gnustep.mk
+include config.mk
=== added file 'gnustep/pantomime/config.mk'
--- a/gnustep/pantomime/config.mk 1970-01-01 00:00:00 +0000
+++ b/gnustep/pantomime/config.mk 2013-04-10 20:09:17 +0000
@@ -0,0 +1,4 @@
+## Configuration options for pantomime ##
+
+CONFIGURE_OPTS ?=
+BUILD_OPTS ?=
=== added file 'gnustep/pantomime/sha256sums'
--- a/gnustep/pantomime/sha256sums 1970-01-01 00:00:00 +0000
+++ b/gnustep/pantomime/sha256sums 2013-04-10 20:09:17 +0000
@@ -0,0 +1,2 @@
+c6484634dd0611d07108e7e006a2c6bdbe3e72b23de7473440df9a559f6b6218
download/Pantomime-1.2.0.tar.gz
+4a0b1703ca0414c53a16a307395d83b4ff538bd6f550de4b1e55eb864c19258b
download/Pantomime-1.2.0.tar.gz.sig
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Gsrc-commit] /srv/bzr/gsrc/trunk r2278: add pantomime at 1.2.0,
Brandon Invergo <=