move various MESSAGEs into READMEs and apply some small modifictions for consistency
eyeballed by aja@
This commit is contained in:
parent
2a221b74a6
commit
ce6cc2f73c
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.12 2011/11/16 15:56:37 robert Exp $
|
||||
# $OpenBSD: Makefile,v 1.13 2012/09/10 09:16:33 jasper Exp $
|
||||
|
||||
COMMENT= easy to use and powerfull CMS
|
||||
|
||||
DISTNAME= cmsmadesimple-1.9.4-full
|
||||
REVISION= 3
|
||||
REVISION= 4
|
||||
PKGNAME= ${DISTNAME:S/-full//}
|
||||
CATEGORIES= www
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.6 2011/03/07 19:46:19 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.7 2012/09/10 09:16:33 jasper Exp $
|
||||
@group daemon
|
||||
cms/
|
||||
cms/admin/
|
||||
@ -3050,4 +3050,7 @@ cms/uploads/ngrey/wbtmleft.gif
|
||||
cms/uploads/ngrey/wfootrt.gif
|
||||
cms/uploads/ngrey/wtopleft.gif
|
||||
cms/version.php
|
||||
@group
|
||||
@cwd ${LOCALBASE}/share/doc/pkg-readmes
|
||||
${FULLPKGNAME}
|
||||
@extraunexec rm -rf ${INSTDIR}/tmp/
|
||||
|
@ -1,3 +1,9 @@
|
||||
$OpenBSD: README,v 1.1 2012/09/10 09:16:33 jasper Exp $
|
||||
|
||||
+-----------------------------------------------------------------------
|
||||
| Running ${FULLPKGNAME} on OpenBSD
|
||||
+-----------------------------------------------------------------------
|
||||
|
||||
CMS Made Simple has been installed into ${INSTDIR}
|
||||
|
||||
You should point this to the DocumentRoot of your web-server:
|
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2011/11/16 15:56:37 robert Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2012/09/10 09:16:33 jasper Exp $
|
||||
|
||||
COMMENT= building material for websites
|
||||
|
||||
V= 5.0.0
|
||||
DISTNAME= concrete${V}_2
|
||||
PKGNAME= concrete5-${V}
|
||||
REVISION= 3
|
||||
REVISION= 4
|
||||
EXTRACT_SUFX= .zip
|
||||
CATEGORIES= www
|
||||
HOMEPAGE= http://www.concrete5.org/
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2009/04/21 09:32:25 robert Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2012/09/10 09:16:33 jasper Exp $
|
||||
@group daemon
|
||||
concrete5/
|
||||
concrete5/LICENSE.TXT
|
||||
@ -1458,3 +1458,6 @@ concrete5/packages/.DS_Store
|
||||
concrete5/single_pages/
|
||||
concrete5/themes/
|
||||
concrete5/tools/
|
||||
@group
|
||||
@cwd ${LOCALBASE}/share/doc/pkg-readmes
|
||||
${FULLPKGNAME}
|
||||
|
@ -1,3 +1,9 @@
|
||||
$OpenBSD: README,v 1.1 2012/09/10 09:16:33 jasper Exp $
|
||||
|
||||
+-----------------------------------------------------------------------
|
||||
| Running ${FULLPKGNAME} on OpenBSD
|
||||
+-----------------------------------------------------------------------
|
||||
|
||||
Concrete5 has been installed into ${INSTDIR}
|
||||
|
||||
You should point this to the DocumentRoot of your web-server:
|
@ -1,10 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2012/07/17 17:28:35 landry Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2012/09/10 09:16:33 jasper Exp $
|
||||
|
||||
COMMENT = standards compliant, simple to use Wiki
|
||||
|
||||
VERSION = 2012-01-25b
|
||||
DISTNAME = dokuwiki-${VERSION}
|
||||
PKGNAME = dokuwiki-${VERSION:S/-/./g}
|
||||
REVISION = 0
|
||||
CATEGORIES = www
|
||||
HOMEPAGE = http://www.dokuwiki.org/dokuwiki
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2012/02/01 09:12:30 pea Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2012/09/10 09:16:33 jasper Exp $
|
||||
dokuwiki/
|
||||
dokuwiki/.htaccess.dist
|
||||
dokuwiki/COPYING
|
||||
@ -3729,3 +3729,6 @@ dokuwiki/lib/tpl/default/print.css
|
||||
dokuwiki/lib/tpl/default/rtl.css
|
||||
dokuwiki/lib/tpl/default/style.ini
|
||||
dokuwiki/lib/tpl/index.php
|
||||
@owner
|
||||
@cwd ${LOCALBASE}/share/doc/pkg-readmes
|
||||
${FULLPKGNAME}
|
||||
|
@ -1,3 +1,9 @@
|
||||
$OpenBSD: README,v 1.1 2012/09/10 09:16:33 jasper Exp $
|
||||
|
||||
+-----------------------------------------------------------------------
|
||||
| Running ${FULLPKGNAME} on OpenBSD
|
||||
+-----------------------------------------------------------------------
|
||||
|
||||
Dokuwiki has been installed into ${INSTDIR}
|
||||
|
||||
With Apache, this directory must be granted at least with this:
|
||||
@ -5,6 +11,7 @@ With Apache, this directory must be granted at least with this:
|
||||
|
||||
You should point this to the DocumentRoot of your web-server:
|
||||
# ln -s ../dokuwiki /var/www/htdocs/dokuwiki
|
||||
(make sure you use a relative symlink since Apache is chrooted)
|
||||
|
||||
Then add to your httpd.conf:
|
||||
<Directory /var/www/dokuwiki>
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2011/11/16 15:56:37 robert Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2012/09/10 09:16:33 jasper Exp $
|
||||
|
||||
COMMENT = professional PHP application framework
|
||||
|
||||
VERSION = 4.1.3
|
||||
REVISION = 3
|
||||
REVISION = 4
|
||||
DISTNAME = ezpublish-${VERSION}-gpl
|
||||
PKGNAME = ezpublish-${VERSION}
|
||||
CATEGORIES = www
|
||||
|
@ -1,8 +0,0 @@
|
||||
eZ Publish has been installed into ${INSTDIR}.
|
||||
|
||||
You should point this to the DocumentRoot of your web-server:
|
||||
# ln -s ../ezpublish /var/www/htdocs/ezpublish
|
||||
(make sure you use a relative symlink since Apache is chrooted by default)
|
||||
|
||||
You can ensure you have a working install by accessing:
|
||||
http://<localhost>/ezpublish/
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2009/08/24 16:36:31 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2012/09/10 09:16:33 jasper Exp $
|
||||
ezpublish/
|
||||
ezpublish/.htaccess_root
|
||||
ezpublish/LICENSE
|
||||
@ -4451,3 +4451,5 @@ ezpublish/var/storage/contributors/
|
||||
@mode
|
||||
@group
|
||||
ezpublish/webdav.php
|
||||
@cwd ${LOCALBASE}/share/doc/pkg-readmes
|
||||
${FULLPKGNAME}
|
||||
|
14
www/ezpublish/pkg/README
Normal file
14
www/ezpublish/pkg/README
Normal file
@ -0,0 +1,14 @@
|
||||
$OpenBSD: README,v 1.1 2012/09/10 09:16:33 jasper Exp $
|
||||
|
||||
+-----------------------------------------------------------------------
|
||||
| Running ${FULLPKGNAME} on OpenBSD
|
||||
+-----------------------------------------------------------------------
|
||||
|
||||
eZ Publish has been installed into ${INSTDIR}.
|
||||
|
||||
You should point this to the DocumentRoot of your web-server:
|
||||
# ln -s ../ezpublish /var/www/htdocs/ezpublish
|
||||
(make sure you use a relative symlink since Apache is chrooted)
|
||||
|
||||
You can ensure you have a working install by accessing:
|
||||
http://<localhost>/ezpublish/
|
@ -1,9 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2012/08/18 18:33:55 gonzalo Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2012/09/10 09:16:33 jasper Exp $
|
||||
|
||||
COMMENT = fast, light, user-friendly web forum
|
||||
|
||||
V= 1.5.0
|
||||
DISTNAME = fluxbb-${V}
|
||||
REVISION = 0
|
||||
CATEGORIES = www
|
||||
|
||||
HOMEPAGE = http://fluxbb.org/
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2012/08/18 18:33:55 gonzalo Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.4 2012/09/10 09:16:33 jasper Exp $
|
||||
fluxbb/
|
||||
@comment fluxbb/.gitignore
|
||||
fluxbb/COPYING
|
||||
@ -243,3 +243,6 @@ fluxbb/style/index.html
|
||||
fluxbb/userlist.php
|
||||
fluxbb/viewforum.php
|
||||
fluxbb/viewtopic.php
|
||||
@group
|
||||
@cwd ${LOCALBASE}/share/doc/pkg-readmes
|
||||
${FULLPKGNAME}
|
||||
|
@ -1,3 +1,9 @@
|
||||
$OpenBSD: README,v 1.1 2012/09/10 09:16:33 jasper Exp $
|
||||
|
||||
+-----------------------------------------------------------------------
|
||||
| Running ${FULLPKGNAME} on OpenBSD
|
||||
+-----------------------------------------------------------------------
|
||||
|
||||
FluxBB has been installed into ${INSTDIR}
|
||||
|
||||
You should point this to the DocumentRoot of your web server:
|
@ -1,8 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2012/07/09 20:30:01 gonzalo Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2012/09/10 09:16:33 jasper Exp $
|
||||
|
||||
COMMENT = web-based bug tracking system
|
||||
|
||||
DISTNAME = flyspray-0.9.9.7
|
||||
REVISION = 0
|
||||
CATEGORIES = www devel
|
||||
|
||||
HOMEPAGE = http://flyspray.org/
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2012/07/09 20:30:01 gonzalo Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2012/09/10 09:16:33 jasper Exp $
|
||||
flyspray/
|
||||
flyspray/adodb/
|
||||
flyspray/adodb/.htaccess
|
||||
@ -1032,3 +1032,5 @@ flyspray/themes/CleanFS/theme.css
|
||||
flyspray/themes/CleanFS/theme_print.css
|
||||
flyspray/themes/CleanFS/typography.css
|
||||
flyspray/themes/CleanFS/up.png
|
||||
@cwd ${LOCALBASE}/share/doc/pkg-readmes
|
||||
${FULLPKGNAME}
|
||||
|
@ -1,3 +1,9 @@
|
||||
$OpenBSD: README,v 1.1 2012/09/10 09:16:33 jasper Exp $
|
||||
|
||||
+-----------------------------------------------------------------------
|
||||
| Running ${FULLPKGNAME} on OpenBSD
|
||||
+-----------------------------------------------------------------------
|
||||
|
||||
FlySpray has been installed into ${INSTDIR}
|
||||
|
||||
You should point this to the DocumentRoot of your web server:
|
@ -1,8 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2010/11/22 08:36:49 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2012/09/10 09:16:33 jasper Exp $
|
||||
|
||||
COMMENT = light and fast log analyzer for squid proxy
|
||||
|
||||
DISTNAME = lightsquid-1.8
|
||||
REVISION = 0
|
||||
|
||||
CATEGORIES = www
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2009/08/20 21:51:58 rui Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2012/09/10 09:16:33 jasper Exp $
|
||||
htdocs/lightsquid/
|
||||
htdocs/lightsquid/.htaccess
|
||||
htdocs/lightsquid/bigfiles.cgi
|
||||
@ -97,3 +97,5 @@ htdocs/lightsquid/user_detail.cgi
|
||||
htdocs/lightsquid/user_month.cgi
|
||||
htdocs/lightsquid/user_time.cgi
|
||||
htdocs/lightsquid/whousesite.cgi
|
||||
@cwd ${LOCALBASE}/share/doc/pkg-readmes
|
||||
${FULLPKGNAME}
|
||||
|
@ -1,3 +1,9 @@
|
||||
$OpenBSD: README,v 1.1 2012/09/10 09:16:33 jasper Exp $
|
||||
|
||||
+-----------------------------------------------------------------------
|
||||
| Running ${FULLPKGNAME} on OpenBSD
|
||||
+-----------------------------------------------------------------------
|
||||
|
||||
To use lightsquid (with non-chrooted apache, httpd -u), give the www
|
||||
user permissions to access squid logs; either like this, or some other
|
||||
way:
|
@ -1,10 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.18 2012/06/13 00:41:39 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.19 2012/09/10 09:16:33 jasper Exp $
|
||||
|
||||
COMMENT= web based bug tracking
|
||||
|
||||
V= 1.2.11
|
||||
DISTNAME= mantisbt-$V
|
||||
PKGNAME= mantis-$V
|
||||
REVISION= 0
|
||||
CATEGORIES= www
|
||||
HOMEPAGE= http://www.mantisbt.org/
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.7 2012/06/13 00:41:39 sthen Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.8 2012/09/10 09:16:33 jasper Exp $
|
||||
@group daemon
|
||||
mantis/
|
||||
mantis/account_delete.php
|
||||
@ -1266,3 +1266,6 @@ mantis/view_filters_page.php
|
||||
mantis/view_user_page.php
|
||||
mantis/wiki.php
|
||||
mantis/xmlhttprequest.php
|
||||
@group
|
||||
@cwd ${LOCALBASE}/share/doc/pkg-readmes
|
||||
${FULLPKGNAME}
|
||||
|
@ -1,4 +1,8 @@
|
||||
READ THIS MESSAGE CAREFULLY, IT CONTAINS IMPORTANT SECURITY INFORMATION
|
||||
$OpenBSD: README,v 1.1 2012/09/10 09:16:33 jasper Exp $
|
||||
|
||||
+-----------------------------------------------------------------------
|
||||
| Running ${FULLPKGNAME} on OpenBSD
|
||||
+-----------------------------------------------------------------------
|
||||
|
||||
Mantis has been installed into ${INSTDIR}
|
||||
|
@ -1,9 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.7 2012/07/02 16:47:18 gonzalo Exp $
|
||||
# $OpenBSD: Makefile,v 1.8 2012/09/10 09:16:33 jasper Exp $
|
||||
|
||||
COMMENT= simple and clean multi-user web file manager
|
||||
|
||||
DISTNAME= mollify_1.8.8.3
|
||||
PKGNAME= ${DISTNAME:S/_/-/}
|
||||
REVISION= 0
|
||||
EXTRACT_SUFX= .zip
|
||||
CATEGORIES= www
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2012/07/02 16:47:18 gonzalo Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.4 2012/09/10 09:16:33 jasper Exp $
|
||||
htdocs/mollify/
|
||||
htdocs/mollify/ReadMe.txt
|
||||
htdocs/mollify/backend/
|
||||
@ -1469,3 +1469,5 @@ htdocs/mollify/client/themes/charcoal/wait.gif
|
||||
htdocs/mollify/client/themes/charcoal/wait2.gif
|
||||
htdocs/mollify/index.html.dist
|
||||
@sample ${INSTDIR}/index.html
|
||||
@cwd ${LOCALBASE}/share/doc/pkg-readmes
|
||||
${FULLPKGNAME}
|
||||
|
@ -1,3 +1,11 @@
|
||||
$OpenBSD: README,v 1.1 2012/09/10 09:16:33 jasper Exp $
|
||||
|
||||
+-----------------------------------------------------------------------
|
||||
| Running ${FULLPKGNAME} on OpenBSD
|
||||
+-----------------------------------------------------------------------
|
||||
|
||||
Mollify has been installed into ${INSTDIR}
|
||||
|
||||
Proceed to configure the software by opening the web-based installer
|
||||
at http://yourhost/mollify/backend/install/ and following the directions
|
||||
to modify ${INSTDIR}/backend/configuration.php
|
@ -1,8 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.20 2012/01/20 22:18:27 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.21 2012/09/10 09:16:33 jasper Exp $
|
||||
|
||||
COMMENT= learning management system
|
||||
|
||||
DISTNAME= moodle-1.9.16
|
||||
REVISION= 0
|
||||
CATEGORIES= www education
|
||||
|
||||
HOMEPAGE= http://www.moodle.org/
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.10 2012/01/20 22:18:28 sthen Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.11 2012/09/10 09:16:33 jasper Exp $
|
||||
@pkgpath www/moodle,mysql
|
||||
@pkgpath www/moodle,pgsql
|
||||
moodle/
|
||||
@ -6260,3 +6260,5 @@ moodle/userpix/
|
||||
moodle/userpix/index.php
|
||||
moodle/userpix/upgrade.php
|
||||
moodle/version.php
|
||||
@cwd ${LOCALBASE}/share/doc/pkg-readmes
|
||||
${FULLPKGNAME}
|
||||
|
@ -1,3 +1,9 @@
|
||||
$OpenBSD: README,v 1.1 2012/09/10 09:16:33 jasper Exp $
|
||||
|
||||
+-----------------------------------------------------------------------
|
||||
| Running ${FULLPKGNAME} on OpenBSD
|
||||
+-----------------------------------------------------------------------
|
||||
|
||||
The moodle has been installed into ${INSTDIR}
|
||||
|
||||
You should point this to the DocumentRoot of your web-server:
|
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.11 2011/11/16 15:56:37 robert Exp $
|
||||
# $OpenBSD: Makefile,v 1.12 2012/09/10 09:16:33 jasper Exp $
|
||||
|
||||
COMMENT= web-based conference management software
|
||||
|
||||
V= 1.9.9
|
||||
DISTNAME= myreview_${V:S/./_/g}
|
||||
PKGNAME= myreview-${V}
|
||||
REVISION= 5
|
||||
REVISION= 6
|
||||
CATEGORIES= www
|
||||
|
||||
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} myreview_v1.pdf:0
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2008/10/14 14:40:37 ajacoutot Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2012/09/10 09:16:34 jasper Exp $
|
||||
myreview/
|
||||
myreview/Admin.php
|
||||
myreview/AdminLists.php
|
||||
@ -344,3 +344,5 @@ myreview/tmpPdf/
|
||||
myreview/tmpPdf/tmpF1i7ad.pdf
|
||||
myreview/trash/
|
||||
myreview/trash/FormConfig.php
|
||||
@cwd ${LOCALBASE}/share/doc/pkg-readmes
|
||||
${FULLPKGNAME}
|
||||
|
@ -1,3 +1,9 @@
|
||||
$OpenBSD: README,v 1.1 2012/09/10 09:16:34 jasper Exp $
|
||||
|
||||
+-----------------------------------------------------------------------
|
||||
| Running ${FULLPKGNAME} on OpenBSD
|
||||
+-----------------------------------------------------------------------
|
||||
|
||||
MyReview has been installed into ${INSTDIR}
|
||||
|
||||
You should point this to the DocumentRoot of your web-server:
|
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.11 2011/11/16 15:56:38 robert Exp $
|
||||
# $OpenBSD: Makefile,v 1.12 2012/09/10 09:16:34 jasper Exp $
|
||||
|
||||
COMMENT= web-based iCal file parser
|
||||
|
||||
V= 2.31
|
||||
DISTNAME= phpicalendar${V}
|
||||
PKGNAME= phpicalendar-${V}
|
||||
REVISION= 2
|
||||
REVISION= 3
|
||||
CATEGORIES= www
|
||||
|
||||
HOMEPAGE= http://phpicalendar.net/
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.6 2009/02/11 12:48:48 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.7 2012/09/10 09:16:34 jasper Exp $
|
||||
@group daemon
|
||||
phpicalendar/
|
||||
@comment phpicalendar/.DS_Store
|
||||
@ -407,3 +407,6 @@ phpicalendar/templates/tan/todo.tpl
|
||||
phpicalendar/templates/tan/year.tpl
|
||||
phpicalendar/week.php
|
||||
phpicalendar/year.php
|
||||
@group
|
||||
@cwd ${LOCALBASE}/share/doc/pkg-readmes
|
||||
${FULLPKGNAME}
|
||||
|
@ -1,5 +1,10 @@
|
||||
The PHP iCalendar has been installed into
|
||||
${INSTDIR}
|
||||
$OpenBSD: README,v 1.1 2012/09/10 09:16:34 jasper Exp $
|
||||
|
||||
+-----------------------------------------------------------------------
|
||||
| Running ${FULLPKGNAME} on OpenBSD
|
||||
+-----------------------------------------------------------------------
|
||||
|
||||
The PHP iCalendar has been installed into ${INSTDIR}
|
||||
|
||||
You should point this to the DocumentRoot of your web-server:
|
||||
# ln -s ../phpicalendar /var/www/htdocs/phpicalendar
|
@ -1,9 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.35 2012/03/06 20:35:20 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.36 2012/09/10 09:16:34 jasper Exp $
|
||||
|
||||
COMMENT= web-based LDAP browser to manage LDAP servers
|
||||
|
||||
VERSION= 1.2.2
|
||||
DISTNAME= phpldapadmin-${VERSION}
|
||||
REVISION= 0
|
||||
CATEGORIES= www
|
||||
HOMEPAGE= http://phpldapadmin.sourceforge.net/
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.15 2012/03/06 20:35:20 sthen Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.16 2012/09/10 09:16:34 jasper Exp $
|
||||
@group daemon
|
||||
phpldapadmin/
|
||||
@comment phpldapadmin/.gitignore
|
||||
@ -701,3 +701,6 @@ phpldapadmin/tools/po/
|
||||
phpldapadmin/tools/po/Makefile
|
||||
phpldapadmin/tools/po/messages.header
|
||||
phpldapadmin/tools/unserialize.php
|
||||
@group
|
||||
@cwd ${LOCALBASE}/share/doc/pkg-readmes
|
||||
${FULLPKGNAME}
|
||||
|
@ -1,11 +1,17 @@
|
||||
phpLDAPAdmin has been installed into ${INSTDIR}
|
||||
$OpenBSD: README,v 1.1 2012/09/10 09:16:34 jasper Exp $
|
||||
|
||||
Edit ${INSTDIR}/config/config.php to configure phpLDAPAdmin
|
||||
+-----------------------------------------------------------------------
|
||||
| Running ${FULLPKGNAME} on OpenBSD
|
||||
+-----------------------------------------------------------------------
|
||||
|
||||
phpLDAPAdmin has been installed into ${INSTDIR}
|
||||
|
||||
You should point this to the DocumentRoot of your web-server:
|
||||
# ln -s ../phpldapadmin /var/www/htdocs/phpldapadmin
|
||||
(make sure you use a relative symlink since Apache is chrooted)
|
||||
|
||||
Edit ${INSTDIR}/config/config.php to configure phpLDAPAdmin.
|
||||
|
||||
For jpeg photos to work properly, you must configure the variable
|
||||
$config->custom->jpeg['tmpdir'] in config.php.
|
||||
|
@ -1,8 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.18 2012/08/17 08:58:46 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.19 2012/09/10 09:16:34 jasper Exp $
|
||||
|
||||
COMMENT= web-based double opt-in newsletter manager
|
||||
|
||||
DISTNAME= phplist-2.10.19
|
||||
REVISION= 0
|
||||
|
||||
CATEGORIES= www
|
||||
|
||||
|
@ -1,16 +0,0 @@
|
||||
PHPlist has been installed into ${INSTDIR}
|
||||
|
||||
You should point this to the DocumentRoot of your web-server:
|
||||
# ln -s ../lists /var/www/htdocs/lists
|
||||
(make sure you use a relative symlink since Apache is chrooted)
|
||||
|
||||
Basic configuration of PHPlist is done by editing the file
|
||||
${INSTDIR}/config/config.php.
|
||||
|
||||
Enable the MySQL and IMAP extensions of PHP5 and create a database for phplist
|
||||
named phplistdb with username/password phplist/phplist and access the admin
|
||||
interface of PHPlist at
|
||||
|
||||
http://localhost/lists/admin/
|
||||
|
||||
Make sure PHP5 can connect to the MySQL server through a local socket.
|
@ -1,23 +1,22 @@
|
||||
$OpenBSD: README,v 1.1 2012/08/17 08:58:46 jasper Exp $
|
||||
$OpenBSD: README,v 1.2 2012/09/10 09:16:34 jasper Exp $
|
||||
|
||||
+-----------------------------------------------------------------------
|
||||
| Running ${FULLPKGNAME} on OpenBSD
|
||||
+-----------------------------------------------------------------------
|
||||
|
||||
When upgrading from a previous version, please follow these instructions:
|
||||
PHPlist has been installed into ${INSTDIR}
|
||||
|
||||
1. keep your config.php file somewhere safe (you can find your
|
||||
config.php file in the config folder)
|
||||
You should point this to the DocumentRoot of your web-server:
|
||||
# ln -s ../lists /var/www/htdocs/lists
|
||||
(make sure you use a relative symlink since Apache is chrooted)
|
||||
|
||||
2. make a backup of your database. (recommended, but not essential)
|
||||
Basic configuration of PHPlist is done by editing the file
|
||||
${INSTDIR}/config/config.php.
|
||||
|
||||
3. overwrite your existing code with the new code. You will primarily
|
||||
want to copy the "lists" folder and all files in it.
|
||||
Enable the MySQL and IMAP extensions of PHP5 and create a database for phplist
|
||||
named phplistdb with username/password phplist/phplist and access the admin
|
||||
interface of PHPlist at
|
||||
|
||||
4. copy the config.php file back (to the "lists/config/" folder)
|
||||
http://localhost/lists/admin/
|
||||
|
||||
5. go to your phpList admin main page with your web browser and login
|
||||
|
||||
6. click the "Upgrade" link, which will now be there.
|
||||
|
||||
7. the upgrade has now been performed.
|
||||
Make sure PHP5 can connect to the MySQL server through a local socket.
|
||||
|
@ -1,8 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.19 2012/03/29 11:56:19 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.20 2012/09/10 09:16:34 jasper Exp $
|
||||
|
||||
COMMENT= tool to handle the administration of PostgreSQL over the web
|
||||
|
||||
DISTNAME= phpPgAdmin-5.0.4
|
||||
REVISION= 0
|
||||
CATEGORIES= www databases
|
||||
HOMEPAGE= http://phppgadmin.sourceforge.net/
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.7 2011/10/05 14:42:37 gsoares Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.8 2012/09/10 09:16:34 jasper Exp $
|
||||
phpPgAdmin/
|
||||
phpPgAdmin/CREDITS
|
||||
phpPgAdmin/DEVELOPERS
|
||||
@ -378,3 +378,5 @@ phpPgAdmin/views.php
|
||||
phpPgAdmin/xloadtree/
|
||||
phpPgAdmin/xloadtree/xloadtree2.js
|
||||
phpPgAdmin/xloadtree/xtree2.js
|
||||
@cwd ${LOCALBASE}/share/doc/pkg-readmes
|
||||
${FULLPKGNAME}
|
||||
|
@ -1,3 +1,9 @@
|
||||
$OpenBSD: README,v 1.1 2012/09/10 09:16:34 jasper Exp $
|
||||
|
||||
+-----------------------------------------------------------------------
|
||||
| Running ${FULLPKGNAME} on OpenBSD
|
||||
+-----------------------------------------------------------------------
|
||||
|
||||
The phpPgAdmin has been installed into ${INSTDIR}
|
||||
|
||||
You should point this to the DocumentRoot of your web-server:
|
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.48 2012/09/09 20:39:27 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.49 2012/09/10 09:16:34 jasper Exp $
|
||||
|
||||
COMMENT= open source web analytics software program
|
||||
|
||||
DISTNAME= piwik-1.8.3
|
||||
CATEGORIES= www
|
||||
REVISION= 0
|
||||
REVISION= 1
|
||||
|
||||
HOMEPAGE= http://www.piwik.org/
|
||||
MAINTAINER= Giovanni Bechis <giovanni@openbsd.org>
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.37 2012/08/28 14:50:05 giovanni Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.38 2012/09/10 09:16:34 jasper Exp $
|
||||
@group daemon
|
||||
piwik/
|
||||
piwik/LEGALNOTICE
|
||||
@ -2472,3 +2472,7 @@ piwik/themes/default/simple_structure_header.tpl
|
||||
piwik/themes/default/styles.css
|
||||
@mode 777
|
||||
piwik/tmp/
|
||||
@mode
|
||||
@group
|
||||
@cwd ${LOCALBASE}/share/doc/pkg-readmes
|
||||
${FULLPKGNAME}
|
||||
|
@ -1,3 +1,9 @@
|
||||
$OpenBSD: README,v 1.1 2012/09/10 09:16:34 jasper Exp $
|
||||
|
||||
+-----------------------------------------------------------------------
|
||||
| Running ${FULLPKGNAME} on OpenBSD
|
||||
+-----------------------------------------------------------------------
|
||||
|
||||
Piwik has been installed into ${INSTDIR}
|
||||
|
||||
You should point this to the DocumentRoot of your web-server:
|
@ -1,8 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.10 2011/11/25 12:16:13 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.11 2012/09/10 09:16:34 jasper Exp $
|
||||
|
||||
COMMENT= wiki-based system for collaborative creation of websites
|
||||
|
||||
DISTNAME= pmwiki-2.2.35
|
||||
REVISION= 0
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
CATEGORIES= www
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2011/11/25 12:16:13 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.4 2012/09/10 09:16:34 jasper Exp $
|
||||
@group daemon
|
||||
pmwiki/
|
||||
pmwiki/README.txt
|
||||
@ -232,3 +232,6 @@ pmwiki/wikilib.d/SiteAdmin.AuthUser
|
||||
pmwiki/wikilib.d/SiteAdmin.GroupAttributes
|
||||
pmwiki/wikilib.d/SiteAdmin.SiteAdmin
|
||||
pmwiki/wikilib.d/SiteAdmin.Status
|
||||
@group
|
||||
@cwd ${LOCALBASE}/share/doc/pkg-readmes
|
||||
${FULLPKGNAME}
|
||||
|
@ -1,3 +1,9 @@
|
||||
$OpenBSD: README,v 1.1 2012/09/10 09:16:34 jasper Exp $
|
||||
|
||||
+-----------------------------------------------------------------------
|
||||
| Running ${FULLPKGNAME} on OpenBSD
|
||||
+-----------------------------------------------------------------------
|
||||
|
||||
PmWiki has been installed into ${INSTDIR}
|
||||
|
||||
You should point this to the DocumentRoot of your web-server:
|
@ -1,10 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.9 2012/01/16 21:10:28 robert Exp $
|
||||
# $OpenBSD: Makefile,v 1.10 2012/09/10 09:16:34 jasper Exp $
|
||||
|
||||
COMMENT= overview of your Puppet ecosystem
|
||||
|
||||
V= 1.2.4
|
||||
DISTNAME= puppet-dashboard-bundled-gems-${V}
|
||||
PKGNAME= puppet-dashboard-${V}
|
||||
REVISION= 0
|
||||
CATEGORIES= www sysutils
|
||||
|
||||
HOMEPAGE= http://www.puppetlabs.com/puppet/related-projects/dashboard/
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.4 2012/01/16 21:10:28 robert Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.5 2012/09/10 09:16:34 jasper Exp $
|
||||
@comment pax_global_header
|
||||
puppet-dashboard/
|
||||
puppet-dashboard/CHANGELOG
|
||||
@ -5151,3 +5151,5 @@ puppet-dashboard/vendor/rails/railties/lib/tasks/testing.rake
|
||||
puppet-dashboard/vendor/rails/railties/lib/tasks/tmp.rake
|
||||
puppet-dashboard/vendor/rails/railties/lib/test_help.rb
|
||||
puppet-dashboard/vendor/rails/railties/lib/webrick_server.rb
|
||||
@cwd ${LOCALBASE}/share/doc/pkg-readmes
|
||||
${FULLPKGNAME}
|
||||
|
@ -1,3 +1,9 @@
|
||||
$OpenBSD: README,v 1.1 2012/09/10 09:16:34 jasper Exp $
|
||||
|
||||
+-----------------------------------------------------------------------
|
||||
| Running ${FULLPKGNAME} on OpenBSD
|
||||
+-----------------------------------------------------------------------
|
||||
|
||||
The Puppet Dashboard has been installed into ${INSTDIR}
|
||||
|
||||
To configure your database you must first edit config/database.yaml
|
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2012/03/05 18:20:17 landry Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2012/09/10 09:16:34 jasper Exp $
|
||||
|
||||
COMMENT = php5 WebDAV server
|
||||
DISTNAME = Sabre_DAV-1.0.0
|
||||
REVISION = 3
|
||||
REVISION = 4
|
||||
PKGNAME = ${DISTNAME:L:S/_//}
|
||||
PKG_ARCH = *
|
||||
EXTRACT_SUFX = .tgz
|
||||
|
@ -1,3 +0,0 @@
|
||||
SabreDAV has been installed into ${INSTDIR}/lib.
|
||||
You should add '/sabredav/lib:${INSTDIR}/lib'
|
||||
to your include_path in php.ini
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2009/11/10 20:27:36 landry Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2012/09/10 09:16:34 jasper Exp $
|
||||
sabredav/
|
||||
sabredav/examples/
|
||||
sabredav/examples/basicauth.php
|
||||
@ -85,3 +85,5 @@ sabredav/lib/Sabre/HTTP/Request.php
|
||||
sabredav/lib/Sabre/HTTP/Response.php
|
||||
sabredav/lib/Sabre/PHP/
|
||||
sabredav/lib/Sabre/PHP/Exception.php
|
||||
@cwd ${LOCALBASE}/share/doc/pkg-readmes
|
||||
${FULLPKGNAME}
|
||||
|
10
www/sabredav/pkg/README
Normal file
10
www/sabredav/pkg/README
Normal file
@ -0,0 +1,10 @@
|
||||
$OpenBSD: README,v 1.1 2012/09/10 09:16:34 jasper Exp $
|
||||
|
||||
+-----------------------------------------------------------------------
|
||||
| Running ${FULLPKGNAME} on OpenBSD
|
||||
+-----------------------------------------------------------------------
|
||||
|
||||
SabreDAV has been installed into ${INSTDIR}/lib
|
||||
|
||||
You should add '/sabredav/lib:${INSTDIR}/lib'
|
||||
to your include_path in php.ini
|
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.9 2011/11/16 15:56:38 robert Exp $
|
||||
# $OpenBSD: Makefile,v 1.10 2012/09/10 09:16:34 jasper Exp $
|
||||
|
||||
COMMENT= collaborative web-based system for project management
|
||||
|
||||
V= 1.70
|
||||
DISTNAME= webcollab-${V}
|
||||
REVISION= 4
|
||||
REVISION= 5
|
||||
CATEGORIES= www
|
||||
|
||||
HOMEPAGE= http://webcollab.sourceforge.net/
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2005/03/09 07:46:24 kevlo Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2012/09/10 09:16:34 jasper Exp $
|
||||
webcollab/
|
||||
webcollab/CHANGELOG
|
||||
webcollab/LICENSE
|
||||
@ -231,3 +231,5 @@ webcollab/users/user_menubox.php
|
||||
webcollab/users/user_online.php
|
||||
webcollab/users/user_show.php
|
||||
webcollab/users/user_submit.php
|
||||
@cwd ${LOCALBASE}/share/doc/pkg-readmes
|
||||
${FULLPKGNAME}
|
||||
|
@ -1,3 +1,9 @@
|
||||
$OpenBSD: README,v 1.1 2012/09/10 09:16:34 jasper Exp $
|
||||
|
||||
+-----------------------------------------------------------------------
|
||||
| Running ${FULLPKGNAME} on OpenBSD
|
||||
+-----------------------------------------------------------------------
|
||||
|
||||
The webcollab has been installed into ${INSTDIR}
|
||||
|
||||
You should point this to the DocumentRoot of your web-server:
|
@ -1,8 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.40 2012/07/02 13:26:38 gonzalo Exp $
|
||||
# $OpenBSD: Makefile,v 1.41 2012/09/10 09:16:34 jasper Exp $
|
||||
|
||||
COMMENT = standard compliant weblog
|
||||
|
||||
DISTNAME = wordpress-3.4.1
|
||||
REVISION = 0
|
||||
CATEGORIES = www
|
||||
|
||||
HOMEPAGE = http://wordpress.org/
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.19 2012/07/02 13:26:38 gonzalo Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.20 2012/09/10 09:16:34 jasper Exp $
|
||||
@pkgpath www/wordpress-mu
|
||||
wordpress/
|
||||
wordpress/index.php
|
||||
@ -1077,3 +1077,5 @@ wordpress/wp-settings.php
|
||||
wordpress/wp-signup.php
|
||||
wordpress/wp-trackback.php
|
||||
wordpress/xmlrpc.php
|
||||
@cwd ${LOCALBASE}/share/doc/pkg-readmes
|
||||
${FULLPKGNAME}
|
||||
|
@ -1,5 +1,10 @@
|
||||
The WordPress has been installed into
|
||||
${INSTDIR}
|
||||
$OpenBSD: README,v 1.1 2012/09/10 09:16:36 jasper Exp $
|
||||
|
||||
+-----------------------------------------------------------------------
|
||||
| Running ${FULLPKGNAME} on OpenBSD
|
||||
+-----------------------------------------------------------------------
|
||||
|
||||
The WordPress has been installed into ${INSTDIR}
|
||||
|
||||
You should point this to the DocumentRoot of your web-server:
|
||||
# ln -s ../wordpress /var/www/htdocs/wordpress
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.13 2012/04/21 12:52:40 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.14 2012/09/10 09:16:36 jasper Exp $
|
||||
|
||||
COMMENT= framework for developing PHP web applications
|
||||
|
||||
@ -6,7 +6,7 @@ V= 1.10.8
|
||||
DISTNAME= zendframework-${V}
|
||||
DISTFILES= ZendFramework-${V}.tar.gz
|
||||
|
||||
REVISION= 5
|
||||
REVISION= 6
|
||||
|
||||
CATEGORIES= www devel
|
||||
|
||||
|
@ -1,5 +0,0 @@
|
||||
The ZendFramework has been installed into ${INSTDIR}
|
||||
|
||||
You should add this to your include_path in php-${MODPHP_VERSION}.ini:
|
||||
|
||||
include_path = ".:/pear/lib:/var/www/pear/lib:/zendframework:${INSTDIR}"
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.5 2010/08/28 19:46:00 robert Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.6 2012/09/10 09:16:36 jasper Exp $
|
||||
@group daemon
|
||||
zendframework/
|
||||
zendframework/Zend/
|
||||
@ -3222,3 +3222,6 @@ zendframework/Zend/XmlRpc/Value/Nil.php
|
||||
zendframework/Zend/XmlRpc/Value/Scalar.php
|
||||
zendframework/Zend/XmlRpc/Value/String.php
|
||||
zendframework/Zend/XmlRpc/Value/Struct.php
|
||||
@group
|
||||
@cwd ${LOCALBASE}/share/doc/pkg-readmes
|
||||
${FULLPKGNAME}
|
||||
|
11
www/zendframework/pkg/README
Normal file
11
www/zendframework/pkg/README
Normal file
@ -0,0 +1,11 @@
|
||||
$OpenBSD: README,v 1.1 2012/09/10 09:16:36 jasper Exp $
|
||||
|
||||
+-----------------------------------------------------------------------
|
||||
| Running ${FULLPKGNAME} on OpenBSD
|
||||
+-----------------------------------------------------------------------
|
||||
|
||||
The ZendFramework has been installed into ${INSTDIR}
|
||||
|
||||
You should add this to your include_path in php-${MODPHP_VERSION}.ini:
|
||||
|
||||
include_path = ".:/pear/lib:/var/www/pear/lib:/zendframework:${INSTDIR}"
|
Loading…
Reference in New Issue
Block a user