notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
gitphp Web based git repository browser written in PHP
0.2.8_2 devel Deleted on this many watch lists=1 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.2.8_2Version of this port present on the latest quarterly branch.
Broken BROKEN: unfetchable
Deprecated DEPRECATED: Unfetchable, unmaintained
Expired This port expired on: 2019-10-16
Ignore IGNORE: is marked as broken: unfetchable
There is no maintainer for this port.
Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2012-09-22 20:05:23
Last Update: 2019-10-16 15:29:32
SVN Revision: 514601
People watching this port, also watch:: python, unoconv, py39-pycparser, sysinfo
Also Listed In: www
License: GPLv2
WWW:
http://www.gitphp.org
Description:
GitPHP is a web based git repository browser written in PHP. It uses the Smarty template system for customization and flexibility. WWW: http://www.gitphp.org
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (733 items)
Collapse this list.
  1. /usr/local/share/licenses/gitphp-0.2.8_2/catalog.mk
  2. /usr/local/share/licenses/gitphp-0.2.8_2/LICENSE
  3. /usr/local/share/licenses/gitphp-0.2.8_2/GPLv2
  4. @owner www
  5. @group www
  6. www/gitphp/config/gitphp.conf.defaults.php
  7. www/gitphp/config/gitphp.conf.php.example
  8. www/gitphp/config/projects.conf.php.example
  9. www/gitphp/css/ext/jquery.qtip.min.css
  10. www/gitphp/css/ext/jquery.qtip.min.css.gz
  11. www/gitphp/css/gitphp.css
  12. www/gitphp/css/gitphp.min.css
  13. www/gitphp/css/gitphp.min.css.gz
  14. www/gitphp/css/gitphpskin.css
  15. www/gitphp/css/gitphpskin.min.css
  16. www/gitphp/css/gitphpskin.min.css.gz
  17. www/gitphp/doc/AUTHORS
  18. www/gitphp/doc/COPYING
  19. www/gitphp/doc/README
  20. www/gitphp/doc/TRANSLATING
  21. www/gitphp/images/blame-loader.gif
  22. www/gitphp/images/git-logo.png
  23. www/gitphp/images/search-loader.gif
  24. www/gitphp/images/tooltip-loader.gif
  25. www/gitphp/images/tree-loader.gif
  26. www/gitphp/include/AutoLoader.class.php
  27. www/gitphp/include/Config.class.php
  28. www/gitphp/include/DebugLog.class.php
  29. www/gitphp/include/Resource.class.php
  30. www/gitphp/include/Util.class.php
  31. www/gitphp/include/cache/Cache.class.php
  32. www/gitphp/include/cache/CacheResource_Memcache.class.php
  33. www/gitphp/include/cache/CacheStrategy.interface.php
  34. www/gitphp/include/cache/Cache_File.class.php
  35. www/gitphp/include/cache/Cache_Memcache.class.php
  36. www/gitphp/include/cache/Cache_Memcached.class.php
  37. www/gitphp/include/cache/Cacheable.interface.php
  38. www/gitphp/include/cache/MemoryCache.class.php
  39. www/gitphp/include/controller/ControllerBase.class.php
  40. www/gitphp/include/controller/Controller_Blame.class.php
  41. www/gitphp/include/controller/Controller_Blob.class.php
  42. www/gitphp/include/controller/Controller_Blobdiff.class.php
  43. www/gitphp/include/controller/Controller_Commit.class.php
  44. www/gitphp/include/controller/Controller_Commitdiff.class.php
  45. www/gitphp/include/controller/Controller_DiffBase.class.php
  46. www/gitphp/include/controller/Controller_Feed.class.php
  47. www/gitphp/include/controller/Controller_Graph.class.php
  48. www/gitphp/include/controller/Controller_GraphData.class.php
  49. www/gitphp/include/controller/Controller_Heads.class.php
  50. www/gitphp/include/controller/Controller_History.class.php
  51. www/gitphp/include/controller/Controller_Log.class.php
  52. www/gitphp/include/controller/Controller_Message.class.php
  53. www/gitphp/include/controller/Controller_Project.class.php
  54. www/gitphp/include/controller/Controller_ProjectList.class.php
  55. www/gitphp/include/controller/Controller_Search.class.php
  56. www/gitphp/include/controller/Controller_Snapshot.class.php
  57. www/gitphp/include/controller/Controller_Tag.class.php
  58. www/gitphp/include/controller/Controller_Tags.class.php
  59. www/gitphp/include/controller/Controller_Tree.class.php
  60. www/gitphp/include/exception/AmbiguousHashException.class.php
  61. www/gitphp/include/exception/DirectoryNotFoundException.class.php
  62. www/gitphp/include/exception/DirectoryTraversalException.class.php
  63. www/gitphp/include/exception/FileNotFoundException.class.php
  64. www/gitphp/include/exception/InvalidConfigFileException.class.php
  65. www/gitphp/include/exception/InvalidDirectoryConfigurationException.class.php
  66. www/gitphp/include/exception/InvalidDirectoryException.class.php
  67. www/gitphp/include/exception/InvalidFileException.class.php
  68. www/gitphp/include/exception/InvalidGitExecutableException.class.php
  69. www/gitphp/include/exception/InvalidGitRepositoryException.class.php
  70. www/gitphp/include/exception/InvalidHashException.class.php
  71. www/gitphp/include/exception/InvalidProjectParameterException.class.php
  72. www/gitphp/include/exception/InvalidSearchTypeException.class.php
  73. www/gitphp/include/exception/MessageException.class.php
  74. www/gitphp/include/exception/MissingMemcacheException.class.php
  75. www/gitphp/include/exception/MissingProjectParameterException.class.php
  76. www/gitphp/include/exception/MissingProjectrootException.class.php
  77. www/gitphp/include/exception/ProjectListFileReadException.class.php
  78. www/gitphp/include/exception/ProjectrootBoundException.class.php
  79. www/gitphp/include/exception/SearchDisabledException.class.php
  80. www/gitphp/include/exception/SearchLengthException.class.php
  81. www/gitphp/include/git/CommitSearch.class.php
  82. www/gitphp/include/git/FileBlame.class.php
  83. www/gitphp/include/git/FileDiff.class.php
  84. www/gitphp/include/git/FileHistory.class.php
  85. www/gitphp/include/git/FileSearch.class.php
  86. www/gitphp/include/git/FileSearchResult.class.php
  87. www/gitphp/include/git/FilesystemObject.class.php
  88. www/gitphp/include/git/GitConfig.class.php
  89. www/gitphp/include/git/GitExe.class.php
  90. www/gitphp/include/git/GitObject.class.php
  91. www/gitphp/include/git/GitObjectLoader.class.php
  92. www/gitphp/include/git/GitObjectManager.class.php
  93. www/gitphp/include/git/Head.class.php
  94. www/gitphp/include/git/Observable.interface.php
  95. www/gitphp/include/git/Observer.interface.php
  96. www/gitphp/include/git/Pagination.interface.php
  97. www/gitphp/include/git/Ref.class.php
  98. www/gitphp/include/git/TreeDiff.class.php
  99. www/gitphp/include/git/archive/Archive.class.php
  100. www/gitphp/include/git/archive/ArchiveStrategy.interface.php
  101. www/gitphp/include/git/archive/Archive_Bzip2.class.php
  102. www/gitphp/include/git/archive/Archive_Gzip.class.php
  103. www/gitphp/include/git/archive/Archive_Tar.class.php
  104. www/gitphp/include/git/archive/Archive_Zip.class.php
  105. www/gitphp/include/git/blob/Blob.class.php
  106. www/gitphp/include/git/blob/BlobLoadStrategy.interface.php
  107. www/gitphp/include/git/blob/BlobLoad_Git.class.php
  108. www/gitphp/include/git/blob/BlobLoad_Raw.class.php
  109. www/gitphp/include/git/commit/Commit.class.php
  110. www/gitphp/include/git/commit/CommitLoadStrategy.interface.php
  111. www/gitphp/include/git/commit/CommitLoad_Base.class.php
  112. www/gitphp/include/git/commit/CommitLoad_Git.class.php
  113. www/gitphp/include/git/commit/CommitLoad_Raw.class.php
  114. www/gitphp/include/git/filemimetype/FileMimeTypeReader.class.php
  115. www/gitphp/include/git/filemimetype/FileMimeTypeStrategy.interface.php
  116. www/gitphp/include/git/filemimetype/FileMimeType_Extension.class.php
  117. www/gitphp/include/git/filemimetype/FileMimeType_FileExe.class.php
  118. www/gitphp/include/git/filemimetype/FileMimeType_Fileinfo.class.php
  119. www/gitphp/include/git/headlist/HeadList.class.php
  120. www/gitphp/include/git/headlist/HeadListLoadStrategy.interface.php
  121. www/gitphp/include/git/headlist/HeadListLoad_Git.class.php
  122. www/gitphp/include/git/headlist/HeadListLoad_Raw.class.php
  123. www/gitphp/include/git/log/Log.class.php
  124. www/gitphp/include/git/log/LogLoadStrategy.interface.php
  125. www/gitphp/include/git/log/LogLoad_Git.class.php
  126. www/gitphp/include/git/log/LogLoad_Raw.class.php
  127. www/gitphp/include/git/pack/Pack.class.php
  128. www/gitphp/include/git/pack/PackData.class.php
  129. www/gitphp/include/git/pack/PackIndex.class.php
  130. www/gitphp/include/git/pack/PackIndexReaderV1.class.php
  131. www/gitphp/include/git/pack/PackIndexReaderV2.class.php
  132. www/gitphp/include/git/pack/PackIndexStrategy.interface.php
  133. www/gitphp/include/git/project/Project.class.php
  134. www/gitphp/include/git/project/ProjectLoadStrategy.interface.php
  135. www/gitphp/include/git/project/ProjectLoad_Git.class.php
  136. www/gitphp/include/git/project/ProjectLoad_Raw.class.php
  137. www/gitphp/include/git/projectlist/ProjectList.class.php
  138. www/gitphp/include/git/projectlist/ProjectListArray.class.php
  139. www/gitphp/include/git/projectlist/ProjectListArrayLegacy.class.php
  140. www/gitphp/include/git/projectlist/ProjectListBase.class.php
  141. www/gitphp/include/git/projectlist/ProjectListDirectory.class.php
  142. www/gitphp/include/git/projectlist/ProjectListFile.class.php
  143. www/gitphp/include/git/projectlist/ProjectListScmManager.class.php
  144. www/gitphp/include/git/reflist/RefList.class.php
  145. www/gitphp/include/git/reflist/RefListLoadStrategy.interface.php
  146. www/gitphp/include/git/reflist/RefListLoad_Git.class.php
  147. www/gitphp/include/git/reflist/RefListLoad_Raw.class.php
  148. www/gitphp/include/git/revlist/RevList.class.php
  149. www/gitphp/include/git/revlist/RevList_Git.class.php
  150. www/gitphp/include/git/tag/Tag.class.php
  151. www/gitphp/include/git/tag/TagLoadStrategy.interface.php
  152. www/gitphp/include/git/tag/TagLoad_Git.class.php
  153. www/gitphp/include/git/tag/TagLoad_Raw.class.php
  154. www/gitphp/include/git/taglist/TagList.class.php
  155. www/gitphp/include/git/taglist/TagListLoadStrategy.interface.php
  156. www/gitphp/include/git/taglist/TagListLoad_Git.class.php
  157. www/gitphp/include/git/taglist/TagListLoad_Raw.class.php
  158. www/gitphp/include/git/tree/Tree.class.php
  159. www/gitphp/include/git/tree/TreeLoadStrategy.interface.php
  160. www/gitphp/include/git/tree/TreeLoad_Base.class.php
  161. www/gitphp/include/git/tree/TreeLoad_Git.class.php
  162. www/gitphp/include/git/tree/TreeLoad_Raw.class.php
  163. www/gitphp/include/router/Route.class.php
  164. www/gitphp/include/router/Router.class.php
  165. www/gitphp/include/smartyplugins/block.t.php
  166. www/gitphp/include/smartyplugins/function.agestring.php
  167. www/gitphp/include/smartyplugins/function.geturl.php
  168. www/gitphp/include/smartyplugins/function.localfiletype.php
  169. www/gitphp/include/smartyplugins/modifier.buglink.php
  170. www/gitphp/include/smartyplugins/modifier.highlight.php
  171. www/gitphp/include/version.php
  172. www/gitphp/index.php
  173. www/gitphp/js/blob.js
  174. www/gitphp/js/blob.min.js
  175. www/gitphp/js/blob.min.js.gz
  176. www/gitphp/js/commitactivity.js
  177. www/gitphp/js/commitactivity.min.js
  178. www/gitphp/js/commitactivity.min.js.gz
  179. www/gitphp/js/commitdiff.js
  180. www/gitphp/js/commitdiff.min.js
  181. www/gitphp/js/commitdiff.min.js.gz
  182. www/gitphp/js/common.js
  183. www/gitphp/js/common.min.js
  184. www/gitphp/js/common.min.js.gz
  185. www/gitphp/js/ext/d3.v2.min.js
  186. www/gitphp/js/ext/jquery-1.8.1.min.js
  187. www/gitphp/js/ext/jquery-1.8.1.min.js.gz
  188. www/gitphp/js/ext/jquery.qtip.min.js
  189. www/gitphp/js/ext/jquery.qtip.min.js.gz
  190. www/gitphp/js/ext/modernizr.custom.js
  191. www/gitphp/js/ext/require.js
  192. www/gitphp/js/ext/require.js.gz
  193. www/gitphp/js/languagedist.js
  194. www/gitphp/js/languagedist.min.js
  195. www/gitphp/js/languagedist.min.js.gz
  196. www/gitphp/js/modules/blameasync.js
  197. www/gitphp/js/modules/commitactivitygraph.js
  198. www/gitphp/js/modules/getproject.js
  199. www/gitphp/js/modules/geturl.js
  200. www/gitphp/js/modules/hassearchreset.js
  201. www/gitphp/js/modules/lang.js
  202. www/gitphp/js/modules/languagedistgraph.js
  203. www/gitphp/js/modules/projectsearch.js
  204. www/gitphp/js/modules/resources.js
  205. www/gitphp/js/modules/sidebysidecommitdiff.js
  206. www/gitphp/js/modules/snapshotformats.js
  207. www/gitphp/js/modules/tooltip.commit.js
  208. www/gitphp/js/modules/tooltip.snapshot.js
  209. www/gitphp/js/modules/tooltip.tag.js
  210. www/gitphp/js/modules/treedrilldown.js
  211. www/gitphp/js/projectlist.js
  212. www/gitphp/js/projectlist.min.js
  213. www/gitphp/js/projectlist.min.js.gz
  214. www/gitphp/js/tree.js
  215. www/gitphp/js/tree.min.js
  216. www/gitphp/js/tree.min.js.gz
  217. www/gitphp/lib/geshi/contrib/aliased.php
  218. www/gitphp/lib/geshi/contrib/cssgen.php
  219. www/gitphp/lib/geshi/contrib/cssgen2.php
  220. www/gitphp/lib/geshi/contrib/example.php
  221. www/gitphp/lib/geshi/contrib/langcheck.php
  222. www/gitphp/lib/geshi/contrib/langwiz.php
  223. www/gitphp/lib/geshi/docs/BUGS
  224. www/gitphp/lib/geshi/docs/CHANGES
  225. www/gitphp/lib/geshi/docs/COPYING
  226. www/gitphp/lib/geshi/docs/README
  227. www/gitphp/lib/geshi/docs/THANKS
  228. www/gitphp/lib/geshi/docs/TODO
  229. www/gitphp/lib/geshi/docs/api/__filesource/fsource_geshi_core_geshi.php.html
  230. www/gitphp/lib/geshi/docs/api/blank.html
  231. www/gitphp/lib/geshi/docs/api/classtrees_geshi.html
  232. www/gitphp/lib/geshi/docs/api/elementindex.html
  233. www/gitphp/lib/geshi/docs/api/elementindex_geshi.html
  234. www/gitphp/lib/geshi/docs/api/errors.html
  235. www/gitphp/lib/geshi/docs/api/geshi/core/GeSHi.html
  236. www/gitphp/lib/geshi/docs/api/geshi/core/_geshi.php.html
  237. www/gitphp/lib/geshi/docs/api/index.html
  238. www/gitphp/lib/geshi/docs/api/li_geshi.html
  239. www/gitphp/lib/geshi/docs/api/media/banner.css
  240. www/gitphp/lib/geshi/docs/api/media/images/AbstractClass.png
  241. www/gitphp/lib/geshi/docs/api/media/images/AbstractClass_logo.png
  242. www/gitphp/lib/geshi/docs/api/media/images/AbstractMethod.png
  243. www/gitphp/lib/geshi/docs/api/media/images/AbstractPrivateClass.png
  244. www/gitphp/lib/geshi/docs/api/media/images/AbstractPrivateClass_logo.png
  245. www/gitphp/lib/geshi/docs/api/media/images/AbstractPrivateMethod.png
  246. www/gitphp/lib/geshi/docs/api/media/images/Class.png
  247. www/gitphp/lib/geshi/docs/api/media/images/Class_logo.png
  248. www/gitphp/lib/geshi/docs/api/media/images/Constant.png
  249. www/gitphp/lib/geshi/docs/api/media/images/Constructor.png
  250. www/gitphp/lib/geshi/docs/api/media/images/Destructor.png
  251. www/gitphp/lib/geshi/docs/api/media/images/Function.png
  252. www/gitphp/lib/geshi/docs/api/media/images/Global.png
  253. www/gitphp/lib/geshi/docs/api/media/images/I.png
  254. www/gitphp/lib/geshi/docs/api/media/images/Index.png
  255. www/gitphp/lib/geshi/docs/api/media/images/Interface.png
  256. www/gitphp/lib/geshi/docs/api/media/images/Interface_logo.png
  257. www/gitphp/lib/geshi/docs/api/media/images/L.png
  258. www/gitphp/lib/geshi/docs/api/media/images/Lminus.png
  259. www/gitphp/lib/geshi/docs/api/media/images/Lplus.png
  260. www/gitphp/lib/geshi/docs/api/media/images/Method.png
  261. www/gitphp/lib/geshi/docs/api/media/images/Page.png
  262. www/gitphp/lib/geshi/docs/api/media/images/Page_logo.png
  263. www/gitphp/lib/geshi/docs/api/media/images/PrivateClass.png
  264. www/gitphp/lib/geshi/docs/api/media/images/PrivateClass_logo.png
  265. www/gitphp/lib/geshi/docs/api/media/images/PrivateMethod.png
  266. www/gitphp/lib/geshi/docs/api/media/images/PrivateVariable.png
  267. www/gitphp/lib/geshi/docs/api/media/images/StaticMethod.png
  268. www/gitphp/lib/geshi/docs/api/media/images/StaticVariable.png
  269. www/gitphp/lib/geshi/docs/api/media/images/T.png
  270. www/gitphp/lib/geshi/docs/api/media/images/Tminus.png
  271. www/gitphp/lib/geshi/docs/api/media/images/Tplus.png
  272. www/gitphp/lib/geshi/docs/api/media/images/Variable.png
  273. www/gitphp/lib/geshi/docs/api/media/images/blank.png
  274. www/gitphp/lib/geshi/docs/api/media/images/class_folder.png
  275. www/gitphp/lib/geshi/docs/api/media/images/empty.png
  276. www/gitphp/lib/geshi/docs/api/media/images/file.png
  277. www/gitphp/lib/geshi/docs/api/media/images/folder.png
  278. www/gitphp/lib/geshi/docs/api/media/images/function_folder.png
  279. www/gitphp/lib/geshi/docs/api/media/images/next_button.png
  280. www/gitphp/lib/geshi/docs/api/media/images/next_button_disabled.png
  281. www/gitphp/lib/geshi/docs/api/media/images/package.png
  282. www/gitphp/lib/geshi/docs/api/media/images/package_folder.png
  283. www/gitphp/lib/geshi/docs/api/media/images/previous_button.png
  284. www/gitphp/lib/geshi/docs/api/media/images/previous_button_disabled.png
  285. www/gitphp/lib/geshi/docs/api/media/images/private_class_logo.png
  286. www/gitphp/lib/geshi/docs/api/media/images/tutorial.png
  287. www/gitphp/lib/geshi/docs/api/media/images/tutorial_folder.png
  288. www/gitphp/lib/geshi/docs/api/media/images/up_button.png
  289. www/gitphp/lib/geshi/docs/api/media/stylesheet.css
  290. www/gitphp/lib/geshi/docs/api/packages.html
  291. www/gitphp/lib/geshi/docs/api/todolist.html
  292. www/gitphp/lib/geshi/docs/geshi-doc.html
  293. www/gitphp/lib/geshi/docs/geshi-doc.txt
  294. www/gitphp/lib/geshi/docs/phpdoc.ini
  295. www/gitphp/lib/geshi/geshi.php
  296. www/gitphp/lib/geshi/geshi/4cs.php
  297. www/gitphp/lib/geshi/geshi/6502acme.php
  298. www/gitphp/lib/geshi/geshi/6502kickass.php
  299. www/gitphp/lib/geshi/geshi/6502tasm.php
  300. www/gitphp/lib/geshi/geshi/68000devpac.php
  301. www/gitphp/lib/geshi/geshi/abap.php
  302. www/gitphp/lib/geshi/geshi/actionscript.php
  303. www/gitphp/lib/geshi/geshi/actionscript3.php
  304. www/gitphp/lib/geshi/geshi/ada.php
  305. www/gitphp/lib/geshi/geshi/algol68.php
  306. www/gitphp/lib/geshi/geshi/apache.php
  307. www/gitphp/lib/geshi/geshi/applescript.php
  308. www/gitphp/lib/geshi/geshi/apt_sources.php
  309. www/gitphp/lib/geshi/geshi/asm.php
  310. www/gitphp/lib/geshi/geshi/asp.php
  311. www/gitphp/lib/geshi/geshi/autoconf.php
  312. www/gitphp/lib/geshi/geshi/autohotkey.php
  313. www/gitphp/lib/geshi/geshi/autoit.php
  314. www/gitphp/lib/geshi/geshi/avisynth.php
  315. www/gitphp/lib/geshi/geshi/awk.php
  316. www/gitphp/lib/geshi/geshi/bascomavr.php
  317. www/gitphp/lib/geshi/geshi/bash.php
  318. www/gitphp/lib/geshi/geshi/basic4gl.php
  319. www/gitphp/lib/geshi/geshi/bf.php
  320. www/gitphp/lib/geshi/geshi/bibtex.php
  321. www/gitphp/lib/geshi/geshi/blitzbasic.php
  322. www/gitphp/lib/geshi/geshi/bnf.php
  323. www/gitphp/lib/geshi/geshi/boo.php
  324. www/gitphp/lib/geshi/geshi/c.php
  325. www/gitphp/lib/geshi/geshi/c_loadrunner.php
  326. www/gitphp/lib/geshi/geshi/c_mac.php
  327. www/gitphp/lib/geshi/geshi/caddcl.php
  328. www/gitphp/lib/geshi/geshi/cadlisp.php
  329. www/gitphp/lib/geshi/geshi/cfdg.php
  330. www/gitphp/lib/geshi/geshi/cfm.php
  331. www/gitphp/lib/geshi/geshi/chaiscript.php
  332. www/gitphp/lib/geshi/geshi/cil.php
  333. www/gitphp/lib/geshi/geshi/clojure.php
  334. www/gitphp/lib/geshi/geshi/cmake.php
  335. www/gitphp/lib/geshi/geshi/cobol.php
  336. www/gitphp/lib/geshi/geshi/coffeescript.php
  337. www/gitphp/lib/geshi/geshi/cpp-qt.php
  338. www/gitphp/lib/geshi/geshi/cpp.php
  339. www/gitphp/lib/geshi/geshi/csharp.php
  340. www/gitphp/lib/geshi/geshi/css.php
  341. www/gitphp/lib/geshi/geshi/cuesheet.php
  342. www/gitphp/lib/geshi/geshi/d.php
  343. www/gitphp/lib/geshi/geshi/dcs.php
  344. www/gitphp/lib/geshi/geshi/delphi.php
  345. www/gitphp/lib/geshi/geshi/diff.php
  346. www/gitphp/lib/geshi/geshi/div.php
  347. www/gitphp/lib/geshi/geshi/dos.php
  348. www/gitphp/lib/geshi/geshi/dot.php
  349. www/gitphp/lib/geshi/geshi/e.php
  350. www/gitphp/lib/geshi/geshi/ecmascript.php
  351. www/gitphp/lib/geshi/geshi/eiffel.php
  352. www/gitphp/lib/geshi/geshi/email.php
  353. www/gitphp/lib/geshi/geshi/epc.php
  354. www/gitphp/lib/geshi/geshi/erlang.php
  355. www/gitphp/lib/geshi/geshi/euphoria.php
  356. www/gitphp/lib/geshi/geshi/f1.php
  357. www/gitphp/lib/geshi/geshi/falcon.php
  358. www/gitphp/lib/geshi/geshi/fo.php
  359. www/gitphp/lib/geshi/geshi/fortran.php
  360. www/gitphp/lib/geshi/geshi/freebasic.php
  361. www/gitphp/lib/geshi/geshi/fsharp.php
  362. www/gitphp/lib/geshi/geshi/gambas.php
  363. www/gitphp/lib/geshi/geshi/gdb.php
  364. www/gitphp/lib/geshi/geshi/genero.php
  365. www/gitphp/lib/geshi/geshi/genie.php
  366. www/gitphp/lib/geshi/geshi/gettext.php
  367. www/gitphp/lib/geshi/geshi/glsl.php
  368. www/gitphp/lib/geshi/geshi/gml.php
  369. www/gitphp/lib/geshi/geshi/gnuplot.php
  370. www/gitphp/lib/geshi/geshi/go.php
  371. www/gitphp/lib/geshi/geshi/groovy.php
  372. www/gitphp/lib/geshi/geshi/gwbasic.php
  373. www/gitphp/lib/geshi/geshi/haskell.php
  374. www/gitphp/lib/geshi/geshi/hicest.php
  375. www/gitphp/lib/geshi/geshi/hq9plus.php
  376. www/gitphp/lib/geshi/geshi/html4strict.php
  377. www/gitphp/lib/geshi/geshi/html5.php
  378. www/gitphp/lib/geshi/geshi/icon.php
  379. www/gitphp/lib/geshi/geshi/idl.php
  380. www/gitphp/lib/geshi/geshi/ini.php
  381. www/gitphp/lib/geshi/geshi/inno.php
  382. www/gitphp/lib/geshi/geshi/intercal.php
  383. www/gitphp/lib/geshi/geshi/io.php
  384. www/gitphp/lib/geshi/geshi/j.php
  385. www/gitphp/lib/geshi/geshi/java.php
  386. www/gitphp/lib/geshi/geshi/java5.php
  387. www/gitphp/lib/geshi/geshi/javascript.php
  388. www/gitphp/lib/geshi/geshi/jquery.php
  389. www/gitphp/lib/geshi/geshi/kixtart.php
  390. www/gitphp/lib/geshi/geshi/klonec.php
  391. www/gitphp/lib/geshi/geshi/klonecpp.php
  392. www/gitphp/lib/geshi/geshi/latex.php
  393. www/gitphp/lib/geshi/geshi/lb.php
  394. www/gitphp/lib/geshi/geshi/lisp.php
  395. www/gitphp/lib/geshi/geshi/llvm.php
  396. www/gitphp/lib/geshi/geshi/locobasic.php
  397. www/gitphp/lib/geshi/geshi/logtalk.php
  398. www/gitphp/lib/geshi/geshi/lolcode.php
  399. www/gitphp/lib/geshi/geshi/lotusformulas.php
  400. www/gitphp/lib/geshi/geshi/lotusscript.php
  401. www/gitphp/lib/geshi/geshi/lscript.php
  402. www/gitphp/lib/geshi/geshi/lsl2.php
  403. www/gitphp/lib/geshi/geshi/lua.php
  404. www/gitphp/lib/geshi/geshi/m68k.php
  405. www/gitphp/lib/geshi/geshi/magiksf.php
  406. www/gitphp/lib/geshi/geshi/make.php
  407. www/gitphp/lib/geshi/geshi/mapbasic.php
  408. www/gitphp/lib/geshi/geshi/matlab.php
  409. www/gitphp/lib/geshi/geshi/mirc.php
  410. www/gitphp/lib/geshi/geshi/mmix.php
  411. www/gitphp/lib/geshi/geshi/modula2.php
  412. www/gitphp/lib/geshi/geshi/modula3.php
  413. www/gitphp/lib/geshi/geshi/mpasm.php
  414. www/gitphp/lib/geshi/geshi/mxml.php
  415. www/gitphp/lib/geshi/geshi/mysql.php
  416. www/gitphp/lib/geshi/geshi/newlisp.php
  417. www/gitphp/lib/geshi/geshi/nsis.php
  418. www/gitphp/lib/geshi/geshi/oberon2.php
  419. www/gitphp/lib/geshi/geshi/objc.php
  420. www/gitphp/lib/geshi/geshi/objeck.php
  421. www/gitphp/lib/geshi/geshi/ocaml-brief.php
  422. www/gitphp/lib/geshi/geshi/ocaml.php
  423. www/gitphp/lib/geshi/geshi/oobas.php
  424. www/gitphp/lib/geshi/geshi/oracle11.php
  425. www/gitphp/lib/geshi/geshi/oracle8.php
  426. www/gitphp/lib/geshi/geshi/oxygene.php
  427. www/gitphp/lib/geshi/geshi/oz.php
  428. www/gitphp/lib/geshi/geshi/pascal.php
  429. www/gitphp/lib/geshi/geshi/pcre.php
  430. www/gitphp/lib/geshi/geshi/per.php
  431. www/gitphp/lib/geshi/geshi/perl.php
  432. www/gitphp/lib/geshi/geshi/perl6.php
  433. www/gitphp/lib/geshi/geshi/pf.php
  434. www/gitphp/lib/geshi/geshi/php-brief.php
  435. www/gitphp/lib/geshi/geshi/php.php
  436. www/gitphp/lib/geshi/geshi/pic16.php
  437. www/gitphp/lib/geshi/geshi/pike.php
  438. www/gitphp/lib/geshi/geshi/pixelbender.php
  439. www/gitphp/lib/geshi/geshi/pli.php
  440. www/gitphp/lib/geshi/geshi/plsql.php
  441. www/gitphp/lib/geshi/geshi/postgresql.php
  442. www/gitphp/lib/geshi/geshi/povray.php
  443. www/gitphp/lib/geshi/geshi/powerbuilder.php
  444. www/gitphp/lib/geshi/geshi/powershell.php
  445. www/gitphp/lib/geshi/geshi/proftpd.php
  446. www/gitphp/lib/geshi/geshi/progress.php
  447. www/gitphp/lib/geshi/geshi/prolog.php
  448. www/gitphp/lib/geshi/geshi/properties.php
  449. www/gitphp/lib/geshi/geshi/providex.php
  450. www/gitphp/lib/geshi/geshi/purebasic.php
  451. www/gitphp/lib/geshi/geshi/pycon.php
  452. www/gitphp/lib/geshi/geshi/python.php
  453. www/gitphp/lib/geshi/geshi/q.php
  454. www/gitphp/lib/geshi/geshi/qbasic.php
  455. www/gitphp/lib/geshi/geshi/rails.php
  456. www/gitphp/lib/geshi/geshi/rebol.php
  457. www/gitphp/lib/geshi/geshi/reg.php
  458. www/gitphp/lib/geshi/geshi/robots.php
  459. www/gitphp/lib/geshi/geshi/rpmspec.php
  460. www/gitphp/lib/geshi/geshi/rsplus.php
  461. www/gitphp/lib/geshi/geshi/ruby.php
  462. www/gitphp/lib/geshi/geshi/sas.php
  463. www/gitphp/lib/geshi/geshi/scala.php
  464. www/gitphp/lib/geshi/geshi/scheme.php
  465. www/gitphp/lib/geshi/geshi/scilab.php
  466. www/gitphp/lib/geshi/geshi/sdlbasic.php
  467. www/gitphp/lib/geshi/geshi/smalltalk.php
  468. www/gitphp/lib/geshi/geshi/smarty.php
  469. www/gitphp/lib/geshi/geshi/sql.php
  470. www/gitphp/lib/geshi/geshi/systemverilog.php
  471. www/gitphp/lib/geshi/geshi/tcl.php
  472. www/gitphp/lib/geshi/geshi/teraterm.php
  473. www/gitphp/lib/geshi/geshi/text.php
  474. www/gitphp/lib/geshi/geshi/thinbasic.php
  475. www/gitphp/lib/geshi/geshi/tsql.php
  476. www/gitphp/lib/geshi/geshi/typoscript.php
  477. www/gitphp/lib/geshi/geshi/unicon.php
  478. www/gitphp/lib/geshi/geshi/uscript.php
  479. www/gitphp/lib/geshi/geshi/vala.php
  480. www/gitphp/lib/geshi/geshi/vb.php
  481. www/gitphp/lib/geshi/geshi/vbnet.php
  482. www/gitphp/lib/geshi/geshi/verilog.php
  483. www/gitphp/lib/geshi/geshi/vhdl.php
  484. www/gitphp/lib/geshi/geshi/vim.php
  485. www/gitphp/lib/geshi/geshi/visualfoxpro.php
  486. www/gitphp/lib/geshi/geshi/visualprolog.php
  487. www/gitphp/lib/geshi/geshi/whitespace.php
  488. www/gitphp/lib/geshi/geshi/whois.php
  489. www/gitphp/lib/geshi/geshi/winbatch.php
  490. www/gitphp/lib/geshi/geshi/xbasic.php
  491. www/gitphp/lib/geshi/geshi/xml.php
  492. www/gitphp/lib/geshi/geshi/xorg_conf.php
  493. www/gitphp/lib/geshi/geshi/xpp.php
  494. www/gitphp/lib/geshi/geshi/yaml.php
  495. www/gitphp/lib/geshi/geshi/z80.php
  496. www/gitphp/lib/geshi/geshi/zxbasic.php
  497. www/gitphp/lib/php-diff/README
  498. www/gitphp/lib/php-diff/example/a.txt
  499. www/gitphp/lib/php-diff/example/b.txt
  500. www/gitphp/lib/php-diff/example/example.php
  501. www/gitphp/lib/php-diff/example/styles.css
  502. www/gitphp/lib/php-diff/lib/Diff.php
  503. www/gitphp/lib/php-diff/lib/Diff/Renderer/Abstract.php
  504. www/gitphp/lib/php-diff/lib/Diff/Renderer/Html/Array.php
  505. www/gitphp/lib/php-diff/lib/Diff/Renderer/Html/Inline.php
  506. www/gitphp/lib/php-diff/lib/Diff/Renderer/Html/SideBySide.php
  507. www/gitphp/lib/php-diff/lib/Diff/Renderer/Text/Context.php
  508. www/gitphp/lib/php-diff/lib/Diff/Renderer/Text/Unified.php
  509. www/gitphp/lib/php-diff/lib/Diff/SequenceMatcher.php
  510. www/gitphp/lib/php-gettext/AUTHORS
  511. www/gitphp/lib/php-gettext/COPYING
  512. www/gitphp/lib/php-gettext/Makefile
  513. www/gitphp/lib/php-gettext/README
  514. www/gitphp/lib/php-gettext/examples/index.php
  515. www/gitphp/lib/php-gettext/examples/locale/de_CH/LC_MESSAGES/messages.mo
  516. www/gitphp/lib/php-gettext/examples/locale/de_CH/LC_MESSAGES/messages.po
  517. www/gitphp/lib/php-gettext/examples/locale/sr_CS/LC_MESSAGES/messages.mo
  518. www/gitphp/lib/php-gettext/examples/locale/sr_CS/LC_MESSAGES/messages.po
  519. www/gitphp/lib/php-gettext/examples/pigs_dropin.php
  520. www/gitphp/lib/php-gettext/examples/pigs_fallback.php
  521. www/gitphp/lib/php-gettext/examples/update
  522. www/gitphp/lib/php-gettext/gettext.inc
  523. www/gitphp/lib/php-gettext/gettext.php
  524. www/gitphp/lib/php-gettext/streams.php
  525. www/gitphp/lib/php-gettext/tests/LocalesTest.php
  526. www/gitphp/lib/php-gettext/tests/ParsingTest.php
  527. www/gitphp/lib/smarty-gettext/COPYING
  528. www/gitphp/lib/smarty-gettext/ChangeLog
  529. www/gitphp/lib/smarty-gettext/README
  530. www/gitphp/lib/smarty-gettext/block.t.php
  531. www/gitphp/lib/smarty-gettext/tsmarty2c.php
  532. www/gitphp/lib/smarty/COPYING.lib
  533. www/gitphp/lib/smarty/README
  534. www/gitphp/lib/smarty/SMARTY_2_BC_NOTES.txt
  535. www/gitphp/lib/smarty/SMARTY_3.0_BC_NOTES.txt
  536. www/gitphp/lib/smarty/SMARTY_3.1_NOTES.txt
  537. www/gitphp/lib/smarty/change_log.txt
  538. www/gitphp/lib/smarty/demo/configs/test.conf
  539. www/gitphp/lib/smarty/demo/index.php
  540. www/gitphp/lib/smarty/demo/plugins/cacheresource.apc.php
  541. www/gitphp/lib/smarty/demo/plugins/cacheresource.memcache.php
  542. www/gitphp/lib/smarty/demo/plugins/cacheresource.mysql.php
  543. www/gitphp/lib/smarty/demo/plugins/resource.extendsall.php
  544. www/gitphp/lib/smarty/demo/plugins/resource.mysql.php
  545. www/gitphp/lib/smarty/demo/plugins/resource.mysqls.php
  546. www/gitphp/lib/smarty/demo/templates/footer.tpl
  547. www/gitphp/lib/smarty/demo/templates/header.tpl
  548. www/gitphp/lib/smarty/demo/templates/index.tpl
  549. www/gitphp/lib/smarty/libs/Smarty.class.php
  550. www/gitphp/lib/smarty/libs/SmartyBC.class.php
  551. www/gitphp/lib/smarty/libs/debug.tpl
  552. www/gitphp/lib/smarty/libs/plugins/block.textformat.php
  553. www/gitphp/lib/smarty/libs/plugins/function.counter.php
  554. www/gitphp/lib/smarty/libs/plugins/function.cycle.php
  555. www/gitphp/lib/smarty/libs/plugins/function.fetch.php
  556. www/gitphp/lib/smarty/libs/plugins/function.html_checkboxes.php
  557. www/gitphp/lib/smarty/libs/plugins/function.html_image.php
  558. www/gitphp/lib/smarty/libs/plugins/function.html_options.php
  559. www/gitphp/lib/smarty/libs/plugins/function.html_radios.php
  560. www/gitphp/lib/smarty/libs/plugins/function.html_select_date.php
  561. www/gitphp/lib/smarty/libs/plugins/function.html_select_time.php
  562. www/gitphp/lib/smarty/libs/plugins/function.html_table.php
  563. www/gitphp/lib/smarty/libs/plugins/function.mailto.php
  564. www/gitphp/lib/smarty/libs/plugins/function.math.php
  565. www/gitphp/lib/smarty/libs/plugins/modifier.capitalize.php
  566. www/gitphp/lib/smarty/libs/plugins/modifier.date_format.php
  567. www/gitphp/lib/smarty/libs/plugins/modifier.debug_print_var.php
  568. www/gitphp/lib/smarty/libs/plugins/modifier.escape.php
  569. www/gitphp/lib/smarty/libs/plugins/modifier.regex_replace.php
  570. www/gitphp/lib/smarty/libs/plugins/modifier.replace.php
  571. www/gitphp/lib/smarty/libs/plugins/modifier.spacify.php
  572. www/gitphp/lib/smarty/libs/plugins/modifier.truncate.php
  573. www/gitphp/lib/smarty/libs/plugins/modifiercompiler.cat.php
  574. www/gitphp/lib/smarty/libs/plugins/modifiercompiler.count_characters.php
  575. www/gitphp/lib/smarty/libs/plugins/modifiercompiler.count_paragraphs.php
  576. www/gitphp/lib/smarty/libs/plugins/modifiercompiler.count_sentences.php
  577. www/gitphp/lib/smarty/libs/plugins/modifiercompiler.count_words.php
  578. www/gitphp/lib/smarty/libs/plugins/modifiercompiler.default.php
  579. www/gitphp/lib/smarty/libs/plugins/modifiercompiler.escape.php
  580. www/gitphp/lib/smarty/libs/plugins/modifiercompiler.from_charset.php
  581. www/gitphp/lib/smarty/libs/plugins/modifiercompiler.indent.php
  582. www/gitphp/lib/smarty/libs/plugins/modifiercompiler.lower.php
  583. www/gitphp/lib/smarty/libs/plugins/modifiercompiler.noprint.php
  584. www/gitphp/lib/smarty/libs/plugins/modifiercompiler.string_format.php
  585. www/gitphp/lib/smarty/libs/plugins/modifiercompiler.strip.php
  586. www/gitphp/lib/smarty/libs/plugins/modifiercompiler.strip_tags.php
  587. www/gitphp/lib/smarty/libs/plugins/modifiercompiler.to_charset.php
  588. www/gitphp/lib/smarty/libs/plugins/modifiercompiler.unescape.php
  589. www/gitphp/lib/smarty/libs/plugins/modifiercompiler.upper.php
  590. www/gitphp/lib/smarty/libs/plugins/modifiercompiler.wordwrap.php
  591. www/gitphp/lib/smarty/libs/plugins/outputfilter.trimwhitespace.php
  592. www/gitphp/lib/smarty/libs/plugins/shared.escape_special_chars.php
  593. www/gitphp/lib/smarty/libs/plugins/shared.literal_compiler_param.php
  594. www/gitphp/lib/smarty/libs/plugins/shared.make_timestamp.php
  595. www/gitphp/lib/smarty/libs/plugins/shared.mb_str_replace.php
  596. www/gitphp/lib/smarty/libs/plugins/shared.mb_unicode.php
  597. www/gitphp/lib/smarty/libs/plugins/shared.mb_wordwrap.php
  598. www/gitphp/lib/smarty/libs/plugins/variablefilter.htmlspecialchars.php
  599. www/gitphp/lib/smarty/libs/sysplugins/smarty_cacheresource.php
  600. www/gitphp/lib/smarty/libs/sysplugins/smarty_cacheresource_custom.php
  601. www/gitphp/lib/smarty/libs/sysplugins/smarty_cacheresource_keyvaluestore.php
  602. www/gitphp/lib/smarty/libs/sysplugins/smarty_config_source.php
  603. www/gitphp/lib/smarty/libs/sysplugins/smarty_internal_cacheresource_file.php
  604. www/gitphp/lib/smarty/libs/sysplugins/smarty_internal_compile_append.php
  605. www/gitphp/lib/smarty/libs/sysplugins/smarty_internal_compile_assign.php
  606. www/gitphp/lib/smarty/libs/sysplugins/smarty_internal_compile_block.php
  607. www/gitphp/lib/smarty/libs/sysplugins/smarty_internal_compile_break.php
  608. www/gitphp/lib/smarty/libs/sysplugins/smarty_internal_compile_call.php
  609. www/gitphp/lib/smarty/libs/sysplugins/smarty_internal_compile_capture.php
  610. www/gitphp/lib/smarty/libs/sysplugins/smarty_internal_compile_config_load.php
  611. www/gitphp/lib/smarty/libs/sysplugins/smarty_internal_compile_continue.php
  612. www/gitphp/lib/smarty/libs/sysplugins/smarty_internal_compile_debug.php
  613. www/gitphp/lib/smarty/libs/sysplugins/smarty_internal_compile_eval.php
  614. www/gitphp/lib/smarty/libs/sysplugins/smarty_internal_compile_extends.php
  615. www/gitphp/lib/smarty/libs/sysplugins/smarty_internal_compile_for.php
  616. www/gitphp/lib/smarty/libs/sysplugins/smarty_internal_compile_foreach.php
  617. www/gitphp/lib/smarty/libs/sysplugins/smarty_internal_compile_function.php
  618. www/gitphp/lib/smarty/libs/sysplugins/smarty_internal_compile_if.php
  619. www/gitphp/lib/smarty/libs/sysplugins/smarty_internal_compile_include.php
  620. www/gitphp/lib/smarty/libs/sysplugins/smarty_internal_compile_include_php.php
  621. www/gitphp/lib/smarty/libs/sysplugins/smarty_internal_compile_insert.php
  622. www/gitphp/lib/smarty/libs/sysplugins/smarty_internal_compile_ldelim.php
  623. www/gitphp/lib/smarty/libs/sysplugins/smarty_internal_compile_nocache.php
  624. www/gitphp/lib/smarty/libs/sysplugins/smarty_internal_compile_private_block_plugin.php
  625. www/gitphp/lib/smarty/libs/sysplugins/smarty_internal_compile_private_function_plugin.php
  626. www/gitphp/lib/smarty/libs/sysplugins/smarty_internal_compile_private_modifier.php
  627. www/gitphp/lib/smarty/libs/sysplugins/smarty_internal_compile_private_object_block_function.php
  628. www/gitphp/lib/smarty/libs/sysplugins/smarty_internal_compile_private_object_function.php
  629. www/gitphp/lib/smarty/libs/sysplugins/smarty_internal_compile_private_print_expression.php
  630. www/gitphp/lib/smarty/libs/sysplugins/smarty_internal_compile_private_registered_block.php
  631. www/gitphp/lib/smarty/libs/sysplugins/smarty_internal_compile_private_registered_function.php
  632. www/gitphp/lib/smarty/libs/sysplugins/smarty_internal_compile_private_special_variable.php
  633. www/gitphp/lib/smarty/libs/sysplugins/smarty_internal_compile_rdelim.php
  634. www/gitphp/lib/smarty/libs/sysplugins/smarty_internal_compile_section.php
  635. www/gitphp/lib/smarty/libs/sysplugins/smarty_internal_compile_setfilter.php
  636. www/gitphp/lib/smarty/libs/sysplugins/smarty_internal_compile_while.php
  637. www/gitphp/lib/smarty/libs/sysplugins/smarty_internal_compilebase.php
  638. www/gitphp/lib/smarty/libs/sysplugins/smarty_internal_config.php
  639. www/gitphp/lib/smarty/libs/sysplugins/smarty_internal_config_file_compiler.php
  640. www/gitphp/lib/smarty/libs/sysplugins/smarty_internal_configfilelexer.php
  641. www/gitphp/lib/smarty/libs/sysplugins/smarty_internal_configfileparser.php
  642. www/gitphp/lib/smarty/libs/sysplugins/smarty_internal_data.php
  643. www/gitphp/lib/smarty/libs/sysplugins/smarty_internal_debug.php
  644. www/gitphp/lib/smarty/libs/sysplugins/smarty_internal_filter_handler.php
  645. www/gitphp/lib/smarty/libs/sysplugins/smarty_internal_function_call_handler.php
  646. www/gitphp/lib/smarty/libs/sysplugins/smarty_internal_get_include_path.php
  647. www/gitphp/lib/smarty/libs/sysplugins/smarty_internal_nocache_insert.php
  648. www/gitphp/lib/smarty/libs/sysplugins/smarty_internal_parsetree.php
  649. www/gitphp/lib/smarty/libs/sysplugins/smarty_internal_resource_eval.php
  650. www/gitphp/lib/smarty/libs/sysplugins/smarty_internal_resource_extends.php
  651. www/gitphp/lib/smarty/libs/sysplugins/smarty_internal_resource_file.php
  652. www/gitphp/lib/smarty/libs/sysplugins/smarty_internal_resource_php.php
  653. www/gitphp/lib/smarty/libs/sysplugins/smarty_internal_resource_registered.php
  654. www/gitphp/lib/smarty/libs/sysplugins/smarty_internal_resource_stream.php
  655. www/gitphp/lib/smarty/libs/sysplugins/smarty_internal_resource_string.php
  656. www/gitphp/lib/smarty/libs/sysplugins/smarty_internal_smartytemplatecompiler.php
  657. www/gitphp/lib/smarty/libs/sysplugins/smarty_internal_template.php
  658. www/gitphp/lib/smarty/libs/sysplugins/smarty_internal_templatebase.php
  659. www/gitphp/lib/smarty/libs/sysplugins/smarty_internal_templatecompilerbase.php
  660. www/gitphp/lib/smarty/libs/sysplugins/smarty_internal_templatelexer.php
  661. www/gitphp/lib/smarty/libs/sysplugins/smarty_internal_templateparser.php
  662. www/gitphp/lib/smarty/libs/sysplugins/smarty_internal_utility.php
  663. www/gitphp/lib/smarty/libs/sysplugins/smarty_internal_write_file.php
  664. www/gitphp/lib/smarty/libs/sysplugins/smarty_resource.php
  665. www/gitphp/lib/smarty/libs/sysplugins/smarty_resource_custom.php
  666. www/gitphp/lib/smarty/libs/sysplugins/smarty_resource_recompiled.php
  667. www/gitphp/lib/smarty/libs/sysplugins/smarty_resource_uncompiled.php
  668. www/gitphp/lib/smarty/libs/sysplugins/smarty_security.php
  669. www/gitphp/locale/de_DE/README
  670. www/gitphp/locale/de_DE/gitphp.mo
  671. www/gitphp/locale/de_DE/gitphp.po
  672. www/gitphp/locale/es_ES/gitphp.mo
  673. www/gitphp/locale/es_ES/gitphp.po
  674. www/gitphp/locale/fr_FR/gitphp.mo
  675. www/gitphp/locale/fr_FR/gitphp.po
  676. www/gitphp/locale/gitphp.pot
  677. www/gitphp/locale/ja_JP/gitphp.mo
  678. www/gitphp/locale/ja_JP/gitphp.po
  679. www/gitphp/locale/ru_RU/gitphp.mo
  680. www/gitphp/locale/ru_RU/gitphp.po
  681. www/gitphp/locale/tr_TR/gitphp.mo
  682. www/gitphp/locale/tr_TR/gitphp.po
  683. www/gitphp/locale/zh_CN/README
  684. www/gitphp/locale/zh_CN/gitphp.mo
  685. www/gitphp/locale/zh_CN/gitphp.po
  686. www/gitphp/templates/atom.tpl
  687. www/gitphp/templates/blame.tpl
  688. www/gitphp/templates/blamedata.tpl
  689. www/gitphp/templates/blob.tpl
  690. www/gitphp/templates/blobdiff.tpl
  691. www/gitphp/templates/blobdiffplain.tpl
  692. www/gitphp/templates/blobheaders.tpl
  693. www/gitphp/templates/blobplain.tpl
  694. www/gitphp/templates/commit.tpl
  695. www/gitphp/templates/commitdiff.tpl
  696. www/gitphp/templates/commitdiffplain.tpl
  697. www/gitphp/templates/committip.tpl
  698. www/gitphp/templates/filediff.tpl
  699. www/gitphp/templates/filediffsidebyside.tpl
  700. www/gitphp/templates/graph.tpl
  701. www/gitphp/templates/graphdata.tpl
  702. www/gitphp/templates/headlist.tpl
  703. www/gitphp/templates/heads.tpl
  704. www/gitphp/templates/history.tpl
  705. www/gitphp/templates/log.tpl
  706. www/gitphp/templates/main.tpl
  707. www/gitphp/templates/message.tpl
  708. www/gitphp/templates/nav.tpl
  709. www/gitphp/templates/opml.tpl
  710. www/gitphp/templates/path.tpl
  711. www/gitphp/templates/project.tpl
  712. www/gitphp/templates/projectbase.tpl
  713. www/gitphp/templates/projectindex.tpl
  714. www/gitphp/templates/projectlist.tpl
  715. www/gitphp/templates/projectmessage.tpl
  716. www/gitphp/templates/refbadges.tpl
  717. www/gitphp/templates/rss.tpl
  718. www/gitphp/templates/search.tpl
  719. www/gitphp/templates/searchfiles.tpl
  720. www/gitphp/templates/shortlog.tpl
  721. www/gitphp/templates/shortloglist.tpl
  722. www/gitphp/templates/snapshot.tpl
  723. www/gitphp/templates/tag.tpl
  724. www/gitphp/templates/taglist.tpl
  725. www/gitphp/templates/tags.tpl
  726. www/gitphp/templates/tagtip.tpl
  727. www/gitphp/templates/title.tpl
  728. www/gitphp/templates/tree.tpl
  729. www/gitphp/templates/treelist.tpl
  730. @dir www/gitphp/templates_c
  731. @dir www/gitphp/cache
  732. @owner
  733. @group
