Ticket #15205: Portfile.diff
File Portfile.diff, 1.2 KB (added by akira@…, 17 years ago) |
---|
-
tokyocabinet/Portfile
1 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 1 2 # $Id$ 2 3 3 4 PortSystem 1.0 … … 3 4 4 5 name tokyocabinet 5 version 1. 0.36 version 1.2.5 6 7 categories databases 7 maintainers rsky0711@gmail.com8 maintainers gmail.com:rsky0711 8 9 platforms darwin 9 10 description Tokyo Cabinet is a library of routines for managing a database. … … 17 18 homepage http://tokyocabinet.sourceforge.net/ 18 19 master_sites ${homepage} \ 19 20 sourceforge:${name} 20 checksums md5 11a34eabaaef47e7c87a61ac1fb3bf9a\21 sha1 ddb4975d4647f24a4277eda86947a971d2e4d5e6\22 rmd160 9 959c7da413d03f60c766655c97333ff790cb4a921 checksums md5 4d33c099caf3ef3928eb967164444653 \ 22 sha1 f4352c02a029c739fe293c3386a654585100dd58 \ 23 rmd160 9d61a5fd2086923254007b3a138fc4ad8f316d5a 23 24 24 25 25 depends_lib port:zlib 26 26 27 27 configure.args --mandir=${prefix}/share/man \