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 |
---|
2 | # $Id: Portfile 120780 2015-01-29 00:15:18Z gmail.com:rjvbertin $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name porg |
---|
7 | version 0.7 |
---|
8 | maintainers gmail.com:rjvbertin |
---|
9 | categories devel |
---|
10 | platforms darwin |
---|
11 | license GPL-2+ |
---|
12 | |
---|
13 | description management of software packages installed from source code. |
---|
14 | long_description Porg (formerly known as paco), is a program to aid management \ |
---|
15 | of software packages installed from source code. After the \ |
---|
16 | installation of such packages, one is usually left with having \ |
---|
17 | no idea of what it was installed and where it all went, making \ |
---|
18 | it difficult to uninstall the package in the future. Porg was \ |
---|
19 | written to solve this problem in a quite simple fashion. |
---|
20 | |
---|
21 | homepage http://porg.sourceforge.net/ |
---|
22 | master_sites sourceforge:project/porg |
---|
23 | |
---|
24 | checksums rmd160 ab32356f540e7c71727a0943abb47f48d0f14f4a \ |
---|
25 | sha256 7f37adaa49aa5337301edf04cc6dda6d48cb42d420e6f7c007201bf9818b8ade |
---|
26 | |
---|
27 | depends_build port:pkgconfig |
---|
28 | depends_lib port:gtkmm3 |
---|
29 | depends_run port:ssed |
---|
30 | |
---|
31 | patchfiles adapt-to-osx.patch \ |
---|
32 | patch-doubleDESTDIR.diff |
---|
33 | |
---|
34 | configure.args --disable-dependency-tracking --with-porg-logdir=${prefix}/var/log/porg |
---|
35 | |
---|
36 | livecheck.regex /${name}-(\[0-9.\]+)${extract.suffix} |
---|