Collapse this list.
Dependency lines:
  • gitphp>0:devel/gitphp
No installation instructions:
This port has been deleted.
PKGNAME: gitphp
Flavors: there is no flavor information for this port.
distinfo:
SHA256 (gitphp-0.2.8.tar.bz2) = 91d4a12310bbe9dbf4c712b2217a974cbfad4d3ddb5cb4d780155695f61debb5 SIZE (gitphp-0.2.8.tar.bz2) = 1201374

No package information for this port in our database
Sometimes this happens. Not all ports have packages.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. msgfmt : devel/gettext-tools
Runtime dependencies:
  1. xdiff.so : textproc/pecl-xdiff2@php72
  2. php.h : lang/php72
  3. bz2.so : archivers/php72-bz2
  4. fileinfo.so : sysutils/php72-fileinfo
  5. mbstring.so : converters/php72-mbstring
  6. memcache.so : databases/php-memcache@php72
  7. posix.so : sysutils/php72-posix
  8. simplexml.so : textproc/php72-simplexml
  9. zlib.so : archivers/php72-zlib
Library dependencies:
  1. libintl.so : devel/gettext-runtime
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
N/A
USES:
gettext php:web tar:bzip2
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://github.com/xiphux/gitphp/releases/download/0.2.8/
Collapse this list.

