summaryrefslogtreecommitdiff
path: root/german (unfollow)
Commit message (Collapse)AuthorFilesLines
1999-09-06Unbreak by finding the new master site and updating to 1.9.99Chris Piazza3-6/+8
Notes: svn path=/head/; revision=21293
1999-08-29$Id$ -> $FreeBSD$Peter Wemm2-2/+2
Notes: svn path=/head/; revision=21085
1999-08-28ln -> ${LN}Michael Haro1-1/+1
Notes: svn path=/head/; revision=21047
1999-08-25Change Id->FreeBSD.David E. O'Brien7-7/+7
Notes: svn path=/head/; revision=20947
1999-06-26As threatened, enforce the "Capital, no period" rule. Ellipses areTim Vanderhoek7-7/+7
permitted. Note that, given current numeric motif of PW, this is done in four equally-sized commits of 393 files each. Notes: svn path=/head/; revision=19799
1999-06-25Activate cheapcall.Chris Piazza1-1/+2
Notes: svn path=/head/; revision=19785
1999-06-25A utility that shows the cheapest call-by-call telephone provider.Chris Piazza5-0/+53
This is in german only and only applies to people in Germany. PR: 12193 Submitted by: Peter Cornelius <pcc@gmx.net> Reviewe by: Notes: svn path=/head/; revision=19784
1999-06-10Update to version 1.22.6.Steve Price4-18/+16
PR: 12100 Submitted by: maintainer Notes: svn path=/head/; revision=19402
1999-05-31Use PERL_ARCH so this works on the Alpha too.Steve Price2-12/+12
Notes: svn path=/head/; revision=19139
1999-05-03Add WWW:Michael Haro5-6/+10
Notes: svn path=/head/; revision=18437
1999-03-31Update to version 1.22.3.Steve Price6-24/+24
PR: 10884 Submitted by: maintainer Notes: svn path=/head/; revision=17502
1999-03-07Cleanup MASTER_SITES.Wolfram Schneider1-3/+2
Notes: svn path=/head/; revision=17042
1999-02-03Adjust port Makefiles to new EXTRACT_* variable defaults. See log ofSatoshi Asami1-3/+3
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. Notes: svn path=/head/; revision=16518
1999-01-26Update to version 1.20.07.Steve Price7-22/+56
PR: 9622 Submitted by: maintainer Notes: svn path=/head/; revision=16316
1999-01-16Typo in last commit.Wolfram Schneider1-1/+1
Notes: svn path=/head/; revision=16083
1999-01-16Added short english commentWolfram Schneider1-0/+6
Added link to the web interface. Notes: svn path=/head/; revision=16082
1998-10-27Fix RUN_DEPENDS lineWolfram Schneider1-2/+2
Submitted by: Jacques Vidrine <n@nectar.com> Notes: svn path=/head/; revision=14218
1998-08-29unbrokeWolfram Schneider1-3/+1
Notes: svn path=/head/; revision=12905
1998-08-28Perl5 upgrade fixes.Wolfram Schneider1-2/+2
Notes: svn path=/head/; revision=12900
1998-08-27Mark this port broken:Satoshi Asami1-4/+4
====== ===> 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. Notes: svn path=/head/; revision=12874
1998-08-26Added BBBike.Wolfram Schneider1-1/+2
Notes: svn path=/head/; revision=12865
1998-08-26A route-finder for cyclists in Berlin and Brandenburg (only german).Wolfram Schneider5-0/+221
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. Notes: svn path=/head/; revision=12864
1998-08-25Move PLIST generation to do-install. Since do-install is already defineSatoshi Asami1-3/+1
in this Makefile, there wasn't much reason why it was separate anyway. Notes: svn path=/head/; revision=12819
1998-07-13Don't start the COMMENT with the name of the port.Steve Price2-2/+2
Notes: svn path=/head/; revision=11885
1998-07-13Turn on webalizer.Steve Price1-1/+2
Notes: svn path=/head/; revision=11884
1998-07-13Initial import of webalizer version 1.12.Steve Price10-0/+160
A web server log file analysis program. PR: 7001 Submitted by: Dirk Meyer <dirk.meyer@dinoex.sub.org> Notes: svn path=/head/; revision=11883
1998-01-10Typo in CATEGORIES.Wolfram Schneider1-2/+2
Notes: svn path=/head/; revision=9309
1998-01-02Standardize and simplify.Masafumi Max NAKANE1-15/+12
Also, add misc to the category list. Notes: svn path=/head/; revision=9253
1997-12-31Portlint.Satoshi Asami2-3/+4
Notes: svn path=/head/; revision=9239
1997-12-31Need "de-" in front of PKGNAME.Satoshi Asami1-1/+2
Notes: svn path=/head/; revision=9238
1997-12-31${GZIP_CMD} -d -> ${GZCAT}Wolfram Schneider1-2/+2
Notes: svn path=/head/; revision=9235
1997-12-31Use INSTALL_DATA macro.Wolfram Schneider1-4/+3
${GZIP_CMD} -d -> ${GZCAT} Notes: svn path=/head/; revision=9234
1997-12-30Enable phone.Wolfram Schneider1-1/+2
Notes: svn path=/head/; revision=9227
1997-12-30German phone code / Deutsche Telefonvorwahl (AVON).Wolfram Schneider5-0/+36
Notes: svn path=/head/; revision=9226
1997-12-30Add URL for an online example cgi script.Wolfram Schneider1-1/+5
Notes: svn path=/head/; revision=9225
1997-12-28Update to a new dictionary with 115,000 entries.Wolfram Schneider4-7/+7
Notes: svn path=/head/; revision=9211
1997-11-08Distfile apparently changed on master site.Justin M. Seger1-1/+1
Notes: svn path=/head/; revision=8522
1997-10-08Um, you can't just "enable checksum test" in the Makefile withoutSatoshi Asami1-1/+1
adding it here. How old is your bsd.port.mk? Notes: svn path=/head/; revision=8172
1997-10-03Delete last empty line.Wolfram Schneider1-1/+0
Notes: svn path=/head/; revision=8092
1997-10-03Portlint. Add a scond MASTER_SITES. Enable checksum test.Wolfram Schneider1-4/+4
Notes: svn path=/head/; revision=8091
1997-10-02(1) NO_CHECKSUM is a user variable. Porters should use IGNOREFILESSatoshi Asami2-4/+5
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). Notes: svn path=/head/; revision=8085
1997-10-01Disable checksum - the distfile will be updated daily.Wolfram Schneider1-2/+7
Create pkg/PLIST on the fly. Notes: svn path=/head/; revision=8077
1997-09-30Portlint baby!Satoshi Asami1-5/+5
Notes: svn path=/head/; revision=8060
1997-09-29Enable manpages.Wolfram Schneider1-1/+2
Notes: svn path=/head/; revision=8057
1997-09-29Date typo.Wolfram Schneider1-2/+2
Notes: svn path=/head/; revision=8056
1997-09-29German GNU and Linux manual pages.Wolfram Schneider5-0/+67
Notes: svn path=/head/; revision=8055
1997-08-16update MASTER_SITESWolfram Schneider1-2/+2
Notes: svn path=/head/; revision=7602
1997-08-13Minor cleanup to make portlint happy.Satoshi Asami1-5/+8
Notes: svn path=/head/; revision=7555
1997-08-13Remove empty line (this file is supposed to have only one line!) and removeSatoshi Asami1-2/+1
"dict -" from the beginning of the remaining line. Notes: svn path=/head/; revision=7554
1997-08-06Add dict (sounds like "addict"! :).Satoshi Asami1-1/+2
Slipped off the keyboard of: wosch Notes: svn path=/head/; revision=7496