Remove expired ports:

2011-12-31 www/squid30: This version of Squid is no longer actively maintained upstream
2011-12-31 devel/slglade: Depends on non-functional x11-toolkits/slgtk
2011-12-31 x11-toolkits/slgtk: Does not work with newer GTK+, upstream development has ceased
2011-12-31 x11-toolkits/slgtkdatabox: Depends on non-functional x11-toolkits/slgtk
This commit is contained in:
Rene Ladan 2012-01-01 12:07:55 +00:00
parent d90d44a853
commit 110eb5bff8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=288368
27 changed files with 4 additions and 1100 deletions

4
MOVED
View file

@ -3044,3 +3044,7 @@ www/xpi-mousegestures||2011-12-28|Has expired: Development has been ceased and n
www/xpi-mozex||2011-12-28|Has expired: Development has been ceased and not compatible with Firefox > 3.
sysutils/duplicity05||2012-01-01|Has expired: This version is out of date, and the 0.6.x branch is considered stable
japanese/py-kanjilib||2012-01-01|Has expired: This port is not needed with any supported python version
www/squid30||2012-01-01|Has expired: This version of Squid is no longer actively maintained upstream
devel/slglade||2012-01-01|Has expired: Depends on non-functional x11-toolkits/slgtk
x11-toolkits/slgtk||2012-01-01|Has expired: Does not work with newer GTK+, upstream development has ceased
x11-toolkits/slgtkdatabox||2012-01-01|Has expired: Depends on non-functional x11-toolkits/slgtk

View file

@ -3752,7 +3752,6 @@
SUBDIR += simulavr
SUBDIR += skalibs
SUBDIR += slf4j
SUBDIR += slglade
SUBDIR += smake
SUBDIR += smc
SUBDIR += sml_tk

View file

