pkgsrc/www
abs 3f65f95809 Update jakarta-tomcat55 to 5.5.9
Changelog since 5.5.7

Tomcat 5.5.9 (yoavs)

General
        Add JULI, a java.util.logging implementation, used to provide sane
add     defaults and configurability equivalent to Tomcat 4.0 for Tomcat 5.5
	logging (remm)
docs    Add JULI documentation to the logging page (remm)
add     Add host manager webapp (remm)
add     Add ant JkStatusUpdateTask for remote status worker handling ( >=mod_jk
	   1.2.9) (pero)
add     33739: Add reference to RUNNING.txt in setup.html. (yoavs)
fix     33719: Update reference to Ant download page. (yoavs)
fix     33883: Bad options in SSL-HowTo. (yoavs)
update  Update to MX4J 3.0.1 (pero)
update  34139: Updated Realm-HowTo to specify JMX, Commons-Logging jars for
	   RealmBase. (yoavs)
add     33325: Added top-level clean target to Netbuild build.xml file.
	   (yoavs)
update  33755: Clarified Postgresql JNDI datasource example. [patch submitted
	   by Tom Witmer] (yoavs)

Catalina
fix    Remove some instances of expanded folder removal (remm)
fix    Don't call mkdirs if we're not going to save the configuration in
       StandardContext (remm)
fix    Fix context classloader binding during loader initialization (it was set
       to null before) (remm)
fix    The webapp logger should only be retrieved when the context classloader
       is set to the webapp's classloader (remm)
fix    34170: Add back retry logic in JDBC realm in case of a connection
       failure (remm)
fix    22041: Support dynamic proxies as session objects. (markt)
fix    Fix logger names for wrappers (remm)
       34006: If antiResourceLocking was used, HostConfig considered the
fix    path as external, and web application resources were not correctly
       removed or tacked; also simplify the code a lot (remm)
fix    34016: Save and restore docBase when using antiResourceLocking, for
       compatibility with the admin webapp (remm)
add    33636: Set lastModified attribute when expanding WAR files. (yoavs)
add    32938: Allow Salted SHA (SSHA) passwords in JNDIRealm. (yoavs)
add    31288: Allow SMTP authentication for JNDI MailSessionFactory. (yoavs)
update Harmonize processing of the context.xml defaults with the way web.xml is
       processed (remm)
fix    Ignore ';' if it is in the query string (remm)
fix    private to protected for the webapp classloader (remm)
fix    Improve logging of filters and listeners startup errors (remm)
fix    33774: Retry once in JNDI realm authenticate failure regardless of
       the exception message (remm)
fix    33961: Don't encode '~' in context paths (remm)
fix    32866: Propagate distributable property from context to manager
       (yoavs)
fix    32867: Reset distributable attribute in context for clean reload
       handling (yoavs)
update Fix some RealmBase/JNDIRealm log.isXXXEnabled (pero)
fix    34161: Harmonize StandardContext.stop with ContainerBase.stop (remm)

Coyote
fix    33971: Set remoteHost to null when Apache doesn't send one.
       (billbarker)
fix    Fix calculation of threadRatio for the ms thread pool, and fix setting
       the updated timeout value (remm)
       Update the ms thread pool so that we allocate a worker before
       accepting a update new socket, and wait a little if the pool
       is exhausted; this should make low maxThreads values work
       a lot better (remm)
update 33857: Update information on automatic mod_jk configuration in
       Apache-HowTo (yoavs)
fix    Fix sync block placement in Mapper.addContext (remm)
fix    32741: Fix spelling of "committed" [patch from Ben Souther] (yoavs)
fix    34133: Make setHeader clear multi-valued headers (billbarker)

Jasper
fix    34034: Jasper does not respect external entities (billbarker)
fix    33810: Incorrect recycling of BodyContent if close is called (remm)
update Per instance loggers in Jasper (remm)

Cluster
fix    Fix JvmRouteBinderValve primary failover attribute to
       org.apache.catalina.cluster.session.JvmRouteOrignalSessionID (pero)
