Commit Graph

141 Commits

Author SHA1 Message Date
Satoshi Asami
5114e2637e Adjust port Makefiles to new EXTRACT_* variable defaults. See log of
bsd.port.mk rev. 1.304 for details on the change.

The fix here is one of the following.

(1) Define USE_BZIP2 instead of BUILD_DEPENDS on bzip2 and redefining
    EXTRACT_* commands.

(2) Change ${EXTRACT_CMD} to ${TAR} when the command is obviously
    calling the "tar" command (i.e., arguments like "-xzf" are spelled
    out).

(3) If ${EXTRACT_CMD} is called directly with ${EXTRACT_BEFORE_ARGS},
    add ${EXTRACT_AFTER_ARGS} to the command line as well.

(4) If any of EXTRACT_CMD, EXTRACT_BEFORE_ARGS or EXTRACT_AFTER_ARGS
    is set, define the other two too.
1999-02-03 11:12:01 +00:00
Steve Price
d2eeb7c3d1 Update to version 1.20.07.
PR:		9622
Submitted by:	maintainer
1999-01-26 02:21:12 +00:00
Wolfram Schneider
7684c25445 Typo in last commit. 1999-01-16 18:44:40 +00:00
Wolfram Schneider
4a75c60708 Added short english comment
Added link to the web interface.
1999-01-16 18:43:14 +00:00
Wolfram Schneider
6602bae8a1 Fix RUN_DEPENDS line
Submitted by:	Jacques Vidrine <n@nectar.com>
1998-10-27 18:15:31 +00:00
Wolfram Schneider
9fe96bf174 unbroke 1998-08-29 10:20:20 +00:00
Wolfram Schneider
28be478d26 Perl5 upgrade fixes. 1998-08-28 20:05:02 +00:00
Satoshi Asami
bf50e68df8 Mark this port broken:
======
===>  Building package for BBBike-2.48
Creating package /usr/ports/packages/All/BBBike-2.48.tgz
Registering depends: perl-5.00502.
Creating gzip'd tar ball in '/usr/ports/packages/All/BBBike-2.48.tgz'
tar: can't add file BBBike/lib/BBBikeXS.pm : No such file or directory
tar: can't add file BBBike/lib/VirtArray.pm : No such file or directory
pkg_create: tar command failed with code 256
*** Error code 1
=======

While I'm here, adjust the p5-Tk dependency path (both .pm file and
p5-Tk location were wrong) and remove obsoleted variable NO_CONFIGURE.
1998-08-27 01:34:53 +00:00
Wolfram Schneider
ce681877b5 Added BBBike. 1998-08-26 09:57:06 +00:00
Wolfram Schneider
58102d225f A route-finder for cyclists in Berlin and Brandenburg (only german).
BBBike computes the shortes and fastest way between point A and B,
depending on the number of traffic lights, crosses, one way streets,
wind force, air temperature, mountains and human power.

BBBike has a cute GUI and map, including most streets, rivers and
lakes, railways stations, and subway stations. It has several
interface to other online database: phone book, zip code, Berlin city
map, eplus mobil phone map of Brandenburg.
1998-08-26 09:55:38 +00:00
Satoshi Asami
37c4cb74f3 Move PLIST generation to do-install. Since do-install is already define
in this Makefile, there wasn't much reason why it was separate anyway.
1998-08-25 01:25:05 +00:00
Steve Price
1a6b06724c Don't start the COMMENT with the name of the port. 1998-07-13 00:16:38 +00:00
Steve Price
9ae709e5a3 Turn on webalizer. 1998-07-13 00:14:04 +00:00
Steve Price
1d8f243c6d Initial import of webalizer version 1.12.
A web server log file analysis program.