@ -1,41 +0,0 @@
# New ports collection makefile for: slglade
# Date created: 15 Aug 2008
# Whom: Alexey Shuvaev <shuvaev@phyisik.uni-wuerzburg.de>
#
# $FreeBSD$
#
PORTNAME= slglade
PORTVERSION= 0.3
PORTREVISION= 3
CATEGORIES= devel
MASTER_SITES= http://laurent.perez2.free.fr/comp/slang/modules/
EXTRACT_SUFX= .tgz
MAINTAINER= shuvaev@physik.uni-wuerzburg.de
COMMENT= S-Lang binding for libglade
LIB_DEPENDS= slang.2:${PORTSDIR}/devel/libslang2
RUN_DEPENDS= imdisplay:${PORTSDIR}/x11-toolkits/slgtk
DEPRECATED= Depends on non-functional x11-toolkits/slgtk
EXPIRATION_DATE= 2011-12-31
USE_GNOME= libglade2
GNU_CONFIGURE= yes
post-patch:
.if !defined(NOPORTDOCS)
@${REINPLACE_CMD} -e 's|doc/slglade|share/&|' ${WRKSRC}/doc/Makefile.in
.else
@${REINPLACE_CMD} -e 's/doc //' ${WRKSRC}/Makefile.in
.endif
post-install:
.if !defined(NOPORTEXAMPLES)
${MKDIR} ${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/examples/*.sl ${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/examples/*.glade ${EXAMPLESDIR}
.endif
.include <bsd.port.mk>

View file

@ -1,2 +0,0 @@
SHA256 (slglade-0.3.tgz) = 24205cd48cbfaf81666f42a1420ff34a38f53512c6094d5cb5ded3070b4dc023
SIZE (slglade-0.3.tgz) = 339329

View file

@ -1,12 +0,0 @@
SLglade is a S-Lang module that provides S-Lang bindings
for the libglade library. Used in conjunction with SLgtk,
it allows you to design your GUI with Glade (a GTK+ user interface builder),
save the interface description in a Glade XML file,
and then generate your S-Lang script's graphical interface
directly from the XML at runtime. This should reduce the time spent
developing SLgtk applications considerably, as it eliminates
the tedious job of writing interface-creation code by hand.
This is an update for Christopher Stawarz's SLglade module.
WWW: http://laurent.perez2.free.fr/comp/slang/modules/modules.html

View file

@ -1,17 +0,0 @@
lib/slang/v2/modules/glade-module.la
lib/slang/v2/modules/glade-module.so
%%PORTDOCS%%%%DOCSDIR%%/slgladefun.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/basic.sl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/buffer_basic.sl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example.glade
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example.sl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/get_widget.sl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/howdy.glade
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/root_widget.sl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/signal_connect.sl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/texteditor.glade
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/texteditor.sl
share/slsh/local-packages/glade.sl
share/slsh/local-packages/slirprc-glade.sl
%%PORTDOCS%%@dirrm %%DOCSDIR%%
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%

View file

@ -1743,7 +1743,6 @@
SUBDIR += spreadlogd
SUBDIR += sqstat
SUBDIR += squid
SUBDIR += squid30
SUBDIR += squid31
SUBDIR += squid_radius_auth
SUBDIR += squidguard

View file

@ -1,450 +0,0 @@
# New ports collection makefile for: squid24
# Date created: Tue Mar 27 14:56:08 CEST 2001
# Whom: Adrian Chadd <adrian@FreeBSD.org>
#
# $FreeBSD$
#
# Tunables not (yet) configurable via 'make config':
# SQUID_{U,G}ID
# Which user/group Squid should run as (default: squid/squid).
# The user and group will be created if they do not already exist using
# a uid:gid of 100:100.
# NOTE: older versions of Squid defaulted to nobody/nogroup.
# If you wish to run Squid as "nobody" (which is not recommended), please
# define SQUID_UID=nobody and SQUID_GID=nogroup in your make environment
# before you start the update or installation of this port.
#
# SQUID_LANGUAGES
# A list of languages for which error page files should be installed
# (default: all available)
#
# E.g. use `make SQUID_LANGUAGES="English French"' if you want to
# install the files for these languages only.
# Use `make -VSQUID_LANGUAGES' or scroll down to this variable's
# definition to see which values are valid.
#
# SQUID_DEFAULT_LANG
# If you define SQUID_LANGUAGES, select which language should be the default
# one (this variable defaults to "templates"). This setting can be overwritten
# with squid.conf's error_directory directive.
#
# SQUID_CONFIGURE_ARGS
# Additional configuration options.
#
# To enable them, use e.g
# `make SQUID_CONFIGURE_ARGS="--enable-dlmalloc --enable-truncate" install'
#
# The list below may be incomplete, please see the configure script
# in the Squid source distribution for the complete list of additional
# options.
# Note that you probably do not need to worry about these options in most
# cases, they are included in case you want to experiment with them.
#
# --enable-xmalloc-statistics
# Show malloc statistics in status page
# --enable-cachemgr-hostname=some.hostname
# Make cachemgr.cgi default to this host
# --disable-unlinkd
# Do not use "unlinkd"
# --with-aufs-threads=N_THREADS
# Tune the number of worker threads for the aufs object
# --with-filedescriptors=N
# Force Squid to use N filedescriptors.
# --enable-ntlm-fail-open
# Enable NTLM fail open, where a helper that fails one of the
# Authentication steps can allow Squid to still authenticate the user
# --enable-x-accelerator-vary
# Enable support for the X-Accelerator-Vary HTTP header. Can be used
# to indicate variance within an accelerator setup. Typically used
# together with other code that adds custom HTTP headers to the
# requests.
PORTNAME= squid
PORTVERSION= 3.0.${SQUID_STABLE_VER}
PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= ftp://ftp.squid-cache.org/pub/%SUBDIR%/ \
http://mirrors.ccs.neu.edu/Squid/ \
ftp://ftp.fu-berlin.de/unix/www/squid/squid/ \
ftp://ftp.nl.uu.net/pub/unix/www/squid/ \
ftp://ftp.solnet.ch/mirror/squid/ \
ftp://ftp.ntua.gr/pub/www/Squid/squid/ \
http://mirror.aarnet.edu.au/pub/squid/squid/ \
${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/www/squid,} \
http://www.squid-cache.org/Versions/v3/3.0/ \
http://www3.us.squid-cache.org/Versions/v3/3.0/ \
http://www1.at.squid-cache.org/Versions/v3/3.0/ \
http://www2.de.squid-cache.org/Versions/v3/3.0/ \
http://www.eu.squid-cache.org/Versions/v3/3.0/ \
http://www1.ie.squid-cache.org/Versions/v3/3.0/ \
http://www1.jp.squid-cache.org/Versions/v3/3.0/ \
http://www1.za.squid-cache.org/Versions/v3/3.0/
MASTER_SITE_SUBDIR= squid
DISTNAME= squid-3.0.STABLE${SQUID_STABLE_VER}
DIST_SUBDIR= squid3.0
PATCH_SITES= http://www.squid-cache.org/%SUBDIR%/ \
http://www2.us.squid-cache.org/%SUBDIR%/ \
http://www1.at.squid-cache.org/%SUBDIR%/ \
http://www2.de.squid-cache.org/%SUBDIR%/ \
http://www.eu.squid-cache.org/%SUBDIR%/ \
http://www1.ie.squid-cache.org/%SUBDIR%/ \
http://www1.jp.squid-cache.org/%SUBDIR%/ \
http://www2.tw.squid-cache.org/%SUBDIR%/
PATCH_SITE_SUBDIR= Versions/v3/3.0/changesets
PATCHFILES= #empty
MAINTAINER= tmseck@web.de
COMMENT= HTTP Caching Proxy
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
DEPRECATED= This version of Squid is no longer actively maintained upstream
EXPIRATION_DATE= 2011-12-31
LATEST_LINK= squid30
SQUID_STABLE_VER= 26
CONFLICTS_INSTALL= squid-2.[0-9].* squid-3.[^0].* cacheboy-[0-9]* lusca-head-[0-9]*
GNU_CONFIGURE= yes
USE_BZIP2= yes
USE_PERL5= yes
USE_RC_SUBR= squid
SQUID_UID?= squid
SQUID_GID?= squid
MAN8= cachemgr.cgi.8 squid.8 squid_radius_auth.8
docs= QUICKSTART README RELEASENOTES.html doc/debug-sections.txt
PORTDOCS= ${docs:T}
PORTEXAMPLES= *
SUB_FILES+= pkg-deinstall pkg-install pkg-message
SUB_LIST+= SQUID_UID=${SQUID_UID} SQUID_GID=${SQUID_GID}
OPTIONS= SQUID_KERB_AUTH "Install Kerberos authentication helpers" on \
SQUID_LDAP_AUTH "Install LDAP authentication helpers" off \
SQUID_NIS_AUTH "Install NIS/YP authentication helpers" on \
SQUID_SASL_AUTH "Install SASL authentication helpers" off \
SQUID_DELAY_POOLS "Enable delay pools" off \
SQUID_SNMP "Enable SNMP support" on \
SQUID_CARP "Enable CARP support" on \
SQUID_SSL "Enable SSL support for reverse proxies" off \
SQUID_PINGER "Install the icmp helper" off \
SQUID_DNS_HELPER "Use the old 'dnsserver' helper" off \
SQUID_HTCP "Enable HTCP support" off \
SQUID_VIA_DB "Enable forward/via database" off \
SQUID_CACHE_DIGESTS "Enable cache digests" off \
SQUID_WCCP "Enable Web Cache Coordination Prot. v1" on \
SQUID_WCCPV2 "Enable Web Cache Coordination Prot. v2" off \
SQUID_STRICT_HTTP "Be strictly HTTP compliant" off \
SQUID_IDENT "Enable ident (RFC 931) lookups" on \
SQUID_REFERER_LOG "Enable Referer-header logging" off \
SQUID_USERAGENT_LOG "Enable User-Agent-header logging" off \
SQUID_ARP_ACL "Enable ACLs based on ethernet address" off \
SQUID_IPFW "Enable transparent proxying with IPFW" off \
SQUID_PF "Enable transparent proxying with PF" off \
SQUID_IPFILTER "Enable transp. proxying with IPFilter" off \
SQUID_ICAP "Enable ICAP client functionality" off \
SQUID_ESI "Enable ESI support (experimental)" off \
SQUID_AUFS "Enable the aufs storage scheme" off \
SQUID_COSS "Enable COSS (currently not available)" off \
SQUID_KQUEUE "Use kqueue(2) (experimental)" on \
SQUID_LARGEFILE "Support log and cache files >2GB" off \
SQUID_STACKTRACES "Create backtraces on fatal errors" off \
SQUID_DEBUG "Enable debugging options" off
etc_files= squid/cachemgr.conf.default \
squid/mib.txt squid/mime.conf.default \
squid/msntauth.conf.default squid/squid.conf.default
icon_files= anthony-binhex.gif anthony-bomb.gif anthony-box.gif \
anthony-box2.gif anthony-c.gif anthony-compressed.gif \
anthony-dir.gif anthony-dirup.gif anthony-dvi.gif \
anthony-f.gif anthony-image.gif anthony-image2.gif \
anthony-layout.gif anthony-link.gif anthony-movie.gif \
anthony-pdf.gif anthony-portal.gif anthony-ps.gif \
anthony-quill.gif anthony-script.gif anthony-sound.gif \
anthony-tar.gif anthony-tex.gif anthony-text.gif \
anthony-unknown.gif anthony-xbm.gif anthony-xpm.gif
error_files= ERR_ACCESS_DENIED ERR_CACHE_ACCESS_DENIED \
ERR_CACHE_MGR_ACCESS_DENIED ERR_CANNOT_FORWARD \
ERR_CONNECT_FAIL ERR_DNS_FAIL ERR_ESI ERR_FORWARDING_DENIED \
ERR_FTP_DISABLED ERR_FTP_FAILURE ERR_FTP_FORBIDDEN \
ERR_FTP_NOT_FOUND ERR_FTP_PUT_CREATED \
ERR_FTP_PUT_ERROR ERR_FTP_PUT_MODIFIED ERR_FTP_UNAVAILABLE \
ERR_ICAP_FAILURE ERR_INVALID_REQ ERR_INVALID_RESP \
ERR_INVALID_URL ERR_LIFETIME_EXP ERR_NO_RELAY \
ERR_ONLY_IF_CACHED_MISS ERR_READ_ERROR ERR_READ_TIMEOUT \
ERR_SHUTTING_DOWN ERR_SOCKET_FAILURE ERR_TOO_BIG ERR_UNSUP_REQ \
ERR_URN_RESOLVE ERR_WRITE_ERROR ERR_ZERO_SIZE_OBJECT
libexec= cachemgr.cgi digest_pw_auth diskd ip_user_check \
msnt_auth ncsa_auth ntlm_auth pam_auth smb_auth \
smb_auth.sh squid_db_auth squid_radius_auth squid_session \
squid_unix_group wbinfo_group.pl
.if !defined(SQUID_CONFIGURE_ARGS) || ${SQUID_CONFIGURE_ARGS:M*--disable-unlinkd*} == ""
libexec+= unlinkd
.endif
sbin= RunAccel RunCache squidclient squid
CONFIGURE_ARGS= --with-default-user=${SQUID_UID} \
--bindir=${PREFIX}/sbin \
--sbindir=${PREFIX}/sbin \
--datadir=${ETCDIR} \
--libexecdir=${PREFIX}/libexec/squid \
--localstatedir=/var/squid \
--sysconfdir=${ETCDIR} \
--enable-removal-policies="lru heap" \
--disable-linux-netfilter \
--disable-linux-tproxy \
--disable-epoll
.include <bsd.port.pre.mk>
# Authentication methods and modules:
basic_auth= DB NCSA PAM MSNT SMB squid_radius_auth
digest_auth= password
external_acl= ip_user session unix_group wbinfo_group
MAN8+= ncsa_auth.8 pam_auth.8 squid_db_auth.8 squid_session.8 \
squid_unix_group.8
.if defined(WITH_SQUID_LDAP_AUTH)
USE_OPENLDAP= yes
CFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
MAN8+= squid_ldap_auth.8 squid_ldap_group.8
basic_auth+= LDAP
digest_auth+= ldap
external_acl+= ldap_group
libexec+= digest_ldap_auth squid_ldap_auth squid_ldap_group
.endif
.if defined(WITH_SQUID_SASL_AUTH)
LIB_DEPENDS+= sasl2.2:${PORTSDIR}/security/cyrus-sasl2
CFLAGS+= -I${LOCALBASE}/include
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
basic_auth+= SASL
libexec+= sasl_auth
.endif
# POLA: allow the old global make.conf(5) (pre src.conf(5)) defines, too:
.if defined(WITH_SQUID_NIS_AUTH) && !defined(NO_NIS) && !defined(WITHOUT_NIS)
basic_auth+= YP
libexec+= yp_auth
.endif
CONFIGURE_ARGS+= --enable-auth="basic digest negotiate ntlm" \
--enable-basic-auth-helpers="${basic_auth}" \
--enable-digest-auth-helpers="${digest_auth}" \
--enable-external-acl-helpers="${external_acl}" \
--enable-ntlm-auth-helpers="SMB"
# POLA: allow the old global make.conf(5) (pre src.conf(5)) defines, too:
.if defined(WITH_SQUID_KERB_AUTH) && !defined(NO_KERBEROS) && !defined(WITHOUT_KERBEROS)
# XXX This currently only works with heimdal from the base system.
CONFIGURE_ARGS+= --enable-negotiate-auth-helpers="squid_kerb_auth"
libexec+= squid_kerb_auth
.endif
# Storage schemes:
storage_schemes= ufs diskd null
.if defined(WITH_SQUID_AUFS)
storage_schemes+= aufs
# Only document switching from libpthread to libthr using libmap.conf
# where lipthread is the default threading library:
.if ${OSVERSION} < 700041
EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-src-cf.data.pre.aufs
.endif
# Nil aufs threads is default, set any other value via SQUID_CONFIGURE_ARGS
CONFIGURE_ARGS+= --with-pthreads
CFLAGS+= ${PTHREAD_CFLAGS}
.endif
.if defined(WITH_SQUID_COSS)
# Starting with 3.0.STABLE9, COSS is disabled in Squid-3 until fixes
# from the 2.x series are backported to 3.x.
# storage_schemes+= coss
.endif
CONFIGURE_ARGS+= --enable-storeio="${storage_schemes}"
# Other options set via 'make config':
.if defined(WITH_SQUID_DELAY_POOLS)
CONFIGURE_ARGS+= --enable-delay-pools
.endif
.if defined(WITHOUT_SQUID_SNMP)
CONFIGURE_ARGS+= --disable-snmp
.endif
.if defined(WITHOUT_SQUID_CARP)
CONFIGURE_ARGS+= --disable-carp
.endif
.if defined(WITH_SQUID_SSL)
# we need to .include bsd.openssl.mk manually here.because USE_OPENSSL only
# works when it is defined before bsd.port{.pre}.mk is .included.
# This makes it currently impossible to combine this macro with OPTIONS to
# conditionally include OpenSSL support.
.include "${PORTSDIR}/Mk/bsd.openssl.mk"
CONFIGURE_ARGS+= --enable-ssl \
--with-openssl="${OPENSSLBASE}"
CFLAGS+= -I${OPENSSLINC}
LDFLAGS+= -L${OPENSSLLIB}
.endif
.if defined(WITH_SQUID_PINGER)
CONFIGURE_ARGS+= --enable-icmp
libexec+= pinger
.endif
.if defined(WITH_SQUID_DNS_HELPER)
CONFIGURE_ARGS+= --disable-internal-dns
libexec+= dnsserver
.endif
.if defined(WITH_SQUID_HTCP)
CONFIGURE_ARGS+= --enable-htcp
.endif
.if defined(WITH_SQUID_VIA_DB)
CONFIGURE_ARGS+= --enable-forw-via-db
.endif
.if defined(WITH_SQUID_CACHE_DIGESTS)
CONFIGURE_ARGS+= --enable-cache-digests
.endif
.if defined(WITHOUT_SQUID_WCCP)
CONFIGURE_ARGS+= --disable-wccp
.endif
.if defined(WITH_SQUID_WCCPV2)
CONFIGURE_ARGS+= --enable-wccpv2
.endif
.if defined(WITH_SQUID_STRICT_HTTP)
CONFIGURE_ARGS+= --disable-http-violations
.endif
.if defined(WITHOUT_SQUID_IDENT)
CONFIGURE_ARGS+= --disable-ident-lookups
.endif
.if defined(WITH_SQUID_REFERER_LOG)
CONFIGURE_ARGS+= --enable-referer-log
.endif
.if defined(WITH_SQUID_USERAGENT_LOG)
CONFIGURE_ARGS+= --enable-useragent-log
.endif
.if defined(WITH_SQUID_ARP_ACL)
CONFIGURE_ARGS+= --enable-arp-acl
.endif
.if defined(WITH_SQUID_IPFW)
CONFIGURE_ARGS+= --enable-ipfw-transparent
.endif
.if defined(WITH_SQUID_PF)
CONFIGURE_ARGS+= --enable-pf-transparent
.endif
.if defined(WITH_SQUID_IPFILTER)
CONFIGURE_ARGS+= --enable-ipf-transparent
.endif
.if defined(WITH_SQUID_ICAP)
CONFIGURE_ARGS+= --enable-icap-client
.endif
.if defined(WITH_SQUID_ESI)
CONFIGURE_ARGS+= --enable-esi
LIB_DEPENDS+= expat:${PORTSDIR}/textproc/expat2 \
xml2:${PORTSDIR}/textproc/libxml2
CFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/libxml2
LDFLAGS+= -L${LOCALBASE}/lib
.endif
.if defined(WITHOUT_SQUID_KQUEUE)
# Squid-3's kqueue support is still marked as experimental, so it is not yet
# enabled automatically as in Squid-2. We are explicit about disabling it,
# nonetheless:
CONFIGURE_ARGS+= --disable-kqueue
.else
CONFIGURE_ARGS+= --enable-kqueue
.endif
.if defined(WITH_SQUID_LARGEFILE)
CONFIGURE_ARGS+= --with-large-files
.endif
.if defined(WITH_SQUID_STACKTRACES)
CONFIGURE_ARGS+= --enable-stacktraces
CFLAGS+= -g
STRIP=
.endif
.if defined(WITH_SQUID_DEBUG) || defined(WITH_DEBUG)
# TODO: are there other useful options that can/should be set to help
# the developers in debugging failures?
CONFIGURE_ARGS+= --disable-optimizations
WITH_DEBUG?= yes
.endif
# Languages:
#
# If you do not define SQUID_LANGUAGES yourself, all available language files
# will be installed; the default language will be English.
SQUID_LANGUAGES?= Armenian Azerbaijani Bulgarian Catalan Czech Danish \
Dutch English Estonian Finnish French German Greek \
Hebrew Hungarian Italian Japanese Korean Lithuanian \
Polish Portuguese Romanian Russian-1251 Russian-koi8-r \
Serbian Simplify_Chinese Slovak Spanish Swedish \
Traditional_Chinese Turkish Ukrainian-1251 \
Ukrainian-koi8-u Ukrainian-utf8
SQUID_DEFAULT_LANG?= templates
CONFIGURE_ARGS+= --enable-err-languages="${SQUID_LANGUAGES}" \
--enable-default-err-language=${SQUID_DEFAULT_LANG}
# Finally, add additional user specified configuration options:
CONFIGURE_ARGS+= ${SQUID_CONFIGURE_ARGS}
PLIST_DIRS= %%ETCDIR%%/icons libexec/squid
PLIST_FILES= ${etc_files:S,^,etc/,} ${icon_files:S,^,%%ETCDIR%%/icons/,} \
${libexec:S,^,libexec/squid/,} ${sbin:S,^,sbin/,}
.for d in ${SQUID_LANGUAGES} templates
PLIST_DIRS+= %%ETCDIR%%/errors/${d}
PLIST_FILES+= ${error_files:S,^,%%ETCDIR%%/errors/${d}/,}
.endfor
PLIST_DIRS+= %%ETCDIR%%/errors
PLIST_DIRSTRY+= %%ETCDIR%%
post-patch:
@${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' \
${WRKSRC}/src/cf.data.pre
@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
${WRKSRC}/helpers/basic_auth/SMB/Makefile.in \
${WRKSRC}/helpers/basic_auth/SMB/smb_auth.sh
pre-install:
# Prevent installation of .orig files by deleting them.
@${FIND} ${WRKSRC} -name '*.bak' -delete
@${FIND} ${WRKSRC} -name '*.orig' -delete
# XXX:
# Remove error pages that were prematurely integrated into 3.0.STABLE.
# This is done to keep the package list manageable by installing the same
# set of error files for every language:
@for d in Ukrainian-1251 Ukrainian-koi8-u Ukrainian-utf8 templates; \
do ${RM} -f ${WRKSRC}/errors/$${d}/ERR_SECURE_CONNECT_FAIL; \
done
pre-su-install:
@${SETENV} ${SCRIPTS_ENV} PKG_PREFIX=${PREFIX} \
${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL
post-install:
.if !defined(NOPORTEXAMPLES)
@${MKDIR} ${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/helpers/basic_auth/DB/passwd.sql ${EXAMPLESDIR}
.endif
.if defined(WITH_SQUID_PINGER)
${CHMOD} 4510 ${PREFIX}/libexec/squid/pinger; \
${CHGRP} ${SQUID_GID} ${PREFIX}/libexec/squid/pinger
.endif
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
cd ${WRKSRC} && ${INSTALL_DATA} ${docs} ${DOCSDIR}
.endif
@${SETENV} PKG_PREFIX=${PREFIX} \
${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
@${ECHO_CMD} "===> post-installation information for ${PKGNAME}:"
@${ECHO_CMD} ""
@${CAT} ${PKGMESSAGE}
@${ECHO_CMD} ""
.if defined(WITH_SQUID_COSS)
@${ECHO_CMD} "Note: COSS support is currently not available in Squid-3."
@${ECHO_CMD} "Please check your squid.conf and comment out any 'cache_dir coss' definitions."
@${ECHO_CMD} ""
.endif
.include <bsd.port.post.mk>

View file

@ -1,2 +0,0 @@
SHA256 (squid3.0/squid-3.0.STABLE26.tar.bz2) = 3e54ae3ad09870203862f0856c7d0cca16a85f62d5012085009003ee3d5467b4
SIZE (squid3.0/squid-3.0.STABLE26.tar.bz2) = 1866351

View file

@ -1,20 +0,0 @@
--- src/cf.data.pre.orig Wed Nov 1 15:12:02 2006
+++ src/cf.data.pre Wed Nov 1 15:12:17 2006
@@ -1097,6 +1100,17 @@
see argument descriptions under ufs above
+ Note:
+ By default, FreeBSD uses the pthread(3) M:N threading library.
+ You can, however, map the thread library to the 1:1 libthr(3)
+ implementation by inserting the following lines into
+ /etc/libmap.conf and see whether this performs better on your
+ system:
+
+ [%%PREFIX%%/sbin/squid]
+ libpthread.so.1 libthr.so.1
+ libpthread.so.2 libthr.so.2
+
The diskd store type:
"diskd" uses the same storage format as "ufs", utilizing a

View file

@ -1,11 +0,0 @@
--- helpers/basic_auth/SMB/Makefile.in.orig Tue Oct 4 07:29:26 2005
+++ helpers/basic_auth/SMB/Makefile.in Tue Oct 4 07:29:49 2005
@@ -129,7 +129,7 @@
makesnmplib = @makesnmplib@
SMB_AUTH_HELPER = smb_auth.sh
-SAMBAPREFIX = /usr/local/samba
+SAMBAPREFIX = %%LOCALBASE%%
SMB_AUTH_HELPER_PATH = $(libexecdir)/$(SMB_AUTH_HELPER)
libexec_SCRIPTS = $(SMB_AUTH_HELPER)

View file

@ -1,13 +0,0 @@
*** helpers/basic_auth/SMB/smb_auth.sh.orig Thu Feb 26 20:58:22 2004
--- helpers/basic_auth/SMB/smb_auth.sh Thu Feb 26 20:59:45 2004
***************
*** 17,22 ****
--- 17,24 ----
# along with this program; if not, write to the Free Software
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ SAMBAPREFIX=${SAMBAPREFIX:-%%LOCALBASE%%}
+
read DOMAINNAME
read PASSTHROUGH
read NMBADDR

View file

@ -1,13 +0,0 @@
--- src/cf.data.pre.orig Sun Jun 24 13:42:25 2007
+++ src/cf.data.pre Sun Jun 24 13:59:32 2007
@@ -1417,6 +1417,10 @@
LOC: Config.pidFilename
DOC_START
A filename to write the process-id to. To disable, enter "none".
+
+ Note: If you change this setting, you need to set squid_pidfile
+ in /etc/rc.conf to reflect the new value. Please see
+ %%PREFIX%%/etc/rc.d/squid for details.
DOC_END

View file

@ -1,47 +0,0 @@
#!/bin/sh
#
# $FreeBSD$
#
PATH=/bin:/usr/bin:/usr/sbin
squid_base="/var/squid"
squid_cachedir="${squid_base}/cache"
squid_confdir=${PKG_PREFIX}/etc/squid
squid_logdir="${squid_base}/logs"
case $2 in
DEINSTALL)
cd ${squid_confdir} || exit 1
for f in cachemgr.conf mime.conf msntauth.conf squid.conf; do
cmp -s -z ${f} ${f}.default && rm ${f}
done
# try to cleanup directories in /var:
for d in ${squid_cachedir} ${squid_logdir} ${squid_base} ; do
rmdir ${d} 2>/dev/null
done
;;
POST-DEINSTALL)
echo "===> post-deinstallation information for $1:"
echo ""
echo " Note:"
echo " Squid related user accounts and groups were not removed."
echo ""
echo " To remove the '%%SQUID_UID%%' user and the '%%SQUID_GID%%' group which were"
echo " created by a default installation of this package, run"
echo ""
echo " pw userdel -n %%SQUID_UID%% -u 100"
if [ -d ${squid_base} -o -d ${squid_confdir} ] ; then
echo ""
echo " In order to ease updates the cache and log directories"
echo " and all configuration files modified by you were preserved."
echo ""
echo " Please remove them manually if you do not want to use"
echo " Squid any longer."
fi
echo ""
;;
*)
exit 64
;;
esac
exit 0

View file

@ -1,81 +0,0 @@
#!/bin/sh
#
# $FreeBSD$
#
PATH=/bin:/usr/bin:/usr/sbin
pkgname=$1
squid_base="/var/squid"
squid_confdir="${PKG_PREFIX:-%%PREFIX%%}/etc/squid"
if [ -x /usr/sbin/nologin ]; then
nologin=/usr/sbin/nologin
else
nologin=/sbin/nologin
fi
squid_user="%%SQUID_UID%%"
squid_group="%%SQUID_GID%%"
squid_gid=100
squid_uid=100
case $2 in
PRE-INSTALL)
echo "===> Pre-installation configuration for ${pkgname}"
if ! pw groupshow ${squid_group} -q >/dev/null ; then
echo "There is no group '${squid_group}' on this system, so I will try to create it (using group id ${squid_gid}):"
if ! pw groupadd ${squid_group} -g ${squid_gid} -q ; then
echo "Failed to create group \"${squid_group}\"!" >&2
echo "Please create it manually." >&2
exit 1
else
echo "Group '${squid_group}' created successfully:"
fi
else
echo "I will use the existing group '${squid_group}':"
fi
pw groupshow ${squid_group}
if ! pw usershow ${squid_user} -q >/dev/null ; then
echo "There is no account '${squid_user}' on this system, so I will try to create it (using user id ${squid_uid}):"
if ! pw useradd -q -n ${squid_user} \
-u ${squid_uid} -g ${squid_group} \
-c "Squid caching-proxy pseudo user" \
-d "${squid_base}" -s "${nologin}" \
-h - ; then
echo "Failed to create user '${squid_user}'!" >&2
echo "Please create it manually." >&2
exit 1
else
echo "User '${squid_user}' created successfully:"
fi
else
echo "I will use the existing user '${squid_user}':"
fi
pw usershow ${squid_user}
for dir in cache logs; do
if [ ! -d ${squid_base}/${dir} ]; then
echo "Creating ${squid_base}/${dir}..."
install -d -o ${squid_user} -g ${squid_group} \
-m 0750 ${squid_base}/${dir}
fi
done
if [ ! -d ${squid_confdir} ]; then
echo "Creating ${squid_confdir}..."
install -d -o root -g ${squid_group} \
-m 0755 ${squid_confdir}
fi
;;
POST-INSTALL)
for file in cachemgr.conf mime.conf squid.conf; do
if [ ! -f ${squid_confdir}/${file} \
-a -f ${squid_confdir}/${file}.default ]; then
echo "Creating ${file} from default..."
install -c -o root -g ${squid_group} -m 0640 \
${squid_confdir}/${file}.default \
${squid_confdir}/${file}
fi
done
;;
*)
exit 64
;;
esac
exit 0

View file

@ -1,28 +0,0 @@
o You can find the configuration files for this package in the
directory %%PREFIX%%/etc/squid.
o The default cache directory is /var/squid/cache.
The default log directory is /var/squid/logs.
Note:
You must initialize new cache directories before you can start
squid. Do this by running "squid -z" as 'root' or '%%SQUID_UID%%'.
If your cache directories are already initialized (e.g. after an
upgrade of squid) you do not need to initialize them again.
o The default configuration will deny everyone but local networks
as defined in RFC 1918 access to the proxy service.
Edit the "http_access allow/deny" directives in
%%PREFIX%%/etc/squid/squid.conf to suit your needs.
To enable Squid, set squid_enable=yes in either
/etc/rc.conf, /etc/rc.conf.local or /etc/rc.conf.d/squid
Please see %%PREFIX%%/etc/rc.d/squid for further details.
Note:
If you just updated your Squid installation from an earlier version,
make sure to check your Squid configuration against the 3.0 default
configuration file %%PREFIX%%/etc/squid/squid.conf.default.
Additionally, you should check your configuration by calling
'squid -f /path/to/squid.conf -k parse' before starting Squid.

View file

@ -1,97 +0,0 @@
#!/bin/sh
#
# $FreeBSD$
#
# PROVIDE: squid
# REQUIRE: LOGIN
# KEYWORD: shutdown
#
# Note:
# Set "squid_enable=yes" in either /etc/rc.conf, /etc/rc.conf.local or
# /etc/rc.conf.d/squid to activate Squid.
#
# Additional variables you can define in one of these files:
#
# squid_chdir: the directory into which the rc system moves into before
# starting Squid. Default: /var/squid/logs
#
# squid_conf: The configuration file that Squid should use.
# Default: %%PREFIX%%/etc/squid/squid.conf
#
# squid_fib: The alternative routing table id that Squid should use.
# Default: none
# See setfib(1) for further details. Note that the setfib(2)
# system call is not available in FreeBSD versions prior to 7.1.
#
# squid_user: The user id that should be used to run the Squid master
# process. Default: %%SQUID_UID%%.
# Note that you probably need to define "squid_user=root" if
# you want to run Squid in reverse proxy setups or if you want
# Squid to listen on a "privileged" port < 1024.
#
# squid_pidfile:
# The name (including the full path) of the Squid
# master process' PID file.
# Default: /var/squid/logs/squid.pid.
# You only need to change this if you changed the
# corresponding entry in your Squid configuration.
#
# squid_flags: Additional commandline arguments for Squid you might want to
# use. See squid(8) for further details.
#
squid_checkrunning() {
${command} ${command_args} ${squid_flags} -k check 2>/dev/null
}
squid_setfib() {
sysctl net.fibs >/dev/null 2>&1 || return 0
if [ "x${squid_fib}" != "xNONE" ]; then
command="setfib -F ${squid_fib} ${command}"
else
return 0
fi
}
squid_stop() {
echo "Stopping ${name}."
${command} ${command_args} ${squid_flags} -k shutdown
run_rc_command poll
}
. /etc/rc.subr
name=squid
rcvar=${name}_enable
command=%%PREFIX%%/sbin/squid
extra_commands=reload
reload_cmd="${command} ${command_args} ${squid_flags} -k reconfigure"
start_precmd="squid_setfib"
stop_precmd="squid_checkrunning"
stop_cmd="squid_stop"
load_rc_config ${name}
squid_chdir=${squid_chdir:-"/var/squid/logs"}
squid_conf=${squid_conf:-"%%PREFIX%%/etc/squid/squid.conf"}
squid_enable=${squid_enable:-"NO"}
squid_fib=${squid_fib:-"NONE"}
squid_flags=${squid_flags-"-D"}
squid_pidfile=${squid_pidfile:-"/var/squid/logs/squid.pid"}
squid_user=${squid_user:-%%SQUID_UID%%}
pidfile=${squid_pidfile}
required_dirs=${squid_chdir}
# squid(8) will not start if ${squid_conf} is not present so try
# to catch that beforehand via ${required_files} rather than make
# squid(8) crash.
required_files=${squid_conf}
# Now make sure that we invoke squid with "-f ${squid_conf}":
command_args="-f ${squid_conf}"
run_rc_command "$1"

View file

@ -1,10 +0,0 @@
Squid is a high-performance proxy caching server for web clients,
supporting FTP, gopher, and HTTP data objects. Unlike traditional
caching software, Squid handles all requests in a single, non-blocking,
I/O-driven process.
Squid supports SSL, extensive access controls, and full request logging.
By using the lightweight Internet Cache Protocol, Squid caches can be
arranged in a hierarchy or mesh for additional bandwidth savings.
WWW: http://www.squid-cache.org/

View file

@ -251,8 +251,6 @@
SUBDIR += sdl_pango
SUBDIR += shared-desktop-ontologies
SUBDIR += skinlf
SUBDIR += slgtk
SUBDIR += slgtkdatabox
SUBDIR += slingshot
SUBDIR += soqt
SUBDIR += swt

View file

@ -1,69 +0,0 @@
# New ports collection makefile for: slgtk
# Date created: 28 May 2008
# Whom: Alexey Shuvaev <shuvaev@phyisik.uni-wuerzburg.de>
#
# $FreeBSD$
#
PORTNAME= slgtk
PORTVERSION= 0.7.6
CATEGORIES= x11-toolkits
MASTER_SITES= ftp://space.mit.edu/pub/cxc/modules/slgtk/
MAINTAINER= shuvaev@physik.uni-wuerzburg.de
COMMENT= S-Lang binding for GTK+
LIB_DEPENDS= slang.2:${PORTSDIR}/devel/libslang2
DEPRECATED= Does not work with newer GTK+, upstream development has ceased
EXPIRATION_DATE= 2011-12-31
USE_GNOME= gtk20
GNU_CONFIGURE= yes
CONFIGURE_ARGS= LDFLAGS=-lncurses
MAKE_JOBS_UNSAFE= yes
MAN1= imdisplay.1
OPTIONS= FITS "Install gdk-pixbuf FITS image loader" off
.include <bsd.port.options.mk>
.if defined(WITH_DEBUG)
CONFIGURE_ARGS+=--enable-ccdebug SLGTK_DEVEL_BUILD=true
.endif
.if !defined(WITHOUT_FITS)
ALL_TARGET= dynamic pixbuf_loader
INSTALL_TARGET= install install_pixbuf_loader
PLIST_SUB+= FITS=""
.else
ALL_TARGET= dynamic
PLIST_SUB+= FITS="@comment "
.endif
post-patch:
@${REINPLACE_CMD} -e 's|"examples"|"."| ; s|/examples|| ; \
s|"\.\."|"${EXAMPLESDIR}"|' \
${WRKSRC}/examples/main.sl ${WRKSRC}/examples/socket.sl
@${REINPLACE_CMD} -e '/rm -f devel/d ; /ln -sf @prefix@ devel/d' \
${WRKSRC}/Makefile.in
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
${INSTALL_MAN} ${WRKSRC}/doc/text/slgtk.txt ${DOCSDIR}
.endif
.if !defined(NOPORTEXAMPLES)
${MKDIR} ${EXAMPLESDIR}
${MKDIR} ${EXAMPLESDIR}/images
${INSTALL_DATA} ${WRKSRC}/examples/README ${EXAMPLESDIR}
${INSTALL_SCRIPT} ${WRKSRC}/examples/gtkplug ${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/examples/*.sl ${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/packages/wdisplay.sl ${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/images/gtk-logo-rgb.gif ${EXAMPLESDIR}/images
${INSTALL_DATA} ${WRKSRC}/images/test.xpm ${EXAMPLESDIR}/images
${INSTALL_DATA} ${WRKSRC}/images/stars.fits ${EXAMPLESDIR}/images
.endif
.include <bsd.port.mk>

View file

@ -1,2 +0,0 @@
SHA256 (slgtk-0.7.6.tar.gz) = ed9545d45b6ef40ec09593b287d48812d6ea4bc0d4ec54fa2fe7c8a4bcbcc402
SIZE (slgtk-0.7.6.tar.gz) = 1625646

View file

@ -1,14 +0,0 @@
The SLgtk package binds the GIMP Toolkit, also known as Gtk,
to the S-Lang scripting language. It provides an importable module
which makes most of Gtk and its constituent libraries callable directly
from S-Lang scripts.
With SLgtk the S-Lang programmer now has access to a powerful,
cross-platform widget set for creating sophisticated
graphical user interfaces (GUIs). The package also includes bindings
to GtkExtra, which are used in the vwhere visualization and filtering guilet,
as well as a gdk-pixbuf loader for the FITS image file format
widely used within astronomy, and an easy-to-use but powerful
image compositing, display, and output tool.
WWW: http://space.mit.edu/home/mnoble/slgtk/

View file

@ -1,95 +0,0 @@
bin/imdisplay
%%FITS%%lib/gtk-2.0/2.10.0/loaders/fitsi_loader.so
%%FITS%%lib/gtk-2.0/2.10.0/loaders/fitsi_loader.so.0.7.0
lib/slang/v2/modules/gif-module.so
lib/slang/v2/modules/gif-module.so.0.5.2
lib/slang/v2/modules/gtk-module.so
lib/slang/v2/modules/gtkextra-module.so
lib/slang/v2/modules/libslgtk.so
lib/slang/v2/modules/libslgtk.so.0
lib/slang/v2/modules/libslgtk.so.0.7.6
%%PORTDOCS%%%%DOCSDIR%%/slgtk.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/README
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/buttonbox.sl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/buttons.sl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cairo.sl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/chained.sl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/checkbuttons.sl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/colorsel.sl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cube.sl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cursors.sl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demoutils.sl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dialogs.sl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/drawarea.sl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/entry.sl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/evtwatch.sl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/filesel.sl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fontsel.sl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fork.sl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gprompt.sl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gprompt_example.sl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gtkmainloop.sl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gtkplug
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/handlebox.sl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/images/gtk-logo-rgb.gif
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/images/test.xpm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/images/stars.fits
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/labels.sl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/layout.sl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/liststore.sl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/main.sl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/markers.sl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/menus.sl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/modalwin.sl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/notebook.sl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/panes.sl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pixmap.sl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/plot.sl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/prevgray.sl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/progbar.sl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/radiob.sl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/range.sl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/reparent.sl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rgbselect.sl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rgbtest.sl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rulers.sl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scrollwin.sl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/slgtktoolbox.sl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/socket.sl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/spinb.sl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/statusbar.sl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/stkcheck.sl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tabs.sl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textview.sl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/timeout.sl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/togglebuttons.sl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/toolbar.sl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tooltips.sl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/transparency.sl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/viswhere.sl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/wdisplay.sl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/window.sl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/wmhints.sl
share/slsh/local-packages/animio.sl
share/slsh/local-packages/gif.sl
share/slsh/local-packages/gprompt.sl
share/slsh/local-packages/gtk.sl
share/slsh/local-packages/gtkextra.sl
share/slsh/local-packages/gtkplot.sl
share/slsh/local-packages/help/giffuns.hlp
share/slsh/local-packages/help/slgtkfun.hlp
share/slsh/local-packages/imdisplay.sl
share/slsh/local-packages/rgbselect.sl
share/slsh/local-packages/rgbwidget.sl
share/slsh/local-packages/slirprc-gtk.sl
share/slsh/local-packages/toolbox.sl
share/slsh/local-packages/vwdraw.sl
share/slsh/local-packages/vwhere.sl
share/slsh/local-packages/vwprefs.sl
share/slsh/local-packages/vwutils.sl
@dirrmtry share/slsh/local-packages/help
%%PORTDOCS%%@dirrm %%DOCSDIR%%
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/images
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%
%%FITS%%@exec %D/bin/gdk-pixbuf-query-loaders > /dev/null 2>&1 && %D/bin/gdk-pixbuf-query-loaders > %D/etc/gtk-2.0/gdk-pixbuf.loaders 2>/dev/null || /usr/bin/true
%%FITS%%@unexec %D/bin/gdk-pixbuf-query-loaders > /dev/null 2>&1 && %D/bin/gdk-pixbuf-query-loaders > %D/etc/gtk-2.0/gdk-pixbuf.loaders 2>/dev/null || /usr/bin/true

View file

@ -1,53 +0,0 @@
# New ports collection makefile for: slgtkdatabox
# Date created: 15 Aug 2008
# Whom: Alexey Shuvaev <shuvaev@phyisik.uni-wuerzburg.de>
#
# $FreeBSD$
#
PORTNAME= slgtkdatabox
PORTVERSION= 0.3
PORTREVISION= 4
CATEGORIES= x11-toolkits
MASTER_SITES= http://laurent.perez2.free.fr/comp/slang/modules/
EXTRACT_SUFX= .tgz
MAINTAINER= shuvaev@physik.uni-wuerzburg.de
COMMENT= S-Lang binding for gtkdatabox
LIB_DEPENDS= slang.2:${PORTSDIR}/devel/libslang2 \
gtkdatabox-0.9.0.1:${PORTSDIR}/x11-toolkits/gtkdatabox
RUN_DEPENDS= imdisplay:${PORTSDIR}/x11-toolkits/slgtk
DEPRECATED= Depends on non-functional x11-toolkits/slgtk
EXPIRATION_DATE= 2011-12-31
OPTIONS= SLGLADE "Enable slglade support (run-time)" off
.include <bsd.port.pre.mk>
.if defined(WITH_SLGLADE)
RUN_DEPENDS+= ${LOCALBASE}share/slsh/local-packages/glade.sl:${PORTSDIR}/devel/slglade
PLIST_SUB+= SLGLADE=""
.else
PLIST_SUB+= SLGLADE="@comment "
.endif
post-patch:
@${REINPLACE_CMD} -e 's/-ldl//' ${WRKSRC}/Makefile
do-install:
${INSTALL_DATA} ${WRKSRC}/gtkdatabox-module.so \
${PREFIX}/lib/slang/v2/modules
${INSTALL_DATA} ${WRKSRC}/gtkdatabox.sl \
${PREFIX}/share/slsh/local-packages
.if !defined(NOPORTEXAMPLES)
${MKDIR} ${EXAMPLESDIR}
${INSTALL_SCRIPT} ${WRKSRC}/examples/??[a-mo-z]*.sl ${EXAMPLESDIR}
.if defined(WITH_SLGLADE)
${INSTALL_DATA} ${WRKSRC}/examples/line_attributes.glade ${EXAMPLESDIR}
${INSTALL_SCRIPT} ${WRKSRC}/examples/line_attributes.sl ${EXAMPLESDIR}
.endif
.endif
.include <bsd.port.post.mk>

View file

@ -1,2 +0,0 @@
SHA256 (slgtkdatabox-0.3.tgz) = 0246f6181771f56f6668469616803780b061b30ebeb12ce5f48b56ea8f79fa1b
SIZE (slgtkdatabox-0.3.tgz) = 19540

View file

@ -1,4 +0,0 @@
The slgtkdatabox package binds gtkdatabox, a gtk widget for data plotting,
to the S-Lang scripting language.
WWW: http://laurent.perez2.free.fr/comp/slang/modules/modules.html

View file

@ -1,13 +0,0 @@
lib/slang/v2/modules/gtkdatabox-module.so
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/basics.sl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/coords.sl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/grid.sl
%%SLGLADE%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/line_attributes.glade
%%SLGLADE%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/line_attributes.sl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lissajous.sl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/logarithmic.sl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/marker.sl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rulers.sl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showhide.sl
share/slsh/local-packages/gtkdatabox.sl
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%