Number of commits found: 27

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.2.8_2
16 Oct 2019 15:29:32
Revision:514601Original commit files touched by this commit
rene search for other commits by this committer
Remove expired ports:

2019-10-16 archivers/freetar: Unfetchable, unmaintained
2019-10-16 archivers/hffzip: Unfetchable, unmaintained
2019-10-16 archivers/hpack.non-usa.only: Unfetchable, unmaintained
2019-10-16 archivers/untar: Unfetchable, unmaintained
2019-10-16 astro/gpsdrive: Unfetchable, unmaintained
2019-10-16 astro/planets: Unfetchable, unmaintained
2019-10-16 audio/ascd: Unfetchable, unmaintained
2019-10-16 audio/audiotag: Unfetchable, unmaintained
2019-10-16 audio/gmidimonitor: Unfetchable, unmaintained
2019-10-16 audio/gmpc-lyricwiki: Unfetchable, unmaintained
2019-10-16 audio/jack_mixer: Unfetchable, unmaintained
2019-10-16 audio/jmusic: Unfetchable, unmaintained
2019-10-16 audio/maplay: Unfetchable, unmaintained
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.2.8_2
15 Sep 2019 17:28:09
Revision:512125Original commit files touched by this commit
antoine search for other commits by this committer
Deprecate a few ports
0.2.8_2
13 Aug 2019 16:01:59
Revision:508835Original commit files touched by this commit Sanity Test Failure
mat search for other commits by this committer
Convert to UCL & cleanup pkg-message (categories d)
0.2.8_2
04 Aug 2019 10:02:47
Revision:508088Original commit files touched by this commit
antoine search for other commits by this committer
Mark BROKEN: unfetchable
0.2.8_2
01 Jan 2019 13:20:59
Revision:488885Original commit files touched by this commit
rene search for other commits by this committer
devel/gitphp: remove support for PHP 5.6
0.2.8_2
30 Dec 2018 22:40:00
Revision:488747Original commit files touched by this commit
rene search for other commits by this committer
Revert r488739, it resulted in bogus dependencies for PHP 5.6
0.2.8_2
30 Dec 2018 21:45:09
Revision:488739Original commit files touched by this commit
rene search for other commits by this committer
devel/gitphp: remove support for PHP 5.6
0.2.8_2
25 May 2018 20:00:46
Revision:470861Original commit files touched by this commit
swills search for other commits by this committer
devel/gitphp: allow building with php7+

