aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-09-01 23:35:54 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-09-01 23:35:54 +0000
commit89ca9a777bdc3a3e800b54666e3ef2d2e217a202 (patch)
tree03bd2d9cdd604f1a735351a55db7c93136ee976a /ports-mgmt
parent39a5b78f8797ded2c50107a77794cd671dff707f (diff)
downloadports-89ca9a777bdc3a3e800b54666e3ef2d2e217a202.tar.gz
ports-89ca9a777bdc3a3e800b54666e3ef2d2e217a202.zip
Notes
Diffstat (limited to 'ports-mgmt')
-rw-r--r--ports-mgmt/Makefile3
-rw-r--r--ports-mgmt/bxpkg/Makefile29
-rw-r--r--ports-mgmt/bxpkg/distinfo2
-rw-r--r--ports-mgmt/bxpkg/pkg-descr3
-rw-r--r--ports-mgmt/pkgfe/Makefile32
-rw-r--r--ports-mgmt/pkgfe/distinfo2
-rw-r--r--ports-mgmt/pkgfe/pkg-descr5
-rw-r--r--ports-mgmt/pkgfe/pkg-plist4
-rw-r--r--ports-mgmt/prhistory/Makefile44
-rw-r--r--ports-mgmt/prhistory/distinfo2
-rw-r--r--ports-mgmt/prhistory/files/pkg-message.in24
-rw-r--r--ports-mgmt/prhistory/pkg-descr5
-rw-r--r--ports-mgmt/prhistory/pkg-plist2
13 files changed, 0 insertions, 157 deletions
diff --git a/ports-mgmt/Makefile b/ports-mgmt/Makefile
index fb42c9af2091..0265d1ecf8b1 100644
--- a/ports-mgmt/Makefile
+++ b/ports-mgmt/Makefile
@@ -5,7 +5,6 @@
SUBDIR += bpkg
SUBDIR += bpm
- SUBDIR += bxpkg
SUBDIR += chucky
SUBDIR += dialog4ports
SUBDIR += dialog4ports-static
@@ -45,7 +44,6 @@
SUBDIR += pkg_search
SUBDIR += pkg_trackinst
SUBDIR += pkg_tree
- SUBDIR += pkgfe
SUBDIR += pkgs_which
SUBDIR += port-authoring-tools
SUBDIR += port-maintenance-tools
@@ -74,7 +72,6 @@
SUBDIR += portupgrade-devel
SUBDIR += poudriere
SUBDIR += poudriere-devel
- SUBDIR += prhistory
SUBDIR += psearch
SUBDIR += symports
SUBDIR += tinderbox
diff --git a/ports-mgmt/bxpkg/Makefile b/ports-mgmt/bxpkg/Makefile
deleted file mode 100644
index 87e11bbca592..000000000000
--- a/ports-mgmt/bxpkg/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-# Created by: Kostas Petrikas <kpetrikas@gmail.com>
-# $FreeBSD$
-
-PORTNAME= bxpkg
-DISTVERSION= 0.0.4_0
-PORTREVISION= 2
-CATEGORIES= ports-mgmt
-MASTER_SITES= http://bxpkg.bsdroot.lv/files/
-DISTNAME= ${PORTNAME}-${DISTVERSION}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= GTK+ based tool to manage binary packages on BSD systems
-
-USES= pkgconfig tar:bzip2
-USE_XORG= x11
-USE_GNOME= gtk20
-
-PLIST_FILES= bin/bxpkg
-
-WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION}
-
-NO_STAGE= yes
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 800000
-LIB_DEPENDS+= libarchive.so:${PORTSDIR}/archivers/libarchive
-.endif
-
-.include <bsd.port.post.mk>
diff --git a/ports-mgmt/bxpkg/distinfo b/ports-mgmt/bxpkg/distinfo
deleted file mode 100644
index b7002d80967d..000000000000
--- a/ports-mgmt/bxpkg/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (bxpkg-0.0.4_0.tar.bz2) = 8267c2fd89ccbcc22addf90ca80413845fcca9dc5d68725acb86e3c2fce6afea
-SIZE (bxpkg-0.0.4_0.tar.bz2) = 204887
diff --git a/ports-mgmt/bxpkg/pkg-descr b/ports-mgmt/bxpkg/pkg-descr
deleted file mode 100644
index d77d51728dda..000000000000
--- a/ports-mgmt/bxpkg/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-bxPKG is a GTK+ based tool to manage binary packages on BSD systems.
-
-WWW: https://code.google.com/p/bxpkg/
diff --git a/ports-mgmt/pkgfe/Makefile b/ports-mgmt/pkgfe/Makefile
deleted file mode 100644
index d5de9f593e38..000000000000
--- a/ports-mgmt/pkgfe/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# Created by: Sulev-Madis Silber <madis555@hot.ee>
-# $FreeBSD$
-
-PORTNAME= pkgfe
-PORTVERSION= 20090228
-CATEGORIES= ports-mgmt
-MASTER_SITES= http://kodu.neti.ee/~madis555/pkgfe/releases/ \
- http://ketas.si.pri.ee/pkgfe/releases/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Ncurses frontend for ports collection
-
-RUN_DEPENDS= portupgrade:${PORTSDIR}/ports-mgmt/portupgrade \
- portaudit:${PORTSDIR}/ports-mgmt/portaudit
-
-MAN8= pkgfe.8
-
-NO_BUILD= yes
-
-NO_STAGE= yes
-do-install:
- ${REINPLACE_CMD} -e 's|%PREFIX%|${PREFIX}|g' ${WRKSRC}/pkgfe
- ${INSTALL_SCRIPT} ${WRKSRC}/pkgfe ${PREFIX}/sbin/pkgfe
- ${INSTALL_DATA} ${WRKSRC}/pkgfe.conf ${PREFIX}/etc/pkgfe.conf.sample
- ${INSTALL_MAN} ${WRKSRC}/pkgfe.8 ${PREFIX}/man/man8
-
-post-install:
- @if [ ! -f ${PREFIX}/etc/pkgfe.conf ]; then \
- ${CP} -p ${PREFIX}/etc/pkgfe.conf.sample ${PREFIX}/etc/pkgfe.conf ; \
- fi
-
-.include <bsd.port.mk>
diff --git a/ports-mgmt/pkgfe/distinfo b/ports-mgmt/pkgfe/distinfo
deleted file mode 100644
index 27ecdd0d50ae..000000000000
--- a/ports-mgmt/pkgfe/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (pkgfe-20090228.tar.gz) = 5ff9645073f93d700113f78da0a7de6ee525cd565fddbc333edb6d554606b248
-SIZE (pkgfe-20090228.tar.gz) = 7242
diff --git a/ports-mgmt/pkgfe/pkg-descr b/ports-mgmt/pkgfe/pkg-descr
deleted file mode 100644
index ce119a741a77..000000000000
--- a/ports-mgmt/pkgfe/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-Package Frontend is a ncurses based, graphical frontend for
-the FreeBSD ports collection.
-
-Author: Sulev-Madis Silber <madis555@hot.ee>
-WWW: http://kodu.neti.ee/~madis555/pkgfe/
diff --git a/ports-mgmt/pkgfe/pkg-plist b/ports-mgmt/pkgfe/pkg-plist
deleted file mode 100644
index 273713147e4e..000000000000
--- a/ports-mgmt/pkgfe/pkg-plist
+++ /dev/null
@@ -1,4 +0,0 @@
-sbin/pkgfe
-@unexec if cmp -s %D/etc/pkgfe.conf.sample %D/etc/pkgfe.conf; then rm -f %D/etc/pkgfe.conf; fi
-etc/pkgfe.conf.sample
-@exec if [ ! -f %B/pkgfe.conf ]; then cp -p %D/%F %B/pkgfe.conf; fi
diff --git a/ports-mgmt/prhistory/Makefile b/ports-mgmt/prhistory/Makefile
deleted file mode 100644
index 225a765f1f9f..000000000000
--- a/ports-mgmt/prhistory/Makefile
+++ /dev/null
@@ -1,44 +0,0 @@
-# Created by: "Waitman Gobble" <uzimac@da3m0n8t3r.com>
-# $FreeBSD$
-
-PORTNAME= prhistory
-PORTVERSION= 1.0
-PORTREVISION= 2
-CATEGORIES= ports-mgmt
-MASTER_SITES= GH
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= PR review for ports
-
-LICENSE= PRHISTORY
-LICENSE_NAME= PRHISTORY BSD LICENSE
-LICENSE_FILE= ${WRKSRC}/LICENSE
-LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
-
-LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \
- libsqlite3.so:${PORTSDIR}/databases/sqlite3
-
-USE_GITHUB= yes
-GH_ACCOUNT= waitman
-GH_TAGNAME= ${GH_COMMIT}
-GH_COMMIT= 9113c59
-
-MAN7= prhistory.7
-
-SUB_FILES= pkg-message
-PORTDOCS= *
-
-NO_STAGE= yes
-
-OPTIONS_DEFINE= DOCS
-
-.include <bsd.port.options.mk>
-
-post-install:
-.if ${PORT_OPTIONS:MDOCS}
- @${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
-.endif
- @${CAT} ${PKGMESSAGE}
-
-.include <bsd.port.mk>
diff --git a/ports-mgmt/prhistory/distinfo b/ports-mgmt/prhistory/distinfo
deleted file mode 100644
index 8a4a8f8d147b..000000000000
--- a/ports-mgmt/prhistory/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (prhistory-1.0.tar.gz) = eb3e02a91a7b0c9dae96dd77706029d91e91fbad1cec4faf4b67825e6b5e1788
-SIZE (prhistory-1.0.tar.gz) = 4237
diff --git a/ports-mgmt/prhistory/files/pkg-message.in b/ports-mgmt/prhistory/files/pkg-message.in
deleted file mode 100644
index b90bf854fe0d..000000000000
--- a/ports-mgmt/prhistory/files/pkg-message.in
+++ /dev/null
@@ -1,24 +0,0 @@
-************************************************************************
-
-NOTICE
-
-prhistory has been installed as %%PREFIX%%/bin/prhistory
-
-In order to download the pr (ports only) database,
-run the following command:
-# prhistory -u
-
-WARNING
-
-This command will download an SQLite db file to
-/var/db/ports/ports-pr.db
-
-The remote file ports-pr.db is updated at most once per hour.
-
-MORE INFORMATION
-
-To create your own ports-pr.db see the notes at the following URL:
-https://dx.burplex.com/bin/prhistory.html
-
-************************************************************************
-
diff --git a/ports-mgmt/prhistory/pkg-descr b/ports-mgmt/prhistory/pkg-descr
deleted file mode 100644
index 87a137ec520d..000000000000
--- a/ports-mgmt/prhistory/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-prhistory shows PR from the FreeBSD GNATS database corresponding
-to a port. Show a summary view of all PR related to a port and
-request an individual PR by number.
-
-WWW: https://github.com/waitman/prhistory
diff --git a/ports-mgmt/prhistory/pkg-plist b/ports-mgmt/prhistory/pkg-plist
deleted file mode 100644
index a5d453bb5038..000000000000
--- a/ports-mgmt/prhistory/pkg-plist
+++ /dev/null
@@ -1,2 +0,0 @@
-bin/prhistory
-@unexec echo "NOTICE: If you are permanently removing this utility, you may wish to delete the database file /var/db/ports/ports-pr.db"