Remove expired ports:

2015-12-30 www/ocsigen: Broken for more than 6 months
2015-12-30 devel/monodevelop-database: Broken for more than 6 months
2015-12-30 lang/cduce: Broken for more than 6 months
2015-12-30 science/hdf-java: Broken for more than 6 months
2015-12-30 math/p5-Math-Geometry-Planar-GPC-Polygon: Broken for more than 6 months
2015-12-30 www/eliom: Depends on broken and expiring www/ocsigen
2015-12-30 audio/py-fastaudio: Broken for more than 6 months
2015-12-30 devel/jgoodies-common: Broken for more than 6 months
2015-12-30 graphics/pinta: Broken for more than 6 months
2015-12-30 games/kanatest: Broken for more than 6 months
2015-12-30 editors/bless: Broken for more than 6 months
2015-12-30 security/burpsuite: Broken for more than 6 months
This commit is contained in:
Rene Ladan 2015-12-30 23:20:40 +00:00
parent b1d1b30824
commit 3b93c5c02a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=404882
74 changed files with 12 additions and 2397 deletions

12
MOVED
View file

@ -8072,3 +8072,15 @@ mail/py-spf|mail/py-pyspf|2015-12-29|Renamed to match upstream naming
databases/py-memcached|databases/py-python-memcached|2015-12-30|Renamed to match upstream naming
devel/py-hashring|devel/py-hash_ring|2015-12-30|Renamed to match upstream naming
devel/subversion17|devel/subversion|2015-12-30|Has expired: EoL, use devel/subversion
www/ocsigen||2015-12-30|Has expired: Broken for more than 6 months
devel/monodevelop-database||2015-12-30|Has expired: Broken for more than 6 months
lang/cduce||2015-12-30|Has expired: Broken for more than 6 months
science/hdf-java||2015-12-30|Has expired: Broken for more than 6 months
math/p5-Math-Geometry-Planar-GPC-Polygon||2015-12-30|Has expired: Broken for more than 6 months
www/eliom||2015-12-30|Has expired: Depends on broken and expiring www/ocsigen
audio/py-fastaudio||2015-12-30|Has expired: Broken for more than 6 months
devel/jgoodies-common||2015-12-30|Has expired: Broken for more than 6 months
graphics/pinta||2015-12-30|Has expired: Broken for more than 6 months
games/kanatest||2015-12-30|Has expired: Broken for more than 6 months
editors/bless||2015-12-30|Has expired: Broken for more than 6 months
security/burpsuite||2015-12-30|Has expired: Broken for more than 6 months

View file

@ -608,7 +608,6 @@
SUBDIR += py-discid
SUBDIR += py-discogs-client
SUBDIR += py-eyed3
SUBDIR += py-fastaudio
SUBDIR += py-fmoo-audiotools
SUBDIR += py-gmusicapi
SUBDIR += py-id3

View file

@ -1,59 +0,0 @@
# Created by: Pontus Stenetorp <ninjin@kth.se>
# $FreeBSD$
PORTNAME= fastaudio
PORTVERSION= 0.1
PORTREVISION= 2
CATEGORIES= audio python
MASTER_SITES= http://freenet.mcnabhosting.com/python/pyPortAudio/:site1 \
http://www.portaudio.com/archives/:site2
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= fastaudio
DISTFILES= fastaudio.tar.gz:site1 portaudio_v18_1.zip:site2
DIST_SUBDIR= python
MAINTAINER= ninjin@kth.se
COMMENT= Python bindings for the PortAudio multi-platform audio library
BROKEN= Does not work with portaudio v19
DEPRECATED= Broken for more than 6 months
EXPIRATION_DATE= 2015-12-30
BUILD_DEPENDS= pyrex>=0.9.6.2:${PORTSDIR}/devel/pyrex
LIB_DEPENDS= libportaudio.so:${PORTSDIR}/audio/portaudio \
libsndfile.so:${PORTSDIR}/audio/libsndfile
PLIST_FILES= %%PYTHON_SITELIBDIR%%/fastaudio.so
EXAMPLESDIR= ${LOCALBASE}/share/examples/py-${PORTNAME}
USES= python zip:infozip
USE_PYTHON= distutils
FASTA_SRCFILE= fastaudio.tar.gz
PORTA_SRCFILE= portaudio_v18_1.zip
PORTASRC_DIR= ${WRKDIR}/portaudio_v18_1/
.if !defined(WITHOUT_EXAMPLES)
PLIST_FILES+= share/examples/py-${PORTNAME}/demo.py
.endif
do-extract:
@${MKDIR} ${WRKDIR}
@${TAR} zxf ${DISTDIR}/${DIST_SUBDIR}/${FASTA_SRCFILE} -C ${WRKDIR}
@${UNZIP_CMD} -q -d ${WRKDIR}/ \
${DISTDIR}/${DIST_SUBDIR}/${PORTA_SRCFILE}
post-patch:
@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
${WRKSRC}/setup.py ${WRKSRC}/mysndfile.h ${WRKSRC}/fastaudio.pyx
# Borrowed from the portaudio port, fixes obsolete path
@${REINPLACE_CMD} -e 's|machine\/soundcard.h|sys\/soundcard.h|' \
${PORTASRC_DIR}/pa_unix_oss/pa_unix_oss.c
post-install:
.if !defined(WITHOUT_EXAMPLES)
( ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} && \
${INSTALL_DATA} ${WRKSRC}/demo.py ${STAGEDIR}${EXAMPLESDIR}/ )
.endif
.include <bsd.port.mk>

View file

@ -1,4 +0,0 @@
SHA256 (python/fastaudio.tar.gz) = 5cd72f0b83a3eed448299f431be38efca8f3c349357997ed6e0e58aecf7be748
SIZE (python/fastaudio.tar.gz) = 229039
SHA256 (python/portaudio_v18_1.zip) = 9da7f1ba0b8029f934d5a8300199e29095127e6abfa03dbb3c1ce40e10751f0a
SIZE (python/portaudio_v18_1.zip) = 550130

View file

