summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-02-20 06:20:25 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-02-20 06:20:25 +0800
commit52eb0c363dbd39ca18828556aa6e06a0f55cdad1 (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /net
parent02ae0012100b6d06fd4310bcc5e44198eaf8930e (diff)
downloadmarcuscom-ports-52eb0c363dbd39ca18828556aa6e06a0f55cdad1.tar
marcuscom-ports-52eb0c363dbd39ca18828556aa6e06a0f55cdad1.tar.gz
marcuscom-ports-52eb0c363dbd39ca18828556aa6e06a0f55cdad1.tar.bz2
marcuscom-ports-52eb0c363dbd39ca18828556aa6e06a0f55cdad1.tar.lz
marcuscom-ports-52eb0c363dbd39ca18828556aa6e06a0f55cdad1.tar.xz
marcuscom-ports-52eb0c363dbd39ca18828556aa6e06a0f55cdad1.tar.zst
marcuscom-ports-52eb0c363dbd39ca18828556aa6e06a0f55cdad1.zip
Remove the GNOME 2.1 ports. These have been merged into FreeBSD CVS
as GNOME 2.2....next up, GNOME 2.3. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@538 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net')
-rw-r--r--net/linc/Makefile31
-rw-r--r--net/linc/distinfo1
-rw-r--r--net/linc/files/patch-Makefile.in14
-rw-r--r--net/linc/files/patch-configure13
-rw-r--r--net/linc/pkg-comment1
-rw-r--r--net/linc/pkg-descr8
-rw-r--r--net/linc/pkg-plist27
7 files changed, 0 insertions, 95 deletions
diff --git a/net/linc/Makefile b/net/linc/Makefile
deleted file mode 100644
index d8cdf7514..000000000
--- a/net/linc/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-# New ports collection makefile for: linc
-# Date Created: 12 February 2002
-# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= linc
-PORTVERSION= 1.0.1
-CATEGORIES= net
-MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.0
-DIST_SUBDIR= gnome2
-
-MAINTAINER= gnome@FreeBSD.org
-
-LIB_DEPENDS= glib-2.0.200:${PORTSDIR}/devel/glib20
-
-USE_BZIP2= yes
-USE_GMAKE= yes
-USE_GNOMENG= yes
-USE_GNOME= gnomehack
-INSTALLS_SHLIB= yes
-USE_LIBTOOL= yes
-CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \
- --disable-gtk-doc
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
-CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
-
-.include <bsd.port.mk>
diff --git a/net/linc/distinfo b/net/linc/distinfo
deleted file mode 100644
index 629f538b6..000000000
--- a/net/linc/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (gnome2/linc-1.0.1.tar.bz2) = 77f43d6582f695b76fbb5b751a41c9d0
diff --git a/net/linc/files/patch-Makefile.in b/net/linc/files/patch-Makefile.in
deleted file mode 100644
index f767730af..000000000
--- a/net/linc/files/patch-Makefile.in
+++ /dev/null
@@ -1,14 +0,0 @@
-
-$FreeBSD$
-
---- Makefile.in 2002/02/12 12:58:07 1.1
-+++ Makefile.in 2002/02/12 13:09:12
-@@ -89,7 +89,7 @@
- VERSION = @VERSION@
- WARN_CFLAGS = @WARN_CFLAGS@
-
--SUBDIRS = include src test docs
-+SUBDIRS = include src docs
-
- m4datadir = $(datadir)/aclocal
- m4data_DATA = linc.m4
diff --git a/net/linc/files/patch-configure b/net/linc/files/patch-configure
deleted file mode 100644
index 2b99e34f5..000000000
--- a/net/linc/files/patch-configure
+++ /dev/null
@@ -1,13 +0,0 @@
-
-$FreeBSD$
-
---- configure 2002/04/26 07:31:03 1.1
-+++ configure 2002/04/26 07:31:26
-@@ -6214,6 +6214,7 @@
-
- # This can be used to rebuild libtool when needed
- LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
-+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
-
- # Always use our own libtool.
- LIBTOOL='$(SHELL) $(top_builddir)/libtool'
diff --git a/net/linc/pkg-comment b/net/linc/pkg-comment
deleted file mode 100644
index ad56f28e2..000000000
--- a/net/linc/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-A library for writing networked servers & clients
diff --git a/net/linc/pkg-descr b/net/linc/pkg-descr
deleted file mode 100644
index bdcc3a097..000000000
--- a/net/linc/pkg-descr
+++ /dev/null
@@ -1,8 +0,0 @@
-linc is a library that eases the task of writing networked servers & clients.
-It takes care of connection initiation and maintainance, and the details of
-various transports. It is used by the ORBit2 to handle message
-transmission/receipt.
-
-The connections can optionally be encrypted using OpenSSL.
-
-WWW: http://www.gnome.org/
diff --git a/net/linc/pkg-plist b/net/linc/pkg-plist
deleted file mode 100644
index add2dfb02..000000000
--- a/net/linc/pkg-plist
+++ /dev/null
@@ -1,27 +0,0 @@
-bin/linc-cleanup-sockets
-bin/linc-config
-include/linc-1.0/linc/linc-config.h
-include/linc-1.0/linc/linc-connection.h
-include/linc-1.0/linc/linc-protocol.h
-include/linc-1.0/linc/linc-server.h
-include/linc-1.0/linc/linc-types.h
-include/linc-1.0/linc/linc.h
-lib/liblinc.a
-lib/liblinc.so
-lib/liblinc.so.1
-libdata/pkgconfig/linc.pc
-share/aclocal/linc.m4
-share/doc/linc/c4.html
-share/doc/linc/index.html
-share/doc/linc/index.sgml
-share/doc/linc/linc-config.html
-share/doc/linc/linc-linc-config.html
-share/doc/linc/linc-linc-private.html
-share/doc/linc/linc-linc-protocol.html
-share/doc/linc/linc-linc-types.html
-share/doc/linc/linc-linc.html
-share/doc/linc/linc-lincconnection.html
-share/doc/linc/linc-lincserver.html
-@dirrm share/doc/linc
-@dirrm include/linc-1.0/linc
-@dirrm include/linc-1.0