fix    Change attribute name waitForAck to sendAck at ReplicationListener (pero)
       Integrate new fastasyncqueue cluster sender mode. Support queue size
add    limitation, get all queued objects and send it to the backup node, no
       queue thread lock contention under high replication load, submitted by
       Rainer Jung (pero)
       Add compress attribute to Sender and Receiver to transfer data
add    uncompressed. At high cluster load this option consume lesser cpu and
       memory. Implement the compress handling to ReplicationTransmitter,
       ReplicationListener, XByteBuffer and Jdk13ReplicationListener (pero)
       Add doProcessingStats to synchronous, asynchronous and fastqueueasync
add    sender modes to get min, avg, max processing times as IDataSender JMX
       MBeans (pero)
fix    TcpThreadPool use constant ACK byte array instead create new 3 byte
       buffer for every message ack (pero)
update Refactor ReplicationTransmitter and ReplicationListener (pero)
update add getCatalinaCluster() to ClusterReceiver and SimpleTcpCluster (pero)
update Update the Api documentation (pero)

Webapps
update Use the standard struts taglib URIs in admin JSPs. (billbarker)
add    Add more host parameters to create new host with host-manager (pero)
fix    34033: Fix quoting related bugs (remm)
fix    33713: Add Struts init code in frameset.jsp as well (remm)

Tomcat 5.5.8 (yoavs)
General
fix 33204: Fixed SSL HowTo page. (yoavs)
fix 33351: Fix silent uninstallation. (remm)
fix 33489: Missing space in uninstaller message. (yoavs)

Catalina
	Unregister host mbean and all context mbeans at remove a host, s.
fix     StandardHost.destroy() and MBeanFactory.createStandardHost/removeHost(,)
	detected by Thorsten Kamann (pero)
fix     make it possible to restart connector, now serversocket recreated after
	stop,start (pero)
fix     change mbean names from Mapper and ProtocolHandler to connector naming
	style (pero)
update  Add some log.isXXXEnabled (pero)
fix     Deregister MapperListener after remove connector (pero)
fix     Remove host only at own domain with same name at all services, detected
	by Thorsten Kamann (pero)
fix     33187: Remove any logging of the password in the JAAS realm,
	submitted by Andrew Jaquith (remm)
fix     33033: Don't do anything to the response in the ErrorReportValve if
	data has already been written (remm)
update  Add charset support for the URLs used by the tasks, to remove
	deprecation (remm)
	26135: Workaround for memory leak when reloading Struts based web
fix     applications by clearing the bean instrospector cache of the JVM on
	classloader stop, submitted by Tobias Lofstrand. (remm)
fix     Ensure that if CLASSPATH is declared on startup - it is not used.
	(funkman)
fix     Add back use of deployOnStartup in HostConfig (remm)
docs    Ant tasks docs patches, submitted by Gabriele Garuglieri. (remm)
update  Use NIO for the raw copying operation, as it is faster (a little under
	30%), and decreases a little the impact of antiResourceLocking. (remm)
fix     33357: Fix connection leaks with the DataSourceRealm, as well as
	improve efficiency, submitted by Dominik Drzewiecki. (remm)
update  Improve a little logging of servlet exceptions, which should all log the
	root cause. (remm)
	Add new Manager.createSession(sessionId) method, allowing
	the client to update "specify" the session id which should
	be used using a cookie when using emptySessionPath="true".
	This fixes session tracking in this case.  (remm)
fix     33368: Fix memory leak in swallowOutput feature which occurred when
	the thread pool size is reduced, submitted by Rainer Jung. (remm)
fix     StoreConfig: can't save cluster Membership element (pero)
add     StoreConfig: suppress default jkHome attribute at connector (pero)
add     StoreConfig: Save new dymanic properties from ReplicationTransmitter
	(pero)
fix     33463: Remove attributes after context destroy. (remm)
fix     33572: context.xml should be a redeploy resource, and add
	prioritization for redeploy resources. (remm)

