aboutsummaryrefslogtreecommitdiffstats
path: root/libical/README
diff options
context:
space:
mode:
Diffstat (limited to 'libical/README')
-rw-r--r--libical/README100
1 files changed, 0 insertions, 100 deletions
diff --git a/libical/README b/libical/README
deleted file mode 100644
index 92b2ff6e86..0000000000
--- a/libical/README
+++ /dev/null
@@ -1,100 +0,0 @@
-
-LIBICAL -- An implementation of basic iCAL protocols
-
-The code and datafiles in this distribution are licensed under the
-Mozilla Public License. See http://www.mozilla.org/NPL/MPL-1.0.html
-for a copy of the license. Alternately, you may use libical under the
-terms of the GNU Library General Public License. See
-http://www.fsf.org/copyleft/lesser.html for a copy of the LGPL.
-
-This dual license ensures that the library can be incorporated into
-both proprietary code and GPL'd programs, and will benefit from
-improvements made by programmers in both realms. I will only accept
-changes into my version of the library if they are similarly
-dual-licensed.
-
-The code in this distribution implements the iCal protocols as
-described in RFC2445 and RFC2446. The code is in very early stages of
-development.
-
-Portions of this distribution are (C) Copyright 1996 Apple Computer,
-Inc., AT&T Corp., International Business Machines Corporation and
-Siemens Rolm Communications Inc. See src/libicalvcal/README.TXT for
-details.
-
-This code is under active development. If you would like to contribute
-to the project, you can contact me, Eric Busboom, at
-eric@softwarestudio.org. The project has a webpage at
-
- http://softwarestudio.org/libical/index.html
-
-and a mailing list that you can join by sending the following mail:
-
- ------------
- To: minimalist@softwarestudio.org
- Subject: subscribe libical
- ------------
-
-
-Building the library
---------------------
-
-This distribution is developed on Red Hat Linux 6.0 and usually
-compiles on SunOS 5.6 and FreeBSD 2.27. I have reports of success of
-previous version on MacOS ( with CodeWarrior ) and on UnixWare, but I
-don't know about any other systems.
-
-The library is configured with automake. From the root directory, run
-
- ./configure
-
-To build all of the Makefiles for your system. If you will be installing the library, you may want to use the --prefix flag to set the directory where the library and header files will be installed.
-
- ./configure --prefix=/proj/local/
-
-If configure runs fine, run "make" to build the library and
-"make install" to install it.
-
-Although the distribution uses libtool to generate libraries, it has
-shared libraries turned off by default. To create and install shared
-libraries use:
-
- ./configure --enable-shared
-
-The current version of libical focuses on creating and
-manipulating iCal objects. With it, you can parse text representations
-of iCal components, add and remove sub-components, properties,
-parameters and values, and print the components back out as strings.
-
-
-Notes for Libical Developers
--------------------
-
-If you don't want to use gcc as the compiler, and you got the sources
-from CVS, you should set the CC variable to the path to the compiler
-and run "automake --include-deps" to keep automake from using
-gcc-specific automatic dependancy tracking.
-
- > CC=/pkg/SUNWspro/bin/cc; export CC
- > automake --include-deps
- > ./configure --prefix=/proj/local/
- > make
-
-You will not need to re-run automake unless you got the sources from CVS.
-
-Using the Library
------------------
-
-There is rudimentary, unfinished documentation in the /doc directory,
-and annotated examples in /examples.
-
-
-Perl Library
-------------
-
-There is a perl language binding of this library, LIBICAL.
-It is available from http://www.softwarestudio.org/libical
-
-
-Eric Busboom
-eric@softwarestudio.org
6-08-07 09:21:53 +0800'>2006-08-072-43/+48 * Remove USE_REINPLACE from all categories starting with Sedwin2006-05-131-1/+0 * SHA256ifyedwin2006-01-241-0/+1 * Update to 1.7alpha15maho2005-11-205-41/+51 * Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-1/+1 * - Change last few occurences of USE_GTK=yes to USE_GNOME=gtk12pav2005-05-311-1/+1 * Make portlint happy by replacing space to tabmaho2004-05-07itle='2007-10-24 11:41:57 +0800'>2007-10-242-4/+4 * - Update to 1.11clsung2007-10-232-4/+4 * - Update to 1.52clsung2007-10-172-4/+4 * - Update to 1.10clsung2007-10-172-4/+4 * - Update to 1.51clsung2007-10-152-4/+4 * - Update to 1.09clsung2007-10-142-6/+6 * Remove expired Emacs ports and the surrounding expired ports:vd2007-10-142-22/+0 * - Update to 1.14garga2007-10-126-10/+14 * - Remove extraneous comma from previous commitdanfe2007-10-112-2/+2 * - Convert to OPTIONS.bland2007-10-101-9/+7 * - Update to 0.15.chinsan2007-10-092-4/+4 * Mark as broken with gcc4.2. While here, pet portlint.linimon2007-10-021-2/+8 * - Update to 0.14.chinsan2007-10-012-4/+4 * Update to 1.5skv2007-09-283-39/+4 * Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.linimon2007-09-0812-85/+17 * Drop support for perl 5.003.linimon2007-09-082-38/+1 * - Update to 1.0.4.araujo2007-09-053-8/+14 * - Update to 1.0.2.araujo2007-08-313-8/+4 * Update to 0.23mat2007-08-302-6/+5 * - change maintainer address on ports I maintaintabthorpe2007-08-231-1/+1 * Update to 0.10.9ahze2007-08-222-5/+4 * - Update to 1.44clsung2007-08-222-4/+4 * - Update to 1.43clsung2007-07-302-4/+4 * - Update to 1.42clsung2007-07-252-4/+4 * Add cocot, a code converter on TTY. It transparently filtersknu2007-07-245-0/+56 * - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptrafan2007-07-231-1/+0 * Start the deorbit burn of emacs20 and dependent files. They are antiquated.linimon2007-07-191-0/+3 * - Update to 1.41clsung2007-07-133-5/+7 * - Update to 1.05clsung2007-07-102-4/+4 * Update to 1.5erwin2007-06-162-4/+4 * Change MAINTAINER addresses for my ports to point to the FreeBSD address.timur2007-06-151-1/+1 * - Update to 1.24clsung2007-06-142-4/+4 * - Update to 0.13chinsan2007-06-122-4/+4 * - Update to 1.23clsung2007-06-092-4/+4 * - Update to 0.10.8pav2007-06-072-4/+4 * - Update to 2.23rafan2007-06-042-5/+24 * Fix build on amd64/ia64 by adding -fPIC to CFLAGS (port installs onlyarved2007-05-301-0/+1 * - Update to 1.22clsung2007-05-302-4/+4 * - Update to 1.09clsung2007-05-292-4/+4 * Update OID file to 2007-01-27.ale2007-05-282-7/+7 * - Update to 2.21rafan2007-05-273-4/+5 * - Update to 0.11rafan2007-05-273-5/+7 * - Welcome X.org 7.2 \o/.flz2007-05-204-2/+4 * - Update to 0.09clsung2007-05-012-4/+4 * - Update to 1.04clsung2007-04-253-5/+4 * - Update to 2.20rafan2007-04-233-4/+5 * - Put auto/ first as other p5-*rafan2007-04-231-20/+20 * - Sortrafan2007-04-231-51/+51 * - Upgrade to 1.10.kuriyama2007-04-216-16/+14 * - Update to 0.08rafan2007-04-212-4/+4 * - De-4.x-ify most of my ports to save gnats from excessive abusesat2007-04-181-2/+1 * - Update to 0.07rafan2007-04-142-5/+5 * - Update to 0.05rafan2007-04-112-4/+4 * - Update to 1.11clsung2007-04-092-4/+4 * - Update to 2.19rafan2007-04-082-4/+4 * This module will provide a coherent API to bring togetherclsung2007-04-075-0/+37 * - Use a static PORTEPOCH for a while. We have a problem with the variablestas2007-04-051-1/+1 * - Update to 1.10 (1.1)clsung2007-04-042-4/+5 * - Update ruby to 1.8.6stas2007-04-041-2/+2 * - Update to 1.01clsung2007-04-012-4/+4 * - Update to 1.0clsung2007-03-312-4/+4 * - update to 0.21leeym2007-03-262-4/+4 * This module converts Perl data structures to JSON and vice versa.clsung2007-03-265-0/+49 * - Update to 0.04rafan2007-03-262-4/+4 * Reset mharo due to maintainer-timeouts and no response to PRs.linimon2007-03-231-1/+1 * - Update to 0.03rafan2007-03-222-4/+4 * Add p5-JSON-DWIW 0.02, JSON converter that Does What I Want.rafan2007-03-195-0/+44 * Reset dev@fenux.net due to maintainer-timeouts and no response to email.linimon2007-03-141-1/+1 * - Mark BROKEN on non-i386 arch.rafan2007-03-111-1/+7 * - Update the description with text from the websitepav2007-03-091-6/+3 * - Update to 2.0 beta 3rafan2007-03-056-141/+192 * Reset alexs@snark.rinet.ru due to maintainer-timeouts and no response tolinimon2007-03-051-1/+1 * Reset inactive maintainer. While here, note that project has moved tolinimon2007-03-051-2/+3 * - Update to 1.0.1rafan2007-02-192-5/+5 * - Bump portrevison for the last fix.stas2007-02-191-0/+1 * - Remove pkg-plist, forgotten on the previous commit.stas2007-02-181-8/+0 * Upgrade to 2.13.thierry2007-02-142-5/+4 * - Remove ruby 1.6 stuff.stas2007-02-142-30/+14 * - Update MASTER_SITESmiwi2007-02-091-4/+1 * Update to 0.67skv2007-02-072-4/+4 * - Update to 0.05rafan2007-02-042-8/+7 * Use libtool port instead of included version to avoid objformat a.out botchkris2007-02-013-0/+3 * - Remove support for a.out format and PORTOBJFORMAT variable from individualpav2007-01-301-9/+2 * Use libtool port instead of included one to avoid objformat a.out botchkris2007-01-282-0/+2 * Add converters/p5-Number-RecordLocator, a Perl module that encodestobez2007-01-255-0/+42 * . change dependencies: shells/bash2 -> shells/bash;bsam2007-01-172-7/+8 * Add converters/p5-Number-Nary 0.102, a Perl module that lets one converttobez2007-01-055-0/+45 * - Update to 1.08clsung2006-12-202-4/+4 * Upgrade to v. 2.12.thierry2006-12-202-4/+5 * Pacify gcc42 build.bland2006-12-192-0/+127 * Drop maintainershiplioux2006-12-151-1/+1 * Give up maintainershiplioux2006-12-112-2/+2 * Correct path to Compress::Zlib.pm after recent p5-Compress-Zlib update.demon2006-12-031-1/+1 * - Deprecateerwin2006-11-281-0/+3 * Upgrade to 1.00.sumikawa2006-11-212-4/+4 * - Update to 0.06clsung2006-11-142-4/+4 * Update to 0.66skv2006-11-112-4/+4 * - Make fetchable (mirror since main site is off).alepulver2006-11-061-1/+1 * Obey user setting of EMACS_PORT_NAME to be friendry for emacs22.ume2006-11-051-1/+1 * INSTALLS_SHLIB -> USE_LDCONFIG.mezz2006-11-053-3/+3 * The ticonv library is a library to work with the various TIalepulver2006-11-015-0/+52 * - adopt MAINTAINERSHIPdinoex2006-10-311-1/+1 * - Fix dependency for Perl < 5.7.1rafan2006-10-311-1/+8 * Add p5-Convert-Bencode_XS 0.05, faster conversions to/from Bencodeclsung2006-09-275-0/+59 * - Reformat pkg-descrrafan2006-09-152-6/+6 * Try to fix build on amd64.ale2006-09-081-0/+10 * Reset inactive maintainer who has not responded to email.linimon2006-09-061-1/+1 * Update to 1.4.3garga2006-09-052-5/+6 * Reassign from inactive maintainer to new volunteer.linimon2006-09-041-1/+1 * Update to 0.65skv2006-09-042-4/+4 * - Update to 1.10miwi2006-08-302-4/+4 * Latest p5-JSON-Syck is migrated into p5-YAML-Syck.sumikawa2006-08-295-35/+0 * JSON::Syck is a syck implementatoin of JSON parsing and generation.sumikawa2006-08-285-0/+35 * WAP::wbxml module implements binarisation of XML file according themiwi2006-08-18