[Lunar-commits] CVS: moonbase/gnustep/Pantomime BUILD, NONE, 1.1 DEPENDS, NONE, 1.1 DETAILS, NONE, 1.1

Joel Vennin jol at lunar-linux.org
Sat May 8 14:12:02 GMT 2004


Update of /var/cvs/lunar/moonbase/gnustep/Pantomime
In directory dbguin.lunar-linux.org:/tmp/cvs-serv10428/Pantomime

Added Files:
	BUILD DEPENDS DETAILS 
Log Message:
gnustep update.
There were 3 packages since 2002 12 25. We can do nothing with only 3 basics pakages.
So i've bumped version for gnustep-base, gnustep-make, gnustep-gui.
I've added gnustep-back, GWorkspace, Gorm, Pantomime, GNUMail and Addresses.
It's working only if you add the ObjC support of your gcc. When you install gnustep-make you need
to logout and login again to load the gnustep.rc profile file. After you can compile all (its seems) without any problem.
Enjoy, i'll add other gnustep apps in few days.  


--- NEW FILE: BUILD ---
(
  # before load GNUSTEP variables
  . $GNUSTEP_SYSTEM_ROOT/Makefiles/GNUstep.sh &&
  devoke_installwatch &&
  make &&
  cd Bundles/SSL &&
  make &&
  invoke_installwatch &&
  prepare_install &&
  make install &&
  cd ../.. &&
  make install
) > $C_FIFO 2>&1

--- NEW FILE: DEPENDS ---
depends openssl
depends gnustep-back &&
depends Addresses


--- NEW FILE: DETAILS ---
          MODULE=Pantomime
         VERSION=1.1.2
          SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE
   SOURCE_URL[0]=http://www.collaboration-world.com/pantomime.data/releases/Stable/$SOURCE
        WEB_SITE=http://www.collaboration-world.com/cgi-bin/project/index.cgi?pid=2
         ENTERED=20040509
         UPDATED=20040509
           SHORT="Pantomime provides a set of Objective-C classes that model a mail system."
cat << EOF
Pantomime provides the following features:
  A full MIME encoder and decoder
  A 'folder view' to local mailboxes (Berkeley Format), POP3 accounts or IMAP mailboxes
  A powerful API to work on all aspects of Message objects
  A local mailer and a SMTP conduit for sending messages
  APOP and SMTP AUTH support
  IMAP and POP3 URL Scheme support
  iconv and Core Foundation support
  maildir support
  SSL support for IMAP, POP3 and SMTP
  and more!
EOF



More information about the Lunar-commits mailing list