Coyote
fix     PoolTcpEndpoint recreate ServerSocket after start,stop,start connector
	(pero)
update  Add some log.isXXXEnabled (pero)
add     JkMX: make log4j mbean configurable with attribute log4jEnabled (pero)
	When Tomcat runs on Windows and IE is uploading data to the server, the
fix     first read must be at least 8KB, otherwise upload speed is extremely
	low, submitted by Noel Rocher (remm)

Jasper
fix 	33223: pageContext.forward and jsp:include result in
	StringIndexOutOfBoundsException (luehe)
fix 	33373: Fix handling of context classloader in jspc (remm)
fix 	33538: Ignore example and tag-extension elements in
	TagLibraryInfoImpl. (yoavs)
fix 	33539: Better error message when an unknown element is encountered in
	the tag file. (yoavs)
fix 	33219: Minor JspServletWrapper code cleanup. (yoavs)

Cluster
fix     Add instance based ReplicationValve statistics to Mbean descriptor
	(pero)
fix     Better I18N support to cluster session and tcp classes (pero)
	Support optional primaryIndicator at ReplicationValve to mark that
add     request processing to existing session is at primary cluster node. Easy
	failover detection, when mark is not at configurable primaryIndicator
	attribute, submitted by Rainer Jung (pero)
update  Refactor all implementation from interface IDataSenders (pero)
add     Add some usefull attributes and operations to the all sender MBeans.
	(pero)
add     Add keepAlive and waitForAck handling to AsyncSocketSender and factor
	out a DataSender base class.(pero)
add     ReplicationTransmitter: Enable and Disable autoreconnect sender and
	waitForAck. (pero)
add     ReplicationTransmitter: transfer all properties to socket sender from
	server.xml configuration. (pero)

