Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 16057 Details for
Bug 26508
new ebuild for typo3-3.5.0 with the testsite package
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
net-www/typo3/typo3-3.5.0.ebuild
typo3-3.5.0.ebuild (text/plain), 4.28 KB, created by
Dietrich Heise
on 2003-08-13 11:24:26 UTC
(
hide
)
Description:
net-www/typo3/typo3-3.5.0.ebuild
Filename:
MIME Type:
Creator:
Dietrich Heise
Created:
2003-08-13 11:24:26 UTC
Size:
4.28 KB
patch
obsolete
># Copyright 1999-2002 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 > >SRC_URI="http://typo3.sunsite.dk/unix-archives/typo3_src/${PN}_src-${PV}-3.tar.bz2 > testsite? ( http://typo3.sunsite.dk/zip-archives/testsite-${PV}.zip ) > dummy? ( http://typo3.sunsite.dk/zip-archives/dummy-${PV}.zip ) > freesite? ( http://www.typo3.cyberservers.net/zip-archives/freesite-${PV}.zip)" > >IUSE="testsite dummy" >KEYWORDS="~x86 ~ppc" >DESCRIPTION="TYPO3 is a free Open Source content management system for enterprise purposes on the web and in intranets." >HOMEPAGE="http://www.typo3.com/ http://typo3.org/" > >RDEPEND="~media-libs/freetype-1.3.1-r3 media-libs/jpeg sys-libs/zlib media-libs/tiff media-libs/libpng media-libs/libgd ~media-gfx/imagemagick-4.2.9 sys-devel/gettext media-libs/ming media-libs/pdflib dev-db/mysql net-www/apache dev-php/mod_php" >LICENSE="GPL" >SLOT="0" > >MY_P=${PN}_src-${PV}-3 >S=${WORKDIR}/${MY_P} > >pkg_preinst() { > einfo "Generating links for freetype 1.3.1" > ln -fs /usr/include/freetype/* /usr/include >} > >src_install() { > dodir /home/httpd/htdocs/typo3 > cd ${WORKDIR} > ln -s ${PN}_src-${PV} ${PN}_src > cd ${WORKDIR}/${PN}_src-${PV}/typo3/install/ > cp index.php index.php.orig > sed -e 's:die:#die:g' index.php.orig > index.php || die "sed command failed!" > > if [ `use testsite` ] ; then > cd ${WORKDIR} > touch testsite-${PV}/typo3temp/.keep > touch testsite-${PV}/fileadmin/_temp_/.keep > cd testsite-${PV} > rm -rf t3lib media tslib typo3 > ln -s ../${PN}_src/t3lib t3lib > ln -s ../${PN}_src/tslib tslib > ln -s tslib/media media > ln -s ../${PN}_src/typo3 typo3 > chmod 777 typo3temp > chmod 777 typo3/temp > chmod 777 typo3conf/ > chmod 777 typo3conf/ext/ > chmod 777 typo3/ext/ > chmod 777 uploads/ > chmod 777 uploads/pics/ > chmod 777 uploads/media/ > chmod 777 uploads/tf/ > chmod 777 fileadmin/ > chmod ug+w fileadmin/_temp_/ > fi > if [ `use dummy` ] ; then > cd ${WORKDIR} > touch dummy-${PV}/typo3temp/.keep > touch dummy-${PV}/fileadmin/_temp_/.keep > cd dummy-${PV} > rm -rf t3lib media tslib typo3 > ln -s ../${PN}_src/t3lib t3lib > ln -s ../${PN}_src/tslib tslib > ln -s tslib/media media > ln -s ../${PN}_src/typo3 typo3 > chmod 777 typo3temp > chmod 777 typo3/temp > chmod 777 typo3conf/ > chmod 777 typo3conf/ext/ > chmod 777 typo3/ext/ > chmod 777 uploads/ > chmod 777 uploads/pics/ > chmod 777 uploads/media/ > chmod 777 uploads/tf/ > chmod 777 fileadmin/ > chmod ug+w fileadmin/_temp_/ > fi > > if [ `use freesite` ] ; then > cd ${WORKDIR} > mv freesite freesite-${PV} > touch freesite-${PV}/typo3temp/.keep > touch freesite-${PV}/fileadmin/_temp_/.keep > cd freesite-${PV} > rm -rf t3lib media tslib typo3 > ln -s ../${PN}_src/t3lib t3lib > ln -s ../${PN}_src/tslib tslib > ln -s tslib/media media > ln -s ../${PN}_src/typo3 typo3 > chmod 777 typo3temp > chmod 777 typo3/temp > chmod 777 typo3conf/ > mkdir typo3conf/ext/ > chmod 777 typo3conf/ext/ > chmod 777 typo3/ext/ > chmod 777 uploads/ > chmod 777 uploads/pics/ > chmod 777 uploads/media/ > chmod 777 uploads/tf/ > chmod 777 fileadmin/ > chmod ug+w fileadmin/_temp_/ > fi > > cd ${WORKDIR} > chown --quiet -R apache:apache * > find -type l -exec chown root:root {} \; > find -type d -exec mkdir -p ${D}/home/httpd/htdocs/typo3/{} \; > find -type d -exec chown apache:apache ${D}/home/httpd/htdocs/typo3/{} \; > find -type f -exec cp -p {} ${D}/home/httpd/htdocs/typo3/{} \; > find -type l -exec cp -r {} ${D}/home/httpd/htdocs/typo3/{} \; >} > >pkg_postinst(){ > einfo " *** NOTE ***" > einfo "libgd needs to be compiled with USE=\"+gif\"" > einfo "If you don't have +gif in your USE libgd needs a recompile." > einfo " *** NOTE ***" > einfo "If your mod_php was compiled before libgd it needs to be recompiled." > einfo " *** NOTE ***" > einfo "start your mysqld and apache and place your browser to " > einfo "http://yourhost/typo3/{testsite|dummy|freesite}-3.5.0/ and follow the" > einfo "1-2-3 Install-Tool." > einfo "After the 1-2-3 Install-Tool you can log in to typo3 backend with:" > einfo " admin / password" > einfo "" > einfo " Have a nice day!" >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 26508
:
15999
|
16000
| 16057 |
16111