aboutsummaryrefslogtreecommitdiffstats
path: root/libical/INSTALL
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@src.gnome.org>2000-12-12 07:01:26 +0800
committerFederico Mena Quintero <federico@src.gnome.org>2000-12-12 07:01:26 +0800
commit26eee7328031f78b063ab71265ef4fddc8619c72 (patch)
tree65334073d42b48a4c23f2d7d20a6813c2113f57c /libical/INSTALL
parent5ccacd6a5bbeb2d91aea706f37cc5f96ee3144fb (diff)
downloadgsoc2013-evolution-26eee7328031f78b063ab71265ef4fddc8619c72.tar.gz
gsoc2013-evolution-26eee7328031f78b063ab71265ef4fddc8619c72.tar.zst
gsoc2013-evolution-26eee7328031f78b063ab71265ef4fddc8619c72.zip
Fix fucking CVS conflicts because fucking CVS is a fucking big doofus - Federico
svn path=/trunk/; revision=6920
Diffstat (limited to 'libical/INSTALL')
-rw-r--r--libical/INSTALL4
1 files changed, 2 insertions, 2 deletions
diff --git a/libical/INSTALL b/libical/INSTALL
index 88e2a5e7d6..b3f195d679 100644
--- a/libical/INSTALL
+++ b/libical/INSTALL
@@ -3,8 +3,8 @@ 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 ) but I don't know about
-any other systems.
+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
org> 2013-02-15 10:47:46 +0800 committer miwi <miwi@FreeBSD.org> 2013-02-15 10:47:46 +0800 Bindings for Chromaprint acoustic fingerprinting and the Acoustid API' href='/~lantw44/cgit/freebsd-ports-gnome/commit/audio/py-pyacoustid/Makefile?id=78467774de5018bc2b18cf923ab36e513bd129db'>78467774de50
ad5ef6a9ce70
78467774de50



8a0791e07dbf
78467774de50

364fbf2c9f57
87b7345d14cc
8d915e53e749
78467774de50
8d915e53e749
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
                                            


                          
                     
                 



                                       
                                



                                                                                     
                                                               

                   
                   
                                    
                                                           
 
                      
# Created by: Mark Felder <feld@FreeBSD.org>
# $FreeBSD$

PORTNAME=   pyacoustid
PORTVERSION=    1.0.0
PORTREVISION=   1
CATEGORIES= audio python
MASTER_SITES=   CHEESESHOP
PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}

MAINTAINER= feld@FreeBSD.org
COMMENT=    Bindings for Chromaprint acoustic fingerprinting and the Acoustid API

LICENSE=    MIT

LIB_DEPENDS=    libchromaprint.so:${PORTSDIR}/audio/chromaprint

USE_PYTHON= yes
NO_STAGE=   yes
USE_PYDISTUTILS=    easy_install
PLIST_FILES=    %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%

.include <bsd.port.mk>