diff options
author | rene <rene@FreeBSD.org> | 2018-08-17 04:28:32 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2018-08-17 04:28:32 +0800 |
commit | d55a2fcc765d8211d825c94c8a53ff57ba2a8ab5 (patch) | |
tree | 5f56fa83cb52628df1cce7e88fa14a644324e550 /security | |
parent | b9b9e6e07461a3dc74e068c56993102704112352 (diff) | |
download | freebsd-ports-gnome-d55a2fcc765d8211d825c94c8a53ff57ba2a8ab5.tar.gz freebsd-ports-gnome-d55a2fcc765d8211d825c94c8a53ff57ba2a8ab5.tar.zst freebsd-ports-gnome-d55a2fcc765d8211d825c94c8a53ff57ba2a8ab5.zip |
Remove expired ports:
2018-08-16 net/traceroute: Upstream gone
2018-08-15 net/e169-stats: unknown license
2018-08-15 net/l4ip: unknown license
2018-08-15 net/dhcprelay: unknown license
2018-08-15 emulators/m2000: unknown license
2018-08-15 textproc/ant-xinclude-task: unknown license
2018-08-15 textproc/bomstrip: unknown license
2018-08-15 x11-fonts/ecofont: unknown license
2018-08-15 mail/roundcube-groupvice: unknown license
2018-08-15 security/pft: unknown license
2018-08-15 devel/kickassembler: unknown license
2018-08-15 devel/gdbmods: unknown license
2018-08-15 devel/as31: unknown license
2018-08-15 databases/dbf2mysql: unknown license
2018-08-15 misc/xpns: unknown license
2018-08-15 misc/amfm: unknown license
2018-08-15 games/smashbattle: unknown license
2018-08-15 games/syobon: unknown license
2018-08-15 games/optimax: unknown license
2018-08-15 games/xgospel: unknown license
2018-08-15 biology/blat: unknown license
2018-08-15 x11-clocks/swisswatch: unknown license
2018-08-15 palm/ppmtoTbmp: unknown license
2018-08-15 dns/ghtool: unknown license
2018-08-15 x11-themes/beastie: unknown license
2018-08-15 converters/uudx: unknown license
2018-08-15 sysutils/areca-cli: unknown license
Diffstat (limited to 'security')
-rw-r--r-- | security/Makefile | 1 | ||||
-rw-r--r-- | security/pft/Makefile | 40 | ||||
-rw-r--r-- | security/pft/distinfo | 2 | ||||
-rw-r--r-- | security/pft/files/patch-pft_main.cpp | 10 | ||||
-rw-r--r-- | security/pft/files/patch-pjlsession.cpp | 11 | ||||
-rw-r--r-- | security/pft/files/patch-rawmem.cpp | 11 | ||||
-rw-r--r-- | security/pft/pkg-descr | 4 |
7 files changed, 0 insertions, 79 deletions
diff --git a/security/Makefile b/security/Makefile index cd616a174805..2bc0ffd2c43d 100644 --- a/security/Makefile +++ b/security/Makefile @@ -826,7 +826,6 @@ SUBDIR += pecl-ssh2 SUBDIR += pecl-ssh2-0 SUBDIR += pev - SUBDIR += pft SUBDIR += pgpdump SUBDIR += pgpgpg SUBDIR += pgpin diff --git a/security/pft/Makefile b/security/pft/Makefile deleted file mode 100644 index 7267a50913ef..000000000000 --- a/security/pft/Makefile +++ /dev/null @@ -1,40 +0,0 @@ -# Created by: Yonatan <onatan@gmail.com> -# $FreeBSD$ - -PORTNAME= pft -PORTVERSION= 1.3 -PORTREVISION= 2 -CATEGORIES= security -MASTER_SITES= http://www.phenoelit.org/hp/ -DISTNAME= libPJL-${PORTVERSION}-src - -MAINTAINER= ports@FreeBSD.org -COMMENT= Printer Job Language library and tool - -LICENSE= NONE - -DEPRECATED= unknown license -EXPIRATION_DATE= 2018-08-15 - -NO_WRKSUBDIR= yes - -USES= gmake tar:tgz - -PLIST_FILES= bin/pft lib/libPJL.a - -post-patch: -.for i in Makefile pft/Makefile - @${REINPLACE_CMD} -e \ - '/^CPP/s|=g++|=$${CXX} $${CXXFLAGS}| ; \ - /^CPPFLAGS=/s| -g | |' ${WRKSRC}/${i} -.endfor - -do-build: - @(cd ${WRKSRC} && ${DO_MAKE_BUILD} libPJL.a) - @(cd ${WRKSRC}/pft && ${DO_MAKE_BUILD} pft) - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/pft/pft ${STAGEDIR}${PREFIX}/bin - ${INSTALL_DATA} ${WRKSRC}/libPJL.a ${STAGEDIR}${PREFIX}/lib - -.include <bsd.port.mk> diff --git a/security/pft/distinfo b/security/pft/distinfo deleted file mode 100644 index 9c789f891651..000000000000 --- a/security/pft/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (libPJL-1.3-src.tgz) = d8e734658e37a0132a0dd124e4ac3023e49d7b5b3421b99b846e6920c126b3b0 -SIZE (libPJL-1.3-src.tgz) = 73227 diff --git a/security/pft/files/patch-pft_main.cpp b/security/pft/files/patch-pft_main.cpp deleted file mode 100644 index 66cc7edae26a..000000000000 --- a/security/pft/files/patch-pft_main.cpp +++ /dev/null @@ -1,10 +0,0 @@ ---- pft/main.cpp.orig Tue Jan 4 13:01:00 2005 -+++ pft/main.cpp Sun May 22 19:22:22 2005 -@@ -28,6 +28,7 @@ - #include <sys/types.h> // open(), close(), write() - #include <sys/stat.h> - #include <fcntl.h> -+#include <string.h> - #endif //UNIX - - #include "fxstrings.h" diff --git a/security/pft/files/patch-pjlsession.cpp b/security/pft/files/patch-pjlsession.cpp deleted file mode 100644 index 8761fc802750..000000000000 --- a/security/pft/files/patch-pjlsession.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- pjlsession.cpp.orig Sun May 22 14:06:23 2005 -+++ pjlsession.cpp Sun May 22 14:06:52 2005 -@@ -871,7 +871,7 @@ - #endif //_DEBUG - throw ExInvalid(); - } else { -- snprintf(numb,49,"%lu",statbuf.st_size); -+ snprintf(numb,49,"%llu",statbuf.st_size); - connection.clear(); - connection.sendbuf.set(PJL_START); - connection.sendbuf.append(PJL_FSDOWNLOAD); diff --git a/security/pft/files/patch-rawmem.cpp b/security/pft/files/patch-rawmem.cpp deleted file mode 100644 index 0bb36edf3d1d..000000000000 --- a/security/pft/files/patch-rawmem.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- rawmem.cpp.orig Sun May 22 19:17:40 2005 -+++ rawmem.cpp Sun May 22 19:18:34 2005 -@@ -11,6 +11,8 @@ - #ifndef UNIX - #include <winsock2.h> - #else -+#include <sys/types.h> -+#include <sys/socket.h> - #include <netinet/in.h> - #endif //UNIX - diff --git a/security/pft/pkg-descr b/security/pft/pkg-descr deleted file mode 100644 index e0345a63cd67..000000000000 --- a/security/pft/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -libPJL- Printer Job Language library -A library and a command-line tool to use PJL- HP Printer Job Language - -WWW: http://www.phenoelit.org/hp/ |