PR:		227377
Submitted by:	Daniel Austin <freebsd-ports@dan.me.uk>
0.2.8_1
08 Apr 2018 11:56:03
Revision:466793Original commit files touched by this commit
brnrd search for other commits by this committer
category devel: Convert to USES=php

Approved by:    infrastructure modernization blanket
0.2.8_1
08 Mar 2018 19:48:41
Revision:463917Original commit files touched by this commit
mat search for other commits by this committer
Introduce PHP flavors.

  Ports using USES=php:phpize, php:ext, php:zend, and php:pecl are now
  flavored.  They will automatically get flavors (php56, php70, php71, php72)
  depending of the versions they support (set with IGNORE_WITH_PHP).  As a
  consequence, ports using USES=pear and USES=horde are also flavored.

PR:		226242
Submitted by:	mat
Exp-run by:	antoine
Approved by:	portmgr
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D14208
0.2.8_1
01 Dec 2016 11:18:04
Revision:427491Original commit files touched by this commit
mat search for other commits by this committer
Don't quote {} in find -exec calls.

Braces are not shell metacharacters, and they do not need to be quoted.
By the time find parses its arguments and dicovers them, the quoting
will have been removed by the shell anyway.

Sponsored by:	Absolight
0.2.8_1
01 Apr 2016 14:00:57
Revision:412346Original commit files touched by this commit
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
0.2.8_1
30 Dec 2015 11:16:57
Revision:404832Original commit files touched by this commit
rakuco search for other commits by this committer
Fix MASTER_SITES and unmark BROKEN.
0.2.8_1
30 Dec 2015 11:16:47
Revision:404831Original commit files touched by this commit
rakuco search for other commits by this committer
Remove tabs from WWW.
0.2.8_1
09 Nov 2015 12:59:04
Revision:401096Original commit files touched by this commit
antoine search for other commits by this committer
Mark a few ports BROKEN: unfetchable
0.2.8_1
03 Mar 2015 02:55:57
Revision:380330Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Add empty directories to plist
0.2.8_1
27 Oct 2014 10:10:59
Revision:371544Original commit files touched by this commit
bapt search for other commits by this committer
Cleanup plist
0.2.8_1
21 Sep 2014 15:19:45
Revision:368770Original commit files touched by this commit
antoine search for other commits by this committer
- Allow staging as a regular user
- Bump portrevision as files were not packaged with intended owner
0.2.8
02 Sep 2014 15:42:51
Revision:367041Original commit files touched by this commit
tabthorpe search for other commits by this committer
- Reassign to the heap
0.2.8
29 Jul 2014 18:41:17
Revision:363371Original commit files touched by this commit Sanity Test Failure
adamw search for other commits by this committer
Convert a bunch of USE_BZIP2 to USES=tar:bzip2

