diff options
author | Rene Ladan <rene@FreeBSD.org> | 2013-07-26 19:19:20 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2013-07-26 19:19:20 +0000 |
commit | 66fee909266a1dedf3dfc1f03bb0841380d78805 (patch) | |
tree | 4c98d494bc4532b5dd5b19f4e47bcb3babf104c2 /ports-mgmt | |
parent | eec2cb8d7407c5628cc8016e7349abbee6c98e3f (diff) | |
download | ports-66fee909266a1dedf3dfc1f03bb0841380d78805.tar.gz ports-66fee909266a1dedf3dfc1f03bb0841380d78805.zip |
Notes
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/Makefile | 2 | ||||
-rw-r--r-- | ports-mgmt/kports/Makefile | 63 | ||||
-rw-r--r-- | ports-mgmt/kports/distinfo | 2 | ||||
-rw-r--r-- | ports-mgmt/kports/files/patch-src-kports.desktop | 15 | ||||
-rw-r--r-- | ports-mgmt/kports/files/pkg-message.nosu | 5 | ||||
-rw-r--r-- | ports-mgmt/kports/pkg-descr | 16 | ||||
-rw-r--r-- | ports-mgmt/kports/pkg-plist | 12 | ||||
-rw-r--r-- | ports-mgmt/qtpkg/Makefile | 30 | ||||
-rw-r--r-- | ports-mgmt/qtpkg/distinfo | 2 | ||||
-rw-r--r-- | ports-mgmt/qtpkg/files/patch-Makefile | 25 | ||||
-rw-r--r-- | ports-mgmt/qtpkg/pkg-descr | 4 |
11 files changed, 0 insertions, 176 deletions
diff --git a/ports-mgmt/Makefile b/ports-mgmt/Makefile index 7a75dc4073bf..c912ba90f78d 100644 --- a/ports-mgmt/Makefile +++ b/ports-mgmt/Makefile @@ -15,7 +15,6 @@ SUBDIR += hs-porte SUBDIR += jailaudit SUBDIR += kpackagekit - SUBDIR += kports SUBDIR += kports-qt4 SUBDIR += lsknobs SUBDIR += managepkg @@ -80,7 +79,6 @@ SUBDIR += prhistory SUBDIR += psearch SUBDIR += pver - SUBDIR += qtpkg SUBDIR += symports SUBDIR += tinderbox SUBDIR += tinderbox-devel diff --git a/ports-mgmt/kports/Makefile b/ports-mgmt/kports/Makefile deleted file mode 100644 index 2d4cab3c7f43..000000000000 --- a/ports-mgmt/kports/Makefile +++ /dev/null @@ -1,63 +0,0 @@ -# Created by: Hannes Hauswedell <hannes.hauswedell@gmail.com> -# $FreeBSD$ - -PORTNAME= kports -PORTVERSION= 0.6.1 -PORTREVISION= 10 -CATEGORIES= ports-mgmt kde -MASTER_SITES= SF - -MAINTAINER= h2+fbsdports@fsfe.org -COMMENT= KDE3-Version of your favorite frontend to the Ports - -USE_BZIP2= yes -USE_GMAKE= yes -USE_KDELIBS_VER=3 -USE_AUTOTOOLS= libtool -CONFLICTS= kports-0.[89]* - -RUN_DEPENDS+= portupgrade:${PORTSDIR}/ports-mgmt/portupgrade -RUN_DEPENDS+= kdehier>=0:${PORTSDIR}/misc/kdehier - -OPTIONS_DEFINE= PORTAUDIT KDESU KDESU4 GKSU -OPTIONS_DEFAULT= PORTAUDIT KDESU -PORTAUDIT_DESC= Require Portaudit -KDESU_DESC= With KDE3 kdesu -KDESU4_DESC= With KDE4 kdesu -GKSU_DESC= With gksu - -.include <bsd.port.options.mk> - -.if defined(WITH_PKGNG) -IGNORE= only works with traditional pkg-tools -.endif - -.if ! ${PORT_OPTIONS:MKDESU} && ! ${PORT_OPTIONS:MKDESU4} && ! ${PORT_OPTIONS:MGKSU} -PKGMESSAGE= ${FILESDIR}/pkg-message.nosu -.endif - -.if ${PORT_OPTIONS:MPORTAUDIT} -RUN_DEPENDS+= portaudit:${PORTSDIR}/ports-mgmt/portaudit -.endif - -.if ${PORT_OPTIONS:MKDESU} -RUN_DEPENDS+= ${LOCALBASE}/bin/kdesu:${PORTSDIR}/x11/kdebase3 -.endif - -.if ${PORT_OPTIONS:MKDESU4} -USE_KDE4+= runtime -.endif - -.if ${PORT_OPTIONS:MGKSU} -RUN_DEPENDS+= ${LOCALBASE}/bin/gksu:${PORTSDIR}/sysutils/gksu -.endif - -post-patch: - ${REINPLACE_CMD} -e 's,/usr/local,${LOCALBASE},g' ${WRKSRC}/src/kports.desktop - -post-install: -.if ! ${PORT_OPTIONS:MKDESU} && ! ${PORT_OPTIONS:MKDESU4} && ! ${PORT_OPTIONS:MGKSU} - @${CAT} ${PKGMESSAGE} -.endif - -.include <bsd.port.mk> diff --git a/ports-mgmt/kports/distinfo b/ports-mgmt/kports/distinfo deleted file mode 100644 index 3b31231391d0..000000000000 --- a/ports-mgmt/kports/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (kports-0.6.1.tar.bz2) = c06e7fd25f5c0c63dcbff1b2a569f185d2252e8b16c2f7ccadfa1cbcfab902fa -SIZE (kports-0.6.1.tar.bz2) = 620443 diff --git a/ports-mgmt/kports/files/patch-src-kports.desktop b/ports-mgmt/kports/files/patch-src-kports.desktop deleted file mode 100644 index c86151c6f53b..000000000000 --- a/ports-mgmt/kports/files/patch-src-kports.desktop +++ /dev/null @@ -1,15 +0,0 @@ ---- src/kports.desktop.old 2009-01-21 20:13:06.000000000 +0100 -+++ src/kports.desktop 2009-01-21 20:13:27.000000000 +0100 -@@ -1,10 +1,10 @@ - [Desktop Entry] - Encoding=UTF-8 - Name=KPorts --Exec=kdesu -c 'kports %i %m -caption "%c"' -+Exec=/bin/sh -c 'if [ -x /usr/local/bin/kdesu ]; then /usr/local/bin/kdesu kports; elif [ -x /usr/local/kde4/lib/kde4/libexec/kdesu ]; then /usr/local/kde4/lib/kde4/libexec/kdesu kports; elif [ -x /usr/local/bin/gksu ]; then /usr/local/bin/gksu kports; else kports; fi' - Icon=kports - Type=Application --DocPath=kports/index.html - Comment=A tool for managing Software in FreeBSD - Comment[de]=Ein Programm zur Softwareverwaltung unter FreeBSD - Terminal=0 -+Categories=Qt;KDE;System; diff --git a/ports-mgmt/kports/files/pkg-message.nosu b/ports-mgmt/kports/files/pkg-message.nosu deleted file mode 100644 index 400249898e62..000000000000 --- a/ports-mgmt/kports/files/pkg-message.nosu +++ /dev/null @@ -1,5 +0,0 @@ -You have selected neither kdesu nor gksu during make config, but -KPorts needs to be started as root for it to be useful. - -You can still install a package providing kdesu or gksu, or use -another program to start KPorts as root, e.g. sudo or ssh -X. diff --git a/ports-mgmt/kports/pkg-descr b/ports-mgmt/kports/pkg-descr deleted file mode 100644 index b4534c1f3f28..000000000000 --- a/ports-mgmt/kports/pkg-descr +++ /dev/null @@ -1,16 +0,0 @@ -KPorts is KDE-Frontend to the FreeBSD-Ports and in future also to the -OpenBsd-Ports, PkgSrc and maybe others. -You can browse and search through your Portstree and perform actions -like Upgrades, Installs, Uninstall a.s.o. More advanced features like -setting Options and Vulnerability checking are also available. For a -complete list, check the Homepage or the Changelog. -Functionality is KPorts' main goal, not simplification by reducing -options; however KPorts should be rather easy to use. - -A new version of KPorts based on completely new code and Qt4 is -available @ /usr/ports/ports-mgmt/kports-qt4 -NOTE that the new version cannot yet compete with this version -feature-wise. - - -WWW: http://kports.sf.net diff --git a/ports-mgmt/kports/pkg-plist b/ports-mgmt/kports/pkg-plist deleted file mode 100644 index 73cb037ea2b5..000000000000 --- a/ports-mgmt/kports/pkg-plist +++ /dev/null @@ -1,12 +0,0 @@ -bin/kports -bin/kports_client -share/applnk/System/kports.desktop -share/apps/kports/kports-splash.jpg -share/apps/kports/kportsui.rc -share/doc/HTML/en/kports/index.cache.bz2 -share/doc/HTML/en/kports/index.docbook -share/icons/hicolor/16x16/apps/kports.png -share/icons/hicolor/32x32/apps/kports.png -share/doc/HTML/en/kports/common -@dirrm share/doc/HTML/en/kports -@dirrm share/apps/kports diff --git a/ports-mgmt/qtpkg/Makefile b/ports-mgmt/qtpkg/Makefile deleted file mode 100644 index 7d7b827f48c4..000000000000 --- a/ports-mgmt/qtpkg/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# New ports collection makefile for: qtpkg -# Date created: Wed Jan 3 2001 -# Whom: Trenton Schulz <twschulz@cord.edu> -# -# $FreeBSD$ -# - -PORTNAME= qtpkg -PORTVERSION= 1.0 -PORTREVISION= 7 -CATEGORIES= ports-mgmt -# mastersite disappeared around July 6 2003 -MASTER_SITES= # http://gauss.cord.edu/homepages/twschulz/demo/ -DISTNAME= qtpkg - -MAINTAINER= ports@FreeBSD.org -COMMENT= A Qt based package removal tool -CFLAGS+= ${PTHREAD_CFLAGS} -MAKE_ENV= LIBS="-lqt-mt ${PTHREAD_LIBS}" - -DEPRECATED= Depends on QT3; unmaintained -EXPIRATION_DATE= 2013-07-01 - -PLIST_FILES= sbin/qtpkg -USE_QT_VER= 3 - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/qtpkg ${PREFIX}/sbin - -.include <bsd.port.mk> diff --git a/ports-mgmt/qtpkg/distinfo b/ports-mgmt/qtpkg/distinfo deleted file mode 100644 index 20da5f709f78..000000000000 --- a/ports-mgmt/qtpkg/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (qtpkg.tar.gz) = df1ded7e295ce02e16719aa11ecb32961592e6f5da005ff0c949e74422d0116f -SIZE (qtpkg.tar.gz) = 7308 diff --git a/ports-mgmt/qtpkg/files/patch-Makefile b/ports-mgmt/qtpkg/files/patch-Makefile deleted file mode 100644 index 5272cfec9295..000000000000 --- a/ports-mgmt/qtpkg/files/patch-Makefile +++ /dev/null @@ -1,25 +0,0 @@ - -$FreeBSD$ - ---- Makefile 2001/01/23 16:32:54 1.1 -+++ Makefile 2001/01/23 16:36:12 -@@ -9,13 +9,13 @@ - - CC = cc - CXX = c++ --CFLAGS = -pipe -Wall -W -O2 -DNO_DEBUG --CXXFLAGS = -pipe -Wall -W -O2 -DNO_DEBUG --INCPATH = -I/usr/local/include -I/usr/X11R6/include/qt2 -+CFLAGS += -pipe -Wall -W -DNO_DEBUG -+CXXFLAGS += ${CFLAGS} -+INCPATH = -I$(LOCALBASE)/include - LINK = c++ --LIBS = $(SUBLIBS) -L/usr/local/lib -L/usr/X11R6/lib -lqt2 -lXext -lX11 -lm --MOC = /usr/X11R6/bin/moc2 --UIC = /usr/X11R6/bin/uic -+LIBS += $(SUBLIBS) -L$(LOCALBASE)/lib -lXext -lX11 -lm -+MOC = $(LOCALBASE)/bin/moc -+UIC = $(LOCALBASE)/bin/uic - - TAR = tar -cf - GZIP = gzip -9f diff --git a/ports-mgmt/qtpkg/pkg-descr b/ports-mgmt/qtpkg/pkg-descr deleted file mode 100644 index aa1413f5ac39..000000000000 --- a/ports-mgmt/qtpkg/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -qtpkg simplifies the removal of packages by simulating the add/remove -programs dialog as seen in Windows. Handy when you can't remember the -correct version number. It also allows you to read the description of the -package and its packing list. |