[79312] trunk/dports/devel

ryandesign at macports.org ryandesign at macports.org
Wed Jun 8 18:48:38 PDT 2011


Revision: 79312
          http://trac.macports.org/changeset/79312
Author:   ryandesign at macports.org
Date:     2011-06-08 18:48:37 -0700 (Wed, 08 Jun 2011)
Log Message:
-----------
cproto: new port, version 4.6; see #29755

Added Paths:
-----------
    trunk/dports/devel/cproto/
    trunk/dports/devel/cproto/Portfile
    trunk/dports/devel/cproto/files/
    trunk/dports/devel/cproto/files/patch-Makefile.in.diff

Added: trunk/dports/devel/cproto/Portfile
===================================================================
--- trunk/dports/devel/cproto/Portfile	                        (rev 0)
+++ trunk/dports/devel/cproto/Portfile	2011-06-09 01:48:37 UTC (rev 79312)
@@ -0,0 +1,30 @@
+# -*- 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
+# $Id$
+
+PortSystem          1.0
+
+name                cproto
+version             4.6
+platforms           darwin
+categories          devel
+maintainers         tds.net:jwbacon
+
+description         Generate C prototypes from source code
+
+long_description    ${name} is a program that generates function prototypes \
+                    and variable declarations from C source code. It can \
+                    also convert function definitions between the old style \
+                    and the ANSI C style.
+
+homepage            http://sourceforge.net/projects/cproto/
+master_sites        sourceforge
+
+checksums           sha1    9d0d9e4280870c506f35aaa85a5160b95a09abb2 \
+                    rmd160  e9b30ca4efce18ed96b8d6d5b7fe56dbad002868
+
+depends_build       port:bison \
+                    port:flex
+
+patchfiles          patch-Makefile.in.diff
+
+configure.pre_args  --prefix=${destroot}${prefix}


Property changes on: trunk/dports/devel/cproto/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native

Added: trunk/dports/devel/cproto/files/patch-Makefile.in.diff
===================================================================
--- trunk/dports/devel/cproto/files/patch-Makefile.in.diff	                        (rev 0)
+++ trunk/dports/devel/cproto/files/patch-Makefile.in.diff	2011-06-09 01:48:37 UTC (rev 79312)
@@ -0,0 +1,11 @@
+--- Makefile.in.orig	1998-01-23 19:42:00.000000000 -0600
++++ Makefile.in	2011-06-08 20:46:48.000000000 -0500
+@@ -30,7 +30,7 @@
+ exec_prefix	= @exec_prefix@
+ 
+ bindir		= $(exec_prefix)/bin
+-mandir		= $(prefix)/man/man1
++mandir		= $(prefix)/share/man/man1
+ manext		= 1
+ 
+ #### End of system configuration section. ####
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110608/3a9c30fd/attachment.html>


More information about the macports-changes mailing list