Webapps
fix     Fix create and remove Host for Admin app. (pero)
2005-06-02 10:31:42 +00:00
..
adzap Update to version 20050504. Add support for a standalone mode that 2005-05-04 12:35:54 +00:00
album Fix DEPENDS line to include version pattern; 2005-05-02 13:39:42 +00:00
album_themes Note that tar is required by this package. 2005-05-16 01:32:22 +00:00
amaya Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
analog Add RMD160 checksums. 2005-02-24 14:08:26 +00:00
ap-access-referer Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
ap-auth-cookie Use gzcat instead of "gzip -dc". 2005-05-15 21:54:50 +00:00
ap-auth-ldap Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
ap-auth-mysql Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
ap-auth-pam Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
ap-auth-pgsql Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
ap-auth-postgresql Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
ap-auth-radius Removed trailing white-space. 2005-05-23 08:26:03 +00:00
ap-auth-script Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
ap-bandwidth Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
ap-dav Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
ap-dtcl Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
ap-Embperl Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
ap-fastcgi Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
ap-gzip Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
ap-iasp Note that gtar is required by the package. 2005-05-16 01:15:30 +00:00
ap-jk Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
ap-jserv Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
ap-layout Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
ap-mp3 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
ap-perl Removed trailing white-space. 2005-05-23 08:26:03 +00:00
ap-php Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
ap-python Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
ap-rivet Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
ap-ruby Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
ap-ssl Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
ap-throttle Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
ap-xslt Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
ap2-auth-ldap Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
ap2-auth-mysql Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
ap2-auth-pgsql Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
ap2-bw Add ap2-bw-0.6. DESCR: 2005-05-10 17:00:39 +00:00
ap2-chroot Removed trailing white-space. 2005-05-23 08:26:03 +00:00
ap2-fastcgi SUBST_FILES.* must be relative to ${WRKSRC}. 2005-05-21 04:10:17 +00:00
ap2-perl Removed trailing white-space. 2005-05-23 08:26:03 +00:00
ap2-python Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
ap2-ruby Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
ap2-subversion Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs. 2004-12-03 15:14:50 +00:00
ap2-transform Removed trailing white-space. 2005-05-23 08:26:03 +00:00
apache Remove some obsolete variables from BUILD_DEFS. 2005-05-31 20:00:43 +00:00
apache2 SUBST_FILES.* must be relative to ${WRKSRC}. 2005-05-21 04:10:17 +00:00
apachetop Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
apc-gui Add RMD160 checksums. 2005-02-24 14:08:26 +00:00
asp2php Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
asWedit The SuSE 7.3 emulators/suse_libc5 has been modified to be independant 2005-04-02 20:43:29 +00:00
awstats Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
bannerfilter Removed trailing white-space. 2005-05-23 08:26:03 +00:00
bins Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
bkedit Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
bluefish Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
blur6ex Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
bozohttpd Add RMD160 checksum. 2005-05-25 12:11:28 +00:00
browser-bookmarks-menu Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
cadaver Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
calamaris Add RMD160 checksums. 2005-02-24 14:08:26 +00:00
cgic Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
cgicc Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
cgilib Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
checkbot Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
chimera Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
clearsilver Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
clearsilver-base Update to 0.9.14 and make this work with python 2.4. 2005-04-06 05:28:40 +00:00
cocoon Add RMD160 checksums. 2005-02-24 14:08:26 +00:00
communicator Add RMD160 checksums except for one distfile, since archive.netscape.com is unreachable. 2005-02-24 14:03:32 +00:00
crawl Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
cronolog Add RMD160 checksums. 2005-02-24 14:08:26 +00:00
curl Changes 7.14.0: 2005-05-17 13:25:32 +00:00
cvsweb Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
dillo Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
drivel Removed trailing white-space. 2005-05-23 08:26:03 +00:00
elinks Update to 0.10.5, provided by Leonard Schmidt in PR 30125: 2005-05-27 00:21:08 +00:00
elinks04 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
emacs-w3m Correct the emacs path in PLIST, which had been wrong since 2005-03-02 20:43:19 +00:00
epiphany Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
epiphany-extensions Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
fcgi Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
firefox Update firefox & firefox-gtk1 to 1.0.4. 2005-05-14 15:27:10 +00:00
firefox-bin Update "firefox-bin" package to version 1.0.4. The following security 2005-05-12 15:06:58 +00:00
firefox-bin-acroread update the MozillaFirebird-bin-acroread packages to work with 2004-02-10 12:26:24 +00:00
firefox-bin-acroread3 update the MozillaFirebird-bin-acroread packages to work with 2004-02-10 12:26:24 +00:00
firefox-bin-acroread5 update the MozillaFirebird-bin-acroread packages to work with 2004-02-10 12:26:24 +00:00
firefox-bin-flash Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
firefox-bin-java Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
firefox-bin-nightly add Solaris build which recently appeared. 2004-03-16 14:34:39 +00:00
firefox-bin-realplayer no reason this shouldn't work on any i386 platform. 2004-02-10 13:05:06 +00:00
firefox-gtk1 Update firefox & firefox-gtk1 to 1.0.4. 2005-05-14 15:27:10 +00:00
galeon Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
galeon12 Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
galway Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
ganglia-webfrontend Update to 3.0.1 and switch to .tar.bz2 distfile. 2005-04-03 19:15:20 +00:00
glibwww Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
grail Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
gtkasp2php Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
gtkhtml Use x11/control-center (instead of x11/controlcenter). 2005-05-31 22:12:18 +00:00
gtkhtml3 Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
gtkhtml30 Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
gtkhtml36 Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
haskell-cgi Add RMD160 checksums. 2005-02-24 14:08:26 +00:00
hiawatha RCD_SCRIPTS_EXAMPLEDIR is no longer customizable. 2005-05-02 20:33:57 +00:00
horde Move pear-Mail dependancy from www/horde to mail/imp (horde itself doesn't 2005-06-02 09:13:44 +00:00
horde3 Packages have no business modifying PKG_DEFAULT_OPTIONS -- it's a 2005-05-31 10:01:36 +00:00
htdig Use EXTRACT_CMD_OPTS.tar.gz and EXTRACT_CMD.tar.gz instead of figuring 2005-05-17 22:00:13 +00:00
htmldoc Removed unnecessary ${.CURDIR}. 2005-05-24 14:24:45 +00:00
htmldoc-x11 Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
htmlfix Add RMD160 checksums. 2005-02-24 14:08:26 +00:00
htmllint Update to 20050220, changes unknown. 2005-02-24 11:35:37 +00:00
http_load Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
iasp Note that gtar is required by the package. 2005-05-16 01:15:30 +00:00
ijb Add RMD160 checksums. 2005-02-24 14:08:26 +00:00
instiki RCD_SCRIPTS_EXAMPLEDIR is no longer customizable. 2005-05-02 20:33:57 +00:00
jakarta-servletapi Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
jakarta-tomcat4 Removed an empty line. 2005-05-24 14:25:32 +00:00
jakarta-tomcat5 Note that tar is required by this package. 2005-05-16 01:32:22 +00:00
jakarta-tomcat55 Update jakarta-tomcat55 to 5.5.9 2005-06-02 10:31:42 +00:00
jsdk20 Note that gtar is required by the package. 2005-05-16 01:15:30 +00:00
jssi Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
kannel Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
kdewebdev3 Update to KDE 3.4.1 2005-05-31 14:30:37 +00:00
lhs Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
libghttp Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
libgtkhtml Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
libwww delint. 2005-05-31 20:51:59 +00:00
liferea Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
links Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
links-gui Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
lynx Packages have no business modifying PKG_DEFAULT_OPTIONS -- it's a 2005-05-31 10:01:36 +00:00
make_album Add RMD160 checksums. 2005-02-24 14:08:26 +00:00
micro_httpd Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
mini_httpd Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
mknmz-wwwoffle Add RMD160 checksums. 2005-02-24 14:08:26 +00:00
mMosaic Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
moz-bin-plugger Add RMD160 checksums. 2005-02-24 14:08:26 +00:00
mozilla Remove mk/autoconf.mk and mk/automake.mk and replace their usage with 2005-06-01 20:07:59 +00:00
mozilla-bin Update "mozilla-bin" package to version 1.7.8. The following security 2005-05-12 13:39:31 +00:00
mozilla-bin-nightly Note that the date tool is used. 2005-05-16 04:45:40 +00:00
mozilla-gtk2 Update mozilla & mozilla-gtk2 to 1.7.8 2005-05-15 02:58:05 +00:00
navigator Use tar instead of gtar; remove gtar from tools. 2005-05-21 12:42:35 +00:00
navigator3 Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
neon Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
netscape This does not need buildlink2. 2004-05-04 04:26:31 +00:00
netscape7 Removed trailing white-space. 2005-05-23 08:26:03 +00:00
netscape7-acroread Adjust and correct for addition of -acroread7 based plugins. 2005-04-18 16:20:25 +00:00
netscape7-acroread3 Adjust and correct for addition of -acroread7 based plugins. 2005-04-18 16:20:25 +00:00
netscape7-acroread5 Adjust and correct for addition of -acroread7 based plugins. 2005-04-18 16:20:25 +00:00
netscape7-acroread7 Initial import of the opera and netscape acroread plugins based on the 2005-04-18 16:19:54 +00:00
ns-plugger-common Add RMD160 checksums. 2005-02-24 14:08:26 +00:00
ns-plugger-communicator Remove unused distinfo file. 2005-05-25 12:15:24 +00:00
ns-plugger-navigator Remove unused distinfo file. 2005-05-25 12:16:20 +00:00
ns-remote Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
opera SUBST_FILES.* must be relative to ${WRKSRC}. 2005-05-21 04:10:17 +00:00
opera-acroread Replace "opera7" by "opera" at various locations. 2005-05-02 08:59:08 +00:00
opera-acroread3 Adjust and correct for addition of -acroread7 based plugins. 2005-04-18 16:20:25 +00:00
opera-acroread5 Adjust and correct for addition of -acroread7 based plugins. 2005-04-18 16:20:25 +00:00
opera-acroread7 Initial import of the opera and netscape acroread plugins based on the 2005-04-18 16:19:54 +00:00
opera-plugins Fix path to directory for "opera" package. 2005-04-30 22:37:27 +00:00
p5-Apache-ASP Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
p5-Apache-AuthCookie Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
p5-Apache-AuthCookieDBI Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
p5-Apache-DBILogConfig Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
p5-Apache-DBILogger Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
p5-Apache-ePerl Removed trailing white-space. 2005-05-23 08:26:03 +00:00
p5-Apache-Filter Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
p5-Apache-Gallery Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
p5-Apache-Reload Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
p5-Apache-Session Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
p5-Apache-Session-Wrapper Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
p5-Apache-SSI Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
p5-Apache-Test Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
p5-CGI Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
p5-CGI-Application Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
p5-CGI-FastTemplate Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
p5-CGI-FormBuilder Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
p5-CGI-Kwiki Removed trailing white-space. 2005-05-23 08:26:03 +00:00
p5-CGI-Minimal Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
p5-CGI-Session Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
p5-CGI_Lite Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
p5-FCGI Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
p5-HTML-Clean Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
p5-HTML-FillInForm Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
p5-HTML-FixEntities Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
p5-HTML-Format Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
p5-HTML-LinkExtractor Removed trailing white-space. 2005-05-23 08:26:03 +00:00
p5-HTML-Mason Packages have no business modifying PKG_DEFAULT_OPTIONS -- it's a 2005-05-31 10:01:36 +00:00
p5-HTML-Parser Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
p5-HTML-PrettyPrinter Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
p5-HTML-Scrubber Change the EXTRACT_USING_PAX defined/undefined option into a EXTRACT_USING 2005-05-16 03:04:44 +00:00
p5-HTML-SimpleParse Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
p5-HTML-StickyQuery Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
p5-HTML-Table Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
p5-HTML-TableExtract Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
p5-HTML-Tagset Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
p5-HTML-Template Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
p5-HTML-Tree Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
p5-HTMLObject Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
p5-HTTP-Cache-Transparent Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
p5-HTTP-DAV Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
p5-HTTP-Request-Form Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
p5-HTTPD-User-Manage Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
p5-Kwiki Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
p5-Kwiki-Archive-Rcs Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
p5-Kwiki-BreadCrumbs Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
p5-Kwiki-Favorites Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
p5-Kwiki-HtmlBlocks Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
p5-Kwiki-Icons-Gnome Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
p5-Kwiki-NewPage Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
p5-Kwiki-PagePrivacy Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
p5-Kwiki-ParagraphBlocks Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
p5-Kwiki-PreformattedBlocks Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
p5-Kwiki-RecentChanges Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
p5-Kwiki-Revisions Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
p5-Kwiki-Scode Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
p5-Kwiki-Search Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
p5-Kwiki-UserName Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
p5-Kwiki-UserPreferences Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
p5-libapreq Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
p5-libapreq2 Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
p5-libwww Removed trailing white-space. 2005-05-23 08:26:03 +00:00
p5-MasonX-Request-WithApacheSession Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
p5-SVN-Web Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
p5-Template-Extract Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
p5-Template-Generate Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
p5-Template-Toolkit Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
p5-URI Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
p5-VRML Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
p5-WWW-Amazon-Wishlist Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
p5-WWW-Curl Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
p5-WWW-Mechanize Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
pear-HTML_Common Removed trailing white-space. 2005-05-23 08:26:03 +00:00
pear-HTML_Select Add RMD160 checksums. 2005-02-24 14:08:26 +00:00
pear-HTTP_Request Net_Socket and Net_SMTP were unbundled from PHP4 in 4.3.11, g/c the related 2005-04-11 20:08:43 +00:00
php-curl Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
php-eaccelerator Removed trailing white-space. 2005-05-23 08:26:03 +00:00
php-FastTemplate Add RMD160 checksums. 2005-02-24 14:08:26 +00:00
php4 Packages have no business modifying PKG_DEFAULT_OPTIONS -- it's a 2005-05-31 10:01:36 +00:00
php4-apc Removed trailing white-space. 2005-05-23 08:26:03 +00:00
privoxy Remove mk/autoconf.mk and mk/automake.mk and replace their usage with 2005-06-01 20:07:59 +00:00
py-clearsilver Update to 0.9.14 and make this work with python 2.4. 2005-04-06 05:28:40 +00:00
py-curl Changes 7.13.2: 2005-05-17 13:30:09 +00:00
py-HTMLgen Add RMD160 checksums. 2005-02-24 14:08:26 +00:00
py-pcgi Add RMD160 checksums. 2005-02-24 14:08:26 +00:00
py-zpublisher Add RMD160 checksums. 2005-02-24 14:08:26 +00:00
qDecoder Add RMD160 checksums. 2005-02-24 14:08:26 +00:00
ruby-actionpack Import ruby-actionpack. 2005-04-10 04:11:28 +00:00
ruby-actionwebservice Import ruby-actionwebservice. 2005-04-10 05:10:40 +00:00
ruby-borges Bump PKGREVISION with introduce of ruby16-base/ruby18-base pacakge. 2005-03-06 17:19:05 +00:00
ruby-clearsilver Bump PKGREVISION with introduce of ruby16-base/ruby18-base pacakge. 2005-03-06 17:19:05 +00:00
ruby-fcgi Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
ruby-htmlsplit Bump PKGREVISION with introduce of ruby16-base/ruby18-base pacakge. 2005-03-06 17:19:05 +00:00
ruby-tag Force use of gtar via EXTRACT_USING, instead of an explicit dependency 2005-05-17 22:15:54 +00:00
ruby-webrick Bump PKGREVISION with introduce of ruby16-base/ruby18-base pacakge. 2005-03-06 17:19:05 +00:00
ruby-webunit Bump PKGREVISION with introduce of ruby16-base/ruby18-base pacakge. 2005-03-06 17:19:05 +00:00
ruby16-borges Bump PKGREVISION with introduce of ruby16-base/ruby18-base pacakge. 2005-03-06 17:19:05 +00:00
sarg Add RMD160 checksums. 2005-02-24 14:08:26 +00:00
screws Packages have no business modifying PKG_DEFAULT_OPTIONS -- it's a 2005-05-31 10:01:36 +00:00
sitecopy Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
snarf Add RMD160 checksums. 2005-02-24 14:08:26 +00:00
snownews Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
sope Update sope to build 758. No changes are known, but the old DISTFILE is no 2005-05-05 03:23:08 +00:00
SpeedyCGI Removed trailing white-space. 2005-05-23 08:26:03 +00:00
spfc Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
squid For packages that use GNU configure, don't bother adding "TOOL" 2005-05-22 05:35:32 +00:00
squidGuard Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
surfraw Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
swiftsurf Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
swiggle Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
swill Add RMD160 checksums. 2005-02-24 14:08:26 +00:00
swish-e Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
tcl-cgi Add RMD160 checksums. 2005-02-24 14:08:26 +00:00
thttpd RCD_SCRIPTS_EXAMPLEDIR is no longer customizable. 2005-05-02 20:33:57 +00:00
thy Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
tidy Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
tinyproxy RCD_SCRIPTS_EXAMPLEDIR is no longer customizable. 2005-05-02 20:33:57 +00:00
trac Add RMD160 checksums. 2005-02-24 14:08:26 +00:00
urlget Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
visitors Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
w3 Add RMD160 checksums. 2005-02-24 14:08:26 +00:00
w3c-httpd Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to be 2005-03-24 21:12:50 +00:00
w3m Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
w3m-img fix/improvement from Jeremy C. Reed. 2005-05-05 20:50:49 +00:00
waplet Add RMD160 checksums. 2005-02-24 14:08:26 +00:00
wApua Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
wdg-validate Update validate to 1.2.2. 2005-05-30 05:49:15 +00:00
webalizer Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
weblint Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
webnew Add RMD160 checksums. 2005-02-24 14:08:26 +00:00
websvn Removed trailing white-space. 2005-05-23 08:26:03 +00:00
weex Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
whisker Add RMD160 checksums. 2005-02-24 14:08:26 +00:00
wiliki Initial import of WiLiKi 0.5, yet another Wiki clone written in 2005-03-07 03:34:51 +00:00
wml Remove mk/autoconf.mk and mk/automake.mk and replace their usage with 2005-06-01 20:07:59 +00:00
www6to4 Add RMD160 checksums. 2005-02-24 14:08:26 +00:00
wwwcount Use INSTALLATION_DIRS to pre-create all the needed directories. 2005-04-05 20:19:13 +00:00
wwwoffle Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
zope Add RMD160 checksums. 2005-02-24 14:08:26 +00:00
zope-confera Add RMD160 checksums. 2005-02-24 14:08:26 +00:00
zope25 Replaced $i with ${i}. 2005-05-24 14:26:26 +00:00
zope25-AbracadabraObject Add RMD160 checksums. 2005-02-24 14:08:26 +00:00
zope25-BackTalk Add RMD160 checksums. 2005-02-24 14:08:26 +00:00
zope25-BTreeFolder Add RMD160 checksums. 2005-02-24 14:08:26 +00:00
zope25-BTreeFolder2 Add RMD160 checksums. 2005-02-24 14:08:26 +00:00
zope25-Calendar Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
zope25-CMF Add RMD160 checksums. 2005-02-24 14:08:26 +00:00
zope25-CMFPlone Add RMD160 checksums. 2005-02-24 14:08:26 +00:00
zope25-colorz Add RMD160 checksums. 2005-02-24 14:08:26 +00:00
zope25-CookieCrumbler Add RMD160 checksums. 2005-02-24 14:08:26 +00:00
zope25-DocumentLibrary Add RMD160 checksums. 2005-02-24 14:08:26 +00:00
zope25-EasyImage Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
zope25-Epoz Add RMD160 checksums. 2005-02-24 14:08:26 +00:00
zope25-ExternalEditor Add RMD160 checksums. 2005-02-24 14:08:26 +00:00
zope25-FileSystemSite Add RMD160 checksums. 2005-02-24 14:08:26 +00:00
zope25-Formulator Add RMD160 checksums. 2005-02-24 14:08:26 +00:00
zope25-Fortune Add RMD160 checksums. 2005-02-24 14:08:26 +00:00
zope25-JPicture Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
zope25-KnowledgeKit Add RMD160 checksums. 2005-02-24 14:08:26 +00:00
zope25-LocalFS Add RMD160 checksums. 2005-02-24 14:08:26 +00:00
zope25-MailManager Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
zope25-MetaPublisher Add RMD160 checksums. 2005-02-24 14:08:26 +00:00
zope25-ParsedXML Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
zope25-Photo Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
zope25-PropertyFolder Add RMD160 checksums. 2005-02-24 14:08:26 +00:00
zope25-PropertyObject Add RMD160 checksums. 2005-02-24 14:08:26 +00:00
zope25-RDFSummary Add RMD160 checksums. 2005-02-24 14:08:26 +00:00
zope25-RenderableCharts Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
zope25-Silva Add RMD160 checksums. 2005-02-24 14:08:26 +00:00
zope25-Squishdot Add RMD160 checksums. 2005-02-24 14:08:26 +00:00
zope25-StripoGram Add RMD160 checksums. 2005-02-24 14:08:26 +00:00
zope25-TinyTablePlus Add RMD160 checksums. 2005-02-24 14:08:26 +00:00
zope25-XMLWidgets Add RMD160 checksums. 2005-02-24 14:08:26 +00:00
zope25-Zippy Add RMD160 checksums. 2005-02-24 14:08:26 +00:00
zope25-ZMySQLDA Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
zope25-ZNavigator Add RMD160 checksums. 2005-02-24 14:08:26 +00:00
zope25-zopebook Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
zope25-ZPhotoSlides Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
zope25-ZPsycopgDA Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
zope25-ZWeather Add RMD160 checksums. 2005-02-24 14:08:26 +00:00
zope25-ZWeatherApplet Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
zope25-ZWiki Add RMD160 checksums. 2005-02-24 14:08:26 +00:00
zopeedit Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
Makefile Remove ap-aolserver. It was only needed by openacs; 2005-06-01 20:07:43 +00:00