1 | # $Id: Portfile 00000 2011-03-18 19:15:01Z terry.droeger@comcast.net $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name gtktalog |
---|
6 | version 1.0.4 |
---|
7 | categories x11 |
---|
8 | platforms darwin |
---|
9 | maintainers tdroeger |
---|
10 | description X11 catalog cd dvd |
---|
11 | long_description GTKtalog is a tool to make a disk catalog: you can use it to create a really small database \ |
---|
12 | with images of files and directories of your CDs. \ |
---|
13 | \ |
---|
14 | Then you can browse all your CDs very quickly, see contents of some files (tar.gz, rpm files ...). \ |
---|
15 | \ |
---|
16 | You can assign a category and a description to each directory and/or file. \ |
---|
17 | \ |
---|
18 | You can search files in your database using filename, category, description and/or file \ |
---|
19 | information parameters, and find in which CD the file you are looking for is. |
---|
20 | |
---|
21 | homepage http://www.nongnu.org/gtktalog/ |
---|
22 | master_sites http://download.savannah.gnu.org/releases/gtktalog |
---|
23 | |
---|
24 | |
---|
25 | distfiles gtktalog-${version}.tar.bz2 |
---|
26 | |
---|
27 | checksums md5 54ed43256a0d11d078f67485e0a80e0a \ |
---|
28 | sha1 4f68dfcc30f74a41ae7e88d00f3fd21265b8bfa4 |
---|
29 | |
---|
30 | use_bzip2 yes |
---|
31 | use_parallel_build yes |
---|
32 | |
---|
33 | depends_build \ |
---|
34 | port:gtk1 \ |
---|
35 | port:gnome-libs \ |
---|
36 | port:zlib \ |
---|
37 | port:cdrtools \ |
---|
38 | port:ncurses \ |
---|
39 | port:automake \ |
---|
40 | port:autoconf |
---|
41 | |
---|
42 | patchfiles patch-gtktalog-changes.diff |
---|
43 | patch.pre_args -p1 |
---|
44 | |
---|
45 | use_autoreconf yes |
---|
46 | |
---|
47 | autoreconf.args --force -i |
---|
48 | |
---|
49 | configure.cmd ./configure |
---|
50 | |
---|
51 | build.cmd /usr/bin/make |
---|
52 | |
---|
53 | livecheck.type regex |
---|
54 | livecheck.url ${master_sites} |
---|
55 | livecheck.regex ${name}-1\\.0\\.\\. |
---|