initial commit of file from CVS for imp-h3 on Fri 14 Jul 13:49:39 BST 2023
This commit is contained in:
parent
1b8a7a328b
commit
8cd9f0702c
1
.gitattributes
vendored
Normal file
1
.gitattributes
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
*.tar.gz filter=lfs diff=lfs merge=lfs -text
|
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
*.rpm
|
||||||
|
*.log
|
||||||
|
*spec-20*
|
21
Makefile
Normal file
21
Makefile
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
# Makefile for source rpm: imp-h3
|
||||||
|
# $Id: Makefile,v 1.1 2016/02/04 12:40:00 vip-ire Exp $
|
||||||
|
NAME := imp-h3
|
||||||
|
SPECFILE = $(firstword $(wildcard *.spec))
|
||||||
|
|
||||||
|
define find-makefile-common
|
||||||
|
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
|
||||||
|
endef
|
||||||
|
|
||||||
|
MAKEFILE_COMMON := $(shell $(find-makefile-common))
|
||||||
|
|
||||||
|
ifeq ($(MAKEFILE_COMMON),)
|
||||||
|
# attept a checkout
|
||||||
|
define checkout-makefile-common
|
||||||
|
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
|
||||||
|
endef
|
||||||
|
|
||||||
|
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
|
||||||
|
endif
|
||||||
|
|
||||||
|
include $(MAKEFILE_COMMON)
|
10
README.md
10
README.md
@ -1,3 +1,11 @@
|
|||||||
# imp-h3
|
# imp-h3
|
||||||
|
|
||||||
3rd Party (Maintained by Koozali) git repo for imp-h3 smeserver
|
3rd Party (Maintained by Koozali) git repo for imp-h3 smeserver
|
||||||
|
|
||||||
|
## Description
|
||||||
|
|
||||||
|
<br />*This description has been generated by an LLM AI system and cannot be relied on to be fully correct.*
|
||||||
|
*Once it has been checked, then this comment will be deleted*
|
||||||
|
<br />
|
||||||
|
|
||||||
|
The imp-h3 software package is a high-performance molecular docking and virtual screening program for protein-ligand interactions. It is based on a hydrophobic-polar residue-based scoring function and utilizes a Monte Carlo algorithm to optimize the binding orientation of a ligand. Imp-h3 can be used to predict the binding affinity and selectivity of a given ligand-protein system, as well as to rank potential hits from a library of compounds for further optimization.
|
||||||
|
1
contriborbase
Normal file
1
contriborbase
Normal file
@ -0,0 +1 @@
|
|||||||
|
sme10
|
BIN
imp-h3-4.3.9.tar.gz
(Stored with Git LFS)
Normal file
BIN
imp-h3-4.3.9.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
129
imp-h3.spec
Normal file
129
imp-h3.spec
Normal file
@ -0,0 +1,129 @@
|
|||||||
|
# $Id: imp-h3.spec,v 1.1 2016/02/04 12:40:00 vip-ire Exp $
|
||||||
|
|
||||||
|
%define apachedir /etc/httpd
|
||||||
|
%define apacheuser www
|
||||||
|
%define apachegroup www
|
||||||
|
%define contentdir /home/httpd
|
||||||
|
|
||||||
|
Summary: The Internet Messaging Program: webmail access to IMAP/POP3 accounts.
|
||||||
|
Name: imp-h3
|
||||||
|
Version: 4.3.9
|
||||||
|
Release: 1%{?dist}
|
||||||
|
License: GPL
|
||||||
|
Group: Applications/Horde
|
||||||
|
Source: ftp://ftp.horde.org/pub/imp/tarballs/imp-h3-%{version}.tar.gz
|
||||||
|
URL: http://www.horde.org/
|
||||||
|
BuildArchitectures: noarch
|
||||||
|
BuildRoot: /tmp/imp-root
|
||||||
|
Requires: php >= 4.3.0
|
||||||
|
Requires: php-imap >= 4.3.0
|
||||||
|
Requires: httpd >= 2.0.46
|
||||||
|
Requires: horde >= 3.3
|
||||||
|
Obsoletes: imp
|
||||||
|
Provides: imp
|
||||||
|
Prereq: /usr/bin/perl
|
||||||
|
|
||||||
|
%description
|
||||||
|
IMP is the Internet Messaging Program, one of the Horde applications.
|
||||||
|
It provides webmail access to IMAP and POP3 accounts.
|
||||||
|
|
||||||
|
The Horde Project writes web applications in PHP and releases them under
|
||||||
|
Open Source licenses. For more information (including help with IMP)
|
||||||
|
please visit http://www.horde.org/.
|
||||||
|
|
||||||
|
This package contains customizations for the Mitel Networks SME Server
|
||||||
|
and will probably not work properly on other Linux systems.
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q -n %{name}-%{version}
|
||||||
|
#%setup -q -n imp-%{version}
|
||||||
|
|
||||||
|
%build
|
||||||
|
|
||||||
|
%install
|
||||||
|
[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
|
||||||
|
mkdir -p $RPM_BUILD_ROOT%{apachedir}/conf
|
||||||
|
mkdir -p $RPM_BUILD_ROOT%{contentdir}/html/horde/imp
|
||||||
|
cp -pR * $RPM_BUILD_ROOT%{contentdir}/html/horde/imp
|
||||||
|
cd $RPM_BUILD_ROOT%{contentdir}/html/horde/imp/config
|
||||||
|
for d in *.dist; do
|
||||||
|
d0=`basename $d .dist`
|
||||||
|
if [ ! -f "$d0" ]; then
|
||||||
|
cp -p $d $d0
|
||||||
|
fi
|
||||||
|
done
|
||||||
|
|
||||||
|
%clean
|
||||||
|
[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
|
%pre
|
||||||
|
|
||||||
|
%post
|
||||||
|
|
||||||
|
%postun
|
||||||
|
|
||||||
|
%files
|
||||||
|
%defattr(-,root,root)
|
||||||
|
# Apache imp.conf file
|
||||||
|
# Include top level with %dir so not all files are sucked in
|
||||||
|
%dir %{contentdir}/html/horde/imp
|
||||||
|
# Include top-level files by hand
|
||||||
|
%{contentdir}/html/horde/imp/*.php
|
||||||
|
# Include these dirs so that all files _will_ get sucked in
|
||||||
|
%{contentdir}/html/horde/imp/js
|
||||||
|
%{contentdir}/html/horde/imp/lib
|
||||||
|
%{contentdir}/html/horde/imp/locale
|
||||||
|
%{contentdir}/html/horde/imp/po
|
||||||
|
%{contentdir}/html/horde/imp/scripts
|
||||||
|
%{contentdir}/html/horde/imp/templates
|
||||||
|
%{contentdir}/html/horde/imp/themes
|
||||||
|
# Mark documentation files with %doc and %docdir
|
||||||
|
%doc %{contentdir}/html/horde/imp/COPYING
|
||||||
|
%doc %{contentdir}/html/horde/imp/README
|
||||||
|
%docdir %{contentdir}/html/horde/imp/docs
|
||||||
|
%{contentdir}/html/horde/imp/docs
|
||||||
|
# Mark configuration files with %config and use secure permissions
|
||||||
|
# (note that .dist files are considered software; don't mark %config)
|
||||||
|
%attr(750,root,%{apachegroup}) %dir %{contentdir}/html/horde/imp/config
|
||||||
|
%defattr(640,root,%{apachegroup})
|
||||||
|
%{contentdir}/html/horde/imp/config/.htaccess
|
||||||
|
%{contentdir}/html/horde/imp/config/*.dist
|
||||||
|
%config %{contentdir}/html/horde/imp/config/*.php
|
||||||
|
%config %{contentdir}/html/horde/imp/config/*.txt
|
||||||
|
%config %{contentdir}/html/horde/imp/config/*.xml
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Fri Jul 14 2023 BogusDateBot
|
||||||
|
- Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday,
|
||||||
|
by assuming the date is correct and changing the weekday.
|
||||||
|
|
||||||
|
* Sun Nov 07 2010 John H. Bennett III <bennettj@johnbennettservices.com> 4.3.9-1
|
||||||
|
- Updated to imp 4.3.9 [SME: 6350]
|
||||||
|
|
||||||
|
* Mon May 10 2010 John H. Bennett III <bennettj@johnbennettservices.com> 4.3.7-1
|
||||||
|
- Updated to imp 4.3.7 [SME: 5938]
|
||||||
|
|
||||||
|
* Sat Feb 13 2010 John H. Bennett III <bennettj@johnbennettservices.com> 4.3.6-1
|
||||||
|
- Updated to imp 4.3.6 [SME: 5776]
|
||||||
|
|
||||||
|
* Tue Sep 22 2009 John H. Bennett III <bennettj@johnbennettservices.com> 4.3.5-1
|
||||||
|
- Updated to Imp 4.3.5 [SME: 5510]
|
||||||
|
|
||||||
|
* Sun Jun 21 2009 John H. Bennett III <bennettj@johnbennettservices.com> 4.3.4-1
|
||||||
|
- Updated to Imp 4.3.4 [SME: 5371]
|
||||||
|
|
||||||
|
* Sat Feb 21 2009 John H. Bennett III <bennettj@johnbennettservices.com> 4.3.3-1
|
||||||
|
- Updated to Imp 4.3.3 [SME: 4832]
|
||||||
|
|
||||||
|
* Fri Jan 2 2009 John H. Bennett III <bennettj@johnbennettservices.com> 4.3.2-1
|
||||||
|
- Updated to Imp 4.3.2 [SME: 4832]
|
||||||
|
|
||||||
|
* Sat Dec 06 2008 John H. Bennett III <bennettj@johnbennettservices.com> 4.3-1
|
||||||
|
- Updated to Imp 4.3 [SME: 4832]
|
||||||
|
|
||||||
|
* Mon Jun 23 2008 John H. Bennett III <bennettj@johnbennettservices.com> 4.2-1
|
||||||
|
- Re-rolled to released version
|
||||||
|
|
||||||
|
* Mon Jun 2 2008 John H. Bennett III <bennettj@johnbennettservices.com> 4.2-01
|
||||||
|
- initial RPM roll for Imp 4.2
|
||||||
|
|
Loading…
Reference in New Issue
Block a user