Approved by:	portmgr (not really, but touches unstaged ports)
0.2.8
10 Jun 2014 07:39:02
Revision:357277Original commit files touched by this commit
olgeni search for other commits by this committer
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories D-F.

CR:		D196
Approved by:	portmgr (bapt)
0.2.8
05 Nov 2013 04:26:16
Revision:332806Original commit files touched by this commit
tabthorpe search for other commits by this committer
- Add stage support
0.2.8
20 Sep 2013 17:04:44
Revision:327723Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 2)
0.2.8
24 Apr 2013 18:10:32
Revision:316464Original commit files touched by this commit
ak search for other commits by this committer
- Convert USE_GETTEXT to USES (part 3)

Approved by:	portmgr (bapt)
0.2.8
24 Oct 2012 14:37:27
Revision:306344Original commit files touched by this commit
tabthorpe search for other commits by this committer
- Update to 0.2.8

Feature safe:	yes
0.2.7_1
28 Sep 2012 20:25:53
Revision:305013Original commit files touched by this commit
tabthorpe search for other commits by this committer
- Add dependency on textproc/pecl-xdiff
- Bump PORTREVISION
0.2.7
22 Sep 2012 20:04:50
Revision:304721Original commit files touched by this commit
tabthorpe search for other commits by this committer
GitPHP is a web based git repository browser written in PHP. It uses the
Smarty template system for customization and flexibility.

WWW:	http://www.gitphp.org

Number of commits found: 27