[Pkg-php-commits] r1358 - pear/php-onyxrss/trunk/debian

Jean-Marc Roth jmroth-guest at alioth.debian.org
Mon Mar 29 14:50:11 UTC 2010


tags 574976 pending
thanks

Author: jmroth-guest
Date: 2010-03-29 14:50:09 +0000 (Mon, 29 Mar 2010)
New Revision: 1358

Added:
   pear/php-onyxrss/trunk/debian/README.Debian
   pear/php-onyxrss/trunk/debian/changelog
   pear/php-onyxrss/trunk/debian/compat
   pear/php-onyxrss/trunk/debian/control
   pear/php-onyxrss/trunk/debian/copyright
   pear/php-onyxrss/trunk/debian/dirs
   pear/php-onyxrss/trunk/debian/docs
   pear/php-onyxrss/trunk/debian/rules
Log:
initial commit of php-onyxrss


Added: pear/php-onyxrss/trunk/debian/README.Debian
===================================================================
--- pear/php-onyxrss/trunk/debian/README.Debian	                        (rev 0)
+++ pear/php-onyxrss/trunk/debian/README.Debian	2010-03-29 14:50:09 UTC (rev 1358)
@@ -0,0 +1,9 @@
+php-onyxrss for Debian
+----------------------
+
+This library is needed by software like serendipity and phplist.
+
+Unfortunately, the website is down and the author unreachable as far
+as we know.
+
+ -- Jean-Marc Roth <jmroth at iip.lu>  Mon, 22 Mar 2010 16:27:54 +0100

Added: pear/php-onyxrss/trunk/debian/changelog
===================================================================
--- pear/php-onyxrss/trunk/debian/changelog	                        (rev 0)
+++ pear/php-onyxrss/trunk/debian/changelog	2010-03-29 14:50:09 UTC (rev 1358)
@@ -0,0 +1,6 @@
+php-onyxrss (1.3-1) unstable; urgency=low
+
+  * Initial release (Closes: #574976)
+
+ -- Jean-Marc Roth <jmroth at iip.lu>  Mon, 22 Mar 2010 16:27:54 +0100
+

Added: pear/php-onyxrss/trunk/debian/compat
===================================================================
--- pear/php-onyxrss/trunk/debian/compat	                        (rev 0)
+++ pear/php-onyxrss/trunk/debian/compat	2010-03-29 14:50:09 UTC (rev 1358)
@@ -0,0 +1 @@
+7

Added: pear/php-onyxrss/trunk/debian/control
===================================================================
--- pear/php-onyxrss/trunk/debian/control	                        (rev 0)
+++ pear/php-onyxrss/trunk/debian/control	2010-03-29 14:50:09 UTC (rev 1358)
@@ -0,0 +1,30 @@
+Source: php-onyxrss
+Section: php
+Priority: optional
+Maintainer: Jean-Marc Roth <jmroth at iip.lu>
+Uploaders: TBA <tba>
+Build-Depends: debhelper (>= 7)
+Standards-Version: 3.8.4
+
+Package: php-onyxrss
+Architecture: all
+Depends: php-pear, ${shlibs:Depends}, ${misc:Depends}
+Description: PHP XML extension to parse RSS
+ Free, open source php parser that minimizes bandwidth usage. 
+ Great programming and wonderfully documented! 
+ Uses object oriented programming and PHP's built in XML extension 
+ to quickly and accurately parse ALL versions of RSS including 2.0. 
+ Many other parsers use regular expressions to find specific data
+ within files, and are thus are limited to specific versions of RSS and
+ are non-extensible.
+ To keep the server load low, feeds to be parsed can be kept in a
+ mySQL database on your own server with the format implied in the SQL
+ statement.
+ Pages will be served up without any server-side processing, and a
+ cron job and be set up to call your page with the PHP code in it at
+ desired intervals.
+ All parsed results can be exported to an external file, so the parser
+ doesn't have to get called everytime someone calls the page.
+ Requires PHP's built-in XML extension available by default on all
+ recent versions of PHP.
+

Added: pear/php-onyxrss/trunk/debian/copyright
===================================================================
--- pear/php-onyxrss/trunk/debian/copyright	                        (rev 0)
+++ pear/php-onyxrss/trunk/debian/copyright	2010-03-29 14:50:09 UTC (rev 1358)
@@ -0,0 +1,19 @@
+This package was debianized by Jean-Marc Roth <jmroth at iip.lu> on
+Mon, 22 Mar 2010 16:27:54 +0100.
+
+It was downloaded from http://wikkawiki.org/downloads/onyx-rss.zip.
+
+Upstream Author:
+
+    Edward R. Swindelles <ed at readinged.com> (unreachable)
+
+Copyright:
+
+    Copyright (C) 2003 Edward R. Swindelles
+
+License:
+
+    MIT License
+
+The Debian packaging is (C) 2010, Jean-Marc Roth <jmroth at iip.lu> and
+is licensed under the GPL, see `/usr/share/common-licenses/GPL'.

Added: pear/php-onyxrss/trunk/debian/dirs
===================================================================
--- pear/php-onyxrss/trunk/debian/dirs	                        (rev 0)
+++ pear/php-onyxrss/trunk/debian/dirs	2010-03-29 14:50:09 UTC (rev 1358)
@@ -0,0 +1 @@
+usr/share/php/Onyx

Added: pear/php-onyxrss/trunk/debian/docs
===================================================================
--- pear/php-onyxrss/trunk/debian/docs	                        (rev 0)
+++ pear/php-onyxrss/trunk/debian/docs	2010-03-29 14:50:09 UTC (rev 1358)
@@ -0,0 +1,2 @@
+README
+TODO

Added: pear/php-onyxrss/trunk/debian/rules
===================================================================
--- pear/php-onyxrss/trunk/debian/rules	                        (rev 0)
+++ pear/php-onyxrss/trunk/debian/rules	2010-03-29 14:50:09 UTC (rev 1358)
@@ -0,0 +1,63 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+# Sample debian/rules that uses debhelper.
+# This file was originally written by Joey Hess and Craig Small.
+# As a special exception, when this file is copied by dh-make into a
+# dh-make output file, you may use that output file without restriction.
+# This special exception was added by Craig Small in version 0.37 of dh-make.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+build: build-stamp
+
+build-stamp:
+	dh_testdir
+
+clean: 
+	dh_testdir
+	dh_clean 
+
+install: build
+	dh_testdir
+	dh_prep
+	dh_installdirs
+	dh_install
+	cp onyx-rss.php debian/php-onyxrss/usr/share/php/Onyx/RSS.php
+
+# Build architecture-independent files here.
+binary-indep: build install
+# We have nothing to do by default.
+
+# Build architecture-dependent files here.
+binary-arch: build install
+	dh_testdir
+	dh_installchangelogs 
+	dh_installdocs
+	dh_installexamples
+#	dh_install
+#	dh_installmenu
+#	dh_installdebconf	
+#	dh_installlogrotate
+#	dh_installemacsen
+#	dh_installpam
+#	dh_installmime
+#	dh_python
+#	dh_installinit
+#	dh_installcron
+#	dh_installinfo
+	dh_installman
+	dh_link
+	dh_strip
+	dh_compress
+	dh_fixperms
+#	dh_perl
+#	dh_makeshlibs
+	dh_installdeb
+	dh_shlibdeps
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install configure


Property changes on: pear/php-onyxrss/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *




More information about the Pkg-php-commits mailing list