1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

ugprade to 2.11

take maintainership

PR:		35854
Submitted by:	Thomas Hurst <freaky@aagh.net> (new maintainer)
This commit is contained in:
Ying-Chieh Liao 2002-03-13 14:34:56 +00:00
parent 593fb9b70f
commit 929ee2654e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=56001
5 changed files with 18 additions and 9 deletions

View File

@ -7,11 +7,11 @@
#
PORTNAME= sloccount
PORTVERSION= 2.10
PORTVERSION= 2.11
CATEGORIES= misc
MASTER_SITES= http://www.dwheeler.com/sloccount/
MAINTAINER= ports@FreeBSD.org
MAINTAINER= freaky@aagh.net
MAKEFILE= makefile
INSTALL_TARGET= install_programs install_man

View File

@ -1 +1 @@
MD5 (sloccount-2.10.tar.gz) = 1326a0a013fd36497cb44870627963ad
MD5 (sloccount-2.11.tar.gz) = e136ebadc20008c7f4dca120d14013d6

View File

@ -1,5 +1,5 @@
--- makefile.orig Wed Feb 27 17:58:44 2002
+++ makefile Thu Feb 28 14:45:44 2002
--- makefile.orig Thu Feb 28 12:44:12 2002
+++ makefile Wed Mar 13 11:50:31 2002
@@ -10,14 +10,12 @@
# Set this for where to store the man pages and executables.
# If you want to store this as part of an official distribution,
@ -24,7 +24,7 @@
MAN_DIR_MAN1=$(MAN_DIR)/man1
DOC_DIR=$(PREFIX)/share/doc/$(VERSIONEDNAME)-$(RPM_VERSION)
POSTED_DIR=/home/dwheeler/dwheeler.com/sloccount
@@ -85,7 +83,7 @@
@@ -86,7 +84,7 @@
sql_count \
tcl_count
@ -33,7 +33,7 @@
MYDOCS=sloccount.html README TODO ChangeLog
@@ -93,13 +91,13 @@
@@ -94,13 +92,13 @@
all: lexcount1$(EXE_SUFFIX) c_count$(EXE_SUFFIX) java_count$(EXE_SUFFIX) php_count$(EXE_SUFFIX)
lexcount1$(EXE_SUFFIX): lexcount1.c
@ -50,7 +50,7 @@
sloccount.1.gz: sloccount.1
gzip -c sloccount.1 > sloccount.1.gz
@@ -110,18 +108,17 @@
@@ -111,25 +109,23 @@
# This is USC's code counter, not built by default:
c_lines: C_LINES.C
@ -72,3 +72,11 @@
uninstall_man:
cd $(MAN_DIR_MAN1) && rm -f $(MANPAGES)
install_docs: install_man
- $(INSTALL_A_DIR) $(DOC_DIR)
- $(INSTALL) $(MYDOCS) $(DOC_DIR)
+ ${BSD_INSTALL_DATA} $(MYDOCS) $(DOC_DIR)
uninstall_docs:
cd $(DOC_DIR) && rm -f $(MYDOCS) && rmdir $(DOC_DIR)

View File

@ -1 +1 @@
Counting physical Source Lines of Code (SLOC)
Counts physical Source Lines of Code (SLOC)

View File

@ -14,6 +14,7 @@ bin/fortran_count
bin/generic_count
bin/get_sloc
bin/get_sloc_details
bin/haskell_count
bin/java_count
bin/lex_count
bin/lexcount1