@ -1,72 +0,0 @@
--- fastaudio.pyx.orig 2004-06-15 13:37:39.000000000 +0200
+++ fastaudio.pyx 2010-05-08 09:24:38.000000000 +0200
@@ -92,7 +92,7 @@
#@+node:portaudio.h
# portaudio-specifics
-cdef extern from "../pa_common/portaudio.h":
+cdef extern from "%%LOCALBASE%%/include/portaudio.h":
ctypedef int PaError
cdef enum PA_ERRORS:
@@ -553,7 +553,7 @@
cdef int isrunning
#@-node:attributes
#@+node:__new__
- def __new__(self, samplerate=8000, channels=2, format='int16', framesPerBuf=4096, maxbufs=16, **kwds):
+ def __cinit__(self, samplerate=8000, channels=2, format='int16', framesPerBuf=4096, maxbufs=16, **kwds):
"""
Constructor for fastaudio stream objects.
@@ -586,8 +586,8 @@
cdata.framesPerBuf = framesPerBuf
cdata.bytesPerFrame = channels * _sampleFormatSizes[format]
cdata.bytesPerBuf = framesPerBuf * cdata.bytesPerFrame
- cdata.txFifo = fifoNew(cdata.bytesPerBuf, maxbufs, 't')
- cdata.rxFifo = fifoNew(cdata.bytesPerBuf, maxbufs, 'r')
+ cdata.txFifo = fifoNew(cdata.bytesPerBuf, maxbufs, <int> 't')
+ cdata.rxFifo = fifoNew(cdata.bytesPerBuf, maxbufs, <int> 'r')
printf("__new__: txFifo=%lx rxFifo=%lx\n", cdata.txFifo, cdata.rxFifo)
cdata.hits = 0
cdata.running = 1
@@ -1113,28 +1113,28 @@
# write to output buffer, converting to output format
if cChansOut == 1:
if outFormat == paInt8:
- outPtr_8[idxOut] = (frameLeft + frameRight) / (2 * 0x1000000)
+ outPtr_8[idxOut] = <char> (frameLeft + frameRight) / (2 * 0x1000000)
elif outFormat == paUInt8:
- outPtr_u8[idxOut] = (frameLeft + frameRight) / (2 * 0x1000000)
+ outPtr_u8[idxOut] = <unsigned char> (frameLeft + frameRight) / (2 * 0x1000000)
elif outFormat == paInt16:
- outPtr_16[idxOut] = (frameLeft + frameRight) / (2 * 0x10000)
+ outPtr_16[idxOut] = <short> (frameLeft + frameRight) / (2 * 0x10000)
elif outFormat == paInt32:
- outPtr_32[idxOut] = (frameLeft + frameRight) / 2
+ outPtr_32[idxOut] = <long> (frameLeft + frameRight) / 2
elif outFormat == paFloat32:
outPtr_f32[idxOut] = (frameLeft + frameRight) / 2
else:
if outFormat == paInt8:
- outPtr_8[idxOut * 2] = frameLeft / 0x1000000
- outPtr_8[idxOut * 2 + 1] = frameRight / 0x1000000
+ outPtr_8[idxOut * 2] = <char> frameLeft / 0x1000000
+ outPtr_8[idxOut * 2 + 1] = <char> frameRight / 0x1000000
elif outFormat == paUInt8:
- outPtr_u8[idxOut * 2] = frameLeft / 0x1000000
- outPtr_u8[idxOut * 2 + 1] = frameRight / 0x1000000
+ outPtr_u8[idxOut * 2] = <unsigned char> frameLeft / 0x1000000
+ outPtr_u8[idxOut * 2 + 1] = <unsigned char> frameRight / 0x1000000
elif outFormat == paInt16:
- outPtr_16[idxOut * 2] = frameLeft / 0x10000
- outPtr_16[idxOut * 2 + 1] = frameRight / 0x10000
+ outPtr_16[idxOut * 2] = <short> frameLeft / 0x10000
+ outPtr_16[idxOut * 2 + 1] = <short> frameRight / 0x10000
elif outFormat == paInt32:
- outPtr_32[idxOut * 2] = frameLeft
- outPtr_32[idxOut * 2 + 1] = frameRight
+ outPtr_32[idxOut * 2] = <long> frameLeft
+ outPtr_32[idxOut * 2 + 1] = <long> frameRight
elif outFormat == paFloat32:
outPtr_f32[idxOut * 2] = frameLeft
outPtr_f32[idxOut * 2 + 1] = frameRight

View file

@ -1,9 +0,0 @@
--- mysndfile.h.orig 2009-06-06 18:51:14.000000000 +0900
+++ mysndfile.h 2009-06-06 18:51:38.000000000 +0900
@@ -1,5 +1,5 @@
#ifdef WIN32
#include "sndfile-win32.h"
#else
-#include "sndfile.h"
+#include "%%LOCALBASE%%/include/sndfile.h"
#endif

View file

@ -1,34 +0,0 @@
--- setup.py.orig Sat Mar 3 10:39:05 2007
+++ setup.py Fri Mar 9 22:28:00 2007
@@ -4,6 +4,7 @@
import sys
+libDir=[]
if sys.platform == 'win32':
faSources=['fastaudio.pyx', '../pa_common/pa_lib.c', '../pa_win_wmme/pa_win_wmme.c']
defines = [('WIN32', 1)]
@@ -15,12 +16,22 @@
libs = ['sndfile']
extra_link_args = ['/usr/lib/libsndfile.a']
#faSources=['fastaudio.pyx']
+elif sys.platform.find('freebsd') != -1:
+ faSources=['fastaudio.pyx', '../portaudio_v18_1/pa_common/pa_lib.c', '../portaudio_v18_1/pa_unix_oss/pa_unix_oss.c']
+ defines = []
+ libs = ['sndfile']
+ libDir = ['%%LOCALBASE%%/lib']
+ extra_link_args = ['-lportaudio']
+ #extra_link_args = ['-lsndfile']
+ include_dirs=['%%LOCALBASE%%/include', '../portaudio_v18_1/pa_common']
ext_fastaudio = [Extension('fastaudio',
faSources,
- include_dirs=['../pa_common'],
+ #include_dirs=,
+ include_dirs,
define_macros=defines,
libraries=libs,
+ library_dirs=libDir,
extra_link_args=extra_link_args
)]

View file

@ -1,4 +0,0 @@
py-fastaudio is a Python module that provides bindings for the PortAudio
multiplatform audio I/O library.
WWW: http://www.freenet.org.nz/python/pyPortAudio/

View file

@ -1055,7 +1055,6 @@
SUBDIR += jech-dht
SUBDIR += jenkins
SUBDIR += jenkins-lts
SUBDIR += jgoodies-common
SUBDIR += jiic
SUBDIR += jline
SUBDIR += jna
@ -1489,7 +1488,6 @@
SUBDIR += mongo-cxx-driver
SUBDIR += mono-addins
SUBDIR += monodevelop
SUBDIR += monodevelop-database
SUBDIR += monotone
SUBDIR += monotone-viz
SUBDIR += motor

View file

@ -1,68 +0,0 @@
# Created by: Mikhail Teterin <mi@aldan.algebra.com>
# $FreeBSD$
PORTNAME= jgoodies-common
DISTVERSION= 1_2_1
CATEGORIES= devel java
MASTER_SITES= http://www.jgoodies.com/download/libraries/common/
MAINTAINER= ports@FreeBSD.org
COMMENT= Abstract and helper classes used by all other JGoodies libs
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
BUILD_DEPENDS= ${JAVALIBDIR}/junit.jar:${PORTSDIR}/java/junit
BROKEN= does not build: "Test com.jgoodies.common.base.ObjectsTest failed"
DEPRECATED= Broken for more than 6 months
EXPIRATION_DATE= 2015-12-30
USES= dos2unix zip
USE_JAVA= yes
JAVA_VERSION= 1.6
USE_ANT= yes
MAKE_ARGS+= -Djunit4.jar=${LOCALBASE}/share/java/classes/junit.jar
ALL_TARGET= jar test
EXTRACT_AFTER_ARGS=-d ${WRKDIR} -x '*/api/*' '*.jar'
REINPLACE_ARGS= -i ""
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
JARFILE= ${PORTNAME}.jar
PLIST_FILES= %%JAVAJARDIR%%/${JARFILE}
PORTDOCS= *
OPTIONS_DEFINE= DOCS
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MDOCS}
ALL_TARGET+= javadoc
.endif
post-patch:
${REINPLACE_CMD} 's|haltonfailure="no"|haltonfailure="yes"|' \
${WRKSRC}/build.xml
${FIND} ${WRKSRC} -type f -not -name '*.gif' | ${XARGS} \
${REINPLACE_CMD} -E 's|[[:blank:]]+$$||'
.if defined(NO_LICENSES_INSTALL) || defined(DISABLE_LICENSES)
${REINPLACE_CMD} -E 's|<a .[^>]+>License</a>|<abbr title="BSD 3-clause. License-file installation disabled">License</abbr>|'\
${WRKSRC}/README.html
.else
${REINPLACE_CMD} -E 's|href="LICENSE.txt"|href="../../../${_LICENSE_DIR:S,^${PREFIX}/,,}/BSD"|' \
${WRKSRC}/README.html
.endif
do-install:
${INSTALL_DATA} ${WRKSRC}/build/${JARFILE} ${STAGEDIR}${JAVAJARDIR}
.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${STAGEDIR}${DOCSDIR}
(cd ${WRKSRC} && ${INSTALL_DATA} README.html RELEASE-NOTES.txt \
${STAGEDIR}${DOCSDIR})
(cd ${WRKSRC} && ${COPYTREE_SHARE} docs ${STAGEDIR}${DOCSDIR})
(cd ${WRKSRC}/build/docs && ${COPYTREE_SHARE} api \
${STAGEDIR}${DOCSDIR}/docs)
.endif
.include <bsd.port.mk>

View file

@ -1,2 +0,0 @@
SHA256 (jgoodies-common-1_2_1.zip) = 0fe2ede31e70a633c2a157b99594701e4206c4207f7a3f6e97b15121cac32dfb
SIZE (jgoodies-common-1_2_1.zip) = 271803

View file

@ -1,6 +0,0 @@
The JGoodies is a collection of Java GUI packages.
The jgoodies-common port installs the abstract and helper classes
used by all of them.
WWW: http://www.jgoodies.com/

View file

@ -1,34 +0,0 @@
# $FreeBSD$
PORTNAME= monodevelop-database
PORTVERSION= 5.0.1
CATEGORIES= devel
MASTER_SITES= http://download.mono-project.com/sources/${PORTNAME}/
DISTNAME= ${PORTNAME}-${PORTVERSION}-0
MAINTAINER= mono@FreeBSD.org
COMMENT= MonoDevelop database support
LICENSE= MIT
BROKEN= Fails to package, missing Npgsql Version 2 with mono 4
DEPRECATED= Broken for more than 6 months
EXPIRATION_DATE= 2015-12-30
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/monodevelop.pc:${PORTSDIR}/devel/monodevelop
RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/monodevelop.pc:${PORTSDIR}/devel/monodevelop
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
GNU_CONFIGURE= yes
USES= gettext gmake pathfix pkgconfig tar:bzip2
USE_GNOME= gtksharp20
MAKE_JOBS_UNSAFE=yes
post-patch:
@${REINPLACE_CMD} -e 's|[(]prefix[)]/lib/pkgconfig|(prefix)/libdata/pkgconfig|g' \
${WRKSRC}/Makefile.in
# Restrict to stable (even) versions, indicated by the second component.
PORTSCOUT= limitw:1,even
.include <bsd.port.mk>

View file

@ -1,2 +0,0 @@
SHA256 (monodevelop-database-5.0.1-0.tar.bz2) = 910de5c18382173ef3292cab7c3911ced2c59e9e358ecfa0b5d6363a621da8ef
SIZE (monodevelop-database-5.0.1-0.tar.bz2) = 436146

View file

@ -1,3 +0,0 @@
Database support for MonoDevelop.
WWW: http://www.monodevelop.org

View file

@ -1,68 +0,0 @@
lib/monodevelop/AddIns/MonoDevelop.Database/MonoDevelop.Database.CodeGenerator.dll
lib/monodevelop/AddIns/MonoDevelop.Database/MonoDevelop.Database.CodeGenerator.dll.mdb
lib/monodevelop/AddIns/MonoDevelop.Database/MonoDevelop.Database.Components.dll
lib/monodevelop/AddIns/MonoDevelop.Database/MonoDevelop.Database.Components.dll.mdb
lib/monodevelop/AddIns/MonoDevelop.Database/MonoDevelop.Database.ConnectionManager.dll
lib/monodevelop/AddIns/MonoDevelop.Database/MonoDevelop.Database.ConnectionManager.dll.mdb
lib/monodevelop/AddIns/MonoDevelop.Database/MonoDevelop.Database.Designer.dll
lib/monodevelop/AddIns/MonoDevelop.Database/MonoDevelop.Database.Designer.dll.mdb
lib/monodevelop/AddIns/MonoDevelop.Database/MonoDevelop.Database.Query.dll
lib/monodevelop/AddIns/MonoDevelop.Database/MonoDevelop.Database.Query.dll.mdb
lib/monodevelop/AddIns/MonoDevelop.Database/MonoDevelop.Database.Sql.MySql.dll
lib/monodevelop/AddIns/MonoDevelop.Database/MonoDevelop.Database.Sql.MySql.dll.mdb
lib/monodevelop/AddIns/MonoDevelop.Database/MonoDevelop.Database.Sql.Npgsql.dll
lib/monodevelop/AddIns/MonoDevelop.Database/MonoDevelop.Database.Sql.Npgsql.dll.mdb
lib/monodevelop/AddIns/MonoDevelop.Database/MonoDevelop.Database.Sql.SqlServer.dll
lib/monodevelop/AddIns/MonoDevelop.Database/MonoDevelop.Database.Sql.SqlServer.dll.mdb
lib/monodevelop/AddIns/MonoDevelop.Database/MonoDevelop.Database.Sql.Sqlite.dll
lib/monodevelop/AddIns/MonoDevelop.Database/MonoDevelop.Database.Sql.Sqlite.dll.mdb
lib/monodevelop/AddIns/MonoDevelop.Database/MonoDevelop.Database.Sql.dll
lib/monodevelop/AddIns/MonoDevelop.Database/MonoDevelop.Database.Sql.dll.mdb
lib/monodevelop/AddIns/MonoDevelop.Database/MySql.Data.dll
lib/monodevelop/AddIns/MonoDevelop.Database/icons/Icons.16x16.Database.Column.Key.png
lib/monodevelop/AddIns/MonoDevelop.Database/icons/Icons.16x16.Database.Column.png
lib/monodevelop/AddIns/MonoDevelop.Database/icons/Icons.16x16.Database.Connection.Error.png
lib/monodevelop/AddIns/MonoDevelop.Database/icons/Icons.16x16.Database.Connection.Remove.png
lib/monodevelop/AddIns/MonoDevelop.Database/icons/Icons.16x16.Database.Connection.png
lib/monodevelop/AddIns/MonoDevelop.Database/icons/Icons.16x16.Database.Constraints.png
lib/monodevelop/AddIns/MonoDevelop.Database/icons/Icons.16x16.Database.Database.Error.png
lib/monodevelop/AddIns/MonoDevelop.Database/icons/Icons.16x16.Database.Database.Ok.png
lib/monodevelop/AddIns/MonoDevelop.Database/icons/Icons.16x16.Database.Database.png
lib/monodevelop/AddIns/MonoDevelop.Database/icons/Icons.16x16.Database.Execute.png
lib/monodevelop/AddIns/MonoDevelop.Database/icons/Icons.16x16.Database.Function.png
lib/monodevelop/AddIns/MonoDevelop.Database/icons/Icons.16x16.Database.Parameter.png
lib/monodevelop/AddIns/MonoDevelop.Database/icons/Icons.16x16.Database.Procedure.Error.png
lib/monodevelop/AddIns/MonoDevelop.Database/icons/Icons.16x16.Database.Procedure.Source.png
lib/monodevelop/AddIns/MonoDevelop.Database/icons/Icons.16x16.Database.Procedure.png
lib/monodevelop/AddIns/MonoDevelop.Database/icons/Icons.16x16.Database.Relations.png
lib/monodevelop/AddIns/MonoDevelop.Database/icons/Icons.16x16.Database.Table.Error.png
lib/monodevelop/AddIns/MonoDevelop.Database/icons/Icons.16x16.Database.Table.png
lib/monodevelop/AddIns/MonoDevelop.Database/icons/Icons.16x16.Database.Tables.png
lib/monodevelop/AddIns/MonoDevelop.Database/icons/Icons.16x16.Database.User.png
lib/monodevelop/AddIns/MonoDevelop.Database/icons/Icons.16x16.Database.Users.png
lib/monodevelop/AddIns/MonoDevelop.Database/icons/Icons.16x16.Database.View.Error.png
lib/monodevelop/AddIns/MonoDevelop.Database/icons/Icons.16x16.Database.View.Source.png
lib/monodevelop/AddIns/MonoDevelop.Database/icons/Icons.16x16.Database.View.png
lib/monodevelop/AddIns/MonoDevelop.Database/icons/Icons.16x16.Database.Views.png
lib/monodevelop/AddIns/MonoDevelop.Database/locale/ca/LC_MESSAGES/monodevelop-database.mo
lib/monodevelop/AddIns/MonoDevelop.Database/locale/cs/LC_MESSAGES/monodevelop-database.mo
lib/monodevelop/AddIns/MonoDevelop.Database/locale/da/LC_MESSAGES/monodevelop-database.mo
lib/monodevelop/AddIns/MonoDevelop.Database/locale/de/LC_MESSAGES/monodevelop-database.mo
lib/monodevelop/AddIns/MonoDevelop.Database/locale/es/LC_MESSAGES/monodevelop-database.mo
lib/monodevelop/AddIns/MonoDevelop.Database/locale/fr/LC_MESSAGES/monodevelop-database.mo
lib/monodevelop/AddIns/MonoDevelop.Database/locale/gl/LC_MESSAGES/monodevelop-database.mo
lib/monodevelop/AddIns/MonoDevelop.Database/locale/hu/LC_MESSAGES/monodevelop-database.mo
lib/monodevelop/AddIns/MonoDevelop.Database/locale/id/LC_MESSAGES/monodevelop-database.mo
lib/monodevelop/AddIns/MonoDevelop.Database/locale/it/LC_MESSAGES/monodevelop-database.mo
lib/monodevelop/AddIns/MonoDevelop.Database/locale/ja/LC_MESSAGES/monodevelop-database.mo
lib/monodevelop/AddIns/MonoDevelop.Database/locale/nl/LC_MESSAGES/monodevelop-database.mo
lib/monodevelop/AddIns/MonoDevelop.Database/locale/pl/LC_MESSAGES/monodevelop-database.mo
lib/monodevelop/AddIns/MonoDevelop.Database/locale/pt/LC_MESSAGES/monodevelop-database.mo
lib/monodevelop/AddIns/MonoDevelop.Database/locale/pt_BR/LC_MESSAGES/monodevelop-database.mo
lib/monodevelop/AddIns/MonoDevelop.Database/locale/ru/LC_MESSAGES/monodevelop-database.mo
lib/monodevelop/AddIns/MonoDevelop.Database/locale/sl_SI/LC_MESSAGES/monodevelop-database.mo
lib/monodevelop/AddIns/MonoDevelop.Database/locale/sv/LC_MESSAGES/monodevelop-database.mo
lib/monodevelop/AddIns/MonoDevelop.Database/locale/tr/LC_MESSAGES/monodevelop-database.mo
lib/monodevelop/AddIns/MonoDevelop.Database/locale/zh_CN/LC_MESSAGES/monodevelop-database.mo
lib/monodevelop/AddIns/MonoDevelop.Database/locale/zh_TW/LC_MESSAGES/monodevelop-database.mo
libdata/pkgconfig/monodevelop-database.pc

View file

@ -13,7 +13,6 @@
SUBDIR += beav
SUBDIR += biew
SUBDIR += bitedit
SUBDIR += bless
SUBDIR += boiling-egg
SUBDIR += bvi
SUBDIR += calligra

View file

@ -1,36 +0,0 @@
# $FreeBSD$
PORTNAME= bless
PORTVERSION= 0.6.0
PORTREVISION= 4
PORTEPOCH= 1
CATEGORIES= editors
MASTER_SITES= http://download.gna.org/bless/
MAINTAINER= mono@FreeBSD.org
COMMENT= High quality, full featured hex editor
BROKEN= Fails to build with mono 4
DEPRECATED= Broken for more than 6 months
EXPIRATION_DATE= 2015-12-30
USES= gmake mono pathfix pkgconfig
USE_GNOME= gnomeprefix gnomedocutils gtksharp20
GNU_CONFIGURE= yes
CONFIGURE_ENV= ac_cv_path_MCS=${LOCALBASE}/bin/mcs
INSTALLS_OMF= yes
OPTIONS_DEFINE= DOCS
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MDOCS}
INSTALLS_OMF= yes
.endif
post-patch:
@${REINPLACE_CMD} -e 's|tests$$||g' \
${WRKSRC}/Makefile.in
@${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \
's|$$(datadir)/doc/$$(PACKAGE_NAME)-$$(PACKAGE_VERSION)|${DOCSDIR}|g'
.include <bsd.port.mk>

View file

@ -1,2 +0,0 @@
SHA256 (bless-0.6.0.tar.gz) = 34dc984c35df19184e5b61a4b11fe79901c417693f57d874dc70ef0c58896de1
SIZE (bless-0.6.0.tar.gz) = 745694

View file

@ -1,12 +0,0 @@
Bless is a binary (hex) editor, a program that enables you to edit files as
a sequence of bytes. It is written in C# and uses the Gtk# bindings for the
GTK+ toolkit.
Main Features
-------------
* Efficient editing of large data files.
* Multilevel undo - redo operations.
* Customizable data views.
* Fast data rendering on screen.
WWW: http://home.gna.org/bless/

View file

@ -1,70 +0,0 @@
bin/bless
lib/bless/Bless.Buffers.dll
lib/bless/Bless.Gui.Areas.Plugins.dll
lib/bless/Bless.Gui.Areas.dll
lib/bless/Bless.Gui.Drawers.dll
lib/bless/Bless.Gui.Plugins.dll
lib/bless/Bless.Gui.dll
lib/bless/Bless.Plugins.dll
lib/bless/Bless.Tools.Export.Plugins.dll
lib/bless/Bless.Tools.Export.dll
lib/bless/Bless.Tools.Find.dll
lib/bless/Bless.Tools.dll
lib/bless/Bless.Util.dll
lib/bless/bless.exe
share/applications/bless.desktop
%%DATADIR%%/bless-16-bytes-per-row.layout
%%DATADIR%%/bless-48x48.png
%%DATADIR%%/bless-about.png
%%DATADIR%%/bless-all-number-bases.layout
%%DATADIR%%/bless-default.layout
%%DATADIR%%/bless.glade
%%DATADIR%%/default-preferences.xml
%%DATADIR%%/help_script.sh
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
%%PORTDOCS%%%%DOCSDIR%%/COPYING
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
%%PORTDOCS%%%%DOCSDIR%%/INSTALL
%%PORTDOCS%%%%DOCSDIR%%/NEWS
%%PORTDOCS%%%%DOCSDIR%%/README
%%PORTDOCS%%%%DOCSDIR%%/README.packaging
%%PORTDOCS%%%%DOCSDIR%%/bless.spec
%%PORTDOCS%%%%DOCSDIR%%/user/bless-manual.xml
%%PORTDOCS%%%%DOCSDIR%%/user/ch01.html
%%PORTDOCS%%%%DOCSDIR%%/user/ch02.html
%%PORTDOCS%%%%DOCSDIR%%/user/ch02s02.html
%%PORTDOCS%%%%DOCSDIR%%/user/ch03.html
%%PORTDOCS%%%%DOCSDIR%%/user/ch03s02.html
%%PORTDOCS%%%%DOCSDIR%%/user/ch04.html
%%PORTDOCS%%%%DOCSDIR%%/user/ch04s02.html
%%PORTDOCS%%%%DOCSDIR%%/user/ch04s03.html
%%PORTDOCS%%%%DOCSDIR%%/user/ch04s04.html
%%PORTDOCS%%%%DOCSDIR%%/user/ch04s05.html
%%PORTDOCS%%%%DOCSDIR%%/user/ch04s06.html
%%PORTDOCS%%%%DOCSDIR%%/user/ch05.html
%%PORTDOCS%%%%DOCSDIR%%/user/ch05s02.html
%%PORTDOCS%%%%DOCSDIR%%/user/ch05s03.html
%%PORTDOCS%%%%DOCSDIR%%/user/ch05s04.html
%%PORTDOCS%%%%DOCSDIR%%/user/ch06.html
%%PORTDOCS%%%%DOCSDIR%%/user/ch07.html
%%PORTDOCS%%%%DOCSDIR%%/user/figures/bless_area_focus.png
%%PORTDOCS%%%%DOCSDIR%%/user/figures/bless_bitwise_ops.png
%%PORTDOCS%%%%DOCSDIR%%/user/figures/bless_display_tag.png
%%PORTDOCS%%%%DOCSDIR%%/user/figures/bless_edit_mode.png
%%PORTDOCS%%%%DOCSDIR%%/user/figures/bless_export_dialog.png
%%PORTDOCS%%%%DOCSDIR%%/user/figures/bless_goto.png
%%PORTDOCS%%%%DOCSDIR%%/user/figures/bless_layout_example1.png
%%PORTDOCS%%%%DOCSDIR%%/user/figures/bless_layout_oha.png
%%PORTDOCS%%%%DOCSDIR%%/user/figures/bless_number_base.png
%%PORTDOCS%%%%DOCSDIR%%/user/figures/bless_preferences_general.png
%%PORTDOCS%%%%DOCSDIR%%/user/figures/bless_preferences_session.png
%%PORTDOCS%%%%DOCSDIR%%/user/figures/bless_preferences_undo.png
%%PORTDOCS%%%%DOCSDIR%%/user/figures/bless_search_find.png
%%PORTDOCS%%%%DOCSDIR%%/user/figures/bless_search_replace.png
%%PORTDOCS%%%%DOCSDIR%%/user/figures/bless_select_range.png
%%PORTDOCS%%%%DOCSDIR%%/user/figures/bless_start_window.png
%%PORTDOCS%%%%DOCSDIR%%/user/figures/bless_tab_close.png
%%PORTDOCS%%%%DOCSDIR%%/user/index.html
%%PORTDOCS%%%%DOCSDIR%%/user/legal.xml
%%PORTDOCS%%share/omf/bless/bless-manual.omf
share/pixmaps/bless-48x48.png

View file

@ -449,7 +449,6 @@
SUBDIR += kajaani-kombat
SUBDIR += kajongg
SUBDIR += kanagram
SUBDIR += kanatest
SUBDIR += kapman
SUBDIR += kardsgt
SUBDIR += kartofel

View file

@ -1,43 +0,0 @@
# Created by: S H A N <shanali@yahoo.com>
# $FreeBSD$
PORTNAME= kanatest
PORTVERSION= 0.4.8
PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= http://clayo.org/kanatest/
MAINTAINER= ports@FreeBSD.org
COMMENT= Japanese kana (Hiragana and Katakana) simple flashcard tool
BROKEN= runtime segfault (PR 196452)
DEPRECATED= Broken for more than 6 months
EXPIRATION_DATE= 2015-12-30
USES= gettext gmake pkgconfig desktop-file-utils
USE_GNOME= gtk20 libxml2
GNU_CONFIGURE= yes
INSTALLS_ICONS= yes
MAKE_ENV+= LIBINTL="-lintl"
post-patch: .SILENT
${REINPLACE_CMD} '/LIBS/s|-lxml|-L${LOCALBASE}/lib &|' \
${WRKSRC}/configure
${REINPLACE_CMD} -e 's|-DGTK_DISABLE_DEPRECATED||g' \
${WRKSRC}/src/Makefile.in
${REINPLACE_CMD} -e '/^%.mo:/,/^$$/s/test[^;]*/${TRUE}/' \
-e '\|/usr/bin| { s||${LOCALBASE}/bin|; s|=|?=|; }' \
${WRKSRC}/po/Makefile.in
${REINPLACE_CMD} -e '/GTK_WIDGET_SET_FLAGS/ { \
s//gtk_widget_set_can_default/; \
s/GTK_CAN_DEFAULT/TRUE/; }' \
-e '/GTK_WIDGET_UNSET_FLAGS/ { \
s//gtk_widget_set_can_focus/; \
s/GTK_CAN_FOCUS/FALSE/; }' \
${WRKSRC}/src/about.c \
${WRKSRC}/src/chart.c \
${WRKSRC}/src/gui.c \
${WRKSRC}/src/options.c \
${WRKSRC}/src/stats.c
.include <bsd.port.mk>

View file

@ -1,2 +0,0 @@
SHA256 (kanatest-0.4.8.tar.gz) = a31682604bc6db9c0cb2e15429b8a5b64c04f1ed96df912cab71d4337567c513
SIZE (kanatest-0.4.8.tar.gz) = 302154

View file

@ -1,9 +0,0 @@
During test the Kanatest displays randomly selected kana char
(respecting mode and lesson) and waits for user answer expected as
romaji equivalent. This process continues until all questions will be
answered or all questions will be answered correctly (depends on
options). At the end of test a short info about drilling time and
correctness ratio is displayed. The results are stored and user can
review his performance in any time.
WWW: http://clayo.org/kanatest/

View file

@ -1,17 +0,0 @@
bin/kanatest
share/applications/kanatest.desktop
share/icons/hicolor/16x16/apps/kanatest.png
share/icons/hicolor/22x22/apps/kanatest.png
share/icons/hicolor/24x24/apps/kanatest.png
share/icons/hicolor/32x32/apps/kanatest.png
share/icons/hicolor/48x48/apps/kanatest.png
share/icons/hicolor/scalable/apps/kanatest.svg
share/locale/de/LC_MESSAGES/kanatest.mo
share/locale/es/LC_MESSAGES/kanatest.mo
share/locale/fr/LC_MESSAGES/kanatest.mo
share/locale/hu/LC_MESSAGES/kanatest.mo
share/locale/it/LC_MESSAGES/kanatest.mo
share/locale/pl/LC_MESSAGES/kanatest.mo
share/locale/pt/LC_MESSAGES/kanatest.mo
share/locale/ru/LC_MESSAGES/kanatest.mo
share/pixmaps/kanatest.png

View file

@ -777,7 +777,6 @@
SUBDIR += piddle
SUBDIR += pikopixel
SUBDIR += pinpoint
SUBDIR += pinta
SUBDIR += pixelize
SUBDIR += pixen
SUBDIR += pixie

View file

@ -1,34 +0,0 @@
# Created by: Alexander Kojevnikov <alexander@kojevnikov.com>
# $FreeBSD$
PORTNAME= pinta
PORTVERSION= 1.5
CATEGORIES= graphics
MASTER_SITES= https://github.com/PintaProject/Pinta/releases/download/1.5/
MAINTAINER= david.vionnet@vmailbox.org
COMMENT= Simple Gtk\# Paint Program
LICENSE= MIT
BROKEN= Fails to build with mono 4
DEPRECATED= Broken for more than 6 months
EXPIRATION_DATE= 2015-12-30
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/mono-addins.pc:${PORTSDIR}/devel/mono-addins
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= desktop-file-utils gmake mono pkgconfig
HAS_CONFIGURE= yes
CONFIGURE_ARGS+= --mandir=${PREFIX}/man
OPTIONS_DEFINE= NLS
OPTIONS_SUB= yes
NLS_USES= gettext
NLS_CONFIGURE_ENABLE= nls
USE_GNOME= gtksharp20
INSTALLS_ICONS= yes
.include <bsd.port.mk>

View file

@ -1,2 +0,0 @@
SHA256 (pinta-1.5.tar.gz) = e8f902c3d196cd17a94e7c8c58e929d3cf03812444355efe5db79c129ee472a7
SIZE (pinta-1.5.tar.gz) = 1298484

View file

@ -1,4 +0,0 @@
Pinta is a drawing/editing program modeled after Paint.NET. Its goal is to
provide a simplified alternative to GIMP for casual users.
WWW: http://pinta-project.com/

View file

@ -1,73 +0,0 @@
bin/pinta
lib/pinta/Pinta.Core.dll
lib/pinta/Pinta.Effects.dll
lib/pinta/Pinta.Gui.Widgets.dll
lib/pinta/Pinta.Resources.dll
lib/pinta/Pinta.Tools.dll
lib/pinta/Pinta.exe
man/man1/pinta.1.gz
share/applications/pinta.desktop
share/icons/hicolor/16x16/apps/pinta.png
share/icons/hicolor/22x22/apps/pinta.png
share/icons/hicolor/24x24/apps/pinta.png
share/icons/hicolor/32x32/apps/pinta.png
share/icons/hicolor/96x96/apps/pinta.png
share/icons/hicolor/scalable/apps/pinta.svg
share/locale/af/LC_MESSAGES/pinta.mo
share/locale/ar/LC_MESSAGES/pinta.mo
share/locale/az/LC_MESSAGES/pinta.mo
share/locale/bg/LC_MESSAGES/pinta.mo
share/locale/br/LC_MESSAGES/pinta.mo
share/locale/bs/LC_MESSAGES/pinta.mo
share/locale/ca/LC_MESSAGES/pinta.mo
share/locale/cs/LC_MESSAGES/pinta.mo
share/locale/da/LC_MESSAGES/pinta.mo
share/locale/de/LC_MESSAGES/pinta.mo
share/locale/el/LC_MESSAGES/pinta.mo
share/locale/en_AU/LC_MESSAGES/pinta.mo
share/locale/en_CA/LC_MESSAGES/pinta.mo
share/locale/en_GB/LC_MESSAGES/pinta.mo
share/locale/es/LC_MESSAGES/pinta.mo
share/locale/et/LC_MESSAGES/pinta.mo
share/locale/eu/LC_MESSAGES/pinta.mo
share/locale/fi/LC_MESSAGES/pinta.mo
share/locale/fil/LC_MESSAGES/pinta.mo
share/locale/fo/LC_MESSAGES/pinta.mo
share/locale/fr/LC_MESSAGES/pinta.mo
share/locale/ga/LC_MESSAGES/pinta.mo
share/locale/gl/LC_MESSAGES/pinta.mo
share/locale/he/LC_MESSAGES/pinta.mo
share/locale/hi/LC_MESSAGES/pinta.mo
share/locale/hr/LC_MESSAGES/pinta.mo
share/locale/hu/LC_MESSAGES/pinta.mo
share/locale/hy/LC_MESSAGES/pinta.mo
share/locale/id/LC_MESSAGES/pinta.mo
share/locale/it/LC_MESSAGES/pinta.mo
share/locale/ja/LC_MESSAGES/pinta.mo
share/locale/ka/LC_MESSAGES/pinta.mo
share/locale/ko/LC_MESSAGES/pinta.mo
share/locale/la/LC_MESSAGES/pinta.mo
share/locale/lt/LC_MESSAGES/pinta.mo
share/locale/lv/LC_MESSAGES/pinta.mo
share/locale/ms/LC_MESSAGES/pinta.mo
share/locale/nb/LC_MESSAGES/pinta.mo
share/locale/nl/LC_MESSAGES/pinta.mo
share/locale/nn/LC_MESSAGES/pinta.mo
share/locale/oc/LC_MESSAGES/pinta.mo
share/locale/pl/LC_MESSAGES/pinta.mo
share/locale/pt/LC_MESSAGES/pinta.mo
share/locale/pt_BR/LC_MESSAGES/pinta.mo
share/locale/ro/LC_MESSAGES/pinta.mo
share/locale/ru/LC_MESSAGES/pinta.mo
share/locale/sk/LC_MESSAGES/pinta.mo
share/locale/sl/LC_MESSAGES/pinta.mo
share/locale/sq/LC_MESSAGES/pinta.mo
share/locale/sr/LC_MESSAGES/pinta.mo
share/locale/sv/LC_MESSAGES/pinta.mo
share/locale/th/LC_MESSAGES/pinta.mo
share/locale/tr/LC_MESSAGES/pinta.mo
share/locale/uk/LC_MESSAGES/pinta.mo
share/locale/vi/LC_MESSAGES/pinta.mo
share/locale/zh_CN/LC_MESSAGES/pinta.mo
share/locale/zh_TW/LC_MESSAGES/pinta.mo
share/pixmaps/pinta.xpm

View file

@ -27,7 +27,6 @@
SUBDIR += c
SUBDIR += ccl
SUBDIR += cdent
SUBDIR += cduce
SUBDIR += ceylon
SUBDIR += cfortran
SUBDIR += chibi-scheme

View file

@ -1,61 +0,0 @@
# Created by: Marwan Burelle <marwan.burelle@lri.fr>
# $FreeBSD$
PORTNAME= cduce
PORTVERSION= 0.6.0
PORTREVISION= 1
CATEGORIES= lang
MASTER_SITES= http://www.cduce.org/download/ \
ftp://ftp.stack.nl/pub/users/johans/cduce/
MAINTAINER= johans@FreeBSD.org
COMMENT= Efficient XML centric functional programming language
BROKEN= Fails to build
DEPRECATED= Broken for more than 6 months
EXPIRATION_DATE= 2015-12-30
LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre
BUILD_DEPENDS= ${SITELIBDIR}/ulex/ulexing.a:${PORTSDIR}/devel/ocaml-ulex \
${SITELIBDIR}/pcre/pcre.a:${PORTSDIR}/devel/ocaml-pcre \
${SITELIBDIR}/netstring/netstring.a:${PORTSDIR}/www/ocaml-net
USE_OCAML= true
USE_OCAML_FINDLIB= true
USE_OCAML_LDCONFIG= true
OPTIONS_DEFINE= OCURL MLIFACE DOCS
OPTIONS_DEFAULT= MLIFACE PXP
OPTIONS_SINGLE= XML
OPTIONS_SINGLE_XML= EXPAT PXP
OPTIONS_SUB= yes
OCURL_DESC= Enable url support via ftp/ocaml-ocurl
OCURL_BUILD_DEPENDS= ${SITELIBDIR}/curl/curl.cmi:${PORTSDIR}/ftp/ocaml-ocurl
OCURL_CONFIGURE_WITH= curl
EXPAT_DESC= Enable support for the Expat XML parser
EXPAT_CONFIGURE_WITH= expat
EXPAT_BUILD_DEPENDS= ${SITELIBDIR}/expat/expat.cmi:${PORTSDIR}/textproc/ocaml-expat
PXP_DESC= Enable support for the PXP XML parser
PXP_CONFIGURE_WITH= pxp
PXP_BUILD_DEPENDS= ${SITELIBDIR}/pxp-engine/pxp_engine.cma:${PORTSDIR}/textproc/ocaml-pxp
MLIFACE_DESC= Enable building OCaml/CDuce interface
MLIFACE_BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/lang/ocaml:patch
MLIFACE_CONFIGURE_ON= --mliface=`cd ${PORTSDIR}/lang/ocaml; ${MAKE} -V WRKSRC`
USES= gmake
ALL_TARGET= all doc
INSTALL_TARGET= install_bin install_lib install_doc
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${PREFIX} --with-ocamlopt --without-cgi --without-netclient --with-curl --without-pxp_wlex --docdir=${DOCSDIR}
SITELIBDIR= ${LOCALBASE}/${OCAML_SITELIBDIR}
MAKE_JOBS_UNSAFE=yes
post-patch:
${REINPLACE_CMD} 's/-linkpkg/& -thread/' \
${WRKSRC}/Makefile.distrib ${WRKSRC}/configure.ml
post-install:
${INSTALL_MAN} ${WRKSRC}/doc/*.1 ${STAGEDIR}${MANPREFIX}/man/man1/
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/cduce
.include <bsd.port.mk>

View file

@ -1,2 +0,0 @@
SHA256 (cduce-0.6.0.tar.gz) = 28291cceaa219782f0f4cd4c9634a25bc4238e09bdb0e193b8b207ed7eb650bc
SIZE (cduce-0.6.0.tar.gz) = 815440

View file

@ -1,32 +0,0 @@
--- Makefile.distrib.orig 2014-04-21 14:44:45.000000000 +0200
+++ Makefile.distrib 2014-04-21 14:45:32.000000000 +0200
@@ -106,8 +106,8 @@ install: all install_bin install_lib ins
install_bin:
@echo "Install binaries"
- $(HIDE)mkdir -p $(BINDIR)
- $(HIDE)$(INSTALL) -m755 $(INSTALL_BINARIES) $(BINDIR)/
+ $(HIDE)mkdir -p $(DESTDIR)$(BINDIR)
+ $(HIDE)$(INSTALL) -m755 $(INSTALL_BINARIES) $(DESTDIR)$(BINDIR)/
install_lib:
@@ -339,12 +339,12 @@ web/xhtml.cdo: cduce web/xhtml.cd
./cduce -I web/ --compile web/xhtml.cd
install_doc: doc
- $(HIDE)mkdir -p $(MANDIR)/man1
- $(HIDE)(cd doc; $(MAKE) install INSTALL="$(INSTALL)" MANDIR=$(MANDIR) HIDE=$(HIDE))
- mkdir -p $(DOCDIR)/img
- cp web/doc/*.html $(DOCDIR)/
- cp CHANGES INSTALL INSTALL.WIN32 README AUTHORS LICENSE $(DOCDIR)/
- cp web/img/left.gif web/img/right.gif $(DOCDIR)/img
+ $(HIDE)mkdir -p $(DESTDIR)$(MANDIR)/man1
+ $(HIDE)(cd doc; $(MAKE) install INSTALL="$(INSTALL)" MANDIR=$(DESTDIR)$(MANDIR) HIDE=$(HIDE))
+ mkdir -p $(DESTDIR)$(DOCDIR)/img
+ cp web/doc/*.html $(DESTDIR)$(DOCDIR)/
+ cp CHANGES INSTALL INSTALL.WIN32 README AUTHORS LICENSE $(DESTDIR)$(DOCDIR)/
+ cp web/img/left.gif web/img/right.gif $(DESTDIR)$(DOCDIR)/img
### Pack OCaml modules for the CDuce/OCaml interface

View file

@ -1,14 +0,0 @@
CDuce is modern programming language, adapted to the manipulation of
XML documents. With a syntax inspired from ML, it comes with many
interesting features such as higher order, overloaded functions and
powerful regular expressions patterns. It also provides an embeded XML
query language, using the traditional SELECT FROM WHERE form.
This project is a spin-off of a research effort split amongst two CNRS
labs (the Languages group of ENS in Paris and the Databases group of
LRI in Orsay), and one INRIA project (the Cristal project). Please see
the CDuce team page for a list of researchers contributing to this
research effort. Some technical papers present the theoretical
foundations of the language.
WWW: http://www.cduce.org

View file

@ -1,9 +0,0 @@
#!/bin/sh
if [ "$2" = "POST-INSTALL" ]; then
echo "${PKG_PREFIX}/lib/ocaml/site-lib/cduce" >> ${PKG_PREFIX}/lib/ocaml/ld.conf
elif [ "$2" = "DEINSTALL" ]; then
mv ${PKG_PREFIX}/lib/ocaml/ld.conf ${PKG_PREFIX}/lib/ocaml/ld.conf.tmp
grep -v cduce ${PKG_PREFIX}/lib/ocaml/ld.conf.tmp > ${PKG_PREFIX}/lib/ocaml/ld.conf
rm -f ${PKG_PREFIX}/lib/ocaml/ld.conf.tmp
fi

View file

@ -1,39 +0,0 @@
bin/cduce
%%MLIFACE%%bin/cduce_mktop
%%OCAML_SITELIBDIR%%/cduce/META
%%OCAML_SITELIBDIR%%/cduce/cduce_lib.a
%%OCAML_SITELIBDIR%%/cduce/cduce_lib.cma
%%OCAML_SITELIBDIR%%/cduce/cduce_lib.cmi
%%OCAML_SITELIBDIR%%/cduce/cduce_lib.cmxa
man/man1/cduce.1.gz
man/man1/cduce_mktop.1.gz
man/man1/dtd2cduce.1.gz
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
%%PORTDOCS%%%%DOCSDIR%%/CHANGES
%%PORTDOCS%%%%DOCSDIR%%/INSTALL
%%PORTDOCS%%%%DOCSDIR%%/INSTALL.WIN32
%%PORTDOCS%%%%DOCSDIR%%/LICENSE
%%PORTDOCS%%%%DOCSDIR%%/README
%%PORTDOCS%%%%DOCSDIR%%/img/left.gif
%%PORTDOCS%%%%DOCSDIR%%/img/right.gif
%%PORTDOCS%%%%DOCSDIR%%/index.html
%%PORTDOCS%%%%DOCSDIR%%/manual.html
%%PORTDOCS%%%%DOCSDIR%%/manual_expressions.html
%%PORTDOCS%%%%DOCSDIR%%/manual_interfacewithocaml.html
%%PORTDOCS%%%%DOCSDIR%%/manual_interpreter.html
%%PORTDOCS%%%%DOCSDIR%%/manual_schema.html
%%PORTDOCS%%%%DOCSDIR%%/manual_schema_samples.html
%%PORTDOCS%%%%DOCSDIR%%/manual_types_patterns.html
%%PORTDOCS%%%%DOCSDIR%%/memento.html
%%PORTDOCS%%%%DOCSDIR%%/namespaces.html
%%PORTDOCS%%%%DOCSDIR%%/sitemap.html
%%PORTDOCS%%%%DOCSDIR%%/tutorial.html
%%PORTDOCS%%%%DOCSDIR%%/tutorial_errors.html
%%PORTDOCS%%%%DOCSDIR%%/tutorial_exercises.html
%%PORTDOCS%%%%DOCSDIR%%/tutorial_first_functions.html
%%PORTDOCS%%%%DOCSDIR%%/tutorial_getting_started.html
%%PORTDOCS%%%%DOCSDIR%%/tutorial_higherorder.html
%%PORTDOCS%%%%DOCSDIR%%/tutorial_overloading.html
%%PORTDOCS%%%%DOCSDIR%%/tutorial_patterns.html
%%PORTDOCS%%%%DOCSDIR%%/tutorial_queries.html
%%PORTDOCS%%%%DOCSDIR%%/tutorial_references.html

View file

@ -453,7 +453,6 @@
SUBDIR += p5-Math-Geometry
SUBDIR += p5-Math-Geometry-Planar
SUBDIR += p5-Math-Geometry-Planar-GPC
SUBDIR += p5-Math-Geometry-Planar-GPC-Polygon
SUBDIR += p5-Math-Geometry-Planar-GPC-PolygonXS
SUBDIR += p5-Math-Geometry-Planar-Offset
SUBDIR += p5-Math-Geometry-Voronoi

View file

@ -1,31 +0,0 @@
# Created by: Dmitry Marakasov <amdmi3@FreeBSD.org>
# $FreeBSD$
PORTNAME= Math-Geometry-Planar-GPC-Polygon
PORTVERSION= 0.05
PORTREVISION= 4
CATEGORIES= math perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= OO wrapper to gpc library
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-Inline>=0:${PORTSDIR}/devel/p5-Inline \
p5-Inline-C>=0:${PORTSDIR}/devel/p5-Inline-C
RUN_DEPENDS:= ${BUILD_DEPENDS}
BROKEN= module is not usable: "The extension 'Math::Geometry::Planar::GPC::Polygon'\
is not properly installed in path: 'blib/arch'". You may try\
math/Math-Geometry-Planar-GPC-PolygonXS instead
DEPRECATED= Broken for more than 6 months
EXPIRATION_DATE= 2015-12-30
USES= perl5
USE_PERL5= configure
MAKE_JOBS_UNSAFE= yes
.include <bsd.port.mk>

View file

@ -1,2 +0,0 @@
SHA256 (Math-Geometry-Planar-GPC-Polygon-0.05.tar.gz) = 2f9d96a9bc4ef2101442bc12152f7f7ca8c062f67091ddeca6fee82d65b3d390
SIZE (Math-Geometry-Planar-GPC-Polygon-0.05.tar.gz) = 19338

View file

@ -1,3 +0,0 @@
Math::Geometry::Planar::GPC::Polygon - OO wrapper to gpc library
WWW: http://search.cpan.org/dist/Math-Geometry-Planar-GPC-Polygon/

View file

@ -1,5 +0,0 @@
%%SITE_PERL%%/Math/Geometry/Planar/GPC/Polygon.pm
%%SITE_PERL%%/Math/Geometry/Planar/GPC/Polygon/functions.c
%%SITE_PERL%%/Math/Geometry/Planar/GPC/Polygon/include/gpc.c
%%SITE_PERL%%/Math/Geometry/Planar/GPC/Polygon/include/gpc.h
%%PERL5_MAN3%%/Math::Geometry::Planar::GPC::Polygon.3.gz

View file

@ -60,7 +60,6 @@
SUBDIR += h5utils
SUBDIR += harminv
SUBDIR += hdf
SUBDIR += hdf-java
SUBDIR += hdf5
SUBDIR += hs-bio
SUBDIR += isaac-cfd

View file

@ -1,91 +0,0 @@
# Created by: rfarmer@predatorlabs.net
# $FreeBSD$
PORTNAME= hdf-java
PORTVERSION= 2.10
PORTREVISION= 3
CATEGORIES= science java
MASTER_SITES= http://www.hdfgroup.org/ftp/HDF5/releases/HDF-JAVA/hdf-java-${PORTVERSION}/src/
DISTNAME= ${PORTNAME}-${PORTVERSION}-source
MAINTAINER= ports@FreeBSD.org
COMMENT= Java interface to HDF5
BROKEN= Fails to configure, HDF5 library needs SZIP, SZIP not defined
DEPRECATED= Broken for more than 6 months
EXPIRATION_DATE= 2015-12-30
LIB_DEPENDS= libhdf5.so:${PORTSDIR}/science/hdf5
USE_JAVA= yes
JAVA_VERSION= 1.6 1.7
JAVA_BUILD= yes
JAVA_RUN= yes
USES= dos2unix gmake jpeg
DOS2UNIX_REGEX= .*/examples/.*Makefile.in
GNU_CONFIGURE= yes
GNU_CONFIGURE_PREFIX=${STAGEDIR}${PREFIX}
GNU_CONFIGURE_MANPREFIX=${STAGEDIR}${PREFIX}
CONFIGURE_ARGS= --with-jdk=${JAVA_HOME}/include,${JAVA_HOME}/jre/lib/ \
--with-hdf5=${LOCALBASE}/include \
--with-libz=/lib \
--with-libjpeg=${LOCALBASE} \
--without-hdf4 \
--without-h4toh5
USE_LDCONFIG= yes
OPTIONS_DEFINE= SZIP DOCS
SZIP_DESC= SZIP support (must match with science/hdf5)
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MSZIP}
CONFIGURE_ARGS+= --with-libsz=${LOCALBASE}/lib
.else
CONFIGURE_ARGS+= --without-libsz
.endif
.if ${PORT_OPTIONS:MDOCS}
ALL_TARGET= all javadocs
.endif
.include <bsd.port.pre.mk>
.if ${JAVA_PORT_VERSION} == "1.6.0"
PLIST_SUB+= JDK6=""
.else
PLIST_SUB+= JDK6="@comment "
.endif
post-patch:
@${REINPLACE_CMD} -e 's|"/libhdf.$$LLEXT"|"${LOCALBASE}/lib"|' \
-e 's|$$z_lib"/libz."$$LLEXT|"/lib/libz.so.*"|' \
-e 's|$$sz_lib"/libsz."$$LLEXT|"${LOCALBASE}/lib/libsz.so.*"|' \
-e 's|LLEXT="a"|LLEXT="so"|g' \
-e 's|COPT="-shared"|COPT="-fPIC"|g' ${WRKSRC}/configure
@${REINPLACE_CMD} -e 's|$$(JH45INSTALLDIR)/lib|${STAGEDIR}${JAVAJARDIR}|g' \
-e 's|INSTALL_LIB |${INSTALL_LIB} |' \
-e 's|cp |${INSTALL_DATA} |g' ${WRKSRC}/Makefile.in
@${REINPLACE_CMD} -e \
's|$$HDFJAVA"/lib/freebsd:"$$HDFJAVA"/lib/ext|${PREFIX}/lib"|' \
-e 's|$$HDFJAVA"/lib|${JAVAJARDIR}"|g' \
${WRKSRC}/bin/hdfview.sh.in
post-build:
@${REINPLACE_CMD} -e 's|${STAGEDIR}||' ${WRKSRC}/bin/hdfview.sh
post-install:
.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${STAGEDIR}${DOCSDIR}/UsersGuide
(cd ${WRKSRC}/docs/hdfview/ && ${COPYTREE_SHARE} "UsersGuide" \
${STAGEDIR}${DOCSDIR}/)
(cd ${WRKSRC}/docs/ && ${COPYTREE_SHARE} "javadocs" \
${STAGEDIR}${DOCSDIR}/)
.endif
regression-test: build
@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} check
.include <bsd.port.post.mk>

View file

@ -1,2 +0,0 @@
SHA256 (hdf-java-2.10-source.tar.gz) = 606b6da1b6b8655b6755681fc4716244bcf476aa6fe8aabe81a2d38cb5c1b5da
SIZE (hdf-java-2.10-source.tar.gz) = 41428524

View file

@ -1,74 +0,0 @@
--- Makefile.in.orig 2013-10-24 20:11:53.000000000 +0200
+++ Makefile.in 2014-03-30 23:19:44.000000000 +0200
@@ -286,16 +286,8 @@
uninstall: uninstall-jhdfview uninstall-jhdfobj uninstall-lib uninstall-jhi uninstall-jhi5
install-lib: natives
- -mkdir -p $(LIBDIR);
- -mkdir -p $(LIBDIR)/@JAVATARG@
@if test x'$(H5INC)' != x'' ; then \
- cp $(CLASS_DIR)/@JAVATARG@/libjhdf5.$(JSLEXT) $(LIBDIR)/@JAVATARG@ ; \
- cp $(H5INC)/../lib/*.settings $(LIBDIR)/@JAVATARG@ ; fi
- @if test x'$(H4INC)' != x'' ; then \
- cp $(CLASS_DIR)/@JAVATARG@/libjhdf.$(JSLEXT) $(LIBDIR)/@JAVATARG@ ; \
- cp $(H4INC)/../lib/*.settings $(LIBDIR)/@JAVATARG@ ; fi
- @if test x'$(H45INC)' != x'' ; then \
- cp $(CLASS_DIR)/@JAVATARG@/libjh4toh5.$(JSLEXT) $(LIBDIR)/@JAVATARG@ ; fi
+ INSTALL_LIB $(CLASS_DIR)/@JAVATARG@/libjhdf5.$(JSLEXT) $(LIBDIR)/ ; fi
@echo "Install Natives complete"
install-hdflib:
@@ -326,7 +318,6 @@
@if test x'$(H4INC)' != x'' ; then $(MAKE) do-install-jhdf ; fi
do-install-jhdf: jhdf-packages
- -mkdir -p $(LIBDIR);
$(JAR) cf $(JH45INSTALLDIR)/lib/jhdf.jar -C $(CLASS_DIR) $(JHICLASSES)
@echo "Install JHI complete"
@@ -334,42 +325,30 @@
@if test x'$(H5INC)' != x'' ; then $(MAKE) do-install-jhdf5 ; fi
do-install-jhdf5: jhdf5-packages
- -mkdir -p $(LIBDIR);
$(JAR) cf $(JH45INSTALLDIR)/lib/jhdf5.jar -C $(CLASS_DIR) $(JHI5CLASSES)
@echo "Install JHI5 complete"
install-jhdfobj: ncsa.hdf.object
- -mkdir -p $(LIBDIR);
$(JAR) cf $(JH45INSTALLDIR)/lib/jhdfobj.jar -C $(CLASS_DIR) $(HDFOBJCLASSES)
@if test x'$(H4INC)' != x'' ; then $(MAKE) do-install-jhdf4obj ; fi
@if test x'$(H5INC)' != x'' ; then $(MAKE) do-install-jhdf5obj ; fi
@echo "Install HDFOBJ complete"
do-install-jhdf4obj: ncsa.hdf.object.h4
- -mkdir -p $(LIBDIR);
$(JAR) cf $(JH45INSTALLDIR)/lib/jhdf4obj.jar -C $(CLASS_DIR) $(H4OBJCLASSES)
@echo "Install JHDF4 complete"
do-install-jhdf5obj: ncsa.hdf.object.h5
- -mkdir -p $(LIBDIR);
$(JAR) cf $(JH45INSTALLDIR)/lib/jhdf5obj.jar -C $(CLASS_DIR) $(H5OBJCLASSES)
@echo "Install JHDF4 complete"
install-jhdfview: ncsa.hdf.view
- -mkdir -p $(LIBDIR);
$(JAR) cf $(JH45INSTALLDIR)/lib/jhdfview.jar -C $(CLASS_DIR) $(HDFVIEWCLASSES) $(HDFVIEWICONS)
- -mkdir -p $(LIBDIR)/ext
+ -mkdir -p $(JH45INSTALLDIR)/lib/ext
$(JAR) cf $(JH45INSTALLDIR)/lib/ext/nc2obj.jar -C $(CLASS_DIR) $(NC2OBJCLASSES)
$(JAR) cf $(JH45INSTALLDIR)/lib/ext/fitsobj.jar -C $(CLASS_DIR) $(FITSOBJCLASSES)
- $(RM) -rf $(UGDIR);
- -mkdir -p $(UGDIR);
- cp -R docs/hdfview/UsersGuide/* $(UGDIR);
- $(RM) -rf $(UGDIR)/.svn
- $(RM) -rf $(UGDIR)/images/.svn
- -mkdir -p $(BINDIR);
- cp lib/netcdf.jar $(LIBDIR)
- cp lib/fits.jar $(LIBDIR)
- cp lib/junit.jar $(LIBDIR)
+ cp lib/netcdf.jar $(JH45INSTALLDIR)/lib
+ cp lib/fits.jar $(JH45INSTALLDIR)/lib
cp lib/slf4j-api-1.7.5.jar $(LIBDIR)
cp lib/ext/slf4j-nop-1.7.5.jar $(LIBDIR)
cp bin/hdfview.sh $(BINDIR)

View file

@ -1,27 +0,0 @@
--- configure.orig 2012-05-15 15:51:26.000000000 +0200
+++ configure 2014-03-30 22:57:58.000000000 +0200
@@ -4620,13 +4620,6 @@
if test -z "$JH45INST" ; then
JH45INST=$ac_cv_lib_JH45INST;
fi
- if test \( ! -d "$JH45INST" \); then
- JH45INST_FOUND=0
- fi
- if test \( ! -w "$JH45INST" \); then
- as_fn_error $? " $JH45INST : not writable " "$LINENO" 5
- JH45INST_FOUND=0
- fi
fi
until test $JH45INST_FOUND -eq 1; do
echo "Please type the directory in which to install the JH45"
@@ -4635,10 +4628,6 @@
if test \( ! -d "$JH45INST" \); then
JH45INST_FOUND=0
fi
- if test \( ! -w "$JH45INST" \); then
- as_fn_error $? " $JH45INST : not writable " "$LINENO" 5
- JH45INST_FOUND=0
- fi
done
ac_cv_lib_JH45INST=$JH45INST

View file

@ -1,5 +0,0 @@
The HDF Java Products include a visual tool for browsing and editing HDF
files, a Java package providing an object-oriented interface to HDF data
objects, and Java Native Interfaces to the standard HDF libraries.
WWW: http://www.hdfgroup.org/hdf-java-html/index.html

View file

@ -1,388 +0,0 @@
bin/hdfview.sh
%%PORTDOCS%%%%DOCSDIR%%/UsersGuide/RELEASE.txt
%%PORTDOCS%%%%DOCSDIR%%/UsersGuide/images/Thumbs.db
%%PORTDOCS%%%%DOCSDIR%%/UsersGuide/images/bitmask_and.png
%%PORTDOCS%%%%DOCSDIR%%/UsersGuide/images/bitmask_extract.png
%%PORTDOCS%%%%DOCSDIR%%/UsersGuide/images/bitmask_options.png
%%PORTDOCS%%%%DOCSDIR%%/UsersGuide/images/change_target.png
%%PORTDOCS%%%%DOCSDIR%%/UsersGuide/images/chart_histogram.gif
%%PORTDOCS%%%%DOCSDIR%%/UsersGuide/images/chart_line.gif
%%PORTDOCS%%%%DOCSDIR%%/UsersGuide/images/class_diagram_object.jpg
%%PORTDOCS%%%%DOCSDIR%%/UsersGuide/images/data_pointed_by_ref.png
%%PORTDOCS%%%%DOCSDIR%%/UsersGuide/images/dataset_2d.gif
%%PORTDOCS%%%%DOCSDIR%%/UsersGuide/images/dataset_3d.gif
%%PORTDOCS%%%%DOCSDIR%%/UsersGuide/images/dataset_compound.gif
%%PORTDOCS%%%%DOCSDIR%%/UsersGuide/images/dataset_compound_2d.gif
%%PORTDOCS%%%%DOCSDIR%%/UsersGuide/images/dataset_object_references.png
%%PORTDOCS%%%%DOCSDIR%%/UsersGuide/images/dataset_open_as.gif
%%PORTDOCS%%%%DOCSDIR%%/UsersGuide/images/dataset_region_ref.png
%%PORTDOCS%%%%DOCSDIR%%/UsersGuide/images/dataset_reorder.gif
%%PORTDOCS%%%%DOCSDIR%%/UsersGuide/images/dataset_subset.png
%%PORTDOCS%%%%DOCSDIR%%/UsersGuide/images/dataset_subset_compound.gif
%%PORTDOCS%%%%DOCSDIR%%/UsersGuide/images/dataset_subset_example1.gif
%%PORTDOCS%%%%DOCSDIR%%/UsersGuide/images/dataset_subset_example2.gif
%%PORTDOCS%%%%DOCSDIR%%/UsersGuide/images/dataset_subset_example3.gif
%%PORTDOCS%%%%DOCSDIR%%/UsersGuide/images/dataset_subset_nested.gif
%%PORTDOCS%%%%DOCSDIR%%/UsersGuide/images/dataset_text.gif
%%PORTDOCS%%%%DOCSDIR%%/UsersGuide/images/dataset_transpose.gif
%%PORTDOCS%%%%DOCSDIR%%/UsersGuide/images/design_components.gif
%%PORTDOCS%%%%DOCSDIR%%/UsersGuide/images/file_manager.gif
%%PORTDOCS%%%%DOCSDIR%%/UsersGuide/images/hdf-obj.jpg
%%PORTDOCS%%%%DOCSDIR%%/UsersGuide/images/hdfview.gif
%%PORTDOCS%%%%DOCSDIR%%/UsersGuide/images/icon_chart.gif
%%PORTDOCS%%%%DOCSDIR%%/UsersGuide/images/icon_dataset.gif
%%PORTDOCS%%%%DOCSDIR%%/UsersGuide/images/icon_folderclose.gif
%%PORTDOCS%%%%DOCSDIR%%/UsersGuide/images/icon_folderopen.gif
%%PORTDOCS%%%%DOCSDIR%%/UsersGuide/images/icon_hdf4.gif
%%PORTDOCS%%%%DOCSDIR%%/UsersGuide/images/icon_hdf5.gif
%%PORTDOCS%%%%DOCSDIR%%/UsersGuide/images/icon_image.gif
%%PORTDOCS%%%%DOCSDIR%%/UsersGuide/images/icon_table.gif
%%PORTDOCS%%%%DOCSDIR%%/UsersGuide/images/image_contour.gif
%%PORTDOCS%%%%DOCSDIR%%/UsersGuide/images/image_indexed_mapping.gif
%%PORTDOCS%%%%DOCSDIR%%/UsersGuide/images/image_palette.gif
%%PORTDOCS%%%%DOCSDIR%%/UsersGuide/images/image_palette_modify.gif
%%PORTDOCS%%%%DOCSDIR%%/UsersGuide/images/image_true_color.gif
%%PORTDOCS%%%%DOCSDIR%%/UsersGuide/images/menu_file.gif
%%PORTDOCS%%%%DOCSDIR%%/UsersGuide/images/menu_help.gif
%%PORTDOCS%%%%DOCSDIR%%/UsersGuide/images/menu_image.gif
%%PORTDOCS%%%%DOCSDIR%%/UsersGuide/images/menu_option.gif
%%PORTDOCS%%%%DOCSDIR%%/UsersGuide/images/menu_option_addfileformat.gif
%%PORTDOCS%%%%DOCSDIR%%/UsersGuide/images/menu_popup.gif
%%PORTDOCS%%%%DOCSDIR%%/UsersGuide/images/menu_window.gif
%%PORTDOCS%%%%DOCSDIR%%/UsersGuide/images/module_add_fileformat.gif
%%PORTDOCS%%%%DOCSDIR%%/UsersGuide/images/module_defaults.gif
%%PORTDOCS%%%%DOCSDIR%%/UsersGuide/images/module_select_imageview.gif
%%PORTDOCS%%%%DOCSDIR%%/UsersGuide/images/module_select_tableview.gif
%%PORTDOCS%%%%DOCSDIR%%/UsersGuide/images/new_attribute.gif
%%PORTDOCS%%%%DOCSDIR%%/UsersGuide/images/new_dataset.gif
%%PORTDOCS%%%%DOCSDIR%%/UsersGuide/images/new_file.gif
%%PORTDOCS%%%%DOCSDIR%%/UsersGuide/images/new_group.png
%%PORTDOCS%%%%DOCSDIR%%/UsersGuide/images/new_group_options.png
%%PORTDOCS%%%%DOCSDIR%%/UsersGuide/images/new_image.gif
%%PORTDOCS%%%%DOCSDIR%%/UsersGuide/images/new_link.png
%%PORTDOCS%%%%DOCSDIR%%/UsersGuide/images/property_attribute.gif
%%PORTDOCS%%%%DOCSDIR%%/UsersGuide/images/property_general_dataset.gif
%%PORTDOCS%%%%DOCSDIR%%/UsersGuide/images/property_general_group.gif
%%PORTDOCS%%%%DOCSDIR%%/UsersGuide/images/property_userblock.gif
%%PORTDOCS%%%%DOCSDIR%%/UsersGuide/images/question.png
%%PORTDOCS%%%%DOCSDIR%%/UsersGuide/images/save_as_binary.png
%%PORTDOCS%%%%DOCSDIR%%/UsersGuide/images/save_as_text.gif
%%PORTDOCS%%%%DOCSDIR%%/UsersGuide/images/set_libversionbounds.png
%%PORTDOCS%%%%DOCSDIR%%/UsersGuide/images/tree_view.gif
%%PORTDOCS%%%%DOCSDIR%%/UsersGuide/index.html
%%PORTDOCS%%%%DOCSDIR%%/UsersGuide/ug01introduction.html
%%PORTDOCS%%%%DOCSDIR%%/UsersGuide/ug02start.html
%%PORTDOCS%%%%DOCSDIR%%/UsersGuide/ug03objects.html
%%PORTDOCS%%%%DOCSDIR%%/UsersGuide/ug04treeview.html
%%PORTDOCS%%%%DOCSDIR%%/UsersGuide/ug05spreadsheet.html
%%PORTDOCS%%%%DOCSDIR%%/UsersGuide/ug06imageview.html
%%PORTDOCS%%%%DOCSDIR%%/UsersGuide/ug07textview.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/allclasses-frame.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/allclasses-noframe.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/constant-values.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/deprecated-list.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/help-doc.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/index-all.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/index.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/hdf5lib/H5.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/hdf5lib/HDF5Constants.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/hdf5lib/HDF5GroupInfo.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/hdf5lib/HDFArray.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/hdf5lib/HDFNativeData.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/hdf5lib/callbacks/Callbacks.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/hdf5lib/callbacks/H5D_iterate_cb.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/hdf5lib/callbacks/H5D_iterate_t.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/hdf5lib/callbacks/H5L_iterate_cb.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/hdf5lib/callbacks/H5L_iterate_t.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/hdf5lib/callbacks/H5O_iterate_cb.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/hdf5lib/callbacks/H5O_iterate_t.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/hdf5lib/callbacks/class-use/Callbacks.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/hdf5lib/callbacks/class-use/H5D_iterate_cb.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/hdf5lib/callbacks/class-use/H5D_iterate_t.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/hdf5lib/callbacks/class-use/H5L_iterate_cb.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/hdf5lib/callbacks/class-use/H5L_iterate_t.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/hdf5lib/callbacks/class-use/H5O_iterate_cb.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/hdf5lib/callbacks/class-use/H5O_iterate_t.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/hdf5lib/callbacks/package-frame.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/hdf5lib/callbacks/package-summary.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/hdf5lib/callbacks/package-tree.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/hdf5lib/callbacks/package-use.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/hdf5lib/class-use/H5.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/hdf5lib/class-use/HDF5Constants.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/hdf5lib/class-use/HDF5GroupInfo.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/hdf5lib/class-use/HDFArray.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/hdf5lib/class-use/HDFNativeData.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/hdf5lib/exceptions/HDF5AtomException.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/hdf5lib/exceptions/HDF5AttributeException.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/hdf5lib/exceptions/HDF5BtreeException.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/hdf5lib/exceptions/HDF5DataFiltersException.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/hdf5lib/exceptions/HDF5DataStorageException.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/hdf5lib/exceptions/HDF5DatasetInterfaceException.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/hdf5lib/exceptions/HDF5DataspaceInterfaceException.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/hdf5lib/exceptions/HDF5DatatypeInterfaceException.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/hdf5lib/exceptions/HDF5Exception.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/hdf5lib/exceptions/HDF5ExternalFileListException.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/hdf5lib/exceptions/HDF5FileInterfaceException.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/hdf5lib/exceptions/HDF5FunctionArgumentException.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/hdf5lib/exceptions/HDF5FunctionEntryExitException.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/hdf5lib/exceptions/HDF5HeapException.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/hdf5lib/exceptions/HDF5InternalErrorException.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/hdf5lib/exceptions/HDF5JavaException.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/hdf5lib/exceptions/HDF5LibraryException.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/hdf5lib/exceptions/HDF5LowLevelIOException.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/hdf5lib/exceptions/HDF5MetaDataCacheException.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/hdf5lib/exceptions/HDF5ObjectHeaderException.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/hdf5lib/exceptions/HDF5PropertyListInterfaceException.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/hdf5lib/exceptions/HDF5ReferenceException.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/hdf5lib/exceptions/HDF5ResourceUnavailableException.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/hdf5lib/exceptions/HDF5SymbolTableException.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/hdf5lib/exceptions/class-use/HDF5AtomException.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/hdf5lib/exceptions/class-use/HDF5AttributeException.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/hdf5lib/exceptions/class-use/HDF5BtreeException.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/hdf5lib/exceptions/class-use/HDF5DataFiltersException.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/hdf5lib/exceptions/class-use/HDF5DataStorageException.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/hdf5lib/exceptions/class-use/HDF5DatasetInterfaceException.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/hdf5lib/exceptions/class-use/HDF5DataspaceInterfaceException.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/hdf5lib/exceptions/class-use/HDF5DatatypeInterfaceException.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/hdf5lib/exceptions/class-use/HDF5Exception.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/hdf5lib/exceptions/class-use/HDF5ExternalFileListException.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/hdf5lib/exceptions/class-use/HDF5FileInterfaceException.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/hdf5lib/exceptions/class-use/HDF5FunctionArgumentException.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/hdf5lib/exceptions/class-use/HDF5FunctionEntryExitException.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/hdf5lib/exceptions/class-use/HDF5HeapException.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/hdf5lib/exceptions/class-use/HDF5InternalErrorException.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/hdf5lib/exceptions/class-use/HDF5JavaException.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/hdf5lib/exceptions/class-use/HDF5LibraryException.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/hdf5lib/exceptions/class-use/HDF5LowLevelIOException.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/hdf5lib/exceptions/class-use/HDF5MetaDataCacheException.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/hdf5lib/exceptions/class-use/HDF5ObjectHeaderException.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/hdf5lib/exceptions/class-use/HDF5PropertyListInterfaceException.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/hdf5lib/exceptions/class-use/HDF5ReferenceException.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/hdf5lib/exceptions/class-use/HDF5ResourceUnavailableException.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/hdf5lib/exceptions/class-use/HDF5SymbolTableException.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/hdf5lib/exceptions/package-frame.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/hdf5lib/exceptions/package-summary.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/hdf5lib/exceptions/package-tree.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/hdf5lib/exceptions/package-use.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/hdf5lib/package-frame.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/hdf5lib/package-summary.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/hdf5lib/package-tree.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/hdf5lib/package-use.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/hdf5lib/structs/H5AC_cache_config_t.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/hdf5lib/structs/H5A_info_t.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/hdf5lib/structs/H5G_info_t.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/hdf5lib/structs/H5L_info_t.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/hdf5lib/structs/H5O_hdr_info_t.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/hdf5lib/structs/H5O_info_t.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/hdf5lib/structs/H5_ih_info_t.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/hdf5lib/structs/class-use/H5AC_cache_config_t.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/hdf5lib/structs/class-use/H5A_info_t.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/hdf5lib/structs/class-use/H5G_info_t.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/hdf5lib/structs/class-use/H5L_info_t.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/hdf5lib/structs/class-use/H5O_hdr_info_t.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/hdf5lib/structs/class-use/H5O_info_t.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/hdf5lib/structs/class-use/H5_ih_info_t.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/hdf5lib/structs/package-frame.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/hdf5lib/structs/package-summary.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/hdf5lib/structs/package-tree.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/hdf5lib/structs/package-use.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/hdflib/HDFArray.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/hdflib/HDFChunkInfo.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/hdflib/HDFCompInfo.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/hdflib/HDFConstants.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/hdflib/HDFDeflateCompInfo.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/hdflib/HDFDeprecated.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/hdflib/HDFException.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/hdflib/HDFIMCOMPCompInfo.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/hdflib/HDFJPEGCompInfo.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/hdflib/HDFJavaException.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/hdflib/HDFLibrary.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/hdflib/HDFLibraryException.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/hdflib/HDFNBITChunkInfo.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/hdflib/HDFNBITCompInfo.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/hdflib/HDFNativeData.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/hdflib/HDFNewCompInfo.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/hdflib/HDFNotImplementedException.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/hdflib/HDFOldCompInfo.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/hdflib/HDFOldRLECompInfo.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/hdflib/HDFRLECompInfo.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/hdflib/HDFSKPHUFFCompInfo.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/hdflib/HDFSZIPCompInfo.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/hdflib/HDFTable.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/hdflib/class-use/HDFArray.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/hdflib/class-use/HDFChunkInfo.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/hdflib/class-use/HDFCompInfo.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/hdflib/class-use/HDFConstants.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/hdflib/class-use/HDFDeflateCompInfo.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/hdflib/class-use/HDFDeprecated.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/hdflib/class-use/HDFException.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/hdflib/class-use/HDFIMCOMPCompInfo.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/hdflib/class-use/HDFJPEGCompInfo.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/hdflib/class-use/HDFJavaException.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/hdflib/class-use/HDFLibrary.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/hdflib/class-use/HDFLibraryException.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/hdflib/class-use/HDFNBITChunkInfo.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/hdflib/class-use/HDFNBITCompInfo.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/hdflib/class-use/HDFNativeData.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/hdflib/class-use/HDFNewCompInfo.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/hdflib/class-use/HDFNotImplementedException.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/hdflib/class-use/HDFOldCompInfo.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/hdflib/class-use/HDFOldRLECompInfo.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/hdflib/class-use/HDFRLECompInfo.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/hdflib/class-use/HDFSKPHUFFCompInfo.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/hdflib/class-use/HDFSZIPCompInfo.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/hdflib/class-use/HDFTable.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/hdflib/package-frame.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/hdflib/package-summary.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/hdflib/package-tree.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/hdflib/package-use.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/object/Attribute.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/object/CompoundDS.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/object/DataFormat.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/object/Dataset.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/object/Datatype.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/object/FileFormat.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/object/Group.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/object/HObject.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/object/Metadata.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/object/ScalarDS.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/object/class-use/Attribute.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/object/class-use/CompoundDS.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/object/class-use/DataFormat.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/object/class-use/Dataset.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/object/class-use/Datatype.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/object/class-use/FileFormat.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/object/class-use/Group.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/object/class-use/HObject.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/object/class-use/Metadata.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/object/class-use/ScalarDS.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/object/h4/H4Datatype.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/object/h4/H4File.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/object/h4/H4GRImage.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/object/h4/H4Group.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/object/h4/H4SDS.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/object/h4/H4Vdata.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/object/h4/class-use/H4Datatype.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/object/h4/class-use/H4File.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/object/h4/class-use/H4GRImage.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/object/h4/class-use/H4Group.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/object/h4/class-use/H4SDS.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/object/h4/class-use/H4Vdata.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/object/h4/package-frame.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/object/h4/package-summary.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/object/h4/package-tree.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/object/h4/package-use.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/object/h5/H5CompoundDS.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/object/h5/H5Datatype.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/object/h5/H5File.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/object/h5/H5Group.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/object/h5/H5Link.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/object/h5/H5ScalarDS.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/object/h5/class-use/H5CompoundDS.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/object/h5/class-use/H5Datatype.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/object/h5/class-use/H5File.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/object/h5/class-use/H5Group.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/object/h5/class-use/H5Link.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/object/h5/class-use/H5ScalarDS.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/object/h5/package-frame.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/object/h5/package-summary.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/object/h5/package-tree.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/object/h5/package-use.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/object/package-frame.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/object/package-summary.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/object/package-tree.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/object/package-use.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/view/Chart.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/view/DataOptionDialog.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/view/DataView.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/view/DefaultFileFilter.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/view/DefaultImageView.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/view/DefaultMetaDataView.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/view/DefaultPaletteView.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/view/DefaultTableView.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/view/DefaultTextView.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/view/DefaultTreeView.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/view/FileConversionDialog.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/view/HDFView.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/view/HelpView.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/view/ImageView.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/view/MathConversionDialog.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/view/MetaDataView.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/view/NewAttributeDialog.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/view/NewDatasetDialog.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/view/NewDatatypeDialog.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/view/NewFileDialog.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/view/NewGroupDialog.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/view/NewImageDialog.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/view/NewLinkDialog.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/view/NewTableDataDialog.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/view/PaletteView.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/view/TableView.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/view/TextView.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/view/Tools.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/view/TreeView.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/view/UserOptionsDialog.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/view/ViewManager.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/view/ViewProperties.BITMASK_OP.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/view/ViewProperties.DATA_VIEW_KEY.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/view/ViewProperties.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/view/class-use/Chart.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/view/class-use/DataOptionDialog.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/view/class-use/DataView.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/view/class-use/DefaultFileFilter.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/view/class-use/DefaultImageView.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/view/class-use/DefaultMetaDataView.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/view/class-use/DefaultPaletteView.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/view/class-use/DefaultTableView.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/view/class-use/DefaultTextView.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/view/class-use/DefaultTreeView.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/view/class-use/FileConversionDialog.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/view/class-use/HDFView.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/view/class-use/HelpView.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/view/class-use/ImageView.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/view/class-use/MathConversionDialog.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/view/class-use/MetaDataView.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/view/class-use/NewAttributeDialog.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/view/class-use/NewDatasetDialog.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/view/class-use/NewDatatypeDialog.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/view/class-use/NewFileDialog.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/view/class-use/NewGroupDialog.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/view/class-use/NewImageDialog.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/view/class-use/NewLinkDialog.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/view/class-use/NewTableDataDialog.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/view/class-use/PaletteView.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/view/class-use/TableView.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/view/class-use/TextView.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/view/class-use/Tools.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/view/class-use/TreeView.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/view/class-use/UserOptionsDialog.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/view/class-use/ViewManager.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/view/class-use/ViewProperties.BITMASK_OP.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/view/class-use/ViewProperties.DATA_VIEW_KEY.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/view/class-use/ViewProperties.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/view/package-frame.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/view/package-summary.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/view/package-tree.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/ncsa/hdf/view/package-use.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/overview-frame.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/overview-summary.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/overview-tree.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/package-list
%%PORTDOCS%%%%DOCSDIR%%/javadocs/resources/background.gif
%%JDK6%%%%PORTDOCS%%%%DOCSDIR%%/javadocs/resources/inherit.gif
%%PORTDOCS%%%%DOCSDIR%%/javadocs/resources/tab.gif
%%PORTDOCS%%%%DOCSDIR%%/javadocs/resources/titlebar.gif
%%PORTDOCS%%%%DOCSDIR%%/javadocs/resources/titlebar_end.gif
%%PORTDOCS%%%%DOCSDIR%%/javadocs/serialized-form.html
%%PORTDOCS%%%%DOCSDIR%%/javadocs/stylesheet.css
%%JAVAJARDIR%%/ext/fitsobj.jar
%%JAVAJARDIR%%/ext/nc2obj.jar
%%JAVAJARDIR%%/fits.jar
%%JAVAJARDIR%%/jhdf5.jar
%%JAVAJARDIR%%/jhdf5obj.jar
%%JAVAJARDIR%%/jhdfobj.jar
%%JAVAJARDIR%%/jhdfview.jar
%%JAVAJARDIR%%/libjhdf5.so
%%JAVAJARDIR%%/netcdf.jar
%%JAVAJARDIR%%/slf4j-api-1.7.5.jar
%%JAVAJARDIR%%/slf4j-nop-1.7.5.jar

View file

@ -46,7 +46,6 @@
SUBDIR += bsdsfv
SUBDIR += bsmtrace
SUBDIR += bugs
SUBDIR += burpsuite
SUBDIR += ca_root_nss
SUBDIR += calife
SUBDIR += ccrypt

View file

@ -1,50 +0,0 @@
# Created by: Niels Heinen
# $FreeBSD$
PORTNAME= burpsuite
PORTVERSION= 1.6
CATEGORIES= security java
MASTER_SITES= http://www.portswigger.net/burp/ \
LOCAL/sbz
DISTNAME= ${PORTNAME}_free_v${PORTVERSION}
EXTRACT_SUFX= .jar
MAINTAINER= sbz@FreeBSD.org
COMMENT= Burp Suite is an integrated platform for testing web applications
USE_JAVA= yes
NO_BUILD= yes
JAVA_VERSION= 1.7
JAVA_VENDOR= openjdk
WRKSRC= ${WRKDIR}/${DISTNAME}
BROKEN= is interactive
DEPRECATED= Broken for more than 6 months
EXPIRATION_DATE= 2015-12-30
PLIST_FILES= bin/${PORTNAME} \
%%JAVAJARDIR%%/${DISTNAME}.jar
.include <bsd.port.pre.mk>
# Get BSFEL agreement
.if !defined(PACKAGE_BUILDING)
pre-extract:
@${SH} ${FILESDIR}/license.sh
.endif
post-extract:
@${MKDIR} ${WRKSRC}
${CP} ${DISTDIR}/${DISTFILES} ${WRKSRC}
pre-install:
${SED} -e 's:%%PATH%%:${JAVAJARDIR}/:' \
-e 's:%%JAVA_CMD%%:${JAVA}:' \
-e 's:%%BURP%%:${JAVAJARDIR}/${DISTNAME}.jar:' \
< ${FILESDIR}/${PORTNAME}.sh > ${WRKDIR}/${PORTNAME}
do-install:
${INSTALL_DATA} ${WRKSRC}/${DISTNAME}.jar ${STAGEDIR}${JAVAJARDIR}
${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.post.mk>

View file

@ -1,2 +0,0 @@
SHA256 (burpsuite_free_v1.6.jar) = 21cfdd2d2f682997648f3877bca239bde358f8ce5a2a9304fd1de72fc68a3312
SIZE (burpsuite_free_v1.6.jar) = 7737239

View file

@ -1,7 +0,0 @@
#!/bin/sh
#
# $FreeBSD$
#
cd %%PATH%%
exec %%JAVA_CMD%% -jar -Xmx512m %%BURP%% "$@"

View file

@ -1,466 +0,0 @@
#!/bin/sh
# $FreeBSD$
# License agreement
more << EOF_LICENSE
Burpuite Free Edition Licence Agreement
Version 1.6
This licence agreement (Licence) is a legal agreement between you (Licensee or
you) and PORTSWIGGER LTD of 2 Regent Street, Knutsford, WA16 6GR England
(Licensor or we) for a suite of tools designed for web application security
testers (Burp Suite Free Edition or Software), which includes computer
software, and the online documentation current at the date of the download of
this Licence (Documentation).
BURP SUITE FREE EDITION REQUIRES A COMPUTER WITH A MINIMUM OF 4GB OF MEMORY AND
THE OFFICIAL JAVA RUNTIME ENVIRONMENT (VERSION 1.7 OR LATER). BY INSTALLING THE
SOFTWARE YOU AGREE TO THE TERMS OF THIS LICENCE AND THE TERMS AND CONDITIONS OF
THE LICENSOR WHICH WILL BIND YOU AND YOUR EMPLOYEES. IF YOU DO NOT AGREE TO THE
TERMS OF THIS LICENCE AND THE TERMS AND CONDITIONS, WE ARE UNWILLING TO LICENSE
THE SOFTWARE TO YOU AND YOU MUST DISCONTINUE THE INSTALLATION PROCESS NOW. IN
THIS CASE THE INSTALLATION WILL TERMINATE.
WARNING: BURP SUITE FREE EDITION IS DESIGNED TO TEST FOR SECURITY FLAWS AND CAN
DO DAMAGE TO TARGET SYSTEMS DUE TO THE NATURE OF ITS FUNCTIONALITY. TESTING FOR
SECURITY FLAWS INHERENTLY INVOLVES INTERACTING WITH TARGETS IN NON-STANDARD
WAYS WHICH CAN CAUSE PROBLEMS IN SOME VULNERABLE TARGETS. YOU MUST TAKE DUE
CARE WHEN USING THE SOFTWARE, YOU MUST READ ALL DOCUMENTATION BEFORE USE, YOU
SHOULD BACK UP TARGET SYSTEMS BEFORE USE AND YOU SHOULD NOT USE THE SOFTWARE ON
PRODUCTION SYSTEMS OR OTHER SYSTEMS FOR WHICH THE RISK OF DAMAGE IS NOT
ACCEPTED BY YOU.
1. GRANT AND SCOPE OF LICENCE
1.1 In consideration of you agreeing to abide by the terms of this Licence,
the Licensor hereby grants to you a non-exclusive, non-transferable licence to
use the Software and the Documentation on the terms of this Licence.
1.2 You may either:
1.2.1 download, install and use the Software and Burp Apps (as defined in
condition 4) for your internal business purposes (which includes bespoke client
consultancy, if appropriate) only; and
1.2.1.1 make one copy of the Software for back-up purposes only, provided
that this is necessary for the activities permitted under condition 1.2.1;
1.2.1.2 receive and use any free supplementary software code or update of
the Software incorporating "patches" and corrections of errors as may be
provided by the Licensor from time to time on the basis that they are governed
by the terms of this Licence;
1.2.1.3 use any Documentation in support of the use permitted under
condition 1.2.1 and make such numbers of copies of the Documentation as are
reasonably necessary for its lawful use; and
1.2.1.4 analyse the behaviour and performance of the documented
functionality of the Software and any Burp Apps (defined as aforesaid) and
disclose the findings of such analysis to any party provided that such findings
are provided simultaneously and in identical form to the Licensor; or
1.2.2 transfer the Software to an end-user only provided that you procure
that the end-user is bound by the terms of this Licence Agreement for the
benefit of the Licensor and that you indemnify the Licensor against all costs
(including legal costs) charges and expenses incurred by the Licensor as a
result of the failure by you to comply with the provisions of this paragraph
and/or the transfer by you of the Software to the end-user.
1.3 If you are an end-user who has obtained lawfully the Software other than
by direct acquisition from the Licensor you may carry out the functions on the
terms specified in paragraph 1.3.1 above and you agree to be bound by this
Licence Agreement directly in favour of the Licensor.
2. LICENSEE'S WARRANTY AND UNDERTAKINGS
2.1 You warrant that you are not acquiring the Software as a consumer, but
will be using the software in your business.
2.2 Except as expressly set out in this Licence or as permitted by any local
law, you undertake:
2.2.1 not to use the Software or the Documentation or any Burp Apps for any
unlawful purposes, particularly as Burp Suite Free Edition contains
functionality that can be used to attack and compromise computer systems.
2.2.2 to obtain all necessary authorisations from system owners prior to
using Burp Suite Free Edition or any Burp Apps thereon;
2.2.3 unless agreed by the Licensor in writing not to copy the Software or
Documentation except where such copying is incidental to normal use of the
Software, or where it is necessary for the purpose of back-up or operational
security;
2.2.4 subject to the provisions of condition 4, not to rent, lease,
sub-license, loan, translate, merge, adapt, vary or modify the Software or
Documentation;
2.2.5 subject to the provisions of condition 4, not to make alterations to,
or modifications of, the whole or any part of the Software, nor permit the
Software or any part of it to be combined with, or become incorporated in, any
other programs;
2.2.6 not to disassemble, decompile, reverse engineer or create derivative
works based on, the whole or any part of the Software nor attempt to do any
such thing except to the extent that (by virtue of section 296A of the
Copyright, Designs and Patents Act 1988) such actions cannot be prohibited
because they are essential for the purpose of achieving inter-operability of
the Software with another software program, and provided that the information
obtained by you during such activities:
2.2.6.1 is used only for the purpose of achieving inter-operability of the
Software with another software program; and
2.2.6.2 is not unnecessarily disclosed or communicated without the
Licensor's prior written consent to any third party; and
2.2.6.3 is not used to create any software which is substantially similar to
the Software;
2.2.7 to supervise and control use of the Software and ensure that the
Software is used by your employees and representatives in accordance with the
terms of this Licence;
2.2.8 to replace the current version of the Software with any updated or
upgraded version or new release provided by the Licensor under the terms of
this Licence immediately on receipt;
2.2.9 to include the copyright notice of the Licensor on all entire and
partial copies you make of the Software on any medium;
2.2.10 not to provide or otherwise make available the Software in whole or
in part (including but not limited to program listings, object and source
program listings, object code and source code), in any form to any person other
than your employees without prior written consent from the Licensor;
2.2.11 unless specifically authorised by us in writing, not to use the
Software as part of an automated service offering to third parties;
2.2.12 not to engage in any activity, practice or conduct which would
constitute an offence under sections 1, 2, or 6 of the Bribery Act 2010, if
such activity, practice or conduct had been carried out in the UK;
2.2.13 to indemnify and keep indemnified the Licensor against all costs
(including legal costs), charges and expenses incurred by the Licensor as a
result of the failure by you to comply with the provisions of this Licence
Agreement.
3. SUPPORT AND UPGRADES
Downloading Burp Suite Free Edition entitles you to free product support at the
Licensor's sole discretion.
4. EXTENSIONS
4.1 In this Licence Agreement "Extension" means all programming additions
made by a Licensee or on his behalf or with his concurrence to the Software
using the Burp Extender API (as hereinafter defined) to either
4.1.1 extend the functionality of the Software or any other software
produced by the Licensor; or
4.1.2 enable the Software or any other software produced by the Licensor to
inter-operate with other software;
but not to copy, clone, reproduce or emulate any existing feature of any
software produced by the Licensor;
and "Burp App" or "BApp" means an Extension adopted by the Licensor pursuant to
this clause.
4.2 "Burp Extender API" means the official Burp Extender application
programming interface available as part of the Documentation.
4.3 Extensions may be created for the use of the Licensee Provided that
if any such Extension is published (which, for the avoidance of doubt, shall
include sharing such Extension with another Licensee or a third party unless
the party to which the Extension is provided is either a client of the Licensee
and the relevant Extension has been created for use on an engagement for that
or another client of the Licensee, or another Licensee within your
organisation) the Licensee shall notify the Licensor and provide to it a copy
of such Extension and the Licensee agrees that any such Extension shall, at the
option of the Licensor, become either
4.3.1 a Burp App; or
4.3.2 part of the Software.
4.4 When the creation of an Extension is notified to the Licensor or
shared publicly and comes to the attention of the Licensor the Licensor has the
option to make the Extension a Burp App (Burp App, or BApp) after having
carried out the necessary checks to ensure that the Extension is efficacious
and suitable for use with the Software.
4.5 The Licensor has established the BApp Store product feature where
Burp Apps are described and may be downloaded without charge for use as an
Extension.
4.6 By designating an Extension a Burp App the Licensor warrants that the
Extension has been checked by the Licensor and has been deemed suitable for use
with the Software.
4.7 All Extensions and Burp Apps remain the property of the author but by
creating such Extension, the author has granted an irrevocable perpetual
licence free of charge to the Licensor to incorporate such Extension in the
Software at the Licensor's option and an irrevocable perpetual licence free of
charge to all Licensees who download the Burp App from the BApp Store.
4.8 If, at the sole option of the Licensor, the Licensor incorporates an
Extension into the Software a notice will be placed on the BApp Store to that
effect.
4.9 The Licensor retains the right without incurring any liability to the
Licensee to disable without notice any Burp App being used by the Licensee
where the Licensor considers in its sole discretion that use of such Burp App
with the Software is problematical.
5. INTELLECTUAL PROPERTY RIGHTS
5.1 You acknowledge that all intellectual property rights in the Software
and the Documentation anywhere in the world belong to the Licensor, that rights
in the Software are licensed (not sold) to you, and that you have no rights in,
or to, the Software or the Documentation other than the right to use them in
accordance with the terms of this Licence.
5.2 You acknowledge that you have no right to have access to the Software in
source code form
5.3 The integrity of this Software is protected by technical protection
measures (TPM) so that the intellectual property rights, including copyright,
in the Software of the Licensor are not misappropriated. You must not attempt
in any way to remove or circumvent any such TPM, nor apply or manufacture for
sale or hire, import, distribute, sell or let for hire, offer or expose for
sale or hire, advertise for sale or hire or have in your possession for private
or commercial purposes any means the sole intended purpose of which is to
facilitate the unauthorised removal or circumvention of such TPM.
6. LICENSOR'S WARRANTY
6.1 The Licensor warrants that for a period of 90 days from the download of
the Software (Warranty Period) the Software will, when properly used, perform
substantially in accordance with the functions described in the Documentation
(provided that the Software is properly used on the computer and with the
runtime environment for which it was designed as referred to herein). Burp Apps
do not have the benefit of this warranty.
6.2 You acknowledge that the Software and the Burp Apps have not been
developed to meet your individual requirements, and that it is therefore your
responsibility to ensure that the facilities and functions of the Software as
described in the Documentation and the facilities and functions of any Burp App
meet your requirements.
6.3 You acknowledge that the Software and the Burp Apps may not be free of
bugs or errors, and agree that the existence of minor errors shall not
constitute a breach of this Licence.
6.4 If, within the Warranty Period, you notify the Licensor in writing of
any defect or fault in the Software in consequence of which it fails to perform
substantially in accordance with the Documentation, and such defect or fault
does not result from you having amended the Software or used it in
contravention of the terms of this Licence, the Licensor will, at its sole
option, either repair or replace the Software, provided that you make available
all the information that may be necessary to help the Licensor to remedy the
defect or fault, including sufficient information to enable the Licensor to
recreate the defect or fault.
7. LICENSOR'S LIABILITY
YOUR ATTENTION IS DRAWN PARTICULARLY TO THE PROVISIONS OF THIS CONDITION
7.1 Nothing in this Licence shall limit or exclude the liability of either
party for death or personal injury resulting from negligence, fraud, fraudulent
misrepresentation.
7.2 Subject to condition 7.1, the Licensor's liability for losses suffered
by you arising out of or in connection with this agreement (including any
liability for the acts or omissions of its employees, agents and
subcontractors), whether arising in contract, tort (including negligence),
misrepresentation or otherwise, shall not include liability for:
7.2.1 loss of turnover, sales or income;
7.2.2 loss of business profits or contracts;
7.2.3 business interruption;
7.2.4 loss of the use of money or anticipated savings;
7.2.5 loss of information;
7.2.6 loss of opportunity, goodwill or reputation;
7.2.7 loss of, damage to or corruption of software or data; or
7.2.8 any indirect or consequential loss or damage of any kind howsoever
arising and whether caused by tort (including negligence), breach of contract
or otherwise;
provided that this condition 7.2 shall not prevent claims for loss of or damage
to your tangible property that fall within the terms of condition 6 or any
other claims for direct financial loss that are not excluded by any of
categories 7.2.1 to 7.2.8 inclusive of this condition 7.2.
7.3 Subject to condition 7.1, the Licensor's maximum aggregate liability
under or in connection with this Licence, or any collateral contract, whether
in contract, tort (including negligence) or otherwise, shall be limited to £50.
7.4 Subject to condition 7.1, condition 7.2 and condition 7.3, the
Licensor's liability for infringement of third-party intellectual property
rights shall be limited to breaches of rights subsisting in the UK.
7.5 This Licence sets out the full extent of the Licensor's obligations and
liabilities in respect of the supply of the Software and Burp Apps. In
particular, there are no conditions, warranties, representations or other
terms, express or implied, that are binding on the Licensor except as
specifically stated in this Licence. Any condition, warranty, representation or
other term concerning the supply of the Software and Burp Apps which might
otherwise be implied into, or incorporated in, this Licence, or any collateral
contract, whether by statute, common law or otherwise, is hereby excluded to
the fullest extent permitted by law.
8. COMMUNICATION
8.1 By entering into this Licence Agreement you consent that we may
process any personal data that we collect from you in accordance with our
Privacy Policy. In particular, we may use information we hold about you for the
purposes of, inter alia, sending out questionnaires to certain categories of
users including feedback requests.
8.2 Any questions, comments and requests regarding our data processing
practices may be addressed to offce@portswigger.net.
9. TERMINATION
9.1 The Licensor may terminate this Licence immediately by written notice to
you if you commit a material or persistent breach of this Licence which you
fail to remedy (if remediable) within 14 days after the service of written
notice requiring you to do so.
9.2 Upon termination for any reason:
9.2.1 all rights granted to you under this Licence shall cease;
9.2.2 you must cease all activities authorised by this Licence; and
9.2.3 you must immediately delete or remove the Software and any Burp Apps
from all computer equipment in your possession, and immediately destroy or
return to the Licensor (at the Licensor's option) all copies of the Software
and any Burp Apps then in your possession, custody or control and, in the case
of destruction, certify to the Licensor that you have done so.
10. TRANSFER OF RIGHTS AND OBLIGATIO is binding on you and us, and on our
respective successors and assigns.
10.2 You may not transfer, assign, charge or otherwout our prior written
consent.
10.3 We may transfer, assign, charge, sub-contract or otherwise dispose of
this Licence, or aence.
11. NOTICES
All notices given by you to us must be given to PortSwigger Ltd at
office@portswigger.net or 2 Regent Str you provided to us when downloading the
Software or provided in other communications from you to us. Notice will be
deemed recet, or three days after the date of posting of any letter. In proving
the service of any notice, it will be sufficient to prove, d, in the case of an
e-mail, that such e-mail was sent to the specified e-mail address of the
addressee.
12. EVENTS OUTSIDE in performance of, any of our obligations under this
Licence that is caused by events outside our reasonable control (Force Majeure
Event).
12.2 A Force Majeure Event includes any act, event, non-happening, omission
or accident beyond our reasonable control and includes in particular (without
limitation) the following:
12.2.1 strikes, lock-outs or other industrial action;
12.2.2 civil commotion, riot, invasion, terrorist attack or threat of
terrorist attack, war (whether declared or not) or threat or preparation for
war;
12.2.3 fire, explosion, storm, flood, earthquake, subsidence, epidemic or
other natural disaster;
12.2.4 impossibility of the use of railways, shipping, aircraft, motor
transport or other means of public or private transport;
12.2.5 impossibility of the use of public or private telecommunications
networks;
12.2.6 the acts, decrees, legislation, regulations or restrictions of any
government.
12.3 Our performance under this Licence is deemed to be suspended for the
period that the Force Majeure Event continues, and we will have an extension of
time for performance for the duration of that period. We will use our
reasonable endeavours to bring the Force Majeure Event to a close or to find a
solution by which our obligations under this Licence may be performed despite
the Force Majeure Event.
13. WAIVER
13.1 If we fail, at any time during the term of this Licence, to insist upon
strict performance of any of your obligations under this Licence, or if we fail
to exercise any of the rights or remedies to which we are entitled under this
Licence, this shall not constitute a waiver of such rights or remedies and
shall not relieve you from compliance with such obligations.
13.2 A waiver by us of any default shall not constitute a waiver of any
subsequent default.
13.3 No waiver by us of any of these terms and conditions shall be effective
unless it is expressly stated to be a waiver and is communicated to you in
writing.
14. SEVERABILITY
If any of the terms of this Licence are determined by any competent authority
to be invalid, unlawful or unenforceable to any extent, such term, condition or
provision will to that extent be severed from the remaining terms, conditions
and provisions which will continue to be valid to the fullest extent permitted
by law.
15. ENTIRE AGREEMENT
15.1 This Licence and any document expressly referred to in it represents
the entire agreement between us in relation to the licensing of the Software,
the Documentation and any Burp Apps and supersedes any prior agreement,
understanding or arrangement between us, whether oral or in writing.
15.2 We each acknowledge that, in entering into this Licence, neither of us
has relied on any representation, undertaking or promise given by the other or
implied from anything said or written in negotiations between us prior to
entering into this Licence except as expressly stated in this Licence.
15.3 Neither of us shall have any remedy in respect of any untrue statement
made by the other, whether orally or in writing, prior to the date we entered
into this Licence (unless such untrue statement was made fraudulently) and the
other party's only remedy shall be for breach of contract as provided in these
terms and conditions.
16. LAW AND JURISDICTION
This Licence, its subject matter or its formation (including non-contractual
disputes or claims) shall be governed by and construed in accordance with
English law and submitted to the exclusive jurisdiction of the English courts.
EOF_LICENSE
agreed=
while [ x$agreed = x ]; do
echo
echo "Do you agree to the above license terms? [yes or no] "
read reply leftover
case $reply in
y* | Y*)
agreed=1
;;
n* | n*)
echo
echo "If you don't agree to the license you can't use this software"
exit 1
;;
esac
done

View file

@ -1,6 +0,0 @@
Burp Suite is an integrated platform for performing security testing of web
applications. Its various tools work seamlessly together to support the entire
testing process, from initial mapping and analysis of an application's attack
surface, through to finding and exploiting security vulnerabilities.
WWW: http://www.portswigger.net/burp/

View file

@ -165,7 +165,6 @@
SUBDIR += efront
SUBDIR += elgg
SUBDIR += elinks
SUBDIR += eliom
SUBDIR += elixir-html_entities
SUBDIR += elixir-httpoison
SUBDIR += elixir-httpotion
@ -572,7 +571,6 @@
SUBDIR += nspluginwrapper
SUBDIR += obhttpd
SUBDIR += ocaml-net
SUBDIR += ocsigen
SUBDIR += offline-npm
SUBDIR += ojs2
SUBDIR += opencart

View file

@ -1,55 +0,0 @@
# Created by: Jaap Boender <jaapb@kerguelen.org>
# $FreeBSD$
PORTNAME= eliom
PORTVERSION= 3.0.3
CATEGORIES= www
MASTER_SITES= http://ocsigen.org/download/
MAINTAINER= ports@FreeBSD.org
COMMENT= Ocaml dynamic webpage generation library
LICENSE= LGPL21_SSLEX
LICENSE_NAME= Lesser GPL 2.1 with a special OpenSSL exception clause
LICENSE_FILE= ${WRKSRC}/COPYING
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
DEPRECATED= Depends on broken and expiring www/ocsigen
EXPIRATION_DATE= 2015-12-30
BUILD_DEPENDS= ${PORTREQS}
RUN_DEPENDS= ${PORTREQS}
DOCSDIR= ${PREFIX}/share/doc/ocaml/${PORTNAME}
SA_DIR= ${PREFIX}/${OCAML_SITELIBDIR}
# As of 27 March 2014, USE_OCAML_LDCONFIG and USE_OCAMLFIND_PLIST compete
# for the same directores -- both add a removal step ot the TMPPLIST
# automatically. The bsd.ocaml.mk file has to be fixed, then then former
# can be used again. (alternatively we could provide a manually generated
# complete pkg-plist and keep using ocaml's ldconfig)
USES= gmake
HAS_CONFIGURE= yes
USE_OCAML= yes
USE_OCAML_FINDLIB= yes
USE_OCAMLFIND_PLIST= yes
#USE_OCAML_LDCONFIG= yes
CONFIGURE_ARGS= --temproot ${STAGEDIR} \
--prefix ${PREFIX} \
--libdir ${PREFIX}/lib/ocaml/site-lib \
--enable-natdynlink
PORTREQS= ocaml-deriving-ocsigen>=0.3:${PORTSDIR}/devel/ocaml-deriving-ocsigen \
js_of_ocaml>=1.3.2:${PORTSDIR}/lang/js_of_ocaml \
ocsigen>=2.2:${PORTSDIR}/www/ocsigen \
ocaml-tyxml>=2.2:${PORTSDIR}/textproc/ocaml-tyxml \
${SA_DIR}/react/react.a:${PORTSDIR}/devel/ocaml-react \
${SA_DIR}/ssl/ssl.a:${PORTSDIR}/security/ocaml-ssl \
${SA_DIR}/calendar/calendarLib.a:${PORTSDIR}/devel/ocaml-calendar \
${SA_DIR}/cryptokit/cryptokit.a:${PORTSDIR}/security/ocaml-cryptokit
do-configure:
(cd ${WRKSRC} && ${SH} ./configure ${CONFIGURE_ARGS})
.include <bsd.port.mk>

View file

@ -1,2 +0,0 @@
SHA256 (eliom-3.0.3.tar.gz) = b598bfbfc37fb9164024df71352e74d26d6ce2095f89f3d52072b3f7334a5b86
SIZE (eliom-3.0.3.tar.gz) = 743842

View file

@ -1,17 +0,0 @@
$NetBSD: patch-src_Makefile,v 1.2 2012/12/15 16:18:42 jaapb Exp $
Use correct BSD installation tools (JRM - modified)
--- src/Makefile.orig 2012-12-13 16:16:17.000000000 +0000
+++ src/Makefile
@@ -60,9 +60,8 @@ install: install.META install.man
${MAKE} -C tools install
install.man: install.META
- $(INSTALL) -m 755 -d $(TEMPROOT)$(MANDIR)/man1
- $(INSTALL) -m 755 files/eliomc.1 $(TEMPROOT)$(MANDIR)/man1
- $(INSTALL) -m 755 files/eliom-destillery.1 $(TEMPROOT)$(MANDIR)/man1
+ $(BSD_INSTALL_MAN) files/eliomc.1 $(TEMPROOT)$(MANDIR)/man1
+ $(BSD_INSTALL_MAN) files/eliom-destillery.1 $(TEMPROOT)$(MANDIR)/man1
ln -sf eliomc.1 $(TEMPROOT)$(MANDIR)/man1/js_of_eliom.1
ln -sf eliomc.1 $(TEMPROOT)$(MANDIR)/man1/eliomopt.1
ln -sf eliomc.1 $(TEMPROOT)$(MANDIR)/man1/eliomcp.1

View file

@ -1,15 +0,0 @@
$NetBSD: patch-src_client_Makefile,v 1.1 2012/08/12 17:47:43 wiz Exp $
install library stub with proper permissions
--- src/client/Makefile.orig 2012-06-11 12:46:54.000000000 +0000
+++ src/client/Makefile
@@ -97,7 +97,8 @@ odoc: ${DOC:.mli=.odoc}
install: ${PREDEP}
${INSTALL} -m 755 -d ${CLIENTDIR}
- ${INSTALL} -m 644 ${INTF} ${IMPL} ${STUBS} ${DOC} ${CLIENTDIR}
+ ${INSTALL} -m 644 ${INTF} ${IMPL} ${DOC} ${STUBS} ${CLIENTDIR}
+ ${BSD_INSTALL_LIB} ${EXEC_STUBS} ${CLIENTDIR}
uninstall:
-rm -fr ${CLIENTDIR}

View file

@ -1,17 +0,0 @@
$NetBSD: patch-src_client_Makefile.filelist,v 1.1 2012/08/12 17:47:43 wiz Exp $
install library stub with proper permissions
--- src/client/Makefile.filelist.orig 2012-06-11 12:46:54.000000000 +0000
+++ src/client/Makefile.filelist
@@ -21,8 +21,9 @@ NO_MLI := eliom_compatibility_2_1.cmi
IMPL := ${PROJECTNAME}_client.cma \
${PROJECTNAME}_client_main.cmo \
-STUBS := dlleliom_client.so \
- libeliom_client.a \
+EXEC_STUBS := dlleliom_client.so
+
+STUBS := libeliom_client.a \
eliom_client.js \
NOP4 := eliom_lib.mli

View file

@ -1,6 +0,0 @@
Eliom is a framework for programming web sites and client/server web
applications. It uses very new concepts making programming very different
from all other web programming tools, and allowing to write a complex web
site in very few lines of code.
WWW: http://ocsigen.org/eliom/

View file

@ -1,18 +0,0 @@
bin/eliom-destillery
bin/eliomc
bin/eliomcp
bin/eliomdep
bin/eliomopt
bin/js_of_eliom
man/man1/eliom-destillery.1.gz
man/man1/eliomc.1.gz
man/man1/eliomcp.1.gz
man/man1/eliomdep.1.gz
man/man1/eliomopt.1.gz
man/man1/js_of_eliom.1.gz
share/eliom/destillery/basic/Makefile
share/eliom/destillery/basic/Makefile.options
share/eliom/destillery/basic/PROJECT_NAME.conf.in
share/eliom/destillery/basic/PROJECT_NAME.eliom
share/eliom/destillery/basic/README
share/eliom/destillery/basic/static!css!PROJECT_NAME.css

View file

@ -1,93 +0,0 @@
# Created by: Jaap Boender <jaapb@kerguelen.org>
# $FreeBSD$
PORTNAME= ocsigen
PORTVERSION= 2.2.0
CATEGORIES= www
MASTER_SITES= http://ocsigen.org/download/
DISTNAME= ocsigenserver-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Web programming framework for OCaml
BROKEN= Fails to build with ocaml 4.02
DEPRECATED= Broken for more than 6 months
EXPIRATION_DATE= 2015-12-30
LICENSE= LGPL21_SSLEX
LICENSE_NAME= Lesser GPL 2.1 with a special OpenSSL exception clause
LICENSE_FILE= ${WRKSRC}/COPYING
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
BUILD_DEPENDS= ${SA_DIR}/react/react.a:${PORTSDIR}/devel/ocaml-react \
${SA_DIR}/ssl/ssl.a:${PORTSDIR}/security/ocaml-ssl \
ocaml-net>=3:${PORTSDIR}/www/ocaml-net \
ocaml-lwt>=2.4.2:${PORTSDIR}/devel/ocaml-lwt \
${SA_DIR}/pcre/pcre.a:${PORTSDIR}/devel/ocaml-pcre \
${SA_DIR}/cryptokit/cryptokit.a:${PORTSDIR}/security/ocaml-cryptokit \
${SA_DIR}/text/text.a:${PORTSDIR}/textproc/ocaml-text \
ocaml-tyxml>=2.2.0:${PORTSDIR}/textproc/ocaml-tyxml
USE_OCAML= yes
USE_OCAML_FINDLIB= yes
USE_OCAMLFIND_PLIST= yes
USE_OCAML_LDCONFIG= yes
OCAML_PKGDIRS= ocsigenserver
OCAML_LDLIBS= ${OCAML_PKGDIRS:S/^/${OCAML_SITELIBDIR}\//}
MAKE_JOBS_UNSAFE= yes
SA_DIR= ${PREFIX}/${OCAML_SITELIBDIR}
OPTIONS_DEFINE= CAMLZIP
OPTIONS_MULTI= DB
OPTIONS_MULTI_DB= SQLITE DBM
OPTIONS_DEFAULT= CAMLZIP SQLITE
OPTIONS_SUB= yes
SQLITE_DESC= Use sqlite as a database backend
DBM_DESC= Use dbm as a database backend
CAMLZIP_DESC= Use camlzip for compression
USES= gmake
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --disable-debug \
--temproot ${STAGEDIR} \
--enable-natdynlink \
--ocsigen-user ${WWWOWN} \
--ocsigen-group ${WWWGRP} \
--bindir ${PREFIX}/bin \
--mandir ${PREFIX}/man/man1 \
--libdir ${SA_DIR} \
--docdir ${DOCSDIR} \
--sysconfdir ${PREFIX}/etc \
--datadir ${PREFIX}/var/ocsigen \
--staticpagesdir ${PREFIX}/share/ocsigen/www \
--uploaddir /tmp
ALL_TARGET= all
INSTALL_TARGET= install
SQLITE_CONFIGURE_WITH= sqlite
SQLITE_BUILD_DEPENDS= ${SA_DIR}/sqlite3/sqlite3.a:${PORTSDIR}/databases/ocaml-sqlite3
SQLITE_RUN_DEPENDS= ${SA_DIR}/sqlite3/sqlite3.a:${PORTSDIR}/databases/ocaml-sqlite3
DBM_CONFIGURE_WITH= dbm
DBM_BUILD_DEPENDS= ${LOCALBASE}/lib/ocaml/dbm.a:${PORTSDIR}/databases/ocaml-dbm
DBM_RUN_DEPENDS= ${LOCALBASE}/lib/ocaml/dbm.a:${PORTSDIR}/databases/ocaml-dbm
CAMLZIP_CONFIGURE_WITH= camlzip
CAMLZIP_BUILD_DEPENDS= ocaml-zip>=1.03_2:${PORTSDIR}/archivers/ocaml-zip
CAMLZIP_RUN_DEPENDS= ocaml-zip>=1.03_2:${PORTSDIR}/archivers/ocaml-zip
.include <bsd.port.options.mk>
# Docs fail with some kind of Netstring-pcre error, wasn't able to fix it
#.if ${PORT_OPTIONS:MDOCS}
#ALL_TARGET+= doc
#INSTALL_TARGET+=install.doc
#PORTDOCS= *
#.endif
do-configure:
@(cd ${WRKSRC} && ${SH} configure ${CONFIGURE_ARGS})
.include <bsd.port.mk>

View file

@ -1,2 +0,0 @@
SHA256 (ocsigenserver-2.2.0.tar.gz) = 21d4d08dd00550647fc08cef214c0a651574671ee3542b7445f76b8234de1f68
SIZE (ocsigenserver-2.2.0.tar.gz) = 1259122

View file

@ -1,74 +0,0 @@
--- Makefile.orig 2012-12-07 16:17:09.000000000 +0100
+++ Makefile
@@ -67,61 +67,33 @@
# BB If install is not run by root but OCSIGENUSER, OCSIGENGROUP is somebody
# BB different, make files universally accessible, we cannot chown.
-INSTALL_CAN_PUT_PERMISSIONS=yes
+INSTALL_CAN_PUT_PERMISSIONS=no
INSTALL_USER_GROUP=-o $(OCSIGENUSER) -g $(OCSIGENGROUP)
INSTALL_MOD_660=660
INSTALL_MOD_644=644
INSTALL_MOD_755=755
INSTALL_MOD_770=770
INSTALL_MOD_750=750
-ifneq ($(shell id -u), 0)
- ifneq ($(OCSIGENUSER), $(USERNAME))
- INSTALL_CAN_PUT_PERMISSIONS=no
- endif
- ifneq ($(shell groups ${USERNAME}|grep -q ${OCSIGENGROUP}; echo $$?), 0)
- INSTALL_CAN_PUT_PERMISSIONS=no
- endif
-endif
-ifeq ($(INSTALL_CAN_PUT_PERMISSIONS), no)
- INSTALL_USER_GROUP=
- INSTALL_MOD_660=666
- INSTALL_MOD_644=666
- INSTALL_MOD_755=777
- INSTALL_MOD_770=777
- INSTALL_MOD_750=777
-endif
install.files:
@echo INSTALL_CAN_PUT_PERMISSIONS: ${INSTALL_CAN_PUT_PERMISSIONS}
- ## Command pipe
- $(INSTALL) -m ${INSTALL_MOD_755} -d $(dir $(TEMPROOT)$(COMMANDPIPE))
- [ -p $(TEMPROOT)$(COMMANDPIPE) ] || \
- { mkfifo -m ${INSTALL_MOD_660} $(TEMPROOT)$(COMMANDPIPE); \
- if [ "${INSTALL_CAN_PUT_PERMISSIONS}" = yes ]; \
- then $(CHOWN) -R $(OCSIGENUSER):$(OCSIGENGROUP) $(TEMPROOT)$(COMMANDPIPE); \
- fi; }
## Configuration files
- $(INSTALL) -m ${INSTALL_MOD_755} -d $(TEMPROOT)$(CONFIGDIR)/conf.d
- ${INSTALL} -m ${INSTALL_MOD_644} ${PROJECTNAME}.conf.sample $(TEMPROOT)$(CONFIGDIR)/
- [ -f $(TEMPROOT)$(CONFIGDIR)/$(PROJECTNAME).conf ] || \
- { $(INSTALL) -m ${INSTALL_MOD_644} $(PROJECTNAME).conf.sample \
- $(TEMPROOT)$(CONFIGDIR)/$(PROJECTNAME).conf; }
+ ${BSD_INSTALL_DATA} ${PROJECTNAME}.conf.sample $(TEMPROOT)$(CONFIGDIR)/
-mv $(TEMPROOT)$(CONFIGDIR)/mime.types $(TEMPROOT)$(CONFIGDIR)/mime.types.old
## Log directory
- $(INSTALL) -m ${INSTALL_MOD_644} src/files/mime.types $(TEMPROOT)$(CONFIGDIR)
- $(INSTALL) -d -m ${INSTALL_MOD_755} ${INSTALL_USER_GROUP} $(TEMPROOT)$(LOGDIR)
+ $(BSD_INSTALL_DATA) src/files/mime.types $(TEMPROOT)$(CONFIGDIR)
## Static files
- $(INSTALL) -d -m ${INSTALL_MOD_755} ${INSTALL_USER_GROUP} $(TEMPROOT)$(STATICPAGESDIR)
- $(INSTALL) -d -m ${INSTALL_MOD_750} ${INSTALL_USER_GROUP} $(TEMPROOT)$(DATADIR)
- $(INSTALL) -m ${INSTALL_MOD_644} ${INSTALL_USER_GROUP} \
+ mkdir -p $(TEMPROOT)$(STATICPAGESDIR)
+ mkdir -p $(TEMPROOT)$(DATADIR)
+ $(BSD_INSTALL_DATA) \
local/var/www/*.html $(TEMPROOT)$(STATICPAGESDIR)
- $(INSTALL) -d -m ${INSTALL_MOD_755} ${INSTALL_USER_GROUP} \
+ mkdir -p \
$(TEMPROOT)$(STATICPAGESDIR)/ocsigenstuff
- $(INSTALL) -m ${INSTALL_MOD_644} ${INSTALL_USER_GROUP} \
+ $(BSD_INSTALL_DATA) \
local/var/www/ocsigenstuff/*.png local/var/www/ocsigenstuff/*.css \
$(TEMPROOT)$(STATICPAGESDIR)/ocsigenstuff
- $(INSTALL) -d -m ${INSTALL_MOD_755} $(TEMPROOT)$(MANDIR)
- $(INSTALL) -m ${INSTALL_MOD_644} src/files/${PROJECTNAME}.1 $(TEMPROOT)$(MANDIR)
+ mkdir -p $(TEMPROOT)$(MANDIR)
+ $(BSD_INSTALL_MAN) src/files/${PROJECTNAME}.1 $(TEMPROOT)$(MANDIR)
uninstall:
-make -C doc uninstall

View file

@ -1,13 +0,0 @@
$NetBSD: patch-Makefile.options,v 1.1 2013/06/11 14:56:06 jaapb Exp $
Add netstring-pcre package, no longer provided by netstring by default
--- Makefile.options.orig 2012-12-07 15:17:09.000000000 +0000
+++ Makefile.options
@@ -34,6 +34,7 @@ BASE_PACKAGE := lwt
SERVER_PACKAGE := lwt.ssl \
${LWT_EXTRA_PACKAGE} \
netstring \
+ netstring-pcre \
findlib \
cryptokit \
tyxml \

View file

@ -1,13 +0,0 @@
$NetBSD: patch-src_Makefile,v 1.2 2012/12/15 11:16:07 jaapb Exp $
Proper support of ocamlfind in pkgsrc
--- src/Makefile.orig 2012-12-07 15:17:09.000000000 +0000
+++ src/Makefile
@@ -119,6 +119,7 @@ raw_install:
$(OCAMLFIND) install $(PROJECTNAME) \
-destdir $(TEMPROOT)$(LIBDIR) \
-patch-version ${VERSION} \
+ -ldconf ignore \
${INTF} $(INSTALL_IMPL) $(DOC) files/META
# Extensions
$(INSTALL) -m 755 -d $(TEMPROOT)${LIBDIR}/${PROJECTNAME}/extensions/

View file

@ -1,13 +0,0 @@
$NetBSD: patch-src_baselib_Makefile,v 1.1 2013/06/11 14:56:06 jaapb Exp $
Add netstring-pcre package, no longer provided by netstring by default
--- src/baselib/Makefile.orig 2012-12-07 15:17:09.000000000 +0000
+++ src/baselib/Makefile
@@ -1,6 +1,6 @@
include ../../Makefile.config
-LIBS := -package lwt.unix,netstring,cryptokit,findlib,tyxml,lwt.syntax,${LWT_EXTRA_PACKAGE}
+LIBS := -package lwt.unix,netstring,netstring-pcre,cryptokit,findlib,tyxml,lwt.syntax,${LWT_EXTRA_PACKAGE}
OCAMLC := $(OCAMLFIND) ocamlc${BYTEDBG} ${THREAD}
OCAMLOPT := $(OCAMLFIND) ocamlopt ${OPTDBG} ${THREAD}
OCAMLDOC := $(OCAMLFIND) ocamldoc

View file

@ -1,13 +0,0 @@
$NetBSD: patch-src_extensions_Makefile,v 1.1 2013/06/11 14:56:06 jaapb Exp $
Add netstring-pcre package, no longer provided by netstring by default
--- src/extensions/Makefile.orig 2012-12-07 15:17:09.000000000 +0000
+++ src/extensions/Makefile
@@ -4,6 +4,7 @@ PACKAGE := lwt.unix \
lwt.ssl \
lwt.react \
netstring \
+ netstring-pcre \
tyxml.parser \
LIBS := -I ../baselib -I ../http -I ../server ${addprefix -package ,${PACKAGE}}

View file

@ -1,13 +0,0 @@
$NetBSD: patch-src_http_Makefile,v 1.1 2013/06/11 14:56:06 jaapb Exp $
Add netstring-pcre package, no longer provided by netstring by default
--- src/http/Makefile.orig 2012-12-07 15:17:09.000000000 +0000
+++ src/http/Makefile
@@ -1,6 +1,6 @@
include ../../Makefile.config
-LIBS := -package netstring,lwt.ssl,tyxml -I ../baselib
+LIBS := -package netstring,netstring-pcre,lwt.ssl,tyxml -I ../baselib
OCAMLC := $(OCAMLFIND) ocamlc${BYTEDBG}
OCAMLOPT := $(OCAMLFIND) ocamlopt ${OPTDBG}
OCAMLDOC := $(OCAMLFIND) ocamldoc

View file

@ -1,5 +0,0 @@
Ocsigen is a web programming framework for OCaml. It can be used as a web
server, serving static pages, but it is also possible to implement entire
web sites as OCaml modules.
WWW: http://www.ocsigen.org

View file

@ -1,31 +0,0 @@
bin/ocsigenserver
bin/ocsigenserver.opt
@sample etc/ocsigenserver.conf.sample
etc/mime.types
man/man1/ocsigenserver.1.gz
share/ocsigen/www/index.html
share/ocsigen/www/ocsigenstuff/back.png
share/ocsigen/www/ocsigenstuff/cdimage.png
share/ocsigen/www/ocsigenstuff/deb.png
share/ocsigen/www/ocsigenstuff/dvi.png
share/ocsigen/www/ocsigenstuff/folder_open.png
share/ocsigen/www/ocsigenstuff/html.png
share/ocsigen/www/ocsigenstuff/image.png
share/ocsigen/www/ocsigenstuff/ocsigen5.png
share/ocsigen/www/ocsigenstuff/pdf.png
share/ocsigen/www/ocsigenstuff/postscript.png
share/ocsigen/www/ocsigenstuff/readme.png
share/ocsigen/www/ocsigenstuff/rpm.png
share/ocsigen/www/ocsigenstuff/sound.png
share/ocsigen/www/ocsigenstuff/source_c.png
share/ocsigen/www/ocsigenstuff/source_java.png
share/ocsigen/www/ocsigenstuff/source_pl.png
share/ocsigen/www/ocsigenstuff/source_py.png
share/ocsigen/www/ocsigenstuff/tar.png
share/ocsigen/www/ocsigenstuff/tex.png
share/ocsigen/www/ocsigenstuff/tgz.png
share/ocsigen/www/ocsigenstuff/txt.png
share/ocsigen/www/ocsigenstuff/unknown.png
share/ocsigen/www/ocsigenstuff/video.png
share/ocsigen/www/ocsigenstuff/style.css
@dir var/ocsigen