mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
Remove expired ports:
2019-04-30 russian/ircd-hybrid: The project is inactive since 2009 and the code is outdated 2019-04-30 devel/py-jsonschema2: Use devel/py-jsonschema instead 2019-04-30 devel/rubygem-msgpack1: Use devel/rubygem-msgpack instead 2019-04-30 www/p5-CGI.pm: Use www/p5-CGI instead
This commit is contained in:
parent
d8f62a6a12
commit
1a03ebee82
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=500611
4
MOVED
4
MOVED
@ -12209,3 +12209,7 @@ devel/poco-ssl||2019-04-30|Has expired: Newer version available; use devel/poco
|
||||
audio/linux-skype_oss_wrapper||2019-04-30|Has expired: Only useful for net-im/skype4
|
||||
net-im/skype4||2019-04-30|Has expired: Unsupported upstream
|
||||
devel/llvm50|devel/llvm80|2019-04-30|Has expired: Use a modern version instead
|
||||
russian/ircd-hybrid|irc/ircd-hybrid|2019-05-01|Has expired: The project is inactive since 2009 and the code is outdated
|
||||
devel/py-jsonschema2|devel/py-jsonschema|2019-05-01|Has expired: Use devel/py-jsonschema instead
|
||||
devel/rubygem-msgpack1|devel/rubygem-msgpack|2019-05-01|Has expired: Use devel/rubygem-msgpack instead
|
||||
www/p5-CGI.pm|www/p5-CGI|2019-05-01|Has expired: Use www/p5-CGI instead
|
||||
|
@ -4732,7 +4732,6 @@
|
||||
SUBDIR += py-jsonrpclib
|
||||
SUBDIR += py-jsonrpclib-pelix
|
||||
SUBDIR += py-jsonschema
|
||||
SUBDIR += py-jsonschema2
|
||||
SUBDIR += py-jsonsir
|
||||
SUBDIR += py-jupyter_client
|
||||
SUBDIR += py-jupyter_console
|
||||
@ -5870,7 +5869,6 @@
|
||||
SUBDIR += rubygem-mongo
|
||||
SUBDIR += rubygem-mono_logger
|
||||
SUBDIR += rubygem-msgpack
|
||||
SUBDIR += rubygem-msgpack1
|
||||
SUBDIR += rubygem-mspec
|
||||
SUBDIR += rubygem-multi_json
|
||||
SUBDIR += rubygem-multi_test
|
||||
|
@ -1,35 +0,0 @@
|
||||
# Created by: Muhammad Moinur Rahman <bofh@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= jsonschema
|
||||
PORTVERSION= 2.6.0
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
PKGNAMESUFFIX= 2
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= JSON Schema validation for Python
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
DEPRECATED= Use devel/py-jsonschema instead
|
||||
EXPIRATION_DATE=2019-04-30
|
||||
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}vcversioner>=2.16.0.0:devel/py-vcversioner@${PY_FLAVOR}
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
PORTSCOUT= limit:^2\.
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PYTHON_VER} == "2.7"
|
||||
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}functools32>=0:devel/py-functools32@${PY_FLAVOR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
@ -1,3 +0,0 @@
|
||||
TIMESTAMP = 1488112296
|
||||
SHA256 (jsonschema-2.6.0.tar.gz) = 6ff5f3180870836cae40f06fa10419f557208175f13ad7bc26caa77beb1f6e02
|
||||
SIZE (jsonschema-2.6.0.tar.gz) = 53252
|
@ -1,8 +0,0 @@
|
||||
jsonschema is an implementation of JSON Schema for Python
|
||||
|
||||
- Full support for Draft 3 and Draft 4 of the schema.
|
||||
- Lazy validation that can iteratively report all validation errors.
|
||||
- Small and extensible
|
||||
- Programmatic querying of which properties or items failed validation.
|
||||
|
||||
WWW: https://github.com/Julian/jsonschema
|
@ -1,22 +0,0 @@
|
||||
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= msgpack
|
||||
PORTVERSION= 1.2.0
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
PKGNAMESUFFIX= 1
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Gems for MessagePack
|
||||
|
||||
LICENSE= APACHE20
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
DEPRECATED= Use devel/rubygem-msgpack instead
|
||||
EXPIRATION_DATE=2019-04-30
|
||||
|
||||
USES= gem
|
||||
USE_RUBY= yes
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,3 +0,0 @@
|
||||
TIMESTAMP = 1512745095
|
||||
SHA256 (rubygem/msgpack-1.2.0.gem) = d34546d3c37d3ffbe8ea2d7b7b768fb8a2ee749e2fb6fe5fe11ae08f1c19aa6b
|
||||
SIZE (rubygem/msgpack-1.2.0.gem) = 77824
|
@ -1,6 +0,0 @@
|
||||
MessagePack is an efficient binary serialization format. It lets you exchange
|
||||
data among multiple languages like JSON. But it's faster and smaller. Small
|
||||
integers are encoded into a single byte, and typical short strings require only
|
||||
one extra byte in addition to the strings themselves.
|
||||
|
||||
WWW: https://msgpack.org/
|
@ -13,7 +13,6 @@
|
||||
SUBDIR += gimp-help
|
||||
SUBDIR += hunspell
|
||||
SUBDIR += hyphen
|
||||
SUBDIR += ircd-hybrid
|
||||
SUBDIR += koi2koi
|
||||
SUBDIR += koi8r-ps
|
||||
SUBDIR += libreoffice
|
||||
|
@ -1,82 +0,0 @@
|
||||
# Created by: Evgueni V. Gavrilov <aquatique@rusunix.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= ircd
|
||||
PORTVERSION= 7.2.4
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= russian irc
|
||||
MASTER_SITES= SF/${PORTNAME}-hybrid-ru/${PORTNAME}-hybrid-ru/${PORTNAME}-hybrid-ru-${PORTVERSION} \
|
||||
ftp://rusunix.org/pub/FreeBSD/distfiles/
|
||||
PKGNAMESUFFIX= -hybrid
|
||||
DISTNAME= ircd-hybrid-ru-${PORTVERSION}
|
||||
|
||||
MAINTAINER= rodrigo@FreeBSD.org
|
||||
COMMENT= Russian version of well known hybrid IRC server
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
CONFLICTS_INSTALL= ircd-[0-9]* irc-[0-9]* charybdis-[0-9]* Nefarious-[0-9]* ircd-hybrid-[0-9]* ircd-ratbox* bnc whois
|
||||
|
||||
BROKEN= Don't compile after last openssl API changes
|
||||
DEPRECATED= The project is inactive since 2009 and the code is outdated
|
||||
EXPIRATION_DATE= 2019-04-30
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}${PKGNAMESUFFIX}-ru
|
||||
USES= bison ssl
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc/ircd-hybrid-ru
|
||||
|
||||
USERS= ircdru
|
||||
GROUPS= ircdru
|
||||
PLIST_SUB= USR=${USERS} GRP=${GROUPS}
|
||||
|
||||
.if defined(WITH_SMALL_NET)
|
||||
CONFIGURE_ARGS+=-enable-small-net
|
||||
.endif
|
||||
|
||||
.if defined(WITH_SYSLOG)
|
||||
CONFIGURE_ARGS+=--enable-syslog=\"kill squit connect users oper\"
|
||||
.endif
|
||||
|
||||
.if defined(NICKLENGTH)
|
||||
CONFIGURE_ARGS+=--with-nicklen=${NICKLENGTH}
|
||||
.endif
|
||||
|
||||
.if defined(TOPICLENGTH)
|
||||
CONFIGURE_ARGS+=--with-topiclen=${TOPICLENGTH}
|
||||
.endif
|
||||
|
||||
.if defined(MAXCONN)
|
||||
CONFIGURE_ARGS+=--with-maxconn=${MAXCONN}
|
||||
.endif
|
||||
|
||||
pre-extract:
|
||||
@${ECHO_MSG} "* * * Build options for ircd-hybrid-ru * * *"
|
||||
@${ECHO_MSG} "Issue make WITH_SMALL_NET=yes to build server optimized for small network"
|
||||
@${ECHO_MSG} "Issue make WITH_SYSLOG=yes to enable logging via syslogd"
|
||||
@${ECHO_MSG} "You can define maximum nick length. For example make NICKLENGTH=46 (default is 30)"
|
||||
@${ECHO_MSG} "You can define maximum topic length. For example make TOPICLENGTH=254 (default is 120; maximum is 390)"
|
||||
@${ECHO_MSG} "You can define maximum number of connections for ircd. For example make MAXCONN=512"
|
||||
|
||||
post-extract:
|
||||
@${CP} ${WRKSRC}/contrib/m_ojoin.c ${WRKSRC}/modules/
|
||||
@${CP} ${WRKSRC}/contrib/m_force.c ${WRKSRC}/modules/
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's,-g -O2,-O2,' ${WRKSRC}/configure
|
||||
@${REINPLACE_CMD} -e 's,"-g","",' ${WRKSRC}/configure
|
||||
@${REINPLACE_CMD} -e 's,ac_cv_prog_cc_g=yes,ac_cv_prog_cc_g=no,' ${WRKSRC}/configure
|
||||
|
||||
pre-install:
|
||||
@${REINPLACE_CMD} -e 's,ircd/etc/codepage,etc/ircd-hybrid-ru/codepage,' ${WRKSRC}/etc/example.conf
|
||||
@${REINPLACE_CMD} -e 's,/ircd/modules,/lib/ircd-hybrid-ru-modules,' ${WRKSRC}/etc/example.conf
|
||||
|
||||
post-install:
|
||||
${INSTALL_SCRIPT} -m 555 ${FILESDIR}/ircd-hybrid-ru.sh.sample ${STAGEDIR}${PREFIX}/etc/rc.d
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/RELNOTE* ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/*.txt ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/server-version-info ${STAGEDIR}${DOCSDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,2 +0,0 @@
|
||||
SHA256 (ircd-hybrid-ru-7.2.4.tar.gz) = 3814110e59fb44f0e56915bcbe6fa003105fa3ddb47b5f63a0eca31c589601c7
|
||||
SIZE (ircd-hybrid-ru-7.2.4.tar.gz) = 1144727
|
@ -1,23 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
PREFIX=$(expr $0 : "\(/.*/\)etc/rc\.d/$(basename $0)\$")
|
||||
|
||||
IRCD=${PREFIX}bin/ircd
|
||||
|
||||
case "$1" in
|
||||
start)
|
||||
if [ -x $IRCD ]; then
|
||||
su ircdru -c $IRCD >/dev/null 2>&1
|
||||
echo -n ' ircd-hybrid-ru'
|
||||
fi
|
||||
;;
|
||||
stop)
|
||||
kill `cat ${PREFIX}/etc/ircd-hybrid-ru/ircd.pid` >/dev/null 2>&1
|
||||
echo -n ' ircd'
|
||||
;;
|
||||
*)
|
||||
echo "Usage: `basename $0` {start|stop}" >&2
|
||||
;;
|
||||
esac
|
||||
|
||||
exit 0
|
File diff suppressed because it is too large
Load Diff
@ -1,10 +0,0 @@
|
||||
--- configure.ac.orig 2007-01-08 19:04:48 UTC
|
||||
+++ configure.ac
|
||||
@@ -549,6 +549,7 @@ if test "$cf_enable_openssl" != no; then
|
||||
else
|
||||
AC_MSG_RESULT(no - OpenSSL support disabled)
|
||||
fi
|
||||
+ AC_CHECK_LIB(crypto, RAND_egd, AC_DEFINE(HAVE_RAND_EGD, 1, [Define if the libcrypto has RAND_egd]))
|
||||
fi
|
||||
|
||||
CPPFLAGS="$save_CPPFLAGS"
|
@ -1,18 +0,0 @@
|
||||
--- include/defaults.h.ORIG Mon Oct 16 13:32:18 2006
|
||||
+++ include/defaults.h Mon Oct 16 13:34:28 2006
|
||||
@@ -51,11 +51,11 @@
|
||||
#define DPATH IRCD_PREFIX
|
||||
#define BINPATH IRCD_PREFIX "/bin/"
|
||||
#define MSGPATH IRCD_PREFIX "/messages/"
|
||||
-#define ETCPATH IRCD_PREFIX "/etc"
|
||||
+#define ETCPATH IRCD_PREFIX "/etc/ircd-hybrid-ru/"
|
||||
#define CPPATH ETCPATH "/codepages/"
|
||||
-#define LOGPATH IRCD_PREFIX "/logs"
|
||||
-#define MODPATH IRCD_PREFIX "/modules/"
|
||||
-#define AUTOMODPATH IRCD_PREFIX "/modules/autoload/"
|
||||
+#define LOGPATH "/var/log/ircd-hybrid-ru/"
|
||||
+#define MODPATH IRCD_PREFIX "/lib/ircd-hybrid-ru-modules/"
|
||||
+#define AUTOMODPATH IRCD_PREFIX "/lib/ircd-hybrid-ru-modules/autoload/"
|
||||
|
||||
/* files */
|
||||
#define SPATH BINPATH "/ircd" /* ircd executable */
|
@ -1,39 +0,0 @@
|
||||
--- etc/Makefile.in.orig 2007-01-08 12:23:12.000000000 +0000
|
||||
+++ etc/Makefile.in 2014-04-01 13:47:46.447714208 +0000
|
||||
@@ -9,10 +9,9 @@
|
||||
# no whitespace here, test will mess up
|
||||
CLOBBER=@CLOBBER@
|
||||
|
||||
-prefix = $(DESTDIR)@prefix@
|
||||
+prefix = @prefix@
|
||||
+exec_prefix = @exec_prefix@
|
||||
sysconfdir = $(DESTDIR)@sysconfdir@
|
||||
-codepagesdir = @sysconfdir@/codepages
|
||||
-exec_prefix = $(DESTDIR)@exec_prefix@
|
||||
datarootdir = $(DESTDIR)@datarootdir@
|
||||
|
||||
DISTFILES = @EXAMPLE_CONF@
|
||||
@@ -30,6 +29,8 @@
|
||||
echo $(INSTALL_DATA) $$i $(sysconfdir); \
|
||||
$(INSTALL_DATA) $$i $(sysconfdir); \
|
||||
done
|
||||
+ mkdir -p $(sysconfdir)/codepages
|
||||
+ $(INSTALL_DATA) codepages/*.tab $(sysconfdir)/codepages
|
||||
|
||||
@echo "Note: more example configuration files can be found in this directory (etc/)."
|
||||
|
||||
@@ -52,13 +53,9 @@
|
||||
fi; \
|
||||
done
|
||||
|
||||
- -@if test ! -d $(codepagesdir); then \
|
||||
- echo "mkdir $(codepagesdir)"; \
|
||||
- mkdir $(codepagesdir); \
|
||||
- fi
|
||||
@for codepages in codepages/*; do \
|
||||
if [ -f $$codepages ]; then \
|
||||
- ${INSTALL_DATA} $$codepages $(codepagesdir); \
|
||||
+ ${INSTALL_DATA} $$codepages $(sysconfdir)/codepages ; \
|
||||
fi \
|
||||
done
|
||||
|
@ -1,43 +0,0 @@
|
||||
--- help/Makefile.in.orig 2006-12-19 15:53:05.000000000 +0000
|
||||
+++ help/Makefile.in 2014-04-01 12:13:09.643103051 +0000
|
||||
@@ -8,8 +8,8 @@
|
||||
prefix = @prefix@
|
||||
exec_prefix = @execprefix@
|
||||
datarootdir = $(DESTDIR)@datarootdir@
|
||||
-uhelpdir = ${prefix}/help/users
|
||||
-ohelpdir = ${prefix}/help/opers
|
||||
+uhelpdir = $(DESTDIR)${prefix}/help/users
|
||||
+ohelpdir = $(DESTDIR)${prefix}/help/opers
|
||||
|
||||
SYMLINKS = topic accept cmode admin names links away whowas \
|
||||
version kick who invite quit join list nick oper part \
|
||||
@@ -22,13 +22,13 @@
|
||||
|
||||
install:
|
||||
@echo installing help files...
|
||||
- -@if test ! -d $(prefix)/help; then \
|
||||
- echo "mkdir $(prefix)/help"; \
|
||||
- mkdir $(prefix)/help; \
|
||||
- echo "mkdir $(prefix)/help/users"; \
|
||||
- mkdir $(prefix)/help/users; \
|
||||
- echo "mkdir $(prefix)/help/opers"; \
|
||||
- mkdir $(prefix)/help/opers; \
|
||||
+ @if test ! -d $(uhelpdir) ; then \
|
||||
+ echo "mkdir $(uhelpdir)"; \
|
||||
+ mkdir -p $(uhelpdir); \
|
||||
+ fi
|
||||
+ @if test ! -d $(ohelpdir); then\
|
||||
+ echo "mkdir $(ohelpdir)"; \
|
||||
+ mkdir -p $(ohelpdir); \
|
||||
fi
|
||||
@for help in opers/*; do \
|
||||
if [ -f $$help ]; then \
|
||||
@@ -42,7 +42,7 @@
|
||||
done
|
||||
@for link in $(SYMLINKS); do \
|
||||
rm -f $(uhelpdir)/$$link; \
|
||||
- ln -s $(ohelpdir)/$$link $(uhelpdir); \
|
||||
+ ( cd $(uhelpdir) ; ln -s ../operator/$$link;); \
|
||||
done
|
||||
|
||||
distclean:
|
@ -1,11 +0,0 @@
|
||||
--- include/memory.h 2014-04-01 07:44:11.659215390 +0000
|
||||
+++ include/memory.h 2014-04-01 07:42:15.054225075 +0000
|
||||
@@ -49,7 +49,7 @@
|
||||
/* forte (and maybe others) don't like double declarations,
|
||||
* so we don't declare the inlines unless GNUC
|
||||
*/
|
||||
-#ifdef __GNUC__
|
||||
+#if defined(__GNUC__) && !defined(__clang__)
|
||||
extern inline void *
|
||||
MyMalloc(size_t size)
|
||||
{
|
@ -1,11 +0,0 @@
|
||||
--- include/tools.h.orig 2014-04-01 07:57:16.040161762 +0000
|
||||
+++ include/tools.h 2014-04-01 07:58:16.339157016 +0000
|
||||
@@ -91,7 +91,7 @@
|
||||
/* forte (and maybe others) dont like these being declared twice,
|
||||
* so we dont declare the inlines unless GNUC.
|
||||
*/
|
||||
-#ifdef __GNUC__
|
||||
+#if defined(__GNUC__) && !defined(__clang__)
|
||||
|
||||
/*
|
||||
* dlink_ routines are stolen from squid, except for dlinkAddBefore,
|
@ -1,60 +0,0 @@
|
||||
--- modules/Makefile.in.orig 2007-01-08 12:23:12.000000000 +0000
|
||||
+++ modules/Makefile.in 2014-04-01 12:52:35.104952980 +0000
|
||||
@@ -14,6 +14,7 @@
|
||||
MKDEP = @MKDEP@
|
||||
INSTALL = @INSTALL@
|
||||
INSTALL_DATA = @INSTALL_DATA@
|
||||
+INSTALL_BIN = @INSTALL_PROGRAM@
|
||||
MV = @MV@
|
||||
LD = @LD@
|
||||
|
||||
@@ -21,10 +22,10 @@
|
||||
SSL_INCLUDES = @SSL_INCLUDES@
|
||||
IRCDLIBS = @LIBS@ $(SSL_LIBS)
|
||||
|
||||
-prefix = $(DESTDIR)@prefix@
|
||||
+prefix = @prefix@
|
||||
datarootdir = $(DESTDIR)@datarootdir@
|
||||
# Change this later! -- adrian
|
||||
-moduledir = ${prefix}/modules
|
||||
+moduledir = $(DESTDIR)${prefix}/lib/ircd-hybrid-ru-modules
|
||||
automoduledir = ${moduledir}/autoload
|
||||
|
||||
INCLUDES = -I../include -I../lib/pcre $(SSL_INCLUDES)
|
||||
@@ -112,7 +113,9 @@
|
||||
m_who.c \
|
||||
m_whois.c \
|
||||
m_whowas.c \
|
||||
- m_xline.c
|
||||
+ m_xline.c \
|
||||
+ m_force.c \
|
||||
+ m_ojoin.c
|
||||
|
||||
ALL_SRCS = $(CORE_SRCS) $(SRCS) @SSL_SRCS_ENABLE@
|
||||
|
||||
@@ -158,21 +161,21 @@
|
||||
install_shared_modules: install-mkdirs
|
||||
@echo "Installing core modules into $(moduledir) .."
|
||||
@for file in $(SH_CORE_OBJS); do \
|
||||
- $(INSTALL_DATA) $$file $(moduledir); \
|
||||
+ $(INSTALL_BIN) $$file $(moduledir); \
|
||||
done
|
||||
@echo "Installing modules into $(automoduledir) .."
|
||||
@for file in $(SH_OBJS); do \
|
||||
- $(INSTALL_DATA) $$file $(automoduledir); \
|
||||
+ $(INSTALL_BIN) $$file $(automoduledir); \
|
||||
done
|
||||
|
||||
install_hpux_shared: install-mkdirs
|
||||
@echo "Installing core modules into $(moduledir) .."
|
||||
@for file in $(HPUX_CORE_OBJS); do \
|
||||
- $(INSTALL_DATA) $$file $(moduledir); \
|
||||
+ $(INSTALL_BIN) $$file $(moduledir); \
|
||||
done
|
||||
@echo "Installing modules into $(automoduledir) .."
|
||||
@for file in $(HPUX_OBJS); do \
|
||||
- $(INSTALL_DATA) $$file $(automoduledir); \
|
||||
+ $(INSTALL_BIN) $$file $(automoduledir); \
|
||||
done
|
||||
|
||||
.SUFFIXES: .sl .so .o
|
@ -1,11 +0,0 @@
|
||||
--- servlink/Makefile.in.orig 2014-04-01 13:27:43.421795014 +0000
|
||||
+++ servlink/Makefile.in 2014-04-01 13:28:04.084793292 +0000
|
||||
@@ -15,7 +15,7 @@
|
||||
RM = @RM@
|
||||
SED = @SED@
|
||||
prefix = @prefix@
|
||||
-exec_prefix = $(DESTDIR)@exec_prefix@
|
||||
+exec_prefix = @exec_prefix@
|
||||
bindir = $(DESTDIR)@bindir@
|
||||
datarootdir = $(DESTDIR)@datarootdir@
|
||||
|
@ -1,20 +0,0 @@
|
||||
--- src/Makefile.in.orig 2007-01-08 12:23:12.000000000 +0000
|
||||
+++ src/Makefile.in 2014-04-01 12:45:56.938967409 +0000
|
||||
@@ -18,7 +18,7 @@
|
||||
SED = @SED@
|
||||
|
||||
prefix = @prefix@
|
||||
-exec_prefix = $(DESTDIR)@exec_prefix@
|
||||
+exec_prefix = @exec_prefix@
|
||||
bindir = $(DESTDIR)@bindir@
|
||||
sysconfdir = $(DESTDIR)@sysconfdir@
|
||||
localstatedir = $(DESTDIR)@localstatedir@
|
||||
@@ -122,7 +122,7 @@
|
||||
|
||||
install-mkdirs:
|
||||
mkdir -p $(DESTDIR)$(prefix) $(exec_prefix) $(bindir) $(sysconfdir) \
|
||||
- $(localstatedir)/logs
|
||||
+ $(DESTDIR)/var/log/ircd-hybrid-ru
|
||||
|
||||
install: install-mkdirs build
|
||||
@for i in $(PROGS); do \
|
@ -1,18 +0,0 @@
|
||||
--- src/rsa.c.orig 2006-12-19 16:53:04.000000000 +0100
|
||||
+++ src/rsa.c 2015-03-21 14:49:27.236087141 +0100
|
||||
@@ -186,6 +186,7 @@
|
||||
int
|
||||
get_randomness(unsigned char *buf, int length)
|
||||
{
|
||||
+#ifdef HAVE_RAND_EGD
|
||||
/* Seed OpenSSL PRNG with EGD enthropy pool -kre */
|
||||
if (ConfigFileEntry.use_egd &&
|
||||
(ConfigFileEntry.egdpool_path != NULL))
|
||||
@@ -193,6 +194,7 @@
|
||||
if (RAND_egd(ConfigFileEntry.egdpool_path) == -1)
|
||||
return -1;
|
||||
}
|
||||
+#endif
|
||||
|
||||
if (RAND_status())
|
||||
return (RAND_bytes(buf, length));
|
@ -1,11 +0,0 @@
|
||||
--- src/version.c.orig 2014-04-01 07:50:07.858192019 +0000
|
||||
+++ src/version.c 2014-04-01 07:53:19.724326422 +0000
|
||||
@@ -113,7 +113,7 @@
|
||||
"toot, Toby Verrall <to7@antipope.fsnet.co.uk>",
|
||||
"vx0, Mark Miller <mark@oc768.net>",
|
||||
"wiz, Jason Dambrosio <jason@wiz.cx>",
|
||||
- "Xride, Søren Straarup <xride@x12.dk>",
|
||||
+ "Xride, S\u00f8ren Straarup <xride@x12.dk>",
|
||||
"zb^3, Alfred Perlstein <alfred@freebsd.org>",
|
||||
"",
|
||||
"Others are welcome. Always. And if we left anyone off the above list,",
|
@ -1,13 +0,0 @@
|
||||
--- tools/Makefile.in.orig 2006-12-19 15:53:05.000000000 +0000
|
||||
+++ tools/Makefile.in 2014-04-01 12:39:48.914994557 +0000
|
||||
@@ -18,8 +18,8 @@
|
||||
|
||||
INCLUDES = -I../include $(SSL_INCLUDES)
|
||||
|
||||
-prefix = $(DESTDIR)@prefix@
|
||||
-exec_prefix = $(DESTDIR)@exec_prefix@
|
||||
+prefix = @prefix@
|
||||
+exec_prefix = @exec_prefix@
|
||||
bindir = $(DESTDIR)@bindir@
|
||||
datarootdir = $(DESTDIR)@datarootdir@
|
||||
|
@ -1,7 +0,0 @@
|
||||
ircd-hybrid-ru is russian version of well known hybrid IRC server
|
||||
with plently number of features
|
||||
|
||||
russian version can handle russian channel names, nicknames and
|
||||
charset recoding
|
||||
|
||||
WWW: http://hyb.net.ru/
|
@ -1,17 +0,0 @@
|
||||
|
||||
----------------------------------------------------
|
||||
|
||||
ircd-hybrid-ru has been installed.
|
||||
|
||||
This port create user ircdru and group ircdru
|
||||
|
||||
You should now copy /usr/local/etc/ircd-hybrid-ru/example.conf
|
||||
to /usr/local/etc/ircd-hybrid-ru/ircd.conf
|
||||
and edit it to suit your needs.
|
||||
|
||||
You may then start the server by running:
|
||||
cd /usr/local/etc/rc.d/ && \
|
||||
cp ircd-hybrid-ru.sh.sample ircd-hybrid-ru.sh && \
|
||||
/usr/local/etc/rc.d/ircd-hybrid-ru.sh start
|
||||
|
||||
----------------------------------------------------
|
@ -1,401 +0,0 @@
|
||||
bin/encspeed
|
||||
bin/ircd
|
||||
bin/mkpasswd
|
||||
bin/servlink
|
||||
etc/ircd-hybrid-ru/codepages/cp866.tab
|
||||
etc/ircd-hybrid-ru/codepages/iso8859-5.tab
|
||||
etc/ircd-hybrid-ru/codepages/koi8r.tab
|
||||
etc/ircd-hybrid-ru/codepages/macintosh.tab
|
||||
etc/ircd-hybrid-ru/codepages/translit.tab
|
||||
etc/ircd-hybrid-ru/cresv.conf
|
||||
etc/ircd-hybrid-ru/dline.conf
|
||||
etc/ircd-hybrid-ru/example.conf
|
||||
etc/ircd-hybrid-ru/ircd.motd
|
||||
etc/ircd-hybrid-ru/kline.conf
|
||||
etc/ircd-hybrid-ru/nresv.conf
|
||||
etc/ircd-hybrid-ru/rkline.conf
|
||||
etc/ircd-hybrid-ru/rxline.conf
|
||||
etc/ircd-hybrid-ru/xline.conf
|
||||
@sample etc/rc.d/ircd-hybrid-ru.sh.sample
|
||||
help/opers/accept
|
||||
help/opers/admin
|
||||
help/opers/away
|
||||
help/opers/capab
|
||||
help/opers/cburst
|
||||
help/opers/challenge
|
||||
help/opers/client
|
||||
help/opers/close
|
||||
help/opers/cmode
|
||||
help/opers/codepage
|
||||
help/opers/connect
|
||||
help/opers/cryptlink
|
||||
help/opers/die
|
||||
help/opers/dline
|
||||
help/opers/drop
|
||||
help/opers/eob
|
||||
help/opers/error
|
||||
help/opers/etrace
|
||||
help/opers/gline
|
||||
help/opers/hash
|
||||
help/opers/help
|
||||
help/opers/index
|
||||
help/opers/info
|
||||
help/opers/invite
|
||||
help/opers/ison
|
||||
help/opers/join
|
||||
help/opers/kick
|
||||
help/opers/kill
|
||||
help/opers/kline
|
||||
help/opers/knock
|
||||
help/opers/knockll
|
||||
help/opers/links
|
||||
help/opers/list
|
||||
help/opers/lljoin
|
||||
help/opers/llnick
|
||||
help/opers/locops
|
||||
help/opers/lusers
|
||||
help/opers/map
|
||||
help/opers/modlist
|
||||
help/opers/modload
|
||||
help/opers/modrestart
|
||||
help/opers/modunload
|
||||
help/opers/motd
|
||||
help/opers/names
|
||||
help/opers/nburst
|
||||
help/opers/nick
|
||||
help/opers/notice
|
||||
help/opers/omotd
|
||||
help/opers/oper
|
||||
help/opers/operwall
|
||||
help/opers/part
|
||||
help/opers/pass
|
||||
help/opers/ping
|
||||
help/opers/pong
|
||||
help/opers/post
|
||||
help/opers/privmsg
|
||||
help/opers/quit
|
||||
help/opers/rehash
|
||||
help/opers/restart
|
||||
help/opers/resv
|
||||
help/opers/rkline
|
||||
help/opers/rxline
|
||||
help/opers/server
|
||||
help/opers/set
|
||||
help/opers/sjoin
|
||||
help/opers/squit
|
||||
help/opers/stats
|
||||
help/opers/svinfo
|
||||
help/opers/testgecos
|
||||
help/opers/testline
|
||||
help/opers/testmask
|
||||
help/opers/time
|
||||
help/opers/topic
|
||||
help/opers/trace
|
||||
help/opers/uhelp
|
||||
help/opers/umode
|
||||
help/opers/undline
|
||||
help/opers/ungline
|
||||
help/opers/unkline
|
||||
help/opers/unresv
|
||||
help/opers/unxline
|
||||
help/opers/user
|
||||
help/opers/userhost
|
||||
help/opers/users
|
||||
help/opers/version
|
||||
help/opers/wallops
|
||||
help/opers/who
|
||||
help/opers/whois
|
||||
help/opers/whowas
|
||||
help/opers/xline
|
||||
help/users/accept
|
||||
help/users/admin
|
||||
help/users/away
|
||||
help/users/challenge
|
||||
help/users/cmode
|
||||
help/users/error
|
||||
help/users/help
|
||||
help/users/index
|
||||
help/users/info
|
||||
help/users/invite
|
||||
help/users/ison
|
||||
help/users/join
|
||||
help/users/kick
|
||||
help/users/knock
|
||||
help/users/links
|
||||
help/users/list
|
||||
help/users/lusers
|
||||
help/users/map
|
||||
help/users/motd
|
||||
help/users/names
|
||||
help/users/nick
|
||||
help/users/notice
|
||||
help/users/oper
|
||||
help/users/part
|
||||
help/users/pass
|
||||
help/users/ping
|
||||
help/users/pong
|
||||
help/users/privmsg
|
||||
help/users/quit
|
||||
help/users/stats
|
||||
help/users/time
|
||||
help/users/topic
|
||||
help/users/umode
|
||||
help/users/user
|
||||
help/users/userhost
|
||||
help/users/users
|
||||
help/users/version
|
||||
help/users/who
|
||||
help/users/whois
|
||||
help/users/whowas
|
||||
help/opers/classlist.ru
|
||||
help/opers/user.ru
|
||||
help/opers/help.ru
|
||||
help/opers/llnick.ru
|
||||
help/opers/drop.ru
|
||||
help/opers/challenge.ru
|
||||
help/opers/uncapture
|
||||
help/opers/omotd.ru
|
||||
help/opers/ltrace
|
||||
help/opers/modunload.ru
|
||||
help/opers/userhost.ru
|
||||
help/opers/admin.ru
|
||||
help/opers/sjoin.ru
|
||||
help/opers/nick.ru
|
||||
help/opers/wallops.ru
|
||||
help/opers/rxline.ru
|
||||
help/opers/gline.ru
|
||||
help/opers/restart.ru
|
||||
help/opers/ltrace.ru
|
||||
help/opers/away.ru
|
||||
help/opers/testgecos.ru
|
||||
help/opers/svinfo.ru
|
||||
help/opers/knock.ru
|
||||
help/opers/cryptlink.ru
|
||||
help/opers/ojoin
|
||||
help/opers/version.ru
|
||||
help/opers/list.ru
|
||||
help/opers/ungline.ru
|
||||
help/opers/lusers.ru
|
||||
help/opers/testmask.ru
|
||||
help/opers/mkpasswd.ru
|
||||
help/opers/topic.ru
|
||||
help/opers/modload.ru
|
||||
help/opers/etrace.ru
|
||||
help/opers/clearchan.ru
|
||||
help/opers/knockll.ru
|
||||
help/opers/squit.ru
|
||||
help/opers/error.ru
|
||||
help/opers/forcejoin
|
||||
help/opers/hash.ru
|
||||
help/opers/server.ru
|
||||
help/opers/pong.ru
|
||||
help/opers/capab.ru
|
||||
help/opers/invite.ru
|
||||
help/opers/trace.ru
|
||||
help/opers/client.ru
|
||||
help/opers/mkpasswd
|
||||
help/opers/ojoin.ru
|
||||
help/opers/capture
|
||||
help/opers/cmode.ru
|
||||
help/opers/operwall.ru
|
||||
help/opers/modrestart.ru
|
||||
help/opers/rkline.ru
|
||||
help/opers/whowas.ru
|
||||
help/opers/post.ru
|
||||
help/opers/users.ru
|
||||
help/opers/opme
|
||||
help/opers/privmsg.ru
|
||||
help/opers/ping.ru
|
||||
help/opers/uhelp.ru
|
||||
help/opers/motd.ru
|
||||
help/opers/kick.ru
|
||||
help/opers/kill.ru
|
||||
help/opers/unresv.ru
|
||||
help/opers/forcepart
|
||||
help/opers/ctrace
|
||||
help/opers/ctrace.ru
|
||||
help/opers/clearchan
|
||||
help/opers/codepage.ru
|
||||
help/opers/quit.ru
|
||||
help/opers/eob.ru
|
||||
help/opers/classlist
|
||||
help/opers/xline.ru
|
||||
help/opers/cburst.ru
|
||||
help/opers/ison.ru
|
||||
help/opers/info.ru
|
||||
help/opers/index.ru
|
||||
help/opers/stats.ru
|
||||
help/opers/opme.ru
|
||||
help/opers/who.ru
|
||||
help/opers/umode.ru
|
||||
help/opers/unxline.ru
|
||||
help/opers/undline.ru
|
||||
help/opers/notice.ru
|
||||
help/opers/nburst.ru
|
||||
help/opers/forcejoin.ru
|
||||
help/opers/uncapture.ru
|
||||
help/opers/modlist.ru
|
||||
help/opers/capture.ru
|
||||
help/opers/die.ru
|
||||
help/opers/set.ru
|
||||
help/opers/whois.ru
|
||||
help/opers/lljoin.ru
|
||||
help/opers/time.ru
|
||||
help/opers/testline.ru
|
||||
help/opers/pass.ru
|
||||
help/opers/dline.ru
|
||||
help/opers/part.ru
|
||||
help/opers/rehash.ru
|
||||
help/opers/links.ru
|
||||
help/opers/locops.ru
|
||||
help/opers/unkline.ru
|
||||
help/opers/names.ru
|
||||
help/opers/resv.ru
|
||||
help/opers/accept.ru
|
||||
help/opers/forcepart.ru
|
||||
help/opers/connect.ru
|
||||
help/opers/kline.ru
|
||||
help/opers/map.ru
|
||||
help/opers/close.ru
|
||||
help/opers/join.ru
|
||||
help/opers/oper.ru
|
||||
help/users/users.ru
|
||||
help/users/part.ru
|
||||
help/users/cmode.ru
|
||||
help/users/time.ru
|
||||
help/users/pass.ru
|
||||
help/users/map.ru
|
||||
help/users/error.ru
|
||||
help/users/topic.ru
|
||||
help/users/join.ru
|
||||
help/users/oper.ru
|
||||
help/users/pattern.ru
|
||||
help/users/notice.ru
|
||||
help/users/kick.ru
|
||||
help/users/knock.ru
|
||||
help/users/ping.ru
|
||||
help/users/motd.ru
|
||||
help/users/ison.ru
|
||||
help/users/who.ru
|
||||
help/users/quit.ru
|
||||
help/users/accept.ru
|
||||
help/users/codepage.ru
|
||||
help/users/info.ru
|
||||
help/users/admin.ru
|
||||
help/users/names.ru
|
||||
help/users/privmsg.ru
|
||||
help/users/links.ru
|
||||
help/users/challenge.ru
|
||||
help/users/pong.ru
|
||||
help/users/whois.ru
|
||||
help/users/lusers.ru
|
||||
help/users/codepage
|
||||
help/users/version.ru
|
||||
help/users/user.ru
|
||||
help/users/help.ru
|
||||
help/users/invite.ru
|
||||
help/users/stats.ru
|
||||
help/users/index.ru
|
||||
help/users/umode.ru
|
||||
help/users/away.ru
|
||||
help/users/nick.ru
|
||||
help/users/list.ru
|
||||
help/users/whowas.ru
|
||||
help/users/userhost.ru
|
||||
help/users/mode.ru
|
||||
lib/ircd-hybrid-ru-modules/autoload/m_accept.so
|
||||
lib/ircd-hybrid-ru-modules/autoload/m_admin.so
|
||||
lib/ircd-hybrid-ru-modules/autoload/m_alias.so
|
||||
lib/ircd-hybrid-ru-modules/autoload/m_away.so
|
||||
lib/ircd-hybrid-ru-modules/autoload/m_cap.so
|
||||
lib/ircd-hybrid-ru-modules/autoload/m_capab.so
|
||||
lib/ircd-hybrid-ru-modules/autoload/m_cburst.so
|
||||
lib/ircd-hybrid-ru-modules/autoload/m_challenge.so
|
||||
lib/ircd-hybrid-ru-modules/autoload/m_close.so
|
||||
lib/ircd-hybrid-ru-modules/autoload/m_codepage.so
|
||||
lib/ircd-hybrid-ru-modules/autoload/m_connect.so
|
||||
lib/ircd-hybrid-ru-modules/autoload/m_cryptlink.so
|
||||
lib/ircd-hybrid-ru-modules/autoload/m_drop.so
|
||||
lib/ircd-hybrid-ru-modules/autoload/m_encap.so
|
||||
lib/ircd-hybrid-ru-modules/autoload/m_eob.so
|
||||
lib/ircd-hybrid-ru-modules/autoload/m_etrace.so
|
||||
lib/ircd-hybrid-ru-modules/autoload/m_force.so
|
||||
lib/ircd-hybrid-ru-modules/autoload/m_gline.so
|
||||
lib/ircd-hybrid-ru-modules/autoload/m_hash.so
|
||||
lib/ircd-hybrid-ru-modules/autoload/m_help.so
|
||||
lib/ircd-hybrid-ru-modules/autoload/m_info.so
|
||||
lib/ircd-hybrid-ru-modules/autoload/m_invite.so
|
||||
lib/ircd-hybrid-ru-modules/autoload/m_ison.so
|
||||
lib/ircd-hybrid-ru-modules/autoload/m_kline.so
|
||||
lib/ircd-hybrid-ru-modules/autoload/m_knock.so
|
||||
lib/ircd-hybrid-ru-modules/autoload/m_links.so
|
||||
lib/ircd-hybrid-ru-modules/autoload/m_list.so
|
||||
lib/ircd-hybrid-ru-modules/autoload/m_lljoin.so
|
||||
lib/ircd-hybrid-ru-modules/autoload/m_llnick.so
|
||||
lib/ircd-hybrid-ru-modules/autoload/m_locops.so
|
||||
lib/ircd-hybrid-ru-modules/autoload/m_lusers.so
|
||||
lib/ircd-hybrid-ru-modules/autoload/m_map.so
|
||||
lib/ircd-hybrid-ru-modules/autoload/m_motd.so
|
||||
lib/ircd-hybrid-ru-modules/autoload/m_names.so
|
||||
lib/ircd-hybrid-ru-modules/autoload/m_nburst.so
|
||||
lib/ircd-hybrid-ru-modules/autoload/m_ojoin.so
|
||||
lib/ircd-hybrid-ru-modules/autoload/m_omotd.so
|
||||
lib/ircd-hybrid-ru-modules/autoload/m_oper.so
|
||||
lib/ircd-hybrid-ru-modules/autoload/m_operwall.so
|
||||
lib/ircd-hybrid-ru-modules/autoload/m_pass.so
|
||||
lib/ircd-hybrid-ru-modules/autoload/m_ping.so
|
||||
lib/ircd-hybrid-ru-modules/autoload/m_pong.so
|
||||
lib/ircd-hybrid-ru-modules/autoload/m_post.so
|
||||
lib/ircd-hybrid-ru-modules/autoload/m_rehash.so
|
||||
lib/ircd-hybrid-ru-modules/autoload/m_restart.so
|
||||
lib/ircd-hybrid-ru-modules/autoload/m_resv.so
|
||||
lib/ircd-hybrid-ru-modules/autoload/m_rkline.so
|
||||
lib/ircd-hybrid-ru-modules/autoload/m_rxline.so
|
||||
lib/ircd-hybrid-ru-modules/autoload/m_set.so
|
||||
lib/ircd-hybrid-ru-modules/autoload/m_stats.so
|
||||
lib/ircd-hybrid-ru-modules/autoload/m_svinfo.so
|
||||
lib/ircd-hybrid-ru-modules/autoload/m_svs.so
|
||||
lib/ircd-hybrid-ru-modules/autoload/m_tburst.so
|
||||
lib/ircd-hybrid-ru-modules/autoload/m_testline.so
|
||||
lib/ircd-hybrid-ru-modules/autoload/m_testmask.so
|
||||
lib/ircd-hybrid-ru-modules/autoload/m_time.so
|
||||
lib/ircd-hybrid-ru-modules/autoload/m_topic.so
|
||||
lib/ircd-hybrid-ru-modules/autoload/m_trace.so
|
||||
lib/ircd-hybrid-ru-modules/autoload/m_user.so
|
||||
lib/ircd-hybrid-ru-modules/autoload/m_userhost.so
|
||||
lib/ircd-hybrid-ru-modules/autoload/m_users.so
|
||||
lib/ircd-hybrid-ru-modules/autoload/m_version.so
|
||||
lib/ircd-hybrid-ru-modules/autoload/m_wallops.so
|
||||
lib/ircd-hybrid-ru-modules/autoload/m_who.so
|
||||
lib/ircd-hybrid-ru-modules/autoload/m_whois.so
|
||||
lib/ircd-hybrid-ru-modules/autoload/m_whowas.so
|
||||
lib/ircd-hybrid-ru-modules/autoload/m_xline.so
|
||||
lib/ircd-hybrid-ru-modules/m_die.so
|
||||
lib/ircd-hybrid-ru-modules/m_join.so
|
||||
lib/ircd-hybrid-ru-modules/m_kick.so
|
||||
lib/ircd-hybrid-ru-modules/m_kill.so
|
||||
lib/ircd-hybrid-ru-modules/m_message.so
|
||||
lib/ircd-hybrid-ru-modules/m_mode.so
|
||||
lib/ircd-hybrid-ru-modules/m_nick.so
|
||||
lib/ircd-hybrid-ru-modules/m_part.so
|
||||
lib/ircd-hybrid-ru-modules/m_quit.so
|
||||
lib/ircd-hybrid-ru-modules/m_server.so
|
||||
lib/ircd-hybrid-ru-modules/m_sjoin.so
|
||||
lib/ircd-hybrid-ru-modules/m_squit.so
|
||||
man/man8/ircd.8.gz
|
||||
%%DOCSDIR%%/CIDR.txt
|
||||
%%DOCSDIR%%/LazyLinks.txt
|
||||
%%DOCSDIR%%/RELNOTES
|
||||
%%DOCSDIR%%/RELNOTES.RU
|
||||
%%DOCSDIR%%/challenge.txt
|
||||
%%DOCSDIR%%/guidelines.txt
|
||||
%%DOCSDIR%%/index.txt
|
||||
%%DOCSDIR%%/kline.txt
|
||||
%%DOCSDIR%%/messages.txt
|
||||
%%DOCSDIR%%/modeg.txt
|
||||
%%DOCSDIR%%/modes.txt
|
||||
%%DOCSDIR%%/resv.txt
|
||||
%%DOCSDIR%%/server-version-info
|
||||
%%DOCSDIR%%/serverhide.txt
|
||||
%%DOCSDIR%%/whats-new.txt
|
||||
@dir(%%USR%%,%%GRP%%,0755) /var/log/ircd-hybrid-ru
|
@ -652,7 +652,6 @@
|
||||
SUBDIR += p5-CGI-Upload
|
||||
SUBDIR += p5-CGI-Utils
|
||||
SUBDIR += p5-CGI-XMLApplication
|
||||
SUBDIR += p5-CGI.pm
|
||||
SUBDIR += p5-CIF-Client
|
||||
SUBDIR += p5-CSS-DOM
|
||||
SUBDIR += p5-CSS-Inliner
|
||||
|
@ -1,44 +0,0 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= CGI.pm
|
||||
PORTVERSION= 3.65
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= CPAN:MARKSTOS
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Simple Common Gateway Interface Class for Perl
|
||||
|
||||
LICENSE= ART20 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
DEPRECATED= Use www/p5-CGI instead
|
||||
EXPIRATION_DATE=2019-04-30
|
||||
|
||||
CONFLICTS_INSTALL= p5-CGI p5-CGI-Fast
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
EXAMPLES= examples/caution.xbm examples/clickable_image.cgi \
|
||||
examples/cookie.cgi examples/crash.cgi examples/customize.cgi \
|
||||
examples/diff_upload.cgi examples/dna.small.gif \
|
||||
examples/file_upload.cgi examples/frameset.cgi \
|
||||
examples/index.html examples/internal_links.cgi \
|
||||
examples/javascript.cgi examples/make_links.pl \
|
||||
examples/monty.cgi examples/multiple_forms.cgi \
|
||||
examples/nph-clock.cgi examples/nph-multipart.cgi \
|
||||
examples/popup.cgi examples/save_state.cgi \
|
||||
examples/tryit.cgi examples/wilogo.gif
|
||||
|
||||
OPTIONS_DEFINE= EXAMPLES
|
||||
|
||||
post-install-EXAMPLES-on:
|
||||
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
|
||||
cd ${WRKSRC} && ${INSTALL_DATA} ${EXAMPLES} ${STAGEDIR}${EXAMPLESDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,3 +0,0 @@
|
||||
TIMESTAMP = 1536591757
|
||||
SHA256 (CGI.pm-3.65.tar.gz) = 556d0f9047affa6873da996d8cc077bff797c13f95be89eb771d7247b8f0828a
|
||||
SIZE (CGI.pm-3.65.tar.gz) = 247466
|
@ -1,11 +0,0 @@
|
||||
There are two styles of programming with CGI.pm, an object-oriented
|
||||
style and a function-oriented style. In the object-oriented style you
|
||||
create one or more CGI objects and then use object methods to create the
|
||||
various elements of the page. Each CGI object starts out with the list
|
||||
of named parameters that were passed to your CGI script by the server.
|
||||
You can modify the objects, save them to a file or database and recreate
|
||||
them. Because each object corresponds to the "state" of the CGI script,
|
||||
and because each object's parameter list is independent of the others,
|
||||
this allows you to save the state of the script and restore it later.
|
||||
|
||||
WWW: https://metacpan.org/release/MARKSTOS/CGI.pm-3.65
|
@ -1,39 +0,0 @@
|
||||
%%SITE_PERL%%/CGI.pm
|
||||
%%SITE_PERL%%/CGI/Apache.pm
|
||||
%%SITE_PERL%%/CGI/Carp.pm
|
||||
%%SITE_PERL%%/CGI/Cookie.pm
|
||||
%%SITE_PERL%%/CGI/Fast.pm
|
||||
%%SITE_PERL%%/CGI/Pretty.pm
|
||||
%%SITE_PERL%%/CGI/Push.pm
|
||||
%%SITE_PERL%%/CGI/Switch.pm
|
||||
%%SITE_PERL%%/CGI/Util.pm
|
||||
%%PERL5_MAN3%%/CGI.3.gz
|
||||
%%PERL5_MAN3%%/CGI::Apache.3.gz
|
||||
%%PERL5_MAN3%%/CGI::Carp.3.gz
|
||||
%%PERL5_MAN3%%/CGI::Cookie.3.gz
|
||||
%%PERL5_MAN3%%/CGI::Fast.3.gz
|
||||
%%PERL5_MAN3%%/CGI::Pretty.3.gz
|
||||
%%PERL5_MAN3%%/CGI::Push.3.gz
|
||||
%%PERL5_MAN3%%/CGI::Switch.3.gz
|
||||
%%PERL5_MAN3%%/CGI::Util.3.gz
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/caution.xbm
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/clickable_image.cgi
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cookie.cgi
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/crash.cgi
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/customize.cgi
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/diff_upload.cgi
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dna.small.gif
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/file_upload.cgi
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/frameset.cgi
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/index.html
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/internal_links.cgi
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/javascript.cgi
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/make_links.pl
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/monty.cgi
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/multiple_forms.cgi
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/nph-clock.cgi
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/nph-multipart.cgi
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/popup.cgi
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/save_state.cgi
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tryit.cgi
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/wilogo.gif
|
Loading…
Reference in New Issue
Block a user