1 |
|
diff -Nrux .svn -x work /usr/ports/sysutils/psmisc/Makefile psmisc/Makefile |
2 |
< |
--- /usr/ports/sysutils/psmisc/Makefile 2010-01-02 08:40:09.000000000 -0800 |
3 |
< |
+++ psmisc/Makefile 2010-05-18 22:39:22.883081611 -0700 |
4 |
< |
@@ -6,28 +6,41 @@ |
2 |
> |
--- /usr/ports/sysutils/psmisc/Makefile 2010-10-05 22:58:11.000000000 -0700 |
3 |
> |
+++ psmisc/Makefile 2011-08-06 22:32:59.138989182 -0700 |
4 |
> |
@@ -6,19 +6,19 @@ |
5 |
|
# |
6 |
|
|
7 |
|
PORTNAME= psmisc |
8 |
< |
-PORTVERSION= 22.9 |
9 |
< |
+PORTVERSION= 22.11 |
8 |
> |
-PORTVERSION= 22.13 |
9 |
> |
+PORTVERSION= 22.14 |
10 |
|
CATEGORIES= sysutils |
11 |
< |
MASTER_SITES= SF |
12 |
< |
MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTNAME} |
11 |
> |
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/ |
12 |
|
|
13 |
< |
-MAINTAINER= ports@FreeBSD.org |
15 |
< |
+MAINTAINER= douglas@douglasthrift.net |
13 |
> |
MAINTAINER= douglas@douglasthrift.net |
14 |
|
COMMENT= A port of the Linux pstree, killall and pidof commands |
15 |
|
|
16 |
< |
+BUILD_DEPENDS= gsed:${PORTSDIR}/textproc/gsed |
16 |
> |
+LICENSE= GPLv2 |
17 |
|
+ |
18 |
< |
GNU_CONFIGURE= yes |
21 |
< |
-CONFIGURE_ARGS= --disable-nls |
22 |
< |
USE_GMAKE= yes |
18 |
> |
BUILD_DEPENDS= gsed:${PORTSDIR}/textproc/gsed |
19 |
|
|
20 |
< |
CONFLICTS= pstree-2.* \ |
25 |
< |
- pidof-* |
26 |
< |
+ pidof-[0-9]* |
27 |
< |
+ |
28 |
< |
+OPTIONS= NLS "Native Language Support via gettext utilities" On |
29 |
< |
+ |
30 |
< |
+.include <bsd.port.pre.mk> |
20 |
> |
CONFLICTS= pidof-[0-9]* pstree-2.[0-9]* |
21 |
|
|
22 |
< |
-PLIST_FILES= bin/killall \ |
23 |
< |
- bin/pidof \ |
24 |
< |
- bin/pstree bin/pstree.x11 |
25 |
< |
+.if defined(WITHOUT_NLS) |
36 |
< |
+CONFIGURE_ARGS+=--disable-nls |
37 |
< |
+PLIST_SUB+= NLS="@comment " |
38 |
< |
+.else |
39 |
< |
+USE_GETTEXT= yes |
40 |
< |
+CONFIGURE_ARGS+=--enable-nls |
41 |
< |
+CPPFLAGS+= -I${LOCALBASE}/include |
42 |
< |
+LDFLAGS+= -L${LOCALBASE}/lib |
43 |
< |
+CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" |
44 |
< |
+PLIST_SUB+= NLS="" |
45 |
< |
+.endif |
46 |
< |
|
47 |
< |
MAN1= pstree.1 killall.1 |
22 |
> |
-LICENSE= GPLv2 |
23 |
> |
- |
24 |
> |
GNU_CONFIGURE= yes |
25 |
> |
USE_GMAKE= yes |
26 |
|
|
27 |
< |
post-install: |
28 |
< |
@${LN} -sf killall ${PREFIX}/bin/pidof |
27 |
> |
@@ -34,9 +34,6 @@ |
28 |
> |
.else |
29 |
> |
USE_GETTEXT= yes |
30 |
> |
CONFIGURE_ARGS= --enable-nls |
31 |
> |
-CPPFLAGS+= -I${LOCALBASE}/include |
32 |
> |
-LDFLAGS+= -L${LOCALBASE}/lib |
33 |
> |
-CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" |
34 |
> |
PLIST_SUB+= NLS="" |
35 |
> |
.endif |
36 |
|
|
52 |
– |
-.include <bsd.port.mk> |
53 |
– |
+.include <bsd.port.post.mk> |
37 |
|
diff -Nrux .svn -x work /usr/ports/sysutils/psmisc/distinfo psmisc/distinfo |
38 |
< |
--- /usr/ports/sysutils/psmisc/distinfo 2010-01-02 08:40:09.000000000 -0800 |
39 |
< |
+++ psmisc/distinfo 2010-05-18 04:02:47.141686600 -0700 |
40 |
< |
@@ -1,3 +1,3 @@ |
41 |
< |
-MD5 (psmisc-22.9.tar.gz) = c242530de46b951ab10a2237a6048a9c |
42 |
< |
-SHA256 (psmisc-22.9.tar.gz) = c98aef4bc379790229c54c8e7d97b1d1ab898346bfffcde54fcf585a3e353edd |
43 |
< |
-SIZE (psmisc-22.9.tar.gz) = 316530 |
44 |
< |
+MD5 (psmisc-22.11.tar.gz) = b5d32aa285b75c59dee96d3ea26a4881 |
45 |
< |
+SHA256 (psmisc-22.11.tar.gz) = 8fff37557f5150d89ef9afc03133731da3eaa2bad1a94f64355218a68b884536 |
46 |
< |
+SIZE (psmisc-22.11.tar.gz) = 375038 |
47 |
< |
diff -Nrux .svn -x work /usr/ports/sysutils/psmisc/files/patch-src-Makefile.in psmisc/files/patch-src-Makefile.in |
65 |
< |
--- /usr/ports/sysutils/psmisc/files/patch-src-Makefile.in 2010-01-02 08:40:10.000000000 -0800 |
66 |
< |
+++ psmisc/files/patch-src-Makefile.in 2010-05-18 21:35:53.776313591 -0700 |
38 |
> |
--- /usr/ports/sysutils/psmisc/distinfo 2011-03-19 05:33:10.000000000 -0700 |
39 |
> |
+++ psmisc/distinfo 2011-08-06 20:48:51.620144975 -0700 |
40 |
> |
@@ -1,2 +1,2 @@ |
41 |
> |
-SHA256 (psmisc-22.13.tar.gz) = 06d25e8ebb4722dbcede98a787c39a9ed341f8e58fde10c0b2d6b35990b35daa |
42 |
> |
-SIZE (psmisc-22.13.tar.gz) = 382389 |
43 |
> |
+SHA256 (psmisc-22.14.tar.gz) = 22bbf4561837af475c0d8d14e3b9cab453998c787212c107fac7faf2f281e26e |
44 |
> |
+SIZE (psmisc-22.14.tar.gz) = 382024 |
45 |
> |
diff -Nrux .svn -x work /usr/ports/sysutils/psmisc/files/patch-src-killall.c psmisc/files/patch-src-killall.c |
46 |
> |
--- /usr/ports/sysutils/psmisc/files/patch-src-killall.c 2010-01-02 08:40:10.000000000 -0800 |
47 |
> |
+++ psmisc/files/patch-src-killall.c 2011-08-06 21:51:02.097478158 -0700 |
48 |
|
@@ -1,5 +1,5 @@ |
49 |
< |
---- src/Makefile.in.orig 2009-12-27 16:19:06.000000000 +0900 |
50 |
< |
-+++ src/Makefile.in 2010-01-03 00:25:56.093987293 +0900 |
51 |
< |
+--- src/Makefile.in.orig 2010-04-08 05:41:34.000000000 -0700 |
52 |
< |
++++ src/Makefile.in 2010-05-18 21:30:06.746914197 -0700 |
53 |
< |
@@ -34,8 +34,8 @@ |
54 |
< |
POST_UNINSTALL = : |
55 |
< |
build_triplet = @build@ |
56 |
< |
@@ -26,44 +26,37 @@ |
76 |
< |
ETAGS = etags |
77 |
< |
CTAGS = ctags |
78 |
< |
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
79 |
< |
-@@ -208,10 +208,10 @@ |
80 |
< |
- $(am__append_4) $(am__append_6) |
81 |
< |
- fuser_SOURCES = fuser.c comm.h signals.c signals.h i18n.h fuser.h |
82 |
< |
- killall_SOURCES = killall.c comm.h signals.c signals.h i18n.h |
83 |
< |
--killall_LDADD = @SELINUX_LIB@ |
84 |
< |
-+killall_LDADD = |
85 |
< |
- peekfd_SOURCES = peekfd.c |
86 |
< |
- pstree_SOURCES = pstree.c comm.h i18n.h |
87 |
< |
--pstree_LDADD = @TERMCAP_LIB@ @SELINUX_LIB@ |
88 |
< |
-+pstree_LDADD = @TERMCAP_LIB@ |
89 |
< |
- prtstat_SOURCES = prtstat.c prtstat.h |
90 |
< |
- BUILT_SOURCES = signames.h |
91 |
< |
- EXTRA_DIST = signames.c |
92 |
< |
-@@ -537,13 +537,20 @@ |
93 |
< |
+@@ -290,19 +290,19 @@ |
94 |
< |
+ -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS) |
95 |
< |
+ fuser$(EXEEXT): $(fuser_OBJECTS) $(fuser_DEPENDENCIES) |
96 |
< |
+ @rm -f fuser$(EXEEXT) |
97 |
< |
+- $(LINK) $(fuser_OBJECTS) $(fuser_LDADD) $(LIBS) |
98 |
< |
++ $(LINK) $(fuser_OBJECTS) $(fuser_LDADD) $(LIBS) $(INTLLIBS) |
99 |
< |
+ killall$(EXEEXT): $(killall_OBJECTS) $(killall_DEPENDENCIES) |
100 |
< |
+ @rm -f killall$(EXEEXT) |
101 |
< |
+- $(LINK) $(killall_OBJECTS) $(killall_LDADD) $(LIBS) |
102 |
< |
++ $(LINK) $(killall_OBJECTS) $(killall_LDADD) $(LIBS) $(INTLLIBS) |
103 |
< |
+ peekfd$(EXEEXT): $(peekfd_OBJECTS) $(peekfd_DEPENDENCIES) |
104 |
< |
+ @rm -f peekfd$(EXEEXT) |
105 |
< |
+- $(LINK) $(peekfd_OBJECTS) $(peekfd_LDADD) $(LIBS) |
106 |
< |
++ $(LINK) $(peekfd_OBJECTS) $(peekfd_LDADD) $(LIBS) $(INTLLIBS) |
107 |
< |
+ prtstat$(EXEEXT): $(prtstat_OBJECTS) $(prtstat_DEPENDENCIES) |
108 |
< |
+ @rm -f prtstat$(EXEEXT) |
109 |
< |
+- $(LINK) $(prtstat_OBJECTS) $(prtstat_LDADD) $(LIBS) |
110 |
< |
++ $(LINK) $(prtstat_OBJECTS) $(prtstat_LDADD) $(LIBS) $(INTLLIBS) |
111 |
< |
+ pstree$(EXEEXT): $(pstree_OBJECTS) $(pstree_DEPENDENCIES) |
112 |
< |
+ @rm -f pstree$(EXEEXT) |
113 |
< |
+- $(LINK) $(pstree_OBJECTS) $(pstree_LDADD) $(LIBS) |
114 |
< |
++ $(LINK) $(pstree_OBJECTS) $(pstree_LDADD) $(LIBS) $(INTLLIBS) |
115 |
< |
|
116 |
< |
+ mostlyclean-compile: |
117 |
< |
+ -rm -f *.$(OBJEXT) |
118 |
< |
+@@ -538,7 +538,7 @@ |
119 |
< |
signames.h: signames.c Makefile |
120 |
< |
export LC_ALL=C ; \ |
121 |
< |
-- @CPP@ -dM $< |\ |
122 |
< |
+ @CPP@ -dM $< |\ |
123 |
< |
- tr -s '\t ' ' ' | sort -n -k 3 | sed \ |
124 |
< |
-- 's:#define SIG\([A-Z]\+[0-9]*\) \([0-9]\+\) *\(\|/\*.*\)$$:{\ \2,"\1" },:p;d' | \ |
125 |
< |
-- grep -v '[0-9][0-9][0-9]' >signames.h || \ |
126 |
< |
-- { rm -f signames.h; exit 1; } |
127 |
< |
-- grep '^{ 1,"HUP" },$$' signames.h >/dev/null || \ |
128 |
< |
-- { rm -f signames.h; exit 1; } |
129 |
< |
-+ @CPP@ -dM $< | {\ |
130 |
< |
-+ signames=`kill -l | tr a-z A-Z`; \ |
131 |
< |
-+ while read define name value; do \ |
132 |
< |
-+ [ "$$define" = '#define' ] || continue; \ |
133 |
< |
-+ case "$$value" in \ |
134 |
< |
-+ *[!0-9]*) continue; \ |
135 |
< |
-+ esac; \ |
136 |
< |
-+ for signame in $$signames; do \ |
137 |
< |
-+ if [ "$$name" = "SIG$$signame" ]; then \ |
138 |
< |
-+ echo "{ $$value, \"$$signame\" },"; \ |
139 |
< |
-+ fi; \ |
140 |
< |
-+ done; \ |
141 |
< |
-+ done; \ |
142 |
< |
-+ } | sort -n -k 2 > signames.h |
143 |
< |
- |
144 |
< |
- install-exec-hook: |
145 |
< |
- cd $(DESTDIR)$(bindir) && \ |
146 |
< |
++ tr -s '\t ' ' ' | sort -n -k 3 | gsed \ |
147 |
< |
+ 's:#define SIG\([A-Z]\+[0-9]*\) \([0-9]\+\) *\(\|/\*.*\)$$:{\ \2,"\1" },:p;d' | \ |
148 |
< |
+ grep -v '[0-9][0-9][0-9]' >signames.h || \ |
149 |
< |
+ { rm -f signames.h; exit 1; } |
150 |
< |
diff -Nrux .svn -x work /usr/ports/sysutils/psmisc/files/patch-src-pstree.c psmisc/files/patch-src-pstree.c |
151 |
< |
--- /usr/ports/sysutils/psmisc/files/patch-src-pstree.c 2010-01-02 08:40:10.000000000 -0800 |
152 |
< |
+++ psmisc/files/patch-src-pstree.c 2010-05-18 20:03:36.709489357 -0700 |
153 |
< |
@@ -1,14 +1,16 @@ |
154 |
< |
---- src/pstree.c.orig 2009-12-27 15:46:47.000000000 +0900 |
155 |
< |
-+++ src/pstree.c 2010-01-03 00:52:21.437862505 +0900 |
156 |
< |
-@@ -37,6 +37,7 @@ |
157 |
< |
+--- src/pstree.c.orig 2010-04-08 05:20:10.000000000 -0700 |
158 |
< |
++++ src/pstree.c 2010-05-18 07:20:57.583839746 -0700 |
159 |
< |
+@@ -37,6 +37,9 @@ |
160 |
< |
#include <term.h> |
161 |
< |
#include <termios.h> |
162 |
< |
#include <langinfo.h> |
163 |
< |
++#ifdef __FreeBSD__ |
164 |
< |
+#include <limits.h> |
165 |
< |
++#endif |
166 |
< |
#include <assert.h> |
49 |
> |
---- src/killall.c.orig 2009-12-18 21:45:36.000000000 +0900 |
50 |
> |
-+++ src/killall.c 2010-01-03 00:37:34.818411284 +0900 |
51 |
> |
+--- src/killall.c.orig 2011-06-20 04:43:24.000000000 -0700 |
52 |
> |
++++ src/killall.c 2011-08-06 21:48:35.014330713 -0700 |
53 |
> |
@@ -36,6 +36,8 @@ |
54 |
> |
#include <dirent.h> |
55 |
> |
#include <signal.h> |
56 |
> |
@@ -9,7 +9,7 @@ |
57 |
|
#include <sys/types.h> |
58 |
|
#include <sys/stat.h> |
59 |
< |
-@@ -590,7 +591,11 @@ |
60 |
< |
+@@ -590,7 +594,11 @@ |
61 |
< |
struct dirent *de; |
62 |
< |
FILE *file; |
63 |
< |
struct stat st; |
64 |
< |
@@ -20,31 +22,53 @@ |
65 |
< |
char *buffer; |
66 |
< |
size_t buffer_size; |
67 |
< |
char readbuf[BUFSIZ + 1]; |
68 |
< |
-@@ -623,7 +628,7 @@ |
69 |
< |
+@@ -623,7 +631,11 @@ |
70 |
< |
if ((pid = (pid_t) atoi(de->d_name)) != 0) { |
71 |
< |
if (! (path = malloc(strlen(PROC_BASE) + strlen(de->d_name) + 10))) |
72 |
< |
exit(2); |
73 |
< |
-- sprintf(path, "%s/%d/stat", PROC_BASE, pid); |
74 |
< |
-+ sprintf (path, "%s/%d/status", PROC_BASE, pid); |
75 |
< |
++#ifdef __FreeBSD__ |
76 |
< |
++ sprintf(path, "%s/%d/status", PROC_BASE, pid); |
77 |
< |
++#else |
78 |
< |
+ sprintf(path, "%s/%d/stat", PROC_BASE, pid); |
79 |
< |
++#endif |
80 |
< |
if ((file = fopen(path, "r")) != NULL) { |
81 |
< |
empty = 0; |
82 |
< |
sprintf(path, "%s/%d", PROC_BASE, pid); |
83 |
< |
-@@ -638,6 +643,10 @@ |
84 |
< |
+@@ -638,6 +650,29 @@ |
85 |
< |
perror(path); |
86 |
< |
exit(1); |
59 |
> |
#include <getopt.h> |
60 |
> |
-@@ -83,40 +85,35 @@ |
61 |
> |
+@@ -87,40 +89,35 @@ |
62 |
> |
ignore_case = 0, pidof; |
63 |
> |
static long younger_than = 0, older_than = 0; |
64 |
> |
|
65 |
> |
@@ -34,10 +34,10 @@ |
66 |
> |
- else |
67 |
> |
- printf (_("Signal %s(%s%d) ? (y/N) "), name, process_group ? "pgid " : "", |
68 |
> |
- pid); |
69 |
> |
+- |
70 |
> |
+- fflush (stdout); |
71 |
> |
+ int ch, c; |
72 |
> |
|
73 |
> |
-- fflush (stdout); |
74 |
> |
-- |
75 |
> |
- if (getline (&line, &len, stdin) < 0) |
76 |
> |
- return 0; |
77 |
> |
- /* Check for default */ |
78 |
> |
@@ -74,7 +74,16 @@ |
79 |
> |
} |
80 |
> |
|
81 |
> |
static double |
82 |
> |
-@@ -356,7 +353,7 @@ |
83 |
> |
+@@ -197,7 +194,7 @@ |
84 |
> |
+ |
85 |
> |
+ while (fgets(buf, sizeof buf, f)) |
86 |
> |
+ { |
87 |
> |
+- if (sscanf (buf, "Uid:\t%d", &puid)) |
88 |
> |
++ if (sscanf (buf, "%*s %*d %*d %*d %*d %*s %*s %*s %*s %*s %*s %*s %d", &puid)) |
89 |
> |
+ { |
90 |
> |
+ re = uid==puid; |
91 |
> |
+ break; |
92 |
> |
+@@ -360,7 +357,7 @@ |
93 |
|
} |
94 |
< |
+#ifdef __FreeBSD__ |
95 |
< |
-+ if (fscanf(file, "%s %*d %d", comm, &ppid) == 2) |
96 |
< |
-+ add_proc(comm, pid, ppid, st.st_uid, NULL, 0, 0); |
97 |
< |
++ /* Read comm and ppid */ |
98 |
< |
++ if (fscanf(file, "%s %*d %d", readbuf, &ppid) == 2) { |
99 |
< |
++ tmpptr = readbuf; |
100 |
< |
++ size = 0; |
101 |
< |
++ /* Unescape comm */ |
102 |
< |
++ do { |
103 |
< |
++ if (*tmpptr == '\\') |
104 |
< |
++ { |
105 |
< |
++ char tmp = tmpptr[4]; |
106 |
< |
++ tmpptr[4] = 0; |
107 |
< |
++ comm[size++] = strtol(++tmpptr, NULL, 8); |
108 |
< |
++ tmpptr += 2; |
109 |
< |
++ tmpptr[1] = tmp; |
110 |
< |
++ } |
111 |
< |
++ else |
112 |
< |
++ comm[size++] = *tmpptr; |
113 |
< |
++ } while (*++tmpptr); |
114 |
< |
++ comm[size] = 0; |
115 |
< |
++ /* Balance braces */ |
116 |
< |
++ { |
117 |
< |
++ { |
118 |
< |
+#else |
119 |
< |
size = fread(readbuf, 1, BUFSIZ, file); |
120 |
< |
if (ferror(file) == 0) { |
121 |
< |
readbuf[size] = 0; |
122 |
< |
-@@ -725,6 +734,7 @@ |
123 |
< |
- } |
124 |
< |
- } |
125 |
< |
- } |
126 |
< |
+@@ -692,6 +727,7 @@ |
127 |
< |
+ (void) closedir(taskdir); |
128 |
< |
+ } |
129 |
< |
+ free(taskpath); |
130 |
< |
+#endif /*__FreeBSD__*/ |
131 |
< |
- (void) fclose(file); |
132 |
< |
- } |
133 |
< |
- free(path); |
134 |
< |
+ if (!print_args) |
135 |
< |
+ #ifdef WITH_SELINUX |
136 |
< |
+ add_proc(comm, pid, ppid, st.st_uid, NULL, 0, 0, scontext); |
94 |
> |
#endif /*WITH_SELINUX*/ |
95 |
> |
/* load process name */ |
96 |
> |
@@ -83,7 +92,7 @@ |
97 |
> |
continue; |
98 |
> |
if (!(file = fopen (path, "r"))) |
99 |
> |
{ |
100 |
> |
-@@ -364,7 +361,7 @@ |
101 |
> |
+@@ -368,7 +365,7 @@ |
102 |
> |
continue; |
103 |
> |
} |
104 |
> |
free (path); |
105 |
> |
@@ -92,7 +101,7 @@ |
106 |
> |
if (!okay) { |
107 |
> |
fclose(file); |
108 |
> |
continue; |
109 |
> |
-@@ -386,65 +383,6 @@ |
110 |
> |
+@@ -390,65 +387,6 @@ |
111 |
> |
got_long = 0; |
112 |
> |
command = NULL; /* make gcc happy */ |
113 |
> |
length = strlen (comm); |
114 |
> |
@@ -158,7 +167,7 @@ |
115 |
> |
/* mach by process name */ |
116 |
> |
for (j = 0; j < names; j++) |
117 |
> |
{ |
118 |
> |
-@@ -495,7 +433,7 @@ |
119 |
> |
+@@ -499,7 +437,7 @@ |
120 |
> |
{ |
121 |
> |
int ok = 1; |
122 |
> |
|
123 |
> |
@@ -167,12 +176,12 @@ |
124 |
> |
continue; |
125 |
> |
|
126 |
> |
if (stat (path, &st) < 0) |
127 |
> |
-@@ -842,7 +780,7 @@ |
128 |
> |
- fprintf (stderr, _("Maximum number of names is %d\n"), MAX_NAMES); |
129 |
> |
- exit (1); |
130 |
> |
- } |
131 |
> |
-- if (stat("/proc/self/stat", &isproc)==-1) { |
132 |
> |
-+ if (stat("/proc/curproc/status", &isproc)==-1) { |
133 |
> |
- fprintf (stderr, _("%s is empty (not mounted ?)\n"), PROC_BASE); |
134 |
> |
- exit (1); |
135 |
> |
- } |
136 |
> |
+@@ -693,7 +631,7 @@ |
137 |
> |
+ struct stat isproc; |
138 |
> |
+ pid_t pid = getpid(); |
139 |
> |
+ |
140 |
> |
+- snprintf(filename, sizeof(filename), PROC_BASE"/%d/stat", (int) pid); |
141 |
> |
++ snprintf(filename, sizeof(filename), PROC_BASE"/%d/status", (int) pid); |
142 |
> |
+ return stat(filename, &isproc) == 0; |
143 |
> |
+ } |
144 |
> |
+ |
145 |
|
diff -Nrux .svn -x work /usr/ports/sysutils/psmisc/pkg-descr psmisc/pkg-descr |
146 |
|
--- /usr/ports/sysutils/psmisc/pkg-descr 2005-10-05 00:49:45.000000000 -0700 |
147 |
< |
+++ psmisc/pkg-descr 2010-05-18 07:57:55.280442813 -0700 |
147 |
> |
+++ psmisc/pkg-descr 2010-10-05 23:40:48.818176312 -0700 |
148 |
|
@@ -1,4 +1,4 @@ |
149 |
|
A port of the Linux pstree, killall and pidof commands. |
150 |
|
Does not include the 'fuser' command. |
151 |
|
|
152 |
|
-WWW: http://psmisc.sourceforge.net |
153 |
|
+WWW: http://psmisc.sourceforge.net/ |
250 |
– |
diff -Nrux .svn -x work /usr/ports/sysutils/psmisc/pkg-plist psmisc/pkg-plist |
251 |
– |
--- /usr/ports/sysutils/psmisc/pkg-plist 1969-12-31 16:00:00.000000000 -0800 |
252 |
– |
+++ psmisc/pkg-plist 2010-05-18 22:11:15.201428734 -0700 |
253 |
– |
@@ -0,0 +1,26 @@ |
254 |
– |
+bin/killall |
255 |
– |
+bin/pidof |
256 |
– |
+bin/pstree |
257 |
– |
+bin/pstree.x11 |
258 |
– |
+%%NLS%%share/locale/bg/LC_MESSAGES/psmisc.mo |
259 |
– |
+%%NLS%%share/locale/ca/LC_MESSAGES/psmisc.mo |
260 |
– |
+%%NLS%%share/locale/cs/LC_MESSAGES/psmisc.mo |
261 |
– |
+%%NLS%%share/locale/de/LC_MESSAGES/psmisc.mo |
262 |
– |
+%%NLS%%share/locale/el/LC_MESSAGES/psmisc.mo |
263 |
– |
+%%NLS%%share/locale/eu/LC_MESSAGES/psmisc.mo |
264 |
– |
+%%NLS%%share/locale/fi/LC_MESSAGES/psmisc.mo |
265 |
– |
+%%NLS%%share/locale/fr/LC_MESSAGES/psmisc.mo |
266 |
– |
+%%NLS%%share/locale/hu/LC_MESSAGES/psmisc.mo |
267 |
– |
+%%NLS%%share/locale/id/LC_MESSAGES/psmisc.mo |
268 |
– |
+%%NLS%%share/locale/it/LC_MESSAGES/psmisc.mo |
269 |
– |
+%%NLS%%share/locale/ja/LC_MESSAGES/psmisc.mo |
270 |
– |
+%%NLS%%share/locale/nb/LC_MESSAGES/psmisc.mo |
271 |
– |
+%%NLS%%share/locale/nl/LC_MESSAGES/psmisc.mo |
272 |
– |
+%%NLS%%share/locale/pl/LC_MESSAGES/psmisc.mo |
273 |
– |
+%%NLS%%share/locale/pt/LC_MESSAGES/psmisc.mo |
274 |
– |
+%%NLS%%share/locale/ro/LC_MESSAGES/psmisc.mo |
275 |
– |
+%%NLS%%share/locale/ru/LC_MESSAGES/psmisc.mo |
276 |
– |
+%%NLS%%share/locale/sv/LC_MESSAGES/psmisc.mo |
277 |
– |
+%%NLS%%share/locale/vi/LC_MESSAGES/psmisc.mo |
278 |
– |
+%%NLS%%share/locale/zh_CN/LC_MESSAGES/psmisc.mo |
279 |
– |
+%%NLS%%share/locale/zh_TW/LC_MESSAGES/psmisc.mo |