PR:		7001
Submitted by:	Dirk Meyer <dirk.meyer@dinoex.sub.org>
1998-07-13 00:13:21 +00:00
Wolfram Schneider
c413f1d4b6 Typo in CATEGORIES. 1998-01-10 16:01:04 +00:00
Masafumi Max NAKANE
d6e1c1a7a4 Standardize and simplify.
Also, add misc to the category list.
1998-01-02 21:05:36 +00:00
Satoshi Asami
839e085903 Portlint. 1997-12-31 22:43:30 +00:00
Satoshi Asami
c85199b92a Need "de-" in front of PKGNAME. 1997-12-31 22:33:44 +00:00
Wolfram Schneider
3fdfdf0728 ${GZIP_CMD} -d -> ${GZCAT} 1997-12-31 12:11:56 +00:00
Wolfram Schneider
af220a4381 Use INSTALL_DATA macro.
${GZIP_CMD} -d -> ${GZCAT}
1997-12-31 12:09:33 +00:00
Wolfram Schneider
bf1dc189c8 Enable phone. 1997-12-30 23:29:57 +00:00
Wolfram Schneider
8fb31c8ee9 German phone code / Deutsche Telefonvorwahl (AVON). 1997-12-30 23:26:03 +00:00
Wolfram Schneider
dc49f61396 Add URL for an online example cgi script. 1997-12-30 18:07:56 +00:00
Wolfram Schneider
92a8cef587 Update to a new dictionary with 115,000 entries. 1997-12-28 12:18:03 +00:00
Justin M. Seger
46bf36ee1a Distfile apparently changed on master site. 1997-11-08 19:23:35 +00:00
Satoshi Asami
9ed3192fd6 Um, you can't just "enable checksum test" in the Makefile without
adding it here.  How old is your bsd.port.mk?
1997-10-08 05:26:10 +00:00
Wolfram Schneider
97a266e133 Delete last empty line. 1997-10-03 12:26:29 +00:00
Wolfram Schneider
f52a20dba1 Portlint. Add a scond MASTER_SITES. Enable checksum test. 1997-10-03 12:25:15 +00:00
Satoshi Asami
847da6fb45 (1) NO_CHECKSUM is a user variable. Porters should use IGNOREFILES
for files for which the checksum should not be checked.

(2) Use the PLIST variable to point to temporary PLIST in ${WRKSRC}.
    Under no circumstances should a port modify a file in the
    repository (${PKGDIR}/PLIST in this case).
1997-10-02 05:32:40 +00:00
Wolfram Schneider
33cd908f8f Disable checksum - the distfile will be updated daily.
Create pkg/PLIST on the fly.
1997-10-01 20:55:20 +00:00
Satoshi Asami
39ca1b5003 Portlint baby! 1997-09-30 06:51:09 +00:00
Wolfram Schneider
6452ae9d76 Enable manpages. 1997-09-29 18:06:05 +00:00
Wolfram Schneider
55230eac08 Date typo. 1997-09-29 18:04:04 +00:00
Wolfram Schneider
7f4afc72f1 German GNU and Linux manual pages. 1997-09-29 18:02:05 +00:00
Wolfram Schneider
56ac0bf2c6 update MASTER_SITES 1997-08-16 10:14:56 +00:00
Satoshi Asami
30cfb89df0 Minor cleanup to make portlint happy. 1997-08-13 05:09:22 +00:00
Satoshi Asami
53578ed739 Remove empty line (this file is supposed to have only one line!) and remove
"dict -" from the beginning of the remaining line.
1997-08-13 05:08:49 +00:00
Satoshi Asami
8445980018 Add dict (sounds like "addict"! :).
Slipped off the keyboard of:	wosch
1997-08-06 21:10:11 +00:00
Wolfram Schneider
a727136585 dict - simple english/german dictionary 1997-08-06 19:17:47 +00:00
Thomas Gellekum
ac545fd724 Activate spinne. 1997-07-31 11:10:02 +00:00
Satoshi Asami
04588be22f A new "german" category starts today in a rather embarrasing fashion.
(Basically because spinne's authors can't be bothered to translate the
documents to English.)  However, that doesn't mean we can put more
useful German-specific stuff here, so all *.de porters, rise to your
feet! :)

Poked by:	tg
1997-07-31 09:32:17 +00:00