2013-02-27 www/igal: No more upstream, no more public distfiles, consider using www/llgal

2013-02-27 finance/tinyerp-server: No more upstream, no more public distfiles, consider using finance/openerp-server
2013-02-27 ports-mgmt/portcheck: No more upstream, no more public distfiles
2013-02-28 security/sslproxy: Abandoned upstream
2013-02-28 x11-themes/e17-theme-darkness: No more public distfiles
2013-02-28 x11-themes/e17-theme-cthulhain: Dead upstream since 2008
2013-02-28 x11-servers/driglide: 3dfx is dead, fails to compile on recent versions of freebsd
2013-02-28 mail/gmime: Superceded with version 2.4
2013-02-28 archivers/bsdar: part of the base system
This commit is contained in:
Baptiste Daroussin 2013-03-03 23:45:02 +00:00
parent 5f82b6d00b
commit c9ed11d1d1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=313385
51 changed files with 9 additions and 2094 deletions

9
MOVED
View File

@ -4105,3 +4105,12 @@ net/py-mp-random||2013-03-03|Has expired: No more upstream, no more public distf
sysutils/rcsedit||2013-03-03|Has expired: No more upstream, no more public distfiles
sysutils/bsdsar||2013-03-03|Has expired: No more upstream, no more public distfiles
sysutils/sarah||2013-03-03|Has expired: No more upstream, no more public distfiles
www/igal||2013-03-03|Has expired: No more upstream, no more public distfiles, consider using www/llgal
finance/tinyerp-server||2013-03-03|Has expired: No more upstream, no more public distfiles, consider using finance/openerp-server
ports-mgmt/portcheck||2013-03-03|Has expired: No more upstream, no more public distfiles
security/sslproxy||2013-03-03|Has expired: Abandoned upstream
x11-themes/e17-theme-darkness||2013-03-03|Has expired: No more public distfiles
x11-themes/e17-theme-cthulhain||2013-03-03|Has expired: Dead upstream since 2008
x11-servers/driglide||2013-03-03|Has expired: 3dfx is dead, fails to compile on recent versions of freebsd
mail/gmime||2013-03-03|Has expired: Superceded with version 2.4
archivers/bsdar||2013-03-03|Has expired: part of the base system

View File

@ -11,7 +11,6 @@
SUBDIR += arj
SUBDIR += ark
SUBDIR += bicom
SUBDIR += bsdar
SUBDIR += bzip
SUBDIR += bzip2
SUBDIR += cabextract

View File

@ -1,36 +0,0 @@
# New ports collection makefile for: bsdar
# Date created: 18 Jan 2008
# Whom: Gabor Kovesdan <gabor@FreeBSD.org>
#
# $FreeBSD$
PORTNAME= ar
PORTVERSION= 20080302
CATEGORIES= archivers
MASTER_SITES= http://people.freebsd.org/~kaiw/distfiles/
PKGNAMEPREFIX= bsd-
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= BSD-licensed replacement of the ar utility
WRKSRC= ${WRKDIR}/${PORTNAME}
PLIST_FILES= bin/ar bin/ranlib
MAN1= ar.1 ranlib.1
.include <bsd.port.pre.mk>
DEPRECATED= part of the base system
EXPIRATION_DATE=2013-02-28
.if ${OSVERSION} >= 800022
IGNORE= bsdar is now part of the base system as /usr/bin/ar
.endif
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/ar ${PREFIX}/bin/ar
${LN} -s ${PREFIX}/bin/ar ${PREFIX}/bin/ranlib
${INSTALL_MAN} ${WRKSRC}/ar.1 ${MAN1PREFIX}/man/man1/ar.1
${INSTALL_MAN} ${WRKSRC}/ar.1 ${MAN1PREFIX}/man/man1/ranlib.1
.include <bsd.port.post.mk>

View File

@ -1,2 +0,0 @@
SHA256 (ar-20080302.tgz) = 7559c3a2aabb44d1fa7abc9bdbf336420f64eb787797b21f3397fa6ad9130bd7
SIZE (ar-20080302.tgz) = 58826

View File

@ -1,2 +0,0 @@
A BSD-licensed replacement of the ar utility written by Kai Wang in the
Summer of Code program in 2007.

View File

@ -108,7 +108,6 @@
SUBDIR += sabernetdcs-client
SUBDIR += skrooge
SUBDIR += sql-ledger
SUBDIR += tinyerp-server
SUBDIR += tryton
SUBDIR += trytond
SUBDIR += trytond_account

View File

