Update of /cvsroot/fink/php-lib
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv28798/php-lib

Modified Files:
        finkinfo.inc 
Added Files:
        .cvsignore 
Log Message:
add zend, also a few more cleanups in the finkinfo class

--- NEW FILE: .cvsignore ---
.*.swp

Index: finkinfo.inc
===================================================================
RCS file: /cvsroot/fink/php-lib/finkinfo.inc,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- finkinfo.inc        26 Nov 2007 20:29:58 -0000      1.6
+++ finkinfo.inc        27 Nov 2007 14:33:34 -0000      1.7
@@ -16,6 +16,10 @@
 
        protected $section;
        protected $parent;
+       protected $rcspath;
+       protected $tag;
+       protected $infofile;
+       protected $time;
 
        public function __construct($name, $version = NULL, $revision = NULL, 
$epoch = 0) {
                $this->name     = $name;
@@ -62,8 +66,16 @@
 
        public function getSection()               { return $this->section; }
        public function setSection($section)       { $this->section = $section; 
}
+       public function getRcsPath()               { return $this->rcspath; }
+       public function setRcsPath($rcspath)       { $this->rcspath = $rcspath; 
}
+       public function getTag()                   { return $this->tag; }
+       public function setTag($tag)               { $this->tag = $tag; }
        public function getParent()                { return $this->parent; }
        public function setParent($parent)         { $this->parent = $parent; }
+       public function getInfoFile()              { return $this->infofile; }
+       public function setInfoFile($file)         { $this->infofile = $file; }
+       public function getTime()                  { return $this->time; }
+       public function setTime($time)             { $this->time = $time; }
 
        public function __toString() {
                return $this->getId();


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to