[32567] trunk/dports/perl

ricci at macports.org ricci at macports.org
Mon Jan 7 18:38:22 PST 2008


Revision: 32567
          http://trac.macosforge.org/projects/macports/changeset/32567
Author:   ricci at macports.org
Date:     2008-01-07 18:38:21 -0800 (Mon, 07 Jan 2008)

Log Message:
-----------
new port

Added Paths:
-----------
    trunk/dports/perl/p5-file-basedir/
    trunk/dports/perl/p5-file-basedir/Portfile
    trunk/dports/perl/p5-file-basedir/files/
    trunk/dports/perl/p5-file-basedir/files/patch-Makefile.PL.diff

Added: trunk/dports/perl/p5-file-basedir/Portfile
===================================================================
--- trunk/dports/perl/p5-file-basedir/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-file-basedir/Portfile	2008-01-08 02:38:21 UTC (rev 32567)
@@ -0,0 +1,26 @@
+# $Id$
+
+PortSystem		1.0
+
+PortGroup		perl5 1.0
+
+version			0.03
+perl5.setup		File-BaseDir ${version}
+revision		0
+maintainers		ricci
+description		    This module can be used to find directories and files as             \
+                    specified by the Freedesktop.org Base Directory Specification.
+long_description    This module can be used to find directories and files as             \
+                    specified by the Freedesktop.org Base Directory Specification.       \
+                    This specifications gives a mechanism to locate directories for      \
+                    configuration, application data and cache data. It is suggested      \
+                    that desktop applications for e.g. the Gnome, KDE or Xfce platforms  \
+                    follow this layout. However, the same layout can just as well be     \
+                    used for non-GUI applications.
+
+checksums		md5 527596f1507894dfaacdda72ea6dbb31          \
+                sha1 901f56c06fd3b4a105bd24b8790ba95337d9aea7
+
+platforms		darwin
+
+


Property changes on: trunk/dports/perl/p5-file-basedir/Portfile
___________________________________________________________________
Name: svn:keywords
   + Id
Name: svn:eol-style
   + native

Added: trunk/dports/perl/p5-file-basedir/files/patch-Makefile.PL.diff
===================================================================
--- trunk/dports/perl/p5-file-basedir/files/patch-Makefile.PL.diff	                        (rev 0)
+++ trunk/dports/perl/p5-file-basedir/files/patch-Makefile.PL.diff	2008-01-08 02:38:21 UTC (rev 32567)
@@ -0,0 +1,11 @@
+--- Makefile.PL.orig	2008-01-04 16:13:06.000000000 -0800
++++ Makefile.PL	2008-01-04 16:15:50.000000000 -0800
+@@ -12,7 +12,7 @@
+     'PREREQ_PM'		=> {}, # e.g., Module::Name => 1.1
+     'ABSTRACT_FROM'     => 'LibMagic.pm', # retrieve abstract from module
+     'AUTHOR'            => 'Andreas Fitzner <fitzner at informatik.hu-berlin.de>',
+-    'LIBS'		=> ['-lmagic'], # e.g., '-lm'
++    'LIBS'		=> ["-L__PREFIX__/lib -lmagic"], # e.g., '-lm'
+     'DEFINE'		=> '', # e.g., '-DHAVE_SOMETHING'
+     'INC'		=> '-I.', # e.g., '-I. -I/usr/include/other'
+ 	# Un-comment this if you add C files to link with later:

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080107/530bd849/attachment.html


More information about the macports-changes mailing list