@ -1,44 +0,0 @@
# Created by: Jordi Haarman
# $FreeBSD$
PORTNAME= tinyerp-server
PORTVERSION= 3.2.1
PORTREVISION= 5
CATEGORIES= finance
MASTER_SITES= ${MASTER_SITE_LOCAL} \
http://tinyerp.org/download/sources/
MASTER_SITE_SUBDIR= thierry
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= Open source application ERP & CRM in Python using Postgresql
DEPRECATED= No more upstream, no more public distfiles, consider using finance/openerp-server
EXPIRATION_DATE= 2013-02-27
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/PIL/__init__.py:${PORTSDIR}/graphics/py-imaging \
${PYTHON_SITELIBDIR}/libxml2.py:${PORTSDIR}/textproc/py-libxml2 \
${PYTHON_SITELIBDIR}/libxslt.py:${PORTSDIR}/textproc/py-libxslt \
${PYTHON_SITELIBDIR}/mx/__init__.py:${PORTSDIR}/lang/py-mx-base \
${PYTHON_SITELIBDIR}/pyparsing.py:${PORTSDIR}/devel/py-parsing \
${PYTHON_SITELIBDIR}/psycopgmodule.so:${PORTSDIR}/databases/py-psycopg \
${PYTHON_SITELIBDIR}/reportlab/__init__.py:${PORTSDIR}/print/py-reportlab
RUN_DEPENDS:= ${BUILD_DEPENDS}
WRKSRC= ${WRKDIR}/server
USE_PYTHON= 2.5+
USE_PYDISTUTILS=yes
PYDISTUTILS_PKGVERSION= 3.2.0
MAN1= tinyerp-server.1
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
${INSTALL_MAN} ${WRKSRC}/doc/* ${DOCSDIR}
${MKDIR} ${DOCSDIR}/i18n
${INSTALL_MAN} ${WRKSRC}/i18n/* ${DOCSDIR}/i18n
.endif
.include <bsd.port.mk>

View File

@ -1,2 +0,0 @@
SHA256 (tinyerp-server-3.2.1.tgz) = 9d0261aa28588aef8764645e1d338f050d7803773ee577fbd140346b48744269
SIZE (tinyerp-server-3.2.1.tgz) = 935517

View File

@ -1,16 +0,0 @@
--- setup.py.orig Mon Jan 23 09:43:47 2006
+++ setup.py Mon Mar 20 17:47:25 2006
@@ -59,12 +59,8 @@
def data_files():
'''Build list of data files to be installed'''
- files = [(opj('share', 'man', 'man1'),
+ files = [(opj('man', 'man1'),
['man/tinyerp-server.1']),
- (opj('share','doc', 'tinyerp-server-%s' % version),
- [f for f in glob.glob('doc/*') if os.path.isfile(f)]),
- (opj('share','doc','tinyerp-server-%s' % version, 'i18n'),
- glob.glob('doc/i18n/*')),
(opj('lib', 'python%s' % py_short_version, 'site-packages', 'tinyerp-server', 'addons', 'custom'),
glob.glob('bin/addons/custom/*xml') +
glob.glob('bin/addons/custom/*xsl'))]

View File

@ -1,6 +0,0 @@
Tiny ERP is an open source application - written in python, powered by
postgresql - that boosts productivity and profit through data integration.
It connects and improves business processes; sales, finance, supply chain,
project management, inventory control, ...
WWW: http://tinyerp.org/

File diff suppressed because it is too large Load Diff

View File

@ -160,7 +160,6 @@
SUBDIR += gkrellmmailwatch2
SUBDIR += gld
SUBDIR += gmail-notify
SUBDIR += gmime
SUBDIR += gmime2
SUBDIR += gmime2-sharp
SUBDIR += gmime24

View File

@ -1,29 +0,0 @@
# Created by: Bas Kruit <baskruit@bsltwr.dnsalias.org>
# $FreeBSD$
PORTNAME= gmime
PORTVERSION= 1.0.8
PORTREVISION= 3
CATEGORIES= mail
MASTER_SITES= http://spruce.sourceforge.net/gmime/sources/v1.0/
MAINTAINER= ports@FreeBSD.org
COMMENT= Library (written in C) for parsing and creating messages using MIME
CONFLICTS= gmime-2.1.*
USE_AUTOTOOLS= libtool
USE_GMAKE= YES
USE_GNOME= glib12
USE_ICONV= yes
GNU_CONFIGURE= yes
CFLAGS+= -L${LOCALBASE}/lib # req'd to find iconv
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
MAKE_ARGS= confexecdir=${PREFIX}/etc
USE_LDCONFIG= yes
DEPRECATED= Superceded with version 2.4
EXPIRATION_DATE= 2013-02-28
.include <bsd.port.mk>

View File

@ -1,2 +0,0 @@
SHA256 (gmime-1.0.8.tar.gz) = 6b330d3200ea381452c1756ec5549ec670c268de69e4510456d11329b494326d
SIZE (gmime-1.0.8.tar.gz) = 513890

View File

@ -1,11 +0,0 @@
--- Makefile.in.orig Wed Mar 28 21:57:59 2001
+++ Makefile.in Sun Apr 8 01:01:19 2001
@@ -92,7 +92,7 @@
glib_cflags = @glib_cflags@
glib_libs = @glib_libs@
-SUBDIRS = . tests doc
+SUBDIRS = . tests
INCLUDES = -I@srcdir@ $(VERSION_FLAGS) @GLIB_CFLAGS@ -DG_LOG_DOMAIN=\"gmime\"

View File

@ -1,19 +0,0 @@
GMime is a set of utilities for parsing and creating messages using
the Multipurpose Internet Mail Extension (MIME) as defined by the
following RFCs:
* 0822: Standard for the Format of Arpa Internet Text Messages
* 2045: Multipurpose Internet Mail Extensions (MIME) Part One:
Format of Internet Message Bodies
* 2046: Multipurpose Internet Mail Extensions (MIME) Part Two:
Media Types
* 2047: Multipurpose Internet Mail Extensions (MIME) Part Three:
Message Header Extensions for Non-ASCII Text
* 2048: Multipurpose Internet Mail Extensions (MIME) Part Four:
Registration Procedures
* 2049: Multipurpose Internet Mail Extensions (MIME) Part Five:
Conformance Criteria and Examples
* 2183: Communicating Presentation Information in Internet Messages:
The Content-Disposition Header Field
WWW: http://spruce.sourceforge.net/gmime/

View File

@ -1,38 +0,0 @@
bin/gmime-config
etc/gmimeConf.sh
include/gmime/gmime.h
include/gmime/gmime-charset.h
include/gmime/gmime-content-type.h
include/gmime/gmime-data-wrapper.h
include/gmime/gmime-disposition.h
include/gmime/gmime-filter-basic.h
include/gmime/gmime-filter-charset.h
include/gmime/gmime-filter-crlf.h
include/gmime/gmime-filter-from.h
include/gmime/gmime-filter-html.h
include/gmime/gmime-filter-yenc.h
include/gmime/gmime-filter.h
include/gmime/gmime-header.h
include/gmime/gmime-iconv-utils.h
include/gmime/gmime-iconv.h
include/gmime/gmime-message.h
include/gmime/gmime-object.h
include/gmime/gmime-param.h
include/gmime/gmime-parser.h
include/gmime/gmime-part.h
include/gmime/gmime-stream-buffer.h
include/gmime/gmime-stream-file.h
include/gmime/gmime-stream-filter.h
include/gmime/gmime-stream-fs.h
include/gmime/gmime-stream-mem.h
include/gmime/gmime-stream-mmap.h
include/gmime/gmime-stream-null.h
include/gmime/gmime-stream.h
include/gmime/gmime-utils.h
include/gmime/internet-address.h
lib/libgmime.a
lib/libgmime.la
lib/libgmime.so
lib/libgmime.so.1
share/aclocal/gmime.m4
@dirrm include/gmime

View File

@ -52,7 +52,6 @@
SUBDIR += portaudit
SUBDIR += portaudit-db
SUBDIR += portbuilder
SUBDIR += portcheck
SUBDIR += portcheckout
SUBDIR += portconf
SUBDIR += portdowngrade

View File

@ -1,31 +0,0 @@
# Created by: Kim Naim Lesmer <kim@bitflop.com>
# $FreeBSD$
PORTNAME= portcheck
PORTVERSION= 1.13
CATEGORIES= ports-mgmt
MASTER_SITES= http://www.bitflop.com/pub/sh/portcheck/
EXTRACT_SUFX= .tbz
DIST_SUBDIR= rerolled
MAINTAINER= ports@FreeBSD.org
COMMENT= Maintains the ports tree and checks up the installed packages
DEPRECATED= No more upstream, no more public distfiles
EXPIRATION_DATE= 2013-02-27
RUN_DEPENDS= ${LOCALBASE}/sbin/portaudit:${PORTSDIR}/ports-mgmt/portaudit
PLIST_FILES= bin/portcheck
MAN1= portcheck.1
NO_WRKSUBDIR= yes
NO_BUILD= yes
do-install:
@${INSTALL_SCRIPT} ${WRKDIR}/portcheck ${PREFIX}/bin
@${INSTALL_MAN} ${WRKDIR}/portcheck.1 ${MAN8PREFIX}/man/man1
@${ECHO} ""
@${ECHO} "See 'man portcheck' for information about usage."
@${ECHO} ""
.include <bsd.port.mk>

View File

@ -1,2 +0,0 @@
SHA256 (rerolled/portcheck-1.13.tbz) = 3e9900c771bbbca08e19681165804801afe3d18db699e7e7284fe541965425b2
SIZE (rerolled/portcheck-1.13.tbz) = 2260

View File

@ -1,6 +0,0 @@
Portcheck is a simple and small script for FreeBSD
that first updates the ports tree and then runs an
update and a security checkup of all the installed packages.
Portcheck depends on portsnap, portaudit and pkg_version.
WWW: http://www.bitflop.com/pub/sh/portcheck/

View File

@ -920,7 +920,6 @@
SUBDIR += sshit
SUBDIR += sshpass
SUBDIR += ssl-admin
SUBDIR += sslproxy
SUBDIR += sslscan
SUBDIR += sslsniffer
SUBDIR += sslwrap

View File

@ -1,35 +0,0 @@
# New ports collection makefile for: sslproxy
# Date created: 11 February 1999
# Whom: Alex Le Heux
#
# $FreeBSD$
#
PORTNAME= sslproxy
PORTVERSION= 20000129
CATEGORIES= security
MASTER_SITES= http://mirror2.unixfreunde.de/ \
http://freebsd.unixfreunde.de/sources/
DISTNAME= sslproxy.2000_Jan_29
MAINTAINER= alexlh@funk.org
COMMENT= Proxies non-SSL request over an SSL connection
PORTDOCS= README.txt dummyCert.pem
PLIST_FILES= bin/sslproxy
USE_OPENSSL= YES
DEPRECATED= Abandoned upstream
EXPIRATION_DATE= 2013-02-28
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/sslproxy ${PREFIX}/bin/sslproxy
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/sslproxy
${INSTALL_DATA} ${WRKSRC}/README.txt ${WRKSRC}/dummyCert.pem \
${PREFIX}/share/doc/sslproxy
.endif
.include <bsd.port.mk>

View File

@ -1,2 +0,0 @@
SHA256 (sslproxy.2000_Jan_29.tar.gz) = 17a665436de17dddd21fe76e6c3b259a6f020aa36016b10426ebfce87ea3d19f
SIZE (sslproxy.2000_Jan_29.tar.gz) = 13760

View File

@ -1,21 +0,0 @@
--- Makefile.orig Sat Jan 29 11:36:07 2000
+++ Makefile Mon Feb 7 17:07:20 2000
@@ -10,15 +10,13 @@
# if you use cc, remove the -Wall and -g options
-CC= gcc
+CC?= gcc
-SSLROOT= /usr/local/openssl
-
-CFLAGS= -Wall -I$(SSLROOT)/include -O
+CFLAGS+= -I$(OPENSSLINC)
# for Solaris 2.x add -DSOLARIS2, for SunOS add -DSUNOS and for HP-UX add
# -DHP to the CFLAGS variable
-LIBS = -L$(SSLROOT)/lib -lssl -lcrypto
+LIBS = -L$(OPENSSLLIB) -lssl -lcrypto $(EXTRA_SSL_LIBS)
OBJ = sslproxy.o

View File

@ -1,36 +0,0 @@
--- /data/fbsd-ports/ports/security/sslproxy/work/sslproxy.1998_Jun_14/sslproxy.c Thu Jan 13 22:51:14 2000
+++ sslproxy.c Sun Jan 16 18:12:40 2000
@@ -15,6 +15,20 @@
#include <openssl/ssl.h>
#include <openssl/err.h>
+#include <sys/types.h>
+#include <sys/wait.h>
+
+
+void
+child_handler(int arg)
+{
+ pid_t pid;
+ int dummy;
+
+ wait(&dummy);
+
+}
+
/* ------------------------------------------------------------------------- */
#define SRV_SSL_V23 0
@@ -550,6 +564,12 @@
perror("listen");
exit(1);
}
+
+ if (signal(SIGCHLD, child_handler)) {
+ perror("signal");
+ exit(1);
+ }
+
fprintf(stderr, "proxy ready, listening for connections\n");
for(;;){
clientFd = accept(sockFd, NULL, NULL)

View File

@ -1,7 +0,0 @@
You probably know secure HTTP from secure web sites. Say, you want to operate
a secure web server but have only a normal server. SSL Proxy can be your
solution: It's plugged into the connection between the client and the server
and adds Secure Socket Layer (SSL) support. Or the other way around: You have
an ordinary telnet client but want to connect to a secure site. Just start SSL
Proxy with the appropriate parameters and -- voila. That's what SSL Proxy can
do for you.

View File

@ -356,7 +356,6 @@
SUBDIR += hudson
SUBDIR += hydra
SUBDIR += hypermail
SUBDIR += igal
SUBDIR += igal2
SUBDIR += ikiwiki
SUBDIR += ilias

View File

@ -1,27 +0,0 @@
# Created by: Dylan Carlson <absinthe@pobox.com>
# $FreeBSD$
PORTNAME= igal
PORTVERSION= 1.4
PORTREVISION= 7
CATEGORIES= www graphics
MASTER_SITES= http://www.stanford.edu/~epop/igal/
MAINTAINER= ports@FreeBSD.org
COMMENT= A static html image gallery generator for *nix
DEPRECATED= No more upstream, no more public distfiles, consider using www/llgal
EXPIRATION_DATE= 2013-02-27
RUN_DEPENDS= ${LOCALBASE}/bin/cjpeg:${PORTSDIR}/graphics/jpeg \
convert:${PORTSDIR}/graphics/ImageMagick
CONFLICTS= igal2-*
MAN1= igal.1
post-patch:
@${REINPLACE_CMD} -e 's,/usr/local,${PREFIX},g' ${WRKSRC}/Makefile \
${WRKSRC}/igal
.include <bsd.port.mk>

View File

@ -1,2 +0,0 @@
SHA256 (igal-1.4.tar.gz) = beaf718cee0df3f80f980c16ebce54d0737a5b2c7e0ad7c9d5fdcf57162d800b
SIZE (igal-1.4.tar.gz) = 22181

View File

@ -1,15 +0,0 @@
--- Makefile.orig Tue Feb 4 07:41:31 2003
+++ Makefile Thu Jan 29 11:18:43 2004
@@ -12,8 +12,10 @@
rm -f $(BINDIR)/igal
rm -f $(MANDIR)/igal.1
+all:: igal
+
install:: igal
- install -D -m 0755 igal $(BINDIR)/igal
- install -D -m 0644 igal.1 $(MANDIR)/igal.1
+ install -m 0755 igal $(BINDIR)/igal
+ install -m 0644 igal.1 $(MANDIR)/igal.1
install -d -m 0755 $(LIBDIR)
install -m 0644 README THANKS ChangeLog COPYING indextemplate.html slidetemplate.html tile.png igal.css $(LIBDIR)

View File

@ -1,21 +0,0 @@
--- igal.1.orig Mon Feb 3 04:42:22 2003
+++ igal.1 Thu Jan 29 11:10:37 2004
@@ -261,14 +261,9 @@
but if any major bugs pop up I probably ought to fix them.
.SH AUTHOR
Eric Pop <epop@stanford.edu>
+.TP
+FreeBSD port maintainer:
+.RE
+Dylan Carlson <absinthe@pobox.com>
.SH "SEE ALSO"
.BR cjpeg ", " djpeg ", " pnmscale ", " identify ", " convert ". "
-If they didn't come standard with your Linux distribution
-you can find them at
-.I rpmfind.net
-(inside libjpeg and libgr-progs) and at
-.IR "imagemagick.org" ,
-respectively. Also try
-.I www.ijg.org
-and
-.IR "netpbm.sourceforge.net" .

View File

@ -1,12 +0,0 @@
--- indextemplate.html.org Thu Jan 29 10:58:47 2004
+++ indextemplate.html Thu Jan 29 11:00:34 2004
@@ -21,8 +21,7 @@
</DIV>
<P class="small">created with
- <A href="http://www.stanford.edu/~epop/igal">igal</A></P>
-
+ <a href="http://www.stanford.edu/~epop/igal">igal</a> for <a href="http://www.freebsd.org/">freebsd</a></font></P>
</BODY>
</HTML>

View File

@ -1,15 +0,0 @@
iGal is a Perl-based program that can generate and publish an entire online
picture show (HTML slides, thumbnails and index page included) with just one
command line invocation in a Linux or Unix environment. If you've got a
directory (or several) full of image files that are waiting to be put online
and shared with friends, then iGal is for you.
Features
* flexible, well-documented
* handles JPG and GIF images
* 99% configurable through command line options and two HTML template files
* generated slides use a javascript trick to preload the next image in the
slide show (great for those viewing your gallery over slow connections)
WWW: http://www.stanford.edu/~epop/igal/

View File

@ -1,10 +0,0 @@
bin/igal
lib/igal/COPYING
lib/igal/ChangeLog
lib/igal/README
lib/igal/THANKS
lib/igal/igal.css
lib/igal/indextemplate.html
lib/igal/slidetemplate.html
lib/igal/tile.png
@dirrm lib/igal

View File

@ -4,7 +4,6 @@
COMMENT = X11 servers
SUBDIR += Xfstt
SUBDIR += driglide
SUBDIR += mga_hal
SUBDIR += x2vnc
SUBDIR += x2x

View File

@ -1,53 +0,0 @@
# Created by: Nick Sayer <nsayer@freebsd.org>
# $FreeBSD$
PORTNAME= driglide
PORTVERSION= 0.9.1
PORTREVISION= 7
CATEGORIES= x11-servers
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= anholt/driglide/
MAINTAINER= ports@FreeBSD.org
COMMENT= Libraries to support 3dfx Voodoo3/4/5/Banshee with the DRI
DEPRECATED= 3dfx is dead, fails to compile on recent versions of freebsd
EXPIRATION_DATE= 2013-02-28
USE_XORG= xxf86vm xxf86dga
USE_BZIP2= yes
USE_LDCONFIG= yes
USE_AUTOTOOLS= automake autoconf libtool
AUTOMAKE_ARGS= -a
USE_GMAKE= yes
MAKE_ARGS= PREPROCESSOR=/usr/bin/cpp
ONLY_FOR_ARCHS= i386
# Glide DOES NOT work with CFLAGS greater than -O2
CFLAGS+= -O
post-patch:
@${REINPLACE_CMD} -e 's|/usr/X11R6|${LOCALBASE}|g' \
${WRKSRC}/configure.in \
${WRKSRC}/h3/glide3/src/Makefile.am \
${WRKSRC}/h5/glide3/src/Makefile.am
@${REINPLACE_CMD} -e \
's|(float \*)pointers +=|pointers += sizeof(float *) *|' \
${WRKSRC}/h3/glide3/src/gaa.c \
${WRKSRC}/h3/glide3/src/gdraw.c \
${WRKSRC}/h3/glide3/src/distrip.c \
${WRKSRC}/h5/glide3/src/gaa.c \
${WRKSRC}/h5/glide3/src/gdraw.c \
${WRKSRC}/h5/glide3/src/distrip.c
pre-configure:
@cd ${WRKSRC} && ${ACLOCAL} -I ${LOCALBASE}/share/aclocal
@${REINPLACE_CMD} -e '/^_LT_AC_SHELL_INIT/d' ${WRKSRC}/aclocal.m4
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 900035
BROKEN= Does not compile on recent FreeBSD-9
.endif
.include <bsd.port.post.mk>

View File

@ -1,2 +0,0 @@
SHA256 (driglide-0.9.1.tar.bz2) = e06741e7dc5bdf82779c4de5ded6a6e22bd784d2914834129719c17f90ba2b48
SIZE (driglide-0.9.1.tar.bz2) = 614790

View File

@ -1,6 +0,0 @@
--- configure.in.orig 2003-02-01 13:43:30.000000000 -0600
+++ configure.in 2011-03-20 14:39:08.000000000 -0500
@@ -38,2 +38,3 @@
AC_PROG_LIBTOOL
+AM_PROG_AS
dnl Checks for libraries.

View File

@ -1,10 +0,0 @@
--- h3/minihwc/linhwc.c.orig Sun Feb 2 00:56:37 2003
+++ h3/minihwc/linhwc.c Fri Dec 24 21:34:38 2004
@@ -92,6 +92,7 @@
static FxU32 calcBufferSize(FxU32 xres, FxU32 yres, FxBool tiled);
static FxU32 calcBufferSizeInTiles(FxU32 xres, FxU32 yres);
static FxU32 calcBufferHeightInTiles(FxU32 yres);
+static FxU32 hwcBufferLfbAddr(const hwcBoardInfo *bInfo, FxU32 physAddress);
typedef struct envitem_t {
char *env;

View File

@ -1,73 +0,0 @@
--- h5/glide3/src/glfb.c.orig Thu Jan 16 01:23:50 2003
+++ h5/glide3/src/glfb.c Sun Jul 1 03:06:16 2007
@@ -1014,17 +1014,28 @@
FXFALSE,
&info))
{
- FxU32 *src,*dst;
+ union {
+ FxU32 *src;
+ FxU16 *src16;
+ FxU8 *src8;
+ } s;
+
+ union {
+ FxU32 *dst;
+ FxU16 *dst16;
+ FxU8 *dst8;
+ } d;
+
FxI32 length,scanline;
FxU32 src_adjust,dst_adjust,tmp;
- src=(FxU32 *) (((char*)info.lfbPtr)+
+ s.src=(FxU32 *) (((char*)info.lfbPtr)+
(src_y*info.strideInBytes) + (src_x * bpp));
- dst=dst_data;
+ d.dst=dst_data;
scanline=src_height;
/* set length - alignment fix*/
- tmp=(((AnyPtr)src)&2);
+ tmp=(((AnyPtr)s.src)&2);
length=src_width * bpp - tmp;
src_adjust=info.strideInBytes - tmp;
dst_adjust=dst_stride - tmp;
@@ -1035,8 +1046,8 @@
while(src_height--)
{
/* adjust starting alignment */
- if (((AnyPtr)src)&3)
- *((FxU16 *)dst)++=*((FxU16 *)src)++;
+ if (((AnyPtr)s.src)&3)
+ *d.dst16++ = *s.src16++;
/* read in dwords of pixels */
if(length)
@@ -1047,16 +1058,21 @@
/* copies aligned dwords */
do
{
- *((FxU32 *)(((AnyPtr)dst) + byte_index))=*((FxU32 *)(((AnyPtr)src) + byte_index));
+ FxU32 *dst = (FxU32 *)(((AnyPtr)dst) + byte_index);
+ FxU32 *src = (FxU32 *)(((AnyPtr)src) + byte_index);
+ *dst = *src;
}while((byte_index+=4)<aligned);
/* handle backend misalignment */
- if (byte_index!=(FxU32)length)
- *((FxU16 *)(((AnyPtr)dst) + byte_index))=*((FxU16 *)(((AnyPtr)src) + byte_index));
+ if (byte_index!=(FxU32)length) {
+ FxU16 *dst = (FxU16 *)(((AnyPtr)dst) + byte_index);
+ FxU16 *src = (FxU16 *)(((AnyPtr)src) + byte_index);
+ *dst = *src;
+ }
}
/* adjust for next line */
- ((FxU8 *)src)+=src_adjust;
- ((FxU8 *)dst)+=dst_adjust;
+ s.src8+=src_adjust;
+ d.dst8+=dst_adjust;
}
rv=FXTRUE;
/* unlock buffer */

View File

@ -1,44 +0,0 @@
--- swlibs/fxmisc/fxos.c.orig Wed Jan 15 10:01:58 2003
+++ swlibs/fxmisc/fxos.c Sun Jul 1 01:56:10 2007
@@ -27,13 +27,22 @@
#include <fxos.h>
-/* return current time in seconds (floating point) */
-float fxTime(void)
-{
#if defined ( __sparc__ ) || defined ( __DJGPP__ )
/* times returns 0 in BSD Unix, so we use ftime instead */
# include <sys/types.h>
# include <sys/timeb.h>
+#elif defined(__FreeBSD__)
+# include <sys/time.h>
+#else
+# include <sys/types.h>
+# include <sys/times.h>
+# include <sys/param.h>
+#endif
+
+/* return current time in seconds (floating point) */
+float fxTime(void)
+{
+#if defined ( __sparc__ ) || defined ( __DJGPP__ )
struct timeb tb;
static time_t once; // saves first time value
@@ -43,15 +52,11 @@
return (tb.time - once) + tb.millitm * .001;
#elif defined(__FreeBSD__)
-#include <sys/time.h>
struct timeval t;
struct timezone tz;
gettimeofday(&t, &tz);
return ((float)t.tv_sec + ((float)t.tv_usec)/1000000.0);
#else
-# include <sys/types.h>
-# include <sys/times.h>
-# include <sys/param.h>
struct tms foo;
return times(&foo)/(float)HZ;
#endif

View File

@ -1,5 +0,0 @@
These libraries are used by the 3dfx DRI module (lib/modules/dri/tdfx_dri.so)
to provide 3D hardware accelerated OpenGL for 3dfx Voodoo3/4/5/Banshee cards.
This does not support applications requiring the Glide library.
WWW: http://people.freebsd.org/~anholt/dri/

View File

@ -1,10 +0,0 @@
include/glide3/sst1vid.h
lib/libglide3-v3.a
lib/libglide3-v3.la
lib/libglide3-v3.so
lib/libglide3-v3.so.13
lib/libglide3-v5.a
lib/libglide3-v5.la
lib/libglide3-v5.so
lib/libglide3-v5.so.13
@dirrm include/glide3

View File

@ -28,8 +28,6 @@
SUBDIR += cursor-neutral-white-theme
SUBDIR += cursor-polar-theme
SUBDIR += e16-themes
SUBDIR += e17-theme-cthulhain
SUBDIR += e17-theme-darkness
SUBDIR += emerald-themes
SUBDIR += fluxbox-tenr-styles-pack
SUBDIR += fvwm-themes

View File

@ -1,36 +0,0 @@
# Created by: Stanislav Sedov <ssedov@mbsd.msk.ru>
# $FreeBSD$
PORTNAME= cthulhain
PORTVERSION= 0.4.5
PORTREVISION= 3
PORTEPOCH= 1
CATEGORIES= x11-themes enlightenment
MASTER_SITES= GOOGLE_CODE
MASTER_SITE_SUBDIR= Themes/E17
PKGNAMEPREFIX= e17-theme-
EXTRACT_SUFX= .edj
MAINTAINER= gblach@FreeBSD.org
COMMENT= Cthulhain theme for use with e17 window manager
DEPRECATED= Dead upstream since 2008
EXPIRATION_DATE=2013-02-28
RUN_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment
NO_BUILD= yes
NO_WRKSUBDIR= yes
PLIST_FILES= share/enlightenment/data/themes/${DISTNAME}${EXTRACT_SUFX}
do-extract:
${MKDIR} ${WRKDIR}
${CP} ${DISTDIR}/${DISTFILES} ${WRKDIR}
do-install:
${MKDIR} ${PREFIX}/share/enlightenment/data/themes
${INSTALL_DATA} ${WRKSRC}/${DISTFILES} \
${PREFIX}/share/enlightenment/data/themes
.include <bsd.port.mk>

View File

@ -1,2 +0,0 @@
SHA256 (cthulhain-0.4.5.edj) = b97f5bf68237f6082be9283dec3d2903345158d03b0d017ae0cbfb6417077fa3
SIZE (cthulhain-0.4.5.edj) = 3144711

View File

@ -1,4 +0,0 @@
Nice theme for use with e17 window manager. Theme that's based on the fluxbox
theme Cthulhain.
WWW: http://code.google.com/p/cthulhain/

View File

@ -1,35 +0,0 @@
# Created by: Stanislav Sedov <ssedov@mbsd.msk.ru>
# $FreeBSD$
PORTNAME= darkness
PORTVERSION= 0.99.042
PORTREVISION= 0
CATEGORIES= x11-themes enlightenment
MASTER_SITES= http://fc09.deviantart.net/fs28/f/2008/055/f/a/
PKGNAMEPREFIX= e17-theme-
DISTNAME= Darkness_by_saturn_vk
EXTRACT_SUFX= .edj
MAINTAINER= gblach@FreeBSD.org
COMMENT= Darkness theme for use with e17 window manager
DEPRECATED= No more public distfiles
EXPIRATION_DATE=2013-02-28
RUN_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment
NO_BUILD= yes
NO_WRKSUBDIR= yes
PLIST_FILES= share/enlightenment/data/themes/${DISTNAME}${EXTRACT_SUFX}
do-extract:
${MKDIR} ${WRKDIR}
${CP} ${DISTDIR}/${DISTFILES} ${WRKDIR}
do-install:
${MKDIR} ${PREFIX}/share/enlightenment/data/themes
${INSTALL_DATA} ${WRKSRC}/${DISTFILES} \
${PREFIX}/share/enlightenment/data/themes
.include <bsd.port.mk>

View File

@ -1,2 +0,0 @@
SHA256 (Darkness_by_saturn_vk.edj) = ec1378876a79ba5688274be5d7b314624610c7584c9c5a2d84d14c02cfa3a340
SIZE (Darkness_by_saturn_vk.edj) = 5408247

View File

@ -1,4 +0,0 @@
A very dark theme with a glowing blue.
Author: Viktor 'saturn_vk' Kojouharov <viktor@bloka.org>
WWW: http://www.get-e.org/Themes/E17/